Skip to main content

Module block

Module block 

Source
Expand description

§Block operations

Includes the following opcodes:

  • BLOCKHASH
  • COINBASE
  • TIMESTAMP
  • NUMBER
  • PREVRANDAO
  • GASLIMIT
  • CHAINID
  • SELFBALANCE
  • BASEFEE
  • BLOBHASH
  • BLOBBASEFEE

Structs§

OpBaseFeeHandler
Implementation for the BASEFEE opcode.
OpBlobBaseFeeHandler
Implementation for the BLOBBASEFEE opcode.
OpBlobHashHandler
Implementation for the BLOBHASH opcode.
OpBlockHashHandler
Implementation for the BLOCKHASH opcode.
OpChainIdHandler
Implementation for the CHAINID opcode.
OpCoinbaseHandler
Implementation for the COINBASE opcode.
OpGasLimitHandler
Implementation for the GASLIMIT opcode.
OpNumberHandler
Implementation for the NUMBER opcode.
OpPrevRandaoHandler
Implementation for the PREVRANDAO opcode.
OpSelfBalanceHandler
Implementation for the SELFBALANCE opcode.
OpSlotNumHandler
Implementation for the SLOTNUM opcode.
OpTimestampHandler
Implementation for the TIMESTAMP opcode.