Zokyo security team has conducted the audit over the 1inch contracts set for limit orders over Uniswap and UniswapV3. Auditors have met the high-quality code which follows Solidity best practices and provide all possible gas optimizations. There were no critical issues found. The only issues were connected to the standard usage of ETH transfer via call() method and the possibility to block smart-contracts performance via GenericRouter direct usage.
Low | Medium | High | Critical | Total | |
---|---|---|---|---|---|
Not fixed | - | 1 | - | - | 1 |
Fixed | - | - | 1 | - | 1 |
Total | 0 | 1 | 1 | 0 | 2 |
# | File Name |
---|---|
1 | GenericRouter.sol |
2 | helpers/NonceManager.sol |
3 | helpers/Errors.sol |
4 | UnoswapV3Router.sol |
5 | UnoswapRouterBase.sol |
6 | UnoswapRouter.sol |
7 | helpers/EIP712Instance.sol |
8 | AggregationRouterV5.sol |
9 | LimitOrderProtocolRFQ.sol |