Txn summaries
Schema
Column Name | Data Type |
---|---|
chain_id | Int |
txn_hash | Hex string |
block_number | Long |
block_timestamp | Long |
txn_index | Int |
from_address | Hex string |
to_address | Hex string |
nonce | Long |
sighash | string |
txn_data | Hex string |
success | Int |
failure_reason | String |
gas_used | Long |
gas_limit | Long |
total_txn_fees | bigDecimal |
burned_amount | bigDecimal |
txn_savings | bigDecimal |
value | bigDecimal |
gas_price | bigDecimal |
base_fee_per_gas | bigDecimal |
max_priority_fee_per_gas | bigDecimal |
max_fee_per_gas | bigDecimal |
Coverage
Includes Ethereum (1), Base (8453) and Arbitrum (42161).
Usage notes
The table contains only one row per (block_number, txn_hash)
pair, reorg'd data is discarded.