Synthetix Network Smart Contract Audit

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.…