Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Token transfers not appearing on EthereScan.io for Crowdsale contracts #433

Closed
sudorobot opened this issue Sep 10, 2017 · 1 comment
Closed

Comments

@sudorobot
Copy link

For example, in the crowdsale for JesusCoin (https://etherscan.io/address/0x102580c6308a4ec4708c8241bd29d1c02e1f9a2d) new tokens are minted, and can be seen with the ERC20 function for balanceOf(). However, users are not seeing the tokens as a transfer, and EtherScan doesn't log them as such. I tried adding the event for Transfer() in addition to the event for Mint() but not with any success.

I had this problem for other crowdsales using Open Zeppelin.

See for instance a correct behavior for the ICONOMI Token: https://etherscan.io/token/ICONOMI

Thanks!

@frangio
Copy link
Contributor

frangio commented Sep 11, 2017

Hi @sudorobot! This was fixed in #345 which will be in the next release.

@frangio frangio closed this as completed Sep 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants