The 1inch Exchange is a DEX aggregator that allows users to perform complex trades using multiple decentralized exchanges. We reviewed part of the on-chain infrastructure used to manage the external calls and redeem CHI tokens as desired. The review was undertaken by two auditors over one week... The audited commit is 72f2812837fdd73ec2d32c8988811df361e80985 and the scope included the following contracts: – OneInchExchange.sol – RevertReasonParser.sol – UniERC20.sol All other components of the system were assumed to behave as documented. Importantly, this includes arbitrary calls to external...
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | 1 | - | - | - | 1 |
Fixed | - | 3 | - | - | 3 |
Total | 1 | 3 | 0 | 0 | 4 |
# | File Name |
---|---|
1 | contracts/helpers/RevertReasonParser.sol |
2 | contracts/OneInchExchange.sol |
3 | contracts/helpers/UniERC20.sol |