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) 0x6090a6e47849629b7245dfa1ca21d94cd15878ef
from 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
transfer
call. - Paste the
LabelHash
from http://etherscan.io/ into the_hash
field. - Paste the
address
of the new owner in thenewOwner
field. - 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
setOwner
call. Paste theNameHash
(not LabelHash) from http://etherscan.io/ into thenode
field. - Paste the
address
of the new owner in owner. - Unlock your wallet and rock and roll.
(Thanks goes to /u/feauxley)