pub type U128 = EthereumType<16_usize, false>;
A 128 bit (16 bytes) unsigned integer type.
pub struct U128(/* private fields */);