Setting the resolver for an ENS name
Set the Resolver for your Name
- Go to the contracts tab.
- Choose ENS - Registry: 0x314159265dD8dbb310642f98f50C066173C1259b. Click
"Access"
.
- Select
setResolver
.
- Find you name on Etherscan.io and copy the namehash.
- Enter the namehash of your name under
node (bytes32)
.
- Enter the Public Resolver Address under
resolver (address)
: 0x5FfC014343cd971B7eb70732021E26C35B744cc4
- Unlock the owner's account.
8, Click WRITE.
- Generate and send this transaction – leave "Amount to Send" as 0
- TX should look like this.
Set the Address That your Name will Resolve To
- Go to the contracts tab.
- Choose ENS-Public Resolver: 0x5FfC014343cd971B7eb70732021E26C35B744cc4. Click "Access".
- Select
setAddr
.
- Find you name on Etherscan.io and copy the namehash.
- Enter the Namehash of your name under "node (bytes32)".node (bytes32):
- Enter the Address you would like to resolve to under
addr (address)
- Unlock the owner's account.
- Click
WRITE
.
- Generate and send this transaction – leave "Amount to Send" as 0
- TX should look like this.