pub type EvmState = AddressMap<Account>;
EVM State is a mapping from addresses to accounts.
pub struct EvmState { /* private fields */ }