pub type Word = B256;
The ABI word type.
#[repr(transparent)]pub struct Word(pub [u8; 32]);
0: [u8; 32]