Module constants
Expand description
Global constants for the EVM
Here you can find constants that dont belong to any EIP and are there for the genesis.
Constantsยง
- BLOCK_HASH_ HISTORY 
- Number of block hashes that EVM can access in the past (pre-Prague)
- CALL_STACK_ LIMIT 
- EVM call stack limit
- KECCAK_EMPTY 
- The Keccak-256 hash of the empty string "".
- MAX_INITCODE_ SIZE 
- EIP-3860: Limit and meter initcode
- PRECOMPILE3 
- The address of precompile 3, which is handled specially in a few places
- STACK_LIMIT 
- EVM interpreter stack limit