Table Columns

Unique Key: block_height, transaction_hash, event_index

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 containing the transaction.
transaction_hashVARCHARThe hash of the transaction.
transaction_indexBIGINTThe index of the transaction within the block.
message_indexBIGINTThe index of the message within the transaction.
message_actionVARCHARThe action performed by the message.
event_indexBIGINTThe index of the event within the transaction.
typeVARCHARThe type of event (e.g., coin_received).
event_attribute_countBIGINTThe number of attributes associated with the event.
_created_atTIMESTAMP_NTZ(9)The timestamp when the event was recorded in the table.
_updated_atTIMESTAMP_NTZ(9)The timestamp when the event data was last updated.