Ethereum
#21Ethereum block and transaction handling
Part of EVM & Smart Contracts: Ethereum compatibility and smart contract execution
Filter by:
BlockHash storage v210 → v393
Maps Ethereum block numbers to their hashes.
SystemEVM
CounterForPending storage v290 → v393
Counter tracking number of pending transactions.
SystemEVM
CurrentBlock storage v210 → v393
The current Ethereum block being built.
Modified by: transact
SystemEVM
CurrentReceipts storage v210 → v393
Transaction receipts for the current block.
Modified by: transact
SystemEVM
CurrentTransactionStatuses storage v210 → v393
Transaction statuses for the current block.
Modified by: transact
SystemEVM
Executed event v210 → v393 #0
Emitted when an Ethereum-format transaction is processed.
Emitted by: transact Modifies: CurrentBlock, CurrentReceipts +2
●●●○○○ Active usage
SystemEVM
InvalidSignature error v210 → v393 #0
The Ethereum transaction signature is invalid.
Thrown by: transact
Pending storage v210 → v393
Pending Ethereum transactions in the current block being built.
Modified by: transact
SystemEVM
PreLogExists error v210 → v393 #1
Pre-log exists, preventing transaction execution.
Thrown by: transact
transact call v210 → v393 #0
Submits an Ethereum-format transaction for execution.
Emits: Executed Modifies: Pending, CurrentBlock +2
●●●●○○ Active usage
SystemEVM