Module system

Source
Expand description

System information instructions (ADDRESS, CALLER, etc.).

Functions§

address
Implements the ADDRESS instruction.
calldatacopy
Implements the CALLDATACOPY instruction.
calldataload
Implements the CALLDATALOAD instruction.
calldatasize
Implements the CALLDATASIZE instruction.
caller
Implements the CALLER instruction.
callvalue
Implements the CALLVALUE instruction.
codecopy
Implements the CODECOPY instruction.
codesize
Implements the CODESIZE instruction.
gas
Implements the GAS instruction.
keccak256
Implements the KECCAK256 instruction.
memory_resize
Common logic for copying data from a source buffer to the EVM’s memory.
returndatacopy
EIP-211: New opcodes: RETURNDATASIZE and RETURNDATACOPY
returndatasize
EIP-211: New opcodes: RETURNDATASIZE and RETURNDATACOPY