pub fn calldataload<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultExpand description
Implements the CALLDATALOAD instruction.
Loads 32 bytes of input data from the specified offset.
pub fn calldataload<IT: ITy, H: ?Sized>(
context: InstructionContext<'_, H, IT>,
) -> InstructionExecResultImplements the CALLDATALOAD instruction.
Loads 32 bytes of input data from the specified offset.