> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Events

### Table Details

| Property            | Value                             |
| ------------------- | --------------------------------- |
| Table Name          | `provenance.raw.events`           |
| Table Status        | Production-Ready                  |
| Unique Key          | `transaction_hash`, `event_index` |
| Clustering Key(s)   | `to_date("block_timestamp")`      |
| Search Optimization | `type`                            |

### Table Columns

| Column Name              | Data Type         | Description                                             |
| ------------------------ | ----------------- | ------------------------------------------------------- |
| block\_hash              | VARCHAR(16777216) | The hash of the block containing the transaction.       |
| block\_number            | NUMBER(38,0)      | The number of the block in the blockchain.              |
| block\_timestamp         | TIMESTAMP\_NTZ(9) | The timestamp when the block was created.               |
| transaction\_hash        | VARCHAR(16777216) | The hash of the transaction.                            |
| transaction\_index       | NUMBER(38,0)      | The index of the transaction within the block.          |
| 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\_attributes\_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.     |

### Related Docs

* [COSMOS Raw Events](/historical-data/supported-blockchains/cosmos-ecosystem/core-schemas/raw/events)
