Table Details
| Property | Value |
|---|---|
| Table Name | osmosis.raw.events |
| Table Status | Production-Ready |
| Unique Key | block_timestamp, transaction_hash, event_index |
| Clustering Key(s) | to_date("block_timestamp") |
| Search Optimization | block_height, transaction_hash |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| block_height | NUMBER(38,0) | The sequential number of the block in the blockchain. |
| 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_index | NUMBER(38,0) | The index of the event within the transaction. |
| type | VARCHAR(16777216) | The type of event (e.g., coin_received). |
| event_attribute_count | NUMBER(38,0) | The number of attributes associated with the event. |
| _created_at | TIMESTAMP_NTZ(9) | The timestamp when the event was recorded in the table. |
| _updated_at | TIMESTAMP_NTZ(9) | The timestamp when the event data was last updated. |