[Ethereum] How to change the owner of an ENS domain using MyEtherWallet

contract-invocationensmyetherwallet

Does anyone know the exact procedure for doing this? It looks quite straightforward, but I'm unwilling to try it out without confirmation from someone who's done it already.

Best Answer

Instructions for MyCrypto & MyEtherWallet

Transferring a Domain (Best Practice)

  1. Search for your ENS name on MyCrypto's ENS Page
  2. Copy the text to the right of Labelhash __name:.
  3. Go to the Contracts page and select ENS - Eth Registrar (Auction) 0x6090a6e47849629b7245dfa1ca21d94cd15878ef from the dropdown menu. 
  4. Access and choose the transfer call. Paste the LabelHash from step #2 above into the _hash field.
  5. Paste the address of the new owner in the newOwner field. 
  6. Unlock your wallet and send.

Only setting Owner

WARNING: If you only change the owner, the deed owner can get the name back.

  1. Search for your ENS name on MyCrypto's ENS Page
  2. Copy the text to the right of Namehash __name.eth:.
  3. Go to the Contracts page and select ENS Registry (0x314159265dD8dbb310642f98f50C066173C1259b) from the dropdown menu. 
  4. Access and choose the setOwner call. Paste the NameHash (not LabelHash) from step #2 into the node field.
  5. Paste the address of the new owner in owner. 
  6. Unlock your wallet and rock and roll.

(Thanks for the help, /u/feauxley)

Related Topic