This table captures transfers of delegation share tokens between addresses on the Polygon Proof of Stake (PoS) network, representing changes in delegation ownership.

Use Cases

  • Track delegation ownership changes over time
  • Identify large delegation movements between addresses
  • Analyze validator popularity through delegation transfer behavior
  • Detect delegation activity correlated with network events or governance changes

Table Columns

Column NameData TypeDescription
from_addressVARCHAREthereum address transferring the delegation shares
to_addressVARCHAREthereum address receiving the delegation shares
raw_amount_strVARCHARAmount of delegation shares transferred as a string (preserving precision)
validator_idINTEGERID of the validator whose delegation shares are being transferred
transaction_hashVARCHARUnique hash of the Ethereum transaction containing the transfer
transaction_indexINTEGERIndex of the transaction within its block
log_indexINTEGERIndex of the event log within the transaction
block_timestampTIMESTAMPTimestamp when the block containing the transfer was mined
block_numberINTEGERBlock number containing the transfer transaction
block_hashVARCHARHash of the block containing the transfer transaction
_created_atTIMESTAMPTimestamp of when the record was created
_updated_atTIMESTAMPTimestamp of when the record was updated