| LAST_REGISTERED_BLOCK | NUMBER | The latest block number in which the domain was registered. |
| LAST_REGISTERED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp corresponding to the latest block in which the domain was registered. |
| LAST_REGISTERED_TX_HASH | TEXT | Transaction hash of the most recent domain registration event. |
| LAST_REGISTERED_CONTRACT | TEXT | The contract address responsible for the most recent domain registration. |
| MANAGER | TEXT | The address that currently manages the domain. |
| OWNER | TEXT | The address that currently owns the domain. |
| SET_ADDRESS | TEXT | The address that the domain currently resolves to. |
| ENS_SET | BOOLEAN | Indicates if the domain has been set to an address. |
| ENS_DOMAIN | TEXT | The primary domain name. |
| ENS_SUBDOMAINS | ARRAY | Any subdomains that are associated with the primary domain. |
| LABEL | TEXT | The label hash, which is a representation of the domain. |
| NODE | TEXT | A hash representing the ENS domain. |
| TOKEN_ID | TEXT | The ID of the token associated with the domain. |
| LAST_REGISTERED_COST | FLOAT | The cost associated with the most recent registration of the domain. |
| LAST_REGISTERED_PREMIUM | FLOAT | Any additional premium paid during the most recent registration of the domain. |
| RENEWAL_COST | FLOAT | The cost to renew the domain’s registration. |
| EXPIRATION_TIMESTAMP | TIMESTAMP_NTZ | The timestamp at which the domain registration will expire. |
| EXPIRED | BOOLEAN | Indicates if the domain registration has expired. |
| RESOLVER | TEXT | The address of the resolver contract that provides records for the domain. |
| PROFILE | OBJECT | Profile information, such as avatars or social links, associated with the domain. |
| LAST_UPDATED | TIMESTAMP_NTZ | The timestamp of the last update made to the domain’s record or last updated record in this table. |
| EZ_ENS_DOMAINS_ID | TEXT | Primary key - unique identifier for each row ensuring data integrity. |