labels.ens table on Dune provides key information about Ethereum Name Service (ENS) domains and their associated addresses. This table is instrumental in linking human-readable names with blockchain addresses, aiding in identity verification and data aggregation within the Ethereum ecosystem.
Table Schema
| Column | Type | Description |
|---|---|---|
blockchain | VARCHAR | Blockchain (always Ethereum) |
address | VARBINARY | Resolved blockchain address |
name | VARCHAR | ENS domain name (e.g., vitalik.eth) |
category | VARCHAR | Label category |
contributor | VARCHAR | Contributor(s) who created the label |
source | VARCHAR | How the label was generated (static or query-based) |
created_at | DATE | When the label was created |
updated_at | TIMESTAMP | When the label was last updated |
model_name | VARCHAR | Name of the label model sourced from |
label_type | VARCHAR | Type of label |