axelar.gov Table: fact_validator_commission Type: View
Information about all validator commission that have been claimed on Axelar.
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 went through, “FALSE” if the transaction failed. |
| TX_CALLER_ADDRESS | TEXT | The wallet address of the individual who initiated the transaction. |
| MSG_GROUP | NUMBER | Value 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) |
| AMOUNT | FLOAT | The amount of tokens in the staking action |
| CURRENCY | TEXT | The currency that was used in the transaction message. |
| VALIDATOR_ADDRESS_OPERATOR | TEXT | The wallet address of the validator related to the staking action. |
| VALIDATOR_ADDRESS_REWARD | TEXT | The wallet address that recieves the commissiion of the validator. |
| FACT_VALIDATOR_COMMISSION_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. |