The Ripioteam asked us to review and audit their Ripio Credit Network Token(RCN) and crowdsale contracts. We looked at the code and now publish our results. The audited contracts are located in the ripio/rcn-tokenrepository. The version used for this report is the commit... instead of reusing public and already audited code can bring regression problems and difficult to find bugs. Consider removing the duplicate code from your repo and using the installed versions from OpenZeppelin. Use safe math There are some unchecked math operations in the code (see thisand...
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | - | - | - | 0 |
Fixed | 4 | 2 | - | - | 6 |
Total | 4 | 2 | 0 | 0 | 6 |
# | File Name |
---|---|
1 | contracts/MintableToken.sol |
2 | contracts/StandardToken.sol |
3 | contracts/RCNCrowdsale.sol |