Module evm

Module evm 

Source
Expand description

EVM query types and field selection for the ingest layer.

Structsยง

Address
A 20-byte EVM address.
BlockFields
Field selector for EVM block data columns.
Fields
Controls which columns are included in the response for each table type.
Hash
A 32-byte hash value (block hash, transaction hash).
LogFields
Field selector for EVM log data columns.
LogRequest
Filters for selecting EVM event logs by contract address and topics.
Query
EVM blockchain data query specifying block range, filters, and field selections.
Sighash
A 4-byte function selector (first 4 bytes of keccak256 of the function signature).
Topic
A 32-byte event log topic value.
TraceFields
Field selector for EVM trace data columns.
TraceRequest
Filters for selecting EVM execution traces by address, call type, etc.
TransactionFields
Field selector for EVM transaction data columns.
TransactionRequest
Filters for selecting EVM transactions by sender, recipient, sighash, status, etc.