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