pub type Address = H160;
Represents an address in ethereum context.
#[repr(C)]pub struct Address(pub [u8; 20]);
0: [u8; 20]