Project Background Website Details Synthetix is a decentralized finance (DeFi) protocol on Ethereum that allows users to trade synthetic assets. These assets, called “Synths,” track the value of real-world assets like currencies, commodities, and stocks. Synthetix offers a diverse range…
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.…