Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 524 Bytes

File metadata and controls

19 lines (16 loc) · 524 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

References