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

Tables

TableSinceDescription
blocks2021-10One row per block, with its gas and fee totals.
transactions2021-10One row per transaction, with its receipt fields on the same row.
logs2021-10One row per event log a contract emitted.
traces2021-10One 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.