ConsenSysMesh / singulardtv-contracts

19 stars 16 forks source link

current version of StandardToken.sol has zero safety about underflow and overflows #70

Closed ethers closed 8 years ago

ethers commented 8 years ago

https://github.com/ConsenSys/singulardtv-contracts/blob/fb9774c954cb8dcfef130124399d2fc5dc274826/contracts/StandardToken.sol

StandardToken.sol has zero safety about underflow and overflows

Georgi87 commented 8 years ago

The number of tokens is fixed at 1B tokens. That is why this is not an issue.