Staking
Withdrawals
Records of all stake unlock events on Aptos, tracking the amount of APT unlocked from validator stake pools. These events are emitted when users unlock their stake, which is the first step in the withdrawal process.
Column Name | Description |
---|---|
account_address | The address of the account that unlocked the stake |
pool_address | The address of the validator’s stake pool from which stake was unlocked |
amount_str | The normalized string representation of unlocked amount in APT |
amount | The amount of APT tokens unlocked (normalized to APT) |
block_timestamp | The timestamp when the stake unlock occurred |
block_height | The block height at which the stake unlock occurred |
block_hash | The hash of the block containing the stake unlock |
transaction_version | The version of the transaction containing the stake unlock |
transaction_hash | The hash of the transaction containing the stake unlock |
transaction_index | The index of the transaction within the block |
event_index | The index of the event within the transaction |
sequence_number | The sequence number of the event |
_created_at | Timestamp when this record was created |
_updated_at | Timestamp when this record was last updated |