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

# Renewals

### Table Details

| Property            | Value                                                    |
| ------------------- | -------------------------------------------------------- |
| Table Name          | `ethereum.ens.renewals`                                  |
| Table Status        | Production-Ready                                         |
| Unique Key          | `block_timestamp::date`, `transaction_hash`, `log_index` |
| Clustering Key(s)   | `block_timestamp::date`                                  |
| Search Optimization | `name`                                                   |

### Table Columns

| Column Name        | Data Type          | Description                                                                                                                   |
| ------------------ | ------------------ | ----------------------------------------------------------------------------------------------------------------------------- |
| name               | VARCHAR(134217728) | Market display name.                                                                                                          |
| cost               | VARCHAR(134217728) | Cost of this operation in the chain's native token (ETH).                                                                     |
| expiry\_date       | TIMESTAMP\_NTZ(9)  | Calendar date (UTC) when the ENS name registration expires.                                                                   |
| transaction\_hash  | VARCHAR(66)        | Hash of the transaction that produced this record. Uniquely identifies a transaction within the blockchain.                   |
| transaction\_index | NUMBER(38,0)       | Zero-based position of the transaction within its block. The first transaction in a block has index 0.                        |
| log\_index         | NUMBER(38,0)       | Zero-based position of this event log within its transaction. The first log emitted by a transaction has index 0.             |
| block\_timestamp   | TIMESTAMP\_NTZ(9)  | Timestamp (UTC) of the block that contains this record.                                                                       |
| block\_number      | NUMBER(38,0)       | Sequential number of the block that contains this record. Starts at 0 (genesis block) and increments by 1 for each new block. |
| block\_hash        | VARCHAR(66)        | Cryptographic hash of the block header that contains this record. Uniquely identifies a block.                                |
| \_created\_at      | TIMESTAMP\_NTZ(9)  | Timestamp of when the entry was created in the database.                                                                      |
| \_updated\_at      | TIMESTAMP\_NTZ(9)  | Timestamp of when the entry was last updated in the database.                                                                 |
