Skip to main content
Schema: axelar.gov Table: fact_staking Type: View Information about all deledation, redelegation, and undelegation activity on Axelar.

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 went through, “FALSE” if the transaction failed.
TX_CALLER_ADDRESSTEXTThe wallet address of the individual who initiated the transaction.
ACTIONTEXTThe staking action. Values include delegate, redelegate, and undelegate
DELEGATOR_ADDRESSTEXTThe wallet address of the individual who owns the delegated asset.
VALIDATOR_ADDRESSTEXTThe wallet address of the validator related to the staking action.
AMOUNTNUMBERThe amount of tokens in the staking action
CURRENCYTEXTThe currency that was used in the transaction message.
REDELEGATE_SOURCE_VALIDATOR_ADDRESSTEXTThe wallet address of the source validator in a redelegation staking action.
COMPLETION_TIMETIMESTAMP_NTZThe time at which the undelegate or redelegate staking action is completed.
_MSG_GROUPNUMBERValue grouping different messages together to represent a single action. Format will include the numeric msg_group and msg_sub_group with a ”:” seperator. The subgroup will always be 0 except for “Exec” actions. NULL group means messages are related to the header (overall transaction)
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.