| BLOCK_NUMBER | NUMBER | Block number where the epoch change occurred (first block of new epoch) |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp of the epoch change |
| TX_HASH | TEXT | Transaction hash of the syscallOnEpochChange system transaction |
| EVENT_INDEX | NUMBER | Index of the event within the transaction |
| CONTRACT_ADDRESS | TEXT | Staking precompile contract address (0x0000000000000000000000000000000000001000) |
| EVENT_NAME | TEXT | Event name (EpochChanged) |
| OLD_EPOCH | NUMBER | Previous epoch number (just ended) |
| NEW_EPOCH | NUMBER | New epoch number (now active). Pending delegations from old_epoch now active. |
| ORIGIN_FROM_ADDRESS | TEXT | Address that initiated the transaction |
| ORIGIN_TO_ADDRESS | TEXT | Target address of the transaction |
| ORIGIN_FUNCTION_SIGNATURE | TEXT | Function signature (syscallOnEpochChange) |
| FACT_EPOCH_CHANGES_ID | TEXT | Unique identifier for this record |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was inserted |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was last modified |