Raw
Block Rewards
Retrieve block reward info for blocks proposed on Beacon chain.
beacon.raw.block_rewards
For missed slots, there are no proposer index and rewards present. I.e. the values will be null.
Table Columns
Unique key: slot_number
Column | Description |
---|---|
slot_number | Beacon Chain slot number of the slot proposed. |
slot_timestamp | Beacon Chain slot timestamp of the block. |
proposer_index | The index of the proposer for the specified block |
execution_optimistic | A boolean indicating whether the execution of rewards for the specified block is done optimistically or not |
finalized | A boolean indicating whether the rewards for the specified block have been finalized |
total | The total reward for the specified block |
attestations | The total rewards specifically for attestations in the specified block |
sync_aggregate | The total reward for the sync aggregate in the specified block |
proposer_slashings | The number of proposer slashings that occurred in the specified block |
attester_slashings | The number of attester slashings that occurred in the specified block |