| ADDRESS | TEXT | Address unique to an individual wallet, validator, or token. |
| BLOCKCHAIN | TEXT | In this table, always Cosmos. 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. |
| ACCOUNT_ADDRESS | TEXT | The Cosmos address of the user / entity that operates the validator. |
| DELEGATOR_SHARES | NUMBER | The number of tokens staked to the validator. |
| SELF_DELEGATION | NUMBER | The number of ATOM tokens that the operator currently has staked with their own validator. |
| NUM_DELEGATORS | NUMBER | The number of wallets that stake their ATOM tokens with the validator. |
| RATE | NUMBER | The commission rate that the validator is currently charging. |
| MAX_CHANGE_RATE | NUMBER | The maximum rate at which a validator can change their commission per day. |
| MAX_RATE | NUMBER | The maximum commission rate that the validator can charge |
| COMMISSION_RATE_LAST_UPDATED | TIMESTAMP_NTZ | The date of the last commission change. |
| STATUS | TEXT | Validators with a status of BOND_STATUS_BONDED are active and validators with a status of BOND_STATUS_UNBONDED are inactive. |
| JAILED | BOOLEAN | FALSE when a validator is not jailed, TRUE when a validator is jailed |
| RANK | NUMBER | The rank of the validator in the validator set. Rank is determined by the number of ATOM tokens staked to the validator |
| NUM_GOVERNANCE_VOTES | NUMBER | The number of governance proposals the validator has voted on during its lifetime. |
| 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. |