Unable to See Tokens aka How to Add a Custom Token
Adding a new token / sending custom tokens / checking balance of tokens / seeing custom token / ERC-20
Any ERC-20 token can be added to your local MEW interface by following these instructions.
Make sure it isn't already in the list:
Click the Orange "Show All Tokens" Button.
Scroll and click the token you want to load, where it says "Click to Load". You can also use
cmd/ctrl
+f
to search for a token on the list more quickly.If you have a balance you won't have to load it againโit will automatically load in the future.
If your token is not on the list
via Ethplorer.io
- On the "Send Ether & Tokens" page on MEW, click
View Balance Only (Must use one of above options to send)
and paste your address. - In a new tab, go to Ethplorer.io
- Type in the name of the token into their search bar, or navigate to your address and click on the token's name from that page.
- At the very top on this page page is the address.
- Below that there is a field called "decimals", which is a number between 0 and 18.
- Back on MEW, click the
Add Custom Token
button on the right sidebar. - Paste the
Address
from the top of the Ethplorer.io page - Type in what you want to call it - the name or the symbol.
- Paste the
Decimals
from Ethplorer.io. - Click
"Save"
.
๐ You can now send your new token and see it's balance in the sidebar!
via Etherscan.io
- On the "Send Ether & Tokens" page on MEW, click
View Balance Only (Must use one of above options to send)
and paste your address. - In the sidebar, click the
https://etherscan.io
link underTransaction History
orHow to See your Tokens
. - Click the dropdown in the right-upper quadrant. It's labeled
Token Tracker
. - Click the token that you aren't seeing on MEW.
- Copy the string next to
Contact Address
. - Back on MEW, click the
Add Custom Token
button on the right sidebar. - Paste the
Contact Address
. - Type in what you want to call it - the name or the symbol.
- Return to Etherscan.io. Look for the number (between 0 and 18) next to
Token Decimals
. - Enter this under
Decimals
on MEW. - Click
"Save"
on MEW.
๐ You can now send your new token and see it's balance in the sidebar!
Removing Custom Tokens
To remove a custom token, click the little ( - ) icon next to your token. This will remove it from the interface. It is not deleting or removing the tokens themselves. They are still safely in your wallet, we promise.