ETH Price: $2,572.21 (+2.41%)

Transaction Decoder

Block:
22854032 at Jul-05-2025 03:52:47 PM +UTC
Transaction Fee:
0.000094972402205886 ETH $0.24
Gas Used:
196,727 Gas / 0.482762418 Gwei

Emitted Events:

322 WETH9.Transfer( src=[Receiver] 0xa69babef1ca67a37ffaf7a485dfff3382056e78c, dst=UniswapV2Pair, wad=60516674366906171 )
323 ProxyERC20.Transfer( from=UniswapV2Pair, to=[Receiver] 0xa69babef1ca67a37ffaf7a485dfff3382056e78c, value=273730228735114711155 )
324 UniswapV2Pair.Sync( reserve0=155992763019675507550954, reserve1=34444160735226622732 )
325 UniswapV2Pair.Swap( sender=[Receiver] 0xa69babef1ca67a37ffaf7a485dfff3382056e78c, amount0In=0, amount1In=60516674366906171, amount0Out=273730228735114711155, amount1Out=0, to=[Receiver] 0xa69babef1ca67a37ffaf7a485dfff3382056e78c )

Account State Difference:

  Address   Before After State Difference Code
0x43AE2496...A2dc33D47
0x5b1b5fEa...2385381dD
(Synthetix: Token State Synthetix)
0x60b86AF8...829f6Ab2F
9.380411074887211809 Eth
Nonce: 336028
9.380316102468500321 Eth
Nonce: 336029
0.000094972418711488
0xA69babEF...82056e78C
(MEV Bot: 0xA69...78C)
253.029631980399776399 Eth253.029625429384046012 Eth0.000006551015730387
0xC02aaA39...83C756Cc2
0xc5f0b419...6C7203504
(BuilderNet)
29.347587903699446367 Eth29.347594454731682356 Eth0.000006551032235989

Execution Trace

ETH 0.000000000016505602 MEV Bot: 0xA69...78C.78e111f6( )
  • ETH 0.000000000016505602 0x2c6e668d3a4b25c557ce40b134a65eb36cfc2229.c22b6075( )
    • UniswapV2Pair.CALL( )
    • UniswapV2Pair.CALL( )
    • WETH9.balanceOf( 0xA69babEF1cA67A37Ffaf7a485DfFF3382056e78C ) => ( 4788317902165664972912 )
    • WETH9.transfer( dst=0x43AE24960e5534731Fc831386c07755A2dc33D47, wad=60516674366906171 ) => ( True )
    • UniswapV2Pair.swap( amount0Out=273730228735114711155, amount1Out=0, to=0xA69babEF1cA67A37Ffaf7a485DfFF3382056e78C, data=0x )
      • ProxyERC20.transfer( to=0xA69babEF1cA67A37Ffaf7a485DfFF3382056e78C, value=273730228735114711155 ) => ( True )
        • Synthetix.setMessageSender( sender=0x43AE24960e5534731Fc831386c07755A2dc33D47 )
        • Synthetix.transfer( to=0xA69babEF1cA67A37Ffaf7a485DfFF3382056e78C, value=273730228735114711155 ) => ( True )
          • SystemStatus.STATICCALL( )
          • ReadProxy.21f8a721( )
            • AddressResolver.getAddress( name=4C65676163794D61726B65740000000000000000000000000000000000000000 ) => ( 0x3AcF163B9E6a384D539e10dAc7e11213c638b2f5 )
            • Issuer.debtBalanceOf( _issuer=0x43AE24960e5534731Fc831386c07755A2dc33D47, currencyKey=7355534400000000000000000000000000000000000000000000000000000000 ) => ( debtBalance=0 )
              • SynthetixDebtShare.balanceOf( account=0x43AE24960e5534731Fc831386c07755A2dc33D47 ) => ( 0 )
              • TokenState.balanceOf( 0x43AE24960e5534731Fc831386c07755A2dc33D47 ) => ( 156266493248410622262109 )
              • TokenState.setBalanceOf( account=0x43AE24960e5534731Fc831386c07755A2dc33D47, value=155992763019675507550954 )
              • TokenState.balanceOf( 0xA69babEF1cA67A37Ffaf7a485DfFF3382056e78C ) => ( 0 )
              • TokenState.setBalanceOf( account=0xA69babEF1cA67A37Ffaf7a485DfFF3382056e78C, value=273730228735114711155 )
              • ProxyERC20._emit( callData=0x00000000000000000000000000000000000000000000000ED6C520BFEAEF9073, numTopics=3, topic1=DDF252AD1BE2C89B69C2B068FC378DAA952BA7F163C4A11628F55A4DF523B3EF, topic2=00000000000000000000000043AE24960E5534731FC831386C07755A2DC33D47, topic3=000000000000000000000000A69BABEF1CA67A37FFAF7A485DFFF3382056E78C, topic4=0000000000000000000000000000000000000000000000000000000000000000 )
              • ProxyERC20.balanceOf( owner=0x43AE24960e5534731Fc831386c07755A2dc33D47 ) => ( 155992763019675507550954 )
                • Synthetix.balanceOf( account=0x43AE24960e5534731Fc831386c07755A2dc33D47 ) => ( 155992763019675507550954 )
                  • TokenState.balanceOf( 0x43AE24960e5534731Fc831386c07755A2dc33D47 ) => ( 155992763019675507550954 )
                  • WETH9.balanceOf( 0x43AE24960e5534731Fc831386c07755A2dc33D47 ) => ( 34444160735226622732 )
                  • ETH 0.000006551032235989 BuilderNet.CALL( )
                    File 1 of 10: UniswapV2Pair
                    // File: contracts/interfaces/IUniswapV2Pair.sol
                    
                    pragma solidity >=0.5.0;
                    
                    interface IUniswapV2Pair {
                        event Approval(address indexed owner, address indexed spender, uint value);
                        event Transfer(address indexed from, address indexed to, uint value);
                    
                        function name() external pure returns (string memory);
                        function symbol() external pure returns (string memory);
                        function decimals() external pure returns (uint8);
                        function totalSupply() external view returns (uint);
                        function balanceOf(address owner) external view returns (uint);
                        function allowance(address owner, address spender) external view returns (uint);
                    
                        function approve(address spender, uint value) external returns (bool);
                        function transfer(address to, uint value) external returns (bool);
                        function transferFrom(address from, address to, uint value) external returns (bool);
                    
                        function DOMAIN_SEPARATOR() external view returns (bytes32);
                        function PERMIT_TYPEHASH() external pure returns (bytes32);
                        function nonces(address owner) external view returns (uint);
                    
                        function permit(address owner, address spender, uint value, uint deadline, uint8 v, bytes32 r, bytes32 s) external;
                    
                        event Mint(address indexed sender, uint amount0, uint amount1);
                        event Burn(address indexed sender, uint amount0, uint amount1, address indexed to);
                        event Swap(
                            address indexed sender,
                            uint amount0In,
                            uint amount1In,
                            uint amount0Out,
                            uint amount1Out,
                            address indexed to
                        );
                        event Sync(uint112 reserve0, uint112 reserve1);
                    
                        function MINIMUM_LIQUIDITY() external pure returns (uint);
                        function factory() external view returns (address);
                        function token0() external view returns (address);
                        function token1() external view returns (address);
                        function getReserves() external view returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast);
                        function price0CumulativeLast() external view returns (uint);
                        function price1CumulativeLast() external view returns (uint);
                        function kLast() external view returns (uint);
                    
                        function mint(address to) external returns (uint liquidity);
                        function burn(address to) external returns (uint amount0, uint amount1);
                        function swap(uint amount0Out, uint amount1Out, address to, bytes calldata data) external;
                        function skim(address to) external;
                        function sync() external;
                    
                        function initialize(address, address) external;
                    }
                    
                    // File: contracts/interfaces/IUniswapV2ERC20.sol
                    
                    pragma solidity >=0.5.0;
                    
                    interface IUniswapV2ERC20 {
                        event Approval(address indexed owner, address indexed spender, uint value);
                        event Transfer(address indexed from, address indexed to, uint value);
                    
                        function name() external pure returns (string memory);
                        function symbol() external pure returns (string memory);
                        function decimals() external pure returns (uint8);
                        function totalSupply() external view returns (uint);
                        function balanceOf(address owner) external view returns (uint);
                        function allowance(address owner, address spender) external view returns (uint);
                    
                        function approve(address spender, uint value) external returns (bool);
                        function transfer(address to, uint value) external returns (bool);
                        function transferFrom(address from, address to, uint value) external returns (bool);
                    
                        function DOMAIN_SEPARATOR() external view returns (bytes32);
                        function PERMIT_TYPEHASH() external pure returns (bytes32);
                        function nonces(address owner) external view returns (uint);
                    
                        function permit(address owner, address spender, uint value, uint deadline, uint8 v, bytes32 r, bytes32 s) external;
                    }
                    
                    // File: contracts/libraries/SafeMath.sol
                    
                    pragma solidity =0.5.16;
                    
                    // a library for performing overflow-safe math, courtesy of DappHub (https://github.com/dapphub/ds-math)
                    
                    library SafeMath {
                        function add(uint x, uint y) internal pure returns (uint z) {
                            require((z = x + y) >= x, 'ds-math-add-overflow');
                        }
                    
                        function sub(uint x, uint y) internal pure returns (uint z) {
                            require((z = x - y) <= x, 'ds-math-sub-underflow');
                        }
                    
                        function mul(uint x, uint y) internal pure returns (uint z) {
                            require(y == 0 || (z = x * y) / y == x, 'ds-math-mul-overflow');
                        }
                    }
                    
                    // File: contracts/UniswapV2ERC20.sol
                    
                    pragma solidity =0.5.16;
                    
                    
                    
                    contract UniswapV2ERC20 is IUniswapV2ERC20 {
                        using SafeMath for uint;
                    
                        string public constant name = 'Uniswap V2';
                        string public constant symbol = 'UNI-V2';
                        uint8 public constant decimals = 18;
                        uint  public totalSupply;
                        mapping(address => uint) public balanceOf;
                        mapping(address => mapping(address => uint)) public allowance;
                    
                        bytes32 public DOMAIN_SEPARATOR;
                        // keccak256("Permit(address owner,address spender,uint256 value,uint256 nonce,uint256 deadline)");
                        bytes32 public constant PERMIT_TYPEHASH = 0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9;
                        mapping(address => uint) public nonces;
                    
                        event Approval(address indexed owner, address indexed spender, uint value);
                        event Transfer(address indexed from, address indexed to, uint value);
                    
                        constructor() public {
                            uint chainId;
                            assembly {
                                chainId := chainid
                            }
                            DOMAIN_SEPARATOR = keccak256(
                                abi.encode(
                                    keccak256('EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)'),
                                    keccak256(bytes(name)),
                                    keccak256(bytes('1')),
                                    chainId,
                                    address(this)
                                )
                            );
                        }
                    
                        function _mint(address to, uint value) internal {
                            totalSupply = totalSupply.add(value);
                            balanceOf[to] = balanceOf[to].add(value);
                            emit Transfer(address(0), to, value);
                        }
                    
                        function _burn(address from, uint value) internal {
                            balanceOf[from] = balanceOf[from].sub(value);
                            totalSupply = totalSupply.sub(value);
                            emit Transfer(from, address(0), value);
                        }
                    
                        function _approve(address owner, address spender, uint value) private {
                            allowance[owner][spender] = value;
                            emit Approval(owner, spender, value);
                        }
                    
                        function _transfer(address from, address to, uint value) private {
                            balanceOf[from] = balanceOf[from].sub(value);
                            balanceOf[to] = balanceOf[to].add(value);
                            emit Transfer(from, to, value);
                        }
                    
                        function approve(address spender, uint value) external returns (bool) {
                            _approve(msg.sender, spender, value);
                            return true;
                        }
                    
                        function transfer(address to, uint value) external returns (bool) {
                            _transfer(msg.sender, to, value);
                            return true;
                        }
                    
                        function transferFrom(address from, address to, uint value) external returns (bool) {
                            if (allowance[from][msg.sender] != uint(-1)) {
                                allowance[from][msg.sender] = allowance[from][msg.sender].sub(value);
                            }
                            _transfer(from, to, value);
                            return true;
                        }
                    
                        function permit(address owner, address spender, uint value, uint deadline, uint8 v, bytes32 r, bytes32 s) external {
                            require(deadline >= block.timestamp, 'UniswapV2: EXPIRED');
                            bytes32 digest = keccak256(
                                abi.encodePacked(
                                    '\x19\x01',
                                    DOMAIN_SEPARATOR,
                                    keccak256(abi.encode(PERMIT_TYPEHASH, owner, spender, value, nonces[owner]++, deadline))
                                )
                            );
                            address recoveredAddress = ecrecover(digest, v, r, s);
                            require(recoveredAddress != address(0) && recoveredAddress == owner, 'UniswapV2: INVALID_SIGNATURE');
                            _approve(owner, spender, value);
                        }
                    }
                    
                    // File: contracts/libraries/Math.sol
                    
                    pragma solidity =0.5.16;
                    
                    // a library for performing various math operations
                    
                    library Math {
                        function min(uint x, uint y) internal pure returns (uint z) {
                            z = x < y ? x : y;
                        }
                    
                        // babylonian method (https://en.wikipedia.org/wiki/Methods_of_computing_square_roots#Babylonian_method)
                        function sqrt(uint y) internal pure returns (uint z) {
                            if (y > 3) {
                                z = y;
                                uint x = y / 2 + 1;
                                while (x < z) {
                                    z = x;
                                    x = (y / x + x) / 2;
                                }
                            } else if (y != 0) {
                                z = 1;
                            }
                        }
                    }
                    
                    // File: contracts/libraries/UQ112x112.sol
                    
                    pragma solidity =0.5.16;
                    
                    // a library for handling binary fixed point numbers (https://en.wikipedia.org/wiki/Q_(number_format))
                    
                    // range: [0, 2**112 - 1]
                    // resolution: 1 / 2**112
                    
                    library UQ112x112 {
                        uint224 constant Q112 = 2**112;
                    
                        // encode a uint112 as a UQ112x112
                        function encode(uint112 y) internal pure returns (uint224 z) {
                            z = uint224(y) * Q112; // never overflows
                        }
                    
                        // divide a UQ112x112 by a uint112, returning a UQ112x112
                        function uqdiv(uint224 x, uint112 y) internal pure returns (uint224 z) {
                            z = x / uint224(y);
                        }
                    }
                    
                    // File: contracts/interfaces/IERC20.sol
                    
                    pragma solidity >=0.5.0;
                    
                    interface IERC20 {
                        event Approval(address indexed owner, address indexed spender, uint value);
                        event Transfer(address indexed from, address indexed to, uint value);
                    
                        function name() external view returns (string memory);
                        function symbol() external view returns (string memory);
                        function decimals() external view returns (uint8);
                        function totalSupply() external view returns (uint);
                        function balanceOf(address owner) external view returns (uint);
                        function allowance(address owner, address spender) external view returns (uint);
                    
                        function approve(address spender, uint value) external returns (bool);
                        function transfer(address to, uint value) external returns (bool);
                        function transferFrom(address from, address to, uint value) external returns (bool);
                    }
                    
                    // File: contracts/interfaces/IUniswapV2Factory.sol
                    
                    pragma solidity >=0.5.0;
                    
                    interface IUniswapV2Factory {
                        event PairCreated(address indexed token0, address indexed token1, address pair, uint);
                    
                        function feeTo() external view returns (address);
                        function feeToSetter() external view returns (address);
                    
                        function getPair(address tokenA, address tokenB) external view returns (address pair);
                        function allPairs(uint) external view returns (address pair);
                        function allPairsLength() external view returns (uint);
                    
                        function createPair(address tokenA, address tokenB) external returns (address pair);
                    
                        function setFeeTo(address) external;
                        function setFeeToSetter(address) external;
                    }
                    
                    // File: contracts/interfaces/IUniswapV2Callee.sol
                    
                    pragma solidity >=0.5.0;
                    
                    interface IUniswapV2Callee {
                        function uniswapV2Call(address sender, uint amount0, uint amount1, bytes calldata data) external;
                    }
                    
                    // File: contracts/UniswapV2Pair.sol
                    
                    pragma solidity =0.5.16;
                    
                    
                    
                    
                    
                    
                    
                    
                    contract UniswapV2Pair is IUniswapV2Pair, UniswapV2ERC20 {
                        using SafeMath  for uint;
                        using UQ112x112 for uint224;
                    
                        uint public constant MINIMUM_LIQUIDITY = 10**3;
                        bytes4 private constant SELECTOR = bytes4(keccak256(bytes('transfer(address,uint256)')));
                    
                        address public factory;
                        address public token0;
                        address public token1;
                    
                        uint112 private reserve0;           // uses single storage slot, accessible via getReserves
                        uint112 private reserve1;           // uses single storage slot, accessible via getReserves
                        uint32  private blockTimestampLast; // uses single storage slot, accessible via getReserves
                    
                        uint public price0CumulativeLast;
                        uint public price1CumulativeLast;
                        uint public kLast; // reserve0 * reserve1, as of immediately after the most recent liquidity event
                    
                        uint private unlocked = 1;
                        modifier lock() {
                            require(unlocked == 1, 'UniswapV2: LOCKED');
                            unlocked = 0;
                            _;
                            unlocked = 1;
                        }
                    
                        function getReserves() public view returns (uint112 _reserve0, uint112 _reserve1, uint32 _blockTimestampLast) {
                            _reserve0 = reserve0;
                            _reserve1 = reserve1;
                            _blockTimestampLast = blockTimestampLast;
                        }
                    
                        function _safeTransfer(address token, address to, uint value) private {
                            (bool success, bytes memory data) = token.call(abi.encodeWithSelector(SELECTOR, to, value));
                            require(success && (data.length == 0 || abi.decode(data, (bool))), 'UniswapV2: TRANSFER_FAILED');
                        }
                    
                        event Mint(address indexed sender, uint amount0, uint amount1);
                        event Burn(address indexed sender, uint amount0, uint amount1, address indexed to);
                        event Swap(
                            address indexed sender,
                            uint amount0In,
                            uint amount1In,
                            uint amount0Out,
                            uint amount1Out,
                            address indexed to
                        );
                        event Sync(uint112 reserve0, uint112 reserve1);
                    
                        constructor() public {
                            factory = msg.sender;
                        }
                    
                        // called once by the factory at time of deployment
                        function initialize(address _token0, address _token1) external {
                            require(msg.sender == factory, 'UniswapV2: FORBIDDEN'); // sufficient check
                            token0 = _token0;
                            token1 = _token1;
                        }
                    
                        // update reserves and, on the first call per block, price accumulators
                        function _update(uint balance0, uint balance1, uint112 _reserve0, uint112 _reserve1) private {
                            require(balance0 <= uint112(-1) && balance1 <= uint112(-1), 'UniswapV2: OVERFLOW');
                            uint32 blockTimestamp = uint32(block.timestamp % 2**32);
                            uint32 timeElapsed = blockTimestamp - blockTimestampLast; // overflow is desired
                            if (timeElapsed > 0 && _reserve0 != 0 && _reserve1 != 0) {
                                // * never overflows, and + overflow is desired
                                price0CumulativeLast += uint(UQ112x112.encode(_reserve1).uqdiv(_reserve0)) * timeElapsed;
                                price1CumulativeLast += uint(UQ112x112.encode(_reserve0).uqdiv(_reserve1)) * timeElapsed;
                            }
                            reserve0 = uint112(balance0);
                            reserve1 = uint112(balance1);
                            blockTimestampLast = blockTimestamp;
                            emit Sync(reserve0, reserve1);
                        }
                    
                        // if fee is on, mint liquidity equivalent to 1/6th of the growth in sqrt(k)
                        function _mintFee(uint112 _reserve0, uint112 _reserve1) private returns (bool feeOn) {
                            address feeTo = IUniswapV2Factory(factory).feeTo();
                            feeOn = feeTo != address(0);
                            uint _kLast = kLast; // gas savings
                            if (feeOn) {
                                if (_kLast != 0) {
                                    uint rootK = Math.sqrt(uint(_reserve0).mul(_reserve1));
                                    uint rootKLast = Math.sqrt(_kLast);
                                    if (rootK > rootKLast) {
                                        uint numerator = totalSupply.mul(rootK.sub(rootKLast));
                                        uint denominator = rootK.mul(5).add(rootKLast);
                                        uint liquidity = numerator / denominator;
                                        if (liquidity > 0) _mint(feeTo, liquidity);
                                    }
                                }
                            } else if (_kLast != 0) {
                                kLast = 0;
                            }
                        }
                    
                        // this low-level function should be called from a contract which performs important safety checks
                        function mint(address to) external lock returns (uint liquidity) {
                            (uint112 _reserve0, uint112 _reserve1,) = getReserves(); // gas savings
                            uint balance0 = IERC20(token0).balanceOf(address(this));
                            uint balance1 = IERC20(token1).balanceOf(address(this));
                            uint amount0 = balance0.sub(_reserve0);
                            uint amount1 = balance1.sub(_reserve1);
                    
                            bool feeOn = _mintFee(_reserve0, _reserve1);
                            uint _totalSupply = totalSupply; // gas savings, must be defined here since totalSupply can update in _mintFee
                            if (_totalSupply == 0) {
                                liquidity = Math.sqrt(amount0.mul(amount1)).sub(MINIMUM_LIQUIDITY);
                               _mint(address(0), MINIMUM_LIQUIDITY); // permanently lock the first MINIMUM_LIQUIDITY tokens
                            } else {
                                liquidity = Math.min(amount0.mul(_totalSupply) / _reserve0, amount1.mul(_totalSupply) / _reserve1);
                            }
                            require(liquidity > 0, 'UniswapV2: INSUFFICIENT_LIQUIDITY_MINTED');
                            _mint(to, liquidity);
                    
                            _update(balance0, balance1, _reserve0, _reserve1);
                            if (feeOn) kLast = uint(reserve0).mul(reserve1); // reserve0 and reserve1 are up-to-date
                            emit Mint(msg.sender, amount0, amount1);
                        }
                    
                        // this low-level function should be called from a contract which performs important safety checks
                        function burn(address to) external lock returns (uint amount0, uint amount1) {
                            (uint112 _reserve0, uint112 _reserve1,) = getReserves(); // gas savings
                            address _token0 = token0;                                // gas savings
                            address _token1 = token1;                                // gas savings
                            uint balance0 = IERC20(_token0).balanceOf(address(this));
                            uint balance1 = IERC20(_token1).balanceOf(address(this));
                            uint liquidity = balanceOf[address(this)];
                    
                            bool feeOn = _mintFee(_reserve0, _reserve1);
                            uint _totalSupply = totalSupply; // gas savings, must be defined here since totalSupply can update in _mintFee
                            amount0 = liquidity.mul(balance0) / _totalSupply; // using balances ensures pro-rata distribution
                            amount1 = liquidity.mul(balance1) / _totalSupply; // using balances ensures pro-rata distribution
                            require(amount0 > 0 && amount1 > 0, 'UniswapV2: INSUFFICIENT_LIQUIDITY_BURNED');
                            _burn(address(this), liquidity);
                            _safeTransfer(_token0, to, amount0);
                            _safeTransfer(_token1, to, amount1);
                            balance0 = IERC20(_token0).balanceOf(address(this));
                            balance1 = IERC20(_token1).balanceOf(address(this));
                    
                            _update(balance0, balance1, _reserve0, _reserve1);
                            if (feeOn) kLast = uint(reserve0).mul(reserve1); // reserve0 and reserve1 are up-to-date
                            emit Burn(msg.sender, amount0, amount1, to);
                        }
                    
                        // this low-level function should be called from a contract which performs important safety checks
                        function swap(uint amount0Out, uint amount1Out, address to, bytes calldata data) external lock {
                            require(amount0Out > 0 || amount1Out > 0, 'UniswapV2: INSUFFICIENT_OUTPUT_AMOUNT');
                            (uint112 _reserve0, uint112 _reserve1,) = getReserves(); // gas savings
                            require(amount0Out < _reserve0 && amount1Out < _reserve1, 'UniswapV2: INSUFFICIENT_LIQUIDITY');
                    
                            uint balance0;
                            uint balance1;
                            { // scope for _token{0,1}, avoids stack too deep errors
                            address _token0 = token0;
                            address _token1 = token1;
                            require(to != _token0 && to != _token1, 'UniswapV2: INVALID_TO');
                            if (amount0Out > 0) _safeTransfer(_token0, to, amount0Out); // optimistically transfer tokens
                            if (amount1Out > 0) _safeTransfer(_token1, to, amount1Out); // optimistically transfer tokens
                            if (data.length > 0) IUniswapV2Callee(to).uniswapV2Call(msg.sender, amount0Out, amount1Out, data);
                            balance0 = IERC20(_token0).balanceOf(address(this));
                            balance1 = IERC20(_token1).balanceOf(address(this));
                            }
                            uint amount0In = balance0 > _reserve0 - amount0Out ? balance0 - (_reserve0 - amount0Out) : 0;
                            uint amount1In = balance1 > _reserve1 - amount1Out ? balance1 - (_reserve1 - amount1Out) : 0;
                            require(amount0In > 0 || amount1In > 0, 'UniswapV2: INSUFFICIENT_INPUT_AMOUNT');
                            { // scope for reserve{0,1}Adjusted, avoids stack too deep errors
                            uint balance0Adjusted = balance0.mul(1000).sub(amount0In.mul(3));
                            uint balance1Adjusted = balance1.mul(1000).sub(amount1In.mul(3));
                            require(balance0Adjusted.mul(balance1Adjusted) >= uint(_reserve0).mul(_reserve1).mul(1000**2), 'UniswapV2: K');
                            }
                    
                            _update(balance0, balance1, _reserve0, _reserve1);
                            emit Swap(msg.sender, amount0In, amount1In, amount0Out, amount1Out, to);
                        }
                    
                        // force balances to match reserves
                        function skim(address to) external lock {
                            address _token0 = token0; // gas savings
                            address _token1 = token1; // gas savings
                            _safeTransfer(_token0, to, IERC20(_token0).balanceOf(address(this)).sub(reserve0));
                            _safeTransfer(_token1, to, IERC20(_token1).balanceOf(address(this)).sub(reserve1));
                        }
                    
                        // force reserves to match balances
                        function sync() external lock {
                            _update(IERC20(token0).balanceOf(address(this)), IERC20(token1).balanceOf(address(this)), reserve0, reserve1);
                        }
                    }

                    File 2 of 10: WETH9
                    // Copyright (C) 2015, 2016, 2017 Dapphub
                    
                    // This program is free software: you can redistribute it and/or modify
                    // it under the terms of the GNU General Public License as published by
                    // the Free Software Foundation, either version 3 of the License, or
                    // (at your option) any later version.
                    
                    // This program is distributed in the hope that it will be useful,
                    // but WITHOUT ANY WARRANTY; without even the implied warranty of
                    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                    // GNU General Public License for more details.
                    
                    // You should have received a copy of the GNU General Public License
                    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
                    
                    pragma solidity ^0.4.18;
                    
                    contract WETH9 {
                        string public name     = "Wrapped Ether";
                        string public symbol   = "WETH";
                        uint8  public decimals = 18;
                    
                        event  Approval(address indexed src, address indexed guy, uint wad);
                        event  Transfer(address indexed src, address indexed dst, uint wad);
                        event  Deposit(address indexed dst, uint wad);
                        event  Withdrawal(address indexed src, uint wad);
                    
                        mapping (address => uint)                       public  balanceOf;
                        mapping (address => mapping (address => uint))  public  allowance;
                    
                        function() public payable {
                            deposit();
                        }
                        function deposit() public payable {
                            balanceOf[msg.sender] += msg.value;
                            Deposit(msg.sender, msg.value);
                        }
                        function withdraw(uint wad) public {
                            require(balanceOf[msg.sender] >= wad);
                            balanceOf[msg.sender] -= wad;
                            msg.sender.transfer(wad);
                            Withdrawal(msg.sender, wad);
                        }
                    
                        function totalSupply() public view returns (uint) {
                            return this.balance;
                        }
                    
                        function approve(address guy, uint wad) public returns (bool) {
                            allowance[msg.sender][guy] = wad;
                            Approval(msg.sender, guy, wad);
                            return true;
                        }
                    
                        function transfer(address dst, uint wad) public returns (bool) {
                            return transferFrom(msg.sender, dst, wad);
                        }
                    
                        function transferFrom(address src, address dst, uint wad)
                            public
                            returns (bool)
                        {
                            require(balanceOf[src] >= wad);
                    
                            if (src != msg.sender && allowance[src][msg.sender] != uint(-1)) {
                                require(allowance[src][msg.sender] >= wad);
                                allowance[src][msg.sender] -= wad;
                            }
                    
                            balanceOf[src] -= wad;
                            balanceOf[dst] += wad;
                    
                            Transfer(src, dst, wad);
                    
                            return true;
                        }
                    }
                    
                    
                    /*
                                        GNU GENERAL PUBLIC LICENSE
                                           Version 3, 29 June 2007
                    
                     Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
                     Everyone is permitted to copy and distribute verbatim copies
                     of this license document, but changing it is not allowed.
                    
                                                Preamble
                    
                      The GNU General Public License is a free, copyleft license for
                    software and other kinds of works.
                    
                      The licenses for most software and other practical works are designed
                    to take away your freedom to share and change the works.  By contrast,
                    the GNU General Public License is intended to guarantee your freedom to
                    share and change all versions of a program--to make sure it remains free
                    software for all its users.  We, the Free Software Foundation, use the
                    GNU General Public License for most of our software; it applies also to
                    any other work released this way by its authors.  You can apply it to
                    your programs, too.
                    
                      When we speak of free software, we are referring to freedom, not
                    price.  Our General Public Licenses are designed to make sure that you
                    have the freedom to distribute copies of free software (and charge for
                    them if you wish), that you receive source code or can get it if you
                    want it, that you can change the software or use pieces of it in new
                    free programs, and that you know you can do these things.
                    
                      To protect your rights, we need to prevent others from denying you
                    these rights or asking you to surrender the rights.  Therefore, you have
                    certain responsibilities if you distribute copies of the software, or if
                    you modify it: responsibilities to respect the freedom of others.
                    
                      For example, if you distribute copies of such a program, whether
                    gratis or for a fee, you must pass on to the recipients the same
                    freedoms that you received.  You must make sure that they, too, receive
                    or can get the source code.  And you must show them these terms so they
                    know their rights.
                    
                      Developers that use the GNU GPL protect your rights with two steps:
                    (1) assert copyright on the software, and (2) offer you this License
                    giving you legal permission to copy, distribute and/or modify it.
                    
                      For the developers' and authors' protection, the GPL clearly explains
                    that there is no warranty for this free software.  For both users' and
                    authors' sake, the GPL requires that modified versions be marked as
                    changed, so that their problems will not be attributed erroneously to
                    authors of previous versions.
                    
                      Some devices are designed to deny users access to install or run
                    modified versions of the software inside them, although the manufacturer
                    can do so.  This is fundamentally incompatible with the aim of
                    protecting users' freedom to change the software.  The systematic
                    pattern of such abuse occurs in the area of products for individuals to
                    use, which is precisely where it is most unacceptable.  Therefore, we
                    have designed this version of the GPL to prohibit the practice for those
                    products.  If such problems arise substantially in other domains, we
                    stand ready to extend this provision to those domains in future versions
                    of the GPL, as needed to protect the freedom of users.
                    
                      Finally, every program is threatened constantly by software patents.
                    States should not allow patents to restrict development and use of
                    software on general-purpose computers, but in those that do, we wish to
                    avoid the special danger that patents applied to a free program could
                    make it effectively proprietary.  To prevent this, the GPL assures that
                    patents cannot be used to render the program non-free.
                    
                      The precise terms and conditions for copying, distribution and
                    modification follow.
                    
                                           TERMS AND CONDITIONS
                    
                      0. Definitions.
                    
                      "This License" refers to version 3 of the GNU General Public License.
                    
                      "Copyright" also means copyright-like laws that apply to other kinds of
                    works, such as semiconductor masks.
                    
                      "The Program" refers to any copyrightable work licensed under this
                    License.  Each licensee is addressed as "you".  "Licensees" and
                    "recipients" may be individuals or organizations.
                    
                      To "modify" a work means to copy from or adapt all or part of the work
                    in a fashion requiring copyright permission, other than the making of an
                    exact copy.  The resulting work is called a "modified version" of the
                    earlier work or a work "based on" the earlier work.
                    
                      A "covered work" means either the unmodified Program or a work based
                    on the Program.
                    
                      To "propagate" a work means to do anything with it that, without
                    permission, would make you directly or secondarily liable for
                    infringement under applicable copyright law, except executing it on a
                    computer or modifying a private copy.  Propagation includes copying,
                    distribution (with or without modification), making available to the
                    public, and in some countries other activities as well.
                    
                      To "convey" a work means any kind of propagation that enables other
                    parties to make or receive copies.  Mere interaction with a user through
                    a computer network, with no transfer of a copy, is not conveying.
                    
                      An interactive user interface displays "Appropriate Legal Notices"
                    to the extent that it includes a convenient and prominently visible
                    feature that (1) displays an appropriate copyright notice, and (2)
                    tells the user that there is no warranty for the work (except to the
                    extent that warranties are provided), that licensees may convey the
                    work under this License, and how to view a copy of this License.  If
                    the interface presents a list of user commands or options, such as a
                    menu, a prominent item in the list meets this criterion.
                    
                      1. Source Code.
                    
                      The "source code" for a work means the preferred form of the work
                    for making modifications to it.  "Object code" means any non-source
                    form of a work.
                    
                      A "Standard Interface" means an interface that either is an official
                    standard defined by a recognized standards body, or, in the case of
                    interfaces specified for a particular programming language, one that
                    is widely used among developers working in that language.
                    
                      The "System Libraries" of an executable work include anything, other
                    than the work as a whole, that (a) is included in the normal form of
                    packaging a Major Component, but which is not part of that Major
                    Component, and (b) serves only to enable use of the work with that
                    Major Component, or to implement a Standard Interface for which an
                    implementation is available to the public in source code form.  A
                    "Major Component", in this context, means a major essential component
                    (kernel, window system, and so on) of the specific operating system
                    (if any) on which the executable work runs, or a compiler used to
                    produce the work, or an object code interpreter used to run it.
                    
                      The "Corresponding Source" for a work in object code form means all
                    the source code needed to generate, install, and (for an executable
                    work) run the object code and to modify the work, including scripts to
                    control those activities.  However, it does not include the work's
                    System Libraries, or general-purpose tools or generally available free
                    programs which are used unmodified in performing those activities but
                    which are not part of the work.  For example, Corresponding Source
                    includes interface definition files associated with source files for
                    the work, and the source code for shared libraries and dynamically
                    linked subprograms that the work is specifically designed to require,
                    such as by intimate data communication or control flow between those
                    subprograms and other parts of the work.
                    
                      The Corresponding Source need not include anything that users
                    can regenerate automatically from other parts of the Corresponding
                    Source.
                    
                      The Corresponding Source for a work in source code form is that
                    same work.
                    
                      2. Basic Permissions.
                    
                      All rights granted under this License are granted for the term of
                    copyright on the Program, and are irrevocable provided the stated
                    conditions are met.  This License explicitly affirms your unlimited
                    permission to run the unmodified Program.  The output from running a
                    covered work is covered by this License only if the output, given its
                    content, constitutes a covered work.  This License acknowledges your
                    rights of fair use or other equivalent, as provided by copyright law.
                    
                      You may make, run and propagate covered works that you do not
                    convey, without conditions so long as your license otherwise remains
                    in force.  You may convey covered works to others for the sole purpose
                    of having them make modifications exclusively for you, or provide you
                    with facilities for running those works, provided that you comply with
                    the terms of this License in conveying all material for which you do
                    not control copyright.  Those thus making or running the covered works
                    for you must do so exclusively on your behalf, under your direction
                    and control, on terms that prohibit them from making any copies of
                    your copyrighted material outside their relationship with you.
                    
                      Conveying under any other circumstances is permitted solely under
                    the conditions stated below.  Sublicensing is not allowed; section 10
                    makes it unnecessary.
                    
                      3. Protecting Users' Legal Rights From Anti-Circumvention Law.
                    
                      No covered work shall be deemed part of an effective technological
                    measure under any applicable law fulfilling obligations under article
                    11 of the WIPO copyright treaty adopted on 20 December 1996, or
                    similar laws prohibiting or restricting circumvention of such
                    measures.
                    
                      When you convey a covered work, you waive any legal power to forbid
                    circumvention of technological measures to the extent such circumvention
                    is effected by exercising rights under this License with respect to
                    the covered work, and you disclaim any intention to limit operation or
                    modification of the work as a means of enforcing, against the work's
                    users, your or third parties' legal rights to forbid circumvention of
                    technological measures.
                    
                      4. Conveying Verbatim Copies.
                    
                      You may convey verbatim copies of the Program's source code as you
                    receive it, in any medium, provided that you conspicuously and
                    appropriately publish on each copy an appropriate copyright notice;
                    keep intact all notices stating that this License and any
                    non-permissive terms added in accord with section 7 apply to the code;
                    keep intact all notices of the absence of any warranty; and give all
                    recipients a copy of this License along with the Program.
                    
                      You may charge any price or no price for each copy that you convey,
                    and you may offer support or warranty protection for a fee.
                    
                      5. Conveying Modified Source Versions.
                    
                      You may convey a work based on the Program, or the modifications to
                    produce it from the Program, in the form of source code under the
                    terms of section 4, provided that you also meet all of these conditions:
                    
                        a) The work must carry prominent notices stating that you modified
                        it, and giving a relevant date.
                    
                        b) The work must carry prominent notices stating that it is
                        released under this License and any conditions added under section
                        7.  This requirement modifies the requirement in section 4 to
                        "keep intact all notices".
                    
                        c) You must license the entire work, as a whole, under this
                        License to anyone who comes into possession of a copy.  This
                        License will therefore apply, along with any applicable section 7
                        additional terms, to the whole of the work, and all its parts,
                        regardless of how they are packaged.  This License gives no
                        permission to license the work in any other way, but it does not
                        invalidate such permission if you have separately received it.
                    
                        d) If the work has interactive user interfaces, each must display
                        Appropriate Legal Notices; however, if the Program has interactive
                        interfaces that do not display Appropriate Legal Notices, your
                        work need not make them do so.
                    
                      A compilation of a covered work with other separate and independent
                    works, which are not by their nature extensions of the covered work,
                    and which are not combined with it such as to form a larger program,
                    in or on a volume of a storage or distribution medium, is called an
                    "aggregate" if the compilation and its resulting copyright are not
                    used to limit the access or legal rights of the compilation's users
                    beyond what the individual works permit.  Inclusion of a covered work
                    in an aggregate does not cause this License to apply to the other
                    parts of the aggregate.
                    
                      6. Conveying Non-Source Forms.
                    
                      You may convey a covered work in object code form under the terms
                    of sections 4 and 5, provided that you also convey the
                    machine-readable Corresponding Source under the terms of this License,
                    in one of these ways:
                    
                        a) Convey the object code in, or embodied in, a physical product
                        (including a physical distribution medium), accompanied by the
                        Corresponding Source fixed on a durable physical medium
                        customarily used for software interchange.
                    
                        b) Convey the object code in, or embodied in, a physical product
                        (including a physical distribution medium), accompanied by a
                        written offer, valid for at least three years and valid for as
                        long as you offer spare parts or customer support for that product
                        model, to give anyone who possesses the object code either (1) a
                        copy of the Corresponding Source for all the software in the
                        product that is covered by this License, on a durable physical
                        medium customarily used for software interchange, for a price no
                        more than your reasonable cost of physically performing this
                        conveying of source, or (2) access to copy the
                        Corresponding Source from a network server at no charge.
                    
                        c) Convey individual copies of the object code with a copy of the
                        written offer to provide the Corresponding Source.  This
                        alternative is allowed only occasionally and noncommercially, and
                        only if you received the object code with such an offer, in accord
                        with subsection 6b.
                    
                        d) Convey the object code by offering access from a designated
                        place (gratis or for a charge), and offer equivalent access to the
                        Corresponding Source in the same way through the same place at no
                        further charge.  You need not require recipients to copy the
                        Corresponding Source along with the object code.  If the place to
                        copy the object code is a network server, the Corresponding Source
                        may be on a different server (operated by you or a third party)
                        that supports equivalent copying facilities, provided you maintain
                        clear directions next to the object code saying where to find the
                        Corresponding Source.  Regardless of what server hosts the
                        Corresponding Source, you remain obligated to ensure that it is
                        available for as long as needed to satisfy these requirements.
                    
                        e) Convey the object code using peer-to-peer transmission, provided
                        you inform other peers where the object code and Corresponding
                        Source of the work are being offered to the general public at no
                        charge under subsection 6d.
                    
                      A separable portion of the object code, whose source code is excluded
                    from the Corresponding Source as a System Library, need not be
                    included in conveying the object code work.
                    
                      A "User Product" is either (1) a "consumer product", which means any
                    tangible personal property which is normally used for personal, family,
                    or household purposes, or (2) anything designed or sold for incorporation
                    into a dwelling.  In determining whether a product is a consumer product,
                    doubtful cases shall be resolved in favor of coverage.  For a particular
                    product received by a particular user, "normally used" refers to a
                    typical or common use of that class of product, regardless of the status
                    of the particular user or of the way in which the particular user
                    actually uses, or expects or is expected to use, the product.  A product
                    is a consumer product regardless of whether the product has substantial
                    commercial, industrial or non-consumer uses, unless such uses represent
                    the only significant mode of use of the product.
                    
                      "Installation Information" for a User Product means any methods,
                    procedures, authorization keys, or other information required to install
                    and execute modified versions of a covered work in that User Product from
                    a modified version of its Corresponding Source.  The information must
                    suffice to ensure that the continued functioning of the modified object
                    code is in no case prevented or interfered with solely because
                    modification has been made.
                    
                      If you convey an object code work under this section in, or with, or
                    specifically for use in, a User Product, and the conveying occurs as
                    part of a transaction in which the right of possession and use of the
                    User Product is transferred to the recipient in perpetuity or for a
                    fixed term (regardless of how the transaction is characterized), the
                    Corresponding Source conveyed under this section must be accompanied
                    by the Installation Information.  But this requirement does not apply
                    if neither you nor any third party retains the ability to install
                    modified object code on the User Product (for example, the work has
                    been installed in ROM).
                    
                      The requirement to provide Installation Information does not include a
                    requirement to continue to provide support service, warranty, or updates
                    for a work that has been modified or installed by the recipient, or for
                    the User Product in which it has been modified or installed.  Access to a
                    network may be denied when the modification itself materially and
                    adversely affects the operation of the network or violates the rules and
                    protocols for communication across the network.
                    
                      Corresponding Source conveyed, and Installation Information provided,
                    in accord with this section must be in a format that is publicly
                    documented (and with an implementation available to the public in
                    source code form), and must require no special password or key for
                    unpacking, reading or copying.
                    
                      7. Additional Terms.
                    
                      "Additional permissions" are terms that supplement the terms of this
                    License by making exceptions from one or more of its conditions.
                    Additional permissions that are applicable to the entire Program shall
                    be treated as though they were included in this License, to the extent
                    that they are valid under applicable law.  If additional permissions
                    apply only to part of the Program, that part may be used separately
                    under those permissions, but the entire Program remains governed by
                    this License without regard to the additional permissions.
                    
                      When you convey a copy of a covered work, you may at your option
                    remove any additional permissions from that copy, or from any part of
                    it.  (Additional permissions may be written to require their own
                    removal in certain cases when you modify the work.)  You may place
                    additional permissions on material, added by you to a covered work,
                    for which you have or can give appropriate copyright permission.
                    
                      Notwithstanding any other provision of this License, for material you
                    add to a covered work, you may (if authorized by the copyright holders of
                    that material) supplement the terms of this License with terms:
                    
                        a) Disclaiming warranty or limiting liability differently from the
                        terms of sections 15 and 16 of this License; or
                    
                        b) Requiring preservation of specified reasonable legal notices or
                        author attributions in that material or in the Appropriate Legal
                        Notices displayed by works containing it; or
                    
                        c) Prohibiting misrepresentation of the origin of that material, or
                        requiring that modified versions of such material be marked in
                        reasonable ways as different from the original version; or
                    
                        d) Limiting the use for publicity purposes of names of licensors or
                        authors of the material; or
                    
                        e) Declining to grant rights under trademark law for use of some
                        trade names, trademarks, or service marks; or
                    
                        f) Requiring indemnification of licensors and authors of that
                        material by anyone who conveys the material (or modified versions of
                        it) with contractual assumptions of liability to the recipient, for
                        any liability that these contractual assumptions directly impose on
                        those licensors and authors.
                    
                      All other non-permissive additional terms are considered "further
                    restrictions" within the meaning of section 10.  If the Program as you
                    received it, or any part of it, contains a notice stating that it is
                    governed by this License along with a term that is a further
                    restriction, you may remove that term.  If a license document contains
                    a further restriction but permits relicensing or conveying under this
                    License, you may add to a covered work material governed by the terms
                    of that license document, provided that the further restriction does
                    not survive such relicensing or conveying.
                    
                      If you add terms to a covered work in accord with this section, you
                    must place, in the relevant source files, a statement of the
                    additional terms that apply to those files, or a notice indicating
                    where to find the applicable terms.
                    
                      Additional terms, permissive or non-permissive, may be stated in the
                    form of a separately written license, or stated as exceptions;
                    the above requirements apply either way.
                    
                      8. Termination.
                    
                      You may not propagate or modify a covered work except as expressly
                    provided under this License.  Any attempt otherwise to propagate or
                    modify it is void, and will automatically terminate your rights under
                    this License (including any patent licenses granted under the third
                    paragraph of section 11).
                    
                      However, if you cease all violation of this License, then your
                    license from a particular copyright holder is reinstated (a)
                    provisionally, unless and until the copyright holder explicitly and
                    finally terminates your license, and (b) permanently, if the copyright
                    holder fails to notify you of the violation by some reasonable means
                    prior to 60 days after the cessation.
                    
                      Moreover, your license from a particular copyright holder is
                    reinstated permanently if the copyright holder notifies you of the
                    violation by some reasonable means, this is the first time you have
                    received notice of violation of this License (for any work) from that
                    copyright holder, and you cure the violation prior to 30 days after
                    your receipt of the notice.
                    
                      Termination of your rights under this section does not terminate the
                    licenses of parties who have received copies or rights from you under
                    this License.  If your rights have been terminated and not permanently
                    reinstated, you do not qualify to receive new licenses for the same
                    material under section 10.
                    
                      9. Acceptance Not Required for Having Copies.
                    
                      You are not required to accept this License in order to receive or
                    run a copy of the Program.  Ancillary propagation of a covered work
                    occurring solely as a consequence of using peer-to-peer transmission
                    to receive a copy likewise does not require acceptance.  However,
                    nothing other than this License grants you permission to propagate or
                    modify any covered work.  These actions infringe copyright if you do
                    not accept this License.  Therefore, by modifying or propagating a
                    covered work, you indicate your acceptance of this License to do so.
                    
                      10. Automatic Licensing of Downstream Recipients.
                    
                      Each time you convey a covered work, the recipient automatically
                    receives a license from the original licensors, to run, modify and
                    propagate that work, subject to this License.  You are not responsible
                    for enforcing compliance by third parties with this License.
                    
                      An "entity transaction" is a transaction transferring control of an
                    organization, or substantially all assets of one, or subdividing an
                    organization, or merging organizations.  If propagation of a covered
                    work results from an entity transaction, each party to that
                    transaction who receives a copy of the work also receives whatever
                    licenses to the work the party's predecessor in interest had or could
                    give under the previous paragraph, plus a right to possession of the
                    Corresponding Source of the work from the predecessor in interest, if
                    the predecessor has it or can get it with reasonable efforts.
                    
                      You may not impose any further restrictions on the exercise of the
                    rights granted or affirmed under this License.  For example, you may
                    not impose a license fee, royalty, or other charge for exercise of
                    rights granted under this License, and you may not initiate litigation
                    (including a cross-claim or counterclaim in a lawsuit) alleging that
                    any patent claim is infringed by making, using, selling, offering for
                    sale, or importing the Program or any portion of it.
                    
                      11. Patents.
                    
                      A "contributor" is a copyright holder who authorizes use under this
                    License of the Program or a work on which the Program is based.  The
                    work thus licensed is called the contributor's "contributor version".
                    
                      A contributor's "essential patent claims" are all patent claims
                    owned or controlled by the contributor, whether already acquired or
                    hereafter acquired, that would be infringed by some manner, permitted
                    by this License, of making, using, or selling its contributor version,
                    but do not include claims that would be infringed only as a
                    consequence of further modification of the contributor version.  For
                    purposes of this definition, "control" includes the right to grant
                    patent sublicenses in a manner consistent with the requirements of
                    this License.
                    
                      Each contributor grants you a non-exclusive, worldwide, royalty-free
                    patent license under the contributor's essential patent claims, to
                    make, use, sell, offer for sale, import and otherwise run, modify and
                    propagate the contents of its contributor version.
                    
                      In the following three paragraphs, a "patent license" is any express
                    agreement or commitment, however denominated, not to enforce a patent
                    (such as an express permission to practice a patent or covenant not to
                    sue for patent infringement).  To "grant" such a patent license to a
                    party means to make such an agreement or commitment not to enforce a
                    patent against the party.
                    
                      If you convey a covered work, knowingly relying on a patent license,
                    and the Corresponding Source of the work is not available for anyone
                    to copy, free of charge and under the terms of this License, through a
                    publicly available network server or other readily accessible means,
                    then you must either (1) cause the Corresponding Source to be so
                    available, or (2) arrange to deprive yourself of the benefit of the
                    patent license for this particular work, or (3) arrange, in a manner
                    consistent with the requirements of this License, to extend the patent
                    license to downstream recipients.  "Knowingly relying" means you have
                    actual knowledge that, but for the patent license, your conveying the
                    covered work in a country, or your recipient's use of the covered work
                    in a country, would infringe one or more identifiable patents in that
                    country that you have reason to believe are valid.
                    
                      If, pursuant to or in connection with a single transaction or
                    arrangement, you convey, or propagate by procuring conveyance of, a
                    covered work, and grant a patent license to some of the parties
                    receiving the covered work authorizing them to use, propagate, modify
                    or convey a specific copy of the covered work, then the patent license
                    you grant is automatically extended to all recipients of the covered
                    work and works based on it.
                    
                      A patent license is "discriminatory" if it does not include within
                    the scope of its coverage, prohibits the exercise of, or is
                    conditioned on the non-exercise of one or more of the rights that are
                    specifically granted under this License.  You may not convey a covered
                    work if you are a party to an arrangement with a third party that is
                    in the business of distributing software, under which you make payment
                    to the third party based on the extent of your activity of conveying
                    the work, and under which the third party grants, to any of the
                    parties who would receive the covered work from you, a discriminatory
                    patent license (a) in connection with copies of the covered work
                    conveyed by you (or copies made from those copies), or (b) primarily
                    for and in connection with specific products or compilations that
                    contain the covered work, unless you entered into that arrangement,
                    or that patent license was granted, prior to 28 March 2007.
                    
                      Nothing in this License shall be construed as excluding or limiting
                    any implied license or other defenses to infringement that may
                    otherwise be available to you under applicable patent law.
                    
                      12. No Surrender of Others' Freedom.
                    
                      If conditions are imposed on you (whether by court order, agreement or
                    otherwise) that contradict the conditions of this License, they do not
                    excuse you from the conditions of this License.  If you cannot convey a
                    covered work so as to satisfy simultaneously your obligations under this
                    License and any other pertinent obligations, then as a consequence you may
                    not convey it at all.  For example, if you agree to terms that obligate you
                    to collect a royalty for further conveying from those to whom you convey
                    the Program, the only way you could satisfy both those terms and this
                    License would be to refrain entirely from conveying the Program.
                    
                      13. Use with the GNU Affero General Public License.
                    
                      Notwithstanding any other provision of this License, you have
                    permission to link or combine any covered work with a work licensed
                    under version 3 of the GNU Affero General Public License into a single
                    combined work, and to convey the resulting work.  The terms of this
                    License will continue to apply to the part which is the covered work,
                    but the special requirements of the GNU Affero General Public License,
                    section 13, concerning interaction through a network will apply to the
                    combination as such.
                    
                      14. Revised Versions of this License.
                    
                      The Free Software Foundation may publish revised and/or new versions of
                    the GNU General Public License from time to time.  Such new versions will
                    be similar in spirit to the present version, but may differ in detail to
                    address new problems or concerns.
                    
                      Each version is given a distinguishing version number.  If the
                    Program specifies that a certain numbered version of the GNU General
                    Public License "or any later version" applies to it, you have the
                    option of following the terms and conditions either of that numbered
                    version or of any later version published by the Free Software
                    Foundation.  If the Program does not specify a version number of the
                    GNU General Public License, you may choose any version ever published
                    by the Free Software Foundation.
                    
                      If the Program specifies that a proxy can decide which future
                    versions of the GNU General Public License can be used, that proxy's
                    public statement of acceptance of a version permanently authorizes you
                    to choose that version for the Program.
                    
                      Later license versions may give you additional or different
                    permissions.  However, no additional obligations are imposed on any
                    author or copyright holder as a result of your choosing to follow a
                    later version.
                    
                      15. Disclaimer of Warranty.
                    
                      THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
                    APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
                    HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
                    OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
                    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
                    PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
                    IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
                    ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
                    
                      16. Limitation of Liability.
                    
                      IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
                    WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
                    THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
                    GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
                    USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
                    DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
                    PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
                    EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
                    SUCH DAMAGES.
                    
                      17. Interpretation of Sections 15 and 16.
                    
                      If the disclaimer of warranty and limitation of liability provided
                    above cannot be given local legal effect according to their terms,
                    reviewing courts shall apply local law that most closely approximates
                    an absolute waiver of all civil liability in connection with the
                    Program, unless a warranty or assumption of liability accompanies a
                    copy of the Program in return for a fee.
                    
                                         END OF TERMS AND CONDITIONS
                    
                                How to Apply These Terms to Your New Programs
                    
                      If you develop a new program, and you want it to be of the greatest
                    possible use to the public, the best way to achieve this is to make it
                    free software which everyone can redistribute and change under these terms.
                    
                      To do so, attach the following notices to the program.  It is safest
                    to attach them to the start of each source file to most effectively
                    state the exclusion of warranty; and each file should have at least
                    the "copyright" line and a pointer to where the full notice is found.
                    
                        <one line to give the program's name and a brief idea of what it does.>
                        Copyright (C) <year>  <name of author>
                    
                        This program is free software: you can redistribute it and/or modify
                        it under the terms of the GNU General Public License as published by
                        the Free Software Foundation, either version 3 of the License, or
                        (at your option) any later version.
                    
                        This program is distributed in the hope that it will be useful,
                        but WITHOUT ANY WARRANTY; without even the implied warranty of
                        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
                        GNU General Public License for more details.
                    
                        You should have received a copy of the GNU General Public License
                        along with this program.  If not, see <http://www.gnu.org/licenses/>.
                    
                    Also add information on how to contact you by electronic and paper mail.
                    
                      If the program does terminal interaction, make it output a short
                    notice like this when it starts in an interactive mode:
                    
                        <program>  Copyright (C) <year>  <name of author>
                        This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
                        This is free software, and you are welcome to redistribute it
                        under certain conditions; type `show c' for details.
                    
                    The hypothetical commands `show w' and `show c' should show the appropriate
                    parts of the General Public License.  Of course, your program's commands
                    might be different; for a GUI interface, you would use an "about box".
                    
                      You should also get your employer (if you work as a programmer) or school,
                    if any, to sign a "copyright disclaimer" for the program, if necessary.
                    For more information on this, and how to apply and follow the GNU GPL, see
                    <http://www.gnu.org/licenses/>.
                    
                      The GNU General Public License does not permit incorporating your program
                    into proprietary programs.  If your program is a subroutine library, you
                    may consider it more useful to permit linking proprietary applications with
                    the library.  If this is what you want to do, use the GNU Lesser General
                    Public License instead of this License.  But first, please read
                    <http://www.gnu.org/philosophy/why-not-lgpl.html>.
                    
                    */

                    File 3 of 10: ProxyERC20
                    /* ===============================================
                    * Flattened with Solidifier by Coinage
                    * 
                    * https://solidifier.coina.ge
                    * ===============================================
                    */
                    
                    
                    /*
                    -----------------------------------------------------------------
                    FILE INFORMATION
                    -----------------------------------------------------------------
                    
                    file:       Owned.sol
                    version:    1.1
                    author:     Anton Jurisevic
                                Dominic Romanowski
                    
                    date:       2018-2-26
                    
                    -----------------------------------------------------------------
                    MODULE DESCRIPTION
                    -----------------------------------------------------------------
                    
                    An Owned contract, to be inherited by other contracts.
                    Requires its owner to be explicitly set in the constructor.
                    Provides an onlyOwner access modifier.
                    
                    To change owner, the current owner must nominate the next owner,
                    who then has to accept the nomination. The nomination can be
                    cancelled before it is accepted by the new owner by having the
                    previous owner change the nomination (setting it to 0).
                    
                    -----------------------------------------------------------------
                    */
                    
                    pragma solidity 0.4.25;
                    
                    /**
                     * @title A contract with an owner.
                     * @notice Contract ownership can be transferred by first nominating the new owner,
                     * who must then accept the ownership, which prevents accidental incorrect ownership transfers.
                     */
                    contract Owned {
                        address public owner;
                        address public nominatedOwner;
                    
                        /**
                         * @dev Owned Constructor
                         */
                        constructor(address _owner)
                            public
                        {
                            require(_owner != address(0), "Owner address cannot be 0");
                            owner = _owner;
                            emit OwnerChanged(address(0), _owner);
                        }
                    
                        /**
                         * @notice Nominate a new owner of this contract.
                         * @dev Only the current owner may nominate a new owner.
                         */
                        function nominateNewOwner(address _owner)
                            external
                            onlyOwner
                        {
                            nominatedOwner = _owner;
                            emit OwnerNominated(_owner);
                        }
                    
                        /**
                         * @notice Accept the nomination to be owner.
                         */
                        function acceptOwnership()
                            external
                        {
                            require(msg.sender == nominatedOwner, "You must be nominated before you can accept ownership");
                            emit OwnerChanged(owner, nominatedOwner);
                            owner = nominatedOwner;
                            nominatedOwner = address(0);
                        }
                    
                        modifier onlyOwner
                        {
                            require(msg.sender == owner, "Only the contract owner may perform this action");
                            _;
                        }
                    
                        event OwnerNominated(address newOwner);
                        event OwnerChanged(address oldOwner, address newOwner);
                    }
                    
                    
                    /*
                    -----------------------------------------------------------------
                    FILE INFORMATION
                    -----------------------------------------------------------------
                    
                    file:       Proxy.sol
                    version:    1.3
                    author:     Anton Jurisevic
                    
                    date:       2018-05-29
                    
                    -----------------------------------------------------------------
                    MODULE DESCRIPTION
                    -----------------------------------------------------------------
                    
                    A proxy contract that, if it does not recognise the function
                    being called on it, passes all value and call data to an
                    underlying target contract.
                    
                    This proxy has the capacity to toggle between DELEGATECALL
                    and CALL style proxy functionality.
                    
                    The former executes in the proxy's context, and so will preserve 
                    msg.sender and store data at the proxy address. The latter will not.
                    Therefore, any contract the proxy wraps in the CALL style must
                    implement the Proxyable interface, in order that it can pass msg.sender
                    into the underlying contract as the state parameter, messageSender.
                    
                    -----------------------------------------------------------------
                    */
                    
                    
                    contract Proxy is Owned {
                    
                        Proxyable public target;
                        bool public useDELEGATECALL;
                    
                        constructor(address _owner)
                            Owned(_owner)
                            public
                        {}
                    
                        function setTarget(Proxyable _target)
                            external
                            onlyOwner
                        {
                            target = _target;
                            emit TargetUpdated(_target);
                        }
                    
                        function setUseDELEGATECALL(bool value) 
                            external
                            onlyOwner
                        {
                            useDELEGATECALL = value;
                        }
                    
                        function _emit(bytes callData, uint numTopics, bytes32 topic1, bytes32 topic2, bytes32 topic3, bytes32 topic4)
                            external
                            onlyTarget
                        {
                            uint size = callData.length;
                            bytes memory _callData = callData;
                    
                            assembly {
                                /* The first 32 bytes of callData contain its length (as specified by the abi). 
                                 * Length is assumed to be a uint256 and therefore maximum of 32 bytes
                                 * in length. It is also leftpadded to be a multiple of 32 bytes.
                                 * This means moving call_data across 32 bytes guarantees we correctly access
                                 * the data itself. */
                                switch numTopics
                                case 0 {
                                    log0(add(_callData, 32), size)
                                } 
                                case 1 {
                                    log1(add(_callData, 32), size, topic1)
                                }
                                case 2 {
                                    log2(add(_callData, 32), size, topic1, topic2)
                                }
                                case 3 {
                                    log3(add(_callData, 32), size, topic1, topic2, topic3)
                                }
                                case 4 {
                                    log4(add(_callData, 32), size, topic1, topic2, topic3, topic4)
                                }
                            }
                        }
                    
                        function()
                            external
                            payable
                        {
                            if (useDELEGATECALL) {
                                assembly {
                                    /* Copy call data into free memory region. */
                                    let free_ptr := mload(0x40)
                                    calldatacopy(free_ptr, 0, calldatasize)
                    
                                    /* Forward all gas and call data to the target contract. */
                                    let result := delegatecall(gas, sload(target_slot), free_ptr, calldatasize, 0, 0)
                                    returndatacopy(free_ptr, 0, returndatasize)
                    
                                    /* Revert if the call failed, otherwise return the result. */
                                    if iszero(result) { revert(free_ptr, returndatasize) }
                                    return(free_ptr, returndatasize)
                                }
                            } else {
                                /* Here we are as above, but must send the messageSender explicitly 
                                 * since we are using CALL rather than DELEGATECALL. */
                                target.setMessageSender(msg.sender);
                                assembly {
                                    let free_ptr := mload(0x40)
                                    calldatacopy(free_ptr, 0, calldatasize)
                    
                                    /* We must explicitly forward ether to the underlying contract as well. */
                                    let result := call(gas, sload(target_slot), callvalue, free_ptr, calldatasize, 0, 0)
                                    returndatacopy(free_ptr, 0, returndatasize)
                    
                                    if iszero(result) { revert(free_ptr, returndatasize) }
                                    return(free_ptr, returndatasize)
                                }
                            }
                        }
                    
                        modifier onlyTarget {
                            require(Proxyable(msg.sender) == target, "Must be proxy target");
                            _;
                        }
                    
                        event TargetUpdated(Proxyable newTarget);
                    }
                    
                    
                    /*
                    -----------------------------------------------------------------
                    FILE INFORMATION
                    -----------------------------------------------------------------
                    
                    file:       Proxyable.sol
                    version:    1.1
                    author:     Anton Jurisevic
                    
                    date:       2018-05-15
                    
                    checked:    Mike Spain
                    approved:   Samuel Brooks
                    
                    -----------------------------------------------------------------
                    MODULE DESCRIPTION
                    -----------------------------------------------------------------
                    
                    A proxyable contract that works hand in hand with the Proxy contract
                    to allow for anyone to interact with the underlying contract both
                    directly and through the proxy.
                    
                    -----------------------------------------------------------------
                    */
                    
                    
                    // This contract should be treated like an abstract contract
                    contract Proxyable is Owned {
                        /* The proxy this contract exists behind. */
                        Proxy public proxy;
                        Proxy public integrationProxy;
                    
                        /* The caller of the proxy, passed through to this contract.
                         * Note that every function using this member must apply the onlyProxy or
                         * optionalProxy modifiers, otherwise their invocations can use stale values. */
                        address messageSender;
                    
                        constructor(address _proxy, address _owner)
                            Owned(_owner)
                            public
                        {
                            proxy = Proxy(_proxy);
                            emit ProxyUpdated(_proxy);
                        }
                    
                        function setProxy(address _proxy)
                            external
                            onlyOwner
                        {
                            proxy = Proxy(_proxy);
                            emit ProxyUpdated(_proxy);
                        }
                    
                        function setIntegrationProxy(address _integrationProxy)
                            external
                            onlyOwner
                        {
                            integrationProxy = Proxy(_integrationProxy);
                        }
                    
                        function setMessageSender(address sender)
                            external
                            onlyProxy
                        {
                            messageSender = sender;
                        }
                    
                        modifier onlyProxy {
                            require(Proxy(msg.sender) == proxy || Proxy(msg.sender) == integrationProxy, "Only the proxy can call");
                            _;
                        }
                    
                        modifier optionalProxy
                        {
                            if (Proxy(msg.sender) != proxy && Proxy(msg.sender) != integrationProxy) {
                                messageSender = msg.sender;
                            }
                            _;
                        }
                    
                        modifier optionalProxy_onlyOwner
                        {
                            if (Proxy(msg.sender) != proxy && Proxy(msg.sender) != integrationProxy) {
                                messageSender = msg.sender;
                            }
                            require(messageSender == owner, "Owner only function");
                            _;
                        }
                    
                        event ProxyUpdated(address proxyAddress);
                    }
                    
                    
                    /**
                     * @title ERC20 interface
                     * @dev see https://github.com/ethereum/EIPs/issues/20
                     */
                    contract IERC20 {
                        function totalSupply() public view returns (uint);
                    
                        function balanceOf(address owner) public view returns (uint);
                    
                        function allowance(address owner, address spender) public view returns (uint);
                    
                        function transfer(address to, uint value) public returns (bool);
                    
                        function approve(address spender, uint value) public returns (bool);
                    
                        function transferFrom(address from, address to, uint value) public returns (bool);
                    
                        // ERC20 Optional
                        function name() public view returns (string);
                        function symbol() public view returns (string);
                        function decimals() public view returns (uint8);
                    
                        event Transfer(
                          address indexed from,
                          address indexed to,
                          uint value
                        );
                    
                        event Approval(
                          address indexed owner,
                          address indexed spender,
                          uint value
                        );
                    }
                    
                    
                    /*
                    -----------------------------------------------------------------
                    FILE INFORMATION
                    -----------------------------------------------------------------
                    
                    file:       ProxyERC20.sol
                    version:    1.0
                    author:     Jackson Chan, Clinton Ennis
                    
                    date:       2019-06-19
                    
                    -----------------------------------------------------------------
                    MODULE DESCRIPTION
                    -----------------------------------------------------------------
                    
                    A proxy contract that is ERC20 compliant for the Synthetix Network.
                    
                    If it does not recognise a function being called on it, passes all
                    value and call data to an underlying target contract.
                    
                    The ERC20 standard has been explicitly implemented to ensure
                    contract to contract calls are compatable on MAINNET
                    
                    -----------------------------------------------------------------
                    */
                    
                    
                    contract ProxyERC20 is Proxy, IERC20 {
                    
                        constructor(address _owner)
                            Proxy(_owner)
                            public
                        {}
                    
                        // ------------- ERC20 Details ------------- //
                    
                        function name() public view returns (string){
                            // Immutable static call from target contract
                            return IERC20(target).name();
                        }
                    
                        function symbol() public view returns (string){
                             // Immutable static call from target contract
                            return IERC20(target).symbol();
                        }
                    
                        function decimals() public view returns (uint8){
                             // Immutable static call from target contract
                            return IERC20(target).decimals();
                        }
                    
                        // ------------- ERC20 Interface ------------- //
                    
                        /**
                        * @dev Total number of tokens in existence
                        */
                        function totalSupply() public view returns (uint256) {
                            // Immutable static call from target contract
                            return IERC20(target).totalSupply();
                        }
                    
                        /**
                        * @dev Gets the balance of the specified address.
                        * @param owner The address to query the balance of.
                        * @return An uint256 representing the amount owned by the passed address.
                        */
                        function balanceOf(address owner) public view returns (uint256) {
                            // Immutable static call from target contract
                            return IERC20(target).balanceOf(owner);
                        }
                    
                        /**
                        * @dev Function to check the amount of tokens that an owner allowed to a spender.
                        * @param owner address The address which owns the funds.
                        * @param spender address The address which will spend the funds.
                        * @return A uint256 specifying the amount of tokens still available for the spender.
                        */
                        function allowance(
                            address owner,
                            address spender
                        )
                            public
                            view
                            returns (uint256)
                        {
                            // Immutable static call from target contract
                            return IERC20(target).allowance(owner, spender);
                        }
                    
                        /**
                        * @dev Transfer token for a specified address
                        * @param to The address to transfer to.
                        * @param value The amount to be transferred.
                        */
                        function transfer(address to, uint256 value) public returns (bool) {
                            // Mutable state call requires the proxy to tell the target who the msg.sender is.
                            target.setMessageSender(msg.sender);
                    
                            // Forward the ERC20 call to the target contract
                            IERC20(target).transfer(to, value);
                    
                            // Event emitting will occur via Synthetix.Proxy._emit()
                            return true;
                        }
                    
                        /**
                        * @dev Approve the passed address to spend the specified amount of tokens on behalf of msg.sender.
                        * Beware that changing an allowance with this method brings the risk that someone may use both the old
                        * and the new allowance by unfortunate transaction ordering. One possible solution to mitigate this
                        * race condition is to first reduce the spender's allowance to 0 and set the desired value afterwards:
                        * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
                        * @param spender The address which will spend the funds.
                        * @param value The amount of tokens to be spent.
                        */
                        function approve(address spender, uint256 value) public returns (bool) {
                            // Mutable state call requires the proxy to tell the target who the msg.sender is.
                            target.setMessageSender(msg.sender);
                    
                            // Forward the ERC20 call to the target contract
                            IERC20(target).approve(spender, value);
                    
                            // Event emitting will occur via Synthetix.Proxy._emit()
                            return true;
                        }
                    
                        /**
                        * @dev Transfer tokens from one address to another
                        * @param from address The address which you want to send tokens from
                        * @param to address The address which you want to transfer to
                        * @param value uint256 the amount of tokens to be transferred
                        */
                        function transferFrom(
                            address from,
                            address to,
                            uint256 value
                        )
                            public
                            returns (bool)
                        {
                            // Mutable state call requires the proxy to tell the target who the msg.sender is.
                            target.setMessageSender(msg.sender);
                    
                            // Forward the ERC20 call to the target contract
                            IERC20(target).transferFrom(from, to, value);
                    
                            // Event emitting will occur via Synthetix.Proxy._emit()
                            return true;
                        }
                    }
                    
                    

                    File 4 of 10: Synthetix
                    /*
                    
                    ⚠⚠⚠ WARNING WARNING WARNING ⚠⚠⚠
                    
                    This is a TARGET contract - DO NOT CONNECT TO IT DIRECTLY IN YOUR CONTRACTS or DAPPS!
                    
                    This contract has an associated PROXY that MUST be used for all integrations - this TARGET will be REPLACED in an upcoming Synthetix release!
                    The proxy for this contract can be found here:
                    
                    https://contracts.synthetix.io/ProxySynthetix
                    
                    *//*
                       ____            __   __        __   _
                      / __/__ __ ___  / /_ / /  ___  / /_ (_)__ __
                     _\ \ / // // _ \/ __// _ \/ -_)/ __// / \ \ /
                    /___/ \_, //_//_/\__//_//_/\__/ \__//_/ /_\_\
                         /___/
                    
                    * Synthetix: Synthetix.sol
                    *
                    * Latest source (may be newer): https://github.com/Synthetixio/synthetix/blob/master/contracts/Synthetix.sol
                    * Docs: https://docs.synthetix.io/contracts/Synthetix
                    *
                    * Contract Dependencies: 
                    *	- BaseSynthetix
                    *	- ExternStateToken
                    *	- IAddressResolver
                    *	- IERC20
                    *	- ISynthetix
                    *	- MixinResolver
                    *	- Owned
                    *	- Proxyable
                    *	- State
                    * Libraries: 
                    *	- SafeDecimalMath
                    *	- SafeMath
                    *	- VestingEntries
                    *
                    * MIT License
                    * ===========
                    *
                    * Copyright (c) 2024 Synthetix
                    *
                    * Permission is hereby granted, free of charge, to any person obtaining a copy
                    * of this software and associated documentation files (the "Software"), to deal
                    * in the Software without restriction, including without limitation the rights
                    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    * copies of the Software, and to permit persons to whom the Software is
                    * furnished to do so, subject to the following conditions:
                    *
                    * The above copyright notice and this permission notice shall be included in all
                    * copies or substantial portions of the Software.
                    *
                    * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
                    * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
                    * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
                    * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
                    * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
                    * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
                    */
                    
                    
                    
                    pragma solidity >=0.4.24;
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/ierc20
                    interface IERC20 {
                        // ERC20 Optional Views
                        function name() external view returns (string memory);
                    
                        function symbol() external view returns (string memory);
                    
                        function decimals() external view returns (uint8);
                    
                        // Views
                        function totalSupply() external view returns (uint);
                    
                        function balanceOf(address owner) external view returns (uint);
                    
                        function allowance(address owner, address spender) external view returns (uint);
                    
                        // Mutative functions
                        function transfer(address to, uint value) external returns (bool);
                    
                        function approve(address spender, uint value) external returns (bool);
                    
                        function transferFrom(
                            address from,
                            address to,
                            uint value
                        ) external returns (bool);
                    
                        // Events
                        event Transfer(address indexed from, address indexed to, uint value);
                    
                        event Approval(address indexed owner, address indexed spender, uint value);
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/owned
                    contract Owned {
                        address public owner;
                        address public nominatedOwner;
                    
                        constructor(address _owner) public {
                            require(_owner != address(0), "Owner address cannot be 0");
                            owner = _owner;
                            emit OwnerChanged(address(0), _owner);
                        }
                    
                        function nominateNewOwner(address _owner) external onlyOwner {
                            nominatedOwner = _owner;
                            emit OwnerNominated(_owner);
                        }
                    
                        function acceptOwnership() external {
                            require(msg.sender == nominatedOwner, "You must be nominated before you can accept ownership");
                            emit OwnerChanged(owner, nominatedOwner);
                            owner = nominatedOwner;
                            nominatedOwner = address(0);
                        }
                    
                        modifier onlyOwner {
                            _onlyOwner();
                            _;
                        }
                    
                        function _onlyOwner() private view {
                            require(msg.sender == owner, "Only the contract owner may perform this action");
                        }
                    
                        event OwnerNominated(address newOwner);
                        event OwnerChanged(address oldOwner, address newOwner);
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/proxy
                    contract Proxy is Owned {
                        Proxyable public target;
                    
                        constructor(address _owner) public Owned(_owner) {}
                    
                        function setTarget(Proxyable _target) external onlyOwner {
                            target = _target;
                            emit TargetUpdated(_target);
                        }
                    
                        function _emit(
                            bytes calldata callData,
                            uint numTopics,
                            bytes32 topic1,
                            bytes32 topic2,
                            bytes32 topic3,
                            bytes32 topic4
                        ) external onlyTarget {
                            uint size = callData.length;
                            bytes memory _callData = callData;
                    
                            assembly {
                                /* The first 32 bytes of callData contain its length (as specified by the abi).
                                 * Length is assumed to be a uint256 and therefore maximum of 32 bytes
                                 * in length. It is also leftpadded to be a multiple of 32 bytes.
                                 * This means moving call_data across 32 bytes guarantees we correctly access
                                 * the data itself. */
                                switch numTopics
                                    case 0 {
                                        log0(add(_callData, 32), size)
                                    }
                                    case 1 {
                                        log1(add(_callData, 32), size, topic1)
                                    }
                                    case 2 {
                                        log2(add(_callData, 32), size, topic1, topic2)
                                    }
                                    case 3 {
                                        log3(add(_callData, 32), size, topic1, topic2, topic3)
                                    }
                                    case 4 {
                                        log4(add(_callData, 32), size, topic1, topic2, topic3, topic4)
                                    }
                            }
                        }
                    
                        // solhint-disable no-complex-fallback
                        function() external payable {
                            // Mutable call setting Proxyable.messageSender as this is using call not delegatecall
                            target.setMessageSender(msg.sender);
                    
                            assembly {
                                let free_ptr := mload(0x40)
                                calldatacopy(free_ptr, 0, calldatasize)
                    
                                /* We must explicitly forward ether to the underlying contract as well. */
                                let result := call(gas, sload(target_slot), callvalue, free_ptr, calldatasize, 0, 0)
                                returndatacopy(free_ptr, 0, returndatasize)
                    
                                if iszero(result) {
                                    revert(free_ptr, returndatasize)
                                }
                                return(free_ptr, returndatasize)
                            }
                        }
                    
                        modifier onlyTarget {
                            require(Proxyable(msg.sender) == target, "Must be proxy target");
                            _;
                        }
                    
                        event TargetUpdated(Proxyable newTarget);
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/proxyable
                    contract Proxyable is Owned {
                        // This contract should be treated like an abstract contract
                    
                        /* The proxy this contract exists behind. */
                        Proxy public proxy;
                    
                        /* The caller of the proxy, passed through to this contract.
                         * Note that every function using this member must apply the onlyProxy or
                         * optionalProxy modifiers, otherwise their invocations can use stale values. */
                        address public messageSender;
                    
                        constructor(address payable _proxy) internal {
                            // This contract is abstract, and thus cannot be instantiated directly
                            require(owner != address(0), "Owner must be set");
                    
                            proxy = Proxy(_proxy);
                            emit ProxyUpdated(_proxy);
                        }
                    
                        function setProxy(address payable _proxy) external onlyOwner {
                            proxy = Proxy(_proxy);
                            emit ProxyUpdated(_proxy);
                        }
                    
                        function setMessageSender(address sender) external onlyProxy {
                            messageSender = sender;
                        }
                    
                        modifier onlyProxy {
                            _onlyProxy();
                            _;
                        }
                    
                        function _onlyProxy() private view {
                            require(Proxy(msg.sender) == proxy, "Only the proxy can call");
                        }
                    
                        modifier optionalProxy {
                            _optionalProxy();
                            _;
                        }
                    
                        function _optionalProxy() private {
                            if (Proxy(msg.sender) != proxy && messageSender != msg.sender) {
                                messageSender = msg.sender;
                            }
                        }
                    
                        modifier optionalProxy_onlyOwner {
                            _optionalProxy_onlyOwner();
                            _;
                        }
                    
                        // solhint-disable-next-line func-name-mixedcase
                        function _optionalProxy_onlyOwner() private {
                            if (Proxy(msg.sender) != proxy && messageSender != msg.sender) {
                                messageSender = msg.sender;
                            }
                            require(messageSender == owner, "Owner only function");
                        }
                    
                        event ProxyUpdated(address proxyAddress);
                    }
                    
                    
                    /**
                     * @dev Wrappers over Solidity's arithmetic operations with added overflow
                     * checks.
                     *
                     * Arithmetic operations in Solidity wrap on overflow. This can easily result
                     * in bugs, because programmers usually assume that an overflow raises an
                     * error, which is the standard behavior in high level programming languages.
                     * `SafeMath` restores this intuition by reverting the transaction when an
                     * operation overflows.
                     *
                     * Using this library instead of the unchecked operations eliminates an entire
                     * class of bugs, so it's recommended to use it always.
                     */
                    library SafeMath {
                        /**
                         * @dev Returns the addition of two unsigned integers, reverting on
                         * overflow.
                         *
                         * Counterpart to Solidity's `+` operator.
                         *
                         * Requirements:
                         * - Addition cannot overflow.
                         */
                        function add(uint256 a, uint256 b) internal pure returns (uint256) {
                            uint256 c = a + b;
                            require(c >= a, "SafeMath: addition overflow");
                    
                            return c;
                        }
                    
                        /**
                         * @dev Returns the subtraction of two unsigned integers, reverting on
                         * overflow (when the result is negative).
                         *
                         * Counterpart to Solidity's `-` operator.
                         *
                         * Requirements:
                         * - Subtraction cannot overflow.
                         */
                        function sub(uint256 a, uint256 b) internal pure returns (uint256) {
                            require(b <= a, "SafeMath: subtraction overflow");
                            uint256 c = a - b;
                    
                            return c;
                        }
                    
                        /**
                         * @dev Returns the multiplication of two unsigned integers, reverting on
                         * overflow.
                         *
                         * Counterpart to Solidity's `*` operator.
                         *
                         * Requirements:
                         * - Multiplication cannot overflow.
                         */
                        function mul(uint256 a, uint256 b) internal pure returns (uint256) {
                            // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
                            // benefit is lost if 'b' is also tested.
                            // See: https://github.com/OpenZeppelin/openzeppelin-solidity/pull/522
                            if (a == 0) {
                                return 0;
                            }
                    
                            uint256 c = a * b;
                            require(c / a == b, "SafeMath: multiplication overflow");
                    
                            return c;
                        }
                    
                        /**
                         * @dev Returns the integer division of two unsigned integers. Reverts on
                         * division by zero. The result is rounded towards zero.
                         *
                         * Counterpart to Solidity's `/` operator. Note: this function uses a
                         * `revert` opcode (which leaves remaining gas untouched) while Solidity
                         * uses an invalid opcode to revert (consuming all remaining gas).
                         *
                         * Requirements:
                         * - The divisor cannot be zero.
                         */
                        function div(uint256 a, uint256 b) internal pure returns (uint256) {
                            // Solidity only automatically asserts when dividing by 0
                            require(b > 0, "SafeMath: division by zero");
                            uint256 c = a / b;
                            // assert(a == b * c + a % b); // There is no case in which this doesn't hold
                    
                            return c;
                        }
                    
                        /**
                         * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
                         * Reverts when dividing by zero.
                         *
                         * Counterpart to Solidity's `%` operator. This function uses a `revert`
                         * opcode (which leaves remaining gas untouched) while Solidity uses an
                         * invalid opcode to revert (consuming all remaining gas).
                         *
                         * Requirements:
                         * - The divisor cannot be zero.
                         */
                        function mod(uint256 a, uint256 b) internal pure returns (uint256) {
                            require(b != 0, "SafeMath: modulo by zero");
                            return a % b;
                        }
                    }
                    
                    
                    // Libraries
                    
                    
                    // https://docs.synthetix.io/contracts/source/libraries/safedecimalmath
                    library SafeDecimalMath {
                        using SafeMath for uint;
                    
                        /* Number of decimal places in the representations. */
                        uint8 public constant decimals = 18;
                        uint8 public constant highPrecisionDecimals = 27;
                    
                        /* The number representing 1.0. */
                        uint public constant UNIT = 10**uint(decimals);
                    
                        /* The number representing 1.0 for higher fidelity numbers. */
                        uint public constant PRECISE_UNIT = 10**uint(highPrecisionDecimals);
                        uint private constant UNIT_TO_HIGH_PRECISION_CONVERSION_FACTOR = 10**uint(highPrecisionDecimals - decimals);
                    
                        /**
                         * @return Provides an interface to UNIT.
                         */
                        function unit() external pure returns (uint) {
                            return UNIT;
                        }
                    
                        /**
                         * @return Provides an interface to PRECISE_UNIT.
                         */
                        function preciseUnit() external pure returns (uint) {
                            return PRECISE_UNIT;
                        }
                    
                        /**
                         * @return The result of multiplying x and y, interpreting the operands as fixed-point
                         * decimals.
                         *
                         * @dev A unit factor is divided out after the product of x and y is evaluated,
                         * so that product must be less than 2**256. As this is an integer division,
                         * the internal division always rounds down. This helps save on gas. Rounding
                         * is more expensive on gas.
                         */
                        function multiplyDecimal(uint x, uint y) internal pure returns (uint) {
                            /* Divide by UNIT to remove the extra factor introduced by the product. */
                            return x.mul(y) / UNIT;
                        }
                    
                        /**
                         * @return The result of safely multiplying x and y, interpreting the operands
                         * as fixed-point decimals of the specified precision unit.
                         *
                         * @dev The operands should be in the form of a the specified unit factor which will be
                         * divided out after the product of x and y is evaluated, so that product must be
                         * less than 2**256.
                         *
                         * Unlike multiplyDecimal, this function rounds the result to the nearest increment.
                         * Rounding is useful when you need to retain fidelity for small decimal numbers
                         * (eg. small fractions or percentages).
                         */
                        function _multiplyDecimalRound(
                            uint x,
                            uint y,
                            uint precisionUnit
                        ) private pure returns (uint) {
                            /* Divide by UNIT to remove the extra factor introduced by the product. */
                            uint quotientTimesTen = x.mul(y) / (precisionUnit / 10);
                    
                            if (quotientTimesTen % 10 >= 5) {
                                quotientTimesTen += 10;
                            }
                    
                            return quotientTimesTen / 10;
                        }
                    
                        /**
                         * @return The result of safely multiplying x and y, interpreting the operands
                         * as fixed-point decimals of a precise unit.
                         *
                         * @dev The operands should be in the precise unit factor which will be
                         * divided out after the product of x and y is evaluated, so that product must be
                         * less than 2**256.
                         *
                         * Unlike multiplyDecimal, this function rounds the result to the nearest increment.
                         * Rounding is useful when you need to retain fidelity for small decimal numbers
                         * (eg. small fractions or percentages).
                         */
                        function multiplyDecimalRoundPrecise(uint x, uint y) internal pure returns (uint) {
                            return _multiplyDecimalRound(x, y, PRECISE_UNIT);
                        }
                    
                        /**
                         * @return The result of safely multiplying x and y, interpreting the operands
                         * as fixed-point decimals of a standard unit.
                         *
                         * @dev The operands should be in the standard unit factor which will be
                         * divided out after the product of x and y is evaluated, so that product must be
                         * less than 2**256.
                         *
                         * Unlike multiplyDecimal, this function rounds the result to the nearest increment.
                         * Rounding is useful when you need to retain fidelity for small decimal numbers
                         * (eg. small fractions or percentages).
                         */
                        function multiplyDecimalRound(uint x, uint y) internal pure returns (uint) {
                            return _multiplyDecimalRound(x, y, UNIT);
                        }
                    
                        /**
                         * @return The result of safely dividing x and y. The return value is a high
                         * precision decimal.
                         *
                         * @dev y is divided after the product of x and the standard precision unit
                         * is evaluated, so the product of x and UNIT must be less than 2**256. As
                         * this is an integer division, the result is always rounded down.
                         * This helps save on gas. Rounding is more expensive on gas.
                         */
                        function divideDecimal(uint x, uint y) internal pure returns (uint) {
                            /* Reintroduce the UNIT factor that will be divided out by y. */
                            return x.mul(UNIT).div(y);
                        }
                    
                        /**
                         * @return The result of safely dividing x and y. The return value is as a rounded
                         * decimal in the precision unit specified in the parameter.
                         *
                         * @dev y is divided after the product of x and the specified precision unit
                         * is evaluated, so the product of x and the specified precision unit must
                         * be less than 2**256. The result is rounded to the nearest increment.
                         */
                        function _divideDecimalRound(
                            uint x,
                            uint y,
                            uint precisionUnit
                        ) private pure returns (uint) {
                            uint resultTimesTen = x.mul(precisionUnit * 10).div(y);
                    
                            if (resultTimesTen % 10 >= 5) {
                                resultTimesTen += 10;
                            }
                    
                            return resultTimesTen / 10;
                        }
                    
                        /**
                         * @return The result of safely dividing x and y. The return value is as a rounded
                         * standard precision decimal.
                         *
                         * @dev y is divided after the product of x and the standard precision unit
                         * is evaluated, so the product of x and the standard precision unit must
                         * be less than 2**256. The result is rounded to the nearest increment.
                         */
                        function divideDecimalRound(uint x, uint y) internal pure returns (uint) {
                            return _divideDecimalRound(x, y, UNIT);
                        }
                    
                        /**
                         * @return The result of safely dividing x and y. The return value is as a rounded
                         * high precision decimal.
                         *
                         * @dev y is divided after the product of x and the high precision unit
                         * is evaluated, so the product of x and the high precision unit must
                         * be less than 2**256. The result is rounded to the nearest increment.
                         */
                        function divideDecimalRoundPrecise(uint x, uint y) internal pure returns (uint) {
                            return _divideDecimalRound(x, y, PRECISE_UNIT);
                        }
                    
                        /**
                         * @dev Convert a standard decimal representation to a high precision one.
                         */
                        function decimalToPreciseDecimal(uint i) internal pure returns (uint) {
                            return i.mul(UNIT_TO_HIGH_PRECISION_CONVERSION_FACTOR);
                        }
                    
                        /**
                         * @dev Convert a high precision decimal to a standard decimal representation.
                         */
                        function preciseDecimalToDecimal(uint i) internal pure returns (uint) {
                            uint quotientTimesTen = i / (UNIT_TO_HIGH_PRECISION_CONVERSION_FACTOR / 10);
                    
                            if (quotientTimesTen % 10 >= 5) {
                                quotientTimesTen += 10;
                            }
                    
                            return quotientTimesTen / 10;
                        }
                    
                        // Computes `a - b`, setting the value to 0 if b > a.
                        function floorsub(uint a, uint b) internal pure returns (uint) {
                            return b >= a ? 0 : a - b;
                        }
                    
                        /* ---------- Utilities ---------- */
                        /*
                         * Absolute value of the input, returned as a signed number.
                         */
                        function signedAbs(int x) internal pure returns (int) {
                            return x < 0 ? -x : x;
                        }
                    
                        /*
                         * Absolute value of the input, returned as an unsigned number.
                         */
                        function abs(int x) internal pure returns (uint) {
                            return uint(signedAbs(x));
                        }
                    }
                    
                    
                    // Inheritance
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/state
                    contract State is Owned {
                        // the address of the contract that can modify variables
                        // this can only be changed by the owner of this contract
                        address public associatedContract;
                    
                        constructor(address _associatedContract) internal {
                            // This contract is abstract, and thus cannot be instantiated directly
                            require(owner != address(0), "Owner must be set");
                    
                            associatedContract = _associatedContract;
                            emit AssociatedContractUpdated(_associatedContract);
                        }
                    
                        /* ========== SETTERS ========== */
                    
                        // Change the associated contract to a new address
                        function setAssociatedContract(address _associatedContract) external onlyOwner {
                            associatedContract = _associatedContract;
                            emit AssociatedContractUpdated(_associatedContract);
                        }
                    
                        /* ========== MODIFIERS ========== */
                    
                        modifier onlyAssociatedContract {
                            require(msg.sender == associatedContract, "Only the associated contract can perform this action");
                            _;
                        }
                    
                        /* ========== EVENTS ========== */
                    
                        event AssociatedContractUpdated(address associatedContract);
                    }
                    
                    
                    // Inheritance
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/tokenstate
                    contract TokenState is Owned, State {
                        /* ERC20 fields. */
                        mapping(address => uint) public balanceOf;
                        mapping(address => mapping(address => uint)) public allowance;
                    
                        constructor(address _owner, address _associatedContract) public Owned(_owner) State(_associatedContract) {}
                    
                        /* ========== SETTERS ========== */
                    
                        /**
                         * @notice Set ERC20 allowance.
                         * @dev Only the associated contract may call this.
                         * @param tokenOwner The authorising party.
                         * @param spender The authorised party.
                         * @param value The total value the authorised party may spend on the
                         * authorising party's behalf.
                         */
                        function setAllowance(
                            address tokenOwner,
                            address spender,
                            uint value
                        ) external onlyAssociatedContract {
                            allowance[tokenOwner][spender] = value;
                        }
                    
                        /**
                         * @notice Set the balance in a given account
                         * @dev Only the associated contract may call this.
                         * @param account The account whose value to set.
                         * @param value The new balance of the given account.
                         */
                        function setBalanceOf(address account, uint value) external onlyAssociatedContract {
                            balanceOf[account] = value;
                        }
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Libraries
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/externstatetoken
                    contract ExternStateToken is Owned, Proxyable {
                        using SafeMath for uint;
                        using SafeDecimalMath for uint;
                    
                        /* ========== STATE VARIABLES ========== */
                    
                        /* Stores balances and allowances. */
                        TokenState public tokenState;
                    
                        /* Other ERC20 fields. */
                        string public name;
                        string public symbol;
                        uint public totalSupply;
                        uint8 public decimals;
                    
                        constructor(
                            address payable _proxy,
                            TokenState _tokenState,
                            string memory _name,
                            string memory _symbol,
                            uint _totalSupply,
                            uint8 _decimals,
                            address _owner
                        ) public Owned(_owner) Proxyable(_proxy) {
                            tokenState = _tokenState;
                    
                            name = _name;
                            symbol = _symbol;
                            totalSupply = _totalSupply;
                            decimals = _decimals;
                        }
                    
                        /* ========== VIEWS ========== */
                    
                        /**
                         * @notice Returns the ERC20 allowance of one party to spend on behalf of another.
                         * @param owner The party authorising spending of their funds.
                         * @param spender The party spending tokenOwner's funds.
                         */
                        function allowance(address owner, address spender) public view returns (uint) {
                            return tokenState.allowance(owner, spender);
                        }
                    
                        /**
                         * @notice Returns the ERC20 token balance of a given account.
                         */
                        function balanceOf(address account) external view returns (uint) {
                            return tokenState.balanceOf(account);
                        }
                    
                        /* ========== MUTATIVE FUNCTIONS ========== */
                    
                        /**
                         * @notice Set the address of the TokenState contract.
                         * @dev This can be used to "pause" transfer functionality, by pointing the tokenState at 0x000..
                         * as balances would be unreachable.
                         */
                        function setTokenState(TokenState _tokenState) external optionalProxy_onlyOwner {
                            tokenState = _tokenState;
                            emitTokenStateUpdated(address(_tokenState));
                        }
                    
                        function _internalTransfer(
                            address from,
                            address to,
                            uint value
                        ) internal returns (bool) {
                            /* Disallow transfers to irretrievable-addresses. */
                            require(to != address(0) && to != address(this) && to != address(proxy), "Cannot transfer to this address");
                    
                            // Insufficient balance will be handled by the safe subtraction.
                            tokenState.setBalanceOf(from, tokenState.balanceOf(from).sub(value));
                            tokenState.setBalanceOf(to, tokenState.balanceOf(to).add(value));
                    
                            // Emit a standard ERC20 transfer event
                            emitTransfer(from, to, value);
                    
                            return true;
                        }
                    
                        /**
                         * @dev Perform an ERC20 token transfer. Designed to be called by transfer functions possessing
                         * the onlyProxy or optionalProxy modifiers.
                         */
                        function _transferByProxy(
                            address from,
                            address to,
                            uint value
                        ) internal returns (bool) {
                            return _internalTransfer(from, to, value);
                        }
                    
                        /*
                         * @dev Perform an ERC20 token transferFrom. Designed to be called by transferFrom functions
                         * possessing the optionalProxy or optionalProxy modifiers.
                         */
                        function _transferFromByProxy(
                            address sender,
                            address from,
                            address to,
                            uint value
                        ) internal returns (bool) {
                            /* Insufficient allowance will be handled by the safe subtraction. */
                            tokenState.setAllowance(from, sender, tokenState.allowance(from, sender).sub(value));
                            return _internalTransfer(from, to, value);
                        }
                    
                        /**
                         * @notice Approves spender to transfer on the message sender's behalf.
                         */
                        function approve(address spender, uint value) public optionalProxy returns (bool) {
                            address sender = messageSender;
                    
                            tokenState.setAllowance(sender, spender, value);
                            emitApproval(sender, spender, value);
                            return true;
                        }
                    
                        /* ========== EVENTS ========== */
                        function addressToBytes32(address input) internal pure returns (bytes32) {
                            return bytes32(uint256(uint160(input)));
                        }
                    
                        event Transfer(address indexed from, address indexed to, uint value);
                        bytes32 internal constant TRANSFER_SIG = keccak256("Transfer(address,address,uint256)");
                    
                        function emitTransfer(
                            address from,
                            address to,
                            uint value
                        ) internal {
                            proxy._emit(abi.encode(value), 3, TRANSFER_SIG, addressToBytes32(from), addressToBytes32(to), 0);
                        }
                    
                        event Approval(address indexed owner, address indexed spender, uint value);
                        bytes32 internal constant APPROVAL_SIG = keccak256("Approval(address,address,uint256)");
                    
                        function emitApproval(
                            address owner,
                            address spender,
                            uint value
                        ) internal {
                            proxy._emit(abi.encode(value), 3, APPROVAL_SIG, addressToBytes32(owner), addressToBytes32(spender), 0);
                        }
                    
                        event TokenStateUpdated(address newTokenState);
                        bytes32 internal constant TOKENSTATEUPDATED_SIG = keccak256("TokenStateUpdated(address)");
                    
                        function emitTokenStateUpdated(address newTokenState) internal {
                            proxy._emit(abi.encode(newTokenState), 1, TOKENSTATEUPDATED_SIG, 0, 0, 0);
                        }
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/iaddressresolver
                    interface IAddressResolver {
                        function getAddress(bytes32 name) external view returns (address);
                    
                        function getSynth(bytes32 key) external view returns (address);
                    
                        function requireAndGetAddress(bytes32 name, string calldata reason) external view returns (address);
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/isynth
                    interface ISynth {
                        // Views
                        function currencyKey() external view returns (bytes32);
                    
                        function transferableSynths(address account) external view returns (uint);
                    
                        // Mutative functions
                        function transferAndSettle(address to, uint value) external returns (bool);
                    
                        function transferFromAndSettle(
                            address from,
                            address to,
                            uint value
                        ) external returns (bool);
                    
                        // Restricted: used internally to Synthetix
                        function burn(address account, uint amount) external;
                    
                        function issue(address account, uint amount) external;
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/iissuer
                    interface IIssuer {
                        // Views
                    
                        function allNetworksDebtInfo()
                            external
                            view
                            returns (
                                uint256 debt,
                                uint256 sharesSupply,
                                bool isStale
                            );
                    
                        function anySynthOrSNXRateIsInvalid() external view returns (bool anyRateInvalid);
                    
                        function availableCurrencyKeys() external view returns (bytes32[] memory);
                    
                        function availableSynthCount() external view returns (uint);
                    
                        function availableSynths(uint index) external view returns (ISynth);
                    
                        function canBurnSynths(address account) external view returns (bool);
                    
                        function collateral(address account) external view returns (uint);
                    
                        function collateralisationRatio(address issuer) external view returns (uint);
                    
                        function collateralisationRatioAndAnyRatesInvalid(address _issuer)
                            external
                            view
                            returns (uint cratio, bool anyRateIsInvalid);
                    
                        function debtBalanceOf(address issuer, bytes32 currencyKey) external view returns (uint debtBalance);
                    
                        function issuanceRatio() external view returns (uint);
                    
                        function lastIssueEvent(address account) external view returns (uint);
                    
                        function maxIssuableSynths(address issuer) external view returns (uint maxIssuable);
                    
                        function minimumStakeTime() external view returns (uint);
                    
                        function remainingIssuableSynths(address issuer)
                            external
                            view
                            returns (
                                uint maxIssuable,
                                uint alreadyIssued,
                                uint totalSystemDebt
                            );
                    
                        function synths(bytes32 currencyKey) external view returns (ISynth);
                    
                        function getSynths(bytes32[] calldata currencyKeys) external view returns (ISynth[] memory);
                    
                        function synthsByAddress(address synthAddress) external view returns (bytes32);
                    
                        function totalIssuedSynths(bytes32 currencyKey, bool excludeOtherCollateral) external view returns (uint);
                    
                        function transferableSynthetixAndAnyRateIsInvalid(address account, uint balance)
                            external
                            view
                            returns (uint transferable, bool anyRateIsInvalid);
                    
                        function liquidationAmounts(address account, bool isSelfLiquidation)
                            external
                            view
                            returns (
                                uint totalRedeemed,
                                uint debtToRemove,
                                uint escrowToLiquidate,
                                uint initialDebtBalance
                            );
                    
                        // Restricted: used internally to Synthetix
                        function addSynths(ISynth[] calldata synthsToAdd) external;
                    
                        function issueSynths(address from, uint amount) external;
                    
                        function issueSynthsOnBehalf(
                            address issueFor,
                            address from,
                            uint amount
                        ) external;
                    
                        function issueMaxSynths(address from) external;
                    
                        function issueMaxSynthsOnBehalf(address issueFor, address from) external;
                    
                        function burnSynths(address from, uint amount) external;
                    
                        function burnSynthsOnBehalf(
                            address burnForAddress,
                            address from,
                            uint amount
                        ) external;
                    
                        function burnSynthsToTarget(address from) external;
                    
                        function burnSynthsToTargetOnBehalf(address burnForAddress, address from) external;
                    
                        function burnForRedemption(
                            address deprecatedSynthProxy,
                            address account,
                            uint balance
                        ) external;
                    
                        function setCurrentPeriodId(uint128 periodId) external;
                    
                        function liquidateAccount(address account, bool isSelfLiquidation)
                            external
                            returns (
                                uint totalRedeemed,
                                uint debtRemoved,
                                uint escrowToLiquidate
                            );
                    
                        function issueSynthsWithoutDebt(
                            bytes32 currencyKey,
                            address to,
                            uint amount
                        ) external returns (bool rateInvalid);
                    
                        function burnSynthsWithoutDebt(
                            bytes32 currencyKey,
                            address to,
                            uint amount
                        ) external returns (bool rateInvalid);
                    
                        function burnAndIssueSynthsWithoutDebtCache(
                            address account,
                            bytes32 currencyKey,
                            uint amountOfSynth,
                            uint amountInsUSD
                        ) external;
                    
                        function modifyDebtSharesForMigration(address account, uint amount) external;
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/addressresolver
                    contract AddressResolver is Owned, IAddressResolver {
                        mapping(bytes32 => address) public repository;
                    
                        constructor(address _owner) public Owned(_owner) {}
                    
                        /* ========== RESTRICTED FUNCTIONS ========== */
                    
                        function importAddresses(bytes32[] calldata names, address[] calldata destinations) external onlyOwner {
                            require(names.length == destinations.length, "Input lengths must match");
                    
                            for (uint i = 0; i < names.length; i++) {
                                bytes32 name = names[i];
                                address destination = destinations[i];
                                repository[name] = destination;
                                emit AddressImported(name, destination);
                            }
                        }
                    
                        /* ========= PUBLIC FUNCTIONS ========== */
                    
                        function rebuildCaches(MixinResolver[] calldata destinations) external {
                            for (uint i = 0; i < destinations.length; i++) {
                                destinations[i].rebuildCache();
                            }
                        }
                    
                        /* ========== VIEWS ========== */
                    
                        function areAddressesImported(bytes32[] calldata names, address[] calldata destinations) external view returns (bool) {
                            for (uint i = 0; i < names.length; i++) {
                                if (repository[names[i]] != destinations[i]) {
                                    return false;
                                }
                            }
                            return true;
                        }
                    
                        function getAddress(bytes32 name) external view returns (address) {
                            return repository[name];
                        }
                    
                        function requireAndGetAddress(bytes32 name, string calldata reason) external view returns (address) {
                            address _foundAddress = repository[name];
                            require(_foundAddress != address(0), reason);
                            return _foundAddress;
                        }
                    
                        function getSynth(bytes32 key) external view returns (address) {
                            IIssuer issuer = IIssuer(repository["Issuer"]);
                            require(address(issuer) != address(0), "Cannot find Issuer address");
                            return address(issuer.synths(key));
                        }
                    
                        /* ========== EVENTS ========== */
                    
                        event AddressImported(bytes32 name, address destination);
                    }
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/mixinresolver
                    contract MixinResolver {
                        AddressResolver public resolver;
                    
                        mapping(bytes32 => address) private addressCache;
                    
                        constructor(address _resolver) internal {
                            resolver = AddressResolver(_resolver);
                        }
                    
                        /* ========== INTERNAL FUNCTIONS ========== */
                    
                        function combineArrays(bytes32[] memory first, bytes32[] memory second)
                            internal
                            pure
                            returns (bytes32[] memory combination)
                        {
                            combination = new bytes32[](first.length + second.length);
                    
                            for (uint i = 0; i < first.length; i++) {
                                combination[i] = first[i];
                            }
                    
                            for (uint j = 0; j < second.length; j++) {
                                combination[first.length + j] = second[j];
                            }
                        }
                    
                        /* ========== PUBLIC FUNCTIONS ========== */
                    
                        // Note: this function is public not external in order for it to be overridden and invoked via super in subclasses
                        function resolverAddressesRequired() public view returns (bytes32[] memory addresses) {}
                    
                        function rebuildCache() public {
                            bytes32[] memory requiredAddresses = resolverAddressesRequired();
                            // The resolver must call this function whenver it updates its state
                            for (uint i = 0; i < requiredAddresses.length; i++) {
                                bytes32 name = requiredAddresses[i];
                                // Note: can only be invoked once the resolver has all the targets needed added
                                address destination =
                                    resolver.requireAndGetAddress(name, string(abi.encodePacked("Resolver missing target: ", name)));
                                addressCache[name] = destination;
                                emit CacheUpdated(name, destination);
                            }
                        }
                    
                        /* ========== VIEWS ========== */
                    
                        function isResolverCached() external view returns (bool) {
                            bytes32[] memory requiredAddresses = resolverAddressesRequired();
                            for (uint i = 0; i < requiredAddresses.length; i++) {
                                bytes32 name = requiredAddresses[i];
                                // false if our cache is invalid or if the resolver doesn't have the required address
                                if (resolver.getAddress(name) != addressCache[name] || addressCache[name] == address(0)) {
                                    return false;
                                }
                            }
                    
                            return true;
                        }
                    
                        /* ========== INTERNAL FUNCTIONS ========== */
                    
                        function requireAndGetAddress(bytes32 name) internal view returns (address) {
                            address _foundAddress = addressCache[name];
                            require(_foundAddress != address(0), string(abi.encodePacked("Missing address: ", name)));
                            return _foundAddress;
                        }
                    
                        /* ========== EVENTS ========== */
                    
                        event CacheUpdated(bytes32 name, address destination);
                    }
                    
                    
                    interface IVirtualSynth {
                        // Views
                        function balanceOfUnderlying(address account) external view returns (uint);
                    
                        function rate() external view returns (uint);
                    
                        function readyToSettle() external view returns (bool);
                    
                        function secsLeftInWaitingPeriod() external view returns (uint);
                    
                        function settled() external view returns (bool);
                    
                        function synth() external view returns (ISynth);
                    
                        // Mutative functions
                        function settle(address account) external;
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/isynthetix
                    interface ISynthetix {
                        // Views
                        function anySynthOrSNXRateIsInvalid() external view returns (bool anyRateInvalid);
                    
                        function availableCurrencyKeys() external view returns (bytes32[] memory);
                    
                        function availableSynthCount() external view returns (uint);
                    
                        function availableSynths(uint index) external view returns (ISynth);
                    
                        function collateral(address account) external view returns (uint);
                    
                        function collateralisationRatio(address issuer) external view returns (uint);
                    
                        function debtBalanceOf(address issuer, bytes32 currencyKey) external view returns (uint);
                    
                        function isWaitingPeriod(bytes32 currencyKey) external view returns (bool);
                    
                        function maxIssuableSynths(address issuer) external view returns (uint maxIssuable);
                    
                        function remainingIssuableSynths(address issuer)
                            external
                            view
                            returns (
                                uint maxIssuable,
                                uint alreadyIssued,
                                uint totalSystemDebt
                            );
                    
                        function synths(bytes32 currencyKey) external view returns (ISynth);
                    
                        function synthsByAddress(address synthAddress) external view returns (bytes32);
                    
                        function totalIssuedSynths(bytes32 currencyKey) external view returns (uint);
                    
                        function totalIssuedSynthsExcludeOtherCollateral(bytes32 currencyKey) external view returns (uint);
                    
                        function transferableSynthetix(address account) external view returns (uint transferable);
                    
                        function getFirstNonZeroEscrowIndex(address account) external view returns (uint);
                    
                        // Mutative Functions
                        function burnSynths(uint amount) external;
                    
                        function burnSynthsOnBehalf(address burnForAddress, uint amount) external;
                    
                        function burnSynthsToTarget() external;
                    
                        function burnSynthsToTargetOnBehalf(address burnForAddress) external;
                    
                        function exchange(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey
                        ) external returns (uint amountReceived);
                    
                        function exchangeOnBehalf(
                            address exchangeForAddress,
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey
                        ) external returns (uint amountReceived);
                    
                        function exchangeWithTracking(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            address rewardAddress,
                            bytes32 trackingCode
                        ) external returns (uint amountReceived);
                    
                        function exchangeWithTrackingForInitiator(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            address rewardAddress,
                            bytes32 trackingCode
                        ) external returns (uint amountReceived);
                    
                        function exchangeOnBehalfWithTracking(
                            address exchangeForAddress,
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            address rewardAddress,
                            bytes32 trackingCode
                        ) external returns (uint amountReceived);
                    
                        function exchangeWithVirtual(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            bytes32 trackingCode
                        ) external returns (uint amountReceived, IVirtualSynth vSynth);
                    
                        function exchangeAtomically(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            bytes32 trackingCode,
                            uint minAmount
                        ) external returns (uint amountReceived);
                    
                        function issueMaxSynths() external;
                    
                        function issueMaxSynthsOnBehalf(address issueForAddress) external;
                    
                        function issueSynths(uint amount) external;
                    
                        function issueSynthsOnBehalf(address issueForAddress, uint amount) external;
                    
                        function mint() external returns (bool);
                    
                        function settle(bytes32 currencyKey)
                            external
                            returns (
                                uint reclaimed,
                                uint refunded,
                                uint numEntries
                            );
                    
                        // Liquidations
                        function liquidateDelinquentAccount(address account) external returns (bool);
                    
                        function liquidateDelinquentAccountEscrowIndex(address account, uint escrowStartIndex) external returns (bool);
                    
                        function liquidateSelf() external returns (bool);
                    
                        // Restricted Functions
                    
                        function mintSecondary(address account, uint amount) external;
                    
                        function mintSecondaryRewards(uint amount) external;
                    
                        function burnSecondary(address account, uint amount) external;
                    
                        function migrateAccountBalances(address account) external returns (uint totalEscrowRevoked, uint totalLiquidBalance);
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/isystemstatus
                    interface ISystemStatus {
                        struct Status {
                            bool canSuspend;
                            bool canResume;
                        }
                    
                        struct Suspension {
                            bool suspended;
                            // reason is an integer code,
                            // 0 => no reason, 1 => upgrading, 2+ => defined by system usage
                            uint248 reason;
                        }
                    
                        // Views
                        function accessControl(bytes32 section, address account) external view returns (bool canSuspend, bool canResume);
                    
                        function requireSystemActive() external view;
                    
                        function systemSuspended() external view returns (bool);
                    
                        function requireIssuanceActive() external view;
                    
                        function requireExchangeActive() external view;
                    
                        function requireFuturesActive() external view;
                    
                        function requireFuturesMarketActive(bytes32 marketKey) external view;
                    
                        function requireExchangeBetweenSynthsAllowed(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey) external view;
                    
                        function requireSynthActive(bytes32 currencyKey) external view;
                    
                        function synthSuspended(bytes32 currencyKey) external view returns (bool);
                    
                        function requireSynthsActive(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey) external view;
                    
                        function systemSuspension() external view returns (bool suspended, uint248 reason);
                    
                        function issuanceSuspension() external view returns (bool suspended, uint248 reason);
                    
                        function exchangeSuspension() external view returns (bool suspended, uint248 reason);
                    
                        function futuresSuspension() external view returns (bool suspended, uint248 reason);
                    
                        function synthExchangeSuspension(bytes32 currencyKey) external view returns (bool suspended, uint248 reason);
                    
                        function synthSuspension(bytes32 currencyKey) external view returns (bool suspended, uint248 reason);
                    
                        function futuresMarketSuspension(bytes32 marketKey) external view returns (bool suspended, uint248 reason);
                    
                        function getSynthExchangeSuspensions(bytes32[] calldata synths)
                            external
                            view
                            returns (bool[] memory exchangeSuspensions, uint256[] memory reasons);
                    
                        function getSynthSuspensions(bytes32[] calldata synths)
                            external
                            view
                            returns (bool[] memory suspensions, uint256[] memory reasons);
                    
                        function getFuturesMarketSuspensions(bytes32[] calldata marketKeys)
                            external
                            view
                            returns (bool[] memory suspensions, uint256[] memory reasons);
                    
                        // Restricted functions
                        function suspendIssuance(uint256 reason) external;
                    
                        function suspendSynth(bytes32 currencyKey, uint256 reason) external;
                    
                        function suspendFuturesMarket(bytes32 marketKey, uint256 reason) external;
                    
                        function updateAccessControl(
                            bytes32 section,
                            address account,
                            bool canSuspend,
                            bool canResume
                        ) external;
                    }
                    
                    
                    pragma experimental ABIEncoderV2;
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/iexchanger
                    interface IExchanger {
                        struct ExchangeEntrySettlement {
                            bytes32 src;
                            uint amount;
                            bytes32 dest;
                            uint reclaim;
                            uint rebate;
                            uint srcRoundIdAtPeriodEnd;
                            uint destRoundIdAtPeriodEnd;
                            uint timestamp;
                        }
                    
                        struct ExchangeEntry {
                            uint sourceRate;
                            uint destinationRate;
                            uint destinationAmount;
                            uint exchangeFeeRate;
                            uint exchangeDynamicFeeRate;
                            uint roundIdForSrc;
                            uint roundIdForDest;
                            uint sourceAmountAfterSettlement;
                        }
                    
                        // Views
                        function calculateAmountAfterSettlement(
                            address from,
                            bytes32 currencyKey,
                            uint amount,
                            uint refunded
                        ) external view returns (uint amountAfterSettlement);
                    
                        function isSynthRateInvalid(bytes32 currencyKey) external view returns (bool);
                    
                        function maxSecsLeftInWaitingPeriod(address account, bytes32 currencyKey) external view returns (uint);
                    
                        function settlementOwing(address account, bytes32 currencyKey)
                            external
                            view
                            returns (
                                uint reclaimAmount,
                                uint rebateAmount,
                                uint numEntries
                            );
                    
                        function hasWaitingPeriodOrSettlementOwing(address account, bytes32 currencyKey) external view returns (bool);
                    
                        function feeRateForExchange(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey) external view returns (uint);
                    
                        function dynamicFeeRateForExchange(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey)
                            external
                            view
                            returns (uint feeRate, bool tooVolatile);
                    
                        function getAmountsForExchange(
                            uint sourceAmount,
                            bytes32 sourceCurrencyKey,
                            bytes32 destinationCurrencyKey
                        )
                            external
                            view
                            returns (
                                uint amountReceived,
                                uint fee,
                                uint exchangeFeeRate
                            );
                    
                        function priceDeviationThresholdFactor() external view returns (uint);
                    
                        function waitingPeriodSecs() external view returns (uint);
                    
                        function lastExchangeRate(bytes32 currencyKey) external view returns (uint);
                    
                        // Mutative functions
                        function exchange(
                            address exchangeForAddress,
                            address from,
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            address destinationAddress,
                            bool virtualSynth,
                            address rewardAddress,
                            bytes32 trackingCode
                        ) external returns (uint amountReceived, IVirtualSynth vSynth);
                    
                        function exchangeAtomically(
                            address from,
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            address destinationAddress,
                            bytes32 trackingCode,
                            uint minAmount
                        ) external returns (uint amountReceived);
                    
                        function settle(address from, bytes32 currencyKey)
                            external
                            returns (
                                uint reclaimed,
                                uint refunded,
                                uint numEntries
                            );
                    }
                    
                    // Used to have strongly-typed access to internal mutative functions in Synthetix
                    interface ISynthetixInternal {
                        function emitExchangeTracking(
                            bytes32 trackingCode,
                            bytes32 toCurrencyKey,
                            uint256 toAmount,
                            uint256 fee
                        ) external;
                    
                        function emitSynthExchange(
                            address account,
                            bytes32 fromCurrencyKey,
                            uint fromAmount,
                            bytes32 toCurrencyKey,
                            uint toAmount,
                            address toAddress
                        ) external;
                    
                        function emitAtomicSynthExchange(
                            address account,
                            bytes32 fromCurrencyKey,
                            uint fromAmount,
                            bytes32 toCurrencyKey,
                            uint toAmount,
                            address toAddress
                        ) external;
                    
                        function emitExchangeReclaim(
                            address account,
                            bytes32 currencyKey,
                            uint amount
                        ) external;
                    
                        function emitExchangeRebate(
                            address account,
                            bytes32 currencyKey,
                            uint amount
                        ) external;
                    }
                    
                    interface IExchangerInternalDebtCache {
                        function updateCachedSynthDebtsWithRates(bytes32[] calldata currencyKeys, uint[] calldata currencyRates) external;
                    
                        function updateCachedSynthDebts(bytes32[] calldata currencyKeys) external;
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/irewardsdistribution
                    interface IRewardsDistribution {
                        // Structs
                        struct DistributionData {
                            address destination;
                            uint amount;
                        }
                    
                        // Views
                        function authority() external view returns (address);
                    
                        function distributions(uint index) external view returns (address destination, uint amount); // DistributionData
                    
                        function distributionsLength() external view returns (uint);
                    
                        // Mutative Functions
                        function distributeRewards(uint amount) external returns (bool);
                    }
                    
                    
                    interface ILiquidator {
                        // Views
                        function issuanceRatio() external view returns (uint);
                    
                        function liquidationDelay() external view returns (uint);
                    
                        function liquidationRatio() external view returns (uint);
                    
                        function liquidationEscrowDuration() external view returns (uint);
                    
                        function liquidationPenalty() external view returns (uint);
                    
                        function selfLiquidationPenalty() external view returns (uint);
                    
                        function liquidateReward() external view returns (uint);
                    
                        function flagReward() external view returns (uint);
                    
                        function liquidationCollateralRatio() external view returns (uint);
                    
                        function getLiquidationDeadlineForAccount(address account) external view returns (uint);
                    
                        function getLiquidationCallerForAccount(address account) external view returns (address);
                    
                        function isLiquidationOpen(address account, bool isSelfLiquidation) external view returns (bool);
                    
                        function isLiquidationDeadlinePassed(address account) external view returns (bool);
                    
                        function calculateAmountToFixCollateral(
                            uint debtBalance,
                            uint collateral,
                            uint penalty
                        ) external view returns (uint);
                    
                        function liquidationAmounts(address account, bool isSelfLiquidation)
                            external
                            view
                            returns (
                                uint totalRedeemed,
                                uint debtToRemove,
                                uint escrowToLiquidate,
                                uint initialDebtBalance
                            );
                    
                        // Mutative Functions
                        function flagAccountForLiquidation(address account) external;
                    
                        // Restricted: used internally to Synthetix contracts
                        function removeAccountInLiquidation(address account) external;
                    
                        function checkAndRemoveAccountInLiquidation(address account) external;
                    }
                    
                    
                    interface ILiquidatorRewards {
                        // Views
                    
                        function earned(address account) external view returns (uint256);
                    
                        // Mutative
                    
                        function getReward(address account) external;
                    
                        function notifyRewardAmount(uint256 reward) external;
                    
                        function updateEntry(address account) external;
                    }
                    
                    
                    library VestingEntries {
                        struct VestingEntry {
                            uint64 endTime;
                            uint256 escrowAmount;
                        }
                        struct VestingEntryWithID {
                            uint64 endTime;
                            uint256 escrowAmount;
                            uint256 entryID;
                        }
                    }
                    
                    /// SIP-252: this is the interface for immutable V2 escrow (renamed with suffix Frozen).
                    /// These sources need to exist here and match on-chain frozen contracts for tests and reference.
                    /// the reason for the naming mess is that the immutable LiquidatorRewards expects a working
                    /// RewardEscrowV2 resolver entry for its getReward method, so the "new" (would be V3)
                    /// needs to be found at that entry for liq-rewards to function.
                    interface IRewardEscrowV2Frozen {
                        // Views
                        function balanceOf(address account) external view returns (uint);
                    
                        function numVestingEntries(address account) external view returns (uint);
                    
                        function totalEscrowedBalance() external view returns (uint);
                    
                        function totalEscrowedAccountBalance(address account) external view returns (uint);
                    
                        function totalVestedAccountBalance(address account) external view returns (uint);
                    
                        function getVestingQuantity(address account, uint256[] calldata entryIDs) external view returns (uint);
                    
                        function getVestingSchedules(
                            address account,
                            uint256 index,
                            uint256 pageSize
                        ) external view returns (VestingEntries.VestingEntryWithID[] memory);
                    
                        function getAccountVestingEntryIDs(
                            address account,
                            uint256 index,
                            uint256 pageSize
                        ) external view returns (uint256[] memory);
                    
                        function getVestingEntryClaimable(address account, uint256 entryID) external view returns (uint);
                    
                        function getVestingEntry(address account, uint256 entryID) external view returns (uint64, uint256);
                    
                        // Mutative functions
                        function vest(uint256[] calldata entryIDs) external;
                    
                        function createEscrowEntry(
                            address beneficiary,
                            uint256 deposit,
                            uint256 duration
                        ) external;
                    
                        function appendVestingEntry(
                            address account,
                            uint256 quantity,
                            uint256 duration
                        ) external;
                    
                        function migrateVestingSchedule(address _addressToMigrate) external;
                    
                        function migrateAccountEscrowBalances(
                            address[] calldata accounts,
                            uint256[] calldata escrowBalances,
                            uint256[] calldata vestedBalances
                        ) external;
                    
                        // Account Merging
                        function startMergingWindow() external;
                    
                        function mergeAccount(address accountToMerge, uint256[] calldata entryIDs) external;
                    
                        function nominateAccountToMerge(address account) external;
                    
                        function accountMergingIsOpen() external view returns (bool);
                    
                        // L2 Migration
                        function importVestingEntries(
                            address account,
                            uint256 escrowedAmount,
                            VestingEntries.VestingEntry[] calldata vestingEntries
                        ) external;
                    
                        // Return amount of SNX transfered to SynthetixBridgeToOptimism deposit contract
                        function burnForMigration(address account, uint256[] calldata entryIDs)
                            external
                            returns (uint256 escrowedAccountBalance, VestingEntries.VestingEntry[] memory vestingEntries);
                    
                        function nextEntryId() external view returns (uint);
                    
                        function vestingSchedules(address account, uint256 entryId) external view returns (VestingEntries.VestingEntry memory);
                    
                        function accountVestingEntryIDs(address account, uint256 index) external view returns (uint);
                    
                        //function totalEscrowedAccountBalance(address account) external view returns (uint);
                        //function totalVestedAccountBalance(address account) external view returns (uint);
                    }
                    
                    
                    interface IRewardEscrowV2Storage {
                        /// Views
                        function numVestingEntries(address account) external view returns (uint);
                    
                        function totalEscrowedAccountBalance(address account) external view returns (uint);
                    
                        function totalVestedAccountBalance(address account) external view returns (uint);
                    
                        function totalEscrowedBalance() external view returns (uint);
                    
                        function nextEntryId() external view returns (uint);
                    
                        function vestingSchedules(address account, uint256 entryId) external view returns (VestingEntries.VestingEntry memory);
                    
                        function accountVestingEntryIDs(address account, uint256 index) external view returns (uint);
                    
                        /// Mutative
                        function setZeroAmount(address account, uint entryId) external;
                    
                        function setZeroAmountUntilTarget(
                            address account,
                            uint startIndex,
                            uint targetAmount
                        )
                            external
                            returns (
                                uint total,
                                uint endIndex,
                                uint lastEntryTime
                            );
                    
                        function updateEscrowAccountBalance(address account, int delta) external;
                    
                        function updateVestedAccountBalance(address account, int delta) external;
                    
                        function updateTotalEscrowedBalance(int delta) external;
                    
                        function addVestingEntry(address account, VestingEntries.VestingEntry calldata entry) external returns (uint);
                    
                        // setFallbackRewardEscrow is used for configuration but not used by contracts
                    }
                    
                    /// this should remain backwards compatible to IRewardEscrowV2Frozen
                    /// ideally this would be done by inheriting from that interface
                    /// but solidity v0.5 doesn't support interface inheritance
                    interface IRewardEscrowV2 {
                        // Views
                        function balanceOf(address account) external view returns (uint);
                    
                        function numVestingEntries(address account) external view returns (uint);
                    
                        function totalEscrowedBalance() external view returns (uint);
                    
                        function totalEscrowedAccountBalance(address account) external view returns (uint);
                    
                        function totalVestedAccountBalance(address account) external view returns (uint);
                    
                        function getVestingQuantity(address account, uint256[] calldata entryIDs) external view returns (uint);
                    
                        function getVestingSchedules(
                            address account,
                            uint256 index,
                            uint256 pageSize
                        ) external view returns (VestingEntries.VestingEntryWithID[] memory);
                    
                        function getAccountVestingEntryIDs(
                            address account,
                            uint256 index,
                            uint256 pageSize
                        ) external view returns (uint256[] memory);
                    
                        function getVestingEntryClaimable(address account, uint256 entryID) external view returns (uint);
                    
                        function getVestingEntry(address account, uint256 entryID) external view returns (uint64, uint256);
                    
                        // Mutative functions
                        function vest(uint256[] calldata entryIDs) external;
                    
                        function createEscrowEntry(
                            address beneficiary,
                            uint256 deposit,
                            uint256 duration
                        ) external;
                    
                        function appendVestingEntry(
                            address account,
                            uint256 quantity,
                            uint256 duration
                        ) external;
                    
                        function migrateVestingSchedule(address _addressToMigrate) external;
                    
                        function migrateAccountEscrowBalances(
                            address[] calldata accounts,
                            uint256[] calldata escrowBalances,
                            uint256[] calldata vestedBalances
                        ) external;
                    
                        // Account Merging
                        function startMergingWindow() external;
                    
                        function mergeAccount(address accountToMerge, uint256[] calldata entryIDs) external;
                    
                        function nominateAccountToMerge(address account) external;
                    
                        function accountMergingIsOpen() external view returns (bool);
                    
                        // L2 Migration
                        function importVestingEntries(
                            address account,
                            uint256 escrowedAmount,
                            VestingEntries.VestingEntry[] calldata vestingEntries
                        ) external;
                    
                        // Return amount of SNX transfered to SynthetixBridgeToOptimism deposit contract
                        function burnForMigration(address account, uint256[] calldata entryIDs)
                            external
                            returns (uint256 escrowedAccountBalance, VestingEntries.VestingEntry[] memory vestingEntries);
                    
                        function nextEntryId() external view returns (uint);
                    
                        function vestingSchedules(address account, uint256 entryId) external view returns (VestingEntries.VestingEntry memory);
                    
                        function accountVestingEntryIDs(address account, uint256 index) external view returns (uint);
                    
                        /// below are methods not available in IRewardEscrowV2Frozen
                    
                        // revoke entries for liquidations (access controlled to Synthetix)
                        function revokeFrom(
                            address account,
                            address recipient,
                            uint targetAmount,
                            uint startIndex
                        ) external;
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Internal references
                    
                    
                    contract BaseSynthetix is IERC20, ExternStateToken, MixinResolver, ISynthetix {
                        // ========== STATE VARIABLES ==========
                    
                        // Available Synths which can be used with the system
                        string public constant TOKEN_NAME = "Synthetix Network Token";
                        string public constant TOKEN_SYMBOL = "SNX";
                        uint8 public constant DECIMALS = 18;
                        bytes32 public constant sUSD = "sUSD";
                    
                        // ========== ADDRESS RESOLVER CONFIGURATION ==========
                        bytes32 private constant CONTRACT_SYSTEMSTATUS = "SystemStatus";
                        bytes32 private constant CONTRACT_EXCHANGER = "Exchanger";
                        bytes32 private constant CONTRACT_ISSUER = "Issuer";
                        bytes32 private constant CONTRACT_REWARDSDISTRIBUTION = "RewardsDistribution";
                        bytes32 private constant CONTRACT_LIQUIDATORREWARDS = "LiquidatorRewards";
                        bytes32 private constant CONTRACT_LIQUIDATOR = "Liquidator";
                        bytes32 private constant CONTRACT_REWARDESCROW_V2 = "RewardEscrowV2";
                        bytes32 private constant CONTRACT_V3_LEGACYMARKET = "LegacyMarket";
                        bytes32 private constant CONTRACT_DEBT_MIGRATOR_ON_ETHEREUM = "DebtMigratorOnEthereum";
                    
                        // ========== CONSTRUCTOR ==========
                    
                        constructor(
                            address payable _proxy,
                            TokenState _tokenState,
                            address _owner,
                            uint _totalSupply,
                            address _resolver
                        )
                            public
                            ExternStateToken(_proxy, _tokenState, TOKEN_NAME, TOKEN_SYMBOL, _totalSupply, DECIMALS, _owner)
                            MixinResolver(_resolver)
                        {}
                    
                        // ========== VIEWS ==========
                    
                        // Note: use public visibility so that it can be invoked in a subclass
                        function resolverAddressesRequired() public view returns (bytes32[] memory addresses) {
                            addresses = new bytes32[](7);
                            addresses[0] = CONTRACT_SYSTEMSTATUS;
                            addresses[1] = CONTRACT_EXCHANGER;
                            addresses[2] = CONTRACT_ISSUER;
                            addresses[3] = CONTRACT_REWARDSDISTRIBUTION;
                            addresses[4] = CONTRACT_LIQUIDATORREWARDS;
                            addresses[5] = CONTRACT_LIQUIDATOR;
                            addresses[6] = CONTRACT_REWARDESCROW_V2;
                        }
                    
                        function systemStatus() internal view returns (ISystemStatus) {
                            return ISystemStatus(requireAndGetAddress(CONTRACT_SYSTEMSTATUS));
                        }
                    
                        function exchanger() internal view returns (IExchanger) {
                            return IExchanger(requireAndGetAddress(CONTRACT_EXCHANGER));
                        }
                    
                        function issuer() internal view returns (IIssuer) {
                            return IIssuer(requireAndGetAddress(CONTRACT_ISSUER));
                        }
                    
                        function rewardsDistribution() internal view returns (IRewardsDistribution) {
                            return IRewardsDistribution(requireAndGetAddress(CONTRACT_REWARDSDISTRIBUTION));
                        }
                    
                        function liquidatorRewards() internal view returns (ILiquidatorRewards) {
                            return ILiquidatorRewards(requireAndGetAddress(CONTRACT_LIQUIDATORREWARDS));
                        }
                    
                        function rewardEscrowV2() internal view returns (IRewardEscrowV2) {
                            return IRewardEscrowV2(requireAndGetAddress(CONTRACT_REWARDESCROW_V2));
                        }
                    
                        function liquidator() internal view returns (ILiquidator) {
                            return ILiquidator(requireAndGetAddress(CONTRACT_LIQUIDATOR));
                        }
                    
                        function debtBalanceOf(address account, bytes32 currencyKey) external view returns (uint) {
                            return issuer().debtBalanceOf(account, currencyKey);
                        }
                    
                        function totalIssuedSynths(bytes32 currencyKey) external view returns (uint) {
                            return issuer().totalIssuedSynths(currencyKey, false);
                        }
                    
                        function totalIssuedSynthsExcludeOtherCollateral(bytes32 currencyKey) external view returns (uint) {
                            return issuer().totalIssuedSynths(currencyKey, true);
                        }
                    
                        function availableCurrencyKeys() external view returns (bytes32[] memory) {
                            return issuer().availableCurrencyKeys();
                        }
                    
                        function availableSynthCount() external view returns (uint) {
                            return issuer().availableSynthCount();
                        }
                    
                        function availableSynths(uint index) external view returns (ISynth) {
                            return issuer().availableSynths(index);
                        }
                    
                        function synths(bytes32 currencyKey) external view returns (ISynth) {
                            return issuer().synths(currencyKey);
                        }
                    
                        function synthsByAddress(address synthAddress) external view returns (bytes32) {
                            return issuer().synthsByAddress(synthAddress);
                        }
                    
                        function isWaitingPeriod(bytes32 currencyKey) external view returns (bool) {
                            return exchanger().maxSecsLeftInWaitingPeriod(messageSender, currencyKey) > 0;
                        }
                    
                        function anySynthOrSNXRateIsInvalid() external view returns (bool anyRateInvalid) {
                            return issuer().anySynthOrSNXRateIsInvalid();
                        }
                    
                        function maxIssuableSynths(address account) external view returns (uint maxIssuable) {
                            return issuer().maxIssuableSynths(account);
                        }
                    
                        function remainingIssuableSynths(address account)
                            external
                            view
                            returns (
                                uint maxIssuable,
                                uint alreadyIssued,
                                uint totalSystemDebt
                            )
                        {
                            return issuer().remainingIssuableSynths(account);
                        }
                    
                        function collateralisationRatio(address _issuer) external view returns (uint) {
                            return issuer().collateralisationRatio(_issuer);
                        }
                    
                        function collateral(address account) external view returns (uint) {
                            return issuer().collateral(account);
                        }
                    
                        function transferableSynthetix(address account) external view returns (uint transferable) {
                            (transferable, ) = issuer().transferableSynthetixAndAnyRateIsInvalid(account, tokenState.balanceOf(account));
                        }
                    
                        /// the index of the first non zero RewardEscrowV2 entry for an account in order of iteration over accountVestingEntryIDs.
                        /// This is intended as a convenience off-chain view for liquidators to calculate the startIndex to pass
                        /// into liquidateDelinquentAccountEscrowIndex to save gas.
                        function getFirstNonZeroEscrowIndex(address account) external view returns (uint) {
                            uint numIds = rewardEscrowV2().numVestingEntries(account);
                            uint entryID;
                            VestingEntries.VestingEntry memory entry;
                            for (uint i = 0; i < numIds; i++) {
                                entryID = rewardEscrowV2().accountVestingEntryIDs(account, i);
                                entry = rewardEscrowV2().vestingSchedules(account, entryID);
                                if (entry.escrowAmount > 0) {
                                    return i;
                                }
                            }
                            revert("all entries are zero");
                        }
                    
                        function _canTransfer(address account, uint value) internal view returns (bool) {
                            // Always allow legacy market to transfer
                            // note if legacy market is not yet available this will just return 0 address and it  will never be true
                            address legacyMarketAddress = resolver.getAddress(CONTRACT_V3_LEGACYMARKET);
                            if ((messageSender != address(0) && messageSender == legacyMarketAddress) || account == legacyMarketAddress) {
                                return true;
                            }
                    
                            if (issuer().debtBalanceOf(account, sUSD) > 0) {
                                (uint transferable, bool anyRateIsInvalid) =
                                    issuer().transferableSynthetixAndAnyRateIsInvalid(account, tokenState.balanceOf(account));
                                require(value <= transferable, "Cannot transfer staked or escrowed SNX");
                                require(!anyRateIsInvalid, "A synth or SNX rate is invalid");
                            }
                    
                            return true;
                        }
                    
                        // ========== MUTATIVE FUNCTIONS ==========
                    
                        function exchange(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey
                        ) external exchangeActive(sourceCurrencyKey, destinationCurrencyKey) optionalProxy returns (uint amountReceived) {
                            (amountReceived, ) = exchanger().exchange(
                                messageSender,
                                messageSender,
                                sourceCurrencyKey,
                                sourceAmount,
                                destinationCurrencyKey,
                                messageSender,
                                false,
                                messageSender,
                                bytes32(0)
                            );
                        }
                    
                        function exchangeOnBehalf(
                            address exchangeForAddress,
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey
                        ) external exchangeActive(sourceCurrencyKey, destinationCurrencyKey) optionalProxy returns (uint amountReceived) {
                            (amountReceived, ) = exchanger().exchange(
                                exchangeForAddress,
                                messageSender,
                                sourceCurrencyKey,
                                sourceAmount,
                                destinationCurrencyKey,
                                exchangeForAddress,
                                false,
                                exchangeForAddress,
                                bytes32(0)
                            );
                        }
                    
                        function settle(bytes32 currencyKey)
                            external
                            optionalProxy
                            returns (
                                uint reclaimed,
                                uint refunded,
                                uint numEntriesSettled
                            )
                        {
                            return exchanger().settle(messageSender, currencyKey);
                        }
                    
                        function exchangeWithTracking(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            address rewardAddress,
                            bytes32 trackingCode
                        ) external exchangeActive(sourceCurrencyKey, destinationCurrencyKey) optionalProxy returns (uint amountReceived) {
                            (amountReceived, ) = exchanger().exchange(
                                messageSender,
                                messageSender,
                                sourceCurrencyKey,
                                sourceAmount,
                                destinationCurrencyKey,
                                messageSender,
                                false,
                                rewardAddress,
                                trackingCode
                            );
                        }
                    
                        function exchangeOnBehalfWithTracking(
                            address exchangeForAddress,
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            address rewardAddress,
                            bytes32 trackingCode
                        ) external exchangeActive(sourceCurrencyKey, destinationCurrencyKey) optionalProxy returns (uint amountReceived) {
                            (amountReceived, ) = exchanger().exchange(
                                exchangeForAddress,
                                messageSender,
                                sourceCurrencyKey,
                                sourceAmount,
                                destinationCurrencyKey,
                                exchangeForAddress,
                                false,
                                rewardAddress,
                                trackingCode
                            );
                        }
                    
                        function transfer(address to, uint value) external onlyProxyOrInternal systemActive returns (bool) {
                            // Ensure they're not trying to exceed their locked amount -- only if they have debt.
                            _canTransfer(messageSender, value);
                    
                            // Perform the transfer: if there is a problem an exception will be thrown in this call.
                            _transferByProxy(messageSender, to, value);
                    
                            return true;
                        }
                    
                        function transferFrom(
                            address from,
                            address to,
                            uint value
                        ) external onlyProxyOrInternal systemActive returns (bool) {
                            // Ensure they're not trying to exceed their locked amount -- only if they have debt.
                            _canTransfer(from, value);
                    
                            // Perform the transfer: if there is a problem,
                            // an exception will be thrown in this call.
                            return _transferFromByProxy(messageSender, from, to, value);
                        }
                    
                        // SIP-252: migration of SNX token balance from old to new escrow rewards contract
                        function migrateEscrowContractBalance() external onlyOwner {
                            address from = resolver.requireAndGetAddress("RewardEscrowV2Frozen", "Old escrow address unset");
                            // technically the below could use `rewardEscrowV2()`, but in the case of a migration it's better to avoid
                            // using the cached value and read the most updated one directly from the resolver
                            address to = resolver.requireAndGetAddress("RewardEscrowV2", "New escrow address unset");
                            require(to != from, "cannot migrate to same address");
                    
                            uint currentBalance = tokenState.balanceOf(from);
                            // allow no-op for idempotent migration steps in case action was performed already
                            if (currentBalance > 0) {
                                _internalTransfer(from, to, currentBalance);
                            }
                        }
                    
                        function issueSynths(uint amount) external issuanceActive optionalProxy {
                            return issuer().issueSynths(messageSender, amount);
                        }
                    
                        function issueSynthsOnBehalf(address issueForAddress, uint amount) external issuanceActive optionalProxy {
                            return issuer().issueSynthsOnBehalf(issueForAddress, messageSender, amount);
                        }
                    
                        function issueMaxSynths() external issuanceActive optionalProxy {
                            return issuer().issueMaxSynths(messageSender);
                        }
                    
                        function issueMaxSynthsOnBehalf(address issueForAddress) external issuanceActive optionalProxy {
                            return issuer().issueMaxSynthsOnBehalf(issueForAddress, messageSender);
                        }
                    
                        function burnSynths(uint amount) external issuanceActive optionalProxy {
                            return issuer().burnSynths(messageSender, amount);
                        }
                    
                        function burnSynthsOnBehalf(address burnForAddress, uint amount) external issuanceActive optionalProxy {
                            return issuer().burnSynthsOnBehalf(burnForAddress, messageSender, amount);
                        }
                    
                        function burnSynthsToTarget() external issuanceActive optionalProxy {
                            return issuer().burnSynthsToTarget(messageSender);
                        }
                    
                        function burnSynthsToTargetOnBehalf(address burnForAddress) external issuanceActive optionalProxy {
                            return issuer().burnSynthsToTargetOnBehalf(burnForAddress, messageSender);
                        }
                    
                        /// @notice Force liquidate a delinquent account and distribute the redeemed SNX rewards amongst the appropriate recipients.
                        /// @dev The SNX transfers will revert if the amount to send is more than balanceOf account (i.e. due to escrowed balance).
                        function liquidateDelinquentAccount(address account) external systemActive optionalProxy returns (bool) {
                            return _liquidateDelinquentAccount(account, 0, messageSender);
                        }
                    
                        /// @param escrowStartIndex: index into the account's vesting entries list to start iterating from
                        /// when liquidating from escrow in order to save gas (the default method uses 0 as default)
                        function liquidateDelinquentAccountEscrowIndex(address account, uint escrowStartIndex)
                            external
                            systemActive
                            optionalProxy
                            returns (bool)
                        {
                            return _liquidateDelinquentAccount(account, escrowStartIndex, messageSender);
                        }
                    
                        /// @notice Force liquidate a delinquent account and distribute the redeemed SNX rewards amongst the appropriate recipients.
                        /// @dev The SNX transfers will revert if the amount to send is more than balanceOf account (i.e. due to escrowed balance).
                        function _liquidateDelinquentAccount(
                            address account,
                            uint escrowStartIndex,
                            address liquidatorAccount
                        ) internal returns (bool) {
                            // ensure the user has no liquidation rewards (also counted towards collateral) outstanding
                            liquidatorRewards().getReward(account);
                    
                            (uint totalRedeemed, uint debtToRemove, uint escrowToLiquidate) = issuer().liquidateAccount(account, false);
                    
                            // This transfers the to-be-liquidated part of escrow to the account (!) as liquid SNX.
                            // It is transferred to the account instead of to the rewards because of the liquidator / flagger
                            // rewards that may need to be paid (so need to be transferrable, to avoid edge cases)
                            if (escrowToLiquidate > 0) {
                                rewardEscrowV2().revokeFrom(account, account, escrowToLiquidate, escrowStartIndex);
                            }
                    
                            emitAccountLiquidated(account, totalRedeemed, debtToRemove, liquidatorAccount);
                    
                            // First, pay out the flag and liquidate rewards.
                            uint flagReward = liquidator().flagReward();
                            uint liquidateReward = liquidator().liquidateReward();
                    
                            // Transfer the flagReward to the account who flagged this account for liquidation.
                            address flagger = liquidator().getLiquidationCallerForAccount(account);
                            bool flagRewardTransferSucceeded = _transferByProxy(account, flagger, flagReward);
                            require(flagRewardTransferSucceeded, "Flag reward transfer did not succeed");
                    
                            // Transfer the liquidateReward to liquidator (the account who invoked this liquidation).
                            bool liquidateRewardTransferSucceeded = _transferByProxy(account, liquidatorAccount, liquidateReward);
                            require(liquidateRewardTransferSucceeded, "Liquidate reward transfer did not succeed");
                    
                            if (totalRedeemed > 0) {
                                // Send the remaining SNX to the LiquidatorRewards contract.
                                bool liquidatorRewardTransferSucceeded = _transferByProxy(account, address(liquidatorRewards()), totalRedeemed);
                                require(liquidatorRewardTransferSucceeded, "Transfer to LiquidatorRewards failed");
                    
                                // Inform the LiquidatorRewards contract about the incoming SNX rewards.
                                liquidatorRewards().notifyRewardAmount(totalRedeemed);
                            }
                    
                            return true;
                        }
                    
                        /// @notice Allows an account to self-liquidate anytime its c-ratio is below the target issuance ratio.
                        function liquidateSelf() external systemActive optionalProxy returns (bool) {
                            require(resolver.getAddress(CONTRACT_V3_LEGACYMARKET) == address(0), "Must liquidate using V3");
                    
                            // must store liquidated account address because below functions may attempt to transfer SNX which changes messageSender
                            address liquidatedAccount = messageSender;
                    
                            // ensure the user has no liquidation rewards (also counted towards collateral) outstanding
                            liquidatorRewards().getReward(liquidatedAccount);
                    
                            // Self liquidate the account (`isSelfLiquidation` flag must be set to `true`).
                            // escrowToLiquidate is unused because it cannot be used for self-liquidations
                            (uint totalRedeemed, uint debtRemoved, ) = issuer().liquidateAccount(liquidatedAccount, true);
                            require(debtRemoved > 0, "cannot self liquidate");
                    
                            emitAccountLiquidated(liquidatedAccount, totalRedeemed, debtRemoved, liquidatedAccount);
                    
                            // Transfer the redeemed SNX to the LiquidatorRewards contract.
                            // Reverts if amount to redeem is more than balanceOf account (i.e. due to escrowed balance).
                            bool success = _transferByProxy(liquidatedAccount, address(liquidatorRewards()), totalRedeemed);
                            require(success, "Transfer to LiquidatorRewards failed");
                    
                            // Inform the LiquidatorRewards contract about the incoming SNX rewards.
                            liquidatorRewards().notifyRewardAmount(totalRedeemed);
                    
                            return success;
                        }
                    
                        function migrateAccountBalances(address account)
                            external
                            systemActive
                            returns (uint totalEscrowRevoked, uint totalLiquidBalance)
                        {
                            address debtMigratorOnEthereum = resolver.getAddress(CONTRACT_DEBT_MIGRATOR_ON_ETHEREUM);
                            require(
                                msg.sender == debtMigratorOnEthereum || msg.sender == resolver.getAddress(CONTRACT_V3_LEGACYMARKET),
                                "Only L1 DebtMigrator or LegacyMarket"
                            );
                    
                            // get their liquid SNX balance and transfer it to the migrator contract
                            totalLiquidBalance = tokenState.balanceOf(account);
                            if (totalLiquidBalance > 0) {
                                bool succeeded = _transferByProxy(account, msg.sender, totalLiquidBalance);
                                require(succeeded, "snx transfer failed");
                            }
                    
                            // get their escrowed SNX balance and revoke it all
                            totalEscrowRevoked = rewardEscrowV2().totalEscrowedAccountBalance(account);
                            if (totalEscrowRevoked > 0) {
                                rewardEscrowV2().revokeFrom(account, msg.sender, totalEscrowRevoked, 0);
                            }
                        }
                    
                        function exchangeWithTrackingForInitiator(
                            bytes32,
                            uint,
                            bytes32,
                            address,
                            bytes32
                        ) external returns (uint) {
                            _notImplemented();
                        }
                    
                        function exchangeWithVirtual(
                            bytes32,
                            uint,
                            bytes32,
                            bytes32
                        ) external returns (uint, IVirtualSynth) {
                            _notImplemented();
                        }
                    
                        function exchangeAtomically(
                            bytes32,
                            uint,
                            bytes32,
                            bytes32,
                            uint
                        ) external returns (uint) {
                            _notImplemented();
                        }
                    
                        function mint() external returns (bool) {
                            _notImplemented();
                        }
                    
                        function mintSecondary(address, uint) external {
                            _notImplemented();
                        }
                    
                        function mintSecondaryRewards(uint) external {
                            _notImplemented();
                        }
                    
                        function burnSecondary(address, uint) external {
                            _notImplemented();
                        }
                    
                        function _notImplemented() internal pure {
                            revert("Cannot be run on this layer");
                        }
                    
                        // ========== MODIFIERS ==========
                    
                        modifier systemActive() {
                            _systemActive();
                            _;
                        }
                    
                        function _systemActive() private view {
                            systemStatus().requireSystemActive();
                        }
                    
                        modifier issuanceActive() {
                            _issuanceActive();
                            _;
                        }
                    
                        function _issuanceActive() private view {
                            systemStatus().requireIssuanceActive();
                        }
                    
                        modifier exchangeActive(bytes32 src, bytes32 dest) {
                            _exchangeActive(src, dest);
                            _;
                        }
                    
                        function _exchangeActive(bytes32 src, bytes32 dest) private view {
                            systemStatus().requireExchangeBetweenSynthsAllowed(src, dest);
                        }
                    
                        modifier onlyExchanger() {
                            _onlyExchanger();
                            _;
                        }
                    
                        function _onlyExchanger() private view {
                            require(msg.sender == address(exchanger()), "Only Exchanger can invoke this");
                        }
                    
                        modifier onlyProxyOrInternal {
                            _onlyProxyOrInternal();
                            _;
                        }
                    
                        function _onlyProxyOrInternal() internal {
                            if (msg.sender == address(proxy)) {
                                // allow proxy through, messageSender should be already set correctly
                                return;
                            } else if (_isInternalTransferCaller(msg.sender)) {
                                // optionalProxy behaviour only for the internal legacy contracts
                                messageSender = msg.sender;
                            } else {
                                revert("Only the proxy can call");
                            }
                        }
                    
                        /// some legacy internal contracts use transfer methods directly on implementation
                        /// which isn't supported due to SIP-238 for other callers
                        function _isInternalTransferCaller(address caller) internal view returns (bool) {
                            // These entries are not required or cached in order to allow them to not exist (==address(0))
                            // e.g. due to not being available on L2 or at some future point in time.
                            return
                                // ordered to reduce gas for more frequent calls, bridge first, vesting and migrating after, legacy last
                                caller == resolver.getAddress("SynthetixBridgeToOptimism") ||
                                caller == resolver.getAddress("RewardEscrowV2") ||
                                caller == resolver.getAddress("DebtMigratorOnOptimism") ||
                                // legacy contracts
                                caller == resolver.getAddress("RewardEscrow") ||
                                caller == resolver.getAddress("SynthetixEscrow") ||
                                caller == resolver.getAddress("Depot");
                        }
                    
                        // ========== EVENTS ==========
                        event AccountLiquidated(address indexed account, uint snxRedeemed, uint amountLiquidated, address liquidator);
                        bytes32 internal constant ACCOUNTLIQUIDATED_SIG = keccak256("AccountLiquidated(address,uint256,uint256,address)");
                    
                        function emitAccountLiquidated(
                            address account,
                            uint256 snxRedeemed,
                            uint256 amountLiquidated,
                            address liquidator
                        ) internal {
                            proxy._emit(
                                abi.encode(snxRedeemed, amountLiquidated, liquidator),
                                2,
                                ACCOUNTLIQUIDATED_SIG,
                                addressToBytes32(account),
                                0,
                                0
                            );
                        }
                    
                        event SynthExchange(
                            address indexed account,
                            bytes32 fromCurrencyKey,
                            uint256 fromAmount,
                            bytes32 toCurrencyKey,
                            uint256 toAmount,
                            address toAddress
                        );
                        bytes32 internal constant SYNTH_EXCHANGE_SIG =
                            keccak256("SynthExchange(address,bytes32,uint256,bytes32,uint256,address)");
                    
                        function emitSynthExchange(
                            address account,
                            bytes32 fromCurrencyKey,
                            uint256 fromAmount,
                            bytes32 toCurrencyKey,
                            uint256 toAmount,
                            address toAddress
                        ) external onlyExchanger {
                            proxy._emit(
                                abi.encode(fromCurrencyKey, fromAmount, toCurrencyKey, toAmount, toAddress),
                                2,
                                SYNTH_EXCHANGE_SIG,
                                addressToBytes32(account),
                                0,
                                0
                            );
                        }
                    
                        event ExchangeTracking(bytes32 indexed trackingCode, bytes32 toCurrencyKey, uint256 toAmount, uint256 fee);
                        bytes32 internal constant EXCHANGE_TRACKING_SIG = keccak256("ExchangeTracking(bytes32,bytes32,uint256,uint256)");
                    
                        function emitExchangeTracking(
                            bytes32 trackingCode,
                            bytes32 toCurrencyKey,
                            uint256 toAmount,
                            uint256 fee
                        ) external onlyExchanger {
                            proxy._emit(abi.encode(toCurrencyKey, toAmount, fee), 2, EXCHANGE_TRACKING_SIG, trackingCode, 0, 0);
                        }
                    
                        event ExchangeReclaim(address indexed account, bytes32 currencyKey, uint amount);
                        bytes32 internal constant EXCHANGERECLAIM_SIG = keccak256("ExchangeReclaim(address,bytes32,uint256)");
                    
                        function emitExchangeReclaim(
                            address account,
                            bytes32 currencyKey,
                            uint256 amount
                        ) external onlyExchanger {
                            proxy._emit(abi.encode(currencyKey, amount), 2, EXCHANGERECLAIM_SIG, addressToBytes32(account), 0, 0);
                        }
                    
                        event ExchangeRebate(address indexed account, bytes32 currencyKey, uint amount);
                        bytes32 internal constant EXCHANGEREBATE_SIG = keccak256("ExchangeRebate(address,bytes32,uint256)");
                    
                        function emitExchangeRebate(
                            address account,
                            bytes32 currencyKey,
                            uint256 amount
                        ) external onlyExchanger {
                            proxy._emit(abi.encode(currencyKey, amount), 2, EXCHANGEREBATE_SIG, addressToBytes32(account), 0, 0);
                        }
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/irewardescrow
                    interface IRewardEscrow {
                        // Views
                        function balanceOf(address account) external view returns (uint);
                    
                        function numVestingEntries(address account) external view returns (uint);
                    
                        function totalEscrowedAccountBalance(address account) external view returns (uint);
                    
                        function totalVestedAccountBalance(address account) external view returns (uint);
                    
                        function getVestingScheduleEntry(address account, uint index) external view returns (uint[2] memory);
                    
                        function getNextVestingIndex(address account) external view returns (uint);
                    
                        // Mutative functions
                        function appendVestingEntry(address account, uint quantity) external;
                    
                        function vest() external;
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/isupplyschedule
                    interface ISupplySchedule {
                        // Views
                        function mintableSupply() external view returns (uint);
                    
                        function isMintable() external view returns (bool);
                    
                        function minterReward() external view returns (uint);
                    
                        // Mutative functions
                        function recordMintEvent(uint supplyMinted) external returns (uint);
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/synthetix
                    contract Synthetix is BaseSynthetix {
                        bytes32 public constant CONTRACT_NAME = "Synthetix";
                    
                        // ========== ADDRESS RESOLVER CONFIGURATION ==========
                        bytes32 private constant CONTRACT_REWARD_ESCROW = "RewardEscrow";
                        bytes32 private constant CONTRACT_SUPPLYSCHEDULE = "SupplySchedule";
                    
                        // ========== CONSTRUCTOR ==========
                    
                        constructor(
                            address payable _proxy,
                            TokenState _tokenState,
                            address _owner,
                            uint _totalSupply,
                            address _resolver
                        ) public BaseSynthetix(_proxy, _tokenState, _owner, _totalSupply, _resolver) {}
                    
                        function resolverAddressesRequired() public view returns (bytes32[] memory addresses) {
                            bytes32[] memory existingAddresses = BaseSynthetix.resolverAddressesRequired();
                            bytes32[] memory newAddresses = new bytes32[](2);
                            newAddresses[0] = CONTRACT_REWARD_ESCROW;
                            newAddresses[1] = CONTRACT_SUPPLYSCHEDULE;
                            return combineArrays(existingAddresses, newAddresses);
                        }
                    
                        // ========== VIEWS ==========
                    
                        function rewardEscrow() internal view returns (IRewardEscrow) {
                            return IRewardEscrow(requireAndGetAddress(CONTRACT_REWARD_ESCROW));
                        }
                    
                        function supplySchedule() internal view returns (ISupplySchedule) {
                            return ISupplySchedule(requireAndGetAddress(CONTRACT_SUPPLYSCHEDULE));
                        }
                    
                        // ========== OVERRIDDEN FUNCTIONS ==========
                    
                        function exchangeWithVirtual(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            bytes32 trackingCode
                        )
                            external
                            exchangeActive(sourceCurrencyKey, destinationCurrencyKey)
                            optionalProxy
                            returns (uint amountReceived, IVirtualSynth vSynth)
                        {
                            return
                                exchanger().exchange(
                                    messageSender,
                                    messageSender,
                                    sourceCurrencyKey,
                                    sourceAmount,
                                    destinationCurrencyKey,
                                    messageSender,
                                    true,
                                    messageSender,
                                    trackingCode
                                );
                        }
                    
                        // SIP-140 The initiating user of this exchange will receive the proceeds of the exchange
                        // Note: this function may have unintended consequences if not understood correctly. Please
                        // read SIP-140 for more information on the use-case
                        function exchangeWithTrackingForInitiator(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            address rewardAddress,
                            bytes32 trackingCode
                        ) external exchangeActive(sourceCurrencyKey, destinationCurrencyKey) optionalProxy returns (uint amountReceived) {
                            (amountReceived, ) = exchanger().exchange(
                                messageSender,
                                messageSender,
                                sourceCurrencyKey,
                                sourceAmount,
                                destinationCurrencyKey,
                                // solhint-disable avoid-tx-origin
                                tx.origin,
                                false,
                                rewardAddress,
                                trackingCode
                            );
                        }
                    
                        function exchangeAtomically(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            bytes32 trackingCode,
                            uint minAmount
                        ) external exchangeActive(sourceCurrencyKey, destinationCurrencyKey) optionalProxy returns (uint amountReceived) {
                            return
                                exchanger().exchangeAtomically(
                                    messageSender,
                                    sourceCurrencyKey,
                                    sourceAmount,
                                    destinationCurrencyKey,
                                    messageSender,
                                    trackingCode,
                                    minAmount
                                );
                        }
                    
                        function settle(bytes32 currencyKey)
                            external
                            optionalProxy
                            returns (
                                uint reclaimed,
                                uint refunded,
                                uint numEntriesSettled
                            )
                        {
                            return exchanger().settle(messageSender, currencyKey);
                        }
                    
                        function mint() external issuanceActive returns (bool) {
                            require(address(rewardsDistribution()) != address(0), "RewardsDistribution not set");
                    
                            ISupplySchedule _supplySchedule = supplySchedule();
                            IRewardsDistribution _rewardsDistribution = rewardsDistribution();
                    
                            uint supplyToMint = _supplySchedule.mintableSupply();
                            require(supplyToMint > 0, "No supply is mintable");
                    
                            emitTransfer(address(0), address(this), supplyToMint);
                    
                            // record minting event before mutation to token supply
                            uint minterReward = _supplySchedule.recordMintEvent(supplyToMint);
                    
                            // Set minted SNX balance to RewardEscrow's balance
                            // Minus the minterReward and set balance of minter to add reward
                            uint amountToDistribute = supplyToMint.sub(minterReward);
                    
                            // Set the token balance to the RewardsDistribution contract
                            tokenState.setBalanceOf(
                                address(_rewardsDistribution),
                                tokenState.balanceOf(address(_rewardsDistribution)).add(amountToDistribute)
                            );
                            emitTransfer(address(this), address(_rewardsDistribution), amountToDistribute);
                    
                            // Kick off the distribution of rewards
                            _rewardsDistribution.distributeRewards(amountToDistribute);
                    
                            // Assign the minters reward.
                            tokenState.setBalanceOf(msg.sender, tokenState.balanceOf(msg.sender).add(minterReward));
                            emitTransfer(address(this), msg.sender, minterReward);
                    
                            // Increase total supply by minted amount
                            totalSupply = totalSupply.add(supplyToMint);
                    
                            return true;
                        }
                    
                        /* Once off function for SIP-60 to migrate SNX balances in the RewardEscrow contract
                         * To the new RewardEscrowV2 contract
                         */
                        function migrateEscrowBalanceToRewardEscrowV2() external onlyOwner {
                            // Record balanceOf(RewardEscrow) contract
                            uint rewardEscrowBalance = tokenState.balanceOf(address(rewardEscrow()));
                    
                            // transfer all of RewardEscrow's balance to RewardEscrowV2
                            // _internalTransfer emits the transfer event
                            _internalTransfer(address(rewardEscrow()), address(rewardEscrowV2()), rewardEscrowBalance);
                        }
                    
                        // ========== EVENTS ==========
                    
                        event AtomicSynthExchange(
                            address indexed account,
                            bytes32 fromCurrencyKey,
                            uint256 fromAmount,
                            bytes32 toCurrencyKey,
                            uint256 toAmount,
                            address toAddress
                        );
                        bytes32 internal constant ATOMIC_SYNTH_EXCHANGE_SIG =
                            keccak256("AtomicSynthExchange(address,bytes32,uint256,bytes32,uint256,address)");
                    
                        function emitAtomicSynthExchange(
                            address account,
                            bytes32 fromCurrencyKey,
                            uint256 fromAmount,
                            bytes32 toCurrencyKey,
                            uint256 toAmount,
                            address toAddress
                        ) external onlyExchanger {
                            proxy._emit(
                                abi.encode(fromCurrencyKey, fromAmount, toCurrencyKey, toAmount, toAddress),
                                2,
                                ATOMIC_SYNTH_EXCHANGE_SIG,
                                addressToBytes32(account),
                                0,
                                0
                            );
                        }
                    }
                    
                        

                    File 5 of 10: SystemStatus
                    /*
                       ____            __   __        __   _
                      / __/__ __ ___  / /_ / /  ___  / /_ (_)__ __
                     _\ \ / // // _ \/ __// _ \/ -_)/ __// / \ \ /
                    /___/ \_, //_//_/\__//_//_/\__/ \__//_/ /_\_\
                         /___/
                    
                    * Synthetix: SystemStatus.sol
                    *
                    * Latest source (may be newer): https://github.com/Synthetixio/synthetix/blob/master/contracts/SystemStatus.sol
                    * Docs: https://docs.synthetix.io/contracts/SystemStatus
                    *
                    * Contract Dependencies: 
                    *	- ISystemStatus
                    *	- Owned
                    * Libraries: (none)
                    *
                    * MIT License
                    * ===========
                    *
                    * Copyright (c) 2022 Synthetix
                    *
                    * Permission is hereby granted, free of charge, to any person obtaining a copy
                    * of this software and associated documentation files (the "Software"), to deal
                    * in the Software without restriction, including without limitation the rights
                    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    * copies of the Software, and to permit persons to whom the Software is
                    * furnished to do so, subject to the following conditions:
                    *
                    * The above copyright notice and this permission notice shall be included in all
                    * copies or substantial portions of the Software.
                    *
                    * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
                    * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
                    * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
                    * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
                    * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
                    * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
                    */
                    
                    
                    
                    pragma solidity ^0.5.16;
                    
                    // https://docs.synthetix.io/contracts/source/contracts/owned
                    contract Owned {
                        address public owner;
                        address public nominatedOwner;
                    
                        constructor(address _owner) public {
                            require(_owner != address(0), "Owner address cannot be 0");
                            owner = _owner;
                            emit OwnerChanged(address(0), _owner);
                        }
                    
                        function nominateNewOwner(address _owner) external onlyOwner {
                            nominatedOwner = _owner;
                            emit OwnerNominated(_owner);
                        }
                    
                        function acceptOwnership() external {
                            require(msg.sender == nominatedOwner, "You must be nominated before you can accept ownership");
                            emit OwnerChanged(owner, nominatedOwner);
                            owner = nominatedOwner;
                            nominatedOwner = address(0);
                        }
                    
                        modifier onlyOwner {
                            _onlyOwner();
                            _;
                        }
                    
                        function _onlyOwner() private view {
                            require(msg.sender == owner, "Only the contract owner may perform this action");
                        }
                    
                        event OwnerNominated(address newOwner);
                        event OwnerChanged(address oldOwner, address newOwner);
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/isystemstatus
                    interface ISystemStatus {
                        struct Status {
                            bool canSuspend;
                            bool canResume;
                        }
                    
                        struct Suspension {
                            bool suspended;
                            // reason is an integer code,
                            // 0 => no reason, 1 => upgrading, 2+ => defined by system usage
                            uint248 reason;
                        }
                    
                        // Views
                        function accessControl(bytes32 section, address account) external view returns (bool canSuspend, bool canResume);
                    
                        function requireSystemActive() external view;
                    
                        function systemSuspended() external view returns (bool);
                    
                        function requireIssuanceActive() external view;
                    
                        function requireExchangeActive() external view;
                    
                        function requireFuturesActive() external view;
                    
                        function requireFuturesMarketActive(bytes32 marketKey) external view;
                    
                        function requireExchangeBetweenSynthsAllowed(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey) external view;
                    
                        function requireSynthActive(bytes32 currencyKey) external view;
                    
                        function synthSuspended(bytes32 currencyKey) external view returns (bool);
                    
                        function requireSynthsActive(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey) external view;
                    
                        function systemSuspension() external view returns (bool suspended, uint248 reason);
                    
                        function issuanceSuspension() external view returns (bool suspended, uint248 reason);
                    
                        function exchangeSuspension() external view returns (bool suspended, uint248 reason);
                    
                        function futuresSuspension() external view returns (bool suspended, uint248 reason);
                    
                        function synthExchangeSuspension(bytes32 currencyKey) external view returns (bool suspended, uint248 reason);
                    
                        function synthSuspension(bytes32 currencyKey) external view returns (bool suspended, uint248 reason);
                    
                        function futuresMarketSuspension(bytes32 marketKey) external view returns (bool suspended, uint248 reason);
                    
                        function getSynthExchangeSuspensions(bytes32[] calldata synths)
                            external
                            view
                            returns (bool[] memory exchangeSuspensions, uint256[] memory reasons);
                    
                        function getSynthSuspensions(bytes32[] calldata synths)
                            external
                            view
                            returns (bool[] memory suspensions, uint256[] memory reasons);
                    
                        function getFuturesMarketSuspensions(bytes32[] calldata marketKeys)
                            external
                            view
                            returns (bool[] memory suspensions, uint256[] memory reasons);
                    
                        // Restricted functions
                        function suspendIssuance(uint256 reason) external;
                    
                        function suspendSynth(bytes32 currencyKey, uint256 reason) external;
                    
                        function suspendFuturesMarket(bytes32 marketKey, uint256 reason) external;
                    
                        function updateAccessControl(
                            bytes32 section,
                            address account,
                            bool canSuspend,
                            bool canResume
                        ) external;
                    }
                    
                    
                    // Inheritance
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/systemstatus
                    contract SystemStatus is Owned, ISystemStatus {
                        mapping(bytes32 => mapping(address => Status)) public accessControl;
                    
                        uint248 public constant SUSPENSION_REASON_UPGRADE = 1;
                    
                        bytes32 public constant SECTION_SYSTEM = "System";
                        bytes32 public constant SECTION_ISSUANCE = "Issuance";
                        bytes32 public constant SECTION_EXCHANGE = "Exchange";
                        bytes32 public constant SECTION_FUTURES = "Futures";
                        bytes32 public constant SECTION_SYNTH_EXCHANGE = "SynthExchange";
                        bytes32 public constant SECTION_SYNTH = "Synth";
                    
                        bytes32 public constant CONTRACT_NAME = "SystemStatus";
                    
                        Suspension public systemSuspension;
                    
                        Suspension public issuanceSuspension;
                    
                        Suspension public exchangeSuspension;
                    
                        Suspension public futuresSuspension;
                    
                        mapping(bytes32 => Suspension) public synthExchangeSuspension;
                    
                        mapping(bytes32 => Suspension) public synthSuspension;
                    
                        mapping(bytes32 => Suspension) public futuresMarketSuspension;
                    
                        constructor(address _owner) public Owned(_owner) {}
                    
                        /* ========== VIEWS ========== */
                        function requireSystemActive() external view {
                            _internalRequireSystemActive();
                        }
                    
                        function systemSuspended() external view returns (bool) {
                            return systemSuspension.suspended;
                        }
                    
                        function requireIssuanceActive() external view {
                            // Issuance requires the system be active
                            _internalRequireSystemActive();
                    
                            // and issuance itself of course
                            _internalRequireIssuanceActive();
                        }
                    
                        function requireExchangeActive() external view {
                            // Exchanging requires the system be active
                            _internalRequireSystemActive();
                    
                            // and exchanging itself of course
                            _internalRequireExchangeActive();
                        }
                    
                        function requireSynthExchangeActive(bytes32 currencyKey) external view {
                            // Synth exchange and transfer requires the system be active
                            _internalRequireSystemActive();
                            _internalRequireSynthExchangeActive(currencyKey);
                        }
                    
                        function requireFuturesActive() external view {
                            _internalRequireSystemActive();
                            _internalRequireExchangeActive();
                            _internalRequireFuturesActive();
                        }
                    
                        /// @notice marketKey doesn't necessarily correspond to asset key
                        function requireFuturesMarketActive(bytes32 marketKey) external view {
                            _internalRequireSystemActive();
                            _internalRequireExchangeActive(); // exchanging implicitely used
                            _internalRequireFuturesActive(); // futures global flag
                            _internalRequireFuturesMarketActive(marketKey); // specific futures market flag
                        }
                    
                        function synthSuspended(bytes32 currencyKey) external view returns (bool) {
                            return systemSuspension.suspended || synthSuspension[currencyKey].suspended;
                        }
                    
                        function requireSynthActive(bytes32 currencyKey) external view {
                            // Synth exchange and transfer requires the system be active
                            _internalRequireSystemActive();
                            _internalRequireSynthActive(currencyKey);
                        }
                    
                        function requireSynthsActive(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey) external view {
                            // Synth exchange and transfer requires the system be active
                            _internalRequireSystemActive();
                            _internalRequireSynthActive(sourceCurrencyKey);
                            _internalRequireSynthActive(destinationCurrencyKey);
                        }
                    
                        function requireExchangeBetweenSynthsAllowed(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey) external view {
                            // Synth exchange and transfer requires the system be active
                            _internalRequireSystemActive();
                    
                            // and exchanging must be active
                            _internalRequireExchangeActive();
                    
                            // and the synth exchanging between the synths must be active
                            _internalRequireSynthExchangeActive(sourceCurrencyKey);
                            _internalRequireSynthExchangeActive(destinationCurrencyKey);
                    
                            // and finally, the synths cannot be suspended
                            _internalRequireSynthActive(sourceCurrencyKey);
                            _internalRequireSynthActive(destinationCurrencyKey);
                        }
                    
                        function isSystemUpgrading() external view returns (bool) {
                            return systemSuspension.suspended && systemSuspension.reason == SUSPENSION_REASON_UPGRADE;
                        }
                    
                        function getSynthExchangeSuspensions(bytes32[] calldata synths)
                            external
                            view
                            returns (bool[] memory exchangeSuspensions, uint256[] memory reasons)
                        {
                            exchangeSuspensions = new bool[](synths.length);
                            reasons = new uint256[](synths.length);
                    
                            for (uint i = 0; i < synths.length; i++) {
                                exchangeSuspensions[i] = synthExchangeSuspension[synths[i]].suspended;
                                reasons[i] = synthExchangeSuspension[synths[i]].reason;
                            }
                        }
                    
                        function getSynthSuspensions(bytes32[] calldata synths)
                            external
                            view
                            returns (bool[] memory suspensions, uint256[] memory reasons)
                        {
                            suspensions = new bool[](synths.length);
                            reasons = new uint256[](synths.length);
                    
                            for (uint i = 0; i < synths.length; i++) {
                                suspensions[i] = synthSuspension[synths[i]].suspended;
                                reasons[i] = synthSuspension[synths[i]].reason;
                            }
                        }
                    
                        /// @notice marketKey doesn't necessarily correspond to asset key
                        function getFuturesMarketSuspensions(bytes32[] calldata marketKeys)
                            external
                            view
                            returns (bool[] memory suspensions, uint256[] memory reasons)
                        {
                            suspensions = new bool[](marketKeys.length);
                            reasons = new uint256[](marketKeys.length);
                    
                            for (uint i = 0; i < marketKeys.length; i++) {
                                suspensions[i] = futuresMarketSuspension[marketKeys[i]].suspended;
                                reasons[i] = futuresMarketSuspension[marketKeys[i]].reason;
                            }
                        }
                    
                        /* ========== MUTATIVE FUNCTIONS ========== */
                        function updateAccessControl(
                            bytes32 section,
                            address account,
                            bool canSuspend,
                            bool canResume
                        ) external onlyOwner {
                            _internalUpdateAccessControl(section, account, canSuspend, canResume);
                        }
                    
                        function updateAccessControls(
                            bytes32[] calldata sections,
                            address[] calldata accounts,
                            bool[] calldata canSuspends,
                            bool[] calldata canResumes
                        ) external onlyOwner {
                            require(
                                sections.length == accounts.length &&
                                    accounts.length == canSuspends.length &&
                                    canSuspends.length == canResumes.length,
                                "Input array lengths must match"
                            );
                            for (uint i = 0; i < sections.length; i++) {
                                _internalUpdateAccessControl(sections[i], accounts[i], canSuspends[i], canResumes[i]);
                            }
                        }
                    
                        function suspendSystem(uint256 reason) external {
                            _requireAccessToSuspend(SECTION_SYSTEM);
                            systemSuspension.suspended = true;
                            systemSuspension.reason = uint248(reason);
                            emit SystemSuspended(systemSuspension.reason);
                        }
                    
                        function resumeSystem() external {
                            _requireAccessToResume(SECTION_SYSTEM);
                            systemSuspension.suspended = false;
                            emit SystemResumed(uint256(systemSuspension.reason));
                            systemSuspension.reason = 0;
                        }
                    
                        function suspendIssuance(uint256 reason) external {
                            _requireAccessToSuspend(SECTION_ISSUANCE);
                            issuanceSuspension.suspended = true;
                            issuanceSuspension.reason = uint248(reason);
                            emit IssuanceSuspended(reason);
                        }
                    
                        function resumeIssuance() external {
                            _requireAccessToResume(SECTION_ISSUANCE);
                            issuanceSuspension.suspended = false;
                            emit IssuanceResumed(uint256(issuanceSuspension.reason));
                            issuanceSuspension.reason = 0;
                        }
                    
                        function suspendExchange(uint256 reason) external {
                            _requireAccessToSuspend(SECTION_EXCHANGE);
                            exchangeSuspension.suspended = true;
                            exchangeSuspension.reason = uint248(reason);
                            emit ExchangeSuspended(reason);
                        }
                    
                        function resumeExchange() external {
                            _requireAccessToResume(SECTION_EXCHANGE);
                            exchangeSuspension.suspended = false;
                            emit ExchangeResumed(uint256(exchangeSuspension.reason));
                            exchangeSuspension.reason = 0;
                        }
                    
                        function suspendFutures(uint256 reason) external {
                            _requireAccessToSuspend(SECTION_FUTURES);
                            futuresSuspension.suspended = true;
                            futuresSuspension.reason = uint248(reason);
                            emit FuturesSuspended(reason);
                        }
                    
                        function resumeFutures() external {
                            _requireAccessToResume(SECTION_FUTURES);
                            futuresSuspension.suspended = false;
                            emit FuturesResumed(uint256(futuresSuspension.reason));
                            futuresSuspension.reason = 0;
                        }
                    
                        /// @notice marketKey doesn't necessarily correspond to asset key
                        function suspendFuturesMarket(bytes32 marketKey, uint256 reason) external {
                            bytes32[] memory marketKeys = new bytes32[](1);
                            marketKeys[0] = marketKey;
                            _internalSuspendFuturesMarkets(marketKeys, reason);
                        }
                    
                        /// @notice marketKey doesn't necessarily correspond to asset key
                        function suspendFuturesMarkets(bytes32[] calldata marketKeys, uint256 reason) external {
                            _internalSuspendFuturesMarkets(marketKeys, reason);
                        }
                    
                        /// @notice marketKey doesn't necessarily correspond to asset key
                        function resumeFuturesMarket(bytes32 marketKey) external {
                            bytes32[] memory marketKeys = new bytes32[](1);
                            marketKeys[0] = marketKey;
                            _internalResumeFuturesMarkets(marketKeys);
                        }
                    
                        /// @notice marketKey doesn't necessarily correspond to asset key
                        function resumeFuturesMarkets(bytes32[] calldata marketKeys) external {
                            _internalResumeFuturesMarkets(marketKeys);
                        }
                    
                        function suspendSynthExchange(bytes32 currencyKey, uint256 reason) external {
                            bytes32[] memory currencyKeys = new bytes32[](1);
                            currencyKeys[0] = currencyKey;
                            _internalSuspendSynthExchange(currencyKeys, reason);
                        }
                    
                        function suspendSynthsExchange(bytes32[] calldata currencyKeys, uint256 reason) external {
                            _internalSuspendSynthExchange(currencyKeys, reason);
                        }
                    
                        function resumeSynthExchange(bytes32 currencyKey) external {
                            bytes32[] memory currencyKeys = new bytes32[](1);
                            currencyKeys[0] = currencyKey;
                            _internalResumeSynthsExchange(currencyKeys);
                        }
                    
                        function resumeSynthsExchange(bytes32[] calldata currencyKeys) external {
                            _internalResumeSynthsExchange(currencyKeys);
                        }
                    
                        function suspendSynth(bytes32 currencyKey, uint256 reason) external {
                            bytes32[] memory currencyKeys = new bytes32[](1);
                            currencyKeys[0] = currencyKey;
                            _internalSuspendSynths(currencyKeys, reason);
                        }
                    
                        function suspendSynths(bytes32[] calldata currencyKeys, uint256 reason) external {
                            _internalSuspendSynths(currencyKeys, reason);
                        }
                    
                        function resumeSynth(bytes32 currencyKey) external {
                            bytes32[] memory currencyKeys = new bytes32[](1);
                            currencyKeys[0] = currencyKey;
                            _internalResumeSynths(currencyKeys);
                        }
                    
                        function resumeSynths(bytes32[] calldata currencyKeys) external {
                            _internalResumeSynths(currencyKeys);
                        }
                    
                        /* ========== INTERNAL FUNCTIONS ========== */
                    
                        function _requireAccessToSuspend(bytes32 section) internal view {
                            require(accessControl[section][msg.sender].canSuspend, "Restricted to access control list");
                        }
                    
                        function _requireAccessToResume(bytes32 section) internal view {
                            require(accessControl[section][msg.sender].canResume, "Restricted to access control list");
                        }
                    
                        function _internalRequireSystemActive() internal view {
                            require(
                                !systemSuspension.suspended,
                                systemSuspension.reason == SUSPENSION_REASON_UPGRADE
                                    ? "Synthetix is suspended, upgrade in progress... please stand by"
                                    : "Synthetix is suspended. Operation prohibited"
                            );
                        }
                    
                        function _internalRequireIssuanceActive() internal view {
                            require(!issuanceSuspension.suspended, "Issuance is suspended. Operation prohibited");
                        }
                    
                        function _internalRequireExchangeActive() internal view {
                            require(!exchangeSuspension.suspended, "Exchange is suspended. Operation prohibited");
                        }
                    
                        function _internalRequireFuturesActive() internal view {
                            require(!futuresSuspension.suspended, "Futures markets are suspended. Operation prohibited");
                        }
                    
                        function _internalRequireSynthExchangeActive(bytes32 currencyKey) internal view {
                            require(!synthExchangeSuspension[currencyKey].suspended, "Synth exchange suspended. Operation prohibited");
                        }
                    
                        function _internalRequireSynthActive(bytes32 currencyKey) internal view {
                            require(!synthSuspension[currencyKey].suspended, "Synth is suspended. Operation prohibited");
                        }
                    
                        function _internalRequireFuturesMarketActive(bytes32 marketKey) internal view {
                            require(!futuresMarketSuspension[marketKey].suspended, "Market suspended");
                        }
                    
                        function _internalSuspendSynths(bytes32[] memory currencyKeys, uint256 reason) internal {
                            _requireAccessToSuspend(SECTION_SYNTH);
                            for (uint i = 0; i < currencyKeys.length; i++) {
                                bytes32 currencyKey = currencyKeys[i];
                                synthSuspension[currencyKey].suspended = true;
                                synthSuspension[currencyKey].reason = uint248(reason);
                                emit SynthSuspended(currencyKey, reason);
                            }
                        }
                    
                        function _internalResumeSynths(bytes32[] memory currencyKeys) internal {
                            _requireAccessToResume(SECTION_SYNTH);
                            for (uint i = 0; i < currencyKeys.length; i++) {
                                bytes32 currencyKey = currencyKeys[i];
                                emit SynthResumed(currencyKey, uint256(synthSuspension[currencyKey].reason));
                                delete synthSuspension[currencyKey];
                            }
                        }
                    
                        function _internalSuspendSynthExchange(bytes32[] memory currencyKeys, uint256 reason) internal {
                            _requireAccessToSuspend(SECTION_SYNTH_EXCHANGE);
                            for (uint i = 0; i < currencyKeys.length; i++) {
                                bytes32 currencyKey = currencyKeys[i];
                                synthExchangeSuspension[currencyKey].suspended = true;
                                synthExchangeSuspension[currencyKey].reason = uint248(reason);
                                emit SynthExchangeSuspended(currencyKey, reason);
                            }
                        }
                    
                        function _internalResumeSynthsExchange(bytes32[] memory currencyKeys) internal {
                            _requireAccessToResume(SECTION_SYNTH_EXCHANGE);
                            for (uint i = 0; i < currencyKeys.length; i++) {
                                bytes32 currencyKey = currencyKeys[i];
                                emit SynthExchangeResumed(currencyKey, uint256(synthExchangeSuspension[currencyKey].reason));
                                delete synthExchangeSuspension[currencyKey];
                            }
                        }
                    
                        function _internalSuspendFuturesMarkets(bytes32[] memory marketKeys, uint256 reason) internal {
                            _requireAccessToSuspend(SECTION_FUTURES);
                            for (uint i = 0; i < marketKeys.length; i++) {
                                bytes32 marketKey = marketKeys[i];
                                futuresMarketSuspension[marketKey].suspended = true;
                                futuresMarketSuspension[marketKey].reason = uint248(reason);
                                emit FuturesMarketSuspended(marketKey, reason);
                            }
                        }
                    
                        function _internalResumeFuturesMarkets(bytes32[] memory marketKeys) internal {
                            _requireAccessToResume(SECTION_FUTURES);
                            for (uint i = 0; i < marketKeys.length; i++) {
                                bytes32 marketKey = marketKeys[i];
                                emit FuturesMarketResumed(marketKey, uint256(futuresMarketSuspension[marketKey].reason));
                                delete futuresMarketSuspension[marketKey];
                            }
                        }
                    
                        function _internalUpdateAccessControl(
                            bytes32 section,
                            address account,
                            bool canSuspend,
                            bool canResume
                        ) internal {
                            require(
                                section == SECTION_SYSTEM ||
                                    section == SECTION_ISSUANCE ||
                                    section == SECTION_EXCHANGE ||
                                    section == SECTION_FUTURES ||
                                    section == SECTION_SYNTH_EXCHANGE ||
                                    section == SECTION_SYNTH,
                                "Invalid section supplied"
                            );
                            accessControl[section][account].canSuspend = canSuspend;
                            accessControl[section][account].canResume = canResume;
                            emit AccessControlUpdated(section, account, canSuspend, canResume);
                        }
                    
                        /* ========== EVENTS ========== */
                    
                        event SystemSuspended(uint256 reason);
                        event SystemResumed(uint256 reason);
                    
                        event IssuanceSuspended(uint256 reason);
                        event IssuanceResumed(uint256 reason);
                    
                        event ExchangeSuspended(uint256 reason);
                        event ExchangeResumed(uint256 reason);
                    
                        event FuturesSuspended(uint256 reason);
                        event FuturesResumed(uint256 reason);
                    
                        event SynthExchangeSuspended(bytes32 currencyKey, uint256 reason);
                        event SynthExchangeResumed(bytes32 currencyKey, uint256 reason);
                    
                        event SynthSuspended(bytes32 currencyKey, uint256 reason);
                        event SynthResumed(bytes32 currencyKey, uint256 reason);
                    
                        event FuturesMarketSuspended(bytes32 marketKey, uint256 reason);
                        event FuturesMarketResumed(bytes32 marketKey, uint256 reason);
                    
                        event AccessControlUpdated(bytes32 indexed section, address indexed account, bool canSuspend, bool canResume);
                    }
                    
                        

                    File 6 of 10: ReadProxy
                    /*
                       ____            __   __        __   _
                      / __/__ __ ___  / /_ / /  ___  / /_ (_)__ __
                     _\ \ / // // _ \/ __// _ \/ -_)/ __// / \ \ /
                    /___/ \_, //_//_/\__//_//_/\__/ \__//_/ /_\_\
                         /___/
                    
                    * Synthetix: ReadProxy.sol
                    *
                    * Latest source (may be newer): https://github.com/Synthetixio/synthetix/blob/master/contracts/ReadProxy.sol
                    * Docs: https://docs.synthetix.io/contracts/ReadProxy
                    *
                    * Contract Dependencies: 
                    *	- Owned
                    * Libraries: (none)
                    *
                    * MIT License
                    * ===========
                    *
                    * Copyright (c) 2020 Synthetix
                    *
                    * Permission is hereby granted, free of charge, to any person obtaining a copy
                    * of this software and associated documentation files (the "Software"), to deal
                    * in the Software without restriction, including without limitation the rights
                    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    * copies of the Software, and to permit persons to whom the Software is
                    * furnished to do so, subject to the following conditions:
                    *
                    * The above copyright notice and this permission notice shall be included in all
                    * copies or substantial portions of the Software.
                    *
                    * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
                    * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
                    * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
                    * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
                    * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
                    * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
                    */
                    
                    /* ===============================================
                    * Flattened with Solidifier by Coinage
                    * 
                    * https://solidifier.coina.ge
                    * ===============================================
                    */
                    
                    
                    pragma solidity ^0.5.16;
                    
                    
                    // https://docs.synthetix.io/contracts/Owned
                    contract Owned {
                        address public owner;
                        address public nominatedOwner;
                    
                        constructor(address _owner) public {
                            require(_owner != address(0), "Owner address cannot be 0");
                            owner = _owner;
                            emit OwnerChanged(address(0), _owner);
                        }
                    
                        function nominateNewOwner(address _owner) external onlyOwner {
                            nominatedOwner = _owner;
                            emit OwnerNominated(_owner);
                        }
                    
                        function acceptOwnership() external {
                            require(msg.sender == nominatedOwner, "You must be nominated before you can accept ownership");
                            emit OwnerChanged(owner, nominatedOwner);
                            owner = nominatedOwner;
                            nominatedOwner = address(0);
                        }
                    
                        modifier onlyOwner {
                            require(msg.sender == owner, "Only the contract owner may perform this action");
                            _;
                        }
                    
                        event OwnerNominated(address newOwner);
                        event OwnerChanged(address oldOwner, address newOwner);
                    }
                    
                    
                    // solhint-disable payable-fallback
                    
                    // https://docs.synthetix.io/contracts/ReadProxy
                    contract ReadProxy is Owned {
                        address public target;
                    
                        constructor(address _owner) public Owned(_owner) {}
                    
                        function setTarget(address _target) external onlyOwner {
                            target = _target;
                            emit TargetUpdated(target);
                        }
                    
                        function() external {
                            // The basics of a proxy read call
                            // Note that msg.sender in the underlying will always be the address of this contract.
                            assembly {
                                calldatacopy(0, 0, calldatasize)
                    
                                // Use of staticcall - this will revert if the underlying function mutates state
                                let result := staticcall(gas, sload(target_slot), 0, calldatasize, 0, 0)
                                returndatacopy(0, 0, returndatasize)
                    
                                if iszero(result) {
                                    revert(0, returndatasize)
                                }
                                return(0, returndatasize)
                            }
                        }
                    
                        event TargetUpdated(address newTarget);
                    }
                    
                    
                        

                    File 7 of 10: AddressResolver
                    /*
                       ____            __   __        __   _
                      / __/__ __ ___  / /_ / /  ___  / /_ (_)__ __
                     _\ \ / // // _ \/ __// _ \/ -_)/ __// / \ \ /
                    /___/ \_, //_//_/\__//_//_/\__/ \__//_/ /_\_\
                         /___/
                    
                    * Synthetix: AddressResolver.sol
                    *
                    * Latest source (may be newer): https://github.com/Synthetixio/synthetix/blob/master/contracts/AddressResolver.sol
                    * Docs: https://docs.synthetix.io/contracts/AddressResolver
                    *
                    * Contract Dependencies: 
                    *	- IAddressResolver
                    *	- Owned
                    * Libraries: (none)
                    *
                    * MIT License
                    * ===========
                    *
                    * Copyright (c) 2020 Synthetix
                    *
                    * Permission is hereby granted, free of charge, to any person obtaining a copy
                    * of this software and associated documentation files (the "Software"), to deal
                    * in the Software without restriction, including without limitation the rights
                    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    * copies of the Software, and to permit persons to whom the Software is
                    * furnished to do so, subject to the following conditions:
                    *
                    * The above copyright notice and this permission notice shall be included in all
                    * copies or substantial portions of the Software.
                    *
                    * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
                    * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
                    * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
                    * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
                    * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
                    * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
                    */
                    
                    
                    
                    pragma solidity ^0.5.16;
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/owned
                    contract Owned {
                        address public owner;
                        address public nominatedOwner;
                    
                        constructor(address _owner) public {
                            require(_owner != address(0), "Owner address cannot be 0");
                            owner = _owner;
                            emit OwnerChanged(address(0), _owner);
                        }
                    
                        function nominateNewOwner(address _owner) external onlyOwner {
                            nominatedOwner = _owner;
                            emit OwnerNominated(_owner);
                        }
                    
                        function acceptOwnership() external {
                            require(msg.sender == nominatedOwner, "You must be nominated before you can accept ownership");
                            emit OwnerChanged(owner, nominatedOwner);
                            owner = nominatedOwner;
                            nominatedOwner = address(0);
                        }
                    
                        modifier onlyOwner {
                            _onlyOwner();
                            _;
                        }
                    
                        function _onlyOwner() private view {
                            require(msg.sender == owner, "Only the contract owner may perform this action");
                        }
                    
                        event OwnerNominated(address newOwner);
                        event OwnerChanged(address oldOwner, address newOwner);
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/iaddressresolver
                    interface IAddressResolver {
                        function getAddress(bytes32 name) external view returns (address);
                    
                        function getSynth(bytes32 key) external view returns (address);
                    
                        function requireAndGetAddress(bytes32 name, string calldata reason) external view returns (address);
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/isynth
                    interface ISynth {
                        // Views
                        function currencyKey() external view returns (bytes32);
                    
                        function transferableSynths(address account) external view returns (uint);
                    
                        // Mutative functions
                        function transferAndSettle(address to, uint value) external returns (bool);
                    
                        function transferFromAndSettle(
                            address from,
                            address to,
                            uint value
                        ) external returns (bool);
                    
                        // Restricted: used internally to Synthetix
                        function burn(address account, uint amount) external;
                    
                        function issue(address account, uint amount) external;
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/iissuer
                    interface IIssuer {
                        // Views
                        function anySynthOrSNXRateIsInvalid() external view returns (bool anyRateInvalid);
                    
                        function availableCurrencyKeys() external view returns (bytes32[] memory);
                    
                        function availableSynthCount() external view returns (uint);
                    
                        function availableSynths(uint index) external view returns (ISynth);
                    
                        function canBurnSynths(address account) external view returns (bool);
                    
                        function collateral(address account) external view returns (uint);
                    
                        function collateralisationRatio(address issuer) external view returns (uint);
                    
                        function collateralisationRatioAndAnyRatesInvalid(address _issuer)
                            external
                            view
                            returns (uint cratio, bool anyRateIsInvalid);
                    
                        function debtBalanceOf(address issuer, bytes32 currencyKey) external view returns (uint debtBalance);
                    
                        function issuanceRatio() external view returns (uint);
                    
                        function lastIssueEvent(address account) external view returns (uint);
                    
                        function maxIssuableSynths(address issuer) external view returns (uint maxIssuable);
                    
                        function minimumStakeTime() external view returns (uint);
                    
                        function remainingIssuableSynths(address issuer)
                            external
                            view
                            returns (
                                uint maxIssuable,
                                uint alreadyIssued,
                                uint totalSystemDebt
                            );
                    
                        function synths(bytes32 currencyKey) external view returns (ISynth);
                    
                        function getSynths(bytes32[] calldata currencyKeys) external view returns (ISynth[] memory);
                    
                        function synthsByAddress(address synthAddress) external view returns (bytes32);
                    
                        function totalIssuedSynths(bytes32 currencyKey, bool excludeEtherCollateral) external view returns (uint);
                    
                        function transferableSynthetixAndAnyRateIsInvalid(address account, uint balance)
                            external
                            view
                            returns (uint transferable, bool anyRateIsInvalid);
                    
                        // Restricted: used internally to Synthetix
                        function issueSynths(address from, uint amount) external;
                    
                        function issueSynthsOnBehalf(
                            address issueFor,
                            address from,
                            uint amount
                        ) external;
                    
                        function issueMaxSynths(address from) external;
                    
                        function issueMaxSynthsOnBehalf(address issueFor, address from) external;
                    
                        function burnSynths(address from, uint amount) external;
                    
                        function burnSynthsOnBehalf(
                            address burnForAddress,
                            address from,
                            uint amount
                        ) external;
                    
                        function burnSynthsToTarget(address from) external;
                    
                        function burnSynthsToTargetOnBehalf(address burnForAddress, address from) external;
                    
                        function liquidateDelinquentAccount(
                            address account,
                            uint susdAmount,
                            address liquidator
                        ) external returns (uint totalRedeemed, uint amountToLiquidate);
                    }
                    
                    
                    // solhint-disable payable-fallback
                    
                    // https://docs.synthetix.io/contracts/source/contracts/readproxy
                    contract ReadProxy is Owned {
                        address public target;
                    
                        constructor(address _owner) public Owned(_owner) {}
                    
                        function setTarget(address _target) external onlyOwner {
                            target = _target;
                            emit TargetUpdated(target);
                        }
                    
                        function() external {
                            // The basics of a proxy read call
                            // Note that msg.sender in the underlying will always be the address of this contract.
                            assembly {
                                calldatacopy(0, 0, calldatasize)
                    
                                // Use of staticcall - this will revert if the underlying function mutates state
                                let result := staticcall(gas, sload(target_slot), 0, calldatasize, 0, 0)
                                returndatacopy(0, 0, returndatasize)
                    
                                if iszero(result) {
                                    revert(0, returndatasize)
                                }
                                return(0, returndatasize)
                            }
                        }
                    
                        event TargetUpdated(address newTarget);
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/mixinresolver
                    contract MixinResolver {
                        AddressResolver public resolver;
                    
                        mapping(bytes32 => address) private addressCache;
                    
                        constructor(address _resolver) internal {
                            resolver = AddressResolver(_resolver);
                        }
                    
                        /* ========== INTERNAL FUNCTIONS ========== */
                    
                        function combineArrays(bytes32[] memory first, bytes32[] memory second)
                            internal
                            pure
                            returns (bytes32[] memory combination)
                        {
                            combination = new bytes32[](first.length + second.length);
                    
                            for (uint i = 0; i < first.length; i++) {
                                combination[i] = first[i];
                            }
                    
                            for (uint j = 0; j < second.length; j++) {
                                combination[first.length + j] = second[j];
                            }
                        }
                    
                        /* ========== PUBLIC FUNCTIONS ========== */
                    
                        // Note: this function is public not external in order for it to be overridden and invoked via super in subclasses
                        function resolverAddressesRequired() public view returns (bytes32[] memory addresses) {}
                    
                        function rebuildCache() public {
                            bytes32[] memory requiredAddresses = resolverAddressesRequired();
                            // The resolver must call this function whenver it updates its state
                            for (uint i = 0; i < requiredAddresses.length; i++) {
                                bytes32 name = requiredAddresses[i];
                                // Note: can only be invoked once the resolver has all the targets needed added
                                address destination = resolver.requireAndGetAddress(
                                    name,
                                    string(abi.encodePacked("Resolver missing target: ", name))
                                );
                                addressCache[name] = destination;
                                emit CacheUpdated(name, destination);
                            }
                        }
                    
                        /* ========== VIEWS ========== */
                    
                        function isResolverCached() external view returns (bool) {
                            bytes32[] memory requiredAddresses = resolverAddressesRequired();
                            for (uint i = 0; i < requiredAddresses.length; i++) {
                                bytes32 name = requiredAddresses[i];
                                // false if our cache is invalid or if the resolver doesn't have the required address
                                if (resolver.getAddress(name) != addressCache[name] || addressCache[name] == address(0)) {
                                    return false;
                                }
                            }
                    
                            return true;
                        }
                    
                        /* ========== INTERNAL FUNCTIONS ========== */
                    
                        function requireAndGetAddress(bytes32 name) internal view returns (address) {
                            address _foundAddress = addressCache[name];
                            require(_foundAddress != address(0), string(abi.encodePacked("Missing address: ", name)));
                            return _foundAddress;
                        }
                    
                        /* ========== EVENTS ========== */
                    
                        event CacheUpdated(bytes32 name, address destination);
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/addressresolver
                    contract AddressResolver is Owned, IAddressResolver {
                        mapping(bytes32 => address) public repository;
                    
                        constructor(address _owner) public Owned(_owner) {}
                    
                        /* ========== RESTRICTED FUNCTIONS ========== */
                    
                        function importAddresses(bytes32[] calldata names, address[] calldata destinations) external onlyOwner {
                            require(names.length == destinations.length, "Input lengths must match");
                    
                            for (uint i = 0; i < names.length; i++) {
                                bytes32 name = names[i];
                                address destination = destinations[i];
                                repository[name] = destination;
                                emit AddressImported(name, destination);
                            }
                        }
                    
                        /* ========= PUBLIC FUNCTIONS ========== */
                    
                        function rebuildCaches(MixinResolver[] calldata destinations) external {
                            for (uint i = 0; i < destinations.length; i++) {
                                destinations[i].rebuildCache();
                            }
                        }
                    
                        /* ========== VIEWS ========== */
                    
                        function areAddressesImported(bytes32[] calldata names, address[] calldata destinations) external view returns (bool) {
                            for (uint i = 0; i < names.length; i++) {
                                if (repository[names[i]] != destinations[i]) {
                                    return false;
                                }
                            }
                            return true;
                        }
                    
                        function getAddress(bytes32 name) external view returns (address) {
                            return repository[name];
                        }
                    
                        function requireAndGetAddress(bytes32 name, string calldata reason) external view returns (address) {
                            address _foundAddress = repository[name];
                            require(_foundAddress != address(0), reason);
                            return _foundAddress;
                        }
                    
                        function getSynth(bytes32 key) external view returns (address) {
                            IIssuer issuer = IIssuer(repository["Issuer"]);
                            require(address(issuer) != address(0), "Cannot find Issuer address");
                            return address(issuer.synths(key));
                        }
                    
                        /* ========== EVENTS ========== */
                    
                        event AddressImported(bytes32 name, address destination);
                    }
                    
                        

                    File 8 of 10: Issuer
                    /*
                       ____            __   __        __   _
                      / __/__ __ ___  / /_ / /  ___  / /_ (_)__ __
                     _\ \ / // // _ \/ __// _ \/ -_)/ __// / \ \ /
                    /___/ \_, //_//_/\__//_//_/\__/ \__//_/ /_\_\
                         /___/
                    
                    * Synthetix: Issuer.sol
                    *
                    * Latest source (may be newer): https://github.com/Synthetixio/synthetix/blob/master/contracts/Issuer.sol
                    * Docs: https://docs.synthetix.io/contracts/Issuer
                    *
                    * Contract Dependencies: 
                    *	- IAddressResolver
                    *	- IIssuer
                    *	- MixinResolver
                    *	- MixinSystemSettings
                    *	- Owned
                    * Libraries: 
                    *	- SafeCast
                    *	- SafeDecimalMath
                    *	- SafeMath
                    *
                    * MIT License
                    * ===========
                    *
                    * Copyright (c) 2025 Synthetix
                    *
                    * Permission is hereby granted, free of charge, to any person obtaining a copy
                    * of this software and associated documentation files (the "Software"), to deal
                    * in the Software without restriction, including without limitation the rights
                    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    * copies of the Software, and to permit persons to whom the Software is
                    * furnished to do so, subject to the following conditions:
                    *
                    * The above copyright notice and this permission notice shall be included in all
                    * copies or substantial portions of the Software.
                    *
                    * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
                    * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
                    * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
                    * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
                    * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
                    * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
                    */
                    
                    
                    
                    pragma solidity ^0.5.16;
                    
                    // https://docs.synthetix.io/contracts/source/contracts/owned
                    contract Owned {
                        address public owner;
                        address public nominatedOwner;
                    
                        constructor(address _owner) public {
                            require(_owner != address(0), "Owner address cannot be 0");
                            owner = _owner;
                            emit OwnerChanged(address(0), _owner);
                        }
                    
                        function nominateNewOwner(address _owner) external onlyOwner {
                            nominatedOwner = _owner;
                            emit OwnerNominated(_owner);
                        }
                    
                        function acceptOwnership() external {
                            require(msg.sender == nominatedOwner, "You must be nominated before you can accept ownership");
                            emit OwnerChanged(owner, nominatedOwner);
                            owner = nominatedOwner;
                            nominatedOwner = address(0);
                        }
                    
                        modifier onlyOwner {
                            _onlyOwner();
                            _;
                        }
                    
                        function _onlyOwner() private view {
                            require(msg.sender == owner, "Only the contract owner may perform this action");
                        }
                    
                        event OwnerNominated(address newOwner);
                        event OwnerChanged(address oldOwner, address newOwner);
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/iaddressresolver
                    interface IAddressResolver {
                        function getAddress(bytes32 name) external view returns (address);
                    
                        function getSynth(bytes32 key) external view returns (address);
                    
                        function requireAndGetAddress(bytes32 name, string calldata reason) external view returns (address);
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/isynth
                    interface ISynth {
                        // Views
                        function currencyKey() external view returns (bytes32);
                    
                        function transferableSynths(address account) external view returns (uint);
                    
                        // Mutative functions
                        function transferAndSettle(address to, uint value) external returns (bool);
                    
                        function transferFromAndSettle(
                            address from,
                            address to,
                            uint value
                        ) external returns (bool);
                    
                        // Restricted: used internally to Synthetix
                        function burn(address account, uint amount) external;
                    
                        function issue(address account, uint amount) external;
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/iissuer
                    interface IIssuer {
                        // Views
                    
                        function allNetworksDebtInfo()
                            external
                            view
                            returns (
                                uint256 debt,
                                uint256 sharesSupply,
                                bool isStale
                            );
                    
                        function anySynthOrSNXRateIsInvalid() external view returns (bool anyRateInvalid);
                    
                        function availableCurrencyKeys() external view returns (bytes32[] memory);
                    
                        function availableSynthCount() external view returns (uint);
                    
                        function availableSynths(uint index) external view returns (ISynth);
                    
                        function canBurnSynths(address account) external view returns (bool);
                    
                        function collateral(address account) external view returns (uint);
                    
                        function collateralisationRatio(address issuer) external view returns (uint);
                    
                        function collateralisationRatioAndAnyRatesInvalid(address _issuer)
                            external
                            view
                            returns (uint cratio, bool anyRateIsInvalid);
                    
                        function debtBalanceOf(address issuer, bytes32 currencyKey) external view returns (uint debtBalance);
                    
                        function issuanceRatio() external view returns (uint);
                    
                        function lastIssueEvent(address account) external view returns (uint);
                    
                        function maxIssuableSynths(address issuer) external view returns (uint maxIssuable);
                    
                        function minimumStakeTime() external view returns (uint);
                    
                        function remainingIssuableSynths(address issuer)
                            external
                            view
                            returns (
                                uint maxIssuable,
                                uint alreadyIssued,
                                uint totalSystemDebt
                            );
                    
                        function synths(bytes32 currencyKey) external view returns (ISynth);
                    
                        function getSynths(bytes32[] calldata currencyKeys) external view returns (ISynth[] memory);
                    
                        function synthsByAddress(address synthAddress) external view returns (bytes32);
                    
                        function totalIssuedSynths(bytes32 currencyKey, bool excludeOtherCollateral) external view returns (uint);
                    
                        function transferableSynthetixAndAnyRateIsInvalid(address account, uint balance)
                            external
                            view
                            returns (uint transferable, bool anyRateIsInvalid);
                    
                        function liquidationAmounts(address account, bool isSelfLiquidation)
                            external
                            view
                            returns (
                                uint totalRedeemed,
                                uint debtToRemove,
                                uint escrowToLiquidate,
                                uint initialDebtBalance
                            );
                    
                        // Restricted: used internally to Synthetix
                        function addSynths(ISynth[] calldata synthsToAdd) external;
                    
                        function issueSynths(address from, uint amount) external;
                    
                        function issueSynthsOnBehalf(
                            address issueFor,
                            address from,
                            uint amount
                        ) external;
                    
                        function issueMaxSynths(address from) external;
                    
                        function issueMaxSynthsOnBehalf(address issueFor, address from) external;
                    
                        function burnSynths(address from, uint amount) external;
                    
                        function burnSynthsOnBehalf(
                            address burnForAddress,
                            address from,
                            uint amount
                        ) external;
                    
                        function burnSynthsToTarget(address from) external;
                    
                        function burnSynthsToTargetOnBehalf(address burnForAddress, address from) external;
                    
                        function burnForRedemption(
                            address deprecatedSynthProxy,
                            address account,
                            uint balance
                        ) external;
                    
                        function setCurrentPeriodId(uint128 periodId) external;
                    
                        function liquidateAccount(address account, bool isSelfLiquidation)
                            external
                            returns (
                                uint totalRedeemed,
                                uint debtRemoved,
                                uint escrowToLiquidate
                            );
                    
                        function issueSynthsWithoutDebt(
                            bytes32 currencyKey,
                            address to,
                            uint amount
                        ) external returns (bool rateInvalid);
                    
                        function burnSynthsWithoutDebt(
                            bytes32 currencyKey,
                            address to,
                            uint amount
                        ) external returns (bool rateInvalid);
                    
                        function burnAndIssueSynthsWithoutDebtCache(
                            address account,
                            bytes32 currencyKey,
                            uint amountOfSynth,
                            uint amountInsUSD
                        ) external;
                    
                        function modifyDebtSharesForMigration(address account, uint amount) external;
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/addressresolver
                    contract AddressResolver is Owned, IAddressResolver {
                        mapping(bytes32 => address) public repository;
                    
                        constructor(address _owner) public Owned(_owner) {}
                    
                        /* ========== RESTRICTED FUNCTIONS ========== */
                    
                        function importAddresses(bytes32[] calldata names, address[] calldata destinations) external onlyOwner {
                            require(names.length == destinations.length, "Input lengths must match");
                    
                            for (uint i = 0; i < names.length; i++) {
                                bytes32 name = names[i];
                                address destination = destinations[i];
                                repository[name] = destination;
                                emit AddressImported(name, destination);
                            }
                        }
                    
                        /* ========= PUBLIC FUNCTIONS ========== */
                    
                        function rebuildCaches(MixinResolver[] calldata destinations) external {
                            for (uint i = 0; i < destinations.length; i++) {
                                destinations[i].rebuildCache();
                            }
                        }
                    
                        /* ========== VIEWS ========== */
                    
                        function areAddressesImported(bytes32[] calldata names, address[] calldata destinations) external view returns (bool) {
                            for (uint i = 0; i < names.length; i++) {
                                if (repository[names[i]] != destinations[i]) {
                                    return false;
                                }
                            }
                            return true;
                        }
                    
                        function getAddress(bytes32 name) external view returns (address) {
                            return repository[name];
                        }
                    
                        function requireAndGetAddress(bytes32 name, string calldata reason) external view returns (address) {
                            address _foundAddress = repository[name];
                            require(_foundAddress != address(0), reason);
                            return _foundAddress;
                        }
                    
                        function getSynth(bytes32 key) external view returns (address) {
                            IIssuer issuer = IIssuer(repository["Issuer"]);
                            require(address(issuer) != address(0), "Cannot find Issuer address");
                            return address(issuer.synths(key));
                        }
                    
                        /* ========== EVENTS ========== */
                    
                        event AddressImported(bytes32 name, address destination);
                    }
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/mixinresolver
                    contract MixinResolver {
                        AddressResolver public resolver;
                    
                        mapping(bytes32 => address) private addressCache;
                    
                        constructor(address _resolver) internal {
                            resolver = AddressResolver(_resolver);
                        }
                    
                        /* ========== INTERNAL FUNCTIONS ========== */
                    
                        function combineArrays(bytes32[] memory first, bytes32[] memory second)
                            internal
                            pure
                            returns (bytes32[] memory combination)
                        {
                            combination = new bytes32[](first.length + second.length);
                    
                            for (uint i = 0; i < first.length; i++) {
                                combination[i] = first[i];
                            }
                    
                            for (uint j = 0; j < second.length; j++) {
                                combination[first.length + j] = second[j];
                            }
                        }
                    
                        /* ========== PUBLIC FUNCTIONS ========== */
                    
                        // Note: this function is public not external in order for it to be overridden and invoked via super in subclasses
                        function resolverAddressesRequired() public view returns (bytes32[] memory addresses) {}
                    
                        function rebuildCache() public {
                            bytes32[] memory requiredAddresses = resolverAddressesRequired();
                            // The resolver must call this function whenver it updates its state
                            for (uint i = 0; i < requiredAddresses.length; i++) {
                                bytes32 name = requiredAddresses[i];
                                // Note: can only be invoked once the resolver has all the targets needed added
                                address destination =
                                    resolver.requireAndGetAddress(name, string(abi.encodePacked("Resolver missing target: ", name)));
                                addressCache[name] = destination;
                                emit CacheUpdated(name, destination);
                            }
                        }
                    
                        /* ========== VIEWS ========== */
                    
                        function isResolverCached() external view returns (bool) {
                            bytes32[] memory requiredAddresses = resolverAddressesRequired();
                            for (uint i = 0; i < requiredAddresses.length; i++) {
                                bytes32 name = requiredAddresses[i];
                                // false if our cache is invalid or if the resolver doesn't have the required address
                                if (resolver.getAddress(name) != addressCache[name] || addressCache[name] == address(0)) {
                                    return false;
                                }
                            }
                    
                            return true;
                        }
                    
                        /* ========== INTERNAL FUNCTIONS ========== */
                    
                        function requireAndGetAddress(bytes32 name) internal view returns (address) {
                            address _foundAddress = addressCache[name];
                            require(_foundAddress != address(0), string(abi.encodePacked("Missing address: ", name)));
                            return _foundAddress;
                        }
                    
                        /* ========== EVENTS ========== */
                    
                        event CacheUpdated(bytes32 name, address destination);
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/iflexiblestorage
                    interface IFlexibleStorage {
                        // Views
                        function getUIntValue(bytes32 contractName, bytes32 record) external view returns (uint);
                    
                        function getUIntValues(bytes32 contractName, bytes32[] calldata records) external view returns (uint[] memory);
                    
                        function getIntValue(bytes32 contractName, bytes32 record) external view returns (int);
                    
                        function getIntValues(bytes32 contractName, bytes32[] calldata records) external view returns (int[] memory);
                    
                        function getAddressValue(bytes32 contractName, bytes32 record) external view returns (address);
                    
                        function getAddressValues(bytes32 contractName, bytes32[] calldata records) external view returns (address[] memory);
                    
                        function getBoolValue(bytes32 contractName, bytes32 record) external view returns (bool);
                    
                        function getBoolValues(bytes32 contractName, bytes32[] calldata records) external view returns (bool[] memory);
                    
                        function getBytes32Value(bytes32 contractName, bytes32 record) external view returns (bytes32);
                    
                        function getBytes32Values(bytes32 contractName, bytes32[] calldata records) external view returns (bytes32[] memory);
                    
                        // Mutative functions
                        function deleteUIntValue(bytes32 contractName, bytes32 record) external;
                    
                        function deleteIntValue(bytes32 contractName, bytes32 record) external;
                    
                        function deleteAddressValue(bytes32 contractName, bytes32 record) external;
                    
                        function deleteBoolValue(bytes32 contractName, bytes32 record) external;
                    
                        function deleteBytes32Value(bytes32 contractName, bytes32 record) external;
                    
                        function setUIntValue(
                            bytes32 contractName,
                            bytes32 record,
                            uint value
                        ) external;
                    
                        function setUIntValues(
                            bytes32 contractName,
                            bytes32[] calldata records,
                            uint[] calldata values
                        ) external;
                    
                        function setIntValue(
                            bytes32 contractName,
                            bytes32 record,
                            int value
                        ) external;
                    
                        function setIntValues(
                            bytes32 contractName,
                            bytes32[] calldata records,
                            int[] calldata values
                        ) external;
                    
                        function setAddressValue(
                            bytes32 contractName,
                            bytes32 record,
                            address value
                        ) external;
                    
                        function setAddressValues(
                            bytes32 contractName,
                            bytes32[] calldata records,
                            address[] calldata values
                        ) external;
                    
                        function setBoolValue(
                            bytes32 contractName,
                            bytes32 record,
                            bool value
                        ) external;
                    
                        function setBoolValues(
                            bytes32 contractName,
                            bytes32[] calldata records,
                            bool[] calldata values
                        ) external;
                    
                        function setBytes32Value(
                            bytes32 contractName,
                            bytes32 record,
                            bytes32 value
                        ) external;
                    
                        function setBytes32Values(
                            bytes32 contractName,
                            bytes32[] calldata records,
                            bytes32[] calldata values
                        ) external;
                    }
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/mixinsystemsettings
                    contract MixinSystemSettings is MixinResolver {
                        // must match the one defined SystemSettingsLib, defined in both places due to sol v0.5 limitations
                        bytes32 internal constant SETTING_CONTRACT_NAME = "SystemSettings";
                    
                        bytes32 internal constant SETTING_WAITING_PERIOD_SECS = "waitingPeriodSecs";
                        bytes32 internal constant SETTING_PRICE_DEVIATION_THRESHOLD_FACTOR = "priceDeviationThresholdFactor";
                        bytes32 internal constant SETTING_ISSUANCE_RATIO = "issuanceRatio";
                        bytes32 internal constant SETTING_FEE_PERIOD_DURATION = "feePeriodDuration";
                        bytes32 internal constant SETTING_TARGET_THRESHOLD = "targetThreshold";
                        bytes32 internal constant SETTING_LIQUIDATION_DELAY = "liquidationDelay";
                        bytes32 internal constant SETTING_LIQUIDATION_RATIO = "liquidationRatio";
                        bytes32 internal constant SETTING_LIQUIDATION_ESCROW_DURATION = "liquidationEscrowDuration";
                        bytes32 internal constant SETTING_LIQUIDATION_PENALTY = "liquidationPenalty";
                        bytes32 internal constant SETTING_SNX_LIQUIDATION_PENALTY = "snxLiquidationPenalty";
                        bytes32 internal constant SETTING_SELF_LIQUIDATION_PENALTY = "selfLiquidationPenalty";
                        bytes32 internal constant SETTING_FLAG_REWARD = "flagReward";
                        bytes32 internal constant SETTING_LIQUIDATE_REWARD = "liquidateReward";
                        bytes32 internal constant SETTING_RATE_STALE_PERIOD = "rateStalePeriod";
                        /* ========== Exchange Fees Related ========== */
                        bytes32 internal constant SETTING_EXCHANGE_FEE_RATE = "exchangeFeeRate";
                        bytes32 internal constant SETTING_EXCHANGE_DYNAMIC_FEE_THRESHOLD = "exchangeDynamicFeeThreshold";
                        bytes32 internal constant SETTING_EXCHANGE_DYNAMIC_FEE_WEIGHT_DECAY = "exchangeDynamicFeeWeightDecay";
                        bytes32 internal constant SETTING_EXCHANGE_DYNAMIC_FEE_ROUNDS = "exchangeDynamicFeeRounds";
                        bytes32 internal constant SETTING_EXCHANGE_MAX_DYNAMIC_FEE = "exchangeMaxDynamicFee";
                        /* ========== End Exchange Fees Related ========== */
                        bytes32 internal constant SETTING_MINIMUM_STAKE_TIME = "minimumStakeTime";
                        bytes32 internal constant SETTING_AGGREGATOR_WARNING_FLAGS = "aggregatorWarningFlags";
                        bytes32 internal constant SETTING_TRADING_REWARDS_ENABLED = "tradingRewardsEnabled";
                        bytes32 internal constant SETTING_DEBT_SNAPSHOT_STALE_TIME = "debtSnapshotStaleTime";
                        bytes32 internal constant SETTING_CROSS_DOMAIN_DEPOSIT_GAS_LIMIT = "crossDomainDepositGasLimit";
                        bytes32 internal constant SETTING_CROSS_DOMAIN_ESCROW_GAS_LIMIT = "crossDomainEscrowGasLimit";
                        bytes32 internal constant SETTING_CROSS_DOMAIN_REWARD_GAS_LIMIT = "crossDomainRewardGasLimit";
                        bytes32 internal constant SETTING_CROSS_DOMAIN_WITHDRAWAL_GAS_LIMIT = "crossDomainWithdrawalGasLimit";
                        bytes32 internal constant SETTING_CROSS_DOMAIN_FEE_PERIOD_CLOSE_GAS_LIMIT = "crossDomainCloseGasLimit";
                        bytes32 internal constant SETTING_CROSS_DOMAIN_RELAY_GAS_LIMIT = "crossDomainRelayGasLimit";
                        bytes32 internal constant SETTING_ETHER_WRAPPER_MAX_ETH = "etherWrapperMaxETH";
                        bytes32 internal constant SETTING_ETHER_WRAPPER_MINT_FEE_RATE = "etherWrapperMintFeeRate";
                        bytes32 internal constant SETTING_ETHER_WRAPPER_BURN_FEE_RATE = "etherWrapperBurnFeeRate";
                        bytes32 internal constant SETTING_WRAPPER_MAX_TOKEN_AMOUNT = "wrapperMaxTokens";
                        bytes32 internal constant SETTING_WRAPPER_MINT_FEE_RATE = "wrapperMintFeeRate";
                        bytes32 internal constant SETTING_WRAPPER_BURN_FEE_RATE = "wrapperBurnFeeRate";
                        bytes32 internal constant SETTING_INTERACTION_DELAY = "interactionDelay";
                        bytes32 internal constant SETTING_COLLAPSE_FEE_RATE = "collapseFeeRate";
                        bytes32 internal constant SETTING_ATOMIC_MAX_VOLUME_PER_BLOCK = "atomicMaxVolumePerBlock";
                        bytes32 internal constant SETTING_ATOMIC_TWAP_WINDOW = "atomicTwapWindow";
                        bytes32 internal constant SETTING_ATOMIC_EQUIVALENT_FOR_DEX_PRICING = "atomicEquivalentForDexPricing";
                        bytes32 internal constant SETTING_ATOMIC_EXCHANGE_FEE_RATE = "atomicExchangeFeeRate";
                        bytes32 internal constant SETTING_ATOMIC_VOLATILITY_CONSIDERATION_WINDOW = "atomicVolConsiderationWindow";
                        bytes32 internal constant SETTING_ATOMIC_VOLATILITY_UPDATE_THRESHOLD = "atomicVolUpdateThreshold";
                        bytes32 internal constant SETTING_PURE_CHAINLINK_PRICE_FOR_ATOMIC_SWAPS_ENABLED = "pureChainlinkForAtomicsEnabled";
                        bytes32 internal constant SETTING_CROSS_SYNTH_TRANSFER_ENABLED = "crossChainSynthTransferEnabled";
                    
                        bytes32 internal constant CONTRACT_FLEXIBLESTORAGE = "FlexibleStorage";
                    
                        enum CrossDomainMessageGasLimits {Deposit, Escrow, Reward, Withdrawal, CloseFeePeriod, Relay}
                    
                        struct DynamicFeeConfig {
                            uint threshold;
                            uint weightDecay;
                            uint rounds;
                            uint maxFee;
                        }
                    
                        constructor(address _resolver) internal MixinResolver(_resolver) {}
                    
                        function resolverAddressesRequired() public view returns (bytes32[] memory addresses) {
                            addresses = new bytes32[](1);
                            addresses[0] = CONTRACT_FLEXIBLESTORAGE;
                        }
                    
                        function flexibleStorage() internal view returns (IFlexibleStorage) {
                            return IFlexibleStorage(requireAndGetAddress(CONTRACT_FLEXIBLESTORAGE));
                        }
                    
                        function _getGasLimitSetting(CrossDomainMessageGasLimits gasLimitType) internal pure returns (bytes32) {
                            if (gasLimitType == CrossDomainMessageGasLimits.Deposit) {
                                return SETTING_CROSS_DOMAIN_DEPOSIT_GAS_LIMIT;
                            } else if (gasLimitType == CrossDomainMessageGasLimits.Escrow) {
                                return SETTING_CROSS_DOMAIN_ESCROW_GAS_LIMIT;
                            } else if (gasLimitType == CrossDomainMessageGasLimits.Reward) {
                                return SETTING_CROSS_DOMAIN_REWARD_GAS_LIMIT;
                            } else if (gasLimitType == CrossDomainMessageGasLimits.Withdrawal) {
                                return SETTING_CROSS_DOMAIN_WITHDRAWAL_GAS_LIMIT;
                            } else if (gasLimitType == CrossDomainMessageGasLimits.Relay) {
                                return SETTING_CROSS_DOMAIN_RELAY_GAS_LIMIT;
                            } else if (gasLimitType == CrossDomainMessageGasLimits.CloseFeePeriod) {
                                return SETTING_CROSS_DOMAIN_FEE_PERIOD_CLOSE_GAS_LIMIT;
                            } else {
                                revert("Unknown gas limit type");
                            }
                        }
                    
                        function getCrossDomainMessageGasLimit(CrossDomainMessageGasLimits gasLimitType) internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, _getGasLimitSetting(gasLimitType));
                        }
                    
                        function getTradingRewardsEnabled() internal view returns (bool) {
                            return flexibleStorage().getBoolValue(SETTING_CONTRACT_NAME, SETTING_TRADING_REWARDS_ENABLED);
                        }
                    
                        function getWaitingPeriodSecs() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_WAITING_PERIOD_SECS);
                        }
                    
                        function getPriceDeviationThresholdFactor() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_PRICE_DEVIATION_THRESHOLD_FACTOR);
                        }
                    
                        function getIssuanceRatio() internal view returns (uint) {
                            // lookup on flexible storage directly for gas savings (rather than via SystemSettings)
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_ISSUANCE_RATIO);
                        }
                    
                        function getFeePeriodDuration() internal view returns (uint) {
                            // lookup on flexible storage directly for gas savings (rather than via SystemSettings)
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_FEE_PERIOD_DURATION);
                        }
                    
                        function getTargetThreshold() internal view returns (uint) {
                            // lookup on flexible storage directly for gas savings (rather than via SystemSettings)
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_TARGET_THRESHOLD);
                        }
                    
                        function getLiquidationDelay() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_LIQUIDATION_DELAY);
                        }
                    
                        function getLiquidationRatio() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_LIQUIDATION_RATIO);
                        }
                    
                        function getLiquidationEscrowDuration() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_LIQUIDATION_ESCROW_DURATION);
                        }
                    
                        function getLiquidationPenalty() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_LIQUIDATION_PENALTY);
                        }
                    
                        function getSnxLiquidationPenalty() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_SNX_LIQUIDATION_PENALTY);
                        }
                    
                        function getSelfLiquidationPenalty() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_SELF_LIQUIDATION_PENALTY);
                        }
                    
                        function getFlagReward() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_FLAG_REWARD);
                        }
                    
                        function getLiquidateReward() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_LIQUIDATE_REWARD);
                        }
                    
                        function getRateStalePeriod() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_RATE_STALE_PERIOD);
                        }
                    
                        /* ========== Exchange Related Fees ========== */
                        function getExchangeFeeRate(bytes32 currencyKey) internal view returns (uint) {
                            return
                                flexibleStorage().getUIntValue(
                                    SETTING_CONTRACT_NAME,
                                    keccak256(abi.encodePacked(SETTING_EXCHANGE_FEE_RATE, currencyKey))
                                );
                        }
                    
                        /// @notice Get exchange dynamic fee related keys
                        /// @return threshold, weight decay, rounds, and max fee
                        function getExchangeDynamicFeeConfig() internal view returns (DynamicFeeConfig memory) {
                            bytes32[] memory keys = new bytes32[](4);
                            keys[0] = SETTING_EXCHANGE_DYNAMIC_FEE_THRESHOLD;
                            keys[1] = SETTING_EXCHANGE_DYNAMIC_FEE_WEIGHT_DECAY;
                            keys[2] = SETTING_EXCHANGE_DYNAMIC_FEE_ROUNDS;
                            keys[3] = SETTING_EXCHANGE_MAX_DYNAMIC_FEE;
                            uint[] memory values = flexibleStorage().getUIntValues(SETTING_CONTRACT_NAME, keys);
                            return DynamicFeeConfig({threshold: values[0], weightDecay: values[1], rounds: values[2], maxFee: values[3]});
                        }
                    
                        /* ========== End Exchange Related Fees ========== */
                    
                        function getMinimumStakeTime() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_MINIMUM_STAKE_TIME);
                        }
                    
                        function getAggregatorWarningFlags() internal view returns (address) {
                            return flexibleStorage().getAddressValue(SETTING_CONTRACT_NAME, SETTING_AGGREGATOR_WARNING_FLAGS);
                        }
                    
                        function getDebtSnapshotStaleTime() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_DEBT_SNAPSHOT_STALE_TIME);
                        }
                    
                        function getEtherWrapperMaxETH() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_ETHER_WRAPPER_MAX_ETH);
                        }
                    
                        function getEtherWrapperMintFeeRate() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_ETHER_WRAPPER_MINT_FEE_RATE);
                        }
                    
                        function getEtherWrapperBurnFeeRate() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_ETHER_WRAPPER_BURN_FEE_RATE);
                        }
                    
                        function getWrapperMaxTokenAmount(address wrapper) internal view returns (uint) {
                            return
                                flexibleStorage().getUIntValue(
                                    SETTING_CONTRACT_NAME,
                                    keccak256(abi.encodePacked(SETTING_WRAPPER_MAX_TOKEN_AMOUNT, wrapper))
                                );
                        }
                    
                        function getWrapperMintFeeRate(address wrapper) internal view returns (int) {
                            return
                                flexibleStorage().getIntValue(
                                    SETTING_CONTRACT_NAME,
                                    keccak256(abi.encodePacked(SETTING_WRAPPER_MINT_FEE_RATE, wrapper))
                                );
                        }
                    
                        function getWrapperBurnFeeRate(address wrapper) internal view returns (int) {
                            return
                                flexibleStorage().getIntValue(
                                    SETTING_CONTRACT_NAME,
                                    keccak256(abi.encodePacked(SETTING_WRAPPER_BURN_FEE_RATE, wrapper))
                                );
                        }
                    
                        function getInteractionDelay(address collateral) internal view returns (uint) {
                            return
                                flexibleStorage().getUIntValue(
                                    SETTING_CONTRACT_NAME,
                                    keccak256(abi.encodePacked(SETTING_INTERACTION_DELAY, collateral))
                                );
                        }
                    
                        function getCollapseFeeRate(address collateral) internal view returns (uint) {
                            return
                                flexibleStorage().getUIntValue(
                                    SETTING_CONTRACT_NAME,
                                    keccak256(abi.encodePacked(SETTING_COLLAPSE_FEE_RATE, collateral))
                                );
                        }
                    
                        function getAtomicMaxVolumePerBlock() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_ATOMIC_MAX_VOLUME_PER_BLOCK);
                        }
                    
                        function getAtomicTwapWindow() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_ATOMIC_TWAP_WINDOW);
                        }
                    
                        function getAtomicEquivalentForDexPricing(bytes32 currencyKey) internal view returns (address) {
                            return
                                flexibleStorage().getAddressValue(
                                    SETTING_CONTRACT_NAME,
                                    keccak256(abi.encodePacked(SETTING_ATOMIC_EQUIVALENT_FOR_DEX_PRICING, currencyKey))
                                );
                        }
                    
                        function getAtomicExchangeFeeRate(bytes32 currencyKey) internal view returns (uint) {
                            return
                                flexibleStorage().getUIntValue(
                                    SETTING_CONTRACT_NAME,
                                    keccak256(abi.encodePacked(SETTING_ATOMIC_EXCHANGE_FEE_RATE, currencyKey))
                                );
                        }
                    
                        function getAtomicVolatilityConsiderationWindow(bytes32 currencyKey) internal view returns (uint) {
                            return
                                flexibleStorage().getUIntValue(
                                    SETTING_CONTRACT_NAME,
                                    keccak256(abi.encodePacked(SETTING_ATOMIC_VOLATILITY_CONSIDERATION_WINDOW, currencyKey))
                                );
                        }
                    
                        function getAtomicVolatilityUpdateThreshold(bytes32 currencyKey) internal view returns (uint) {
                            return
                                flexibleStorage().getUIntValue(
                                    SETTING_CONTRACT_NAME,
                                    keccak256(abi.encodePacked(SETTING_ATOMIC_VOLATILITY_UPDATE_THRESHOLD, currencyKey))
                                );
                        }
                    
                        function getPureChainlinkPriceForAtomicSwapsEnabled(bytes32 currencyKey) internal view returns (bool) {
                            return
                                flexibleStorage().getBoolValue(
                                    SETTING_CONTRACT_NAME,
                                    keccak256(abi.encodePacked(SETTING_PURE_CHAINLINK_PRICE_FOR_ATOMIC_SWAPS_ENABLED, currencyKey))
                                );
                        }
                    
                        function getCrossChainSynthTransferEnabled(bytes32 currencyKey) internal view returns (uint) {
                            return
                                flexibleStorage().getUIntValue(
                                    SETTING_CONTRACT_NAME,
                                    keccak256(abi.encodePacked(SETTING_CROSS_SYNTH_TRANSFER_ENABLED, currencyKey))
                                );
                        }
                    
                        function getExchangeMaxDynamicFee() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_EXCHANGE_MAX_DYNAMIC_FEE);
                        }
                    
                        function getExchangeDynamicFeeRounds() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_EXCHANGE_DYNAMIC_FEE_ROUNDS);
                        }
                    
                        function getExchangeDynamicFeeThreshold() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_EXCHANGE_DYNAMIC_FEE_THRESHOLD);
                        }
                    
                        function getExchangeDynamicFeeWeightDecay() internal view returns (uint) {
                            return flexibleStorage().getUIntValue(SETTING_CONTRACT_NAME, SETTING_EXCHANGE_DYNAMIC_FEE_WEIGHT_DECAY);
                        }
                    }
                    
                    
                    // SPDX-License-Identifier: MIT
                    
                    
                    /**
                     * @dev Wrappers over Solidity's uintXX casting operators with added overflow
                     * checks.
                     *
                     * Downcasting from uint256 in Solidity does not revert on overflow. This can
                     * easily result in undesired exploitation or bugs, since developers usually
                     * assume that overflows raise errors. `SafeCast` restores this intuition by
                     * reverting the transaction when such an operation overflows.
                     *
                     * Using this library instead of the unchecked operations eliminates an entire
                     * class of bugs, so it's recommended to use it always.
                     *
                     * Can be combined with {SafeMath} to extend it to smaller types, by performing
                     * all math on `uint256` and then downcasting.
                     */
                    library SafeCast {
                        /**
                         * @dev Returns the downcasted uint128 from uint256, reverting on
                         * overflow (when the input is greater than largest uint128).
                         *
                         * Counterpart to Solidity's `uint128` operator.
                         *
                         * Requirements:
                         *
                         * - input must fit into 128 bits
                         */
                        function toUint128(uint256 value) internal pure returns (uint128) {
                            require(value < 2**128, "SafeCast: value doesn't fit in 128 bits");
                            return uint128(value);
                        }
                    
                        /**
                         * @dev Returns the downcasted uint64 from uint256, reverting on
                         * overflow (when the input is greater than largest uint64).
                         *
                         * Counterpart to Solidity's `uint64` operator.
                         *
                         * Requirements:
                         *
                         * - input must fit into 64 bits
                         */
                        function toUint64(uint256 value) internal pure returns (uint64) {
                            require(value < 2**64, "SafeCast: value doesn't fit in 64 bits");
                            return uint64(value);
                        }
                    
                        /**
                         * @dev Returns the downcasted uint32 from uint256, reverting on
                         * overflow (when the input is greater than largest uint32).
                         *
                         * Counterpart to Solidity's `uint32` operator.
                         *
                         * Requirements:
                         *
                         * - input must fit into 32 bits
                         */
                        function toUint32(uint256 value) internal pure returns (uint32) {
                            require(value < 2**32, "SafeCast: value doesn't fit in 32 bits");
                            return uint32(value);
                        }
                    
                        /**
                         * @dev Returns the downcasted uint16 from uint256, reverting on
                         * overflow (when the input is greater than largest uint16).
                         *
                         * Counterpart to Solidity's `uint16` operator.
                         *
                         * Requirements:
                         *
                         * - input must fit into 16 bits
                         */
                        function toUint16(uint256 value) internal pure returns (uint16) {
                            require(value < 2**16, "SafeCast: value doesn't fit in 16 bits");
                            return uint16(value);
                        }
                    
                        /**
                         * @dev Returns the downcasted uint8 from uint256, reverting on
                         * overflow (when the input is greater than largest uint8).
                         *
                         * Counterpart to Solidity's `uint8` operator.
                         *
                         * Requirements:
                         *
                         * - input must fit into 8 bits.
                         */
                        function toUint8(uint256 value) internal pure returns (uint8) {
                            require(value < 2**8, "SafeCast: value doesn't fit in 8 bits");
                            return uint8(value);
                        }
                    
                        /**
                         * @dev Converts a signed int256 into an unsigned uint256.
                         *
                         * Requirements:
                         *
                         * - input must be greater than or equal to 0.
                         */
                        function toUint256(int256 value) internal pure returns (uint256) {
                            require(value >= 0, "SafeCast: value must be positive");
                            return uint256(value);
                        }
                    
                        /**
                         * @dev Converts an unsigned uint256 into a signed int256.
                         *
                         * Requirements:
                         *
                         * - input must be less than or equal to maxInt256.
                         */
                        function toInt256(uint256 value) internal pure returns (int256) {
                            require(value < 2**255, "SafeCast: value doesn't fit in an int256");
                            return int256(value);
                        }
                    }
                    
                    
                    /**
                     * @dev Wrappers over Solidity's arithmetic operations with added overflow
                     * checks.
                     *
                     * Arithmetic operations in Solidity wrap on overflow. This can easily result
                     * in bugs, because programmers usually assume that an overflow raises an
                     * error, which is the standard behavior in high level programming languages.
                     * `SafeMath` restores this intuition by reverting the transaction when an
                     * operation overflows.
                     *
                     * Using this library instead of the unchecked operations eliminates an entire
                     * class of bugs, so it's recommended to use it always.
                     */
                    library SafeMath {
                        /**
                         * @dev Returns the addition of two unsigned integers, reverting on
                         * overflow.
                         *
                         * Counterpart to Solidity's `+` operator.
                         *
                         * Requirements:
                         * - Addition cannot overflow.
                         */
                        function add(uint256 a, uint256 b) internal pure returns (uint256) {
                            uint256 c = a + b;
                            require(c >= a, "SafeMath: addition overflow");
                    
                            return c;
                        }
                    
                        /**
                         * @dev Returns the subtraction of two unsigned integers, reverting on
                         * overflow (when the result is negative).
                         *
                         * Counterpart to Solidity's `-` operator.
                         *
                         * Requirements:
                         * - Subtraction cannot overflow.
                         */
                        function sub(uint256 a, uint256 b) internal pure returns (uint256) {
                            require(b <= a, "SafeMath: subtraction overflow");
                            uint256 c = a - b;
                    
                            return c;
                        }
                    
                        /**
                         * @dev Returns the multiplication of two unsigned integers, reverting on
                         * overflow.
                         *
                         * Counterpart to Solidity's `*` operator.
                         *
                         * Requirements:
                         * - Multiplication cannot overflow.
                         */
                        function mul(uint256 a, uint256 b) internal pure returns (uint256) {
                            // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
                            // benefit is lost if 'b' is also tested.
                            // See: https://github.com/OpenZeppelin/openzeppelin-solidity/pull/522
                            if (a == 0) {
                                return 0;
                            }
                    
                            uint256 c = a * b;
                            require(c / a == b, "SafeMath: multiplication overflow");
                    
                            return c;
                        }
                    
                        /**
                         * @dev Returns the integer division of two unsigned integers. Reverts on
                         * division by zero. The result is rounded towards zero.
                         *
                         * Counterpart to Solidity's `/` operator. Note: this function uses a
                         * `revert` opcode (which leaves remaining gas untouched) while Solidity
                         * uses an invalid opcode to revert (consuming all remaining gas).
                         *
                         * Requirements:
                         * - The divisor cannot be zero.
                         */
                        function div(uint256 a, uint256 b) internal pure returns (uint256) {
                            // Solidity only automatically asserts when dividing by 0
                            require(b > 0, "SafeMath: division by zero");
                            uint256 c = a / b;
                            // assert(a == b * c + a % b); // There is no case in which this doesn't hold
                    
                            return c;
                        }
                    
                        /**
                         * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
                         * Reverts when dividing by zero.
                         *
                         * Counterpart to Solidity's `%` operator. This function uses a `revert`
                         * opcode (which leaves remaining gas untouched) while Solidity uses an
                         * invalid opcode to revert (consuming all remaining gas).
                         *
                         * Requirements:
                         * - The divisor cannot be zero.
                         */
                        function mod(uint256 a, uint256 b) internal pure returns (uint256) {
                            require(b != 0, "SafeMath: modulo by zero");
                            return a % b;
                        }
                    }
                    
                    
                    // Libraries
                    
                    
                    // https://docs.synthetix.io/contracts/source/libraries/safedecimalmath
                    library SafeDecimalMath {
                        using SafeMath for uint;
                    
                        /* Number of decimal places in the representations. */
                        uint8 public constant decimals = 18;
                        uint8 public constant highPrecisionDecimals = 27;
                    
                        /* The number representing 1.0. */
                        uint public constant UNIT = 10**uint(decimals);
                    
                        /* The number representing 1.0 for higher fidelity numbers. */
                        uint public constant PRECISE_UNIT = 10**uint(highPrecisionDecimals);
                        uint private constant UNIT_TO_HIGH_PRECISION_CONVERSION_FACTOR = 10**uint(highPrecisionDecimals - decimals);
                    
                        /**
                         * @return Provides an interface to UNIT.
                         */
                        function unit() external pure returns (uint) {
                            return UNIT;
                        }
                    
                        /**
                         * @return Provides an interface to PRECISE_UNIT.
                         */
                        function preciseUnit() external pure returns (uint) {
                            return PRECISE_UNIT;
                        }
                    
                        /**
                         * @return The result of multiplying x and y, interpreting the operands as fixed-point
                         * decimals.
                         *
                         * @dev A unit factor is divided out after the product of x and y is evaluated,
                         * so that product must be less than 2**256. As this is an integer division,
                         * the internal division always rounds down. This helps save on gas. Rounding
                         * is more expensive on gas.
                         */
                        function multiplyDecimal(uint x, uint y) internal pure returns (uint) {
                            /* Divide by UNIT to remove the extra factor introduced by the product. */
                            return x.mul(y) / UNIT;
                        }
                    
                        /**
                         * @return The result of safely multiplying x and y, interpreting the operands
                         * as fixed-point decimals of the specified precision unit.
                         *
                         * @dev The operands should be in the form of a the specified unit factor which will be
                         * divided out after the product of x and y is evaluated, so that product must be
                         * less than 2**256.
                         *
                         * Unlike multiplyDecimal, this function rounds the result to the nearest increment.
                         * Rounding is useful when you need to retain fidelity for small decimal numbers
                         * (eg. small fractions or percentages).
                         */
                        function _multiplyDecimalRound(
                            uint x,
                            uint y,
                            uint precisionUnit
                        ) private pure returns (uint) {
                            /* Divide by UNIT to remove the extra factor introduced by the product. */
                            uint quotientTimesTen = x.mul(y) / (precisionUnit / 10);
                    
                            if (quotientTimesTen % 10 >= 5) {
                                quotientTimesTen += 10;
                            }
                    
                            return quotientTimesTen / 10;
                        }
                    
                        /**
                         * @return The result of safely multiplying x and y, interpreting the operands
                         * as fixed-point decimals of a precise unit.
                         *
                         * @dev The operands should be in the precise unit factor which will be
                         * divided out after the product of x and y is evaluated, so that product must be
                         * less than 2**256.
                         *
                         * Unlike multiplyDecimal, this function rounds the result to the nearest increment.
                         * Rounding is useful when you need to retain fidelity for small decimal numbers
                         * (eg. small fractions or percentages).
                         */
                        function multiplyDecimalRoundPrecise(uint x, uint y) internal pure returns (uint) {
                            return _multiplyDecimalRound(x, y, PRECISE_UNIT);
                        }
                    
                        /**
                         * @return The result of safely multiplying x and y, interpreting the operands
                         * as fixed-point decimals of a standard unit.
                         *
                         * @dev The operands should be in the standard unit factor which will be
                         * divided out after the product of x and y is evaluated, so that product must be
                         * less than 2**256.
                         *
                         * Unlike multiplyDecimal, this function rounds the result to the nearest increment.
                         * Rounding is useful when you need to retain fidelity for small decimal numbers
                         * (eg. small fractions or percentages).
                         */
                        function multiplyDecimalRound(uint x, uint y) internal pure returns (uint) {
                            return _multiplyDecimalRound(x, y, UNIT);
                        }
                    
                        /**
                         * @return The result of safely dividing x and y. The return value is a high
                         * precision decimal.
                         *
                         * @dev y is divided after the product of x and the standard precision unit
                         * is evaluated, so the product of x and UNIT must be less than 2**256. As
                         * this is an integer division, the result is always rounded down.
                         * This helps save on gas. Rounding is more expensive on gas.
                         */
                        function divideDecimal(uint x, uint y) internal pure returns (uint) {
                            /* Reintroduce the UNIT factor that will be divided out by y. */
                            return x.mul(UNIT).div(y);
                        }
                    
                        /**
                         * @return The result of safely dividing x and y. The return value is as a rounded
                         * decimal in the precision unit specified in the parameter.
                         *
                         * @dev y is divided after the product of x and the specified precision unit
                         * is evaluated, so the product of x and the specified precision unit must
                         * be less than 2**256. The result is rounded to the nearest increment.
                         */
                        function _divideDecimalRound(
                            uint x,
                            uint y,
                            uint precisionUnit
                        ) private pure returns (uint) {
                            uint resultTimesTen = x.mul(precisionUnit * 10).div(y);
                    
                            if (resultTimesTen % 10 >= 5) {
                                resultTimesTen += 10;
                            }
                    
                            return resultTimesTen / 10;
                        }
                    
                        /**
                         * @return The result of safely dividing x and y. The return value is as a rounded
                         * standard precision decimal.
                         *
                         * @dev y is divided after the product of x and the standard precision unit
                         * is evaluated, so the product of x and the standard precision unit must
                         * be less than 2**256. The result is rounded to the nearest increment.
                         */
                        function divideDecimalRound(uint x, uint y) internal pure returns (uint) {
                            return _divideDecimalRound(x, y, UNIT);
                        }
                    
                        /**
                         * @return The result of safely dividing x and y. The return value is as a rounded
                         * high precision decimal.
                         *
                         * @dev y is divided after the product of x and the high precision unit
                         * is evaluated, so the product of x and the high precision unit must
                         * be less than 2**256. The result is rounded to the nearest increment.
                         */
                        function divideDecimalRoundPrecise(uint x, uint y) internal pure returns (uint) {
                            return _divideDecimalRound(x, y, PRECISE_UNIT);
                        }
                    
                        /**
                         * @dev Convert a standard decimal representation to a high precision one.
                         */
                        function decimalToPreciseDecimal(uint i) internal pure returns (uint) {
                            return i.mul(UNIT_TO_HIGH_PRECISION_CONVERSION_FACTOR);
                        }
                    
                        /**
                         * @dev Convert a high precision decimal to a standard decimal representation.
                         */
                        function preciseDecimalToDecimal(uint i) internal pure returns (uint) {
                            uint quotientTimesTen = i / (UNIT_TO_HIGH_PRECISION_CONVERSION_FACTOR / 10);
                    
                            if (quotientTimesTen % 10 >= 5) {
                                quotientTimesTen += 10;
                            }
                    
                            return quotientTimesTen / 10;
                        }
                    
                        // Computes `a - b`, setting the value to 0 if b > a.
                        function floorsub(uint a, uint b) internal pure returns (uint) {
                            return b >= a ? 0 : a - b;
                        }
                    
                        /* ---------- Utilities ---------- */
                        /*
                         * Absolute value of the input, returned as a signed number.
                         */
                        function signedAbs(int x) internal pure returns (int) {
                            return x < 0 ? -x : x;
                        }
                    
                        /*
                         * Absolute value of the input, returned as an unsigned number.
                         */
                        function abs(int x) internal pure returns (uint) {
                            return uint(signedAbs(x));
                        }
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/isynthetixdebtshare
                    interface ISynthetixDebtShare {
                        // Views
                    
                        function currentPeriodId() external view returns (uint128);
                    
                        function allowance(address account, address spender) external view returns (uint);
                    
                        function balanceOf(address account) external view returns (uint);
                    
                        function balanceOfOnPeriod(address account, uint periodId) external view returns (uint);
                    
                        function totalSupply() external view returns (uint);
                    
                        function sharePercent(address account) external view returns (uint);
                    
                        function sharePercentOnPeriod(address account, uint periodId) external view returns (uint);
                    
                        // Mutative functions
                    
                        function takeSnapshot(uint128 id) external;
                    
                        function mintShare(address account, uint256 amount) external;
                    
                        function burnShare(address account, uint256 amount) external;
                    
                        function approve(address, uint256) external pure returns (bool);
                    
                        function transfer(address to, uint256 amount) external pure returns (bool);
                    
                        function transferFrom(
                            address from,
                            address to,
                            uint256 amount
                        ) external returns (bool);
                    
                        function addAuthorizedBroker(address target) external;
                    
                        function removeAuthorizedBroker(address target) external;
                    
                        function addAuthorizedToSnapshot(address target) external;
                    
                        function removeAuthorizedToSnapshot(address target) external;
                    }
                    
                    
                    interface IVirtualSynth {
                        // Views
                        function balanceOfUnderlying(address account) external view returns (uint);
                    
                        function rate() external view returns (uint);
                    
                        function readyToSettle() external view returns (bool);
                    
                        function secsLeftInWaitingPeriod() external view returns (uint);
                    
                        function settled() external view returns (bool);
                    
                        function synth() external view returns (ISynth);
                    
                        // Mutative functions
                        function settle(address account) external;
                    }
                    
                    
                    pragma experimental ABIEncoderV2;
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/iexchanger
                    interface IExchanger {
                        struct ExchangeEntrySettlement {
                            bytes32 src;
                            uint amount;
                            bytes32 dest;
                            uint reclaim;
                            uint rebate;
                            uint srcRoundIdAtPeriodEnd;
                            uint destRoundIdAtPeriodEnd;
                            uint timestamp;
                        }
                    
                        struct ExchangeEntry {
                            uint sourceRate;
                            uint destinationRate;
                            uint destinationAmount;
                            uint exchangeFeeRate;
                            uint exchangeDynamicFeeRate;
                            uint roundIdForSrc;
                            uint roundIdForDest;
                            uint sourceAmountAfterSettlement;
                        }
                    
                        // Views
                        function calculateAmountAfterSettlement(
                            address from,
                            bytes32 currencyKey,
                            uint amount,
                            uint refunded
                        ) external view returns (uint amountAfterSettlement);
                    
                        function isSynthRateInvalid(bytes32 currencyKey) external view returns (bool);
                    
                        function maxSecsLeftInWaitingPeriod(address account, bytes32 currencyKey) external view returns (uint);
                    
                        function settlementOwing(address account, bytes32 currencyKey)
                            external
                            view
                            returns (
                                uint reclaimAmount,
                                uint rebateAmount,
                                uint numEntries
                            );
                    
                        function hasWaitingPeriodOrSettlementOwing(address account, bytes32 currencyKey) external view returns (bool);
                    
                        function feeRateForExchange(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey) external view returns (uint);
                    
                        function dynamicFeeRateForExchange(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey)
                            external
                            view
                            returns (uint feeRate, bool tooVolatile);
                    
                        function getAmountsForExchange(
                            uint sourceAmount,
                            bytes32 sourceCurrencyKey,
                            bytes32 destinationCurrencyKey
                        )
                            external
                            view
                            returns (
                                uint amountReceived,
                                uint fee,
                                uint exchangeFeeRate
                            );
                    
                        function priceDeviationThresholdFactor() external view returns (uint);
                    
                        function waitingPeriodSecs() external view returns (uint);
                    
                        function lastExchangeRate(bytes32 currencyKey) external view returns (uint);
                    
                        // Mutative functions
                        function exchange(
                            address exchangeForAddress,
                            address from,
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            address destinationAddress,
                            bool virtualSynth,
                            address rewardAddress,
                            bytes32 trackingCode
                        ) external returns (uint amountReceived, IVirtualSynth vSynth);
                    
                        function exchangeAtomically(
                            address from,
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            address destinationAddress,
                            bytes32 trackingCode,
                            uint minAmount
                        ) external returns (uint amountReceived);
                    
                        function settle(address from, bytes32 currencyKey)
                            external
                            returns (
                                uint reclaimed,
                                uint refunded,
                                uint numEntries
                            );
                    }
                    
                    // Used to have strongly-typed access to internal mutative functions in Synthetix
                    interface ISynthetixInternal {
                        function emitExchangeTracking(
                            bytes32 trackingCode,
                            bytes32 toCurrencyKey,
                            uint256 toAmount,
                            uint256 fee
                        ) external;
                    
                        function emitSynthExchange(
                            address account,
                            bytes32 fromCurrencyKey,
                            uint fromAmount,
                            bytes32 toCurrencyKey,
                            uint toAmount,
                            address toAddress
                        ) external;
                    
                        function emitAtomicSynthExchange(
                            address account,
                            bytes32 fromCurrencyKey,
                            uint fromAmount,
                            bytes32 toCurrencyKey,
                            uint toAmount,
                            address toAddress
                        ) external;
                    
                        function emitExchangeReclaim(
                            address account,
                            bytes32 currencyKey,
                            uint amount
                        ) external;
                    
                        function emitExchangeRebate(
                            address account,
                            bytes32 currencyKey,
                            uint amount
                        ) external;
                    }
                    
                    interface IExchangerInternalDebtCache {
                        function updateCachedSynthDebtsWithRates(bytes32[] calldata currencyKeys, uint[] calldata currencyRates) external;
                    
                        function updateCachedSynthDebts(bytes32[] calldata currencyKeys) external;
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/idelegateapprovals
                    interface IDelegateApprovals {
                        // Views
                        function canBurnFor(address authoriser, address delegate) external view returns (bool);
                    
                        function canIssueFor(address authoriser, address delegate) external view returns (bool);
                    
                        function canClaimFor(address authoriser, address delegate) external view returns (bool);
                    
                        function canExchangeFor(address authoriser, address delegate) external view returns (bool);
                    
                        // Mutative
                        function approveAllDelegatePowers(address delegate) external;
                    
                        function removeAllDelegatePowers(address delegate) external;
                    
                        function approveBurnOnBehalf(address delegate) external;
                    
                        function removeBurnOnBehalf(address delegate) external;
                    
                        function approveIssueOnBehalf(address delegate) external;
                    
                        function removeIssueOnBehalf(address delegate) external;
                    
                        function approveClaimOnBehalf(address delegate) external;
                    
                        function removeClaimOnBehalf(address delegate) external;
                    
                        function approveExchangeOnBehalf(address delegate) external;
                    
                        function removeExchangeOnBehalf(address delegate) external;
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/IDirectIntegration
                    interface IDirectIntegrationManager {
                        struct ParameterIntegrationSettings {
                            bytes32 currencyKey;
                            address dexPriceAggregator;
                            address atomicEquivalentForDexPricing;
                            uint atomicExchangeFeeRate;
                            uint atomicTwapWindow;
                            uint atomicMaxVolumePerBlock;
                            uint atomicVolatilityConsiderationWindow;
                            uint atomicVolatilityUpdateThreshold;
                            uint exchangeFeeRate;
                            uint exchangeMaxDynamicFee;
                            uint exchangeDynamicFeeRounds;
                            uint exchangeDynamicFeeThreshold;
                            uint exchangeDynamicFeeWeightDecay;
                        }
                    
                        function getExchangeParameters(address integration, bytes32 key)
                            external
                            view
                            returns (ParameterIntegrationSettings memory settings);
                    
                        function setExchangeParameters(
                            address integration,
                            bytes32[] calldata currencyKeys,
                            ParameterIntegrationSettings calldata params
                        ) external;
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/iexchangerates
                    interface IExchangeRates {
                        // Structs
                        struct RateAndUpdatedTime {
                            uint216 rate;
                            uint40 time;
                        }
                    
                        // Views
                        function aggregators(bytes32 currencyKey) external view returns (address);
                    
                        function aggregatorWarningFlags() external view returns (address);
                    
                        function anyRateIsInvalid(bytes32[] calldata currencyKeys) external view returns (bool);
                    
                        function anyRateIsInvalidAtRound(bytes32[] calldata currencyKeys, uint[] calldata roundIds) external view returns (bool);
                    
                        function currenciesUsingAggregator(address aggregator) external view returns (bytes32[] memory);
                    
                        function effectiveValue(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey
                        ) external view returns (uint value);
                    
                        function effectiveValueAndRates(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey
                        )
                            external
                            view
                            returns (
                                uint value,
                                uint sourceRate,
                                uint destinationRate
                            );
                    
                        function effectiveValueAndRatesAtRound(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey,
                            uint roundIdForSrc,
                            uint roundIdForDest
                        )
                            external
                            view
                            returns (
                                uint value,
                                uint sourceRate,
                                uint destinationRate
                            );
                    
                        function effectiveAtomicValueAndRates(
                            bytes32 sourceCurrencyKey,
                            uint sourceAmount,
                            bytes32 destinationCurrencyKey
                        )
                            external
                            view
                            returns (
                                uint value,
                                uint systemValue,
                                uint systemSourceRate,
                                uint systemDestinationRate
                            );
                    
                        function effectiveAtomicValueAndRates(
                            IDirectIntegrationManager.ParameterIntegrationSettings calldata sourceSettings,
                            uint sourceAmount,
                            IDirectIntegrationManager.ParameterIntegrationSettings calldata destinationSettings,
                            IDirectIntegrationManager.ParameterIntegrationSettings calldata usdSettings
                        )
                            external
                            view
                            returns (
                                uint value,
                                uint systemValue,
                                uint systemSourceRate,
                                uint systemDestinationRate
                            );
                    
                        function getCurrentRoundId(bytes32 currencyKey) external view returns (uint);
                    
                        function getLastRoundIdBeforeElapsedSecs(
                            bytes32 currencyKey,
                            uint startingRoundId,
                            uint startingTimestamp,
                            uint timediff
                        ) external view returns (uint);
                    
                        function lastRateUpdateTimes(bytes32 currencyKey) external view returns (uint256);
                    
                        function rateAndTimestampAtRound(bytes32 currencyKey, uint roundId) external view returns (uint rate, uint time);
                    
                        function rateAndUpdatedTime(bytes32 currencyKey) external view returns (uint rate, uint time);
                    
                        function rateAndInvalid(bytes32 currencyKey) external view returns (uint rate, bool isInvalid);
                    
                        function rateForCurrency(bytes32 currencyKey) external view returns (uint);
                    
                        function rateIsFlagged(bytes32 currencyKey) external view returns (bool);
                    
                        function rateIsInvalid(bytes32 currencyKey) external view returns (bool);
                    
                        function rateIsStale(bytes32 currencyKey) external view returns (bool);
                    
                        function rateStalePeriod() external view returns (uint);
                    
                        function ratesAndUpdatedTimeForCurrencyLastNRounds(
                            bytes32 currencyKey,
                            uint numRounds,
                            uint roundId
                        ) external view returns (uint[] memory rates, uint[] memory times);
                    
                        function ratesAndInvalidForCurrencies(bytes32[] calldata currencyKeys)
                            external
                            view
                            returns (uint[] memory rates, bool anyRateInvalid);
                    
                        function ratesForCurrencies(bytes32[] calldata currencyKeys) external view returns (uint[] memory);
                    
                        function synthTooVolatileForAtomicExchange(bytes32 currencyKey) external view returns (bool);
                    
                        function synthTooVolatileForAtomicExchange(IDirectIntegrationManager.ParameterIntegrationSettings calldata settings)
                            external
                            view
                            returns (bool);
                    
                        function rateWithSafetyChecks(bytes32 currencyKey)
                            external
                            returns (
                                uint rate,
                                bool broken,
                                bool invalid
                            );
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/ICircuitBreaker
                    interface ICircuitBreaker {
                        // Views
                        function isInvalid(address oracleAddress, uint value) external view returns (bool);
                    
                        function priceDeviationThresholdFactor() external view returns (uint);
                    
                        function isDeviationAboveThreshold(uint base, uint comparison) external view returns (bool);
                    
                        function lastValue(address oracleAddress) external view returns (uint);
                    
                        function circuitBroken(address oracleAddress) external view returns (bool);
                    
                        // Mutative functions
                        function resetLastValue(address[] calldata oracleAddresses, uint[] calldata values) external;
                    
                        function probeCircuitBreaker(address oracleAddress, uint value) external returns (bool circuitBroken);
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/ihasbalance
                    interface IHasBalance {
                        // Views
                        function balanceOf(address account) external view returns (uint);
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/ierc20
                    interface IERC20 {
                        // ERC20 Optional Views
                        function name() external view returns (string memory);
                    
                        function symbol() external view returns (string memory);
                    
                        function decimals() external view returns (uint8);
                    
                        // Views
                        function totalSupply() external view returns (uint);
                    
                        function balanceOf(address owner) external view returns (uint);
                    
                        function allowance(address owner, address spender) external view returns (uint);
                    
                        // Mutative functions
                        function transfer(address to, uint value) external returns (bool);
                    
                        function approve(address spender, uint value) external returns (bool);
                    
                        function transferFrom(
                            address from,
                            address to,
                            uint value
                        ) external returns (bool);
                    
                        // Events
                        event Transfer(address indexed from, address indexed to, uint value);
                    
                        event Approval(address indexed owner, address indexed spender, uint value);
                    }
                    
                    
                    interface ILiquidator {
                        // Views
                        function issuanceRatio() external view returns (uint);
                    
                        function liquidationDelay() external view returns (uint);
                    
                        function liquidationRatio() external view returns (uint);
                    
                        function liquidationEscrowDuration() external view returns (uint);
                    
                        function liquidationPenalty() external view returns (uint);
                    
                        function selfLiquidationPenalty() external view returns (uint);
                    
                        function liquidateReward() external view returns (uint);
                    
                        function flagReward() external view returns (uint);
                    
                        function liquidationCollateralRatio() external view returns (uint);
                    
                        function getLiquidationDeadlineForAccount(address account) external view returns (uint);
                    
                        function getLiquidationCallerForAccount(address account) external view returns (address);
                    
                        function isLiquidationOpen(address account, bool isSelfLiquidation) external view returns (bool);
                    
                        function isLiquidationDeadlinePassed(address account) external view returns (bool);
                    
                        function calculateAmountToFixCollateral(
                            uint debtBalance,
                            uint collateral,
                            uint penalty
                        ) external view returns (uint);
                    
                        function liquidationAmounts(address account, bool isSelfLiquidation)
                            external
                            view
                            returns (
                                uint totalRedeemed,
                                uint debtToRemove,
                                uint escrowToLiquidate,
                                uint initialDebtBalance
                            );
                    
                        // Mutative Functions
                        function flagAccountForLiquidation(address account) external;
                    
                        // Restricted: used internally to Synthetix contracts
                        function removeAccountInLiquidation(address account) external;
                    
                        function checkAndRemoveAccountInLiquidation(address account) external;
                    }
                    
                    
                    interface ILiquidatorRewards {
                        // Views
                    
                        function earned(address account) external view returns (uint256);
                    
                        // Mutative
                    
                        function getReward(address account) external;
                    
                        function notifyRewardAmount(uint256 reward) external;
                    
                        function updateEntry(address account) external;
                    }
                    
                    
                    interface ISynthRedeemer {
                        // Rate of redemption - 0 for none
                        function redemptions(address synthProxy) external view returns (uint redeemRate);
                    
                        // sUSD balance of deprecated token holder
                        function balanceOf(IERC20 synthProxy, address account) external view returns (uint balanceOfInsUSD);
                    
                        // Full sUSD supply of token
                        function totalSupply(IERC20 synthProxy) external view returns (uint totalSupplyInsUSD);
                    
                        function redeem(IERC20 synthProxy) external;
                    
                        function redeemAll(IERC20[] calldata synthProxies) external;
                    
                        function redeemPartial(IERC20 synthProxy, uint amountOfSynth) external;
                    
                        // Restricted to Issuer
                        function deprecate(IERC20 synthProxy, uint rateToRedeem) external;
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/isystemstatus
                    interface ISystemStatus {
                        struct Status {
                            bool canSuspend;
                            bool canResume;
                        }
                    
                        struct Suspension {
                            bool suspended;
                            // reason is an integer code,
                            // 0 => no reason, 1 => upgrading, 2+ => defined by system usage
                            uint248 reason;
                        }
                    
                        // Views
                        function accessControl(bytes32 section, address account) external view returns (bool canSuspend, bool canResume);
                    
                        function requireSystemActive() external view;
                    
                        function systemSuspended() external view returns (bool);
                    
                        function requireIssuanceActive() external view;
                    
                        function requireExchangeActive() external view;
                    
                        function requireFuturesActive() external view;
                    
                        function requireFuturesMarketActive(bytes32 marketKey) external view;
                    
                        function requireExchangeBetweenSynthsAllowed(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey) external view;
                    
                        function requireSynthActive(bytes32 currencyKey) external view;
                    
                        function synthSuspended(bytes32 currencyKey) external view returns (bool);
                    
                        function requireSynthsActive(bytes32 sourceCurrencyKey, bytes32 destinationCurrencyKey) external view;
                    
                        function systemSuspension() external view returns (bool suspended, uint248 reason);
                    
                        function issuanceSuspension() external view returns (bool suspended, uint248 reason);
                    
                        function exchangeSuspension() external view returns (bool suspended, uint248 reason);
                    
                        function futuresSuspension() external view returns (bool suspended, uint248 reason);
                    
                        function synthExchangeSuspension(bytes32 currencyKey) external view returns (bool suspended, uint248 reason);
                    
                        function synthSuspension(bytes32 currencyKey) external view returns (bool suspended, uint248 reason);
                    
                        function futuresMarketSuspension(bytes32 marketKey) external view returns (bool suspended, uint248 reason);
                    
                        function getSynthExchangeSuspensions(bytes32[] calldata synths)
                            external
                            view
                            returns (bool[] memory exchangeSuspensions, uint256[] memory reasons);
                    
                        function getSynthSuspensions(bytes32[] calldata synths)
                            external
                            view
                            returns (bool[] memory suspensions, uint256[] memory reasons);
                    
                        function getFuturesMarketSuspensions(bytes32[] calldata marketKeys)
                            external
                            view
                            returns (bool[] memory suspensions, uint256[] memory reasons);
                    
                        // Restricted functions
                        function suspendIssuance(uint256 reason) external;
                    
                        function suspendSynth(bytes32 currencyKey, uint256 reason) external;
                    
                        function suspendFuturesMarket(bytes32 marketKey, uint256 reason) external;
                    
                        function updateAccessControl(
                            bytes32 section,
                            address account,
                            bool canSuspend,
                            bool canResume
                        ) external;
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/proxy
                    contract Proxy is Owned {
                        Proxyable public target;
                    
                        constructor(address _owner) public Owned(_owner) {}
                    
                        function setTarget(Proxyable _target) external onlyOwner {
                            target = _target;
                            emit TargetUpdated(_target);
                        }
                    
                        function _emit(
                            bytes calldata callData,
                            uint numTopics,
                            bytes32 topic1,
                            bytes32 topic2,
                            bytes32 topic3,
                            bytes32 topic4
                        ) external onlyTarget {
                            uint size = callData.length;
                            bytes memory _callData = callData;
                    
                            assembly {
                                /* The first 32 bytes of callData contain its length (as specified by the abi).
                                 * Length is assumed to be a uint256 and therefore maximum of 32 bytes
                                 * in length. It is also leftpadded to be a multiple of 32 bytes.
                                 * This means moving call_data across 32 bytes guarantees we correctly access
                                 * the data itself. */
                                switch numTopics
                                    case 0 {
                                        log0(add(_callData, 32), size)
                                    }
                                    case 1 {
                                        log1(add(_callData, 32), size, topic1)
                                    }
                                    case 2 {
                                        log2(add(_callData, 32), size, topic1, topic2)
                                    }
                                    case 3 {
                                        log3(add(_callData, 32), size, topic1, topic2, topic3)
                                    }
                                    case 4 {
                                        log4(add(_callData, 32), size, topic1, topic2, topic3, topic4)
                                    }
                            }
                        }
                    
                        // solhint-disable no-complex-fallback
                        function() external payable {
                            // Mutable call setting Proxyable.messageSender as this is using call not delegatecall
                            target.setMessageSender(msg.sender);
                    
                            assembly {
                                let free_ptr := mload(0x40)
                                calldatacopy(free_ptr, 0, calldatasize)
                    
                                /* We must explicitly forward ether to the underlying contract as well. */
                                let result := call(gas, sload(target_slot), callvalue, free_ptr, calldatasize, 0, 0)
                                returndatacopy(free_ptr, 0, returndatasize)
                    
                                if iszero(result) {
                                    revert(free_ptr, returndatasize)
                                }
                                return(free_ptr, returndatasize)
                            }
                        }
                    
                        modifier onlyTarget {
                            require(Proxyable(msg.sender) == target, "Must be proxy target");
                            _;
                        }
                    
                        event TargetUpdated(Proxyable newTarget);
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/proxyable
                    contract Proxyable is Owned {
                        // This contract should be treated like an abstract contract
                    
                        /* The proxy this contract exists behind. */
                        Proxy public proxy;
                    
                        /* The caller of the proxy, passed through to this contract.
                         * Note that every function using this member must apply the onlyProxy or
                         * optionalProxy modifiers, otherwise their invocations can use stale values. */
                        address public messageSender;
                    
                        constructor(address payable _proxy) internal {
                            // This contract is abstract, and thus cannot be instantiated directly
                            require(owner != address(0), "Owner must be set");
                    
                            proxy = Proxy(_proxy);
                            emit ProxyUpdated(_proxy);
                        }
                    
                        function setProxy(address payable _proxy) external onlyOwner {
                            proxy = Proxy(_proxy);
                            emit ProxyUpdated(_proxy);
                        }
                    
                        function setMessageSender(address sender) external onlyProxy {
                            messageSender = sender;
                        }
                    
                        modifier onlyProxy {
                            _onlyProxy();
                            _;
                        }
                    
                        function _onlyProxy() private view {
                            require(Proxy(msg.sender) == proxy, "Only the proxy can call");
                        }
                    
                        modifier optionalProxy {
                            _optionalProxy();
                            _;
                        }
                    
                        function _optionalProxy() private {
                            if (Proxy(msg.sender) != proxy && messageSender != msg.sender) {
                                messageSender = msg.sender;
                            }
                        }
                    
                        modifier optionalProxy_onlyOwner {
                            _optionalProxy_onlyOwner();
                            _;
                        }
                    
                        // solhint-disable-next-line func-name-mixedcase
                        function _optionalProxy_onlyOwner() private {
                            if (Proxy(msg.sender) != proxy && messageSender != msg.sender) {
                                messageSender = msg.sender;
                            }
                            require(messageSender == owner, "Owner only function");
                        }
                    
                        event ProxyUpdated(address proxyAddress);
                    }
                    
                    
                    interface AggregatorInterface {
                      function latestAnswer() external view returns (int256);
                      function latestTimestamp() external view returns (uint256);
                      function latestRound() external view returns (uint256);
                      function getAnswer(uint256 roundId) external view returns (int256);
                      function getTimestamp(uint256 roundId) external view returns (uint256);
                    
                      event AnswerUpdated(int256 indexed current, uint256 indexed roundId, uint256 timestamp);
                      event NewRound(uint256 indexed roundId, address indexed startedBy, uint256 startedAt);
                    }
                    
                    
                    interface AggregatorV3Interface {
                    
                      function decimals() external view returns (uint8);
                      function description() external view returns (string memory);
                      function version() external view returns (uint256);
                    
                      // getRoundData and latestRoundData should both raise "No data present"
                      // if they do not have data to report, instead of returning unset values
                      // which could be misinterpreted as actual reported values.
                      function getRoundData(uint80 _roundId)
                        external
                        view
                        returns (
                          uint80 roundId,
                          int256 answer,
                          uint256 startedAt,
                          uint256 updatedAt,
                          uint80 answeredInRound
                        );
                      function latestRoundData()
                        external
                        view
                        returns (
                          uint80 roundId,
                          int256 answer,
                          uint256 startedAt,
                          uint256 updatedAt,
                          uint80 answeredInRound
                        );
                    
                    }
                    
                    
                    /**
                     * @title The V2 & V3 Aggregator Interface
                     * @notice Solidity V0.5 does not allow interfaces to inherit from other
                     * interfaces so this contract is a combination of v0.5 AggregatorInterface.sol
                     * and v0.5 AggregatorV3Interface.sol.
                     */
                    interface AggregatorV2V3Interface {
                      //
                      // V2 Interface:
                      //
                      function latestAnswer() external view returns (int256);
                      function latestTimestamp() external view returns (uint256);
                      function latestRound() external view returns (uint256);
                      function getAnswer(uint256 roundId) external view returns (int256);
                      function getTimestamp(uint256 roundId) external view returns (uint256);
                    
                      event AnswerUpdated(int256 indexed current, uint256 indexed roundId, uint256 timestamp);
                      event NewRound(uint256 indexed roundId, address indexed startedBy, uint256 startedAt);
                    
                      //
                      // V3 Interface:
                      //
                      function decimals() external view returns (uint8);
                      function description() external view returns (string memory);
                      function version() external view returns (uint256);
                    
                      // getRoundData and latestRoundData should both raise "No data present"
                      // if they do not have data to report, instead of returning unset values
                      // which could be misinterpreted as actual reported values.
                      function getRoundData(uint80 _roundId)
                        external
                        view
                        returns (
                          uint80 roundId,
                          int256 answer,
                          uint256 startedAt,
                          uint256 updatedAt,
                          uint80 answeredInRound
                        );
                      function latestRoundData()
                        external
                        view
                        returns (
                          uint80 roundId,
                          int256 answer,
                          uint256 startedAt,
                          uint256 updatedAt,
                          uint80 answeredInRound
                        );
                    
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Libraries
                    
                    
                    // Internal references
                    
                    
                    interface IProxy {
                        function target() external view returns (address);
                    }
                    
                    interface IIssuerInternalDebtCache {
                        function updateCachedSynthDebtWithRate(bytes32 currencyKey, uint currencyRate) external;
                    
                        function updateCachedSynthDebtsWithRates(bytes32[] calldata currencyKeys, uint[] calldata currencyRates) external;
                    
                        function updateDebtCacheValidity(bool currentlyInvalid) external;
                    
                        function totalNonSnxBackedDebt() external view returns (uint excludedDebt, bool isInvalid);
                    
                        function cacheInfo()
                            external
                            view
                            returns (
                                uint cachedDebt,
                                uint timestamp,
                                bool isInvalid,
                                bool isStale
                            );
                    
                        function updateCachedsUSDDebt(int amount) external;
                    }
                    
                    // https://docs.synthetix.io/contracts/source/contracts/issuer
                    contract Issuer is Owned, MixinSystemSettings, IIssuer {
                        using SafeMath for uint;
                        using SafeDecimalMath for uint;
                    
                        bytes32 public constant CONTRACT_NAME = "Issuer";
                    
                        // Available Synths which can be used with the system
                        ISynth[] public availableSynths;
                        mapping(bytes32 => ISynth) public synths;
                        mapping(address => bytes32) public synthsByAddress;
                    
                        /* ========== ENCODED NAMES ========== */
                    
                        bytes32 internal constant sUSD = "sUSD";
                        bytes32 internal constant SNX = "SNX";
                    
                        // Flexible storage names
                    
                        bytes32 internal constant LAST_ISSUE_EVENT = "lastIssueEvent";
                    
                        /* ========== ADDRESS RESOLVER CONFIGURATION ========== */
                    
                        bytes32 private constant CONTRACT_SYNTHETIX = "Synthetix";
                        bytes32 private constant CONTRACT_EXCHANGER = "Exchanger";
                        bytes32 private constant CONTRACT_EXRATES = "ExchangeRates";
                        bytes32 private constant CONTRACT_CIRCUIT_BREAKER = "CircuitBreaker";
                        bytes32 private constant CONTRACT_SYNTHETIXDEBTSHARE = "SynthetixDebtShare";
                        bytes32 private constant CONTRACT_FEEPOOL = "FeePool";
                        bytes32 private constant CONTRACT_DELEGATEAPPROVALS = "DelegateApprovals";
                        bytes32 private constant CONTRACT_REWARDESCROW_V2 = "RewardEscrowV2";
                        bytes32 private constant CONTRACT_LIQUIDATOR = "Liquidator";
                        bytes32 private constant CONTRACT_LIQUIDATOR_REWARDS = "LiquidatorRewards";
                        bytes32 private constant CONTRACT_DEBTCACHE = "DebtCache";
                        bytes32 private constant CONTRACT_DYNAMICSYNTHREDEEMER = "DynamicSynthRedeemer";
                        bytes32 private constant CONTRACT_SYNTHREDEEMER = "SynthRedeemer";
                        bytes32 private constant CONTRACT_SYNTHETIXBRIDGETOOPTIMISM = "SynthetixBridgeToOptimism";
                        bytes32 private constant CONTRACT_SYNTHETIXBRIDGETOBASE = "SynthetixBridgeToBase";
                        bytes32 private constant CONTRACT_DEBT_MIGRATOR_ON_ETHEREUM = "DebtMigratorOnEthereum";
                        bytes32 private constant CONTRACT_DEBT_MIGRATOR_ON_OPTIMISM = "DebtMigratorOnOptimism";
                        bytes32 private constant CONTRACT_V3_LEGACYMARKET = "LegacyMarket";
                    
                        bytes32 private constant CONTRACT_EXT_AGGREGATOR_ISSUED_SYNTHS = "ext:AggregatorIssuedSynths";
                        bytes32 private constant CONTRACT_EXT_AGGREGATOR_DEBT_RATIO = "ext:AggregatorDebtRatio";
                    
                        constructor(address _owner, address _resolver) public Owned(_owner) MixinSystemSettings(_resolver) {}
                    
                        /* ========== VIEWS ========== */
                        function resolverAddressesRequired() public view returns (bytes32[] memory addresses) {
                            bytes32[] memory existingAddresses = MixinSystemSettings.resolverAddressesRequired();
                            bytes32[] memory newAddresses = new bytes32[](15);
                            newAddresses[0] = CONTRACT_SYNTHETIX;
                            newAddresses[1] = CONTRACT_EXCHANGER;
                            newAddresses[2] = CONTRACT_EXRATES;
                            newAddresses[3] = CONTRACT_CIRCUIT_BREAKER;
                            newAddresses[4] = CONTRACT_SYNTHETIXDEBTSHARE;
                            newAddresses[5] = CONTRACT_FEEPOOL;
                            newAddresses[6] = CONTRACT_DELEGATEAPPROVALS;
                            newAddresses[7] = CONTRACT_REWARDESCROW_V2;
                            newAddresses[8] = CONTRACT_LIQUIDATOR;
                            newAddresses[9] = CONTRACT_LIQUIDATOR_REWARDS;
                            newAddresses[10] = CONTRACT_DEBTCACHE;
                            newAddresses[11] = CONTRACT_SYNTHREDEEMER;
                            newAddresses[12] = CONTRACT_DYNAMICSYNTHREDEEMER;
                            newAddresses[13] = CONTRACT_EXT_AGGREGATOR_ISSUED_SYNTHS;
                            newAddresses[14] = CONTRACT_EXT_AGGREGATOR_DEBT_RATIO;
                            return combineArrays(existingAddresses, newAddresses);
                        }
                    
                        function synthetixERC20() internal view returns (IERC20) {
                            return IERC20(requireAndGetAddress(CONTRACT_SYNTHETIX));
                        }
                    
                        function exchanger() internal view returns (IExchanger) {
                            return IExchanger(requireAndGetAddress(CONTRACT_EXCHANGER));
                        }
                    
                        function exchangeRates() internal view returns (IExchangeRates) {
                            return IExchangeRates(requireAndGetAddress(CONTRACT_EXRATES));
                        }
                    
                        function circuitBreaker() internal view returns (ICircuitBreaker) {
                            return ICircuitBreaker(requireAndGetAddress(CONTRACT_CIRCUIT_BREAKER));
                        }
                    
                        function synthetixDebtShare() internal view returns (ISynthetixDebtShare) {
                            return ISynthetixDebtShare(requireAndGetAddress(CONTRACT_SYNTHETIXDEBTSHARE));
                        }
                    
                        function liquidator() internal view returns (ILiquidator) {
                            return ILiquidator(requireAndGetAddress(CONTRACT_LIQUIDATOR));
                        }
                    
                        function liquidatorRewards() internal view returns (ILiquidatorRewards) {
                            return ILiquidatorRewards(requireAndGetAddress(CONTRACT_LIQUIDATOR_REWARDS));
                        }
                    
                        function delegateApprovals() internal view returns (IDelegateApprovals) {
                            return IDelegateApprovals(requireAndGetAddress(CONTRACT_DELEGATEAPPROVALS));
                        }
                    
                        function rewardEscrowV2() internal view returns (IHasBalance) {
                            return IHasBalance(requireAndGetAddress(CONTRACT_REWARDESCROW_V2));
                        }
                    
                        function debtCache() internal view returns (IIssuerInternalDebtCache) {
                            return IIssuerInternalDebtCache(requireAndGetAddress(CONTRACT_DEBTCACHE));
                        }
                    
                        function synthRedeemer() internal view returns (ISynthRedeemer) {
                            return ISynthRedeemer(requireAndGetAddress(CONTRACT_SYNTHREDEEMER));
                        }
                    
                        function allNetworksDebtInfo()
                            public
                            view
                            returns (
                                uint256 debt,
                                uint256 sharesSupply,
                                bool isStale
                            )
                        {
                            (, int256 rawIssuedSynths, , uint issuedSynthsUpdatedAt, ) =
                                _latestRoundData(requireAndGetAddress(CONTRACT_EXT_AGGREGATOR_ISSUED_SYNTHS));
                    
                            (uint rawRatio, uint ratioUpdatedAt) = _rawDebtRatioAndUpdatedAt();
                    
                            debt = uint(rawIssuedSynths);
                            sharesSupply = rawRatio == 0 ? 0 : debt.divideDecimalRoundPrecise(uint(rawRatio));
                    
                            uint stalePeriod = getRateStalePeriod();
                    
                            isStale =
                                stalePeriod < block.timestamp &&
                                (block.timestamp - stalePeriod > issuedSynthsUpdatedAt || block.timestamp - stalePeriod > ratioUpdatedAt);
                        }
                    
                        function issuanceRatio() external view returns (uint) {
                            return getIssuanceRatio();
                        }
                    
                        function _rateAndInvalid(bytes32 currencyKey) internal view returns (uint, bool) {
                            return exchangeRates().rateAndInvalid(currencyKey);
                        }
                    
                        function _latestRoundData(address aggregator)
                            internal
                            view
                            returns (
                                uint80,
                                int256,
                                uint256,
                                uint256,
                                uint80
                            )
                        {
                            return AggregatorV2V3Interface(aggregator).latestRoundData();
                        }
                    
                        function _rawDebtRatioAndUpdatedAt() internal view returns (uint, uint) {
                            (, int256 rawRatioInt, , uint ratioUpdatedAt, ) =
                                _latestRoundData(requireAndGetAddress(CONTRACT_EXT_AGGREGATOR_DEBT_RATIO));
                            return (uint(rawRatioInt), ratioUpdatedAt);
                        }
                    
                        function _sharesForDebt(uint debtAmount) internal view returns (uint) {
                            (uint rawRatio, ) = _rawDebtRatioAndUpdatedAt();
                            return rawRatio == 0 ? 0 : debtAmount.divideDecimalRoundPrecise(rawRatio);
                        }
                    
                        function _debtForShares(uint sharesAmount) internal view returns (uint) {
                            (uint rawRatio, ) = _rawDebtRatioAndUpdatedAt();
                            return sharesAmount.multiplyDecimalRoundPrecise(rawRatio);
                        }
                    
                        function _debtShareBalanceOf(address account) internal view returns (uint) {
                            return synthetixDebtShare().balanceOf(account);
                        }
                    
                        function _snxBalanceOf(address account) internal view returns (uint) {
                            return synthetixERC20().balanceOf(account);
                        }
                    
                        function _rewardEscrowBalanceOf(address account) internal view returns (uint) {
                            return rewardEscrowV2().balanceOf(account);
                        }
                    
                        function _availableCurrencyKeysWithOptionalSNX(bool withSNX) internal view returns (bytes32[] memory) {
                            bytes32[] memory currencyKeys = new bytes32[](availableSynths.length + (withSNX ? 1 : 0));
                    
                            for (uint i = 0; i < availableSynths.length; i++) {
                                currencyKeys[i] = synthsByAddress[address(availableSynths[i])];
                            }
                    
                            if (withSNX) {
                                currencyKeys[availableSynths.length] = SNX;
                            }
                    
                            return currencyKeys;
                        }
                    
                        // Returns the total value of the debt pool in currency specified by `currencyKey`.
                        // To return only the SNX-backed debt, set `excludeCollateral` to true.
                        function _totalIssuedSynths(bytes32 currencyKey, bool excludeCollateral)
                            internal
                            view
                            returns (uint totalIssued, bool anyRateIsInvalid)
                        {
                            (uint debt, , bool cacheIsInvalid, bool cacheIsStale) = debtCache().cacheInfo();
                            anyRateIsInvalid = cacheIsInvalid || cacheIsStale;
                    
                            // Add total issued synths from non snx collateral back into the total if not excluded
                            if (!excludeCollateral) {
                                (uint nonSnxDebt, bool invalid) = debtCache().totalNonSnxBackedDebt();
                                debt = debt.add(nonSnxDebt);
                                anyRateIsInvalid = anyRateIsInvalid || invalid;
                            }
                    
                            if (currencyKey == sUSD) {
                                return (debt, anyRateIsInvalid);
                            }
                    
                            (uint currencyRate, bool currencyRateInvalid) = _rateAndInvalid(currencyKey);
                            return (debt.divideDecimalRound(currencyRate), anyRateIsInvalid || currencyRateInvalid);
                        }
                    
                        function _debtBalanceOfAndTotalDebt(uint debtShareBalance, bytes32 currencyKey)
                            internal
                            view
                            returns (
                                uint debtBalance,
                                uint totalSystemValue,
                                bool anyRateIsInvalid
                            )
                        {
                            // What's the total value of the system excluding ETH backed synths in their requested currency?
                            (uint snxBackedAmount, , bool debtInfoStale) = allNetworksDebtInfo();
                    
                            if (debtShareBalance == 0) {
                                return (0, snxBackedAmount, debtInfoStale);
                            }
                    
                            // existing functionality requires for us to convert into the exchange rate specified by `currencyKey`
                            (uint currencyRate, bool currencyRateInvalid) = _rateAndInvalid(currencyKey);
                    
                            debtBalance = _debtForShares(debtShareBalance).divideDecimalRound(currencyRate);
                            totalSystemValue = snxBackedAmount;
                    
                            anyRateIsInvalid = currencyRateInvalid || debtInfoStale;
                        }
                    
                        function _canBurnSynths(address account) internal view returns (bool) {
                            return now >= _lastIssueEvent(account).add(getMinimumStakeTime());
                        }
                    
                        function _lastIssueEvent(address account) internal view returns (uint) {
                            //  Get the timestamp of the last issue this account made
                            return flexibleStorage().getUIntValue(CONTRACT_NAME, keccak256(abi.encodePacked(LAST_ISSUE_EVENT, account)));
                        }
                    
                        function _remainingIssuableSynths(address _issuer)
                            internal
                            view
                            returns (
                                uint maxIssuable,
                                uint alreadyIssued,
                                uint totalSystemDebt,
                                bool anyRateIsInvalid
                            )
                        {
                            (alreadyIssued, totalSystemDebt, anyRateIsInvalid) = _debtBalanceOfAndTotalDebt(_debtShareBalanceOf(_issuer), sUSD);
                            (uint issuable, bool isInvalid) = _maxIssuableSynths(_issuer);
                            maxIssuable = issuable;
                            anyRateIsInvalid = anyRateIsInvalid || isInvalid;
                    
                            if (alreadyIssued >= maxIssuable) {
                                maxIssuable = 0;
                            } else {
                                maxIssuable = maxIssuable.sub(alreadyIssued);
                            }
                        }
                    
                        function _snxToUSD(uint amount, uint snxRate) internal pure returns (uint) {
                            return amount.multiplyDecimalRound(snxRate);
                        }
                    
                        function _usdToSnx(uint amount, uint snxRate) internal pure returns (uint) {
                            return amount.divideDecimalRound(snxRate);
                        }
                    
                        function _maxIssuableSynths(address _issuer) internal view returns (uint, bool) {
                            if (_issuer == resolver.getAddress(CONTRACT_V3_LEGACYMARKET)) {
                                // `uint(-1)` is uint max in older solidity versions
                                return (uint(-1), false);
                            }
                            // What is the value of their SNX balance in sUSD
                            (uint snxRate, bool isInvalid) = _rateAndInvalid(SNX);
                            uint destinationValue = _snxToUSD(_collateral(_issuer), snxRate);
                    
                            // They're allowed to issue up to issuanceRatio of that value
                            return (destinationValue.multiplyDecimal(getIssuanceRatio()), isInvalid);
                        }
                    
                        function _collateralisationRatio(address _issuer) internal view returns (uint, bool) {
                            uint totalOwnedSynthetix = _collateral(_issuer);
                    
                            (uint debtBalance, , bool anyRateIsInvalid) = _debtBalanceOfAndTotalDebt(_debtShareBalanceOf(_issuer), SNX);
                    
                            // it's more gas intensive to put this check here if they have 0 SNX, but it complies with the interface
                            if (totalOwnedSynthetix == 0) return (0, anyRateIsInvalid);
                    
                            return (debtBalance.divideDecimalRound(totalOwnedSynthetix), anyRateIsInvalid);
                        }
                    
                        function _collateral(address account) internal view returns (uint) {
                            return _snxBalanceOf(account).add(_rewardEscrowBalanceOf(account)).add(liquidatorRewards().earned(account));
                        }
                    
                        function minimumStakeTime() external view returns (uint) {
                            return getMinimumStakeTime();
                        }
                    
                        function canBurnSynths(address account) external view returns (bool) {
                            return _canBurnSynths(account);
                        }
                    
                        function availableCurrencyKeys() external view returns (bytes32[] memory) {
                            return _availableCurrencyKeysWithOptionalSNX(false);
                        }
                    
                        function availableSynthCount() external view returns (uint) {
                            return availableSynths.length;
                        }
                    
                        function anySynthOrSNXRateIsInvalid() external view returns (bool anyRateInvalid) {
                            (, anyRateInvalid) = exchangeRates().ratesAndInvalidForCurrencies(_availableCurrencyKeysWithOptionalSNX(true));
                        }
                    
                        function totalIssuedSynths(bytes32 currencyKey, bool excludeOtherCollateral) external view returns (uint totalIssued) {
                            (totalIssued, ) = _totalIssuedSynths(currencyKey, excludeOtherCollateral);
                        }
                    
                        function lastIssueEvent(address account) external view returns (uint) {
                            return _lastIssueEvent(account);
                        }
                    
                        function collateralisationRatio(address _issuer) external view returns (uint cratio) {
                            (cratio, ) = _collateralisationRatio(_issuer);
                        }
                    
                        function collateralisationRatioAndAnyRatesInvalid(address _issuer)
                            external
                            view
                            returns (uint cratio, bool anyRateIsInvalid)
                        {
                            return _collateralisationRatio(_issuer);
                        }
                    
                        function collateral(address account) external view returns (uint) {
                            return _collateral(account);
                        }
                    
                        function debtBalanceOf(address _issuer, bytes32 currencyKey) external view returns (uint debtBalance) {
                            // What was their initial debt ownership?
                            uint debtShareBalance = _debtShareBalanceOf(_issuer);
                    
                            // If it's zero, they haven't issued, and they have no debt.
                            if (debtShareBalance == 0) return 0;
                    
                            (debtBalance, , ) = _debtBalanceOfAndTotalDebt(debtShareBalance, currencyKey);
                        }
                    
                        function remainingIssuableSynths(address _issuer)
                            external
                            view
                            returns (
                                uint maxIssuable,
                                uint alreadyIssued,
                                uint totalSystemDebt
                            )
                        {
                            (maxIssuable, alreadyIssued, totalSystemDebt, ) = _remainingIssuableSynths(_issuer);
                        }
                    
                        function maxIssuableSynths(address _issuer) external view returns (uint) {
                            (uint maxIssuable, ) = _maxIssuableSynths(_issuer);
                            return maxIssuable;
                        }
                    
                        function transferableSynthetixAndAnyRateIsInvalid(address account, uint balance)
                            external
                            view
                            returns (uint transferable, bool anyRateIsInvalid)
                        {
                            // How many SNX do they have, excluding escrow?
                            // Note: We're excluding escrow here because we're interested in their transferable amount
                            // and escrowed SNX are not transferable.
                    
                            // How many of those will be locked by the amount they've issued?
                            // Assuming issuance ratio is 20%, then issuing 20 SNX of value would require
                            // 100 SNX to be locked in their wallet to maintain their collateralisation ratio
                            // The locked synthetix value can exceed their balance.
                            uint debtBalance;
                            (debtBalance, , anyRateIsInvalid) = _debtBalanceOfAndTotalDebt(_debtShareBalanceOf(account), SNX);
                            uint lockedSynthetixValue = debtBalance.divideDecimalRound(getIssuanceRatio());
                    
                            // If we exceed the balance, no SNX are transferable, otherwise the difference is.
                            if (lockedSynthetixValue >= balance) {
                                transferable = 0;
                            } else {
                                transferable = balance.sub(lockedSynthetixValue);
                            }
                        }
                    
                        function getSynths(bytes32[] calldata currencyKeys) external view returns (ISynth[] memory) {
                            uint numKeys = currencyKeys.length;
                            ISynth[] memory addresses = new ISynth[](numKeys);
                    
                            for (uint i = 0; i < numKeys; i++) {
                                addresses[i] = synths[currencyKeys[i]];
                            }
                    
                            return addresses;
                        }
                    
                        /// @notice Provide the results that would be returned by the mutative liquidateAccount() method (that's reserved to Synthetix)
                        /// @param account The account to be liquidated
                        /// @param isSelfLiquidation boolean to determine if this is a forced or self-invoked liquidation
                        /// @return totalRedeemed the total amount of collateral (SNX) to redeem (liquid and escrow)
                        /// @return debtToRemove the amount of debt (sUSD) to burn in order to fix the account's c-ratio
                        /// @return escrowToLiquidate the amount of escrow SNX that will be revoked during liquidation
                        /// @return initialDebtBalance the amount of initial (sUSD) debt the account has
                        function liquidationAmounts(address account, bool isSelfLiquidation)
                            external
                            view
                            returns (
                                uint totalRedeemed,
                                uint debtToRemove,
                                uint escrowToLiquidate,
                                uint initialDebtBalance
                            )
                        {
                            return _liquidationAmounts(account, isSelfLiquidation);
                        }
                    
                        /* ========== MUTATIVE FUNCTIONS ========== */
                    
                        function _addSynth(ISynth synth) internal {
                            bytes32 currencyKey = synth.currencyKey();
                            require(synths[currencyKey] == ISynth(0), "Synth exists");
                            require(synthsByAddress[address(synth)] == bytes32(0), "Synth address already exists");
                    
                            availableSynths.push(synth);
                            synths[currencyKey] = synth;
                            synthsByAddress[address(synth)] = currencyKey;
                    
                            emit SynthAdded(currencyKey, address(synth));
                        }
                    
                        function addSynth(ISynth synth) external onlyOwner {
                            _addSynth(synth);
                            // Invalidate the cache to force a snapshot to be recomputed. If a synth were to be added
                            // back to the system and it still somehow had cached debt, this would force the value to be
                            // updated.
                            debtCache().updateDebtCacheValidity(true);
                        }
                    
                        function addSynths(ISynth[] calldata synthsToAdd) external onlyOwner {
                            uint numSynths = synthsToAdd.length;
                            for (uint i = 0; i < numSynths; i++) {
                                _addSynth(synthsToAdd[i]);
                            }
                    
                            // Invalidate the cache to force a snapshot to be recomputed.
                            debtCache().updateDebtCacheValidity(true);
                        }
                    
                        function _removeSynth(bytes32 currencyKey) internal {
                            address synthToRemove = address(synths[currencyKey]);
                            require(synthToRemove != address(0), "Synth does not exist");
                            require(currencyKey != sUSD, "Cannot remove synth");
                    
                            uint synthSupply = IERC20(synthToRemove).totalSupply();
                    
                            if (synthSupply > 0) {
                                (uint amountOfsUSD, uint rateToRedeem, ) =
                                    exchangeRates().effectiveValueAndRates(currencyKey, synthSupply, "sUSD");
                                require(rateToRedeem > 0, "Cannot remove without rate");
                                ISynthRedeemer _synthRedeemer = synthRedeemer();
                                synths[sUSD].issue(address(_synthRedeemer), amountOfsUSD);
                                // ensure the debt cache is aware of the new sUSD issued
                                debtCache().updateCachedsUSDDebt(SafeCast.toInt256(amountOfsUSD));
                                _synthRedeemer.deprecate(IERC20(address(Proxyable(synthToRemove).proxy())), rateToRedeem);
                            }
                    
                            // Remove the synth from the availableSynths array.
                            for (uint i = 0; i < availableSynths.length; i++) {
                                if (address(availableSynths[i]) == synthToRemove) {
                                    delete availableSynths[i];
                    
                                    // Copy the last synth into the place of the one we just deleted
                                    // If there's only one synth, this is synths[0] = synths[0].
                                    // If we're deleting the last one, it's also a NOOP in the same way.
                                    availableSynths[i] = availableSynths[availableSynths.length - 1];
                    
                                    // Decrease the size of the array by one.
                                    availableSynths.length--;
                    
                                    break;
                                }
                            }
                    
                            // And remove it from the synths mapping
                            delete synthsByAddress[synthToRemove];
                            delete synths[currencyKey];
                    
                            emit SynthRemoved(currencyKey, synthToRemove);
                        }
                    
                        function removeSynth(bytes32 currencyKey) external onlyOwner {
                            // Remove its contribution from the debt pool snapshot, and
                            // invalidate the cache to force a new snapshot.
                            IIssuerInternalDebtCache cache = debtCache();
                            cache.updateCachedSynthDebtWithRate(currencyKey, 0);
                            cache.updateDebtCacheValidity(true);
                    
                            _removeSynth(currencyKey);
                        }
                    
                        function removeSynths(bytes32[] calldata currencyKeys) external onlyOwner {
                            uint numKeys = currencyKeys.length;
                    
                            // Remove their contributions from the debt pool snapshot, and
                            // invalidate the cache to force a new snapshot.
                            IIssuerInternalDebtCache cache = debtCache();
                            uint[] memory zeroRates = new uint[](numKeys);
                            cache.updateCachedSynthDebtsWithRates(currencyKeys, zeroRates);
                            cache.updateDebtCacheValidity(true);
                    
                            for (uint i = 0; i < numKeys; i++) {
                                _removeSynth(currencyKeys[i]);
                            }
                        }
                    
                        function issueSynthsWithoutDebt(
                            bytes32 currencyKey,
                            address to,
                            uint amount
                        ) external onlyTrustedMinters returns (bool rateInvalid) {
                            require(address(synths[currencyKey]) != address(0), "synth doesn't exist");
                            require(amount > 0, "cannot issue 0 synths");
                    
                            // record issue timestamp
                            _setLastIssueEvent(to);
                    
                            // Create their synths
                            synths[currencyKey].issue(to, amount);
                    
                            // Account for the issued debt in the cache
                            (uint rate, bool rateInvalid) = _rateAndInvalid(currencyKey);
                            debtCache().updateCachedsUSDDebt(SafeCast.toInt256(amount.multiplyDecimal(rate)));
                    
                            // returned so that the caller can decide what to do if the rate is invalid
                            return rateInvalid;
                        }
                    
                        function burnSynthsWithoutDebt(
                            bytes32 currencyKey,
                            address from,
                            uint amount
                        ) external onlyTrustedMinters returns (bool rateInvalid) {
                            require(address(synths[currencyKey]) != address(0), "synth doesn't exist");
                            require(amount > 0, "cannot issue 0 synths");
                    
                            exchanger().settle(from, currencyKey);
                    
                            // Burn some synths
                            synths[currencyKey].burn(from, amount);
                    
                            // Account for the burnt debt in the cache. If rate is invalid, the user won't be able to exchange
                            (uint rate, bool rateInvalid) = _rateAndInvalid(currencyKey);
                            debtCache().updateCachedsUSDDebt(-SafeCast.toInt256(amount.multiplyDecimal(rate)));
                    
                            // returned so that the caller can decide what to do if the rate is invalid
                            return rateInvalid;
                        }
                    
                        /**
                         * SIP-2059: Dynamic Redemption
                         * Function used to burn spot synths and issue the equivalent in sUSD at chainlink price * discount rate
                         * @param account The address of the account that is redeeming
                         * @param currencyKey The synth to be redeemed
                         * @param amountOfSynth The amount of redeeming synth to burn
                         * @param amountInsUSD The amount of sUSD to issue
                         */
                        function burnAndIssueSynthsWithoutDebtCache(
                            address account,
                            bytes32 currencyKey,
                            uint amountOfSynth,
                            uint amountInsUSD
                        ) external onlySynthRedeemer {
                            exchanger().settle(account, currencyKey);
                    
                            // Burn their redeemed synths
                            synths[currencyKey].burn(account, amountOfSynth);
                    
                            // record issue timestamp
                            _setLastIssueEvent(account);
                    
                            // Issuer their sUSD equivalent
                            synths[sUSD].issue(account, amountInsUSD);
                        }
                    
                        /**
                         * SIP-237: Debt Migration
                         * Function used for the one-way migration of all debt and liquid + escrowed SNX from L1 -> L2
                         * @param account The address of the account that is being migrated
                         * @param amount The amount of debt shares moving across layers
                         */
                        function modifyDebtSharesForMigration(address account, uint amount) external onlyTrustedMigrators {
                            ISynthetixDebtShare sds = synthetixDebtShare();
                    
                            if (msg.sender == resolver.getAddress(CONTRACT_DEBT_MIGRATOR_ON_ETHEREUM)) {
                                sds.burnShare(account, amount);
                            } else if (msg.sender == resolver.getAddress(CONTRACT_DEBT_MIGRATOR_ON_OPTIMISM)) {
                                sds.mintShare(account, amount);
                            }
                        }
                    
                        function issueSynths(address from, uint amount) external onlySynthetix {
                            require(amount > 0, "cannot issue 0 synths");
                    
                            _issueSynths(from, amount, false);
                        }
                    
                        function issueMaxSynths(address from) external onlySynthetix {
                            _issueSynths(from, 0, true);
                        }
                    
                        function issueSynthsOnBehalf(
                            address issueForAddress,
                            address from,
                            uint amount
                        ) external onlySynthetix {
                            _requireCanIssueOnBehalf(issueForAddress, from);
                            _issueSynths(issueForAddress, amount, false);
                        }
                    
                        function issueMaxSynthsOnBehalf(address issueForAddress, address from) external onlySynthetix {
                            _requireCanIssueOnBehalf(issueForAddress, from);
                            _issueSynths(issueForAddress, 0, true);
                        }
                    
                        function burnSynths(address from, uint amount) external onlySynthetix {
                            _voluntaryBurnSynths(from, amount, false);
                        }
                    
                        function burnSynthsOnBehalf(
                            address burnForAddress,
                            address from,
                            uint amount
                        ) external onlySynthetix {
                            _requireCanBurnOnBehalf(burnForAddress, from);
                            _voluntaryBurnSynths(burnForAddress, amount, false);
                        }
                    
                        function burnSynthsToTarget(address from) external onlySynthetix {
                            _voluntaryBurnSynths(from, 0, true);
                        }
                    
                        function burnSynthsToTargetOnBehalf(address burnForAddress, address from) external onlySynthetix {
                            _requireCanBurnOnBehalf(burnForAddress, from);
                            _voluntaryBurnSynths(burnForAddress, 0, true);
                        }
                    
                        function burnForRedemption(
                            address deprecatedSynthProxy,
                            address account,
                            uint balance
                        ) external onlySynthRedeemer {
                            ISynth(IProxy(deprecatedSynthProxy).target()).burn(account, balance);
                        }
                    
                        // SIP-148: Upgraded Liquidation Mechanism
                        /// @notice This is where the core internal liquidation logic resides. This function can only be invoked by Synthetix.
                        /// Reverts if liquidator().isLiquidationOpen() returns false (e.g. c-ratio is too high, delay hasn't passed,
                        ///     account wasn't flagged etc)
                        /// @param account The account to be liquidated
                        /// @param isSelfLiquidation boolean to determine if this is a forced or self-invoked liquidation
                        /// @return totalRedeemed the total amount of collateral (SNX) to redeem (liquid and escrow)
                        /// @return debtRemoved the amount of debt (sUSD) to burn in order to fix the account's c-ratio
                        /// @return escrowToLiquidate the amount of escrow SNX that will be revoked during liquidation
                        function liquidateAccount(address account, bool isSelfLiquidation)
                            external
                            onlySynthetix
                            returns (
                                uint totalRedeemed,
                                uint debtRemoved,
                                uint escrowToLiquidate
                            )
                        {
                            require(liquidator().isLiquidationOpen(account, isSelfLiquidation), "Not open for liquidation");
                    
                            // liquidationAmounts checks isLiquidationOpen for the account
                            uint initialDebtBalance;
                            (totalRedeemed, debtRemoved, escrowToLiquidate, initialDebtBalance) = _liquidationAmounts(
                                account,
                                isSelfLiquidation
                            );
                    
                            // Reduce debt shares by amount to liquidate.
                            _removeFromDebtRegister(account, debtRemoved, initialDebtBalance);
                    
                            if (!isSelfLiquidation) {
                                // In case of forced liquidation only, remove the liquidation flag.
                                liquidator().removeAccountInLiquidation(account);
                            }
                            // Note: To remove the flag after self liquidation, burn to target and then call Liquidator.checkAndRemoveAccountInLiquidation(account).
                        }
                    
                        function _liquidationAmounts(address account, bool isSelfLiquidation)
                            internal
                            view
                            returns (
                                uint totalRedeemed,
                                uint debtToRemove,
                                uint escrowToLiquidate,
                                uint debtBalance
                            )
                        {
                            // Get the account's debt balance
                            bool anyRateIsInvalid;
                            (debtBalance, , anyRateIsInvalid) = _debtBalanceOfAndTotalDebt(_debtShareBalanceOf(account), sUSD);
                    
                            // Get the SNX rate
                            (uint snxRate, bool snxRateInvalid) = _rateAndInvalid(SNX);
                            _requireRatesNotInvalid(anyRateIsInvalid || snxRateInvalid);
                    
                            uint penalty;
                            if (isSelfLiquidation) {
                                // Get self liquidation penalty
                                penalty = getSelfLiquidationPenalty();
                    
                                // Calculate the amount of debt to remove and SNX to redeem for a self liquidation
                                debtToRemove = liquidator().calculateAmountToFixCollateral(
                                    debtBalance,
                                    _snxToUSD(_collateral(account), snxRate),
                                    penalty
                                );
                    
                                // Get the minimum values for both totalRedeemed and debtToRemove
                                totalRedeemed = _getMinValue(
                                    _usdToSnx(debtToRemove, snxRate).multiplyDecimal(SafeDecimalMath.unit().add(penalty)),
                                    _snxBalanceOf(account)
                                );
                                debtToRemove = _getMinValue(
                                    _snxToUSD(totalRedeemed, snxRate).divideDecimal(SafeDecimalMath.unit().add(penalty)),
                                    debtToRemove
                                );
                    
                                // Return escrow as zero since it cannot be self liquidated
                                return (totalRedeemed, debtToRemove, 0, debtBalance);
                            } else {
                                // In the case of forced Liquidation
                                // Get the forced liquidation penalty and sum of the flag and liquidate rewards.
                                penalty = getSnxLiquidationPenalty();
                                uint rewardsSum = getLiquidateReward().add(getFlagReward());
                    
                                // Get the total USD value of their SNX collateral (including escrow and rewards minus the flag and liquidate rewards)
                                uint collateralForAccountUSD = _snxToUSD(_collateral(account).sub(rewardsSum), snxRate);
                    
                                // Calculate the amount of debt to remove and the sUSD value of the SNX required to liquidate.
                                debtToRemove = liquidator().calculateAmountToFixCollateral(debtBalance, collateralForAccountUSD, penalty);
                                uint redeemTarget = _usdToSnx(debtToRemove, snxRate).multiplyDecimal(SafeDecimalMath.unit().add(penalty));
                    
                                if (redeemTarget.add(rewardsSum) >= _collateral(account)) {
                                    // need to wipe out the account
                                    debtToRemove = debtBalance;
                                    totalRedeemed = _collateral(account).sub(rewardsSum);
                                    escrowToLiquidate = _rewardEscrowBalanceOf(account);
                                    return (totalRedeemed, debtToRemove, escrowToLiquidate, debtBalance);
                                } else {
                                    // normal forced liquidation
                                    (totalRedeemed, escrowToLiquidate) = _redeemableCollateralForTarget(account, redeemTarget, rewardsSum);
                                    return (totalRedeemed, debtToRemove, escrowToLiquidate, debtBalance);
                                }
                            }
                        }
                    
                        // SIP-252
                        // calculates the amount of SNX that can be force liquidated (redeemed)
                        // for the various cases of transferrable & escrowed collateral
                        function _redeemableCollateralForTarget(
                            address account,
                            uint redeemTarget,
                            uint rewardsSum
                        ) internal view returns (uint totalRedeemed, uint escrowToLiquidate) {
                            // The balanceOf here can be considered "transferable" since it's not escrowed,
                            // and it is the only SNX that can potentially be transfered if unstaked.
                            uint transferable = _snxBalanceOf(account);
                            if (redeemTarget.add(rewardsSum) <= transferable) {
                                // transferable is enough
                                return (redeemTarget, 0);
                            } else {
                                // if transferable is not enough
                                // need only part of the escrow, add the needed part to redeemed
                                escrowToLiquidate = redeemTarget.add(rewardsSum).sub(transferable);
                                return (redeemTarget, escrowToLiquidate);
                            }
                        }
                    
                        function _getMinValue(uint x, uint y) internal pure returns (uint) {
                            return x < y ? x : y;
                        }
                    
                        function setCurrentPeriodId(uint128 periodId) external {
                            require(msg.sender == requireAndGetAddress(CONTRACT_FEEPOOL), "Must be fee pool");
                    
                            ISynthetixDebtShare sds = synthetixDebtShare();
                    
                            if (sds.currentPeriodId() < periodId) {
                                sds.takeSnapshot(periodId);
                            }
                        }
                    
                        /* ========== INTERNAL FUNCTIONS ========== */
                    
                        function _requireRatesNotInvalid(bool anyRateIsInvalid) internal pure {
                            require(!anyRateIsInvalid, "A synth or SNX rate is invalid");
                        }
                    
                        function _requireCanIssueOnBehalf(address issueForAddress, address from) internal view {
                            require(delegateApprovals().canIssueFor(issueForAddress, from), "Not approved to act on behalf");
                        }
                    
                        function _requireCanBurnOnBehalf(address burnForAddress, address from) internal view {
                            require(delegateApprovals().canBurnFor(burnForAddress, from), "Not approved to act on behalf");
                        }
                    
                        function _issueSynths(
                            address from,
                            uint amount,
                            bool issueMax
                        ) internal {
                            if (_verifyCircuitBreakers()) {
                                return;
                            }
                    
                            (uint maxIssuable, , , bool anyRateIsInvalid) = _remainingIssuableSynths(from);
                            _requireRatesNotInvalid(anyRateIsInvalid);
                    
                            if (!issueMax) {
                                require(amount <= maxIssuable, "Amount too large");
                            } else {
                                amount = maxIssuable;
                            }
                    
                            // Keep track of the debt they're about to create
                            _addToDebtRegister(from, amount);
                    
                            // record issue timestamp
                            _setLastIssueEvent(from);
                    
                            // Create their synths
                            synths[sUSD].issue(from, amount);
                    
                            // Account for the issued debt in the cache
                            debtCache().updateCachedsUSDDebt(SafeCast.toInt256(amount));
                        }
                    
                        function _burnSynths(
                            address debtAccount,
                            address burnAccount,
                            uint amount,
                            uint existingDebt
                        ) internal returns (uint amountBurnt) {
                            if (_verifyCircuitBreakers()) {
                                return 0;
                            }
                    
                            // liquidation requires sUSD to be already settled / not in waiting period
                    
                            // If they're trying to burn more debt than they actually owe, rather than fail the transaction, let's just
                            // clear their debt and leave them be.
                            amountBurnt = existingDebt < amount ? existingDebt : amount;
                    
                            // Remove liquidated debt from the ledger
                            _removeFromDebtRegister(debtAccount, amountBurnt, existingDebt);
                    
                            // synth.burn does a safe subtraction on balance (so it will revert if there are not enough synths).
                            synths[sUSD].burn(burnAccount, amountBurnt);
                    
                            // Account for the burnt debt in the cache.
                            debtCache().updateCachedsUSDDebt(-SafeCast.toInt256(amountBurnt));
                        }
                    
                        // If burning to target, `amount` is ignored, and the correct quantity of sUSD is burnt to reach the target
                        // c-ratio, allowing fees to be claimed. In this case, pending settlements will be skipped as the user
                        // will still have debt remaining after reaching their target.
                        function _voluntaryBurnSynths(
                            address from,
                            uint amount,
                            bool burnToTarget
                        ) internal {
                            if (_verifyCircuitBreakers()) {
                                return;
                            }
                    
                            if (!burnToTarget) {
                                // If not burning to target, then burning requires that the minimum stake time has elapsed.
                                require(_canBurnSynths(from), "Minimum stake time not reached");
                                // First settle anything pending into sUSD as burning or issuing impacts the size of the debt pool
                                (, uint refunded, uint numEntriesSettled) = exchanger().settle(from, sUSD);
                                if (numEntriesSettled > 0) {
                                    amount = exchanger().calculateAmountAfterSettlement(from, sUSD, amount, refunded);
                                }
                            }
                    
                            (uint existingDebt, , bool anyRateIsInvalid) = _debtBalanceOfAndTotalDebt(_debtShareBalanceOf(from), sUSD);
                            (uint maxIssuableSynthsForAccount, bool snxRateInvalid) = _maxIssuableSynths(from);
                            _requireRatesNotInvalid(anyRateIsInvalid || snxRateInvalid);
                            require(existingDebt > 0, "No debt to forgive");
                    
                            if (burnToTarget) {
                                amount = existingDebt.sub(maxIssuableSynthsForAccount);
                            }
                    
                            uint amountBurnt = _burnSynths(from, from, amount, existingDebt);
                    
                            // Check and remove liquidation if existingDebt after burning is <= maxIssuableSynths
                            // Issuance ratio is fixed so should remove any liquidations
                            if (existingDebt.sub(amountBurnt) <= maxIssuableSynthsForAccount) {
                                liquidator().removeAccountInLiquidation(from);
                            }
                        }
                    
                        function _setLastIssueEvent(address account) internal {
                            // Set the timestamp of the last issueSynths
                            flexibleStorage().setUIntValue(
                                CONTRACT_NAME,
                                keccak256(abi.encodePacked(LAST_ISSUE_EVENT, account)),
                                block.timestamp
                            );
                        }
                    
                        function _addToDebtRegister(address from, uint amount) internal {
                            // important: this has to happen before any updates to user's debt shares
                            liquidatorRewards().updateEntry(from);
                    
                            ISynthetixDebtShare sds = synthetixDebtShare();
                    
                            // it is possible (eg in tests, system initialized with extra debt) to have issued debt without any shares issued
                            // in which case, the first account to mint gets the debt. yw.
                            uint debtShares = _sharesForDebt(amount);
                            if (debtShares == 0) {
                                sds.mintShare(from, amount);
                            } else {
                                sds.mintShare(from, debtShares);
                            }
                        }
                    
                        function _removeFromDebtRegister(
                            address from,
                            uint debtToRemove,
                            uint existingDebt
                        ) internal {
                            // important: this has to happen before any updates to user's debt shares
                            liquidatorRewards().updateEntry(from);
                    
                            ISynthetixDebtShare sds = synthetixDebtShare();
                    
                            uint currentDebtShare = _debtShareBalanceOf(from);
                    
                            if (debtToRemove == existingDebt) {
                                sds.burnShare(from, currentDebtShare);
                            } else {
                                uint sharesToRemove = _sharesForDebt(debtToRemove);
                                sds.burnShare(from, sharesToRemove < currentDebtShare ? sharesToRemove : currentDebtShare);
                            }
                        }
                    
                        // trips the breaker and returns boolean, where true means the breaker has tripped state
                        function _verifyCircuitBreakers() internal returns (bool) {
                            address debtRatioAggregator = requireAndGetAddress(CONTRACT_EXT_AGGREGATOR_DEBT_RATIO);
                            (, int256 rawRatio, , , ) = AggregatorV2V3Interface(debtRatioAggregator).latestRoundData();
                            (, bool broken, ) = exchangeRates().rateWithSafetyChecks(SNX);
                    
                            return circuitBreaker().probeCircuitBreaker(debtRatioAggregator, uint(rawRatio)) || broken;
                        }
                    
                        /* ========== MODIFIERS ========== */
                        modifier onlySynthetix() {
                            require(msg.sender == address(synthetixERC20()), "Only Synthetix");
                            _;
                        }
                    
                        modifier onlyTrustedMinters() {
                            address bridgeL1 = resolver.getAddress(CONTRACT_SYNTHETIXBRIDGETOOPTIMISM);
                            address bridgeL2 = resolver.getAddress(CONTRACT_SYNTHETIXBRIDGETOBASE);
                            address feePool = resolver.getAddress(CONTRACT_FEEPOOL);
                            require(msg.sender == bridgeL1 || msg.sender == bridgeL2 || msg.sender == feePool, "only trusted minters");
                            _;
                        }
                    
                        modifier onlyTrustedMigrators() {
                            address migratorL1 = resolver.getAddress(CONTRACT_DEBT_MIGRATOR_ON_ETHEREUM);
                            address migratorL2 = resolver.getAddress(CONTRACT_DEBT_MIGRATOR_ON_OPTIMISM);
                            require(msg.sender == migratorL1 || msg.sender == migratorL2, "only trusted migrators");
                            require(migratorL1 == address(0) || migratorL2 == address(0), "one migrator must be 0x0");
                            _;
                        }
                    
                        function _onlySynthRedeemer() internal view {
                            require(
                                msg.sender == address(synthRedeemer()) || msg.sender == resolver.getAddress(CONTRACT_DYNAMICSYNTHREDEEMER),
                                "Only SynthRedeemer"
                            );
                        }
                    
                        modifier onlySynthRedeemer() {
                            _onlySynthRedeemer();
                            _;
                        }
                    
                        /* ========== EVENTS ========== */
                    
                        event SynthAdded(bytes32 currencyKey, address synth);
                        event SynthRemoved(bytes32 currencyKey, address synth);
                    }
                    
                        

                    File 9 of 10: SynthetixDebtShare
                    /*
                       ____            __   __        __   _
                      / __/__ __ ___  / /_ / /  ___  / /_ (_)__ __
                     _\ \ / // // _ \/ __// _ \/ -_)/ __// / \ \ /
                    /___/ \_, //_//_/\__//_//_/\__/ \__//_/ /_\_\
                         /___/
                    
                    * Synthetix: SynthetixDebtShare.sol
                    *
                    * Latest source (may be newer): https://github.com/Synthetixio/synthetix/blob/master/contracts/SynthetixDebtShare.sol
                    * Docs: https://docs.synthetix.io/contracts/SynthetixDebtShare
                    *
                    * Contract Dependencies: 
                    *	- IAddressResolver
                    *	- ISynthetixDebtShare
                    *	- MixinResolver
                    *	- Owned
                    * Libraries: 
                    *	- SafeDecimalMath
                    *	- SafeMath
                    *
                    * MIT License
                    * ===========
                    *
                    * Copyright (c) 2022 Synthetix
                    *
                    * Permission is hereby granted, free of charge, to any person obtaining a copy
                    * of this software and associated documentation files (the "Software"), to deal
                    * in the Software without restriction, including without limitation the rights
                    * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    * copies of the Software, and to permit persons to whom the Software is
                    * furnished to do so, subject to the following conditions:
                    *
                    * The above copyright notice and this permission notice shall be included in all
                    * copies or substantial portions of the Software.
                    *
                    * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
                    * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
                    * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
                    * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
                    * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
                    * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
                    */
                    
                    
                    
                    pragma solidity ^0.5.16;
                    
                    // https://docs.synthetix.io/contracts/source/contracts/owned
                    contract Owned {
                        address public owner;
                        address public nominatedOwner;
                    
                        constructor(address _owner) public {
                            require(_owner != address(0), "Owner address cannot be 0");
                            owner = _owner;
                            emit OwnerChanged(address(0), _owner);
                        }
                    
                        function nominateNewOwner(address _owner) external onlyOwner {
                            nominatedOwner = _owner;
                            emit OwnerNominated(_owner);
                        }
                    
                        function acceptOwnership() external {
                            require(msg.sender == nominatedOwner, "You must be nominated before you can accept ownership");
                            emit OwnerChanged(owner, nominatedOwner);
                            owner = nominatedOwner;
                            nominatedOwner = address(0);
                        }
                    
                        modifier onlyOwner {
                            _onlyOwner();
                            _;
                        }
                    
                        function _onlyOwner() private view {
                            require(msg.sender == owner, "Only the contract owner may perform this action");
                        }
                    
                        event OwnerNominated(address newOwner);
                        event OwnerChanged(address oldOwner, address newOwner);
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/isynthetixdebtshare
                    interface ISynthetixDebtShare {
                        // Views
                    
                        function currentPeriodId() external view returns (uint128);
                    
                        function allowance(address account, address spender) external view returns (uint);
                    
                        function balanceOf(address account) external view returns (uint);
                    
                        function balanceOfOnPeriod(address account, uint periodId) external view returns (uint);
                    
                        function totalSupply() external view returns (uint);
                    
                        function sharePercent(address account) external view returns (uint);
                    
                        function sharePercentOnPeriod(address account, uint periodId) external view returns (uint);
                    
                        // Mutative functions
                    
                        function takeSnapshot(uint128 id) external;
                    
                        function mintShare(address account, uint256 amount) external;
                    
                        function burnShare(address account, uint256 amount) external;
                    
                        function approve(address, uint256) external pure returns (bool);
                    
                        function transfer(address to, uint256 amount) external pure returns(bool);
                    
                        function transferFrom(address from, address to, uint256 amount) external returns(bool);
                    
                        function addAuthorizedBroker(address target) external;
                    
                        function removeAuthorizedBroker(address target) external;
                    
                        function addAuthorizedToSnapshot(address target) external;
                    
                        function removeAuthorizedToSnapshot(address target) external;
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/iaddressresolver
                    interface IAddressResolver {
                        function getAddress(bytes32 name) external view returns (address);
                    
                        function getSynth(bytes32 key) external view returns (address);
                    
                        function requireAndGetAddress(bytes32 name, string calldata reason) external view returns (address);
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/isynth
                    interface ISynth {
                        // Views
                        function currencyKey() external view returns (bytes32);
                    
                        function transferableSynths(address account) external view returns (uint);
                    
                        // Mutative functions
                        function transferAndSettle(address to, uint value) external returns (bool);
                    
                        function transferFromAndSettle(
                            address from,
                            address to,
                            uint value
                        ) external returns (bool);
                    
                        // Restricted: used internally to Synthetix
                        function burn(address account, uint amount) external;
                    
                        function issue(address account, uint amount) external;
                    }
                    
                    
                    // https://docs.synthetix.io/contracts/source/interfaces/iissuer
                    interface IIssuer {
                        // Views
                        function anySynthOrSNXRateIsInvalid() external view returns (bool anyRateInvalid);
                    
                        function availableCurrencyKeys() external view returns (bytes32[] memory);
                    
                        function availableSynthCount() external view returns (uint);
                    
                        function availableSynths(uint index) external view returns (ISynth);
                    
                        function canBurnSynths(address account) external view returns (bool);
                    
                        function collateral(address account) external view returns (uint);
                    
                        function collateralisationRatio(address issuer) external view returns (uint);
                    
                        function collateralisationRatioAndAnyRatesInvalid(address _issuer)
                            external
                            view
                            returns (uint cratio, bool anyRateIsInvalid);
                    
                        function debtBalanceOf(address issuer, bytes32 currencyKey) external view returns (uint debtBalance);
                    
                        function issuanceRatio() external view returns (uint);
                    
                        function lastIssueEvent(address account) external view returns (uint);
                    
                        function maxIssuableSynths(address issuer) external view returns (uint maxIssuable);
                    
                        function minimumStakeTime() external view returns (uint);
                    
                        function remainingIssuableSynths(address issuer)
                            external
                            view
                            returns (
                                uint maxIssuable,
                                uint alreadyIssued,
                                uint totalSystemDebt
                            );
                    
                        function synths(bytes32 currencyKey) external view returns (ISynth);
                    
                        function getSynths(bytes32[] calldata currencyKeys) external view returns (ISynth[] memory);
                    
                        function synthsByAddress(address synthAddress) external view returns (bytes32);
                    
                        function totalIssuedSynths(bytes32 currencyKey, bool excludeOtherCollateral) external view returns (uint);
                    
                        function transferableSynthetixAndAnyRateIsInvalid(address account, uint balance)
                            external
                            view
                            returns (uint transferable, bool anyRateIsInvalid);
                    
                        // Restricted: used internally to Synthetix
                        function issueSynths(address from, uint amount) external;
                    
                        function issueSynthsOnBehalf(
                            address issueFor,
                            address from,
                            uint amount
                        ) external;
                    
                        function issueMaxSynths(address from) external;
                    
                        function issueMaxSynthsOnBehalf(address issueFor, address from) external;
                    
                        function burnSynths(address from, uint amount) external;
                    
                        function burnSynthsOnBehalf(
                            address burnForAddress,
                            address from,
                            uint amount
                        ) external;
                    
                        function burnSynthsToTarget(address from) external;
                    
                        function burnSynthsToTargetOnBehalf(address burnForAddress, address from) external;
                    
                        function burnForRedemption(
                            address deprecatedSynthProxy,
                            address account,
                            uint balance
                        ) external;
                    
                        function liquidateDelinquentAccount(
                            address account,
                            uint susdAmount,
                            address liquidator
                        ) external returns (uint totalRedeemed, uint amountToLiquidate);
                    
                        function setCurrentPeriodId(uint128 periodId) external;
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/addressresolver
                    contract AddressResolver is Owned, IAddressResolver {
                        mapping(bytes32 => address) public repository;
                    
                        constructor(address _owner) public Owned(_owner) {}
                    
                        /* ========== RESTRICTED FUNCTIONS ========== */
                    
                        function importAddresses(bytes32[] calldata names, address[] calldata destinations) external onlyOwner {
                            require(names.length == destinations.length, "Input lengths must match");
                    
                            for (uint i = 0; i < names.length; i++) {
                                bytes32 name = names[i];
                                address destination = destinations[i];
                                repository[name] = destination;
                                emit AddressImported(name, destination);
                            }
                        }
                    
                        /* ========= PUBLIC FUNCTIONS ========== */
                    
                        function rebuildCaches(MixinResolver[] calldata destinations) external {
                            for (uint i = 0; i < destinations.length; i++) {
                                destinations[i].rebuildCache();
                            }
                        }
                    
                        /* ========== VIEWS ========== */
                    
                        function areAddressesImported(bytes32[] calldata names, address[] calldata destinations) external view returns (bool) {
                            for (uint i = 0; i < names.length; i++) {
                                if (repository[names[i]] != destinations[i]) {
                                    return false;
                                }
                            }
                            return true;
                        }
                    
                        function getAddress(bytes32 name) external view returns (address) {
                            return repository[name];
                        }
                    
                        function requireAndGetAddress(bytes32 name, string calldata reason) external view returns (address) {
                            address _foundAddress = repository[name];
                            require(_foundAddress != address(0), reason);
                            return _foundAddress;
                        }
                    
                        function getSynth(bytes32 key) external view returns (address) {
                            IIssuer issuer = IIssuer(repository["Issuer"]);
                            require(address(issuer) != address(0), "Cannot find Issuer address");
                            return address(issuer.synths(key));
                        }
                    
                        /* ========== EVENTS ========== */
                    
                        event AddressImported(bytes32 name, address destination);
                    }
                    
                    
                    // Internal references
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/mixinresolver
                    contract MixinResolver {
                        AddressResolver public resolver;
                    
                        mapping(bytes32 => address) private addressCache;
                    
                        constructor(address _resolver) internal {
                            resolver = AddressResolver(_resolver);
                        }
                    
                        /* ========== INTERNAL FUNCTIONS ========== */
                    
                        function combineArrays(bytes32[] memory first, bytes32[] memory second)
                            internal
                            pure
                            returns (bytes32[] memory combination)
                        {
                            combination = new bytes32[](first.length + second.length);
                    
                            for (uint i = 0; i < first.length; i++) {
                                combination[i] = first[i];
                            }
                    
                            for (uint j = 0; j < second.length; j++) {
                                combination[first.length + j] = second[j];
                            }
                        }
                    
                        /* ========== PUBLIC FUNCTIONS ========== */
                    
                        // Note: this function is public not external in order for it to be overridden and invoked via super in subclasses
                        function resolverAddressesRequired() public view returns (bytes32[] memory addresses) {}
                    
                        function rebuildCache() public {
                            bytes32[] memory requiredAddresses = resolverAddressesRequired();
                            // The resolver must call this function whenver it updates its state
                            for (uint i = 0; i < requiredAddresses.length; i++) {
                                bytes32 name = requiredAddresses[i];
                                // Note: can only be invoked once the resolver has all the targets needed added
                                address destination =
                                    resolver.requireAndGetAddress(name, string(abi.encodePacked("Resolver missing target: ", name)));
                                addressCache[name] = destination;
                                emit CacheUpdated(name, destination);
                            }
                        }
                    
                        /* ========== VIEWS ========== */
                    
                        function isResolverCached() external view returns (bool) {
                            bytes32[] memory requiredAddresses = resolverAddressesRequired();
                            for (uint i = 0; i < requiredAddresses.length; i++) {
                                bytes32 name = requiredAddresses[i];
                                // false if our cache is invalid or if the resolver doesn't have the required address
                                if (resolver.getAddress(name) != addressCache[name] || addressCache[name] == address(0)) {
                                    return false;
                                }
                            }
                    
                            return true;
                        }
                    
                        /* ========== INTERNAL FUNCTIONS ========== */
                    
                        function requireAndGetAddress(bytes32 name) internal view returns (address) {
                            address _foundAddress = addressCache[name];
                            require(_foundAddress != address(0), string(abi.encodePacked("Missing address: ", name)));
                            return _foundAddress;
                        }
                    
                        /* ========== EVENTS ========== */
                    
                        event CacheUpdated(bytes32 name, address destination);
                    }
                    
                    
                    /**
                     * @dev Wrappers over Solidity's arithmetic operations with added overflow
                     * checks.
                     *
                     * Arithmetic operations in Solidity wrap on overflow. This can easily result
                     * in bugs, because programmers usually assume that an overflow raises an
                     * error, which is the standard behavior in high level programming languages.
                     * `SafeMath` restores this intuition by reverting the transaction when an
                     * operation overflows.
                     *
                     * Using this library instead of the unchecked operations eliminates an entire
                     * class of bugs, so it's recommended to use it always.
                     */
                    library SafeMath {
                        /**
                         * @dev Returns the addition of two unsigned integers, reverting on
                         * overflow.
                         *
                         * Counterpart to Solidity's `+` operator.
                         *
                         * Requirements:
                         * - Addition cannot overflow.
                         */
                        function add(uint256 a, uint256 b) internal pure returns (uint256) {
                            uint256 c = a + b;
                            require(c >= a, "SafeMath: addition overflow");
                    
                            return c;
                        }
                    
                        /**
                         * @dev Returns the subtraction of two unsigned integers, reverting on
                         * overflow (when the result is negative).
                         *
                         * Counterpart to Solidity's `-` operator.
                         *
                         * Requirements:
                         * - Subtraction cannot overflow.
                         */
                        function sub(uint256 a, uint256 b) internal pure returns (uint256) {
                            require(b <= a, "SafeMath: subtraction overflow");
                            uint256 c = a - b;
                    
                            return c;
                        }
                    
                        /**
                         * @dev Returns the multiplication of two unsigned integers, reverting on
                         * overflow.
                         *
                         * Counterpart to Solidity's `*` operator.
                         *
                         * Requirements:
                         * - Multiplication cannot overflow.
                         */
                        function mul(uint256 a, uint256 b) internal pure returns (uint256) {
                            // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
                            // benefit is lost if 'b' is also tested.
                            // See: https://github.com/OpenZeppelin/openzeppelin-solidity/pull/522
                            if (a == 0) {
                                return 0;
                            }
                    
                            uint256 c = a * b;
                            require(c / a == b, "SafeMath: multiplication overflow");
                    
                            return c;
                        }
                    
                        /**
                         * @dev Returns the integer division of two unsigned integers. Reverts on
                         * division by zero. The result is rounded towards zero.
                         *
                         * Counterpart to Solidity's `/` operator. Note: this function uses a
                         * `revert` opcode (which leaves remaining gas untouched) while Solidity
                         * uses an invalid opcode to revert (consuming all remaining gas).
                         *
                         * Requirements:
                         * - The divisor cannot be zero.
                         */
                        function div(uint256 a, uint256 b) internal pure returns (uint256) {
                            // Solidity only automatically asserts when dividing by 0
                            require(b > 0, "SafeMath: division by zero");
                            uint256 c = a / b;
                            // assert(a == b * c + a % b); // There is no case in which this doesn't hold
                    
                            return c;
                        }
                    
                        /**
                         * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
                         * Reverts when dividing by zero.
                         *
                         * Counterpart to Solidity's `%` operator. This function uses a `revert`
                         * opcode (which leaves remaining gas untouched) while Solidity uses an
                         * invalid opcode to revert (consuming all remaining gas).
                         *
                         * Requirements:
                         * - The divisor cannot be zero.
                         */
                        function mod(uint256 a, uint256 b) internal pure returns (uint256) {
                            require(b != 0, "SafeMath: modulo by zero");
                            return a % b;
                        }
                    }
                    
                    
                    // Libraries
                    
                    
                    // https://docs.synthetix.io/contracts/source/libraries/safedecimalmath
                    library SafeDecimalMath {
                        using SafeMath for uint;
                    
                        /* Number of decimal places in the representations. */
                        uint8 public constant decimals = 18;
                        uint8 public constant highPrecisionDecimals = 27;
                    
                        /* The number representing 1.0. */
                        uint public constant UNIT = 10**uint(decimals);
                    
                        /* The number representing 1.0 for higher fidelity numbers. */
                        uint public constant PRECISE_UNIT = 10**uint(highPrecisionDecimals);
                        uint private constant UNIT_TO_HIGH_PRECISION_CONVERSION_FACTOR = 10**uint(highPrecisionDecimals - decimals);
                    
                        /**
                         * @return Provides an interface to UNIT.
                         */
                        function unit() external pure returns (uint) {
                            return UNIT;
                        }
                    
                        /**
                         * @return Provides an interface to PRECISE_UNIT.
                         */
                        function preciseUnit() external pure returns (uint) {
                            return PRECISE_UNIT;
                        }
                    
                        /**
                         * @return The result of multiplying x and y, interpreting the operands as fixed-point
                         * decimals.
                         *
                         * @dev A unit factor is divided out after the product of x and y is evaluated,
                         * so that product must be less than 2**256. As this is an integer division,
                         * the internal division always rounds down. This helps save on gas. Rounding
                         * is more expensive on gas.
                         */
                        function multiplyDecimal(uint x, uint y) internal pure returns (uint) {
                            /* Divide by UNIT to remove the extra factor introduced by the product. */
                            return x.mul(y) / UNIT;
                        }
                    
                        /**
                         * @return The result of safely multiplying x and y, interpreting the operands
                         * as fixed-point decimals of the specified precision unit.
                         *
                         * @dev The operands should be in the form of a the specified unit factor which will be
                         * divided out after the product of x and y is evaluated, so that product must be
                         * less than 2**256.
                         *
                         * Unlike multiplyDecimal, this function rounds the result to the nearest increment.
                         * Rounding is useful when you need to retain fidelity for small decimal numbers
                         * (eg. small fractions or percentages).
                         */
                        function _multiplyDecimalRound(
                            uint x,
                            uint y,
                            uint precisionUnit
                        ) private pure returns (uint) {
                            /* Divide by UNIT to remove the extra factor introduced by the product. */
                            uint quotientTimesTen = x.mul(y) / (precisionUnit / 10);
                    
                            if (quotientTimesTen % 10 >= 5) {
                                quotientTimesTen += 10;
                            }
                    
                            return quotientTimesTen / 10;
                        }
                    
                        /**
                         * @return The result of safely multiplying x and y, interpreting the operands
                         * as fixed-point decimals of a precise unit.
                         *
                         * @dev The operands should be in the precise unit factor which will be
                         * divided out after the product of x and y is evaluated, so that product must be
                         * less than 2**256.
                         *
                         * Unlike multiplyDecimal, this function rounds the result to the nearest increment.
                         * Rounding is useful when you need to retain fidelity for small decimal numbers
                         * (eg. small fractions or percentages).
                         */
                        function multiplyDecimalRoundPrecise(uint x, uint y) internal pure returns (uint) {
                            return _multiplyDecimalRound(x, y, PRECISE_UNIT);
                        }
                    
                        /**
                         * @return The result of safely multiplying x and y, interpreting the operands
                         * as fixed-point decimals of a standard unit.
                         *
                         * @dev The operands should be in the standard unit factor which will be
                         * divided out after the product of x and y is evaluated, so that product must be
                         * less than 2**256.
                         *
                         * Unlike multiplyDecimal, this function rounds the result to the nearest increment.
                         * Rounding is useful when you need to retain fidelity for small decimal numbers
                         * (eg. small fractions or percentages).
                         */
                        function multiplyDecimalRound(uint x, uint y) internal pure returns (uint) {
                            return _multiplyDecimalRound(x, y, UNIT);
                        }
                    
                        /**
                         * @return The result of safely dividing x and y. The return value is a high
                         * precision decimal.
                         *
                         * @dev y is divided after the product of x and the standard precision unit
                         * is evaluated, so the product of x and UNIT must be less than 2**256. As
                         * this is an integer division, the result is always rounded down.
                         * This helps save on gas. Rounding is more expensive on gas.
                         */
                        function divideDecimal(uint x, uint y) internal pure returns (uint) {
                            /* Reintroduce the UNIT factor that will be divided out by y. */
                            return x.mul(UNIT).div(y);
                        }
                    
                        /**
                         * @return The result of safely dividing x and y. The return value is as a rounded
                         * decimal in the precision unit specified in the parameter.
                         *
                         * @dev y is divided after the product of x and the specified precision unit
                         * is evaluated, so the product of x and the specified precision unit must
                         * be less than 2**256. The result is rounded to the nearest increment.
                         */
                        function _divideDecimalRound(
                            uint x,
                            uint y,
                            uint precisionUnit
                        ) private pure returns (uint) {
                            uint resultTimesTen = x.mul(precisionUnit * 10).div(y);
                    
                            if (resultTimesTen % 10 >= 5) {
                                resultTimesTen += 10;
                            }
                    
                            return resultTimesTen / 10;
                        }
                    
                        /**
                         * @return The result of safely dividing x and y. The return value is as a rounded
                         * standard precision decimal.
                         *
                         * @dev y is divided after the product of x and the standard precision unit
                         * is evaluated, so the product of x and the standard precision unit must
                         * be less than 2**256. The result is rounded to the nearest increment.
                         */
                        function divideDecimalRound(uint x, uint y) internal pure returns (uint) {
                            return _divideDecimalRound(x, y, UNIT);
                        }
                    
                        /**
                         * @return The result of safely dividing x and y. The return value is as a rounded
                         * high precision decimal.
                         *
                         * @dev y is divided after the product of x and the high precision unit
                         * is evaluated, so the product of x and the high precision unit must
                         * be less than 2**256. The result is rounded to the nearest increment.
                         */
                        function divideDecimalRoundPrecise(uint x, uint y) internal pure returns (uint) {
                            return _divideDecimalRound(x, y, PRECISE_UNIT);
                        }
                    
                        /**
                         * @dev Convert a standard decimal representation to a high precision one.
                         */
                        function decimalToPreciseDecimal(uint i) internal pure returns (uint) {
                            return i.mul(UNIT_TO_HIGH_PRECISION_CONVERSION_FACTOR);
                        }
                    
                        /**
                         * @dev Convert a high precision decimal to a standard decimal representation.
                         */
                        function preciseDecimalToDecimal(uint i) internal pure returns (uint) {
                            uint quotientTimesTen = i / (UNIT_TO_HIGH_PRECISION_CONVERSION_FACTOR / 10);
                    
                            if (quotientTimesTen % 10 >= 5) {
                                quotientTimesTen += 10;
                            }
                    
                            return quotientTimesTen / 10;
                        }
                    
                        // Computes `a - b`, setting the value to 0 if b > a.
                        function floorsub(uint a, uint b) internal pure returns (uint) {
                            return b >= a ? 0 : a - b;
                        }
                    
                        /* ---------- Utilities ---------- */
                        /*
                         * Absolute value of the input, returned as a signed number.
                         */
                        function signedAbs(int x) internal pure returns (int) {
                            return x < 0 ? -x : x;
                        }
                    
                        /*
                         * Absolute value of the input, returned as an unsigned number.
                         */
                        function abs(int x) internal pure returns (uint) {
                            return uint(signedAbs(x));
                        }
                    }
                    
                    
                    // Inheritance
                    
                    
                    // Libraries
                    
                    
                    // https://docs.synthetix.io/contracts/source/contracts/synthetixdebtshare
                    contract SynthetixDebtShare is Owned, MixinResolver, ISynthetixDebtShare {
                        using SafeMath for uint;
                        using SafeDecimalMath for uint;
                    
                        struct PeriodBalance {
                            uint128 amount;
                            uint128 periodId;
                        }
                    
                        bytes32 public constant CONTRACT_NAME = "SynthetixDebtShare";
                    
                        bytes32 private constant CONTRACT_ISSUER = "Issuer";
                    
                        uint internal constant MAX_PERIOD_ITERATE = 30;
                    
                        /* ========== STATE VARIABLES ========== */
                    
                        /**
                         * Addresses selected by owner which are allowed to call `transferFrom` to manage debt shares
                         */
                        mapping(address => bool) public authorizedBrokers;
                    
                        /**
                         * Addresses selected by owner which are allowed to call `takeSnapshot`
                         * `takeSnapshot` is not public because only a small number of snapshots can be retained for a period of time, and so they
                         * must be controlled to prevent censorship
                         */
                        mapping(address => bool) public authorizedToSnapshot;
                    
                        /**
                         * Records a user's balance as it changes from period to period.
                         * The last item in the array always represents the user's most recent balance
                         * The intermediate balance is only recorded if 
                         * `currentPeriodId` differs (which would happen upon a call to `setCurrentPeriodId`)
                         */
                        mapping(address => PeriodBalance[]) public balances;
                    
                        /**
                         * Records totalSupply as it changes from period to period
                         * Similar to `balances`, the `totalSupplyOnPeriod` at index `currentPeriodId` matches the current total supply
                         * Any other period ID would represent its most recent totalSupply before the period ID changed.
                         */
                        mapping(uint => uint) public totalSupplyOnPeriod;
                    
                    
                        /* ERC20 fields. */
                        string public name;
                        string public symbol;
                        uint8 public decimals;
                    
                        /**
                         * Period ID used for recording accounting changes
                         * Can only increment
                         */
                        uint128 public currentPeriodId;
                    
                        /**
                         * Prevents the owner from making further changes to debt shares after initial import
                         */
                        bool public isInitialized = false;
                    
                        constructor(address _owner, address _resolver) public Owned(_owner) MixinResolver(_resolver) {
                            name = "Synthetix Debt Shares";
                            symbol = "SDS";
                            decimals = 18;
                    
                            // NOTE: must match initial fee period ID on `FeePool` constructor if issuer wont report
                            currentPeriodId = 1;
                        }
                        function resolverAddressesRequired() public view returns (bytes32[] memory addresses) {
                            addresses = new bytes32[](1);
                            addresses[0] = CONTRACT_ISSUER;
                        }
                    
                        /* ========== VIEWS ========== */
                    
                        function balanceOf(address account) public view returns (uint) {
                            uint accountPeriodHistoryCount = balances[account].length;
                    
                            if (accountPeriodHistoryCount == 0) {
                                return 0;
                            }
                    
                            return uint(balances[account][accountPeriodHistoryCount - 1].amount);
                        }
                    
                        function balanceOfOnPeriod(address account, uint periodId) public view returns (uint) {
                            uint accountPeriodHistoryCount = balances[account].length;
                    
                            int oldestHistoryIterate = int(MAX_PERIOD_ITERATE < accountPeriodHistoryCount ? accountPeriodHistoryCount - MAX_PERIOD_ITERATE : 0);
                            int i;
                            for (i = int(accountPeriodHistoryCount) - 1;i >= oldestHistoryIterate;i--) {
                                if (balances[account][uint(i)].periodId <= periodId) {
                                    return uint(balances[account][uint(i)].amount);
                                }
                            }
                    
                            require(i < 0, "SynthetixDebtShare: not found in recent history");
                            return 0;
                        }
                    
                        function totalSupply() public view returns (uint) {
                            return totalSupplyOnPeriod[currentPeriodId];
                        }
                    
                        function sharePercent(address account) external view returns (uint) {
                            return sharePercentOnPeriod(account, currentPeriodId);
                        }
                    
                        function sharePercentOnPeriod(address account, uint periodId) public view returns (uint) {
                            uint balance = balanceOfOnPeriod(account, periodId);
                            
                            if (balance == 0) {
                                return 0;
                            }
                            
                            return balance.divideDecimal(totalSupplyOnPeriod[periodId]);
                        }
                    
                        function allowance(address, address spender) public view returns (uint) {
                            if (authorizedBrokers[spender]) {
                                return uint(-1);
                            }
                            else {
                                return 0;
                            }
                        }
                    
                        /* ========== MUTATIVE FUNCTIONS ========== */
                    
                        function addAuthorizedBroker(address target) external onlyOwner {
                            authorizedBrokers[target] = true;
                            emit ChangeAuthorizedBroker(target, true);
                        }
                    
                        function removeAuthorizedBroker(address target) external onlyOwner {
                            authorizedBrokers[target] = false;
                            emit ChangeAuthorizedBroker(target, false);
                        }
                    
                        function addAuthorizedToSnapshot(address target) external onlyOwner {
                            authorizedToSnapshot[target] = true;
                            emit ChangeAuthorizedToSnapshot(target, true);
                        }
                    
                        function removeAuthorizedToSnapshot(address target) external onlyOwner {
                            authorizedToSnapshot[target] = false;
                            emit ChangeAuthorizedToSnapshot(target, false);
                        }
                    
                        function takeSnapshot(uint128 id) external onlyAuthorizedToSnapshot {
                            require(id > currentPeriodId, "period id must always increase");
                            totalSupplyOnPeriod[id] = totalSupplyOnPeriod[currentPeriodId];
                            currentPeriodId = id;
                        }
                            
                        function mintShare(address account, uint256 amount) external onlyIssuer {
                            require(account != address(0), "ERC20: mint to the zero address");
                    
                            _increaseBalance(account, amount);
                    
                            totalSupplyOnPeriod[currentPeriodId] = totalSupplyOnPeriod[currentPeriodId].add(amount);
                    
                            emit Transfer(address(0), account, amount);
                            emit Mint(account, amount);
                        }
                    
                        function burnShare(address account, uint256 amount) external onlyIssuer {
                            require(account != address(0), "ERC20: burn from zero address");
                    
                            _deductBalance(account, amount);
                    
                            totalSupplyOnPeriod[currentPeriodId] = totalSupplyOnPeriod[currentPeriodId].sub(amount);
                            emit Transfer(account, address(0), amount);
                            emit Burn(account, amount);
                        }
                    
                        function approve(address, uint256) external pure returns(bool) {
                            revert("debt shares are not transferrable");
                        }
                    
                        function transfer(address, uint256) external pure returns(bool) {
                            revert("debt shares are not transferrable");
                        }
                    
                        function transferFrom(address from, address to, uint256 amount) external onlyAuthorizedBrokers returns(bool) {
                            require(to != address(0), "ERC20: send to the zero address");
                    
                            _deductBalance(from, amount);
                            _increaseBalance(to, amount);
                    
                            emit Transfer(address(from), address(to), amount);
                    
                            return true;
                        }
                    
                        function importAddresses(address[] calldata accounts, uint256[] calldata amounts) external onlyOwner onlySetup {
                            uint supply = totalSupplyOnPeriod[currentPeriodId];
                    
                            for (uint i = 0; i < accounts.length; i++) {
                                uint curBalance = balanceOf(accounts[i]);
                                if (curBalance < amounts[i]) {
                                    uint amount = amounts[i] - curBalance;
                                    _increaseBalance(accounts[i], amount);
                                    supply = supply.add(amount);
                                    emit Mint(accounts[i], amount);
                                    emit Transfer(address(0), accounts[i], amount);
                                }
                                else if (curBalance > amounts[i]) {
                                    uint amount = curBalance - amounts[i];
                                    _deductBalance(accounts[i], amount);
                                    supply = supply.sub(amount);
                                    emit Burn(accounts[i], amount);
                                    emit Transfer(accounts[i], address(0), amount);
                                }
                            }
                    
                            totalSupplyOnPeriod[currentPeriodId] = supply;
                        }
                    
                        function finishSetup() external onlyOwner {
                            isInitialized = true;
                        }
                    
                        /* ========== INTERNAL FUNCTIONS ======== */
                        function _increaseBalance(address account, uint amount) internal {
                            uint accountBalanceCount = balances[account].length;
                    
                            if (accountBalanceCount == 0) {
                                balances[account].push(PeriodBalance(uint128(amount), uint128(currentPeriodId)));
                            }
                            else {
                                uint128 newAmount = uint128(uint(balances[account][accountBalanceCount - 1].amount).add(amount));
                    
                                if (balances[account][accountBalanceCount - 1].periodId != currentPeriodId) {
                                    balances[account].push(PeriodBalance(newAmount, currentPeriodId));
                                }
                                else {
                                    balances[account][accountBalanceCount - 1].amount = newAmount;
                                }
                            }
                        }
                    
                        function _deductBalance(address account, uint amount) internal {
                            uint accountBalanceCount = balances[account].length;
                    
                            require(accountBalanceCount != 0, "SynthetixDebtShare: account has no share to deduct");
                    
                            uint128 newAmount = uint128(uint(balances[account][accountBalanceCount - 1].amount).sub(amount));
                    
                            if (balances[account][accountBalanceCount - 1].periodId != currentPeriodId) {
                                balances[account].push(PeriodBalance(
                                    newAmount, 
                                    currentPeriodId
                                ));
                            }
                            else {
                                balances[account][accountBalanceCount - 1].amount = newAmount;
                            }
                        }
                    
                        /* ========== MODIFIERS ========== */
                    
                        modifier onlyIssuer() {
                            require(msg.sender == requireAndGetAddress(CONTRACT_ISSUER), "SynthetixDebtShare: only issuer can mint/burn");
                            _;
                        }
                    
                        modifier onlyAuthorizedToSnapshot() {
                            require(authorizedToSnapshot[msg.sender] || msg.sender == requireAndGetAddress(CONTRACT_ISSUER), "SynthetixDebtShare: not authorized to snapshot");
                            _;
                        }
                    
                        modifier onlyAuthorizedBrokers() {
                            require(authorizedBrokers[msg.sender], "SynthetixDebtShare: only brokers can transferFrom");
                            _;
                        }
                    
                        modifier onlySetup() {
                            require(!isInitialized, "SynthetixDebt: only callable while still initializing");
                            _;
                        }
                    
                        /* ========== EVENTS ========== */
                        event Mint(address indexed account, uint amount);
                        event Burn(address indexed account, uint amount);
                        event Transfer(address indexed from, address indexed to, uint value);
                    
                        event ChangeAuthorizedBroker(address indexed authorizedBroker, bool authorized);
                        event ChangeAuthorizedToSnapshot(address indexed authorizedToSnapshot, bool authorized);
                    }
                    
                        

                    File 10 of 10: TokenState
                    /*
                    -----------------------------------------------------------------
                    FILE HEADER
                    -----------------------------------------------------------------
                    
                    file:       TokenState.sol
                    version:    1.0
                    author:     Dominic Romanowski
                                Anton Jurisevic
                    
                    date:       2018-2-24
                    checked:    Anton Jurisevic
                    approved:   Samuel Brooks
                    
                    repo:       https://github.com/Havven/havven
                    commit:     34e66009b98aa18976226c139270970d105045e3
                    
                    -----------------------------------------------------------------
                    CONTRACT DESCRIPTION
                    -----------------------------------------------------------------
                    
                    An Owned contract, to be inherited by other contracts.
                    Requires its owner to be explicitly set in the constructor.
                    Provides an onlyOwner access modifier.
                    
                    To change owner, the current owner must nominate the next owner,
                    who then has to accept the nomination. The nomination can be
                    cancelled before it is accepted by the new owner by having the
                    previous owner change the nomination (setting it to 0).
                    -----------------------------------------------------------------
                    */
                    
                    pragma solidity ^0.4.20;
                    
                    contract Owned {
                        address public owner;
                        address public nominatedOwner;
                    
                        function Owned(address _owner)
                            public
                        {
                            owner = _owner;
                        }
                    
                        function nominateOwner(address _owner)
                            external
                            onlyOwner
                        {
                            nominatedOwner = _owner;
                            emit OwnerNominated(_owner);
                        }
                    
                        function acceptOwnership()
                            external
                        {
                            require(msg.sender == nominatedOwner);
                            emit OwnerChanged(owner, nominatedOwner);
                            owner = nominatedOwner;
                            nominatedOwner = address(0);
                        }
                    
                        modifier onlyOwner
                        {
                            require(msg.sender == owner);
                            _;
                        }
                    
                        event OwnerNominated(address newOwner);
                        event OwnerChanged(address oldOwner, address newOwner);
                    }
                    
                    /*
                    -----------------------------------------------------------------
                    CONTRACT DESCRIPTION
                    -----------------------------------------------------------------
                    
                    A contract that holds the state of an ERC20 compliant token.
                    
                    This contract is used side by side with external state token
                    contracts, such as Havven and EtherNomin.
                    It provides an easy way to upgrade contract logic while
                    maintaining all user balances and allowances. This is designed
                    to to make the changeover as easy as possible, since mappings
                    are not so cheap or straightforward to migrate.
                    
                    The first deployed contract would create this state contract,
                    using it as its store of balances.
                    When a new contract is deployed, it links to the existing
                    state contract, whose owner would then change its associated
                    contract to the new one.
                    
                    -----------------------------------------------------------------
                    */
                    
                    contract TokenState is Owned {
                    
                        // the address of the contract that can modify balances and allowances
                        // this can only be changed by the owner of this contract
                        address public associatedContract;
                    
                        // ERC20 fields.
                        mapping(address => uint) public balanceOf;
                        mapping(address => mapping(address => uint256)) public allowance;
                    
                        function TokenState(address _owner, address _associatedContract)
                            Owned(_owner)
                            public
                        {
                            associatedContract = _associatedContract;
                            emit AssociatedContractUpdated(_associatedContract);
                        }
                    
                        /* ========== SETTERS ========== */
                    
                        // Change the associated contract to a new address
                        function setAssociatedContract(address _associatedContract)
                            external
                            onlyOwner
                        {
                            associatedContract = _associatedContract;
                            emit AssociatedContractUpdated(_associatedContract);
                        }
                    
                        function setAllowance(address tokenOwner, address spender, uint value)
                            external
                            onlyAssociatedContract
                        {
                            allowance[tokenOwner][spender] = value;
                        }
                    
                        function setBalanceOf(address account, uint value)
                            external
                            onlyAssociatedContract
                        {
                            balanceOf[account] = value;
                        }
                    
                    
                        /* ========== MODIFIERS ========== */
                    
                        modifier onlyAssociatedContract
                        {
                            require(msg.sender == associatedContract);
                            _;
                        }
                    
                        /* ========== EVENTS ========== */
                    
                        event AssociatedContractUpdated(address _associatedContract);
                    }
                    
                    /*
                    MIT License
                    
                    Copyright (c) 2018 Havven
                    
                    Permission is hereby granted, free of charge, to any person obtaining a copy
                    of this software and associated documentation files (the "Software"), to deal
                    in the Software without restriction, including without limitation the rights
                    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
                    copies of the Software, and to permit persons to whom the Software is
                    furnished to do so, subject to the following conditions:
                    
                    The above copyright notice and this permission notice shall be included in all
                    copies or substantial portions of the Software.
                    
                    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
                    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
                    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
                    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
                    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
                    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
                    SOFTWARE.
                    */