Skip to main content
Schema: 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 NameData TypeDescription
BLOCK_IDNUMBERThe block height the block was recorded at.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe date and time at which the block began.
TX_IDTEXTA unique key that identifies a transaction. Called “TxHash” on block explorers.
TX_SUCCEEDEDBOOLEANTransaction status is TRUE if the transaction was successful, FALSE if the transaction failed.
TX_CALLER_ADDRESSTEXTThe wallet address of the individual who initiated the transaction.
ACTIONTEXTThe action taken in the msg group. For staking this includes delegate, undelegate, redelegate, withdraw_rewards.
DELEGATOR_ADDRESSTEXTThe wallet address of the individual who owns the delegated asset.
VALIDATOR_ADDRESSTEXTThe wallet address of the validator related to the staking action.
REDELEGATE_SOURCE_VALIDATOR_ADDRESSTEXTThe wallet address of the source alidator in a redelegation staking action.
AMOUNTNUMBERThe amount that was used in the transaction message.
CURRENCYTEXTThe currency that was used in the transaction message.
COMPLETION_TIMETIMESTAMP_NTZThe time at which the undelegate or redelegate staking action is completed.
FACT_STAKING_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.