Skip to main content

calldataload

Function calldataload 

Source
pub fn calldataload<IT: ITy, H: ?Sized>(
    context: InstructionContext<'_, H, IT>,
) -> InstructionExecResult
Expand description

Implements the CALLDATALOAD instruction.

Loads 32 bytes of input data from the specified offset.