axelar.gov Table: fact_validators Type: View
Information about all active and inactive set validators on Axelar.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ADDRESS | TEXT | Address unique to an individual wallet, validator, or token. |
| BLOCKCHAIN | TEXT | In this table, always Axelar. Used to join to cross-chain tables. |
| CREATOR | TEXT | Name of the label creator - for now, this will always be “Flipside.” |
| LABEL_TYPE | TEXT | A broad category that describes what a label is representing. |
| LABEL_SUBTYPE | TEXT | Adds more detail to the label type. |
| LABEL | TEXT | The label or name of the address. |
| PROJECT_NAME | TEXT | The name of the project the label belongs to. |
| DELEGATOR_SHARES | NUMBER | The number of tokens staked to the validator. |
| JAILED | BOOLEAN | FALSE when a validator is not jailed, TRUE when a validator is jailed |
| RATE | FLOAT | The current commission rate the validator is charging stakers. |
| MAX_CHANGE_RATE | FLOAT | The maximum rate at which a validator can change their commission per day. |
| MAX_RATE | FLOAT | The maximum commission rate that the validator can charge |
| MIN_SELF_DELEGATION | NUMBER | The minimum number of AXL tokens that the operator must be staking with their own validator |
| RANK | NUMBER | The rank of the validator in the validator set. Rank is determined by the number of AXL tokens staked to the validator |
| RAW_METADATA | VARIANT | Additional details about the validator or token in json format. |
| UNIQUE_KEY | TEXT | The unique key of the table |
| FACT_VALIDATORS_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. |