Hi guys - quick Q, I've been playing around with an ERC20 on the test net with remix.
I've deployed the contract successfully but when I transfer tokens within the interface it considers all the decimal points. So I'm trying to send 1000 but instead it is sending 10 for a 2 decimal coin...I can work around it by adding extra 0s (ie 100000 to send 1000) but would prefer to understand the issue, is this can error anyone else has encountered and is there something special I need to so with the "address _to " and "uint256_value"?
Aug 13, 2019, 8:50 AM
Compiling with solidity 0.5.10
Aug 13, 2019, 9:02 AM