Module host

Source
Expand description

Host environment interactions (SLOAD, SSTORE, LOG, etc.).

Functionsยง

balance
Implements the BALANCE instruction.
blockhash
Implements the BLOCKHASH instruction.
extcodecopy
Implements the EXTCODECOPY instruction.
extcodehash
EIP-1052: EXTCODEHASH opcode
extcodesize
Implements the EXTCODESIZE instruction.
log
Implements the LOG0-LOG4 instructions.
selfbalance
EIP-1884: Repricing for trie-size-dependent opcodes
selfdestruct
Implements the SELFDESTRUCT instruction.
sload
Implements the SLOAD instruction.
sstore
Implements the SSTORE instruction.
tload
EIP-1153: Transient storage opcodes Load value from transient storage
tstore
EIP-1153: Transient storage opcodes Store value to transient storage