Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 449 Bytes

File metadata and controls

17 lines (13 loc) · 449 Bytes

Calldata is a read-only byte-addressable space where the data parameter of a transaction or call is held.

This is accessed with CALLDATASIZE/CALLDATALOAD/CALLDATACOPY instructions.


Slide Screenshot

063.jpg


Slide Text

  • Data Parameters
  • Txs & Message Calls
  • Read-only
  • Byte-addressable
  • Three Instructions -> CALLDATASIZE, CALLDATALOAD, CALLDATACOPY