Expand description
EVM query types and field selection for the ingest layer.
Structsยง
- Address
- A 20-byte EVM address.
- Block
Fields - 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.
- Trace
Fields - Field selector for EVM trace data columns.
- Trace
Request - Filters for selecting EVM execution traces by address, call type, etc.
- Transaction
Fields - Field selector for EVM transaction data columns.
- Transaction
Request - Filters for selecting EVM transactions by sender, recipient, sighash, status, etc.