PoolTogether is a protocol that allows users to join a trust-minimized no-loss lottery on the Ethereum network. The team asked us to review and audit the system. We looked at the code and now publish our results. The audited commit is 78ac6863f4616269f7d04a0ddd1d60bdfc454937 and the contracts... included in the scope were: BasePool DrawManager ERC777Pool MCDAwarePool Pool RecipientWhitelistERC777Pool UniformRandomNumber All external code and contract dependencies were assumed to work correctly. Additionally, during this audit we assumed that the administrators are available, honest...
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | - | - | - | 0 |
Fixed | 8 | 2 | 2 | - | 12 |
Total | 8 | 2 | 2 | 0 | 12 |
# | File Name |
---|---|
1 | contracts/BasePool.sol |
2 | contracts/DrawManager.sol |