[
  {
    "constant": false,
    "inputs": [
      {
        "name": "_feePeriodDuration",
        "type": "uint256"
      }
    ],
    "name": "setFeePeriodDuration",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x04c49f2c"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_feePoolState",
        "type": "address"
      }
    ],
    "name": "setFeePoolState",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x075d2c41"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "_claimingAddress",
        "type": "address"
      }
    ],
    "name": "getLastFeeWithdrawal",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x07ea50cd"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "account",
        "type": "address"
      },
      {
        "name": "period",
        "type": "uint256"
      }
    ],
    "name": "effectiveDebtRatioForPeriod",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x0813071c"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "exchangeFeeRate",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x0f9b4955"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_integrationProxy",
        "type": "address"
      }
    ],
    "name": "setIntegrationProxy",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x131b0ae7"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_owner",
        "type": "address"
      }
    ],
    "name": "nominateNewOwner",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x1627540c"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "initiationTime",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x17c70de4"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_rewardsAuthority",
        "type": "address"
      }
    ],
    "name": "setRewardsAuthority",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x1c6346ec"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_beneficiary",
        "type": "address"
      }
    ],
    "name": "setSelfDestructBeneficiary",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x20714f88"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "feePeriodDuration",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x22425fa4"
  },
  {
    "constant": false,
    "inputs": [],
    "name": "recoverTransferFees",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x242696f6"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_percent",
        "type": "uint256"
      }
    ],
    "name": "setTargetThreshold",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x2cce0e54"
  },
  {
    "constant": false,
    "inputs": [],
    "name": "terminateSelfDestruct",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x3278c960"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "account",
        "type": "address"
      }
    ],
    "name": "feesByPeriod",
    "outputs": [
      {
        "name": "results",
        "type": "uint256[2][3]"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x33140016"
  },
  {
    "constant": false,
    "inputs": [],
    "name": "closeCurrentFeePeriod",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x3ebc457a"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "name": "recentFeePeriods",
    "outputs": [
      {
        "name": "feePeriodId",
        "type": "uint256"
      },
      {
        "name": "startingDebtIndex",
        "type": "uint256"
      },
      {
        "name": "startTime",
        "type": "uint256"
      },
      {
        "name": "feesToDistribute",
        "type": "uint256"
      },
      {
        "name": "feesClaimed",
        "type": "uint256"
      },
      {
        "name": "rewardsToDistribute",
        "type": "uint256"
      },
      {
        "name": "rewardsClaimed",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x3fcd2240"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "account",
        "type": "address"
      }
    ],
    "name": "approveClaimOnBehalf",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x4180e5b5"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "currencyKey",
        "type": "bytes32"
      }
    ],
    "name": "claimFees",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x4effae80"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "feePoolEternalStorage",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x52b9f8a2"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "nominatedOwner",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x53a47bb7"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_exchangeFeeRate",
        "type": "uint256"
      }
    ],
    "name": "setExchangeFeeRate",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x578a791d"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "account",
        "type": "address"
      }
    ],
    "name": "feesClaimable",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x58aab84a"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_delegates",
        "type": "address"
      }
    ],
    "name": "setDelegateApprovals",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x5b292e94"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "delegates",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x6138b19e"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "claimingForAddress",
        "type": "address"
      },
      {
        "name": "currencyKey",
        "type": "bytes32"
      }
    ],
    "name": "claimOnBehalf",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x682b9c16"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "account",
        "type": "address"
      }
    ],
    "name": "removeClaimOnBehalf",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x6c8bc9fe"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "totalRewardsAvailable",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x6de813f1"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "synthetix",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x759b5225"
  },
  {
    "constant": false,
    "inputs": [],
    "name": "acceptOwnership",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x79ba5097"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "account",
        "type": "address"
      },
      {
        "name": "debtRatio",
        "type": "uint256"
      },
      {
        "name": "debtEntryIndex",
        "type": "uint256"
      }
    ],
    "name": "appendAccountIssuanceRecord",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x86645274"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "owner",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x8da5cb5b"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_proxy",
        "type": "address"
      }
    ],
    "name": "setProxy",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x97107d6d"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "account",
        "type": "address"
      },
      {
        "name": "currencyKey",
        "type": "bytes32"
      }
    ],
    "name": "feesAvailable",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      },
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x9a87239a"
  },
  {
    "constant": false,
    "inputs": [],
    "name": "selfDestruct",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0x9cb8a26a"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "integrationProxy",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0x9cbdaeb6"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "rewardEscrow",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xa430be6c"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "SELFDESTRUCT_DELAY",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xa461fc82"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "currencyKey",
        "type": "bytes32"
      },
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "feePaid",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0xa5fdab80"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "TARGET_THRESHOLD",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xa6d5bb14"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "getPenaltyThresholdRatio",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xac834193"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "feePeriodIndex",
        "type": "uint256"
      },
      {
        "name": "feePeriodId",
        "type": "uint256"
      },
      {
        "name": "startingDebtIndex",
        "type": "uint256"
      },
      {
        "name": "startTime",
        "type": "uint256"
      },
      {
        "name": "feesToDistribute",
        "type": "uint256"
      },
      {
        "name": "feesClaimed",
        "type": "uint256"
      },
      {
        "name": "rewardsToDistribute",
        "type": "uint256"
      },
      {
        "name": "rewardsClaimed",
        "type": "uint256"
      }
    ],
    "name": "importFeePeriod",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0xb10090b8"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "account",
        "type": "address"
      },
      {
        "name": "quantity",
        "type": "uint256"
      }
    ],
    "name": "appendVestingEntry",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0xb5ddb9c7"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "amountReceivedFromTransfer",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xb7fcfa69"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "selfDestructInitiated",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xb8225dec"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "sender",
        "type": "address"
      }
    ],
    "name": "setMessageSender",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0xbc67f832"
  },
  {
    "constant": false,
    "inputs": [],
    "name": "initiateSelfDestruct",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0xbd32aa44"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "selfDestructBeneficiary",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xc58aaae6"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "exchangeFeeIncurred",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xcc9b31c9"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "FEE_PERIOD_LENGTH",
    "outputs": [
      {
        "name": "",
        "type": "uint8"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xcff2ddad"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "rewardsAuthority",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xd028a3f7"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "MIN_FEE_PERIOD_DURATION",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xd62ae399"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "synthetixState",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xdbd4a422"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "amountReceivedFromExchange",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xe05bac82"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "feePoolState",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xe3082f6a"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "currencyKey",
        "type": "bytes32"
      }
    ],
    "name": "totalFeesAvailable",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xe99bc2d8"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "FEE_ADDRESS",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xeb1edd61"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "proxy",
    "outputs": [
      {
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xec556889"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "MAX_FEE_PERIOD_DURATION",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xf344da67"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "MAX_EXCHANGE_FEE_RATE",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function",
    "signature": "0xfb1b4c7e"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "setRewardsToDistribute",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0xfd1f498d"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "_synthetix",
        "type": "address"
      }
    ],
    "name": "setSynthetix",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function",
    "signature": "0xfec9f9da"
  },
  {
    "inputs": [
      {
        "name": "_proxy",
        "type": "address"
      },
      {
        "name": "_owner",
        "type": "address"
      },
      {
        "name": "_synthetix",
        "type": "address"
      },
      {
        "name": "_feePoolState",
        "type": "address"
      },
      {
        "name": "_feePoolEternalStorage",
        "type": "address"
      },
      {
        "name": "_synthetixState",
        "type": "address"
      },
      {
        "name": "_rewardEscrow",
        "type": "address"
      },
      {
        "name": "_rewardsAuthority",
        "type": "address"
      },
      {
        "name": "_exchangeFeeRate",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "constructor"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "name": "name",
        "type": "string"
      },
      {
        "indexed": false,
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "LogInt",
    "type": "event",
    "signature": "0x3b53f2745f01e9cc7d8317d92cca0b2e25a1e0f710c5b65c2da4002d794e399f"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "name": "name",
        "type": "string"
      },
      {
        "indexed": false,
        "name": "value",
        "type": "address"
      }
    ],
    "name": "LogAddress",
    "type": "event",
    "signature": "0x62ddffe5b5108385f7a590f100e1ee414ad9551a31f089e64e82998440785e1e"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "name": "account",
        "type": "address"
      },
      {
        "indexed": false,
        "name": "debtRatio",
        "type": "uint256"
      },
      {
        "indexed": false,
        "name": "debtEntryIndex",
        "type": "uint256"
      },
      {
        "indexed": false,
        "name": "feePeriodStartingDebtIndex",
        "type": "uint256"
      }
    ],
    "name": "IssuanceDebtRatioEntry",
    "type": "event",
    "signature": "0x28dcdf40e6b6196065d54760038ab1a8c0c1d9cfa58a99e6b0cb6022f7e24775"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "name": "newFeeRate",
        "type": "uint256"
      }
    ],
    "name": "ExchangeFeeUpdated",
    "type": "event",
    "signature": "0xca0fe312a812d26dafe5eeab8fb96d69fbf83e7e5c71b4bb1e6d3f12fa0864d5"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "name": "newFeePeriodDuration",
        "type": "uint256"
      }
    ],
    "name": "FeePeriodDurationUpdated",
    "type": "event",
    "signature": "0x791bd58dd9719b5eb5ccdd6ec4d5c459b0ab8efcf59b723cf477693c0889eacd"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "name": "feePeriodId",
        "type": "uint256"
      }
    ],
    "name": "FeePeriodClosed",
    "type": "event",
    "signature": "0xe2ca356e01eb0a4bb7caaf07d472b7d687db156713ffc3111c758e9fe0a17ea7"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "name": "account",
        "type": "address"
      },
      {
        "indexed": false,
        "name": "xdrAmount",
        "type": "uint256"
      },
      {
        "indexed": false,
        "name": "snxRewards",
        "type": "uint256"
      }
    ],
    "name": "FeesClaimed",
    "type": "event",
    "signature": "0x1ac537f0ad67b64ac68a04587ff3a4cb6977de22eb2c37ee560897a92c6d07c7"
  },
  {
    "anonymous": false,
    "inputs": [],
    "name": "SelfDestructTerminated",
    "type": "event",
    "signature": "0x6adcc7125002935e0aa31697538ebbd65cfddf20431eb6ecdcfc3e238bfd082c"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "name": "beneficiary",
        "type": "address"
      }
    ],
    "name": "SelfDestructed",
    "type": "event",
    "signature": "0x8a09e1677ced846cb537dc2b172043bd05a1a81ad7e0033a7ef8ba762df990b7"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "name": "selfDestructDelay",
        "type": "uint256"
      }
    ],
    "name": "SelfDestructInitiated",
    "type": "event",
    "signature": "0xcbd94ca75b8dc45c9d80c77e851670e78843c0d75180cb81db3e2158228fa9a6"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "name": "newBeneficiary",
        "type": "address"
      }
    ],
    "name": "SelfDestructBeneficiaryUpdated",
    "type": "event",
    "signature": "0xd5da63a0b864b315bc04128dedbc93888c8529ee6cf47ce664dc204339228c53"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "name": "proxyAddress",
        "type": "address"
      }
    ],
    "name": "ProxyUpdated",
    "type": "event",
    "signature": "0xfc80377ca9c49cc11ae6982f390a42db976d5530af7c43889264b13fbbd7c57e"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "OwnerNominated",
    "type": "event",
    "signature": "0x906a1c6bd7e3091ea86693dd029a831c19049ce77f1dce2ce0bab1cacbabce22"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "name": "oldOwner",
        "type": "address"
      },
      {
        "indexed": false,
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "OwnerChanged",
    "type": "event",
    "signature": "0xb532073b38c83145e3e5135377a08bf9aab55bc0fd7c1179cd4fb995d2a5159c"
  }
]
