pub type U256 = EthereumType<32_usize, false>;
A 256 bit (32 bytes) unsigned integer type.
pub struct U256(/* private fields */);