monad.gov Table: ez_block_production Type: View
What
Block production metrics per validator per epoch. Tracks how many blocks each validator produced along with gas and transaction metrics. Block producer is identified from ValidatorRewarded events where the first event per block indicates the block producer.Columns
| Column Name | Data Type | Description |
|---|---|---|
| EPOCH | NUMBER | Epoch number |
| VALIDATOR_ID | NUMBER | ID of the validator who produced blocks |
| VALIDATOR_NAME | TEXT | Human-readable validator name from labels, or ‘Validator N’ if not labeled |
| CONSENSUS_ADDRESS | TEXT | Block producer address derived from secp_pubkey |
| AUTH_ADDRESS | TEXT | The validator’s administrative/withdrawal address |
| BLOCKS_PRODUCED | NUMBER | Number of blocks produced by this validator in this epoch |
| TOTAL_BLOCK_REWARDS | FLOAT | Total block rewards earned by this validator in this epoch (in MON) |
| TOTAL_BLOCK_REWARDS_RAW | NUMBER | Total block rewards in wei |
| AVG_REWARD_PER_BLOCK | FLOAT | Average reward per block produced (in MON) |
| FIRST_BLOCK_PRODUCED | NUMBER | First block number produced by this validator in this epoch |
| LAST_BLOCK_PRODUCED | NUMBER | Last block number produced by this validator in this epoch |
| FIRST_BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp of first block produced |
| LAST_BLOCK_TIMESTAMP | TIMESTAMP_NTZ | Timestamp of last block produced |
| EZ_BLOCK_PRODUCTION_ID | TEXT | Unique identifier for this record |