pub fn map_slot(storage_key: &[u8], offset: u64) -> U256Expand description
Compute the EVM storage slot for an ArbOS field at a given offset
within a storage scope defined by storage_key.
Computes keccak256(storage_key || key[0..31]) || key[31].