Staking
Rewards
Records of all reward distribution events on Aptos, tracking the amount of rewards distributed to each validator’s stake pool. These events are emitted when the Aptos protocol distributes staking rewards to validators.
Column Name | Description |
---|---|
account_address | The address of the account that emitted the reward distribution event |
pool_address | The address of the validator’s stake pool receiving the rewards |
amount_str | The normalized string representation of rewards amount in APT |
amount | The amount of APT tokens distributed as rewards (normalized to APT) |
block_timestamp | The timestamp when the reward distribution occurred |
block_height | The block height at which the reward distribution occurred |
block_hash | The hash of the block containing the reward distribution |
transaction_version | The version of the transaction containing the reward distribution |
transaction_hash | The hash of the transaction containing the reward distribution |
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 |