ens.domains
SQL table schema for ens.domains
Ethereum Name Service (ENS) tables mapping of ENS names to addresses.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The public (typically human-readable) name registration that points to the |
| CHARACTER VARYING | The on-chain address that the |
| CHARACTER VARYING | The address of the owner of this registration. |
| DECIMAL | The expiry timestamp for this registration. |
Last updated