This table tracks all staking withdrawal (unstaking) transactions on the Polygon Proof of Stake (PoS) network, including both validator and delegator unstaking events.

Use Cases

  • Track unstaking trends and network exit patterns
  • Monitor network participation during market events
  • Compare unstaking to staking rates to measure network growth
  • Identify correlated unstaking events across multiple validators

Table Schema

Column NameData TypeDescription
event_typeVARCHARType of withdrawal (delegator_unstake, validator_unstake)
amountDECIMALAmount of MATIC (POL) tokens withdrawn in the transaction (as decimal)
amount_strVARCHARString representation of MATIC (POL) tokens withdrawn, preserving full precision
staker_addressVARCHAREthereum address of the account withdrawing the stake
validator_idINTEGERID of the validator the stake is being withdrawn from
transaction_hashVARCHARUnique hash of the Ethereum transaction containing the withdrawal
transaction_indexINTEGERIndex of the transaction within its block
log_indexINTEGERIndex of the event log within the transaction
block_timestampTIMESTAMPTimestamp when the block containing the withdrawal was mined
block_numberINTEGERBlock number containing the withdrawal transaction
block_hashVARCHARHash of the block containing the withdrawal transaction
_created_atTIMESTAMPTimestamp of when the record was created
_updated_atTIMESTAMPTimestamp of when the record was updated