The contract code reuses OpenZeppelin libraries for developing ERC20 tokens. The code that comes from OpenZeppelin is well-documented and tested. The remaining code, however, has no documentations and no tests. We recommend addressing these issues as well as other issues indicated in the report, notably the one that allows a contract to have no burner.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 4 | - | - | - | 4 |
Fixed | - | - | - | - | 0 |
Total | 4 | 0 | 0 | 0 | 4 |
# | File Name |
---|---|
1 | openzeppelin-solidity/contracts/math/SafeMath.sol |