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.blocks
Table StatusProduction-Ready
Unique Keytimestamp, height
Clustering Key(s)to_date("timestamp")

Table Columns

Column NameData TypeDescription
timestampTIMESTAMP_NTZ(9)Timestamp at which the block was proposed.
heightNUMBER(38,0)Height of the block.
hashVARCHAR(66)Hash of the block.
parent_hashVARCHAR(66)Hash of the parent block.
last_switch_block_hashVARCHAR(16777216)Hash of the most recent switch block (era boundary block).
era_idNUMBER(38,0)Era (epoch) the block belongs to.
current_gas_priceNUMBER(38,0)Gas price multiplier active for this block.
proposerVARCHAR(16777216)Public key of the validator that proposed the block.
accumulated_seedVARCHAR(16777216)Accumulated randomness seed carried forward from prior blocks.
body_hashVARCHAR(16777216)Hash of the block body.
state_root_hashVARCHAR(16777216)Global state root hash after applying this block.
random_bitBOOLEANRandom bit contributed by the proposer for leader selection.
protocol_versionVARCHAR(16777216)Casper protocol version active at this block.
api_versionVARCHAR(16777216)Node API version that produced this block payload.
proofsVARIANTFinality signatures (validator proofs) included with the block.
era_endVARIANTEra-end metadata (validator weights, rewards); null for non-switch blocks.
transactionsVARIANTList of transaction hashes included in the block.
transaction_countNUMBER(38,0)Number of transactions included in the block.
reward_countNUMBER(38,0)Number of rewards distributed in the block (typically on switch blocks).
_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.
ces_event_countNUMBER(38,0)Number of CES (Casper Event Standard) events emitted in the block.
contract_countNUMBER(38,0)Number of contracts deployed or updated in the block.
native_balance_snapshot_countNUMBER(38,0)Number of native CSPR balance snapshots captured for the block.