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 Details
| Property | Value |
|---|---|
| Table Name | beacon_hoodi.raw.ideal_rewards |
| Table Status | Beta 🌱 |
| Clustering Key(s) | to_date("epoch_timestamp") |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| epoch_number | NUMBER(38,0) | Epoch number. |
| epoch_timestamp | TIMESTAMP_NTZ(9) | Epoch timestamp. |
| execution_optimistic | BOOLEAN | A boolean indicating whether the execution of rewards for the specified epoch is done optimistically or not. |
| effective_balance | NUMBER(38,0) | The effective balance for the ideal reward calculation. |
| head | VARCHAR(16777216) | The reward for attesting to the head block. |
| target | VARCHAR(16777216) | The reward for attesting to the target block. |
| source | VARCHAR(16777216) | The reward for attesting to the source block. |
| inclusion_delay | VARCHAR(16777216) | (Optional) The reward for including the attestation in a block with a specific delay. |
| inactivity | VARCHAR(16777216) | (Optional) The inactivity penalty for the ideal reward calculation. |
| _created_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was created in the database. |
| _updated_at | TIMESTAMP_NTZ(9) | Timestamp of when the entry was last updated in the database. |