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

# Block Event Attributes

All event attributes grouped by block, starting from genesis.

### Table Details

| Property            | Value                                                                                                     |
| ------------------- | --------------------------------------------------------------------------------------------------------- |
| Table Name          | `babylon.raw.block_event_attributes`                                                                      |
| Table Status        | Production-Ready                                                                                          |
| Unique Key          | `block_timestamp`, `block_height`, `block_event_index`, `block_event_attribute_index`, `block_event_kind` |
| Clustering Key(s)   | `to_date("block_timestamp")`                                                                              |
| Search Optimization | `block_height`                                                                                            |

### 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.                                                                                                                                                                                   |
| block\_event\_type             | VARCHAR(16777216) | The type of the block event.                                                                                                                                                                             |
| block\_event\_index            | NUMBER(38,0)      | The index of the event within the block.                                                                                                                                                                 |
| block\_event\_attribute\_index | NUMBER(38,0)      | The index of the attribute within the block event.                                                                                                                                                       |
| key                            | VARCHAR(16777216) | The key of the block event attribute.                                                                                                                                                                    |
| value                          | VARCHAR(16777216) | The value of the block event attribute.                                                                                                                                                                  |
| index                          | BOOLEAN           | Boolean flag indicating if this 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.                                                                                                                                                                |
| block\_event\_kind             | VARCHAR(16777216) | The phase in which the block event was emitted. Possible values are: begin (before transactions are processed), end (after all transactions are processed), finalize (immedatiately before block commit) |

### Related Docs

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