Skip to main content

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

PropertyValue
Table Namecasper.raw.rewards
Table StatusProduction-Ready
Unique Keyblock_timestamp, era_id, reward_index
Clustering Key(s)to_date("block_timestamp")
Search Optimizationaddress

Table Columns

Column NameData TypeDescription
era_idNUMBER(38,0)Era (epoch) for which the reward was distributed.
reward_indexNUMBER(38,0)Index of the reward entry within the era.
addressVARCHAR(16777216)Recipient address of the staking reward.
address_typeVARCHAR(16777216)Type of the recipient address (Account, Contract, or Hash).
amount_strVARCHAR(16777216)Reward amount in motes as a string (preserves full precision).
amountFLOATReward amount in motes.
validator_public_keyVARCHAR(16777216)Public key of the validator that earned or distributed the reward.
delegator_public_keyVARCHAR(16777216)Public key of the delegator receiving the reward; null for validator rewards.
state_root_hashVARCHAR(16777216)Global state root hash at which the reward was applied.
api_versionVARCHAR(16777216)Node API version that produced the reward payload.
block_timestampTIMESTAMP_NTZ(9)Timestamp of the block this event was included in.
block_heightNUMBER(38,0)Height of the block this event was included in.
block_hashVARCHAR(16777216)Hash of the block this event was included in.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.