This table captures all staking-related events on the BNB Smart Chain (BSC), providing a comprehensive record of delegations, undelegations, redelegations, and claim events.

Use Cases

  • Track staking activity patterns and trends
  • Monitor validator popularity through delegation events
  • Analyze network participation during market events
  • Calculate total staked amounts over time
  • Identify correlated staking behaviors across validators
  • Measure network growth through new delegation events

Table Schema

Column NameData TypeDescription
event_typeVARCHARType of staking event (delegate, undelegate, redelegate_from, redelegate_to, claim_undelegated_stake, migrate)
delegator_addressVARCHARAddress of the delegator performing the action
operator_addressVARCHARAddress of the validator involved in the action
amount_strVARCHARString representation of the BNB amount involved in the event
amountDECIMALFloat representation of the BNB amount involved in the event
sharesDECIMALAmount of stake credit tokens involved in the event
shares_exchange_rateDECIMALExchange rate between BNB and stake credit tokens at the time of the event
paramsJSONRaw parameters from the event
transaction_hashVARCHARHash of the transaction containing the event
transaction_indexINTEGERIndex of the transaction in the block
log_indexINTEGERIndex of the event log in the transaction
block_timestampTIMESTAMPTimestamp of the block containing the event
block_numberINTEGERBlock number containing the event
block_hashVARCHARHash of the block containing the event
unique_idVARCHARUnique identifier for the event