| validator_id | NUMBER(38,0) | Unique identifier assigned to the validator by the Polygon network |
| validator_stake | VARCHAR(16777216) | Amount of MATIC (POL) tokens self-staked by the validator |
| delegator_stake | VARCHAR(16777216) | Total amount of MATIC (POL) tokens staked by delegators to this validator |
| reward | VARCHAR(16777216) | Accumulated validator rewards in MATIC (POL), including block rewards and commission |
| delegators_reward | VARCHAR(16777216) | Accumulated rewards in MATIC (POL) for delegators, excluding validator commission |
| initial_reward_per_stake | VARCHAR(16777216) | Initial reward rate per staked MATIC (POL) token when validator joined |
| activation_epoch | NUMBER(38,0) | Epoch number when the validator was activated in the network |
| deactivation_epoch | NUMBER(38,0) | Epoch number when the validator was deactivated (if applicable) |
| jail_time | NUMBER(38,0) | Timestamp when validator was jailed for poor performance or misbehavior (if applicable) |
| signer | VARCHAR(16777216) | Ethereum address of the validator’s signer node that participates in block production |
| contract_address | VARCHAR(16777216) | Ethereum address of the validator’s staking contract |
| validator_status | NUMBER(38,0) | Current status of validator (0=Inactive, 1=Active, 2=Locked, 3=Unstaked) |
| commission_rate | NUMBER(38,0) | Percentage of delegator rewards claimed by validator as commission (in basis points, 100 = 1%) |
| last_commission_update | NUMBER(38,0) | Block number when validator last updated their commission rate |
| block_timestamp | TIMESTAMP_NTZ(9) | Timestamp of the block when the validator stake was recorded |
| block_number | NUMBER(38,0) | Block number of the block when the validator stake was recorded |
| block_hash | VARCHAR(16777216) | Hash of the block when the validator stake was recorded |
| transaction_hash | VARCHAR(16777216) | Hash of the transaction when the validator stake was recorded |
| transaction_index | NUMBER(38,0) | Index of the transaction when the validator stake was recorded |
| trace_address | VARCHAR(16777216) | Address of the validator’s contract |
| trace_id | VARCHAR(16777216) | Hash of the transaction when the validator stake was recorded |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the record was created |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the record was updated |