Epochs
Chain
Dataset name
iota_rebased.raw_epochsVersion
1.0.0Description
Contains raw data of blockchain epochs capturing the state of the ledger at specific epochs.
Example data
| epoch | first_checkpoint_id | epoch_start_timestamp | reference_gas_price | protocol_version | total_stake | storage_fund_balance | system_state | epoch_total_transactions | last_checkpoint_id | epoch_end_timestamp | storage_charge | storage_rebate | total_gas_fees | total_stake_rewards_distributed | epoch_commitments | burnt_tokens_amount | minted_tokens_amount |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2 | 744642 | 1746603545655 | 1000 | 6 | 904576066047220700 | 75742648800 | 0 | 1671147 | 1127367 | 1746689945974 | 584752405600 | 562753711600 | 20626500000 | 767000000500000 | 1 | 20626000000 | 767000000000000 |
| 41 | 15676869 | 1749973159516 | 1000 | 7 | 2059045999518054400 | 294421264000 | 1 | 1711586 | 16063385 | 1750059559794 | 194720504400 | 193654589200 | 14418190000 | 767000000190000 | 1 | 14418000000 | 767000000000000 |
| 45 | 17221660 | 1750318760864 | 1000 | 8 | 2068960308321725000 | 297744964400 | 1 | null | null | null | null | null | null | null | null | null | null |
Schema
| Column | Type |
|---|---|
| epoch | long |
| first_checkpoint_id | long |
| epoch_start_timestamp | long |
| reference_gas_price | long |
| protocol_version | long |
| total_stake | long |
| storage_fund_balance | long |
| system_state | bytes |
| epoch_total_transactions | long |
| last_checkpoint_id | long |
| epoch_end_timestamp | long |
| storage_charge | long |
| storage_rebate | long |
| total_gas_fees | long |
| total_stake_rewards_distributed | long |
| epoch_commitments | bytes |
| burnt_tokens_amount | long |
| minted_tokens_amount | long |