This table tracks all reward distribution events on the BNB Smart Chain (BSC), including both validator commission and delegator rewards.

Use Cases

  • Calculate validator performance and returns
  • Analyze reward distribution patterns
  • Compare validator commission strategies
  • Track delegator earnings over time
  • Monitor network reward economics
  • Evaluate validator profitability

Table Schema

Column NameData TypeDescription
operator_addressVARCHARThe validator’s operator address
total_rewardsDECIMALTotal rewards distributed (commission + delegator rewards)
validator_commissionDECIMALAmount of rewards taken as commission by the validator
delegator_rewardsDECIMALAmount of rewards distributed to delegators
transaction_hashVARCHARHash of the transaction containing the reward distribution
transaction_indexINTEGERIndex of the transaction in the block
log_indexINTEGERIndex of the event log in the transaction
block_timestampTIMESTAMPTimestamp of the block containing the reward distribution
block_numberINTEGERBlock number containing the reward distribution
block_hashVARCHARHash of the block containing the reward distribution
unique_idVARCHARUnique identifier for the reward distribution event