Skip to main content
All event attributes grouped by block, starting from genesis.

Table Details

PropertyValue
Table Namebabylon.raw.block_event_attributes
Table StatusProduction-Ready
Unique Keyblock_timestamp, block_height, block_event_index, block_event_attribute_index, block_event_kind
Clustering Key(s)to_date("block_timestamp")
Search Optimizationblock_height

Table Columns

Column NameData TypeDescription
block_heightNUMBER(38,0)The sequential number of the block in the blockchain.
block_timestampTIMESTAMP_NTZ(9)The timestamp when the block was created.
block_hashVARCHAR(16777216)The hash of the block.
block_event_typeVARCHAR(16777216)The type of the block event.
block_event_indexNUMBER(38,0)The index of the event within the block.
block_event_attribute_indexNUMBER(38,0)The index of the attribute within the block event.
keyVARCHAR(16777216)The key of the block event attribute.
valueVARCHAR(16777216)The value of the block event attribute.
indexBOOLEANBoolean flag indicating if this attribute is indexed.
_created_atTIMESTAMP_NTZ(9)The timestamp when the entry was created.
_updated_atTIMESTAMP_NTZ(9)The timestamp when the entry was updated.
block_event_kindVARCHAR(16777216)The phase in which the block event was emitted. Possible values are: begin (before transactions are processed), end (after all transactions are processed), finalize (immedatiately before block commit)