Changing the ENS owner or transferring an ENS Name
Transferring a Domain (Best Practice)
- Search for your domain on etherscan.io
- Copy the
Label Hash. - Go to the Contracts page and select
ENS - Eth Registrar (Auction) 0x6090a6e47849629b7245dfa1ca21d94cd15878effrom the dropdown menu. - Optional but recommended: set a lower gas price (like 1 GWEI) via the slider in the header to save on fees.
- Access and choose the
transfercall. - Paste the
LabelHashfrom http://etherscan.io/ into the_hashfield. - Paste the
addressof the new owner in thenewOwnerfield. - Unlock your wallet and send.
Only setting Owner
WARNING: If you only change the owner, the deed owner can get the name back.
- Search for your domain on etherscan.io
- Copy the
NameHash. - Go to the Contracts page and select
"ENS Registry" (0x314159265dD8dbb310642f98f50C066173C1259b)from the dropdown menu. - Optional but recommended: set your preferred gas price via the slider in the footer.
- Access and choose the
setOwnercall. Paste theNameHash(not LabelHash) from http://etherscan.io/ into thenodefield. - Paste the
addressof the new owner in owner. - Unlock your wallet and rock and roll.
(Thanks goes to /u/feauxley)