Skip to main content
The hederaevm dataset holds the standardized Hedera EVM tables. Every column is documented at EVM โ–ธ Overview.

Tables

TableSinceDescription
blocks2019-09One row per block, with its gas and fee totals.
transactions2019-09One row per transaction, with its receipt fields on the same row.
logs2019-09One row per event log a contract emitted.
traces2019-09One row per internal call recorded during execution.

Sample queries

The partition column differs by table: transactions, logs and traces split on block_timestamp, blocks splits on timestamp. Bound the right column in every query and keep it bare on the left of the comparison; wrapping it in a function reads every partition.
Count daily transactions and the accounts that sent them.