[ { "inputs": [], "payable": false, "stateMutability": "nonpayable", "type": "constructor" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "owner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "spender", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "Approval", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "sender", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amount0", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "amount1", "type": "uint256" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" } ], "name": "Burn", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "token", "type": "address" }, { "indexed": false, "internalType": "address", "name": "to", "type": "address" } ], "name": "DrainWrongToken", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint16", "name": "token0FeePercent", "type": "uint16" }, { "indexed": false, "internalType": "uint16", "name": "token1FeePercent", "type": "uint16" } ], "name": "FeePercentUpdated", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "sender", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amount0", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "amount1", "type": "uint256" } ], "name": "Mint", "type": "event" }, { "anonymous": false, "inputs": [], "name": "SetPairTypeImmutable", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "bool", "name": "prevStableSwap", "type": "bool" }, { "indexed": false, "internalType": "bool", "name": "stableSwap", "type": "bool" } ], "name": "SetStableSwap", "type": "event" }, { "anonymous": false, "inputs": [], "name": "Skim", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": true, "internalType": "address", "name": "sender", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amount0In", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "amount1In", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "amount0Out", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "amount1Out", "type": "uint256" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" } ], "name": "Swap", "type": "event" }, { "anonymous": false, "inputs": [ { "indexed": false, "internalType": "uint112", "name": "reserve0", "type": "uint112" }, { "indexed": false, "internalType": "uint112", "name": "reserve1", "type": "uint112" } ], "name": "Sync", "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": "value", "type": "uint256" } ], "name": "Transfer", "type": "event" }, { "constant": true, "inputs": [], "name": "BLAST", "outputs": [ { "internalType": "contract IBlast", "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "BLASTPOINTS", "outputs": [ { "internalType": "contract IBlastPoints", "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "DOMAIN_SEPARATOR", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "FEE_DENOMINATOR", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "MAX_FEE_PERCENT", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "MINIMUM_LIQUIDITY", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "PERMIT_TYPEHASH", "outputs": [ { "internalType": "bytes32", "name": "", "type": "bytes32" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "USDBBLAST", "outputs": [ { "internalType": "contract IERC20Rebasing", "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "WETHBLAST", "outputs": [ { "internalType": "contract IERC20Rebasing", "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [ { "internalType": "address", "name": "", "type": "address" }, { "internalType": "address", "name": "", "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": "value", "type": "uint256" } ], "name": "approve", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [ { "internalType": "address", "name": "", "type": "address" } ], "name": "balanceOf", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "to", "type": "address" } ], "name": "burn", "outputs": [ { "internalType": "uint256", "name": "amount0", "type": "uint256" }, { "internalType": "uint256", "name": "amount1", "type": "uint256" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "recipient", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" } ], "name": "claimWethAndUsdbYield", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "collector", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "decimals", "outputs": [ { "internalType": "uint8", "name": "", "type": "uint8" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "token", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" } ], "name": "drainWrongToken", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "factory", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [ { "internalType": "uint256", "name": "amountIn", "type": "uint256" }, { "internalType": "address", "name": "tokenIn", "type": "address" } ], "name": "getAmountOut", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "getReserves", "outputs": [ { "internalType": "uint112", "name": "_reserve0", "type": "uint112" }, { "internalType": "uint112", "name": "_reserve1", "type": "uint112" }, { "internalType": "uint16", "name": "_token0FeePercent", "type": "uint16" }, { "internalType": "uint16", "name": "_token1FeePercent", "type": "uint16" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "_token0", "type": "address" }, { "internalType": "address", "name": "_token1", "type": "address" } ], "name": "initialize", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "initialized", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "kLast", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "to", "type": "address" } ], "name": "mint", "outputs": [ { "internalType": "uint256", "name": "liquidity", "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": [ { "internalType": "address", "name": "", "type": "address" } ], "name": "nonces", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "pairTypeImmutable", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "owner", "type": "address" }, { "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "value", "type": "uint256" }, { "internalType": "uint256", "name": "deadline", "type": "uint256" }, { "internalType": "uint8", "name": "v", "type": "uint8" }, { "internalType": "bytes32", "name": "r", "type": "bytes32" }, { "internalType": "bytes32", "name": "s", "type": "bytes32" } ], "name": "permit", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "precisionMultiplier0", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "precisionMultiplier1", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "_collector", "type": "address" } ], "name": "setCollector", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "uint16", "name": "newToken0FeePercent", "type": "uint16" }, { "internalType": "uint16", "name": "newToken1FeePercent", "type": "uint16" } ], "name": "setFeePercent", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [], "name": "setPairTypeImmutable", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "bool", "name": "stable", "type": "bool" }, { "internalType": "uint112", "name": "expectedReserve0", "type": "uint112" }, { "internalType": "uint112", "name": "expectedReserve1", "type": "uint112" } ], "name": "setStableSwap", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "to", "type": "address" } ], "name": "skim", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "stableSwap", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "uint256", "name": "amount0Out", "type": "uint256" }, { "internalType": "uint256", "name": "amount1Out", "type": "uint256" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "bytes", "name": "data", "type": "bytes" } ], "name": "swap", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "uint256", "name": "amount0Out", "type": "uint256" }, { "internalType": "uint256", "name": "amount1Out", "type": "uint256" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "bytes", "name": "data", "type": "bytes" }, { "internalType": "address", "name": "referrer", "type": "address" } ], "name": "swap", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "symbol", "outputs": [ { "internalType": "string", "name": "", "type": "string" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": false, "inputs": [], "name": "sync", "outputs": [], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": true, "inputs": [], "name": "token0", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "token0FeePercent", "outputs": [ { "internalType": "uint16", "name": "", "type": "uint16" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "token1", "outputs": [ { "internalType": "address", "name": "", "type": "address" } ], "payable": false, "stateMutability": "view", "type": "function" }, { "constant": true, "inputs": [], "name": "token1FeePercent", "outputs": [ { "internalType": "uint16", "name": "", "type": "uint16" } ], "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": "to", "type": "address" }, { "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "transfer", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" }, { "constant": false, "inputs": [ { "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "value", "type": "uint256" } ], "name": "transferFrom", "outputs": [ { "internalType": "bool", "name": "", "type": "bool" } ], "payable": false, "stateMutability": "nonpayable", "type": "function" } ]
60806040526005805473c1d7b84fb8fe0691d156eda30f51fd48d219ea946001600160a01b03199091161790556009805461ffff60e01b1916604b60e21b176001600160f01b0316604b60f21b1790556001600e553480156200006157600080fd5b506040514690806052620042cd8239604080519182900360520182208282018252601b83527f506c616e6172204c697175696469747920506f6f6c20546f6b656e00000000006020938401528151808301835260018152603160f81b908401528151808401919091527f6ca921b590a4b6d618de34c41fa5ef17f8a25495949f52f94131ad7b0d430967818301527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6606082015260808101949094523060a0808601919091528151808603909101815260c085018083528151919093012060035563784c3b3d60e11b909152517343000000000000000000000000000000000000029263f098767a925060c48082019260009290919082900301818387803b1580156200018d57600080fd5b505af1158015620001a2573d6000803e3d6000fd5b505050507343000000000000000000000000000000000000026001600160a01b0316634e606c476040518163ffffffff1660e01b8152600401600060405180830381600087803b158015620001f657600080fd5b505af11580156200020b573d6000803e3d6000fd5b505060055460408051631d70c8d360e31b81526001600160a01b03909216600483015251734300000000000000000000000000000000000002935063eb8646989250602480830192600092919082900301818387803b1580156200026e57600080fd5b505af115801562000283573d6000803e3d6000fd5b5050604051631a33757d60e01b81527342000000000000000000000000000000000000239250631a33757d9150600290600401808260ff168152602001915050602060405180830381600087803b158015620002de57600080fd5b505af1158015620002f3573d6000803e3d6000fd5b505050506040513d60208110156200030a57600080fd5b5050604051631a33757d60e01b815273420000000000000000000000000000000000002290631a33757d90600290600401808260ff168152602001915050602060405180830381600087803b1580156200036357600080fd5b505af115801562000378573d6000803e3d6000fd5b505050506040513d60208110156200038f57600080fd5b5050600554604080516336b91f2b60e01b81526001600160a01b03909216600483015251732fc95838c71e76ec69ff817983bff17c710f34e0916336b91f2b91602480830192600092919082900301818387803b158015620003f057600080fd5b505af115801562000405573d6000803e3d6000fd5b5050600680546001600160a01b031916331790555050613ea2806200042b6000396000f3fe608060405234801561001057600080fd5b50600436106102955760003560e01c80636e1fdd7f11610167578063b6200b07116100ce578063d73792a911610087578063d73792a914610816578063dd62ed3e1461081e578063f140a35a1461084c578063f39ac11f14610878578063fb5b82d0146108a6578063fff6cae9146108cc57610295565b8063b6200b071461077f578063ba9a7a5614610787578063bc25cf771461078f578063c45a0155146107b5578063d21220a7146107bd578063d505accf146107c557610295565b8063913e77ad11610120578063913e77ad1461072b57806395d89b411461073357806397d757761461073b5780639e548b7f14610743578063a9059cbb1461074b578063b10c8fb91461077757610295565b80636e1fdd7f146105fb57806370a0823114610690578063728e616f146106b65780637464fc3d146106be5780637ecebe00146106c657806389afcb44146106ec57610295565b806330adf81f1161020b578063485cc955116101c4578063485cc9551461056657806348e5d2601461059457806360cfe755146105bd57806362ecec03146105c557806367d81740146105cd5780636a627842146105d557610295565b806330adf81f146104fc578063313ce567146105045780633644e515146105225780633b9f1dc01461052a5780633ba170771461053257806348045e111461053a57610295565b8063158ef93e1161025d578063158ef93e1461044757806318160ddd1461044f57806323b872dd14610469578063288e5d021461049f5780632fcd1692146104a75780633029e5d4146104c657610295565b8063022c0d9f1461029a57806306fdde03146103285780630902f1ac146103a5578063095ea7b3146103e35780630dfe168114610423575b600080fd5b610326600480360360808110156102b057600080fd5b8135916020810135916001600160a01b0360408301351691908101906080810160608201356401000000008111156102e757600080fd5b8201836020820111156102f957600080fd5b8035906020019184600183028401116401000000008311171561031b57600080fd5b5090925090506108d4565b005b610330610975565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561036a578181015183820152602001610352565b50505050905090810190601f1680156103975780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6103ad6109ae565b604080516001600160701b03958616815293909416602084015261ffff9182168385015216606082015290519081900360800190f35b61040f600480360360408110156103f957600080fd5b506001600160a01b0381351690602001356109e1565b604080519115158252519081900360200190f35b61042b6109f8565b604080516001600160a01b039092168252519081900360200190f35b61040f610a07565b610457610a17565b60408051918252519081900360200190f35b61040f6004803603606081101561047f57600080fd5b506001600160a01b03813581169160208101359091169060400135610a1d565b610457610af4565b6104af610afa565b6040805161ffff9092168252519081900360200190f35b610326600480360360608110156104dc57600080fd5b5080351515906001600160701b0360208201358116916040013516610b0b565b610457610e07565b61050c610e2b565b6040805160ff9092168252519081900360200190f35b610457610e30565b610457610e36565b610326610e3c565b6103266004803603604081101561055057600080fd5b506001600160a01b038135169060200135610fc3565b6103266004803603604081101561057c57600080fd5b506001600160a01b0381358116916020013516611114565b610326600480360360408110156105aa57600080fd5b5061ffff813581169160200135166112af565b61042b6114d4565b6104af6114df565b6104576114f0565b610457600480360360208110156105eb57600080fd5b50356001600160a01b03166114f6565b610326600480360360a081101561061157600080fd5b8135916020810135916001600160a01b03604083013516919081019060808101606082013564010000000081111561064857600080fd5b82018360208201111561065a57600080fd5b8035906020019184600183028401116401000000008311171561067c57600080fd5b9193509150356001600160a01b03166117f5565b610457600480360360208110156106a657600080fd5b50356001600160a01b0316611899565b61042b6118ab565b6104576118c3565b610457600480360360208110156106dc57600080fd5b50356001600160a01b03166118c9565b6107126004803603602081101561070257600080fd5b50356001600160a01b03166118db565b6040805192835260208301919091528051918290030190f35b61042b611c74565b610330611c83565b61042b611ca8565b61040f611cb3565b61040f6004803603604081101561076157600080fd5b506001600160a01b038135169060200135611cbc565b61042b611cc9565b61040f611cd4565b610457611ce2565b610326600480360360208110156107a557600080fd5b50356001600160a01b0316611ce8565b61042b611e76565b61042b611e85565b610326600480360360e08110156107db57600080fd5b506001600160a01b03813581169160208101359091169060408101359060608101359060ff6080820135169060a08101359060c00135611e94565b610457612096565b6104576004803603604081101561083457600080fd5b506001600160a01b038135811691602001351661209d565b6104576004803603604081101561086257600080fd5b50803590602001356001600160a01b03166120ba565b6103266004803603604081101561088e57600080fd5b506001600160a01b038135811691602001351661212a565b610326600480360360208110156108bc57600080fd5b50356001600160a01b0316612368565b6103266123d3565b6108dc613b47565b5060408051610100810182526007546001600160a01b039081168252600854166020808301919091528183018890526060820187905260006080830181905260a0830181905260c0830181905260e08301528251601f8501829004820281018201909352838352909161096d9183918791879087908190840183828082843760009201829052509250612571915050565b505050505050565b6040518060400160405280601b81526020017f506c616e6172204c697175696469747920506f6f6c20546f6b656e000000000081525081565b6009546001600160701b0380821692600160701b83049091169161ffff600160e01b8204811692600160f01b9092041690565b60006109ee338484612f32565b5060015b92915050565b6007546001600160a01b031681565b600854600160a01b900460ff1681565b60005481565b6001600160a01b038316600090815260026020908152604080832033845290915281205460001914610ade576001600160a01b0384166000908152600260209081526040808320338452909152812054610a7d908463ffffffff612f9416565b6001600160a01b038616600081815260026020908152604080832033808552908352928190208590558051858152905194955091937f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505b610ae9848484612fe4565b5060015b9392505050565b600b5481565b600954600160f01b900461ffff1681565b600e54600114610b50576040805162461bcd60e51b815260206004820152601b6024820152600080516020613e4e833981519152604482015290519081900360640190fd5b6000600e5560065460408051637e1c813560e11b815290516001600160a01b039092169163fc39026a91600480820192602092909190829003018186803b158015610b9a57600080fd5b505afa158015610bae573d6000803e3d6000fd5b505050506040513d6020811015610bc457600080fd5b50516001600160a01b03163314610c0c5760405162461bcd60e51b8152600401808060200182810382526032815260200180613b9f6032913960400191505060405180910390fd5b600d54610100900460ff1615610c69576040805162461bcd60e51b815260206004820152601e60248201527f506c616e61724c6971756964697479506f6f6c3a20696d6d757461626c650000604482015290519081900360640190fd5b600d5460ff1615158315151415610cc7576040805162461bcd60e51b815260206004820152601e60248201527f506c616e61724c6971756964697479506f6f6c3a206e6f207570646174650000604482015290519081900360640190fd5b6009546001600160701b038381169116148015610cf857506009546001600160701b03828116600160701b90920416145b610d49576040805162461bcd60e51b815260206004820152601b60248201527f506c616e61724c6971756964697479506f6f6c3a206661696c65640000000000604482015290519081900360640190fd5b600954600090610d6c906001600160701b0380821691600160701b90041661309e565b600d546040805160ff90921615158252861515602083015280519293507fb6a86710bde53aa7fb1b3856279e2af5b476d53e2dd0902cf17a0911b5a43a8b92918290030190a1600d805460ff191685158015919091179091558490610dce5750805b610dd9576000610df9565b600954610df9906001600160701b0380821691600160701b900416613257565b600c5550506001600e555050565b7f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c981565b601281565b60035481565b600a5481565b600e54600114610e81576040805162461bcd60e51b815260206004820152601b6024820152600080516020613e4e833981519152604482015290519081900360640190fd5b6000600e5560065460408051638da5cb5b60e01b815290516001600160a01b0390921691638da5cb5b91600480820192602092909190829003018186803b158015610ecb57600080fd5b505afa158015610edf573d6000803e3d6000fd5b505050506040513d6020811015610ef557600080fd5b50516001600160a01b03163314610f3d5760405162461bcd60e51b8152600401808060200182810382526029815260200180613c0b6029913960400191505060405180910390fd5b600d54610100900460ff1615610f845760405162461bcd60e51b8152600401808060200182810382526026815260200180613d1f6026913960400191505060405180910390fd5b600d805461ff0019166101001790556040517f09122c41ae733a4d7740324d50e35fbd6ee85be3c1312a45596d8045150ab2f290600090a16001600e55565b6005546001600160a01b0316331461100c5760405162461bcd60e51b8152600401808060200182810382526022815260200180613e2c6022913960400191505060405180910390fd5b60408051635569f64b60e11b81526001600160a01b03841660048201526024810183905290516023602160991b019163aad3ec969160448083019260209291908290030181600087803b15801561106257600080fd5b505af1158015611076573d6000803e3d6000fd5b505050506040513d602081101561108c57600080fd5b505060408051635569f64b60e11b81526001600160a01b03841660048201526024810183905290516022602160991b019163aad3ec969160448083019260209291908290030181600087803b1580156110e457600080fd5b505af11580156110f8573d6000803e3d6000fd5b505050506040513d602081101561110e57600080fd5b50505050565b6006546001600160a01b0316331480156111385750600854600160a01b900460ff16155b611189576040805162461bcd60e51b815260206004820152601e60248201527f506c616e61724c6971756964697479506f6f6c3a20464f5242494444454e0000604482015290519081900360640190fd5b600780546001600160a01b038085166001600160a01b0319928316811790935560088054918516919092161790556040805163313ce56760e01b8152905163313ce56791600480820192602092909190829003018186803b1580156111ed57600080fd5b505afa158015611201573d6000803e3d6000fd5b505050506040513d602081101561121757600080fd5b505160ff16600a90810a90556040805163313ce56760e01b815290516001600160a01b0383169163313ce567916004808301926020929190829003018186803b15801561126357600080fd5b505afa158015611277573d6000803e3d6000fd5b505050506040513d602081101561128d57600080fd5b505160ff16600a0a600b5550506008805460ff60a01b1916600160a01b179055565b600e546001146112f4576040805162461bcd60e51b815260206004820152601b6024820152600080516020613e4e833981519152604482015290519081900360640190fd5b6000600e5560065460408051634c21771560e01b815290516001600160a01b0390921691634c21771591600480820192602092909190829003018186803b15801561133e57600080fd5b505afa158015611352573d6000803e3d6000fd5b505050506040513d602081101561136857600080fd5b50516001600160a01b031633146113b05760405162461bcd60e51b8152600401808060200182810382526032815260200180613d456032913960400191505060405180910390fd5b6107d08261ffff16111580156113cc57506107d08161ffff1611155b6114075760405162461bcd60e51b815260040180806020018281038252603a815260200180613ce5603a913960400191505060405180910390fd5b60008261ffff1611801561141f575060008161ffff16115b61145a5760405162461bcd60e51b815260040180806020018281038252603a815260200180613bd1603a913960400191505060405180910390fd5b6009805461ffff60e01b1916600160e01b61ffff858116918202929092176001600160f01b0316600160f01b9285169283021790925560408051928352602083019190915280517fa4877b8ecb5a00ba277e4bceeeb187a669e7113649774dfbea05c259ce27f17b9281900390910190a150506001600e55565b6023602160991b0181565b600954600160e01b900461ffff1681565b6107d081565b6000600e5460011461153d576040805162461bcd60e51b815260206004820152601b6024820152600080516020613e4e833981519152604482015290519081900360640190fd5b6000600e8190558061154d6109ae565b5050600754604080516370a0823160e01b815230600482015290519395509193506000926001600160a01b03909116916370a08231916024808301926020929190829003018186803b1580156115a257600080fd5b505afa1580156115b6573d6000803e3d6000fd5b505050506040513d60208110156115cc57600080fd5b5051600854604080516370a0823160e01b815230600482015290519293506000926001600160a01b03909216916370a0823191602480820192602092909190829003018186803b15801561161f57600080fd5b505afa158015611633573d6000803e3d6000fd5b505050506040513d602081101561164957600080fd5b505190506000611668836001600160701b03871663ffffffff612f9416565b90506000611685836001600160701b03871663ffffffff612f9416565b90506000611693878761309e565b600054909150806116dc576116c86103e86116bc6116b7878763ffffffff61336d16565b6133d0565b9063ffffffff612f9416565b98506116d760006103e8613422565b61172b565b6117286001600160701b0389166116f9868463ffffffff61336d16565b8161170057fe5b046001600160701b03891661171b868563ffffffff61336d16565b8161172257fe5b046134b8565b98505b6000891161176a5760405162461bcd60e51b8152600401808060200182810382526032815260200180613c566032913960400191505060405180910390fd5b6117748a8a613422565b61177e86866134ce565b81156117a8576009546117a4906001600160701b0380821691600160701b900416613257565b600c555b6040805185815260208101859052815133927f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f928290030190a250506001600e5550949695505050505050565b6117fd613b47565b5060408051610100810182526007546001600160a01b039081168252600854166020808301919091528183018990526060820188905260006080830181905260a0830181905260c0830181905260e08301528251601f8601829004820281018201909352848352909161189091839188918890889081908401838280828437600092019190915250889250612571915050565b50505050505050565b60016020526000908152604090205481565b732fc95838c71e76ec69ff817983bff17c710f34e081565b600c5481565b60046020526000908152604090205481565b600080600e54600114611923576040805162461bcd60e51b815260206004820152601b6024820152600080516020613e4e833981519152604482015290519081900360640190fd5b6000600e819055806119336109ae565b5050600754600854604080516370a0823160e01b815230600482015290519496509294506001600160a01b039182169391169160009184916370a08231916024808301926020929190829003018186803b15801561199057600080fd5b505afa1580156119a4573d6000803e3d6000fd5b505050506040513d60208110156119ba57600080fd5b5051604080516370a0823160e01b815230600482015290519192506000916001600160a01b038516916370a08231916024808301926020929190829003018186803b158015611a0857600080fd5b505afa158015611a1c573d6000803e3d6000fd5b505050506040513d6020811015611a3257600080fd5b505130600090815260016020526040812054919250611a51888861309e565b60005490915080611a68848763ffffffff61336d16565b81611a6f57fe5b049a5080611a83848663ffffffff61336d16565b81611a8a57fe5b04995060008b118015611a9d575060008a115b611ad85760405162461bcd60e51b8152600401808060200182810382526032815260200180613cb36032913960400191505060405180910390fd5b611ae230846135c3565b611aed878d8d613661565b611af8868d8c613661565b604080516370a0823160e01b815230600482015290516001600160a01b038916916370a08231916024808301926020929190829003018186803b158015611b3e57600080fd5b505afa158015611b52573d6000803e3d6000fd5b505050506040513d6020811015611b6857600080fd5b5051604080516370a0823160e01b815230600482015290519196506001600160a01b038816916370a0823191602480820192602092909190829003018186803b158015611bb457600080fd5b505afa158015611bc8573d6000803e3d6000fd5b505050506040513d6020811015611bde57600080fd5b50519350611bec85856134ce565b8115611c1657600954611c12906001600160701b0380821691600160701b900416613257565b600c555b604080518c8152602081018c905281516001600160a01b038f169233927fdccd412f0b1252819cb1fd330b93224ca42612892bb3f4f789976e6d81936496929081900390910190a35050505050505050506001600e81905550915091565b6005546001600160a01b031681565b604051806040016040528060098152602001680504c414e41522d4c560bc1b81525081565b6002604360981b0181565b600d5460ff1681565b60006109ee338484612fe4565b6022602160991b0181565b600d54610100900460ff1681565b6103e881565b600e54600114611d2d576040805162461bcd60e51b815260206004820152601b6024820152600080516020613e4e833981519152604482015290519081900360640190fd5b6000600e55600754600854600954604080516370a0823160e01b815230600482015290516001600160a01b039485169490931692611ddc9285928792611dd7926001600160701b03169185916370a0823191602480820192602092909190829003018186803b158015611d9f57600080fd5b505afa158015611db3573d6000803e3d6000fd5b505050506040513d6020811015611dc957600080fd5b50519063ffffffff612f9416565b613661565b600954604080516370a0823160e01b81523060048201529051611e439284928792611dd792600160701b90046001600160701b0316916001600160a01b038616916370a0823191602480820192602092909190829003018186803b158015611d9f57600080fd5b6040517f21ad22495c9c75cd1c94756f91824e779c0c8a8e168b267c790df464fe056b7990600090a150506001600e5550565b6006546001600160a01b031681565b6008546001600160a01b031681565b42841015611ede576040805162461bcd60e51b8152602060048201526012602482015271155b9a5cddd85c158c8e881156141254915160721b604482015290519081900360640190fd5b6003546001600160a01b0380891660008181526004602090815260408083208054600180820190925582517f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98186015280840196909652958d166060860152608085018c905260a085019590955260c08085018b90528151808603909101815260e08501825280519083012061190160f01b6101008601526101028501969096526101228085019690965280518085039096018652610142840180825286519683019690962095839052610162840180825286905260ff89166101828501526101a284018890526101c28401879052519193926101e280820193601f1981019281900390910190855afa158015611ff9573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b0381161580159061202f5750886001600160a01b0316816001600160a01b0316145b612080576040805162461bcd60e51b815260206004820152601c60248201527f556e697377617056323a20494e56414c49445f5349474e415455524500000000604482015290519081900360640190fd5b61208b898989612f32565b505050505050505050565b620186a081565b600260209081526000928352604080842090915290825290205481565b60075460009081906001600160a01b038481169116146120e757600954600160f01b900461ffff166120f6565b600954600160e01b900461ffff165b60095490915061212290859085906001600160701b0380821691600160701b90041661ffff86166137e5565b949350505050565b600e5460011461216f576040805162461bcd60e51b815260206004820152601b6024820152600080516020613e4e833981519152604482015290519081900360640190fd5b6000600e5560065460408051638da5cb5b60e01b815290516001600160a01b0390921691638da5cb5b91600480820192602092909190829003018186803b1580156121b957600080fd5b505afa1580156121cd573d6000803e3d6000fd5b505050506040513d60208110156121e357600080fd5b50516001600160a01b0316331461222b5760405162461bcd60e51b8152600401808060200182810382526029815260200180613c0b6029913960400191505060405180910390fd5b6007546001600160a01b0383811691161480159061225757506008546001600160a01b03838116911614155b6122925760405162461bcd60e51b8152600401808060200182810382526022815260200180613c346022913960400191505060405180910390fd5b61231e8282846001600160a01b03166370a08231306040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b0316815260200191505060206040518083038186803b1580156122ed57600080fd5b505afa158015612301573d6000803e3d6000fd5b505050506040513d602081101561231757600080fd5b5051613661565b604080516001600160a01b0383811682529151918416917f368a9dc863ecb94b5ba32a682e26295b10d9c2666fad7d785ebdf262c3c524139181900360200190a250506001600e55565b6005546001600160a01b031633146123b15760405162461bcd60e51b8152600401808060200182810382526022815260200180613e2c6022913960400191505060405180910390fd5b600580546001600160a01b0319166001600160a01b0392909216919091179055565b600e54600114612418576040805162461bcd60e51b815260206004820152601b6024820152600080516020613e4e833981519152604482015290519081900360640190fd5b6000600e819055600754604080516370a0823160e01b815230600482015290516001600160a01b03909216916370a0823191602480820192602092909190829003018186803b15801561246a57600080fd5b505afa15801561247e573d6000803e3d6000fd5b505050506040513d602081101561249457600080fd5b5051600854604080516370a0823160e01b815230600482015290519293506000926001600160a01b03909216916370a0823191602480820192602092909190829003018186803b1580156124e757600080fd5b505afa1580156124fb573d6000803e3d6000fd5b505050506040513d602081101561251157600080fd5b50519050811580159061252357508015155b61255e5760405162461bcd60e51b8152600401808060200182810382526034815260200180613df86034913960400191505060405180910390fd5b61256882826134ce565b50506001600e55565b600e546001146125b6576040805162461bcd60e51b815260206004820152601b6024820152600080516020613e4e833981519152604482015290519081900360640190fd5b6000600e5560408401511515806125d1575060008460600151115b61260c5760405162461bcd60e51b815260040180806020018281038252602f815260200180613da5602f913960400191505060405180910390fd5b60008060008061261a6109ae565b9350935093509350836001600160701b0316886040015110801561264a5750826001600160701b03168860600151105b6126855760405162461bcd60e51b815260040180806020018281038252602b815260200180613c88602b913960400191505060405180910390fd5b87516001600160a01b038881169116148015906126b8575087602001516001600160a01b0316876001600160a01b031614155b612709576040805162461bcd60e51b815260206004820152601f60248201527f506c616e61724c6971756964697479506f6f6c3a20494e56414c49445f544f00604482015290519081900360640190fd5b604088015115612726576127268860000151888a60400151613661565b606088015115612743576127438860200151888a60600151613661565b85511561283d57866001600160a01b03166310d1e85c338a604001518b606001518a6040518563ffffffff1660e01b815260040180856001600160a01b03166001600160a01b0316815260200184815260200183815260200180602001828103825283818151815260200191508051906020019080838360005b838110156127d55781810151838201526020016127bd565b50505050905090810190601f1680156128025780820380516001836020036101000a031916815260200191505b5095505050505050600060405180830381600087803b15801561282457600080fd5b505af1158015612838573d6000803e3d6000fd5b505050505b8751604080516370a0823160e01b815230600482015290516001600160a01b03909216916370a0823191602480820192602092909190829003018186803b15801561288757600080fd5b505afa15801561289b573d6000803e3d6000fd5b505050506040513d60208110156128b157600080fd5b50516080890152602088810151604080516370a0823160e01b815230600482015290516001600160a01b03909216926370a0823192602480840193829003018186803b15801561290057600080fd5b505afa158015612914573d6000803e3d6000fd5b505050506040513d602081101561292a57600080fd5b505160a0890152604088015160808901516000916001600160701b038716031061295557600061296c565b8860400151856001600160701b0316038960800151035b905060008960600151856001600160701b0316038a60a00151116129915760006129a8565b8960600151856001600160701b0316038a60a00151035b905060008211806129b95750600081115b6129f45760405162461bcd60e51b815260040180806020018281038252602e815260200180613d77602e913960400191505060405180910390fd5b620186a0612a0c8361ffff871663ffffffff61336d16565b81612a1357fe5b0460c08b0152620186a0612a318261ffff861663ffffffff61336d16565b81612a3857fe5b0460e08b01526000806001600160a01b038916612a56576000612ad0565b60065460408051631c60f51f60e21b81526001600160a01b038c8116600483015291519190921691637183d47c916024808301926020929190829003018186803b158015612aa357600080fd5b505afa158015612ab7573d6000803e3d6000fd5b505050506040513d6020811015612acd57600080fd5b50515b90508015612b95578315612b3b576402540be400612b0861ffff8816612afc878563ffffffff61336d16565b9063ffffffff61336d16565b81612b0f57fe5b049150612b29828d60c00151612f9490919063ffffffff16565b60c08d01528b51612b3b908a84613661565b8215612b95576402540be400612b5f61ffff8716612afc868563ffffffff61336d16565b81612b6657fe5b049150612b80828d60e00151612f9490919063ffffffff16565b60e08d015260208c0151612b95908a84613661565b600d5460ff1615612cfd5760065460408051634cadad5760e11b8152815160009384936001600160a01b039091169263995b5aae9260048083019392829003018186803b158015612be557600080fd5b505afa158015612bf9573d6000803e3d6000fd5b505050506040513d6040811015612c0f57600080fd5b50805160209091015190925090506001600160a01b03811615612cfa57612c4382612afc620186a08663ffffffff612f9416565b91508515612c9e5766038d7ea4c68000612c6b61ffff8a16612afc898663ffffffff61336d16565b81612c7257fe5b049350612c8c848f60c00151612f9490919063ffffffff16565b60c08f01528d51612c9e908286613661565b8415612cfa5766038d7ea4c68000612cc461ffff8916612afc888663ffffffff61336d16565b81612ccb57fe5b049350612ce5848f60e00151612f9490919063ffffffff16565b60e08f015260208e0151612cfa908286613661565b50505b8315612d7f578b51604080516370a0823160e01b815230600482015290516001600160a01b03909216916370a0823191602480820192602092909190829003018186803b158015612d4d57600080fd5b505afa158015612d61573d6000803e3d6000fd5b505050506040513d6020811015612d7757600080fd5b505160808d01525b8215612dff576020808d0151604080516370a0823160e01b815230600482015290516001600160a01b03909216926370a0823192602480840193829003018186803b158015612dcd57600080fd5b505afa158015612de1573d6000803e3d6000fd5b505050506040513d6020811015612df757600080fd5b505160a08d01525b50506000612e1e8b60c001518c60800151612f9490919063ffffffff16565b90506000612e3d8c60e001518d60a00151612f9490919063ffffffff16565b9050612e5b886001600160701b0316886001600160701b0316613257565b612e658383613257565b1015612eb1576040805162461bcd60e51b8152602060048201526016602482015275506c616e61724c6971756964697479506f6f6c3a204b60501b604482015290519081900360640190fd5b5050612ec58a608001518b60a001516134ce565b6040808b01516060808d0151835186815260208101869052808501939093529082015290516001600160a01b038b169133917fd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d8229181900360800190a350506001600e555050505050505050565b6001600160a01b03808416600081815260026020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b808203828111156109f2576040805162461bcd60e51b815260206004820152601560248201527464732d6d6174682d7375622d756e646572666c6f7760581b604482015290519081900360640190fd5b6001600160a01b03831660009081526001602052604090205461300d908263ffffffff612f9416565b6001600160a01b038085166000908152600160205260408082209390935590841681522054613042908263ffffffff6139b316565b6001600160a01b0380841660008181526001602090815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b600d5460009060ff16156130b4575060006109f2565b60065460408051634cadad5760e11b8152815160009384936001600160a01b039091169263995b5aae9260048083019392829003018186803b1580156130f957600080fd5b505afa15801561310d573d6000803e3d6000fd5b505050506040513d604081101561312357600080fd5b508051602090910151600c546001600160a01b03821615801596509294509092509061324257801561323d5760006131706116b7886001600160701b0316886001600160701b0316613257565b9050600061317d836133d0565b90508082111561323a5760006131b66064876131a2620186a08363ffffffff61336d16565b816131a957fe5b049063ffffffff612f9416565b905060006131e16064612afc6131d2878763ffffffff612f9416565b6000549063ffffffff61336d16565b905060006132156131f985606463ffffffff61336d16565b613209878663ffffffff61336d16565b9063ffffffff6139b316565b9050600081838161322257fe5b0490508015613235576132358882613422565b505050505b50505b61324e565b801561324e576000600c555b50505092915050565b600d5460009060ff161561335d57600a5460009061328385670de0b6b3a764000063ffffffff61336d16565b8161328a57fe5b0490506000600b546132ad670de0b6b3a76400008661336d90919063ffffffff16565b816132b457fe5b0490506000670de0b6b3a76400006132d2848463ffffffff61336d16565b816132d957fe5b049050600061332f670de0b6b3a76400006132fa858063ffffffff61336d16565b8161330157fe5b04670de0b6b3a764000061331b878063ffffffff61336d16565b8161332257fe5b049063ffffffff6139b316565b9050670de0b6b3a764000061334a838363ffffffff61336d16565b8161335157fe5b049450505050506109f2565b610aed838363ffffffff61336d16565b60008115806133885750508082028282828161338557fe5b04145b6109f2576040805162461bcd60e51b815260206004820152601460248201527364732d6d6174682d6d756c2d6f766572666c6f7760601b604482015290519081900360640190fd5b60006003821115613413575080600160028204015b8181101561340d578091506002818285816133fc57fe5b04018161340557fe5b0490506133e5565b5061341d565b811561341d575060015b919050565b600054613435908263ffffffff6139b316565b60009081556001600160a01b038316815260016020526040902054613460908263ffffffff6139b316565b6001600160a01b03831660008181526001602090815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b60008183106134c75781610aed565b5090919050565b6001600160701b0382118015906134ec57506001600160701b038111155b61353d576040805162461bcd60e51b815260206004820152601d60248201527f506c616e61724c6971756964697479506f6f6c3a204f564552464c4f57000000604482015290519081900360640190fd5b600980546dffffffffffffffffffffffffffff19166001600160701b038481169182176dffffffffffffffffffffffffffff60701b1916600160701b9185169182021790925560408051918252602082019290925281517f1c411e9a96e071241c2f21f7726b17ae89e3cab4c78be50e062b03a9fffbbad1929181900390910190a15050565b6001600160a01b0382166000908152600160205260409020546135ec908263ffffffff612f9416565b6001600160a01b03831660009081526001602052604081209190915554613619908263ffffffff612f9416565b60009081556040805183815290516001600160a01b038516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef919081900360200190a35050565b604080518082018252601981527f7472616e7366657228616464726573732c75696e74323536290000000000000060209182015281516001600160a01b0385811660248301526044808301869052845180840390910181526064909201845291810180516001600160e01b031663a9059cbb60e01b1781529251815160009460609489169392918291908083835b6020831061370e5780518252601f1990920191602091820191016136ef565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d8060008114613770576040519150601f19603f3d011682016040523d82523d6000602084013e613775565b606091505b50915091508180156137a35750805115806137a357508080602001905160208110156137a057600080fd5b50515b6137de5760405162461bcd60e51b8152600401808060200182810382526024815260200180613dd46024913960400191505060405180910390fd5b5050505050565b600d5460009060ff161561392857613820620186a061380a888563ffffffff61336d16565b8161381157fe5b8891900463ffffffff612f9416565b9550600061382e8585613257565b9050600a5485670de0b6b3a7640000028161384557fe5b049450600b5484670de0b6b3a7640000028161385d57fe5b600754919004945060009081906001600160a01b03898116911614613883578587613886565b86865b60075491935091506001600160a01b038981169116146138bb57600b5489670de0b6b3a764000002816138b557fe5b046138d2565b600a5489670de0b6b3a764000002816138d057fe5b045b985060006138e3838b018584613a02565b6007549083039150670de0b6b3a7640000906001600160a01b038b811691161461390f57600a54613913565b600b545b82028161391c57fe5b049450505050506139aa565b60075460009081906001600160a01b0388811691161461394957848661394c565b85855b9092509050613974613967620186a08663ffffffff612f9416565b899063ffffffff61336d16565b975061398d8861320984620186a063ffffffff61336d16565b61399d898363ffffffff61336d16565b816139a457fe5b04925050505b95945050505050565b808201828110156109f2576040805162461bcd60e51b815260206004820152601460248201527364732d6d6174682d6164642d6f766572666c6f7760601b604482015290519081900360640190fd5b6000805b60ff811015613aba57826000613a1c8783613ac3565b905085811015613a52576000613a328887613b13565b828803670de0b6b3a76400000281613a4657fe5b04959095019450613a79565b6000613a5e8887613b13565b878303670de0b6b3a76400000281613a7257fe5b0490950394505b81851115613a9b57600182860311613a9657849350505050610aed565b613ab0565b600185830311613ab057849350505050610aed565b5050600101613a06565b50909392505050565b6000670de0b6b3a764000082818581818002040281613ade57fe5b040281613ae757fe5b04670de0b6b3a7640000808481818002040281613b0057fe5b04850281613b0a57fe5b04019392505050565b6000670de0b6b3a76400008381818002040281613b2c57fe5b04670de0b6b3a76400008084800204856003020281613b0a57fe5b60405180610100016040528060006001600160a01b0316815260200160006001600160a01b03168152602001600081526020016000815260200160008152602001600081526020016000815260200160008152509056fe506c616e61724c6971756964697479506f6f6c3a206f6e6c7920666163746f7279277320736574537461626c654f776e6572506c616e61724c6971756964697479506f6f6c3a2066656550657263656e74206d7573746e27742065786365656420746865206d696e696d756d506c616e61724c6971756964697479506f6f6c3a206f6e6c7920666163746f72792773206f776e6572506c616e61724c6971756964697479506f6f6c3a20696e76616c696420746f6b656e506c616e61724c6971756964697479506f6f6c3a20494e53554646494349454e545f4c49515549444954595f4d494e544544506c616e61724c6971756964697479506f6f6c3a20494e53554646494349454e545f4c4951554944495459506c616e61724c6971756964697479506f6f6c3a20494e53554646494349454e545f4c49515549444954595f4255524e4544506c616e61724c6971756964697479506f6f6c3a2066656550657263656e74206d7573746e27742065786365656420746865206d6178696d756d506c616e61724c6971756964697479506f6f6c3a20616c726561647920696d6d757461626c65506c616e61724c6971756964697479506f6f6c3a206f6e6c7920666163746f7279277320666565416d6f756e744f776e6572506c616e61724c6971756964697479506f6f6c3a20494e53554646494349454e545f494e5055545f414d4f554e54506c616e61724c6971756964697479506f6f6c3a20494e53554646494349454e545f4f55545055545f414d4f554e54506c616e61724c6971756964697479506f6f6c3a205452414e534645525f4641494c4544506c616e61724c6971756964697479506f6f6c3a206c697175696469747920726174696f206e6f7420696e697469616c697a6564426c6173743a2063616c6c6572206973206e6f742074686520636f6c6c6563746f72506c616e61724c6971756964697479506f6f6c3a204c4f434b45440000000000a265627a7a72315820106ae8e39b598de811c650eabd2e90b642ac12aafd1224d00d5929c7effbcfa764736f6c63430005100032454950373132446f6d61696e28737472696e67206e616d652c737472696e672076657273696f6e2c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e747261637429