Table Description
Thethorchain.defi_update_node_account_status_events table event data for update node account status on THORChain. This table is partitioned by day.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
THORChain node status update events — active, standby, and disabled transitions.
thorchain.defi_update_node_account_status_events table event data for update node account status on THORChain. This table is partitioned by day.
| Column | Type | Description |
|---|---|---|
| block_timestamp | timestamp | Timestamp of when the block was created |
| former_status | varchar | Former Status |
| current_status | varchar | Current Status |
| node_address | varchar | Address |
| _inserted_timestamp | timestamp | Timestamp of the record |
| fact_update_node_account_status_events_id | date | Surrogate key for the fact record |
| dim_block_id | bigint | Reference to the block dimension table |
| inserted_timestamp | timestamp | Time when the record was inserted |
| modified_timestamp | timestamp | Time when the record was last modified |
Was this page helpful?