Table Columns

Unique Key: block_height, block_event_index, block_event_kind

Column NameData TypeDescription
block_heightBIGINTThe sequential number of the block in the blockchain.
block_timestampTIMESTAMP_NTZ(9)The timestamp when the block was created.
block_hashVARCHARThe hash of the block.
block_event_kindVARCHARThe 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)
block_event_indexBIGINTThe index of the event within the block.
typeVARCHARThe type of the block event.
block_event_attribute_countBIGINTThe number of attributes associated with the block event.
_created_atTIMESTAMP_NTZ(9)The timestamp when the entry was created.
_updated_atTIMESTAMP_NTZ(9)The timestamp when the entry was updated.