EVM Behavior
EVM modifications and differences between Signet and Mainnet EVM.
Inherited values
The following opcodes inherit the values of the Ethereum block:
PREVRANDAO
-block.difficulty
andblock.prevrandao
TIMESTAMP
-block.timestamp.
Signet blocks ALWAYS use the same timestamp as the current Ethereum block.
Disabled Opcodes
BLOBHASH
BLOBBASEFEE
Last updated