| BLOCK_NUMBER | NUMBER | Block number where the validator was created |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the validator was created |
| TX_HASH | TEXT | Transaction hash of the validator creation |
| EVENT_INDEX | NUMBER | Index of the event within the transaction |
| CONTRACT_ADDRESS | TEXT | Staking precompile contract address (0x0000000000000000000000000000000000001000) |
| EVENT_NAME | TEXT | Event name (ValidatorCreated) |
| VALIDATOR_ID | NUMBER | Unique sequential numeric identifier assigned to the validator. Permanent - IDs are never reused even if validator becomes inactive. |
| AUTH_ADDRESS | TEXT | Authority address for the validator’s delegator account. Has withdrawal authority for the validator’s staked amount. Multiple validators may share the same auth_address. Commission rewards are deposited to this address’s delegator struct. |
| COMMISSION | NUMBER | Initial commission rate multiplied by 1e18 (e.g., 10% = 1e17). Maximum is MAX_COMMISSION (100%). |
| ORIGIN_FROM_ADDRESS | TEXT | Address that initiated the transaction |
| ORIGIN_TO_ADDRESS | TEXT | Target address of the transaction |
| ORIGIN_FUNCTION_SIGNATURE | TEXT | Function signature (addValidator) |
| FACT_VALIDATORS_CREATED_ID | TEXT | Unique identifier for this record |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was inserted |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | Timestamp when the record was last modified |