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