calldata

  • CALLDATASIZE tells the size of the transaction data.

  • CALLDATALOAD loads 32 bytes of the transaction data onto the stack.

  • CALLDATACOPY copies a number of bytes of the transaction data to memory.

calldataload

Last updated