almindor / etherwall

Ethereum QT5 Wallet
GNU General Public License v3.0
142 stars 59 forks source link

I used by mistake the ETH address to send ERC20 tokens #122

Closed arko36 closed 3 years ago

arko36 commented 3 years ago

Hi, by mistake i used the ETH address to send some tokens (LINK) I can see the transaction in the etherscan but the wallet shows zero obviously. How can I recover these tokens ?! Thanks in advance Ariel

almindor commented 3 years ago

Hey,

I need more details to help. Do you own the destination address/account?

arko36 commented 3 years ago

Yes, the destination is a etherwall address, I sent some LINK token to that address which is ETH address in etherwall wallet. I saw there is a way to brin the token via contract to etherwall to store them (ERC20) but I don know how .

Thanks in advance for the help.

Ariel

On Tue, Jan 5, 2021 at 6:24 PM Aleš Katona notifications@github.com wrote:

Hey,

I need more details to help. Do you own the destination address/account?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/almindor/etherwall/issues/122#issuecomment-754778489, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACRQHSF3PK5ZK2NNCIRNHFLSYNDNBANCNFSM4VUCNVJQ .

almindor commented 3 years ago

Ah that's an easy fix. You need to go to the contracts tab and "add existing contract" then put 0x514910771AF9Ca656af840dff83E8264EcF986CA in the address field. The rest should auto-fill and then just add contract.

NOTE you should double check that the LINK contract I give you here is the LINK contract you've used (e.g. that it belongs to your token etc.)

After that you will get the token in the token selection combobox at the top. Select link and check your balance and total. You can then send the token out as a transaction by also selecting it in the new transaction dialog for the right account.

NOTE: there was a UI bug preventing showing the account balances in tokens in v3.0.0 #123 it has been since fixed and v3.0.1 ia available for download now. You can also see your totals even in v3.0.0 and in the transaction dialog. This bug does not affect sending functionality it's purely cosmetic.

arko36 commented 3 years ago

It worked !!! Thanks !