Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: shuri on October 30, 2017, 12:19:17 PM



Title: my token doesn't shown on "Token Balances"
Post by: shuri on October 30, 2017, 12:19:17 PM
I created a IERC20 token and tried to send my another ETH address. And I checked it with ethplorer whether it go well or not. But it didn't going well. I have 1 problem below.

1, The token I send(&received with another address) isn't shown on "Token Balances" (ofcourse, on my receive addrses). "Transfers" shows that the token has arrived completely, but on "Token Balances", still isn't shown.

Why does this occur? And How to make it shown on Token Balances?



Title: Re: my token doesn't shown on "Token Balances"
Post by: jackg on October 30, 2017, 01:02:38 PM
I created a IERC20 token and tried to send my another ETH address. And I checked it with ethplorer whether it go well or not. But it didn't going well. I have 1 problem below.

1, The token I send(&received with another address) isn't shown on "Token Balances" (ofcourse, on my receive addrses). "Transfers" shows that the token has arrived completely, but on "Token Balances", still isn't shown.

Why does this occur? And How to make it shown on Token Balances?



If this is on your wallet then it's probably an issue with recognising the new token. Try contacting their support and see if they can help you.
If you control the private keys, this can be resolved by importing them into your ethereum wallet and extract the tokens.


Title: Re: my token doesn't shown on "Token Balances"
Post by: shuri on November 01, 2017, 05:00:49 PM
Thank you for your advise! I mailed to ethplorer! :)

But, I find this problem happens not only me, so, I thought "This is a problem of my code, not the ethplorer".
Can someone please check my code? :) :) How can I fixed it?
https://github.com/neji204/test_token

My problem is:
It seems sending my token to someone is success, but " My token balance isn't substracted" & "Receiver's token balance isn't added".

Sorry for bad English. :)