Skip to main content
Schema: axelar.gov Table: fact_validator_commission Type: View Information about all validator commission that have been claimed 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.
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)
AMOUNTFLOATThe amount of tokens in the staking action
CURRENCYTEXTThe currency that was used in the transaction message.
VALIDATOR_ADDRESS_OPERATORTEXTThe wallet address of the validator related to the staking action.
VALIDATOR_ADDRESS_REWARDTEXTThe wallet address that recieves the commissiion of the validator.
FACT_VALIDATOR_COMMISSION_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.