Staking
Deposits
Records of all stake deposit events on Aptos, tracking the amount of APT added to validator stake pools. These events are emitted when users add stake to a validator’s pool.
Column Name | Description |
---|---|
account_address | The address of the account that made the stake deposit |
pool_address | The address of the validator’s stake pool receiving the deposit |
amount_str | The normalized string representation of deposit amount in APT |
amount | The amount of APT tokens deposited (normalized to APT) |
block_timestamp | The timestamp when the stake deposit occurred |
block_height | The block height at which the stake deposit occurred |
block_hash | The hash of the block containing the stake deposit |
transaction_version | The version of the transaction containing the stake deposit |
transaction_hash | The hash of the transaction containing the stake deposit |
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 |