> ## 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.

# Event Attributes 🌱

### Table Details

| Property            | Value                                                                         |
| ------------------- | ----------------------------------------------------------------------------- |
| Table Name          | `mantra.raw.event_attributes`                                                 |
| Table Status        | Beta 🌱                                                                       |
| Unique Key          | `block_timestamp`, `transaction_hash`, `event_index`, `event_attribute_index` |
| Clustering Key(s)   | `to_date("block_timestamp")`                                                  |
| Search Optimization | `block_height`, `transaction_hash`, `key`                                     |

### Table Columns

| Column Name             | Data Type         | Description                                       |
| ----------------------- | ----------------- | ------------------------------------------------- |
| 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.         |

### Related Docs

* [COSMOS Raw Event Attributes](/historical-data/supported-blockchains/cosmos-ecosystem/core-schemas/raw/event-attributes)
