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 NameData TypeDescription
event_typeVARCHARType of reward claim (validator_reward, delegator_reward)
amountDECIMALAmount of MATIC (POL) tokens claimed as rewards (as decimal)
claimer_addressVARCHAREthereum address of the account claiming the rewards
validator_idINTEGERID of the validator associated with the claimed rewards
transaction_hashVARCHARUnique hash of the Ethereum transaction containing the claim
transaction_indexINTEGERIndex of the transaction within its block
log_indexINTEGERIndex of the event log within the transaction
block_timestampTIMESTAMPTimestamp when the block containing the claim was mined
block_numberINTEGERBlock number containing the claim transaction
block_hashVARCHARHash of the block containing the claim transaction
_created_atTIMESTAMPTimestamp of when the record was created
_updated_atTIMESTAMPTimestamp of when the record was updated