pub type Address = H160;
Address
#[repr(C)]pub struct Address(pub [u8; 20]);
0: [u8; 20]
Adapted from: https://github.com/gakonst/ethers-rs/blob/da743fc8b29ffeb650c767f622bb19eba2f057b7/ethers-core/src/utils/mod.rs#L407