Transactions
eth.transactions
Purpose: TODO (describe what this table powers and its grain).
Columns
hash— FixedString(66)block_number— UInt64tx_index— UInt32type— UInt8status— UInt8nonce— UInt64chain_id— UInt64from_address— FixedString(42)to_address— FixedString(42)contract_address— FixedString(42)value— UInt256data— Stringgas_limit— UInt64gas_used— UInt64gas_price— UInt256max_fee_per_gas— UInt256max_priority_fee_per_gas— UInt256effective_gas_price— UInt256
Modeling notes
- Engine: MergeTree
- Partition key:
intDiv(block_number, 1000000) - Sorting (ORDER BY):
block_number, tx_index