Opyn is a generalized noncustodial options protocol for Decentralized Finance, or DeFi. The team asked us to review and audit the system. We looked at the code and now publish our results. The audited commit is c34598565cba2bfcf824eb2da63d95c7f5dda4fa and the contracts included in the scope were... : OptionsContract.sol, OptionsUtils.sol, and OptionsFactory.sol. The scope did not include the files inside the lib folder, Migrations.sol, and the OptionsExchange.sol. All external code and contract dependencies were assumed to work correctly. Additionally, during this audit, we assumed...
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 3 | - | 1 | - | 4 |
Fixed | 7 | 2 | 1 | 1 | 11 |
Total | 10 | 2 | 2 | 1 | 15 |
# | File Name |
---|---|
1 | contracts/Migrations.sol |
2 | contracts/OptionsUtils.sol |
3 | contracts/OptionsContract.sol |
4 | contracts/OptionsFactory.sol |
5 | contracts/OptionsExchange.sol |