This table tracks all reward distribution events to validators on the Monad network. Currently, validators receive block rewards (25 MON + priority fees) when they propose blocks.Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
Table Schema
| Column Name | Data Type | Description |
|---|---|---|
| validator_id | VARCHAR | Unique identifier of the validator receiving the reward |
| amount_str | VARCHAR | String representation of the reward amount in MON |
| amount | DECIMAL | Float representation of the reward amount in MON |
| epoch | INTEGER | The epoch number for this reward |
| from_address | VARCHAR | Source address of the reward (typically system address) |
| contract_address | VARCHAR | Address of the staking precompile contract |
| transaction_hash | VARCHAR | Hash of the transaction containing the reward distribution |
| transaction_index | INTEGER | Index of the transaction in the block |
| transaction_from_address | VARCHAR | Address that initiated the transaction |
| transaction_to_address | VARCHAR | Target address of the transaction |
| log_index | INTEGER | Index of the event log in the transaction |
| block_timestamp | TIMESTAMP | Timestamp of the block containing the reward distribution |
| block_number | INTEGER | Block number containing the reward distribution |
| block_hash | VARCHAR | Hash of the block containing the reward distribution |
| unique_id | VARCHAR | Unique identifier for the reward event |