1use alloy::hex; 2 3/// Native ETH address (zero address) 4const ETH_ADDRESS: [u8; 20] = hex!("0000000000000000000000000000000000000000"); 5 6mod decoder; 7pub mod state;