You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered: