Table Details
| Property | Value |
|---|---|
| Table Name | aptos.staking.withdrawals |
| Table Status | Production-Ready |
| Unique Key | block_timestamp, transaction_hash, event_index |
| Clustering Key(s) | block_timestamp::date |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| account_address | VARCHAR(134217728) | The address of the account that unlocked the stake |
| pool_address | VARCHAR(134217728) | The address of the validator’s stake pool from which stake was unlocked |
| amount_str | VARCHAR(134217728) | The normalized string representation of unlocked amount in APT |
| amount | FLOAT | The amount of APT tokens unlocked (normalized to APT) |
| block_timestamp | TIMESTAMP_NTZ(9) | The timestamp when the stake unlock occurred |
| block_height | NUMBER(38,0) | The block height at which the stake unlock occurred |
| block_hash | VARCHAR(134217728) | The hash of the block containing the stake unlock |
| transaction_version | NUMBER(38,0) | The version of the transaction containing the stake unlock |
| transaction_hash | VARCHAR(134217728) | The hash of the transaction containing the stake unlock |
| transaction_index | NUMBER(38,0) | The index of the transaction within the block |
| event_index | NUMBER(38,0) | The index of the event within the transaction |
| sequence_number | NUMBER(38,0) | The sequence number of the event |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp when this record was created |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp when this record was last updated |