Synthetix Network Smart Contract Audit

Project Background

  • Synthetix Network code consists of three primary contracts: Owned, Proxy, and Proxyable, along with an interface IERC20 and a contract ProxyERC20 implementing the ERC20 interface.
  • Here’s a summary of each contract:
    • Owned.sol: This contract provides basic ownership functionality. It allows for setting and changing the owner of the contract through a nomination process. Only the current owner can nominate a new owner, and the nominated owner must accept the nomination.
    • Proxy.sol: This contract acts as a proxy for another contract (Proxyable). It can toggle between using DELEGATECALL and CALL to execute functions on the target contract. If a function is not recognized by the proxy, it forwards the call to the target contract. The proxy’s functionality can be controlled by the owner.
    • Proxyable.sol: This contract is designed to work with Proxy. It allows for interaction with the underlying contract through the proxy. It includes modifiers to ensure that only the proxy can call certain functions.
    • ProxyERC20.sol: This contract implements the ERC20 interface and acts as a proxy specifically for ERC20 token contracts. It forwards ERC20 function calls to the target contract. It ensures that contract-to-contract calls are compatible with the ERC20 standard.
  • Overall, these contracts provide a framework for creating upgradeable contracts using proxies, with ownership control and support for ERC20 token functionality.

Website: synthetix.io

Executive Audit Summary

  • According to the standard audit assessment, the Customer`s solidity smart contracts are “Secured”.  Also, these contracts contain owner control, which does not make them fully decentralized.
  • We used various tools like Slither, Solhint and Remix IDE. At the same time this finding is based on critical analysis of the manual audit.
  • We found 0 critical, 0 high, 0 medium, 0 low and 7 very low-level issues.

Audit Report in PDF


pdf

Audit Report Flip book

Please wait while flipbook is loading. For more related info, FAQs and issues please refer to DearFlip WordPress Flipbook Plugin Help documentation.

Leave a Reply

Your email address will not be published. Required fields are marked *

5 × one =