Staking
Rewards Claimed
Record of all staking rewards claimed on the Polygon PoS network
This table tracks all reward claim events on the Polygon Proof of Stake (PoS) network.
Use Cases
- Track total amount of staking rewards claimed by a staker
- This model does not account for rewards “claimed”s for delegators during an event of a Restake.
Table Schema
Column Name | Data Type | Description |
---|---|---|
event_type | VARCHAR | Type of reward claim (validator_reward, delegator_reward) |
amount | DECIMAL | Amount of MATIC (POL) tokens claimed as rewards (as decimal) |
claimer_address | VARCHAR | Ethereum address of the account claiming the rewards |
validator_id | INTEGER | ID of the validator associated with the claimed rewards |
transaction_hash | VARCHAR | Unique hash of the Ethereum transaction containing the claim |
transaction_index | INTEGER | Index of the transaction within its block |
log_index | INTEGER | Index of the event log within the transaction |
block_timestamp | TIMESTAMP | Timestamp when the block containing the claim was mined |
block_number | INTEGER | Block number containing the claim transaction |
block_hash | VARCHAR | Hash of the block containing the claim transaction |
_created_at | TIMESTAMP | Timestamp of when the record was created |
_updated_at | TIMESTAMP | Timestamp of when the record was updated |