sei.gov Table: fact_staking Type: View
Records of all staking related transactions that have occurred on Sei, dating back to the genesis
block. These actions include delegate, undelegate, and redelegate.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_ID | NUMBER | The block height the block was recorded at. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The date and time at which the block began. |
| TX_ID | TEXT | A unique key that identifies a transaction. Called “TxHash” on block explorers. |
| TX_SUCCEEDED | BOOLEAN | Transaction status is TRUE if the transaction was successful, FALSE if the transaction failed. |
| TX_CALLER_ADDRESS | TEXT | The wallet address of the individual who initiated the transaction. |
| ACTION | TEXT | The action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards. |
| DELEGATOR_ADDRESS | TEXT | The wallet address of the individual who owns the delegated asset. |
| VALIDATOR_ADDRESS | TEXT | The wallet address of the validator related to the staking action. |
| REDELEGATE_SOURCE_VALIDATOR_ADDRESS | TEXT | The wallet address of the source alidator in a redelegation staking action. |
| AMOUNT | NUMBER | The amount that was used in the transaction message. |
| CURRENCY | TEXT | The currency that was used in the transaction message. |
| COMPLETION_TIME | TIMESTAMP_NTZ | The time at which the undelegate or redelegate staking action is completed. |
| FACT_STAKING_ID | TEXT | The unique identifier for each row in the table. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |