Function calldataload
pub fn calldataload<IT, H>(
context: InstructionContext<'_, H, IT>,
) -> Result<(), InstructionResult>where
IT: InterpreterTypes,
H: ?Sized,Expand description
Implements the CALLDATALOAD instruction.
Loads 32 bytes of input data from the specified offset.