Table Columns

Unique Key: block_height, transaction_hash, event_index, event_attribute_index

Column NameData TypeDescription
block_heightBIGINTThe sequential number of the block in the chain.
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_typeVARCHARThe type of event (e.g., message).
event_indexBIGINTThe index of the event within the transaction.
event_attribute_indexBIGINTThe index of the attribute within the event.
keyVARCHARThe key of the event attribute (e.g., module).
valueVARCHARThe value of the event attribute.
indexBOOLEANBoolean flag indicating if 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.