{
  "_format": "hh-sol-artifact-1",
  "contractName": "JJTokenDelegate",
  "sourceName": "contracts/JJTokenDelegate.sol",
  "abi": [
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "cashPrior",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "interestAccumulated",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "borrowIndex",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "totalBorrows",
          "type": "uint256"
        }
      ],
      "name": "AccrueInterest",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "owner",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "Approval",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "borrower",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "borrowAmount",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "accountBorrows",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "totalBorrows",
          "type": "uint256"
        }
      ],
      "name": "Borrow",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "error",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "info",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "detail",
          "type": "uint256"
        }
      ],
      "name": "Failure",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "receiver",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "totalFee",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "reservesFee",
          "type": "uint256"
        }
      ],
      "name": "Flashloan",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "liquidator",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "borrower",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "repayAmount",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "jTokenCollateral",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "seizeTokens",
          "type": "uint256"
        }
      ],
      "name": "LiquidateBorrow",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "minter",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "mintAmount",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "mintTokens",
          "type": "uint256"
        }
      ],
      "name": "Mint",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "oldAdmin",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "newAdmin",
          "type": "address"
        }
      ],
      "name": "NewAdmin",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "contract JoetrollerInterface",
          "name": "oldJoetroller",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "contract JoetrollerInterface",
          "name": "newJoetroller",
          "type": "address"
        }
      ],
      "name": "NewJoetroller",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "contract InterestRateModel",
          "name": "oldInterestRateModel",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "contract InterestRateModel",
          "name": "newInterestRateModel",
          "type": "address"
        }
      ],
      "name": "NewMarketInterestRateModel",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "oldPendingAdmin",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "newPendingAdmin",
          "type": "address"
        }
      ],
      "name": "NewPendingAdmin",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "oldProtocolSeizeShareMantissa",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "newProtocolSeizeShareMantissa",
          "type": "uint256"
        }
      ],
      "name": "NewProtocolSeizeShare",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "oldReserveFactorMantissa",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "newReserveFactorMantissa",
          "type": "uint256"
        }
      ],
      "name": "NewReserveFactor",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "redeemer",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "redeemAmount",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "redeemTokens",
          "type": "uint256"
        }
      ],
      "name": "Redeem",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "payer",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "address",
          "name": "borrower",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "repayAmount",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "accountBorrows",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "totalBorrows",
          "type": "uint256"
        }
      ],
      "name": "RepayBorrow",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "benefactor",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "addAmount",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "newTotalReserves",
          "type": "uint256"
        }
      ],
      "name": "ReservesAdded",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": false,
          "internalType": "address",
          "name": "admin",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "reduceAmount",
          "type": "uint256"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "newTotalReserves",
          "type": "uint256"
        }
      ],
      "name": "ReservesReduced",
      "type": "event"
    },
    {
      "anonymous": false,
      "inputs": [
        {
          "indexed": true,
          "internalType": "address",
          "name": "from",
          "type": "address"
        },
        {
          "indexed": true,
          "internalType": "address",
          "name": "to",
          "type": "address"
        },
        {
          "indexed": false,
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "Transfer",
      "type": "event"
    },
    {
      "constant": false,
      "inputs": [],
      "name": "_acceptAdmin",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "addAmount",
          "type": "uint256"
        }
      ],
      "name": "_addReserves",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "bytes",
          "name": "data",
          "type": "bytes"
        }
      ],
      "name": "_becomeImplementation",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "reduceAmount",
          "type": "uint256"
        }
      ],
      "name": "_reduceReserves",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [],
      "name": "_resignImplementation",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "contract InterestRateModel",
          "name": "newInterestRateModel",
          "type": "address"
        }
      ],
      "name": "_setInterestRateModel",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "contract JoetrollerInterface",
          "name": "newJoetroller",
          "type": "address"
        }
      ],
      "name": "_setJoetroller",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address payable",
          "name": "newPendingAdmin",
          "type": "address"
        }
      ],
      "name": "_setPendingAdmin",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "newReserveFactorMantissa",
          "type": "uint256"
        }
      ],
      "name": "_setReserveFactor",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "accrualBlockTimestamp",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [],
      "name": "accrueInterest",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "admin",
      "outputs": [
        {
          "internalType": "address payable",
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        }
      ],
      "name": "allowance",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "spender",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "approve",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        }
      ],
      "name": "balanceOf",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "owner",
          "type": "address"
        }
      ],
      "name": "balanceOfUnderlying",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "borrowAmount",
          "type": "uint256"
        }
      ],
      "name": "borrow",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        }
      ],
      "name": "borrowBalanceCurrent",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        }
      ],
      "name": "borrowBalanceStored",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "borrowIndex",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "borrowRatePerSecond",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        }
      ],
      "name": "claimJoe",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "decimals",
      "outputs": [
        {
          "internalType": "uint8",
          "name": "",
          "type": "uint8"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "change",
          "type": "uint256"
        },
        {
          "internalType": "bool",
          "name": "repay",
          "type": "bool"
        }
      ],
      "name": "estimateBorrowRatePerSecondAfterChange",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "change",
          "type": "uint256"
        },
        {
          "internalType": "bool",
          "name": "repay",
          "type": "bool"
        }
      ],
      "name": "estimateSupplyRatePerSecondAfterChange",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [],
      "name": "exchangeRateCurrent",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "exchangeRateStored",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "flashFeeBips",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "receiver",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        },
        {
          "internalType": "bytes",
          "name": "params",
          "type": "bytes"
        }
      ],
      "name": "flashLoan",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "address",
          "name": "account",
          "type": "address"
        }
      ],
      "name": "getAccountSnapshot",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "getCash",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [],
      "name": "gulp",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "implementation",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "underlying_",
          "type": "address"
        },
        {
          "internalType": "contract JoetrollerInterface",
          "name": "joetroller_",
          "type": "address"
        },
        {
          "internalType": "contract InterestRateModel",
          "name": "interestRateModel_",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "initialExchangeRateMantissa_",
          "type": "uint256"
        },
        {
          "internalType": "string",
          "name": "name_",
          "type": "string"
        },
        {
          "internalType": "string",
          "name": "symbol_",
          "type": "string"
        },
        {
          "internalType": "uint8",
          "name": "decimals_",
          "type": "uint8"
        }
      ],
      "name": "initialize",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "contract JoetrollerInterface",
          "name": "joetroller_",
          "type": "address"
        },
        {
          "internalType": "contract InterestRateModel",
          "name": "interestRateModel_",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "initialExchangeRateMantissa_",
          "type": "uint256"
        },
        {
          "internalType": "string",
          "name": "name_",
          "type": "string"
        },
        {
          "internalType": "string",
          "name": "symbol_",
          "type": "string"
        },
        {
          "internalType": "uint8",
          "name": "decimals_",
          "type": "uint8"
        }
      ],
      "name": "initialize",
      "outputs": [],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "interestRateModel",
      "outputs": [
        {
          "internalType": "contract InterestRateModel",
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "internalCash",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "isJToken",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "joe",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "name": "joeUserAccrued",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "joetroller",
      "outputs": [
        {
          "internalType": "contract JoetrollerInterface",
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "borrower",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "repayAmount",
          "type": "uint256"
        },
        {
          "internalType": "contract JTokenInterface",
          "name": "jTokenCollateral",
          "type": "address"
        }
      ],
      "name": "liquidateBorrow",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "mintAmount",
          "type": "uint256"
        }
      ],
      "name": "mint",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "name",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "pendingAdmin",
      "outputs": [
        {
          "internalType": "address payable",
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "protocolSeizeShareMantissa",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "redeemTokens",
          "type": "uint256"
        }
      ],
      "name": "redeem",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "redeemAmount",
          "type": "uint256"
        }
      ],
      "name": "redeemUnderlying",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "uint256",
          "name": "repayAmount",
          "type": "uint256"
        }
      ],
      "name": "repayBorrow",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "borrower",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "repayAmount",
          "type": "uint256"
        }
      ],
      "name": "repayBorrowBehalf",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "reserveFactorMantissa",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "liquidator",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "borrower",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "seizeTokens",
          "type": "uint256"
        }
      ],
      "name": "seize",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "name": "supplierState",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "supplyRatePerSecond",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "supplyState",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "balance",
          "type": "uint256"
        },
        {
          "internalType": "uint256",
          "name": "index",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "symbol",
      "outputs": [
        {
          "internalType": "string",
          "name": "",
          "type": "string"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "totalBorrows",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [],
      "name": "totalBorrowsCurrent",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "totalReserves",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "totalSupply",
      "outputs": [
        {
          "internalType": "uint256",
          "name": "",
          "type": "uint256"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "dst",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "transfer",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": false,
      "inputs": [
        {
          "internalType": "address",
          "name": "src",
          "type": "address"
        },
        {
          "internalType": "address",
          "name": "dst",
          "type": "address"
        },
        {
          "internalType": "uint256",
          "name": "amount",
          "type": "uint256"
        }
      ],
      "name": "transferFrom",
      "outputs": [
        {
          "internalType": "bool",
          "name": "",
          "type": "bool"
        }
      ],
      "payable": false,
      "stateMutability": "nonpayable",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "underlying",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    },
    {
      "constant": true,
      "inputs": [],
      "name": "underlyingJoetroller",
      "outputs": [
        {
          "internalType": "address",
          "name": "",
          "type": "address"
        }
      ],
      "payable": false,
      "stateMutability": "view",
      "type": "function"
    }
  ],
  "bytecode": "0x60806040526154c6806100136000396000f3fe608060405234801561001057600080fd5b50600436106103d05760003560e01c806370a08231116101ff578063b985a3a01161011a578063e9c714f2116100ad578063f5e3c4621161007c578063f5e3c46214610d55578063f851a44014610d8b578063fca7820b14610d93578063fcdc382714610db0576103d0565b8063e9c714f214610d17578063ea11eea414610d1f578063f2b3abbd14610d27578063f3fdb15a14610d4d576103d0565b8063cfa99201116100e9578063cfa9920114610c41578063db006a7514610c49578063dd62ed3e14610c66578063e0232b4214610c94576103d0565b8063b985a3a014610bc8578063bd6d894d14610bd0578063c37f68e214610bd8578063c5ebeaec14610c24576103d0565b806399d8c1b411610192578063aa5af0fd11610161578063aa5af0fd14610b5c578063b1d3897414610b64578063b2a02ff114610b6c578063b71d1a0c14610ba2576103d0565b806399d8c1b4146109bd578063a0712d6814610b0b578063a6afed9514610b28578063a9059cbb14610b30576103d0565b80638f840ddd116101ce5780638f840ddd1461097f57806394909e621461098757806395d89b411461098f57806395dd919314610997576103d0565b806370a082311461092c57806373acee9814610952578063852a12e31461095a5780638a9121b214610977576103d0565b80633af9e669116102ef57806356e6772811610282578063601a0bf111610251578063601a0bf1146108f75780636330533c146109145780636752e7021461091c5780636f307dc314610924576103d0565b806356e677281461080457806359314a3d146108a85780635c3b71ea146108ce5780635c60da1b146108ef576103d0565b8063432f4b2d116102be578063432f4b2d146107a957806347bd3718146107cf57806350f6e082146107d757806352609750146107fc576103d0565b80633af9e669146107565780633b1d21a21461077c5780633e94101014610784578063406de0b6146107a1576103d0565b806318160ddd1161036757806323b872dd1161033657806323b872dd146106b25780632608f818146106e85780632678224714610714578063313ce56714610738576103d0565b806318160ddd14610544578063182df0f51461054c5780631a31d4651461055457806322abdbf5146106aa576103d0565b80630f3e4e11116103a35780630f3e4e11146104e7578063153ab5051461050c578063173b99041461051657806317bfdfbc1461051e576103d0565b80630602e0e8146103d557806306fdde031461040d578063095ea7b31461048a5780630e752702146104ca575b600080fd5b6103fb600480360360208110156103eb57600080fd5b50356001600160a01b0316610dd6565b60408051918252519081900360200190f35b610415610de8565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561044f578181015183820152602001610437565b50505050905090810190601f16801561047c5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6104b6600480360360408110156104a057600080fd5b506001600160a01b038135169060200135610e75565b604080519115158252519081900360200190f35b6103fb600480360360208110156104e057600080fd5b5035610ee0565b6103fb600480360360408110156104fd57600080fd5b50803590602001351515610ef8565b610514610fdd565b005b6103fb61102d565b6103fb6004803603602081101561053457600080fd5b50356001600160a01b0316611033565b6103fb6110f3565b6103fb6110f9565b610514600480360360e081101561056a57600080fd5b6001600160a01b03823581169260208101358216926040820135909216916060820135919081019060a081016080820135600160201b8111156105ac57600080fd5b8201836020820111156105be57600080fd5b803590602001918460018302840111600160201b831117156105df57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295949360208101935035915050600160201b81111561063157600080fd5b82018360208201111561064357600080fd5b803590602001918460018302840111600160201b8311171561066457600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295505050903560ff1691506111099050565b6103fb6111a8565b6104b6600480360360608110156106c857600080fd5b506001600160a01b038135811691602081013590911690604001356111ae565b6103fb600480360360408110156106fe57600080fd5b506001600160a01b038135169060200135611220565b61071c611238565b604080516001600160a01b039092168252519081900360200190f35b610740611247565b6040805160ff9092168252519081900360200190f35b6103fb6004803603602081101561076c57600080fd5b50356001600160a01b0316611250565b6103fb61129d565b6103fb6004803603602081101561079a57600080fd5b50356112a7565b6104b66112ba565b6103fb600480360360208110156107bf57600080fd5b50356001600160a01b03166112bf565b6103fb611413565b6103fb600480360360408110156107ed57600080fd5b50803590602001351515611419565b6103fb6114c8565b6105146004803603602081101561081a57600080fd5b810190602081018135600160201b81111561083457600080fd5b82018360208201111561084657600080fd5b803590602001918460018302840111600160201b8311171561086757600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061155d945050505050565b6103fb600480360360208110156108be57600080fd5b50356001600160a01b0316611686565b6108d6611698565b6040805192835260208301919091528051918290030190f35b61071c6116a1565b6103fb6004803603602081101561090d57600080fd5b50356116b0565b61071c61174b565b6103fb61175a565b61071c611760565b6103fb6004803603602081101561094257600080fd5b50356001600160a01b031661176f565b6103fb61178a565b6103fb6004803603602081101561097057600080fd5b5035611840565b61071c61184d565b6103fb61185c565b610514611862565b6104156118f7565b6103fb600480360360208110156109ad57600080fd5b50356001600160a01b031661194f565b610514600480360360c08110156109d357600080fd5b6001600160a01b03823581169260208101359091169160408201359190810190608081016060820135600160201b811115610a0d57600080fd5b820183602082011115610a1f57600080fd5b803590602001918460018302840111600160201b83111715610a4057600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295949360208101935035915050600160201b811115610a9257600080fd5b820183602082011115610aa457600080fd5b803590602001918460018302840111600160201b83111715610ac557600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295505050903560ff16915061195a9050565b6103fb60048036036020811015610b2157600080fd5b5035611b41565b6103fb611b4f565b6104b660048036036040811015610b4657600080fd5b506001600160a01b038135169060200135611d5f565b6103fb611dd1565b6103fb611dd7565b6103fb60048036036060811015610b8257600080fd5b506001600160a01b03813581169160208101359091169060400135611e45565b6103fb60048036036020811015610bb857600080fd5b50356001600160a01b0316611eb6565b61071c611f42565b6103fb611f51565b610bfe60048036036020811015610bee57600080fd5b50356001600160a01b031661200d565b604080519485526020850193909352838301919091526060830152519081900360800190f35b6103fb60048036036020811015610c3a57600080fd5b5035612049565b6103fb612056565b6103fb60048036036020811015610c5f57600080fd5b503561205c565b6103fb60048036036040811015610c7c57600080fd5b506001600160a01b0381358116916020013516612069565b61051460048036036060811015610caa57600080fd5b6001600160a01b0382351691602081013591810190606081016040820135600160201b811115610cd957600080fd5b820183602082011115610ceb57600080fd5b803590602001918460018302840111600160201b83111715610d0c57600080fd5b509092509050612094565b6103fb6123d6565b6103fb6124d9565b6103fb60048036036020811015610d3d57600080fd5b50356001600160a01b03166124de565b61071c612518565b6103fb60048036036060811015610d6b57600080fd5b506001600160a01b03813581169160208101359160409091013516612527565b61071c612541565b6103fb60048036036020811015610da957600080fd5b5035612555565b6103fb60048036036020811015610dc657600080fd5b50356001600160a01b03166125d3565b60196020526000908152604090205481565b60018054604080516020600284861615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015610e6d5780601f10610e4257610100808354040283529160200191610e6d565b820191906000526020600020905b815481529060010190602001808311610e5057829003601f168201915b505050505081565b336000818152600f602090815260408083206001600160a01b03871680855290835281842086905581518681529151939493909284927f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925929081900390910190a35060019392505050565b600080610eee8360006126c8565b509150505b919050565b60008060008315610f2957610f14610f0e612774565b8661277a565b9150610f22600b54866127b0565b9050610f4b565b610f3a610f34612774565b866127b0565b9150610f48600b548661277a565b90505b600654600c54604080516315f2405360e01b815260048101869052602481018590526044810192909252516001600160a01b03909216916315f2405391606480820192602092909190829003018186803b158015610fa857600080fd5b505afa158015610fbc573d6000803e3d6000fd5b505050506040513d6020811015610fd257600080fd5b505195945050505050565b60035461010090046001600160a01b0316331461102b5760405162461bcd60e51b815260040180806020018281038252602d8152602001806153b8602d913960400191505060405180910390fd5b565b60085481565b6000805460ff16611078576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff1916815561108a611b4f565b146110d5576040805162461bcd60e51b81526020600482015260166024820152751858d8dc9d59481a5b9d195c995cdd0819985a5b195960521b604482015290519081900360640190fd5b6110de8261194f565b90505b6000805460ff19166001179055919050565b600d5481565b60006111036127ea565b90505b90565b61111786868686868661195a565b601180546001600160a01b0319166001600160a01b038981169190911791829055604080516318160ddd60e01b8152905192909116916318160ddd91600480820192602092909190829003018186803b15801561117357600080fd5b505afa158015611187573d6000803e3d6000fd5b505050506040513d602081101561119d57600080fd5b505050505050505050565b60135481565b6000805460ff166111f3576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff1916815561120933868686612850565b1490506000805460ff191660011790559392505050565b60008061122f8484600061288b565b50949350505050565b6004546001600160a01b031681565b60035460ff1681565b600061125a615186565b604051806020016040528061126d611f51565b90526001600160a01b0384166000908152600e6020526040902054909150611296908290612938565b9392505050565b6000611103612774565b60006112b4826000612957565b92915050565b600181565b60035460009061010090046001600160a01b031633146112ec576112e5600160296129f5565b9050610ef3565b600554604080516340e6dcc560e01b815290516001600160a01b03928316928516916340e6dcc5916004808301926020929190829003018186803b15801561133357600080fd5b505afa158015611347573d6000803e3d6000fd5b505050506040513d602081101561135d57600080fd5b50516113b0576040805162461bcd60e51b815260206004820152601c60248201527f6d61726b6572206d6574686f642072657475726e65642066616c736500000000604482015290519081900360640190fd5b600580546001600160a01b0319166001600160a01b03858116918217909255604080519284168352602083019190915280517f17d6db5ffe5a3d1c3d7a98194dca4f7d808d621e6ff9077ed574513d553a2a859281900390910190a16000611296565b600b5481565b600080600083156114445761142f610f0e612774565b915061143d600b54866127b0565b9050611460565b61144f610f34612774565b915061145d600b548661277a565b90505b600654600c5460085460408051635c0b440b60e11b8152600481018790526024810186905260448101939093526064830191909152516001600160a01b039092169163b816881691608480820192602092909190829003018186803b158015610fa857600080fd5b6006546000906001600160a01b03166315f240536114e4612774565b600b54600c546040518463ffffffff1660e01b815260040180848152602001838152602001828152602001935050505060206040518083038186803b15801561152c57600080fd5b505afa158015611540573d6000803e3d6000fd5b505050506040513d602081101561155657600080fd5b5051905090565b61156681612a5b565b601160009054906101000a90046001600160a01b03166001600160a01b0316636330533c6040518163ffffffff1660e01b815260040160206040518083038186803b1580156115b457600080fd5b505afa1580156115c8573d6000803e3d6000fd5b505050506040513d60208110156115de57600080fd5b5051601580546001600160a01b0319166001600160a01b03928316179081905560408051636f31e53160e11b81529051919092169163de63ca62916004808301926020929190829003018186803b15801561163857600080fd5b505afa15801561164c573d6000803e3d6000fd5b505050506040513d602081101561166257600080fd5b5051601680546001600160a01b0319166001600160a01b0390921691909117905550565b601a6020526000908152604090205481565b60175460185482565b6012546001600160a01b031681565b6000805460ff166116f5576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155611707611b4f565b9050801561172d5761172581601081111561171e57fe5b601d6129f5565b9150506110e1565b61173683612ab7565b9150506000805460ff19166001179055919050565b6005546001600160a01b031681565b60145481565b6011546001600160a01b031681565b6001600160a01b03166000908152600e602052604090205490565b6000805460ff166117cf576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191681556117e1611b4f565b1461182c576040805162461bcd60e51b81526020600482015260166024820152751858d8dc9d59481a5b9d195c995cdd0819985a5b195960521b604482015290519081900360640190fd5b50600b546000805460ff1916600117905590565b60006112b4826000612bb5565b6015546001600160a01b031681565b600c5481565b60005460ff166118a6576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191681556118b8612c4d565b905060006118c4612774565b905060006118d283836127b0565b90506118e0600c548261277a565b600c5550506013556000805460ff19166001179055565b6002805460408051602060018416156101000260001901909316849004601f81018490048402820184019092528181529291830182828015610e6d5780601f10610e4257610100808354040283529160200191610e6d565b60006112b482612ccd565b60035461010090046001600160a01b031633146119a85760405162461bcd60e51b81526004018080602001828103825260248152602001806152ed6024913960400191505060405180910390fd5b6009541580156119b85750600a54155b6119f35760405162461bcd60e51b81526004018080602001828103825260238152602001806153436023913960400191505060405180910390fd5b600784905583611a345760405162461bcd60e51b81526004018080602001828103825260308152602001806153666030913960400191505060405180910390fd5b6000611a3f876112bf565b90508015611a94576040805162461bcd60e51b815260206004820152601960248201527f73657474696e67206a6f6574726f6c6c6572206661696c656400000000000000604482015290519081900360640190fd5b611a9c612d22565b600955670de0b6b3a7640000600a55611ab486612d26565b90508015611af35760405162461bcd60e51b81526004018080602001828103825260228152602001806153966022913960400191505060405180910390fd5b8351611b06906001906020870190615199565b508251611b1a906002906020860190615199565b50506003805460ff90921660ff199283161790556000805490911660011790555050505050565b600080610eee836000612e9b565b600080611b5a612d22565b60095490915080821415611b7357600092505050611106565b6000611b7d612774565b600b54600c54600a54600654604080516315f2405360e01b815260048101879052602481018690526044810185905290519596509394929391926000926001600160a01b03909216916315f24053916064808301926020929190829003018186803b158015611beb57600080fd5b505afa158015611bff573d6000803e3d6000fd5b505050506040513d6020811015611c1557600080fd5b5051905065048c27395000811115611c74576040805162461bcd60e51b815260206004820152601c60248201527f626f72726f772072617465206973206162737572646c79206869676800000000604482015290519081900360640190fd5b6000611c8088886127b0565b9050611c8a615186565b611ca260405180602001604052808581525083612f1d565b90506000611cb08288612938565b90506000611cbe828961277a565b90506000611cdd6040518060200160405280600854815250848a612f47565b90506000611cec85898a612f47565b60098e9055600a819055600b849055600c839055604080518d8152602081018790528082018390526060810186905290519192507f4dec04e750ca11537cabcd8a9eab06494de08da3735bc8871cd41250e190bc04919081900360800190a160009d505050505050505050505050505090565b6000805460ff16611da4576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155611dba33338686612850565b1490505b6000805460ff1916600117905592915050565b600a5481565b6006546000906001600160a01b031663b8168816611df3612774565b600b54600c546008546040518563ffffffff1660e01b81526004018085815260200184815260200183815260200182815260200194505050505060206040518083038186803b15801561152c57600080fd5b6000805460ff16611e8a576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19169055611ea033858585612f6f565b90506000805460ff191660011790559392505050565b60035460009061010090046001600160a01b03163314611edc576112e56001602f6129f5565b600480546001600160a01b038481166001600160a01b0319831681179093556040805191909216808252602082019390935281517fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a9929181900390910190a16000611296565b6016546001600160a01b031681565b6000805460ff16611f96576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155611fa8611b4f565b14611ff3576040805162461bcd60e51b81526020600482015260166024820152751858d8dc9d59481a5b9d195c995cdd0819985a5b195960521b604482015290519081900360640190fd5b611ffb6110f9565b90506000805460ff1916600117905590565b600080600080600061201e8661176f565b9050600061202b87612ccd565b905060006120376127ea565b90506000989297509095509350915050565b60006112b48260006131bb565b60095481565b60006112b482600061323b565b6001600160a01b039182166000908152600f6020908152604080832093909416825291909152205490565b60005460ff166120d8576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191690558261211e5760405162461bcd60e51b815260040180806020018281038252602c815260200180615466602c913960400191505060405180910390fd5b6000612128611b4f565b14612173576040805162461bcd60e51b81526020600482015260166024820152751858d8dc9d59481a5b9d195c995cdd0819985a5b195960521b604482015290519081900360640190fd5b600061217d612c4d565b90506000612189612774565b9050848110156121d9576040805162461bcd60e51b8152602060048201526016602482015275494e53554646494349454e545f4c495155494449545960501b604482015290519081900360640190fd5b60006121f16121e98760086132b6565b6127106132f8565b90506121ff8787600061332b565b61220b600b548761277a565b600b5560115460405163405b019d60e01b815233600482018181526001600160a01b0393841660248401819052604484018b90526064840186905260a06084850190815260a485018a9052948c169463405b019d9491928c9288928d928d9290919060c401848480828437600081840152601f19601f820116905080830192505050975050505050505050600060405180830381600087803b1580156122b057600080fd5b505af11580156122c4573d6000803e3d6000fd5b5050505060006122d2612c4d565b90506122de848361277a565b8114612328576040805162461bcd60e51b8152602060048201526014602482015273109053105390d157d25390d3d394d254d511539560621b604482015290519081900360640190fd5b6000612344604051806020016040528060085481525084612938565b9050612352600c548261277a565b600c5561235f848461277a565b601355600b5461236f90896127b0565b600b55604080518981526020810185905280820183905290516001600160a01b038b16917f33c8e097c526683cbdb29adf782fac95e9d0fbe0ed635c13d8c75fdf726557d9919081900360600190a250506000805460ff1916600117905550505050505050565b6004546000906001600160a01b0316331415806123f1575033155b1561240957612402600160006129f5565b9050611106565b60038054600480546001600160a01b03818116610100818102610100600160a81b0319871617968790556001600160a01b031990931690935560408051948390048216808652929095041660208401528351909391927ff9ffabca9c8276e99321725bcb43fb076a6c66a54b7f21c4e8146d8519b417dc92908290030190a1600454604080516001600160a01b038085168252909216602083015280517fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a99281900390910190a160009250505090565b600881565b6000806124e9611b4f565b9050801561250f5761250781601081111561250057fe5b602a6129f5565b915050610ef3565b61129683612d26565b6006546001600160a01b031681565b6000806125378585856000613354565b5095945050505050565b60035461010090046001600160a01b031681565b6000805460ff1661259a576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191681556125ac611b4f565b905080156125ca576117258160108111156125c357fe5b60306129f5565b61173683613488565b60006125dd613530565b6125e56136c6565b6125ee826137b1565b6001600160a01b0382166000908152601a602052604090205480156126bf576016546040805163a9059cbb60e01b81526001600160a01b038681166004830152602482018590529151919092169163a9059cbb9160448083019260209291908290030181600087803b15801561266357600080fd5b505af1158015612677573d6000803e3d6000fd5b505050506040513d602081101561268d57600080fd5b505060175461269c90826127b0565b6017556001600160a01b0383166000908152601a60205260408120559050610ef3565b50600092915050565b60008054819060ff1661270f576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155612721611b4f565b9050801561274c5761273f81601081111561273857fe5b60236129f5565b92506000915061275e9050565b612758333387876138f2565b92509250505b6000805460ff1916600117905590939092509050565b60135490565b60006112968383604051806040016040528060118152602001706164646974696f6e206f766572666c6f7760781b815250613ba2565b60006112968383604051806040016040528060158152602001747375627472616374696f6e20756e646572666c6f7760581b815250613c34565b600d54600090806127ff575050600754611106565b6000612809612774565b9050600061282461281c83600b5461277a565b600c546127b0565b9050600061284082604051806020016040528087815250613c8e565b94506111069350505050565b5090565b600061285a613530565b6128626136c6565b61286b846137b1565b612874836137b1565b61288085858585613cac565b90505b949350505050565b60008054819060ff166128d2576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191681556128e4611b4f565b9050801561290f576129028160108111156128fb57fe5b60226129f5565b9250600091506129219050565b61291b338787876138f2565b92509250505b6000805460ff191660011790559094909350915050565b6000612942615186565b61294c8484612f1d565b905061288381613eab565b6000805460ff1661299c576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191681556129ae611b4f565b905080156129d4576129cc8160108111156129c557fe5b60366129f5565b915050611dbe565b6129de8484613eba565b509150506000805460ff1916600117905592915050565b60007f45b96fe442630264581b197e84bbada861235052c5a1aadfff9ea4e40a969aa0836010811115612a2457fe5b83603c811115612a3057fe5b604080519283526020830191909152600082820152519081900360600190a182601081111561129657fe5b60035461010090046001600160a01b03163314612aa95760405162461bcd60e51b815260040180806020018281038252602d815260200180615439602d913960400191505060405180910390fd5b612ab1612c4d565b60135550565b600354600090819061010090046001600160a01b03163314612adf576125076001601e6129f5565b612ae7612d22565b60095414612afb57612507600a60206129f5565b82612b04612774565b1015612b1657612507600e601f6129f5565b600c54831115612b2c57612507600260216129f5565b612b38600c54846127b0565b600c819055600354909150612b5d9061010090046001600160a01b031684600161332b565b600354604080516101009092046001600160a01b0316825260208201859052818101839052517f3bad0c59cf2f06e7314077049f48a93578cd16f5ef92329f1dab1420a99c177e916060908290030190a16000611296565b6000805460ff16612bfa576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155612c0c611b4f565b90508015612c2a576129cc816010811115612c2357fe5b60196129f5565b612c373360008686613f58565b9150506000805460ff1916600117905592915050565b601154604080516370a0823160e01b815230600482015290516000926001600160a01b03169182916370a0823191602480820192602092909190829003018186803b158015612c9b57600080fd5b505afa158015612caf573d6000803e3d6000fd5b505050506040513d6020811015612cc557600080fd5b505191505090565b6001600160a01b03811660009081526010602052604081208054612cf5576000915050610ef3565b6000612d078260000154600a546132b6565b90506000612d198284600101546132f8565b95945050505050565b4290565b600354600090819061010090046001600160a01b03163314612d4e576125076001602c6129f5565b612d56612d22565b60095414612d6a57612507600a602b6129f5565b600660009054906101000a90046001600160a01b03169050826001600160a01b0316632191f92a6040518163ffffffff1660e01b815260040160206040518083038186803b158015612dbb57600080fd5b505afa158015612dcf573d6000803e3d6000fd5b505050506040513d6020811015612de557600080fd5b5051612e38576040805162461bcd60e51b815260206004820152601c60248201527f6d61726b6572206d6574686f642072657475726e65642066616c736500000000604482015290519081900360640190fd5b600680546001600160a01b0319166001600160a01b03858116918217909255604080519284168352602083019190915280517fedffc32e068c7c95dfd4bdfd5c4d939a084d6b11c4199eac8436ed234d72f9269281900390910190a16000611296565b60008054819060ff16612ee2576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155612ef4611b4f565b90508015612f125761273f816010811115612f0b57fe5b60146129f5565b61275833868661428b565b612f25615186565b6040518060200160405280612f3e8560000151856132b6565b90529392505050565b6000612f51615186565b612f5b8585612f1d565b9050612d19612f6982613eab565b8461277a565b6005546040805163d02f735160e01b81523060048201526001600160a01b038781166024830152868116604483015285811660648301526084820185905291516000938493169163d02f73519160a480830192602092919082900301818787803b158015612fdc57600080fd5b505af1158015612ff0573d6000803e3d6000fd5b505050506040513d602081101561300657600080fd5b5051905080156130255761301d6003601183614493565b915050612883565b8261303157600061301d565b846001600160a01b0316846001600160a01b031614156130575761301d600660126129f5565b60006130738460405180602001604052806014548152506144f9565b9050600061308185836127b0565b9050600061308d6127ea565b905060006130a960405180602001604052808481525085612938565b6001600160a01b0389166000908152600e60205260409020549091506130cf90886127b0565b6001600160a01b03808a166000908152600e602052604080822093909355908b16815220546130fe908461277a565b6001600160a01b038a166000908152600e6020526040902055600c54613124908261277a565b600c55600d5461313490856127b0565b600d556040805188815290516001600160a01b03808c1692908b16916000805160206153e58339815191529181900360200190a3600c54604080513081526020810184905280820192909252517fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc59181900360600190a160009a9950505050505050505050565b6000805460ff16613200576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155613212611b4f565b90508015613230576129cc81601081111561322957fe5b60026129f5565b612c37338585614521565b6000805460ff16613280576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155613292611b4f565b905080156132a9576129cc816010811115612c2357fe5b612c373385600086613f58565b600061129683836040518060400160405280601781526020017f6d756c7469706c69636174696f6e206f766572666c6f7700000000000000000081525061470a565b600061129683836040518060400160405280600e81526020016d646976696465206279207a65726f60901b815250614780565b613333613530565b61333b6136c6565b613344836137b1565b61334f8383836147e2565b505050565b60008054819060ff1661339b576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191681556133ad611b4f565b905080156133d8576133cb8160108111156133c457fe5b60076129f5565b9250600091506134709050565b846001600160a01b031663a6afed956040518163ffffffff1660e01b8152600401602060405180830381600087803b15801561341357600080fd5b505af1158015613427573d6000803e3d6000fd5b505050506040513d602081101561343d57600080fd5b50519050801561345d576133cb81601081111561345657fe5b60086129f5565b61346a33888888886148e9565b92509250505b6000805460ff19166001179055909590945092505050565b60035460009061010090046001600160a01b031633146134ae576112e5600160316129f5565b6134b6612d22565b600954146134ca576112e5600a60326129f5565b670de0b6b3a76400008211156134e6576112e5600260336129f5565b6008805490839055604080518281526020810185905281517faaa68312e2ea9d50e16af5068410ab56e1a1fd06037b1a35664812c30f821460929181900390910190a16000611296565b60408051600180825281830190925260609160208083019080388339019050509050308160008151811061356057fe5b6001600160a01b0390921660209283029190910190910152604080516001808252818301909252606091816020016020820280388339505060115482519293506001600160a01b0316918391506000906135b657fe5b6001600160a01b03928316602091820292909201810191909152601554604051630712f05f60e21b81526000604482018190526001606483018190526080600484019081528851608485015288519490961695631c4bc17c95899589958392602482019260a49092019189820191028083838a5b8381101561364257818101518382015260200161362a565b50505050905001838103825286818151815260200191508051906020019060200280838360005b83811015613681578181015183820152602001613669565b505050509050019650505050505050600060405180830381600087803b1580156136aa57600080fd5b505af11580156136be573d6000803e3d6000fd5b505050505050565b60006136db6136d3614e11565b6017546127b0565b90506000306001600160a01b03166318160ddd6040518163ffffffff1660e01b815260040160206040518083038186803b15801561371857600080fd5b505afa15801561372c573d6000803e3d6000fd5b505050506040513d602081101561374257600080fd5b5051905061374e615186565b6000821161376b5760405180602001604052806000815250613775565b6137758383614e5c565b905061377f615186565b604080516020810190915260185481526137999083614e91565b805160185590506137a8614e11565b60175550505050565b6137b9615186565b50604080516020810190915260185481526137d2615186565b5060408051602080820183526001600160a01b0385166000908152601990915291909120548152613801615186565b61380b8383614eb6565b8051909150156138ec57604080516370a0823160e01b81526001600160a01b0386166004820152905160009130916370a0823191602480820192602092909190829003018186803b15801561385f57600080fd5b505afa158015613873573d6000803e3d6000fd5b505050506040513d602081101561388957600080fd5b5051905060006138998284614edb565b6001600160a01b0387166000908152601a60205260409020549091506138bf908261277a565b6001600160a01b0387166000908152601a6020908152604080832093909355875160199091529190205550505b50505050565b60055460408051631200453160e11b81523060048201526001600160a01b0387811660248301528681166044830152606482018690529151600093849384939116916324008a629160848082019260209290919082900301818787803b15801561395b57600080fd5b505af115801561396f573d6000803e3d6000fd5b505050506040513d602081101561398557600080fd5b5051905080156139a95761399c6003602483614493565b925060009150613b999050565b846139e3576139b786612ccd565b6001600160a01b0387166000908152601060205260408120918255600a5460019092019190915561399c565b6139eb612d22565b600954146139ff5761399c600a60256129f5565b613a07615213565b6001600160a01b0387166000908152601060205260409020600101546060820152613a3187612ccd565b6080820152600019861415613a4f5760808101516040820152613a57565b604081018690525b613a6688826040015187614efb565b60e082018190526080820151613a7b916127b0565b60a0820152600b5460e0820151613a9291906127b0565b8160c00181815250508060a0015160106000896001600160a01b03166001600160a01b0316815260200190815260200160002060000181905550600a5460106000896001600160a01b03166001600160a01b03168152602001908152602001600020600101819055508060c00151600b819055507f1a2a22cb034d26d1854bdc6666a5b91fe25efbbb5dcad3b0355478d6f5c362a188888360e001518460a001518560c0015160405180866001600160a01b03166001600160a01b03168152602001856001600160a01b03166001600160a01b031681526020018481526020018381526020018281526020019550505050505060405180910390a160e00151600093509150505b94509492505050565b6000838301828582101561122f5760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015613bf9578181015183820152602001613be1565b50505050905090810190601f168015613c265780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b60008184841115613c865760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315613bf9578181015183820152602001613be1565b505050900390565b6000611296613ca584670de0b6b3a76400006132b6565b83516132f8565b600554604080516317b9b84b60e31b81523060048201526001600160a01b03868116602483015285811660448301526064820185905291516000938493169163bdcdc25891608480830192602092919082900301818787803b158015613d1157600080fd5b505af1158015613d25573d6000803e3d6000fd5b505050506040513d6020811015613d3b57600080fd5b505190508015613d525761301d6003603483614493565b836001600160a01b0316856001600160a01b03161415613d785761301d600260356129f5565b60006001600160a01b038781169087161415613d975750600019613dbf565b506001600160a01b038086166000908152600f60209081526040808320938a16835292905220545b6001600160a01b0386166000908152600e6020526040902054613de290856127b0565b6001600160a01b038088166000908152600e60205260408082209390935590871681522054613e11908561277a565b6001600160a01b0386166000908152600e60205260409020556000198114613e6457613e3d81856127b0565b6001600160a01b038088166000908152600f60209081526040808320938c16835292905220555b846001600160a01b0316866001600160a01b03166000805160206153e5833981519152866040518082815260200191505060405180910390a360005b979650505050505050565b51670de0b6b3a7640000900490565b600080600080613ec8612d22565b60095414613ee757613edc600a60376129f5565b93509150613f519050565b613ef2338787614efb565b9050613f00600c548261277a565b600c819055604080513381526020810184905280820183905290519193507fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc5919081900360600190a1600093509150505b9250929050565b6000831580613f65575082155b613fa05760405162461bcd60e51b81526004018080602001828103825260348152602001806154056034913960400191505060405180910390fd5b613fa8615259565b613fb06127ea565b81528415613fe157602080820186905260408051918201905281518152613fd79086612938565b604082015261400a565b613ffd8460405180602001604052808460000151815250614f24565b6020820152604081018490525b6005546020808301516040805163eabe7d9160e01b81523060048201526001600160a01b038b8116602483015260448201939093529051600094929092169263eabe7d919260648084019382900301818787803b15801561406a57600080fd5b505af115801561407e573d6000803e3d6000fd5b505050506040513d602081101561409457600080fd5b5051905080156140b4576140ab6003601a83614493565b92505050612883565b851580156140c0575084155b156140cc5760006140ab565b6140d4612d22565b600954146140e8576140ab600a601b6129f5565b6140f8600d5483602001516127b0565b60608301526001600160a01b0387166000908152600e60209081526040909120549083015161412791906127b0565b60808301526040820151614139612774565b101561414b576140ab600e601c6129f5565b61415a8783604001518661332b565b6060820151600d5560808201516001600160a01b0388166000818152600e602090815260409182902093909355828501518151908152905130936000805160206153e5833981519152928290030190a360408083015160208085015183516001600160a01b038c168152918201929092528083019190915290517fe5b754fb1abb7f01b499791d0b820ae3b6af3424ac1c59768edb53f4ec31a9299181900360600190a1600554604080840151602085015182516351dff98960e01b81523060048201526001600160a01b038c811660248301526044820193909352606481019190915291519216916351dff9899160848082019260009290919082900301818387803b15801561426a57600080fd5b505af115801561427e573d6000803e3d6000fd5b5060009250613ea0915050565b60055460408051634ef4c3e160e01b81523060048201526001600160a01b03868116602483015260448201869052915160009384938493911691634ef4c3e19160648082019260209290919082900301818787803b1580156142ec57600080fd5b505af1158015614300573d6000803e3d6000fd5b505050506040513d602081101561431657600080fd5b50519050801561433a5761432d6003601583614493565b92506000915061448b9050565b8461434657600061432d565b61434e612d22565b600954146143625761432d600a60166129f5565b61436a615288565b6143726127ea565b815261437f878787614efb565b60408083018290528051602081019091528251815261439e9190614f24565b60208201819052600d546143b19161277a565b600d556001600160a01b0387166000908152600e6020908152604090912054908201516143de919061277a565b6001600160a01b0388166000818152600e60209081526040918290209390935583810151848401518251938452938301528181019290925290517f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f9181900360600190a1866001600160a01b0316306001600160a01b03166000805160206153e583398151915283602001516040518082815260200191505060405180910390a360400151600093509150505b935093915050565b60007f45b96fe442630264581b197e84bbada861235052c5a1aadfff9ea4e40a969aa08460108111156144c257fe5b84603c8111156144ce57fe5b604080519283526020830191909152818101859052519081900360600190a183601081111561288357fe5b6000670de0b6b3a76400006145128484600001516132b6565b8161451957fe5b049392505050565b6005546040805163368f515360e21b81523060048201526001600160a01b0386811660248301526044820186905291516000938493169163da3d454c91606480830192602092919082900301818787803b15801561457e57600080fd5b505af1158015614592573d6000803e3d6000fd5b505050506040513d60208110156145a857600080fd5b5051905080156145c7576145bf6003600683614493565b915050611296565b83614601576145d585612ccd565b6001600160a01b0386166000908152601060205260408120918255600a546001909201919091556145bf565b614609612d22565b6009541461461d576145bf600a60046129f5565b83614626612774565b1015614638576145bf600e60036129f5565b6146406152a9565b61464986612ccd565b6020820181905261465a908661277a565b6040820152600b5461466c908661277a565b606082015261467c86868661332b565b604080820180516001600160a01b03891660008181526010602090815290859020928355600a54600190930192909255606080860151600b819055935185519283529282018a9052818501929092529081019190915290517f13ed6866d4e1ee6da46f845c46d7e54120883d75c5ea9a2dacc1c4ca8984ab809181900360800190a160009695505050505050565b6000831580614717575082155b1561472457506000611296565b8383028385828161473157fe5b0414839061122f5760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315613bf9578181015183820152602001613be1565b600081836147cf5760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315613bf9578181015183820152602001613be1565b508284816147d957fe5b04949350505050565b6011546040805163a9059cbb60e01b81526001600160a01b0386811660048301526024820186905291519190921691829163a9059cbb9160448082019260009290919082900301818387803b15801561483a57600080fd5b505af115801561484e573d6000803e3d6000fd5b5050505060003d6000811461486a576020811461487457600080fd5b6000199150614880565b60206000803e60005191505b50806148d3576040805162461bcd60e51b815260206004820152601960248201527f544f4b454e5f5452414e534645525f4f55545f4641494c454400000000000000604482015290519081900360640190fd5b6148df601354856127b0565b6013555050505050565b60055460408051632fe3f38f60e11b81523060048201526001600160a01b0385811660248301528881166044830152878116606483015260848201879052915160009384938493911691635fc7e71e9160a48082019260209290919082900301818787803b15801561495a57600080fd5b505af115801561496e573d6000803e3d6000fd5b505050506040513d602081101561498457600080fd5b5051905080156149a85761499b6003600a83614493565b925060009150614e079050565b6149b0612d22565b600954146149c45761499b600a600e6129f5565b6149cc612d22565b856001600160a01b031663cfa992016040518163ffffffff1660e01b815260040160206040518083038186803b158015614a0557600080fd5b505afa158015614a19573d6000803e3d6000fd5b505050506040513d6020811015614a2f57600080fd5b505114614a425761499b600a60096129f5565b876001600160a01b0316876001600160a01b03161415614a685761499b6006600f6129f5565b85614a795761499b6007600d6129f5565b600019861415614a8f5761499b6007600c6129f5565b600080614a9e8a8a8a896138f2565b90925090508115614ace57614abf826010811115614ab857fe5b60106129f5565b945060009350614e0792505050565b6005546040805163c488847b60e01b81523060048201526001600160a01b038a81166024830152604482018590528251600094859492169263c488847b926064808301939192829003018186803b158015614b2857600080fd5b505afa158015614b3c573d6000803e3d6000fd5b505050506040513d6040811015614b5257600080fd5b50805160209091015190925090508115614b9d5760405162461bcd60e51b81526004018080602001828103825260328152602001806153116032913960400191505060405180910390fd5b80896001600160a01b03166370a082318d6040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b158015614bf457600080fd5b505afa158015614c08573d6000803e3d6000fd5b505050506040513d6020811015614c1e57600080fd5b50511015614c73576040805162461bcd60e51b815260206004820152601860248201527f4c49515549444154455f5345495a455f544f4f5f4d5543480000000000000000604482015290519081900360640190fd5b60006001600160a01b038a16301415614c9957614c92308e8e85612f6f565b9050614d23565b6040805163b2a02ff160e01b81526001600160a01b038f811660048301528e81166024830152604482018590529151918c169163b2a02ff1916064808201926020929091908290030181600087803b158015614cf457600080fd5b505af1158015614d08573d6000803e3d6000fd5b505050506040513d6020811015614d1e57600080fd5b505190505b8015614d6d576040805162461bcd60e51b81526020600482015260146024820152731d1bdad95b881cd95a5e9d5c994819985a5b195960621b604482015290519081900360640190fd5b7f298637f684da70674f26509b10f07ec2fbc77a335ab1e7d6215a4b2484d8bb528d8d868d8660405180866001600160a01b03166001600160a01b03168152602001856001600160a01b03166001600160a01b03168152602001848152602001836001600160a01b03166001600160a01b031681526020018281526020019550505050505060405180910390a16000975092955050505050505b9550959350505050565b601654604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b15801561152c57600080fd5b614e64615186565b6040518060200160405280612f3e614e8b866ec097ce7bc90715b34b9f10000000006132b6565b856132f8565b614e99615186565b6040518060200160405280612f3e8560000151856000015161277a565b614ebe615186565b6040518060200160405280612f3e856000015185600001516127b0565b60006ec097ce7bc90715b34b9f10000000006145128484600001516132b6565b600080614f09858585614f38565b9050614f13613530565b614f1b6136c6565b612883856137b1565b6000614f2e615186565b61294c8484615149565b601154604080516370a0823160e01b815230600482015290516000926001600160a01b031691839183916370a08231916024808301926020929190829003018186803b158015614f8757600080fd5b505afa158015614f9b573d6000803e3d6000fd5b505050506040513d6020811015614fb157600080fd5b5051604080516323b872dd60e01b81526001600160a01b038981166004830152306024830152604482018990529151929350908416916323b872dd9160648082019260009290919082900301818387803b15801561500e57600080fd5b505af1158015615022573d6000803e3d6000fd5b5050505060003d6000811461503e576020811461504857600080fd5b6000199150615054565b60206000803e60005191505b50806150a7576040805162461bcd60e51b815260206004820152601860248201527f544f4b454e5f5452414e534645525f494e5f4641494c45440000000000000000604482015290519081900360640190fd5b601154604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b1580156150f257600080fd5b505afa158015615106573d6000803e3d6000fd5b505050506040513d602081101561511c57600080fd5b50519050600061512c82856127b0565b905061513a6013548261277a565b60135598975050505050505050565b615151615186565b6000615165670de0b6b3a7640000856132b6565b9050604051806020016040528061517c8386613c8e565b9052949350505050565b6040518060200160405280600081525090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106151da57805160ff1916838001178555615207565b82800160010185558215615207579182015b828111156152075782518255916020019190600101906151ec565b5061284c9291506152d2565b6040805161010081019091528060008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b6040518060a0016040528060008152602001600081526020016000815260200160008152602001600081525090565b60405180606001604052806000815260200160008152602001600081525090565b604080516080810190915280600081526020016000815260200160008152602001600081525090565b61110691905b8082111561284c57600081556001016152d856fe6f6e6c792061646d696e206d617920696e697469616c697a6520746865206d61726b65744c49515549444154455f4a4f4554524f4c4c45525f43414c43554c4154455f414d4f554e545f5345495a455f4641494c45446d61726b6574206d6179206f6e6c7920626520696e697469616c697a6564206f6e6365696e697469616c2065786368616e67652072617465206d7573742062652067726561746572207468616e207a65726f2e73657474696e6720696e7465726573742072617465206d6f64656c206661696c65646f6e6c79207468652061646d696e206d61792063616c6c205f72657369676e496d706c656d656e746174696f6eddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6f6e65206f662072656465656d546f6b656e73496e206f722072656465656d416d6f756e74496e206d757374206265207a65726f6f6e6c79207468652061646d696e206d61792063616c6c205f6265636f6d65496d706c656d656e746174696f6e666c6173684c6f616e20616d6f756e742073686f756c642062652067726561746572207468616e207a65726fa265627a7a723158205836523a36f7213383a00c96cf98c0ba48df9bbff648cacdd234871e37d1f0f564736f6c63430005100032",
  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106103d05760003560e01c806370a08231116101ff578063b985a3a01161011a578063e9c714f2116100ad578063f5e3c4621161007c578063f5e3c46214610d55578063f851a44014610d8b578063fca7820b14610d93578063fcdc382714610db0576103d0565b8063e9c714f214610d17578063ea11eea414610d1f578063f2b3abbd14610d27578063f3fdb15a14610d4d576103d0565b8063cfa99201116100e9578063cfa9920114610c41578063db006a7514610c49578063dd62ed3e14610c66578063e0232b4214610c94576103d0565b8063b985a3a014610bc8578063bd6d894d14610bd0578063c37f68e214610bd8578063c5ebeaec14610c24576103d0565b806399d8c1b411610192578063aa5af0fd11610161578063aa5af0fd14610b5c578063b1d3897414610b64578063b2a02ff114610b6c578063b71d1a0c14610ba2576103d0565b806399d8c1b4146109bd578063a0712d6814610b0b578063a6afed9514610b28578063a9059cbb14610b30576103d0565b80638f840ddd116101ce5780638f840ddd1461097f57806394909e621461098757806395d89b411461098f57806395dd919314610997576103d0565b806370a082311461092c57806373acee9814610952578063852a12e31461095a5780638a9121b214610977576103d0565b80633af9e669116102ef57806356e6772811610282578063601a0bf111610251578063601a0bf1146108f75780636330533c146109145780636752e7021461091c5780636f307dc314610924576103d0565b806356e677281461080457806359314a3d146108a85780635c3b71ea146108ce5780635c60da1b146108ef576103d0565b8063432f4b2d116102be578063432f4b2d146107a957806347bd3718146107cf57806350f6e082146107d757806352609750146107fc576103d0565b80633af9e669146107565780633b1d21a21461077c5780633e94101014610784578063406de0b6146107a1576103d0565b806318160ddd1161036757806323b872dd1161033657806323b872dd146106b25780632608f818146106e85780632678224714610714578063313ce56714610738576103d0565b806318160ddd14610544578063182df0f51461054c5780631a31d4651461055457806322abdbf5146106aa576103d0565b80630f3e4e11116103a35780630f3e4e11146104e7578063153ab5051461050c578063173b99041461051657806317bfdfbc1461051e576103d0565b80630602e0e8146103d557806306fdde031461040d578063095ea7b31461048a5780630e752702146104ca575b600080fd5b6103fb600480360360208110156103eb57600080fd5b50356001600160a01b0316610dd6565b60408051918252519081900360200190f35b610415610de8565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561044f578181015183820152602001610437565b50505050905090810190601f16801561047c5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6104b6600480360360408110156104a057600080fd5b506001600160a01b038135169060200135610e75565b604080519115158252519081900360200190f35b6103fb600480360360208110156104e057600080fd5b5035610ee0565b6103fb600480360360408110156104fd57600080fd5b50803590602001351515610ef8565b610514610fdd565b005b6103fb61102d565b6103fb6004803603602081101561053457600080fd5b50356001600160a01b0316611033565b6103fb6110f3565b6103fb6110f9565b610514600480360360e081101561056a57600080fd5b6001600160a01b03823581169260208101358216926040820135909216916060820135919081019060a081016080820135600160201b8111156105ac57600080fd5b8201836020820111156105be57600080fd5b803590602001918460018302840111600160201b831117156105df57600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295949360208101935035915050600160201b81111561063157600080fd5b82018360208201111561064357600080fd5b803590602001918460018302840111600160201b8311171561066457600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295505050903560ff1691506111099050565b6103fb6111a8565b6104b6600480360360608110156106c857600080fd5b506001600160a01b038135811691602081013590911690604001356111ae565b6103fb600480360360408110156106fe57600080fd5b506001600160a01b038135169060200135611220565b61071c611238565b604080516001600160a01b039092168252519081900360200190f35b610740611247565b6040805160ff9092168252519081900360200190f35b6103fb6004803603602081101561076c57600080fd5b50356001600160a01b0316611250565b6103fb61129d565b6103fb6004803603602081101561079a57600080fd5b50356112a7565b6104b66112ba565b6103fb600480360360208110156107bf57600080fd5b50356001600160a01b03166112bf565b6103fb611413565b6103fb600480360360408110156107ed57600080fd5b50803590602001351515611419565b6103fb6114c8565b6105146004803603602081101561081a57600080fd5b810190602081018135600160201b81111561083457600080fd5b82018360208201111561084657600080fd5b803590602001918460018302840111600160201b8311171561086757600080fd5b91908080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525092955061155d945050505050565b6103fb600480360360208110156108be57600080fd5b50356001600160a01b0316611686565b6108d6611698565b6040805192835260208301919091528051918290030190f35b61071c6116a1565b6103fb6004803603602081101561090d57600080fd5b50356116b0565b61071c61174b565b6103fb61175a565b61071c611760565b6103fb6004803603602081101561094257600080fd5b50356001600160a01b031661176f565b6103fb61178a565b6103fb6004803603602081101561097057600080fd5b5035611840565b61071c61184d565b6103fb61185c565b610514611862565b6104156118f7565b6103fb600480360360208110156109ad57600080fd5b50356001600160a01b031661194f565b610514600480360360c08110156109d357600080fd5b6001600160a01b03823581169260208101359091169160408201359190810190608081016060820135600160201b811115610a0d57600080fd5b820183602082011115610a1f57600080fd5b803590602001918460018302840111600160201b83111715610a4057600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295949360208101935035915050600160201b811115610a9257600080fd5b820183602082011115610aa457600080fd5b803590602001918460018302840111600160201b83111715610ac557600080fd5b91908080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920191909152509295505050903560ff16915061195a9050565b6103fb60048036036020811015610b2157600080fd5b5035611b41565b6103fb611b4f565b6104b660048036036040811015610b4657600080fd5b506001600160a01b038135169060200135611d5f565b6103fb611dd1565b6103fb611dd7565b6103fb60048036036060811015610b8257600080fd5b506001600160a01b03813581169160208101359091169060400135611e45565b6103fb60048036036020811015610bb857600080fd5b50356001600160a01b0316611eb6565b61071c611f42565b6103fb611f51565b610bfe60048036036020811015610bee57600080fd5b50356001600160a01b031661200d565b604080519485526020850193909352838301919091526060830152519081900360800190f35b6103fb60048036036020811015610c3a57600080fd5b5035612049565b6103fb612056565b6103fb60048036036020811015610c5f57600080fd5b503561205c565b6103fb60048036036040811015610c7c57600080fd5b506001600160a01b0381358116916020013516612069565b61051460048036036060811015610caa57600080fd5b6001600160a01b0382351691602081013591810190606081016040820135600160201b811115610cd957600080fd5b820183602082011115610ceb57600080fd5b803590602001918460018302840111600160201b83111715610d0c57600080fd5b509092509050612094565b6103fb6123d6565b6103fb6124d9565b6103fb60048036036020811015610d3d57600080fd5b50356001600160a01b03166124de565b61071c612518565b6103fb60048036036060811015610d6b57600080fd5b506001600160a01b03813581169160208101359160409091013516612527565b61071c612541565b6103fb60048036036020811015610da957600080fd5b5035612555565b6103fb60048036036020811015610dc657600080fd5b50356001600160a01b03166125d3565b60196020526000908152604090205481565b60018054604080516020600284861615610100026000190190941693909304601f81018490048402820184019092528181529291830182828015610e6d5780601f10610e4257610100808354040283529160200191610e6d565b820191906000526020600020905b815481529060010190602001808311610e5057829003601f168201915b505050505081565b336000818152600f602090815260408083206001600160a01b03871680855290835281842086905581518681529151939493909284927f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925929081900390910190a35060019392505050565b600080610eee8360006126c8565b509150505b919050565b60008060008315610f2957610f14610f0e612774565b8661277a565b9150610f22600b54866127b0565b9050610f4b565b610f3a610f34612774565b866127b0565b9150610f48600b548661277a565b90505b600654600c54604080516315f2405360e01b815260048101869052602481018590526044810192909252516001600160a01b03909216916315f2405391606480820192602092909190829003018186803b158015610fa857600080fd5b505afa158015610fbc573d6000803e3d6000fd5b505050506040513d6020811015610fd257600080fd5b505195945050505050565b60035461010090046001600160a01b0316331461102b5760405162461bcd60e51b815260040180806020018281038252602d8152602001806153b8602d913960400191505060405180910390fd5b565b60085481565b6000805460ff16611078576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff1916815561108a611b4f565b146110d5576040805162461bcd60e51b81526020600482015260166024820152751858d8dc9d59481a5b9d195c995cdd0819985a5b195960521b604482015290519081900360640190fd5b6110de8261194f565b90505b6000805460ff19166001179055919050565b600d5481565b60006111036127ea565b90505b90565b61111786868686868661195a565b601180546001600160a01b0319166001600160a01b038981169190911791829055604080516318160ddd60e01b8152905192909116916318160ddd91600480820192602092909190829003018186803b15801561117357600080fd5b505afa158015611187573d6000803e3d6000fd5b505050506040513d602081101561119d57600080fd5b505050505050505050565b60135481565b6000805460ff166111f3576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff1916815561120933868686612850565b1490506000805460ff191660011790559392505050565b60008061122f8484600061288b565b50949350505050565b6004546001600160a01b031681565b60035460ff1681565b600061125a615186565b604051806020016040528061126d611f51565b90526001600160a01b0384166000908152600e6020526040902054909150611296908290612938565b9392505050565b6000611103612774565b60006112b4826000612957565b92915050565b600181565b60035460009061010090046001600160a01b031633146112ec576112e5600160296129f5565b9050610ef3565b600554604080516340e6dcc560e01b815290516001600160a01b03928316928516916340e6dcc5916004808301926020929190829003018186803b15801561133357600080fd5b505afa158015611347573d6000803e3d6000fd5b505050506040513d602081101561135d57600080fd5b50516113b0576040805162461bcd60e51b815260206004820152601c60248201527f6d61726b6572206d6574686f642072657475726e65642066616c736500000000604482015290519081900360640190fd5b600580546001600160a01b0319166001600160a01b03858116918217909255604080519284168352602083019190915280517f17d6db5ffe5a3d1c3d7a98194dca4f7d808d621e6ff9077ed574513d553a2a859281900390910190a16000611296565b600b5481565b600080600083156114445761142f610f0e612774565b915061143d600b54866127b0565b9050611460565b61144f610f34612774565b915061145d600b548661277a565b90505b600654600c5460085460408051635c0b440b60e11b8152600481018790526024810186905260448101939093526064830191909152516001600160a01b039092169163b816881691608480820192602092909190829003018186803b158015610fa857600080fd5b6006546000906001600160a01b03166315f240536114e4612774565b600b54600c546040518463ffffffff1660e01b815260040180848152602001838152602001828152602001935050505060206040518083038186803b15801561152c57600080fd5b505afa158015611540573d6000803e3d6000fd5b505050506040513d602081101561155657600080fd5b5051905090565b61156681612a5b565b601160009054906101000a90046001600160a01b03166001600160a01b0316636330533c6040518163ffffffff1660e01b815260040160206040518083038186803b1580156115b457600080fd5b505afa1580156115c8573d6000803e3d6000fd5b505050506040513d60208110156115de57600080fd5b5051601580546001600160a01b0319166001600160a01b03928316179081905560408051636f31e53160e11b81529051919092169163de63ca62916004808301926020929190829003018186803b15801561163857600080fd5b505afa15801561164c573d6000803e3d6000fd5b505050506040513d602081101561166257600080fd5b5051601680546001600160a01b0319166001600160a01b0390921691909117905550565b601a6020526000908152604090205481565b60175460185482565b6012546001600160a01b031681565b6000805460ff166116f5576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155611707611b4f565b9050801561172d5761172581601081111561171e57fe5b601d6129f5565b9150506110e1565b61173683612ab7565b9150506000805460ff19166001179055919050565b6005546001600160a01b031681565b60145481565b6011546001600160a01b031681565b6001600160a01b03166000908152600e602052604090205490565b6000805460ff166117cf576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191681556117e1611b4f565b1461182c576040805162461bcd60e51b81526020600482015260166024820152751858d8dc9d59481a5b9d195c995cdd0819985a5b195960521b604482015290519081900360640190fd5b50600b546000805460ff1916600117905590565b60006112b4826000612bb5565b6015546001600160a01b031681565b600c5481565b60005460ff166118a6576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191681556118b8612c4d565b905060006118c4612774565b905060006118d283836127b0565b90506118e0600c548261277a565b600c5550506013556000805460ff19166001179055565b6002805460408051602060018416156101000260001901909316849004601f81018490048402820184019092528181529291830182828015610e6d5780601f10610e4257610100808354040283529160200191610e6d565b60006112b482612ccd565b60035461010090046001600160a01b031633146119a85760405162461bcd60e51b81526004018080602001828103825260248152602001806152ed6024913960400191505060405180910390fd5b6009541580156119b85750600a54155b6119f35760405162461bcd60e51b81526004018080602001828103825260238152602001806153436023913960400191505060405180910390fd5b600784905583611a345760405162461bcd60e51b81526004018080602001828103825260308152602001806153666030913960400191505060405180910390fd5b6000611a3f876112bf565b90508015611a94576040805162461bcd60e51b815260206004820152601960248201527f73657474696e67206a6f6574726f6c6c6572206661696c656400000000000000604482015290519081900360640190fd5b611a9c612d22565b600955670de0b6b3a7640000600a55611ab486612d26565b90508015611af35760405162461bcd60e51b81526004018080602001828103825260228152602001806153966022913960400191505060405180910390fd5b8351611b06906001906020870190615199565b508251611b1a906002906020860190615199565b50506003805460ff90921660ff199283161790556000805490911660011790555050505050565b600080610eee836000612e9b565b600080611b5a612d22565b60095490915080821415611b7357600092505050611106565b6000611b7d612774565b600b54600c54600a54600654604080516315f2405360e01b815260048101879052602481018690526044810185905290519596509394929391926000926001600160a01b03909216916315f24053916064808301926020929190829003018186803b158015611beb57600080fd5b505afa158015611bff573d6000803e3d6000fd5b505050506040513d6020811015611c1557600080fd5b5051905065048c27395000811115611c74576040805162461bcd60e51b815260206004820152601c60248201527f626f72726f772072617465206973206162737572646c79206869676800000000604482015290519081900360640190fd5b6000611c8088886127b0565b9050611c8a615186565b611ca260405180602001604052808581525083612f1d565b90506000611cb08288612938565b90506000611cbe828961277a565b90506000611cdd6040518060200160405280600854815250848a612f47565b90506000611cec85898a612f47565b60098e9055600a819055600b849055600c839055604080518d8152602081018790528082018390526060810186905290519192507f4dec04e750ca11537cabcd8a9eab06494de08da3735bc8871cd41250e190bc04919081900360800190a160009d505050505050505050505050505090565b6000805460ff16611da4576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155611dba33338686612850565b1490505b6000805460ff1916600117905592915050565b600a5481565b6006546000906001600160a01b031663b8168816611df3612774565b600b54600c546008546040518563ffffffff1660e01b81526004018085815260200184815260200183815260200182815260200194505050505060206040518083038186803b15801561152c57600080fd5b6000805460ff16611e8a576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19169055611ea033858585612f6f565b90506000805460ff191660011790559392505050565b60035460009061010090046001600160a01b03163314611edc576112e56001602f6129f5565b600480546001600160a01b038481166001600160a01b0319831681179093556040805191909216808252602082019390935281517fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a9929181900390910190a16000611296565b6016546001600160a01b031681565b6000805460ff16611f96576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155611fa8611b4f565b14611ff3576040805162461bcd60e51b81526020600482015260166024820152751858d8dc9d59481a5b9d195c995cdd0819985a5b195960521b604482015290519081900360640190fd5b611ffb6110f9565b90506000805460ff1916600117905590565b600080600080600061201e8661176f565b9050600061202b87612ccd565b905060006120376127ea565b90506000989297509095509350915050565b60006112b48260006131bb565b60095481565b60006112b482600061323b565b6001600160a01b039182166000908152600f6020908152604080832093909416825291909152205490565b60005460ff166120d8576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191690558261211e5760405162461bcd60e51b815260040180806020018281038252602c815260200180615466602c913960400191505060405180910390fd5b6000612128611b4f565b14612173576040805162461bcd60e51b81526020600482015260166024820152751858d8dc9d59481a5b9d195c995cdd0819985a5b195960521b604482015290519081900360640190fd5b600061217d612c4d565b90506000612189612774565b9050848110156121d9576040805162461bcd60e51b8152602060048201526016602482015275494e53554646494349454e545f4c495155494449545960501b604482015290519081900360640190fd5b60006121f16121e98760086132b6565b6127106132f8565b90506121ff8787600061332b565b61220b600b548761277a565b600b5560115460405163405b019d60e01b815233600482018181526001600160a01b0393841660248401819052604484018b90526064840186905260a06084850190815260a485018a9052948c169463405b019d9491928c9288928d928d9290919060c401848480828437600081840152601f19601f820116905080830192505050975050505050505050600060405180830381600087803b1580156122b057600080fd5b505af11580156122c4573d6000803e3d6000fd5b5050505060006122d2612c4d565b90506122de848361277a565b8114612328576040805162461bcd60e51b8152602060048201526014602482015273109053105390d157d25390d3d394d254d511539560621b604482015290519081900360640190fd5b6000612344604051806020016040528060085481525084612938565b9050612352600c548261277a565b600c5561235f848461277a565b601355600b5461236f90896127b0565b600b55604080518981526020810185905280820183905290516001600160a01b038b16917f33c8e097c526683cbdb29adf782fac95e9d0fbe0ed635c13d8c75fdf726557d9919081900360600190a250506000805460ff1916600117905550505050505050565b6004546000906001600160a01b0316331415806123f1575033155b1561240957612402600160006129f5565b9050611106565b60038054600480546001600160a01b03818116610100818102610100600160a81b0319871617968790556001600160a01b031990931690935560408051948390048216808652929095041660208401528351909391927ff9ffabca9c8276e99321725bcb43fb076a6c66a54b7f21c4e8146d8519b417dc92908290030190a1600454604080516001600160a01b038085168252909216602083015280517fca4f2f25d0898edd99413412fb94012f9e54ec8142f9b093e7720646a95b16a99281900390910190a160009250505090565b600881565b6000806124e9611b4f565b9050801561250f5761250781601081111561250057fe5b602a6129f5565b915050610ef3565b61129683612d26565b6006546001600160a01b031681565b6000806125378585856000613354565b5095945050505050565b60035461010090046001600160a01b031681565b6000805460ff1661259a576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191681556125ac611b4f565b905080156125ca576117258160108111156125c357fe5b60306129f5565b61173683613488565b60006125dd613530565b6125e56136c6565b6125ee826137b1565b6001600160a01b0382166000908152601a602052604090205480156126bf576016546040805163a9059cbb60e01b81526001600160a01b038681166004830152602482018590529151919092169163a9059cbb9160448083019260209291908290030181600087803b15801561266357600080fd5b505af1158015612677573d6000803e3d6000fd5b505050506040513d602081101561268d57600080fd5b505060175461269c90826127b0565b6017556001600160a01b0383166000908152601a60205260408120559050610ef3565b50600092915050565b60008054819060ff1661270f576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155612721611b4f565b9050801561274c5761273f81601081111561273857fe5b60236129f5565b92506000915061275e9050565b612758333387876138f2565b92509250505b6000805460ff1916600117905590939092509050565b60135490565b60006112968383604051806040016040528060118152602001706164646974696f6e206f766572666c6f7760781b815250613ba2565b60006112968383604051806040016040528060158152602001747375627472616374696f6e20756e646572666c6f7760581b815250613c34565b600d54600090806127ff575050600754611106565b6000612809612774565b9050600061282461281c83600b5461277a565b600c546127b0565b9050600061284082604051806020016040528087815250613c8e565b94506111069350505050565b5090565b600061285a613530565b6128626136c6565b61286b846137b1565b612874836137b1565b61288085858585613cac565b90505b949350505050565b60008054819060ff166128d2576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191681556128e4611b4f565b9050801561290f576129028160108111156128fb57fe5b60226129f5565b9250600091506129219050565b61291b338787876138f2565b92509250505b6000805460ff191660011790559094909350915050565b6000612942615186565b61294c8484612f1d565b905061288381613eab565b6000805460ff1661299c576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191681556129ae611b4f565b905080156129d4576129cc8160108111156129c557fe5b60366129f5565b915050611dbe565b6129de8484613eba565b509150506000805460ff1916600117905592915050565b60007f45b96fe442630264581b197e84bbada861235052c5a1aadfff9ea4e40a969aa0836010811115612a2457fe5b83603c811115612a3057fe5b604080519283526020830191909152600082820152519081900360600190a182601081111561129657fe5b60035461010090046001600160a01b03163314612aa95760405162461bcd60e51b815260040180806020018281038252602d815260200180615439602d913960400191505060405180910390fd5b612ab1612c4d565b60135550565b600354600090819061010090046001600160a01b03163314612adf576125076001601e6129f5565b612ae7612d22565b60095414612afb57612507600a60206129f5565b82612b04612774565b1015612b1657612507600e601f6129f5565b600c54831115612b2c57612507600260216129f5565b612b38600c54846127b0565b600c819055600354909150612b5d9061010090046001600160a01b031684600161332b565b600354604080516101009092046001600160a01b0316825260208201859052818101839052517f3bad0c59cf2f06e7314077049f48a93578cd16f5ef92329f1dab1420a99c177e916060908290030190a16000611296565b6000805460ff16612bfa576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155612c0c611b4f565b90508015612c2a576129cc816010811115612c2357fe5b60196129f5565b612c373360008686613f58565b9150506000805460ff1916600117905592915050565b601154604080516370a0823160e01b815230600482015290516000926001600160a01b03169182916370a0823191602480820192602092909190829003018186803b158015612c9b57600080fd5b505afa158015612caf573d6000803e3d6000fd5b505050506040513d6020811015612cc557600080fd5b505191505090565b6001600160a01b03811660009081526010602052604081208054612cf5576000915050610ef3565b6000612d078260000154600a546132b6565b90506000612d198284600101546132f8565b95945050505050565b4290565b600354600090819061010090046001600160a01b03163314612d4e576125076001602c6129f5565b612d56612d22565b60095414612d6a57612507600a602b6129f5565b600660009054906101000a90046001600160a01b03169050826001600160a01b0316632191f92a6040518163ffffffff1660e01b815260040160206040518083038186803b158015612dbb57600080fd5b505afa158015612dcf573d6000803e3d6000fd5b505050506040513d6020811015612de557600080fd5b5051612e38576040805162461bcd60e51b815260206004820152601c60248201527f6d61726b6572206d6574686f642072657475726e65642066616c736500000000604482015290519081900360640190fd5b600680546001600160a01b0319166001600160a01b03858116918217909255604080519284168352602083019190915280517fedffc32e068c7c95dfd4bdfd5c4d939a084d6b11c4199eac8436ed234d72f9269281900390910190a16000611296565b60008054819060ff16612ee2576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155612ef4611b4f565b90508015612f125761273f816010811115612f0b57fe5b60146129f5565b61275833868661428b565b612f25615186565b6040518060200160405280612f3e8560000151856132b6565b90529392505050565b6000612f51615186565b612f5b8585612f1d565b9050612d19612f6982613eab565b8461277a565b6005546040805163d02f735160e01b81523060048201526001600160a01b038781166024830152868116604483015285811660648301526084820185905291516000938493169163d02f73519160a480830192602092919082900301818787803b158015612fdc57600080fd5b505af1158015612ff0573d6000803e3d6000fd5b505050506040513d602081101561300657600080fd5b5051905080156130255761301d6003601183614493565b915050612883565b8261303157600061301d565b846001600160a01b0316846001600160a01b031614156130575761301d600660126129f5565b60006130738460405180602001604052806014548152506144f9565b9050600061308185836127b0565b9050600061308d6127ea565b905060006130a960405180602001604052808481525085612938565b6001600160a01b0389166000908152600e60205260409020549091506130cf90886127b0565b6001600160a01b03808a166000908152600e602052604080822093909355908b16815220546130fe908461277a565b6001600160a01b038a166000908152600e6020526040902055600c54613124908261277a565b600c55600d5461313490856127b0565b600d556040805188815290516001600160a01b03808c1692908b16916000805160206153e58339815191529181900360200190a3600c54604080513081526020810184905280820192909252517fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc59181900360600190a160009a9950505050505050505050565b6000805460ff16613200576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155613212611b4f565b90508015613230576129cc81601081111561322957fe5b60026129f5565b612c37338585614521565b6000805460ff16613280576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff19168155613292611b4f565b905080156132a9576129cc816010811115612c2357fe5b612c373385600086613f58565b600061129683836040518060400160405280601781526020017f6d756c7469706c69636174696f6e206f766572666c6f7700000000000000000081525061470a565b600061129683836040518060400160405280600e81526020016d646976696465206279207a65726f60901b815250614780565b613333613530565b61333b6136c6565b613344836137b1565b61334f8383836147e2565b505050565b60008054819060ff1661339b576040805162461bcd60e51b815260206004820152600a6024820152691c994b595b9d195c995960b21b604482015290519081900360640190fd5b6000805460ff191681556133ad611b4f565b905080156133d8576133cb8160108111156133c457fe5b60076129f5565b9250600091506134709050565b846001600160a01b031663a6afed956040518163ffffffff1660e01b8152600401602060405180830381600087803b15801561341357600080fd5b505af1158015613427573d6000803e3d6000fd5b505050506040513d602081101561343d57600080fd5b50519050801561345d576133cb81601081111561345657fe5b60086129f5565b61346a33888888886148e9565b92509250505b6000805460ff19166001179055909590945092505050565b60035460009061010090046001600160a01b031633146134ae576112e5600160316129f5565b6134b6612d22565b600954146134ca576112e5600a60326129f5565b670de0b6b3a76400008211156134e6576112e5600260336129f5565b6008805490839055604080518281526020810185905281517faaa68312e2ea9d50e16af5068410ab56e1a1fd06037b1a35664812c30f821460929181900390910190a16000611296565b60408051600180825281830190925260609160208083019080388339019050509050308160008151811061356057fe5b6001600160a01b0390921660209283029190910190910152604080516001808252818301909252606091816020016020820280388339505060115482519293506001600160a01b0316918391506000906135b657fe5b6001600160a01b03928316602091820292909201810191909152601554604051630712f05f60e21b81526000604482018190526001606483018190526080600484019081528851608485015288519490961695631c4bc17c95899589958392602482019260a49092019189820191028083838a5b8381101561364257818101518382015260200161362a565b50505050905001838103825286818151815260200191508051906020019060200280838360005b83811015613681578181015183820152602001613669565b505050509050019650505050505050600060405180830381600087803b1580156136aa57600080fd5b505af11580156136be573d6000803e3d6000fd5b505050505050565b60006136db6136d3614e11565b6017546127b0565b90506000306001600160a01b03166318160ddd6040518163ffffffff1660e01b815260040160206040518083038186803b15801561371857600080fd5b505afa15801561372c573d6000803e3d6000fd5b505050506040513d602081101561374257600080fd5b5051905061374e615186565b6000821161376b5760405180602001604052806000815250613775565b6137758383614e5c565b905061377f615186565b604080516020810190915260185481526137999083614e91565b805160185590506137a8614e11565b60175550505050565b6137b9615186565b50604080516020810190915260185481526137d2615186565b5060408051602080820183526001600160a01b0385166000908152601990915291909120548152613801615186565b61380b8383614eb6565b8051909150156138ec57604080516370a0823160e01b81526001600160a01b0386166004820152905160009130916370a0823191602480820192602092909190829003018186803b15801561385f57600080fd5b505afa158015613873573d6000803e3d6000fd5b505050506040513d602081101561388957600080fd5b5051905060006138998284614edb565b6001600160a01b0387166000908152601a60205260409020549091506138bf908261277a565b6001600160a01b0387166000908152601a6020908152604080832093909355875160199091529190205550505b50505050565b60055460408051631200453160e11b81523060048201526001600160a01b0387811660248301528681166044830152606482018690529151600093849384939116916324008a629160848082019260209290919082900301818787803b15801561395b57600080fd5b505af115801561396f573d6000803e3d6000fd5b505050506040513d602081101561398557600080fd5b5051905080156139a95761399c6003602483614493565b925060009150613b999050565b846139e3576139b786612ccd565b6001600160a01b0387166000908152601060205260408120918255600a5460019092019190915561399c565b6139eb612d22565b600954146139ff5761399c600a60256129f5565b613a07615213565b6001600160a01b0387166000908152601060205260409020600101546060820152613a3187612ccd565b6080820152600019861415613a4f5760808101516040820152613a57565b604081018690525b613a6688826040015187614efb565b60e082018190526080820151613a7b916127b0565b60a0820152600b5460e0820151613a9291906127b0565b8160c00181815250508060a0015160106000896001600160a01b03166001600160a01b0316815260200190815260200160002060000181905550600a5460106000896001600160a01b03166001600160a01b03168152602001908152602001600020600101819055508060c00151600b819055507f1a2a22cb034d26d1854bdc6666a5b91fe25efbbb5dcad3b0355478d6f5c362a188888360e001518460a001518560c0015160405180866001600160a01b03166001600160a01b03168152602001856001600160a01b03166001600160a01b031681526020018481526020018381526020018281526020019550505050505060405180910390a160e00151600093509150505b94509492505050565b6000838301828582101561122f5760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015613bf9578181015183820152602001613be1565b50505050905090810190601f168015613c265780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b60008184841115613c865760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315613bf9578181015183820152602001613be1565b505050900390565b6000611296613ca584670de0b6b3a76400006132b6565b83516132f8565b600554604080516317b9b84b60e31b81523060048201526001600160a01b03868116602483015285811660448301526064820185905291516000938493169163bdcdc25891608480830192602092919082900301818787803b158015613d1157600080fd5b505af1158015613d25573d6000803e3d6000fd5b505050506040513d6020811015613d3b57600080fd5b505190508015613d525761301d6003603483614493565b836001600160a01b0316856001600160a01b03161415613d785761301d600260356129f5565b60006001600160a01b038781169087161415613d975750600019613dbf565b506001600160a01b038086166000908152600f60209081526040808320938a16835292905220545b6001600160a01b0386166000908152600e6020526040902054613de290856127b0565b6001600160a01b038088166000908152600e60205260408082209390935590871681522054613e11908561277a565b6001600160a01b0386166000908152600e60205260409020556000198114613e6457613e3d81856127b0565b6001600160a01b038088166000908152600f60209081526040808320938c16835292905220555b846001600160a01b0316866001600160a01b03166000805160206153e5833981519152866040518082815260200191505060405180910390a360005b979650505050505050565b51670de0b6b3a7640000900490565b600080600080613ec8612d22565b60095414613ee757613edc600a60376129f5565b93509150613f519050565b613ef2338787614efb565b9050613f00600c548261277a565b600c819055604080513381526020810184905280820183905290519193507fa91e67c5ea634cd43a12c5a482724b03de01e85ca68702a53d0c2f45cb7c1dc5919081900360600190a1600093509150505b9250929050565b6000831580613f65575082155b613fa05760405162461bcd60e51b81526004018080602001828103825260348152602001806154056034913960400191505060405180910390fd5b613fa8615259565b613fb06127ea565b81528415613fe157602080820186905260408051918201905281518152613fd79086612938565b604082015261400a565b613ffd8460405180602001604052808460000151815250614f24565b6020820152604081018490525b6005546020808301516040805163eabe7d9160e01b81523060048201526001600160a01b038b8116602483015260448201939093529051600094929092169263eabe7d919260648084019382900301818787803b15801561406a57600080fd5b505af115801561407e573d6000803e3d6000fd5b505050506040513d602081101561409457600080fd5b5051905080156140b4576140ab6003601a83614493565b92505050612883565b851580156140c0575084155b156140cc5760006140ab565b6140d4612d22565b600954146140e8576140ab600a601b6129f5565b6140f8600d5483602001516127b0565b60608301526001600160a01b0387166000908152600e60209081526040909120549083015161412791906127b0565b60808301526040820151614139612774565b101561414b576140ab600e601c6129f5565b61415a8783604001518661332b565b6060820151600d5560808201516001600160a01b0388166000818152600e602090815260409182902093909355828501518151908152905130936000805160206153e5833981519152928290030190a360408083015160208085015183516001600160a01b038c168152918201929092528083019190915290517fe5b754fb1abb7f01b499791d0b820ae3b6af3424ac1c59768edb53f4ec31a9299181900360600190a1600554604080840151602085015182516351dff98960e01b81523060048201526001600160a01b038c811660248301526044820193909352606481019190915291519216916351dff9899160848082019260009290919082900301818387803b15801561426a57600080fd5b505af115801561427e573d6000803e3d6000fd5b5060009250613ea0915050565b60055460408051634ef4c3e160e01b81523060048201526001600160a01b03868116602483015260448201869052915160009384938493911691634ef4c3e19160648082019260209290919082900301818787803b1580156142ec57600080fd5b505af1158015614300573d6000803e3d6000fd5b505050506040513d602081101561431657600080fd5b50519050801561433a5761432d6003601583614493565b92506000915061448b9050565b8461434657600061432d565b61434e612d22565b600954146143625761432d600a60166129f5565b61436a615288565b6143726127ea565b815261437f878787614efb565b60408083018290528051602081019091528251815261439e9190614f24565b60208201819052600d546143b19161277a565b600d556001600160a01b0387166000908152600e6020908152604090912054908201516143de919061277a565b6001600160a01b0388166000818152600e60209081526040918290209390935583810151848401518251938452938301528181019290925290517f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f9181900360600190a1866001600160a01b0316306001600160a01b03166000805160206153e583398151915283602001516040518082815260200191505060405180910390a360400151600093509150505b935093915050565b60007f45b96fe442630264581b197e84bbada861235052c5a1aadfff9ea4e40a969aa08460108111156144c257fe5b84603c8111156144ce57fe5b604080519283526020830191909152818101859052519081900360600190a183601081111561288357fe5b6000670de0b6b3a76400006145128484600001516132b6565b8161451957fe5b049392505050565b6005546040805163368f515360e21b81523060048201526001600160a01b0386811660248301526044820186905291516000938493169163da3d454c91606480830192602092919082900301818787803b15801561457e57600080fd5b505af1158015614592573d6000803e3d6000fd5b505050506040513d60208110156145a857600080fd5b5051905080156145c7576145bf6003600683614493565b915050611296565b83614601576145d585612ccd565b6001600160a01b0386166000908152601060205260408120918255600a546001909201919091556145bf565b614609612d22565b6009541461461d576145bf600a60046129f5565b83614626612774565b1015614638576145bf600e60036129f5565b6146406152a9565b61464986612ccd565b6020820181905261465a908661277a565b6040820152600b5461466c908661277a565b606082015261467c86868661332b565b604080820180516001600160a01b03891660008181526010602090815290859020928355600a54600190930192909255606080860151600b819055935185519283529282018a9052818501929092529081019190915290517f13ed6866d4e1ee6da46f845c46d7e54120883d75c5ea9a2dacc1c4ca8984ab809181900360800190a160009695505050505050565b6000831580614717575082155b1561472457506000611296565b8383028385828161473157fe5b0414839061122f5760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315613bf9578181015183820152602001613be1565b600081836147cf5760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315613bf9578181015183820152602001613be1565b508284816147d957fe5b04949350505050565b6011546040805163a9059cbb60e01b81526001600160a01b0386811660048301526024820186905291519190921691829163a9059cbb9160448082019260009290919082900301818387803b15801561483a57600080fd5b505af115801561484e573d6000803e3d6000fd5b5050505060003d6000811461486a576020811461487457600080fd5b6000199150614880565b60206000803e60005191505b50806148d3576040805162461bcd60e51b815260206004820152601960248201527f544f4b454e5f5452414e534645525f4f55545f4641494c454400000000000000604482015290519081900360640190fd5b6148df601354856127b0565b6013555050505050565b60055460408051632fe3f38f60e11b81523060048201526001600160a01b0385811660248301528881166044830152878116606483015260848201879052915160009384938493911691635fc7e71e9160a48082019260209290919082900301818787803b15801561495a57600080fd5b505af115801561496e573d6000803e3d6000fd5b505050506040513d602081101561498457600080fd5b5051905080156149a85761499b6003600a83614493565b925060009150614e079050565b6149b0612d22565b600954146149c45761499b600a600e6129f5565b6149cc612d22565b856001600160a01b031663cfa992016040518163ffffffff1660e01b815260040160206040518083038186803b158015614a0557600080fd5b505afa158015614a19573d6000803e3d6000fd5b505050506040513d6020811015614a2f57600080fd5b505114614a425761499b600a60096129f5565b876001600160a01b0316876001600160a01b03161415614a685761499b6006600f6129f5565b85614a795761499b6007600d6129f5565b600019861415614a8f5761499b6007600c6129f5565b600080614a9e8a8a8a896138f2565b90925090508115614ace57614abf826010811115614ab857fe5b60106129f5565b945060009350614e0792505050565b6005546040805163c488847b60e01b81523060048201526001600160a01b038a81166024830152604482018590528251600094859492169263c488847b926064808301939192829003018186803b158015614b2857600080fd5b505afa158015614b3c573d6000803e3d6000fd5b505050506040513d6040811015614b5257600080fd5b50805160209091015190925090508115614b9d5760405162461bcd60e51b81526004018080602001828103825260328152602001806153116032913960400191505060405180910390fd5b80896001600160a01b03166370a082318d6040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b158015614bf457600080fd5b505afa158015614c08573d6000803e3d6000fd5b505050506040513d6020811015614c1e57600080fd5b50511015614c73576040805162461bcd60e51b815260206004820152601860248201527f4c49515549444154455f5345495a455f544f4f5f4d5543480000000000000000604482015290519081900360640190fd5b60006001600160a01b038a16301415614c9957614c92308e8e85612f6f565b9050614d23565b6040805163b2a02ff160e01b81526001600160a01b038f811660048301528e81166024830152604482018590529151918c169163b2a02ff1916064808201926020929091908290030181600087803b158015614cf457600080fd5b505af1158015614d08573d6000803e3d6000fd5b505050506040513d6020811015614d1e57600080fd5b505190505b8015614d6d576040805162461bcd60e51b81526020600482015260146024820152731d1bdad95b881cd95a5e9d5c994819985a5b195960621b604482015290519081900360640190fd5b7f298637f684da70674f26509b10f07ec2fbc77a335ab1e7d6215a4b2484d8bb528d8d868d8660405180866001600160a01b03166001600160a01b03168152602001856001600160a01b03166001600160a01b03168152602001848152602001836001600160a01b03166001600160a01b031681526020018281526020019550505050505060405180910390a16000975092955050505050505b9550959350505050565b601654604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b15801561152c57600080fd5b614e64615186565b6040518060200160405280612f3e614e8b866ec097ce7bc90715b34b9f10000000006132b6565b856132f8565b614e99615186565b6040518060200160405280612f3e8560000151856000015161277a565b614ebe615186565b6040518060200160405280612f3e856000015185600001516127b0565b60006ec097ce7bc90715b34b9f10000000006145128484600001516132b6565b600080614f09858585614f38565b9050614f13613530565b614f1b6136c6565b612883856137b1565b6000614f2e615186565b61294c8484615149565b601154604080516370a0823160e01b815230600482015290516000926001600160a01b031691839183916370a08231916024808301926020929190829003018186803b158015614f8757600080fd5b505afa158015614f9b573d6000803e3d6000fd5b505050506040513d6020811015614fb157600080fd5b5051604080516323b872dd60e01b81526001600160a01b038981166004830152306024830152604482018990529151929350908416916323b872dd9160648082019260009290919082900301818387803b15801561500e57600080fd5b505af1158015615022573d6000803e3d6000fd5b5050505060003d6000811461503e576020811461504857600080fd5b6000199150615054565b60206000803e60005191505b50806150a7576040805162461bcd60e51b815260206004820152601860248201527f544f4b454e5f5452414e534645525f494e5f4641494c45440000000000000000604482015290519081900360640190fd5b601154604080516370a0823160e01b815230600482015290516000926001600160a01b0316916370a08231916024808301926020929190829003018186803b1580156150f257600080fd5b505afa158015615106573d6000803e3d6000fd5b505050506040513d602081101561511c57600080fd5b50519050600061512c82856127b0565b905061513a6013548261277a565b60135598975050505050505050565b615151615186565b6000615165670de0b6b3a7640000856132b6565b9050604051806020016040528061517c8386613c8e565b9052949350505050565b6040518060200160405280600081525090565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106151da57805160ff1916838001178555615207565b82800160010185558215615207579182015b828111156152075782518255916020019190600101906151ec565b5061284c9291506152d2565b6040805161010081019091528060008152602001600081526020016000815260200160008152602001600081526020016000815260200160008152602001600081525090565b6040518060a0016040528060008152602001600081526020016000815260200160008152602001600081525090565b60405180606001604052806000815260200160008152602001600081525090565b604080516080810190915280600081526020016000815260200160008152602001600081525090565b61110691905b8082111561284c57600081556001016152d856fe6f6e6c792061646d696e206d617920696e697469616c697a6520746865206d61726b65744c49515549444154455f4a4f4554524f4c4c45525f43414c43554c4154455f414d4f554e545f5345495a455f4641494c45446d61726b6574206d6179206f6e6c7920626520696e697469616c697a6564206f6e6365696e697469616c2065786368616e67652072617465206d7573742062652067726561746572207468616e207a65726f2e73657474696e6720696e7465726573742072617465206d6f64656c206661696c65646f6e6c79207468652061646d696e206d61792063616c6c205f72657369676e496d706c656d656e746174696f6eddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6f6e65206f662072656465656d546f6b656e73496e206f722072656465656d416d6f756e74496e206d757374206265207a65726f6f6e6c79207468652061646d696e206d61792063616c6c205f6265636f6d65496d706c656d656e746174696f6e666c6173684c6f616e20616d6f756e742073686f756c642062652067726561746572207468616e207a65726fa265627a7a723158205836523a36f7213383a00c96cf98c0ba48df9bbff648cacdd234871e37d1f0f564736f6c63430005100032",
  "linkReferences": {},
  "deployedLinkReferences": {}
}
