plasma dataset holds the standardized Plasma tables.
Every column is documented at EVM โธ Overview.
Tables
| Table | Description |
|---|---|
blocks | One row per block, with its gas and fee totals. |
transactions | One row per transaction, with its receipt fields on the same row. |
logs | One row per event log a contract emitted. |
traces | One row per internal call recorded during execution. |
Sample queries
- Daily transactions
- One contract's logs
Count daily transactions and the accounts that sent them.