| block_height | NUMBER(38,0) | The sequential number of the block in the chain. |
| block_timestamp | TIMESTAMP_NTZ(9) | The timestamp when the block was created. |
| block_hash | VARCHAR(16777216) | The hash of the block containing the transaction. |
| transaction_hash | VARCHAR(16777216) | The hash of the transaction. |
| transaction_index | NUMBER(38,0) | The index of the transaction within the block. |
| message_index | NUMBER(38,0) | The index of the message within the transaction. |
| message_action | VARCHAR(16777216) | The action performed by the message. |
| event_type | VARCHAR(16777216) | The type of event (e.g., message). |
| event_index | NUMBER(38,0) | The index of the event within the transaction. |
| event_attribute_index | NUMBER(38,0) | The index of the attribute within the event. |
| key | VARCHAR(16777216) | The key of the event attribute (e.g., module). |
| value | VARCHAR(16777216) | The value of the event attribute. |
| index | BOOLEAN | Boolean flag indicating if attribute is indexed. |
| _created_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was created. |
| _updated_at | TIMESTAMP_NTZ(9) | The timestamp when the entry was updated. |