Function calldataload

pub fn calldataload<WIRE, H>(context: InstructionContext<'_, H, WIRE>)
where WIRE: InterpreterTypes, H: ?Sized,
Expand description

Implements the CALLDATALOAD instruction.

Loads 32 bytes of input data from the specified offset.