864 lines
132 KiB
JSON
Generated
864 lines
132 KiB
JSON
Generated
{
|
|
"schemaVersion": "2.0.0",
|
|
"contractName": "DevUtils",
|
|
"compilerOutput": {
|
|
"abi": [
|
|
{
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "exchange_", "type": "address" },
|
|
{ "internalType": "address", "name": "chaiBridge_", "type": "address" }
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "constructor"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "EIP712_EXCHANGE_DOMAIN_HASH",
|
|
"outputs": [{ "internalType": "bytes32", "name": "", "type": "bytes32" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "chaiBridgeAddress",
|
|
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [{ "internalType": "bytes", "name": "assetData", "type": "bytes" }],
|
|
"name": "decodeAssetProxyId",
|
|
"outputs": [{ "internalType": "bytes4", "name": "assetProxyId", "type": "bytes4" }],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [{ "internalType": "bytes", "name": "assetData", "type": "bytes" }],
|
|
"name": "decodeERC1155AssetData",
|
|
"outputs": [
|
|
{ "internalType": "bytes4", "name": "assetProxyId", "type": "bytes4" },
|
|
{ "internalType": "address", "name": "tokenAddress", "type": "address" },
|
|
{ "internalType": "uint256[]", "name": "tokenIds", "type": "uint256[]" },
|
|
{ "internalType": "uint256[]", "name": "tokenValues", "type": "uint256[]" },
|
|
{ "internalType": "bytes", "name": "callbackData", "type": "bytes" }
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [{ "internalType": "bytes", "name": "assetData", "type": "bytes" }],
|
|
"name": "decodeERC20AssetData",
|
|
"outputs": [
|
|
{ "internalType": "bytes4", "name": "assetProxyId", "type": "bytes4" },
|
|
{ "internalType": "address", "name": "tokenAddress", "type": "address" }
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [{ "internalType": "bytes", "name": "assetData", "type": "bytes" }],
|
|
"name": "decodeERC20BridgeAssetData",
|
|
"outputs": [
|
|
{ "internalType": "bytes4", "name": "assetProxyId", "type": "bytes4" },
|
|
{ "internalType": "address", "name": "tokenAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "bridgeAddress", "type": "address" },
|
|
{ "internalType": "bytes", "name": "bridgeData", "type": "bytes" }
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [{ "internalType": "bytes", "name": "assetData", "type": "bytes" }],
|
|
"name": "decodeERC721AssetData",
|
|
"outputs": [
|
|
{ "internalType": "bytes4", "name": "assetProxyId", "type": "bytes4" },
|
|
{ "internalType": "address", "name": "tokenAddress", "type": "address" },
|
|
{ "internalType": "uint256", "name": "tokenId", "type": "uint256" }
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [{ "internalType": "bytes", "name": "assetData", "type": "bytes" }],
|
|
"name": "decodeMultiAssetData",
|
|
"outputs": [
|
|
{ "internalType": "bytes4", "name": "assetProxyId", "type": "bytes4" },
|
|
{ "internalType": "uint256[]", "name": "amounts", "type": "uint256[]" },
|
|
{ "internalType": "bytes[]", "name": "nestedAssetData", "type": "bytes[]" }
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [{ "internalType": "bytes", "name": "assetData", "type": "bytes" }],
|
|
"name": "decodeStaticCallAssetData",
|
|
"outputs": [
|
|
{ "internalType": "bytes4", "name": "assetProxyId", "type": "bytes4" },
|
|
{ "internalType": "address", "name": "staticCallTargetAddress", "type": "address" },
|
|
{ "internalType": "bytes", "name": "staticCallData", "type": "bytes" },
|
|
{ "internalType": "bytes32", "name": "expectedReturnDataHash", "type": "bytes32" }
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [{ "internalType": "bytes", "name": "transactionData", "type": "bytes" }],
|
|
"name": "decodeZeroExTransactionData",
|
|
"outputs": [
|
|
{ "internalType": "string", "name": "functionName", "type": "string" },
|
|
{
|
|
"components": [
|
|
{ "internalType": "address", "name": "makerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "takerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "feeRecipientAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "senderAddress", "type": "address" },
|
|
{ "internalType": "uint256", "name": "makerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "makerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "expirationTimeSeconds", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "salt", "type": "uint256" },
|
|
{ "internalType": "bytes", "name": "makerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "makerFeeAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerFeeAssetData", "type": "bytes" }
|
|
],
|
|
"internalType": "struct LibOrder.Order[]",
|
|
"name": "orders",
|
|
"type": "tuple[]"
|
|
},
|
|
{ "internalType": "uint256[]", "name": "takerAssetFillAmounts", "type": "uint256[]" },
|
|
{ "internalType": "bytes[]", "name": "signatures", "type": "bytes[]" }
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "tokenAddress", "type": "address" },
|
|
{ "internalType": "uint256[]", "name": "tokenIds", "type": "uint256[]" },
|
|
{ "internalType": "uint256[]", "name": "tokenValues", "type": "uint256[]" },
|
|
{ "internalType": "bytes", "name": "callbackData", "type": "bytes" }
|
|
],
|
|
"name": "encodeERC1155AssetData",
|
|
"outputs": [{ "internalType": "bytes", "name": "assetData", "type": "bytes" }],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [{ "internalType": "address", "name": "tokenAddress", "type": "address" }],
|
|
"name": "encodeERC20AssetData",
|
|
"outputs": [{ "internalType": "bytes", "name": "assetData", "type": "bytes" }],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "tokenAddress", "type": "address" },
|
|
{ "internalType": "uint256", "name": "tokenId", "type": "uint256" }
|
|
],
|
|
"name": "encodeERC721AssetData",
|
|
"outputs": [{ "internalType": "bytes", "name": "assetData", "type": "bytes" }],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "uint256[]", "name": "amounts", "type": "uint256[]" },
|
|
{ "internalType": "bytes[]", "name": "nestedAssetData", "type": "bytes[]" }
|
|
],
|
|
"name": "encodeMultiAssetData",
|
|
"outputs": [{ "internalType": "bytes", "name": "assetData", "type": "bytes" }],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "staticCallTargetAddress", "type": "address" },
|
|
{ "internalType": "bytes", "name": "staticCallData", "type": "bytes" },
|
|
{ "internalType": "bytes32", "name": "expectedReturnDataHash", "type": "bytes32" }
|
|
],
|
|
"name": "encodeStaticCallAssetData",
|
|
"outputs": [{ "internalType": "bytes", "name": "assetData", "type": "bytes" }],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "erc1155ProxyAddress",
|
|
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "erc20ProxyAddress",
|
|
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "erc721ProxyAddress",
|
|
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "exchangeAddress",
|
|
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "ownerAddress", "type": "address" },
|
|
{ "internalType": "bytes", "name": "assetData", "type": "bytes" }
|
|
],
|
|
"name": "getAssetProxyAllowance",
|
|
"outputs": [{ "internalType": "uint256", "name": "allowance", "type": "uint256" }],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "ownerAddress", "type": "address" },
|
|
{ "internalType": "bytes", "name": "assetData", "type": "bytes" }
|
|
],
|
|
"name": "getBalance",
|
|
"outputs": [{ "internalType": "uint256", "name": "balance", "type": "uint256" }],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "ownerAddress", "type": "address" },
|
|
{ "internalType": "bytes", "name": "assetData", "type": "bytes" }
|
|
],
|
|
"name": "getBalanceAndAssetProxyAllowance",
|
|
"outputs": [
|
|
{ "internalType": "uint256", "name": "balance", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "allowance", "type": "uint256" }
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "ownerAddress", "type": "address" },
|
|
{ "internalType": "bytes[]", "name": "assetData", "type": "bytes[]" }
|
|
],
|
|
"name": "getBatchAssetProxyAllowances",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "allowances", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "ownerAddress", "type": "address" },
|
|
{ "internalType": "bytes[]", "name": "assetData", "type": "bytes[]" }
|
|
],
|
|
"name": "getBatchBalances",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "balances", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "ownerAddress", "type": "address" },
|
|
{ "internalType": "bytes[]", "name": "assetData", "type": "bytes[]" }
|
|
],
|
|
"name": "getBatchBalancesAndAssetProxyAllowances",
|
|
"outputs": [
|
|
{ "internalType": "uint256[]", "name": "balances", "type": "uint256[]" },
|
|
{ "internalType": "uint256[]", "name": "allowances", "type": "uint256[]" }
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [{ "internalType": "address[]", "name": "addresses", "type": "address[]" }],
|
|
"name": "getEthBalances",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{
|
|
"components": [
|
|
{ "internalType": "address", "name": "makerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "takerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "feeRecipientAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "senderAddress", "type": "address" },
|
|
{ "internalType": "uint256", "name": "makerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "makerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "expirationTimeSeconds", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "salt", "type": "uint256" },
|
|
{ "internalType": "bytes", "name": "makerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "makerFeeAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerFeeAssetData", "type": "bytes" }
|
|
],
|
|
"internalType": "struct LibOrder.Order",
|
|
"name": "order",
|
|
"type": "tuple"
|
|
},
|
|
{ "internalType": "uint256", "name": "chainId", "type": "uint256" },
|
|
{ "internalType": "address", "name": "exchange", "type": "address" }
|
|
],
|
|
"name": "getOrderHash",
|
|
"outputs": [{ "internalType": "bytes32", "name": "orderHash", "type": "bytes32" }],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{
|
|
"components": [
|
|
{ "internalType": "address", "name": "makerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "takerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "feeRecipientAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "senderAddress", "type": "address" },
|
|
{ "internalType": "uint256", "name": "makerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "makerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "expirationTimeSeconds", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "salt", "type": "uint256" },
|
|
{ "internalType": "bytes", "name": "makerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "makerFeeAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerFeeAssetData", "type": "bytes" }
|
|
],
|
|
"internalType": "struct LibOrder.Order",
|
|
"name": "order",
|
|
"type": "tuple"
|
|
},
|
|
{ "internalType": "bytes", "name": "signature", "type": "bytes" }
|
|
],
|
|
"name": "getOrderRelevantState",
|
|
"outputs": [
|
|
{
|
|
"components": [
|
|
{ "internalType": "enum LibOrder.OrderStatus", "name": "orderStatus", "type": "uint8" },
|
|
{ "internalType": "bytes32", "name": "orderHash", "type": "bytes32" },
|
|
{ "internalType": "uint256", "name": "orderTakerAssetFilledAmount", "type": "uint256" }
|
|
],
|
|
"internalType": "struct LibOrder.OrderInfo",
|
|
"name": "orderInfo",
|
|
"type": "tuple"
|
|
},
|
|
{ "internalType": "uint256", "name": "fillableTakerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "bool", "name": "isValidSignature", "type": "bool" }
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{
|
|
"components": [
|
|
{ "internalType": "address", "name": "makerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "takerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "feeRecipientAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "senderAddress", "type": "address" },
|
|
{ "internalType": "uint256", "name": "makerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "makerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "expirationTimeSeconds", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "salt", "type": "uint256" },
|
|
{ "internalType": "bytes", "name": "makerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "makerFeeAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerFeeAssetData", "type": "bytes" }
|
|
],
|
|
"internalType": "struct LibOrder.Order[]",
|
|
"name": "orders",
|
|
"type": "tuple[]"
|
|
},
|
|
{ "internalType": "bytes[]", "name": "signatures", "type": "bytes[]" }
|
|
],
|
|
"name": "getOrderRelevantStates",
|
|
"outputs": [
|
|
{
|
|
"components": [
|
|
{ "internalType": "enum LibOrder.OrderStatus", "name": "orderStatus", "type": "uint8" },
|
|
{ "internalType": "bytes32", "name": "orderHash", "type": "bytes32" },
|
|
{ "internalType": "uint256", "name": "orderTakerAssetFilledAmount", "type": "uint256" }
|
|
],
|
|
"internalType": "struct LibOrder.OrderInfo[]",
|
|
"name": "ordersInfo",
|
|
"type": "tuple[]"
|
|
},
|
|
{ "internalType": "uint256[]", "name": "fillableTakerAssetAmounts", "type": "uint256[]" },
|
|
{ "internalType": "bool[]", "name": "isValidSignature", "type": "bool[]" }
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{
|
|
"components": [
|
|
{ "internalType": "address", "name": "makerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "takerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "feeRecipientAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "senderAddress", "type": "address" },
|
|
{ "internalType": "uint256", "name": "makerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "makerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "expirationTimeSeconds", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "salt", "type": "uint256" },
|
|
{ "internalType": "bytes", "name": "makerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "makerFeeAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerFeeAssetData", "type": "bytes" }
|
|
],
|
|
"internalType": "struct LibOrder.Order",
|
|
"name": "order",
|
|
"type": "tuple"
|
|
},
|
|
{ "internalType": "address", "name": "takerAddress", "type": "address" },
|
|
{ "internalType": "uint256", "name": "takerAssetFillAmount", "type": "uint256" }
|
|
],
|
|
"name": "getSimulatedOrderMakerTransferResults",
|
|
"outputs": [
|
|
{
|
|
"internalType": "enum LibOrderTransferSimulation.OrderTransferResults",
|
|
"name": "orderTransferResults",
|
|
"type": "uint8"
|
|
}
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{
|
|
"components": [
|
|
{ "internalType": "address", "name": "makerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "takerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "feeRecipientAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "senderAddress", "type": "address" },
|
|
{ "internalType": "uint256", "name": "makerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "makerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "expirationTimeSeconds", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "salt", "type": "uint256" },
|
|
{ "internalType": "bytes", "name": "makerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "makerFeeAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerFeeAssetData", "type": "bytes" }
|
|
],
|
|
"internalType": "struct LibOrder.Order",
|
|
"name": "order",
|
|
"type": "tuple"
|
|
},
|
|
{ "internalType": "address", "name": "takerAddress", "type": "address" },
|
|
{ "internalType": "uint256", "name": "takerAssetFillAmount", "type": "uint256" }
|
|
],
|
|
"name": "getSimulatedOrderTransferResults",
|
|
"outputs": [
|
|
{
|
|
"internalType": "enum LibOrderTransferSimulation.OrderTransferResults",
|
|
"name": "orderTransferResults",
|
|
"type": "uint8"
|
|
}
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{
|
|
"components": [
|
|
{ "internalType": "address", "name": "makerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "takerAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "feeRecipientAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "senderAddress", "type": "address" },
|
|
{ "internalType": "uint256", "name": "makerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerAssetAmount", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "makerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "takerFee", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "expirationTimeSeconds", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "salt", "type": "uint256" },
|
|
{ "internalType": "bytes", "name": "makerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "makerFeeAssetData", "type": "bytes" },
|
|
{ "internalType": "bytes", "name": "takerFeeAssetData", "type": "bytes" }
|
|
],
|
|
"internalType": "struct LibOrder.Order[]",
|
|
"name": "orders",
|
|
"type": "tuple[]"
|
|
},
|
|
{ "internalType": "address[]", "name": "takerAddresses", "type": "address[]" },
|
|
{ "internalType": "uint256[]", "name": "takerAssetFillAmounts", "type": "uint256[]" }
|
|
],
|
|
"name": "getSimulatedOrdersTransferResults",
|
|
"outputs": [
|
|
{
|
|
"internalType": "enum LibOrderTransferSimulation.OrderTransferResults[]",
|
|
"name": "orderTransferResults",
|
|
"type": "uint8[]"
|
|
}
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{
|
|
"components": [
|
|
{ "internalType": "uint256", "name": "salt", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "expirationTimeSeconds", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "gasPrice", "type": "uint256" },
|
|
{ "internalType": "address", "name": "signerAddress", "type": "address" },
|
|
{ "internalType": "bytes", "name": "data", "type": "bytes" }
|
|
],
|
|
"internalType": "struct LibZeroExTransaction.ZeroExTransaction",
|
|
"name": "transaction",
|
|
"type": "tuple"
|
|
},
|
|
{ "internalType": "uint256", "name": "chainId", "type": "uint256" },
|
|
{ "internalType": "address", "name": "exchange", "type": "address" }
|
|
],
|
|
"name": "getTransactionHash",
|
|
"outputs": [{ "internalType": "bytes32", "name": "transactionHash", "type": "bytes32" }],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": false,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "ownerAddress", "type": "address" },
|
|
{ "internalType": "bytes", "name": "assetData", "type": "bytes" }
|
|
],
|
|
"name": "getTransferableAssetAmount",
|
|
"outputs": [{ "internalType": "uint256", "name": "transferableAssetAmount", "type": "uint256" }],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [{ "internalType": "bytes", "name": "assetData", "type": "bytes" }],
|
|
"name": "revertIfInvalidAssetData",
|
|
"outputs": [],
|
|
"payable": false,
|
|
"stateMutability": "pure",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [],
|
|
"name": "staticCallProxyAddress",
|
|
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
}
|
|
],
|
|
"devdoc": {
|
|
"methods": {
|
|
"decodeAssetProxyId(bytes)": {
|
|
"details": "Decode AssetProxy identifier",
|
|
"params": {
|
|
"assetData": "AssetProxy-compliant asset data describing an ERC-20, ERC-721, ERC1155, or MultiAsset asset."
|
|
},
|
|
"return": "The AssetProxy identifier"
|
|
},
|
|
"decodeERC1155AssetData(bytes)": {
|
|
"details": "Decode ERC-1155 asset data from the format described in the AssetProxy contract specification.",
|
|
"params": { "assetData": "AssetProxy-compliant asset data describing an ERC-1155 set of assets." },
|
|
"return": "The ERC-1155 AssetProxy identifier, the address of the ERC-1155 contract hosting the assets, an array of the identifiers of the assets to be traded, an array of asset amounts to be traded, and callback data. Each element of the arrays corresponds to the same-indexed element of the other array. Return values specified as `memory` are returned as pointers to locations within the memory of the input parameter `assetData`."
|
|
},
|
|
"decodeERC20AssetData(bytes)": {
|
|
"details": "Decode ERC-20 asset data from the format described in the AssetProxy contract specification.",
|
|
"params": { "assetData": "AssetProxy-compliant asset data describing an ERC-20 asset." },
|
|
"return": "The AssetProxy identifier, and the address of the ERC-20 contract hosting this asset."
|
|
},
|
|
"decodeERC20BridgeAssetData(bytes)": {
|
|
"details": "Decode ERC20Bridge asset data from the format described in the AssetProxy contract specification.",
|
|
"params": { "assetData": "AssetProxy-compliant asset data describing an ERC20Bridge asset" },
|
|
"return": "The ERC20BridgeProxy identifier, the address of the ERC20 token to transfer, the address of the bridge contract, and extra data to be passed to the bridge contract."
|
|
},
|
|
"decodeERC721AssetData(bytes)": {
|
|
"details": "Decode ERC-721 asset data from the format described in the AssetProxy contract specification.",
|
|
"params": { "assetData": "AssetProxy-compliant asset data describing an ERC-721 asset." },
|
|
"return": "The ERC-721 AssetProxy identifier, the address of the ERC-721 contract hosting this asset, and the identifier of the specific asset to be traded."
|
|
},
|
|
"decodeMultiAssetData(bytes)": {
|
|
"details": "Decode multi-asset data from the format described in the AssetProxy contract specification.",
|
|
"params": { "assetData": "AssetProxy-compliant data describing a multi-asset basket." },
|
|
"return": "The Multi-Asset AssetProxy identifier, an array of the amounts of the assets to be traded, and an array of the AssetProxy-compliant data describing each asset to be traded. Each element of the arrays corresponds to the same-indexed element of the other array."
|
|
},
|
|
"decodeStaticCallAssetData(bytes)": {
|
|
"details": "Decode StaticCall asset data from the format described in the AssetProxy contract specification.",
|
|
"params": { "assetData": "AssetProxy-compliant asset data describing a StaticCall asset" },
|
|
"return": "The StaticCall AssetProxy identifier, the target address of the StaticCAll, the data to be passed to the target address, and the expected Keccak-256 hash of the static call return data."
|
|
},
|
|
"decodeZeroExTransactionData(bytes)": {
|
|
"details": "Decodes the call data for an Exchange contract method call.",
|
|
"params": { "transactionData": "ABI-encoded calldata for an Exchange contract method call." },
|
|
"return": "The name of the function called, and the parameters it was given. For single-order fills and cancels, the arrays will have just one element."
|
|
},
|
|
"encodeERC1155AssetData(address,uint256[],uint256[],bytes)": {
|
|
"details": "Encode ERC-1155 asset data into the format described in the AssetProxy contract specification.",
|
|
"params": {
|
|
"callbackData": "Data to be passed to receiving contracts when a transfer is performed.",
|
|
"tokenAddress": "The address of the ERC-1155 contract hosting the asset(s) to be traded.",
|
|
"tokenIds": "The identifiers of the specific assets to be traded.",
|
|
"tokenValues": "The amounts of each asset to be traded."
|
|
},
|
|
"return": "AssetProxy-compliant asset data describing the set of assets."
|
|
},
|
|
"encodeERC20AssetData(address)": {
|
|
"details": "Encode ERC-20 asset data into the format described in the AssetProxy contract specification.",
|
|
"params": { "tokenAddress": "The address of the ERC-20 contract hosting the asset to be traded." },
|
|
"return": "AssetProxy-compliant data describing the asset."
|
|
},
|
|
"encodeERC721AssetData(address,uint256)": {
|
|
"details": "Encode ERC-721 asset data into the format described in the AssetProxy specification.",
|
|
"params": {
|
|
"tokenAddress": "The address of the ERC-721 contract hosting the asset to be traded.",
|
|
"tokenId": "The identifier of the specific asset to be traded."
|
|
},
|
|
"return": "AssetProxy-compliant asset data describing the asset."
|
|
},
|
|
"encodeMultiAssetData(uint256[],bytes[])": {
|
|
"details": "Encode data for multiple assets, per the AssetProxy contract specification.",
|
|
"params": {
|
|
"amounts": "The amounts of each asset to be traded.",
|
|
"nestedAssetData": "AssetProxy-compliant data describing each asset to be traded."
|
|
},
|
|
"return": "AssetProxy-compliant data describing the set of assets."
|
|
},
|
|
"encodeStaticCallAssetData(address,bytes,bytes32)": {
|
|
"details": "Encode StaticCall asset data into the format described in the AssetProxy contract specification.",
|
|
"params": {
|
|
"expectedReturnDataHash": "Expected Keccak-256 hash of the StaticCall return data.",
|
|
"staticCallData": "Data that will be passed to staticCallTargetAddress in the StaticCall.",
|
|
"staticCallTargetAddress": "Target address of StaticCall."
|
|
},
|
|
"return": "AssetProxy-compliant asset data describing the set of assets."
|
|
},
|
|
"getAssetProxyAllowance(address,bytes)": {
|
|
"details": "Returns the number of asset(s) (described by assetData) that the corresponding AssetProxy contract is authorized to spend. When the asset data contains multiple assets (eg for Multi-Asset), the return value indicates how many complete \"baskets\" of those assets may be spent by all of the corresponding AssetProxy contracts.",
|
|
"params": {
|
|
"assetData": "Details of asset, encoded per the AssetProxy contract specification.",
|
|
"ownerAddress": "Owner of the assets specified by assetData."
|
|
},
|
|
"return": "Number of assets (or asset baskets) that the corresponding AssetProxy is authorized to spend."
|
|
},
|
|
"getBalance(address,bytes)": {
|
|
"details": "Returns the owner's balance of the assets(s) specified in assetData. When the asset data contains multiple assets (eg in ERC1155 or Multi-Asset), the return value indicates how many complete \"baskets\" of those assets are owned by owner.",
|
|
"params": {
|
|
"assetData": "Details of asset, encoded per the AssetProxy contract specification.",
|
|
"ownerAddress": "Owner of the assets specified by assetData."
|
|
},
|
|
"return": "Number of assets (or asset baskets) held by owner."
|
|
},
|
|
"getBalanceAndAssetProxyAllowance(address,bytes)": {
|
|
"details": "Calls getBalance() and getAllowance() for assetData.",
|
|
"params": {
|
|
"assetData": "Details of asset, encoded per the AssetProxy contract specification.",
|
|
"ownerAddress": "Owner of the assets specified by assetData."
|
|
},
|
|
"return": "Number of assets (or asset baskets) held by owner, and number of assets (or asset baskets) that the corresponding AssetProxy is authorized to spend."
|
|
},
|
|
"getBatchAssetProxyAllowances(address,bytes[])": {
|
|
"details": "Calls getAssetProxyAllowance() for each element of assetData.",
|
|
"params": {
|
|
"assetData": "Array of asset details, each encoded per the AssetProxy contract specification.",
|
|
"ownerAddress": "Owner of the assets specified by assetData."
|
|
},
|
|
"return": "An array of asset allowances from getAllowance(), with each element corresponding to the same-indexed element in the assetData input."
|
|
},
|
|
"getBatchBalances(address,bytes[])": {
|
|
"details": "Calls getBalance() for each element of assetData.",
|
|
"params": {
|
|
"assetData": "Array of asset details, each encoded per the AssetProxy contract specification.",
|
|
"ownerAddress": "Owner of the assets specified by assetData."
|
|
},
|
|
"return": "Array of asset balances from getBalance(), with each element corresponding to the same-indexed element in the assetData input."
|
|
},
|
|
"getBatchBalancesAndAssetProxyAllowances(address,bytes[])": {
|
|
"details": "Calls getBatchBalances() and getBatchAllowances() for each element of assetData.",
|
|
"params": {
|
|
"assetData": "Array of asset details, each encoded per the AssetProxy contract specification.",
|
|
"ownerAddress": "Owner of the assets specified by assetData."
|
|
},
|
|
"return": "An array of asset balances from getBalance(), and an array of asset allowances from getAllowance(), with each element corresponding to the same-indexed element in the assetData input."
|
|
},
|
|
"getEthBalances(address[])": {
|
|
"details": "Batch fetches ETH balances",
|
|
"params": { "addresses": "Array of addresses." },
|
|
"return": "Array of ETH balances."
|
|
},
|
|
"getOrderRelevantState((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes,bytes,bytes),bytes)": {
|
|
"details": "Fetches all order-relevant information needed to validate if the supplied order is fillable.",
|
|
"params": {
|
|
"order": "The order structure.",
|
|
"signature": "Signature provided by maker that proves the order's authenticity. `0x01` can always be provided if the signature does not need to be validated."
|
|
},
|
|
"return": "The orderInfo (hash, status, and `takerAssetAmount` already filled for the given order), fillableTakerAssetAmount (amount of the order's `takerAssetAmount` that is fillable given all on-chain state), and isValidSignature (validity of the provided signature). NOTE: If the `takerAssetData` encodes data for multiple assets, `fillableTakerAssetAmount` will represent a \"scaled\" amount, meaning it must be multiplied by all the individual asset amounts within the `takerAssetData` to get the final amount of each asset that can be filled."
|
|
},
|
|
"getOrderRelevantStates((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes,bytes,bytes)[],bytes[])": {
|
|
"details": "Fetches all order-relevant information needed to validate if the supplied orders are fillable.",
|
|
"params": {
|
|
"orders": "Array of order structures.",
|
|
"signatures": "Array of signatures provided by makers that prove the authenticity of the orders. `0x01` can always be provided if a signature does not need to be validated."
|
|
},
|
|
"return": "The ordersInfo (array of the hash, status, and `takerAssetAmount` already filled for each order), fillableTakerAssetAmounts (array of amounts for each order's `takerAssetAmount` that is fillable given all on-chain state), and isValidSignature (array containing the validity of each provided signature). NOTE: If the `takerAssetData` encodes data for multiple assets, each element of `fillableTakerAssetAmounts` will represent a \"scaled\" amount, meaning it must be multiplied by all the individual asset amounts within the `takerAssetData` to get the final amount of each asset that can be filled."
|
|
},
|
|
"getSimulatedOrderMakerTransferResults((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes,bytes,bytes),address,uint256)": {
|
|
"details": "Simulates the maker transfers within an order and returns the index of the first failed transfer.",
|
|
"params": {
|
|
"order": "The order to simulate transfers for.",
|
|
"takerAddress": "The address of the taker that will fill the order.",
|
|
"takerAssetFillAmount": "The amount of takerAsset that the taker wished to fill."
|
|
},
|
|
"return": "The index of the first failed transfer (or 4 if all transfers are successful)."
|
|
},
|
|
"getSimulatedOrderTransferResults((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes,bytes,bytes),address,uint256)": {
|
|
"details": "Simulates all of the transfers within an order and returns the index of the first failed transfer.",
|
|
"params": {
|
|
"order": "The order to simulate transfers for.",
|
|
"takerAddress": "The address of the taker that will fill the order.",
|
|
"takerAssetFillAmount": "The amount of takerAsset that the taker wished to fill."
|
|
},
|
|
"return": "The index of the first failed transfer (or 4 if all transfers are successful)."
|
|
},
|
|
"getSimulatedOrdersTransferResults((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes,bytes,bytes)[],address[],uint256[])": {
|
|
"details": "Simulates all of the transfers for each given order and returns the indices of each first failed transfer.",
|
|
"params": {
|
|
"orders": "Array of orders to individually simulate transfers for.",
|
|
"takerAddresses": "Array of addresses of takers that will fill each order.",
|
|
"takerAssetFillAmounts": "Array of amounts of takerAsset that will be filled for each order."
|
|
},
|
|
"return": "The indices of the first failed transfer (or 4 if all transfers are successful) for each order."
|
|
},
|
|
"getTransferableAssetAmount(address,bytes)": {
|
|
"details": "Gets the amount of an asset transferable by the maker of an order.",
|
|
"params": {
|
|
"assetData": "Description of tokens, per the AssetProxy contract specification.",
|
|
"ownerAddress": "Address of the owner of the asset."
|
|
},
|
|
"return": "The amount of the asset tranferable by the owner. NOTE: If the `assetData` encodes data for multiple assets, the `transferableAssetAmount` will represent the amount of times the entire `assetData` can be transferred. To calculate the total individual transferable amounts, this scaled `transferableAmount` must be multiplied by the individual asset amounts located within the `assetData`."
|
|
},
|
|
"revertIfInvalidAssetData(bytes)": {
|
|
"details": "Reverts if assetData is not of a valid format for its given proxy id.",
|
|
"params": { "assetData": "AssetProxy compliant asset data." }
|
|
}
|
|
}
|
|
},
|
|
"evm": {
|
|
"bytecode": {
|
|
"object": "0x60806040523480156200001157600080fd5b5060405162005228380380620052288339810160408190526200003491620003e5565b600080546001600160a01b03199081166001600160a01b0385811691821784556005805490931690851617909155604051630c0e082160e31b8152829185918591906360704108906200009390630f47261b60e41b9060040162000423565b60206040518083038186803b158015620000ac57600080fd5b505afa158015620000c1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250620000e79190810190620003b5565b600180546001600160a01b0319166001600160a01b03928316179055604051630c0e082160e31b815290831690636070410890620001319063012b8bc960e11b9060040162000423565b60206040518083038186803b1580156200014a57600080fd5b505afa1580156200015f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250620001859190810190620003b5565b600280546001600160a01b0319166001600160a01b03928316179055604051630c0e082160e31b815290831690636070410890620001cf9063a7cb5fb760e01b9060040162000423565b60206040518083038186803b158015620001e857600080fd5b505afa158015620001fd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250620002239190810190620003b5565b600380546001600160a01b0319166001600160a01b03928316179055604051630c0e082160e31b8152908316906360704108906200026d9063619ce88560e11b9060040162000423565b60206040518083038186803b1580156200028657600080fd5b505afa1580156200029b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250620002c19190810190620003b5565b600480546001600160a01b0319166001600160a01b03928316179055600092508316159050620002f25781620002f4565b305b90506200034f6040518060400160405280600b81526020016a0c1e08141c9bdd1bd8dbdb60aa1b815250604051806040016040528060058152602001640332e302e360dc1b81525085846200035e60201b620029c31760201c565b60065550620004519350505050565b8351602094850120835193850193909320604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f815295860194909452928401929092526060830152608082015260a0902090565b600060208284031215620003c7578081fd5b81516001600160a01b0381168114620003de578182fd5b9392505050565b60008060408385031215620003f8578081fd5b8251620004058162000438565b6020840151909250620004188162000438565b809150509250929050565b6001600160e01b031991909116815260200190565b6001600160a01b03811681146200044e57600080fd5b50565b614dc780620004616000396000f3fe608060405234801561001057600080fd5b506004361061025c5760003560e01c8063a5cd62ba11610145578063d3637905116100bd578063e4e6e7da1161008c578063ee18599711610071578063ee185997146105b5578063ef3bb097146105bd578063ff84e7cc146105c55761025c565b8063e4e6e7da14610572578063e77286eb146105935761025c565b8063d36379051461050a578063d3d862d11461051d578063d469502814610530578063e25cabf7146105505761025c565b8063c26cfecd11610114578063ca49f47c116100f9578063ca49f47c146104c1578063d001c5dc146104e4578063d186037f146104f75761025c565b8063c26cfecd146104b1578063c82037ef146104b95761025c565b8063a5cd62ba14610449578063a6627e9f14610469578063b43cffe11461047c578063bbb2dcf61461048f5761025c565b80637982653e116101d85780639baf2705116101a75780639eadc8351161018c5780639eadc835146103ff578063a070cac814610423578063a0901e51146104365761025c565b80639baf2705146103e25780639cd01605146103f75761025c565b80637982653e1461037b57806379c9c4261461039b5780637d727512146103ae5780638f4ce479146103c15761025c565b80634dfdac201161022f57806363eb39921161021457806363eb3992146103225780636f83188e14610335578063750bdb30146103585761025c565b80634dfdac20146102e2578063590aa875146103025761025c565b806304a5618a146102615780630d7b7d761461028c5780632322cf76146102ad57806346eb65cb146102cd575b600080fd5b61027461026f36600461406c565b6105cd565b60405161028393929190614abe565b60405180910390f35b61029f61029a366004613b30565b610666565b604051610283929190614ca6565b6102c06102bb366004613b30565b610688565b604051610283919061499b565b6102e06102db36600461406c565b6106b0565b005b6102f56102f0366004613a4b565b610734565b60405161028391906148f3565b610315610310366004613a2f565b6107b7565b6040516102839190614b1e565b610315610330366004613b74565b610866565b61034861034336600461406c565b610919565b6040516102839493929190614bb2565b61036b61036636600461406c565b6109b9565b60405161028394939291906149dc565b61038e610389366004614242565b610a4b565b6040516102839190614b9f565b6102c06103a936600461434a565b610afd565b6102c06103bc366004613b30565b610b7e565b6103d46103cf36600461406c565b611474565b6040516102839291906149b9565b6103ea611507565b604051610283919061465f565b6103ea611516565b61041261040d36600461406c565b611525565b604051610283959493929190614a18565b6102c06104313660046142f1565b6115ca565b6102f5610444366004613bf6565b61164b565b61045c610457366004613cc4565b6116c4565b604051610283919061480c565b610315610477366004613bcb565b61177e565b61031561048a366004613a99565b61182e565b6104a261049d36600461406c565b6118e4565b60405161028393929190614ae9565b6102c0611974565b6103ea61197a565b6104d46104cf36600461406c565b611989565b6040516102839493929190614a7b565b6102f56104f2366004613a4b565b611a1b565b6102c0610505366004613b30565b611a89565b61038e610518366004614242565b612365565b61031561052b366004613d9f565b6123c7565b61054361053e36600461406c565b61241c565b60405161028391906149a4565b61056361055e366004613d48565b6124bf565b60405161028393929190614858565b610585610580366004613a4b565b6125f7565b604051610283929190614976565b6105a66105a136600461429a565b612610565b60405161028393929190614c4a565b6103ea612980565b6103ea61298f565b6103ea61299e565b600080600073__$d8b635de2bf4a097b4e18b67d0fb68e779$__6304a5618a856040518263ffffffff1660e01b81526004016106099190614b1e565b60606040518083038186803b15801561062157600080fd5b505af4158015610635573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506106599190810190613fc2565b9250925092509193909250565b6000806106738484610b7e565b915061067f8484611a89565b90509250929050565b60008060006106978585610666565b915091506106a582826129ad565b925050505b92915050565b6040517f46eb65cb00000000000000000000000000000000000000000000000000000000815273__$d8b635de2bf4a097b4e18b67d0fb68e779$__906346eb65cb90610700908490600401614b1e565b60006040518083038186803b15801561071857600080fd5b505af415801561072c573d6000803e3d6000fd5b505050505b50565b606060008251905080604051908082528060200260200182016040528015610766578160200160208202803883390190505b50915060005b8181146107af576107908585838151811061078357fe5b6020026020010151611a89565b83828151811061079c57fe5b602090810291909101015260010161076c565b505092915050565b6040517f590aa87500000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063590aa8759061080a90859060040161465f565b60006040518083038186803b15801561082257600080fd5b505af4158015610836573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261085e919081019061409f565b90505b919050565b6040517f63eb399200000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__906363eb3992906108bd9087908790879060040161478c565b60006040518083038186803b1580156108d557600080fd5b505af41580156108e9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610911919081019061409f565b949350505050565b60608060608073__$fddee3b26a806429350031cf3481976d2e$__636f83188e866040518263ffffffff1660e01b81526004016109569190614b1e565b60006040518083038186803b15801561096e57600080fd5b505af4158015610982573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109aa919081019061410d565b93509350935093509193509193565b6000806000606073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63750bdb30866040518263ffffffff1660e01b81526004016109f79190614b1e565b60006040518083038186803b158015610a0f57600080fd5b505af4158015610a23573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109aa9190810190613e46565b600080546040517f9caa023b00000000000000000000000000000000000000000000000000000000815273__$7a69f714cdde1cb6b62e3c39bc8c94deae$__91639caa023b91610aad916001600160a01b0316908890889088906004016147be565b60206040518083038186803b158015610ac557600080fd5b505af4158015610ad9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061091191908101906140ee565b600061091184610b796040518060400160405280600b81526020017f30782050726f746f636f6c0000000000000000000000000000000000000000008152506040518060400160405280600581526020017f332e302e3000000000000000000000000000000000000000000000000000000081525087876129c3565b612a1a565b600080610b91838263ffffffff612a2e16565b90506001600160e01b031981167ff47261b0000000000000000000000000000000000000000000000000000000001415610bec576000610bd884601063ffffffff612a6716565b9050610be48186612a9a565b92505061146d565b6001600160e01b031981167f02571792000000000000000000000000000000000000000000000000000000001415610e055760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__6304a5618a866040518263ffffffff1660e01b8152600401610c589190614b1e565b60606040518083038186803b158015610c7057600080fd5b505af4158015610c84573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250610ca89190810190613fc2565b6040519194509250606091507f6352211e0000000000000000000000000000000000000000000000000000000090610ce490849060240161499b565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060846001600160a01b031683604051610d5f9190614643565b600060405180830381855afa9150503d8060008114610d9a576040519150601f19603f3d011682016040523d82523d6000602084013e610d9f565b606091505b50915091506000828015610db4575081516020145b610dbf576000610dd0565b610dd082600c63ffffffff612a6716565b9050896001600160a01b0316816001600160a01b031614610df2576000610df5565b60015b60ff16975050505050505061146d565b6001600160e01b031981167fa7cb5fb70000000000000000000000000000000000000000000000000000000014156110a157600060608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__639eadc835876040518263ffffffff1660e01b8152600401610e739190614b1e565b60006040518083038186803b158015610e8b57600080fd5b505af4158015610e9f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610ec79190810190613eb0565b5081519296509094509250905060005b81811461109757828181518110610eea57fe5b602002602001015160001415610eff5761108f565b83516060907efdd58e00000000000000000000000000000000000000000000000000000000908b90879085908110610f3357fe5b6020026020010151604051602401610f4c9291906147f3565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060876001600160a01b031683604051610fc79190614643565b600060405180830381855afa9150503d8060008114611002576040519150601f19603f3d011682016040523d82523d6000602084013e611007565b606091505b5091509150600082801561101c575081516020145b611027576000611038565b61103882600063ffffffff612b9216565b9050600087868151811061104857fe5b6020026020010151828161105857fe5b049050806110745760009b5050505050505050505050506106aa565b8b81108061108057508b155b1561108957809b505b50505050505b600101610ed7565b505050505061146d565b6001600160e01b031981167fc339d10a0000000000000000000000000000000000000000000000000000000014156111d4576040516060907fa85e59e4000000000000000000000000000000000000000000000000000000009061111090869060009081908190602401614b31565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b03199094169390931790925260045491519092506000916001600160a01b031690611177908490614643565b600060405180830381855afa9150503d80600081146111b2576040519150601f19603f3d011682016040523d82523d6000602084013e6111b7565b606091505b50509050806111c75760006111cb565b6000195b9350505061146d565b6001600160e01b031981167fdc1600f30000000000000000000000000000000000000000000000000000000014156112fd5760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63750bdb30866040518263ffffffff1660e01b81526004016112409190614b1e565b60006040518083038186803b15801561125857600080fd5b505af415801561126c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112949190810190613e46565b5092509250506112a2612b9e565b6001600160a01b0316826001600160a01b03161480156112cf57506005546001600160a01b038281169116145b156112f65760006112e76112e1612bb6565b88612a9a565b90506112f281612bce565b9450505b505061146d565b6001600160e01b031981167f94cfcdd700000000000000000000000000000000000000000000000000000000141561146d5760608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63bbb2dcf6866040518263ffffffff1660e01b81526004016113699190614b1e565b60006040518083038186803b15801561138157600080fd5b505af4158015611395573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526113bd9190810190614002565b80519194509250905060005b818114611468578381815181106113dc57fe5b6020026020010151600014156113f157611460565b60006114108985848151811061140357fe5b6020026020010151610b7e565b9050600085838151811061142057fe5b6020026020010151828161143057fe5b049050806114485760009750505050505050506106aa565b87811080611454575087155b1561145d578097505b50505b6001016113c9565b505050505b5092915050565b60008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__638f4ce479846040518263ffffffff1660e01b81526004016114ae9190614b1e565b604080518083038186803b1580156114c557600080fd5b505af41580156114d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506114fd9190810190613e0f565b915091505b915091565b6004546001600160a01b031681565b6000546001600160a01b031681565b600080606080606073__$d8b635de2bf4a097b4e18b67d0fb68e779$__639eadc835876040518263ffffffff1660e01b81526004016115649190614b1e565b60006040518083038186803b15801561157c57600080fd5b505af4158015611590573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526115b89190810190613eb0565b939a9299509097509550909350915050565b6000610911846116466040518060400160405280600b81526020017f30782050726f746f636f6c0000000000000000000000000000000000000000008152506040518060400160405280600581526020017f332e302e3000000000000000000000000000000000000000000000000000000081525087876129c3565b612dcc565b6060808251604051908082528060200260200182016040528015611679578160200160208202803883390190505b50905060005b8351811461146d5783818151811061169357fe5b60200260200101516001600160a01b0316318282815181106116b157fe5b602090810291909101015260010161167f565b6000546040517f02cffc4500000000000000000000000000000000000000000000000000000000815260609173__$7a69f714cdde1cb6b62e3c39bc8c94deae$__916302cffc459161172a916001600160a01b039091169088908890889060040161468d565b60006040518083038186803b15801561174257600080fd5b505af4158015611756573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109119190810190613c29565b6040517fa6627e9f00000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063a6627e9f906117d390869086906004016147f3565b60006040518083038186803b1580156117eb57600080fd5b505af41580156117ff573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611827919081019061409f565b9392505050565b6040517fb43cffe100000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063b43cffe190611887908890889088908890600401614746565b60006040518083038186803b15801561189f57600080fd5b505af41580156118b3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526118db919081019061409f565b95945050505050565b600060608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63bbb2dcf6856040518263ffffffff1660e01b81526004016119209190614b1e565b60006040518083038186803b15801561193857600080fd5b505af415801561194c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526106599190810190614002565b60065481565b6005546001600160a01b031681565b6000806060600073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63ca49f47c866040518263ffffffff1660e01b81526004016119c79190614b1e565b60006040518083038186803b1580156119df57600080fd5b505af41580156119f3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109aa9190810190613f5a565b606060008251905080604051908082528060200260200182016040528015611a4d578160200160208202803883390190505b50915060005b8181146107af57611a6a8585838151811061140357fe5b838281518110611a7657fe5b6020908102919091010152600101611a53565b600080611a9c838263ffffffff612a2e16565b90506001600160e01b031981167f94cfcdd7000000000000000000000000000000000000000000000000000000001415611c075760608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63bbb2dcf6866040518263ffffffff1660e01b8152600401611b0a9190614b1e565b60006040518083038186803b158015611b2257600080fd5b505af4158015611b36573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611b5e9190810190614002565b80519194509250905060005b818114611bfc57838181518110611b7d57fe5b602002602001015160001415611b9257611bf4565b6000611ba48985848151811061078357fe5b90506000858381518110611bb457fe5b60200260200101518281611bc457fe5b04905080611bdc5760009750505050505050506106aa565b87811080611be8575087155b15611bf1578097505b50505b600101611b6a565b506106aa9350505050565b6001600160e01b031981167ff47261b0000000000000000000000000000000000000000000000000000000001415611c68576000611c4c84601063ffffffff612a6716565b600154909150610be490829087906001600160a01b0316612ddb565b6001600160e01b031981167f02571792000000000000000000000000000000000000000000000000000000001415611fb85760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__6304a5618a866040518263ffffffff1660e01b8152600401611cd49190614b1e565b60606040518083038186803b158015611cec57600080fd5b505af4158015611d00573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250611d249190810190613fc2565b600254604051929550909350606092507fe985e9c50000000000000000000000000000000000000000000000000000000091611d70918a916001600160a01b0390911690602401614673565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060846001600160a01b031683604051611deb9190614643565b600060405180830381855afa9150503d8060008114611e26576040519150601f19603f3d011682016040523d82523d6000602084013e611e2b565b606091505b5091509150811580611e3f57508051602014155b80611e5b5750611e5681600063ffffffff612b9216565b600114155b15611fa9576040516060907f081812fc0000000000000000000000000000000000000000000000000000000090611e9690879060240161499b565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050509050856001600160a01b031681604051611f0d9190614643565b600060405180830381855afa9150503d8060008114611f48576040519150601f19603f3d011682016040523d82523d6000602084013e611f4d565b606091505b509093509150828015611f61575081516020145b8015611f9057506002546001600160a01b0316611f8583600c63ffffffff612a6716565b6001600160a01b0316145b611f9b576000611f9e565b60015b60ff16975050611097565b6000199650505050505061146d565b6001600160e01b031981167fa7cb5fb70000000000000000000000000000000000000000000000000000000014156121df576040517f9eadc83500000000000000000000000000000000000000000000000000000000815260009073__$d8b635de2bf4a097b4e18b67d0fb68e779$__90639eadc8359061203d908790600401614b1e565b60006040518083038186803b15801561205557600080fd5b505af4158015612069573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526120919190810190613eb0565b5050600354604051929450606093507fe985e9c500000000000000000000000000000000000000000000000000000000926120db925089916001600160a01b031690602401614673565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060836001600160a01b0316836040516121569190614643565b600060405180830381855afa9150503d8060008114612191576040519150601f19603f3d011682016040523d82523d6000602084013e612196565b606091505b50915091508180156121a9575080516020145b80156121c557506121c181600063ffffffff612b9216565b6001145b6121d05760006121d4565b6000195b95505050505061146d565b6001600160e01b031981167fc339d10a00000000000000000000000000000000000000000000000000000000141561221b57600019915061146d565b6001600160e01b031981167fdc1600f300000000000000000000000000000000000000000000000000000000141561146d5760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63750bdb30866040518263ffffffff1660e01b81526004016122879190614b1e565b60006040518083038186803b15801561229f57600080fd5b505af41580156122b3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526122db9190810190613e46565b5092509250506122e9612b9e565b6001600160a01b0316826001600160a01b031614801561231657506005546001600160a01b038281169116145b1561235c57600061233b612328612bb6565b60055489906001600160a01b0316612ddb565b905060001981146123545761234f81612bce565b612358565b6000195b9450505b50505092915050565b600080546040517f8dccde0400000000000000000000000000000000000000000000000000000000815273__$7a69f714cdde1cb6b62e3c39bc8c94deae$__91638dccde0491610aad916001600160a01b0316908890889088906004016147be565b6040517fd3d862d100000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063d3d862d1906117d39086908690600401614906565b6040517fd469502800000000000000000000000000000000000000000000000000000000815260009073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063d46950289061246f908590600401614b1e565b60206040518083038186803b15801561248757600080fd5b505af415801561249b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061085e9190810190613df4565b60608060606000855190508060405190808252806020026020018201604052801561250457816020015b6124f1613467565b8152602001906001900390816124e95790505b50935080604051908082528060200260200182016040528015612531578160200160208202803883390190505b5092508060405190808252806020026020018201604052801561255e578160200160208202803883390190505b50915060005b8181146125ee5761259b87828151811061257a57fe5b602002602001015187838151811061258e57fe5b6020026020010151612610565b87518890859081106125a957fe5b602002602001018785815181106125bc57fe5b602002602001018786815181106125cf57fe5b9315156020948502919091019093019290925291905252600101612564565b50509250925092565b6060806126048484611a1b565b915061067f8484610734565b612618613467565b600080546040517f9d3fa4b900000000000000000000000000000000000000000000000000000000815282916001600160a01b031690639d3fa4b990612662908890600401614c6e565b60606040518083038186803b15801561267a57600080fd5b505afa15801561268e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506126b291908101906141fa565b85516000546040517fa12dcc6f00000000000000000000000000000000000000000000000000000000815292955090916001600160a01b039091169063a12dcc6f906127049089908990600401614c81565b60206040518083038186803b15801561271c57600080fd5b505afa158015612730573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506127549190810190613dd4565b9150600061276187612ee5565b90506000612782886101800151896101400151612f0190919063ffffffff16565b156127b7576127b0826127a68a60c001518b60800151612f2690919063ffffffff16565b8a60a00151612f42565b9050612824565b60c08801516127d3576127b08289608001518a60a00151612f42565b60006127e4848a6101800151610688565b905060006127fb848b608001518c60a00151612f42565b90506000612812838c60c001518d60a00151612f42565b905061281e82826129ad565b93505050505b61284861284287604001518a60a00151612f6490919063ffffffff16565b826129ad565b9450600460005460208a01516040517f9caa023b00000000000000000000000000000000000000000000000000000000815273__$7a69f714cdde1cb6b62e3c39bc8c94deae$__92639caa023b926128b3926001600160a01b03909216918e91908c906004016147be565b60206040518083038186803b1580156128cb57600080fd5b505af41580156128df573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061290391908101906140ee565b600481111561290e57fe5b1461291a57600061291c565b845b945061292c886101600151612f83565b61293557600094505b60e0880151158015906129535750612951886101a00151612f83565b155b1561295d57600094505b60038651600681111561296c57fe5b1461297657600094505b5050509250925092565b6001546001600160a01b031681565b6002546001600160a01b031681565b6003546001600160a01b031681565b60008183106129bc5781611827565b5090919050565b8351602094850120835193850193909320604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f815295860194909452928401929092526060830152608082015260a0902090565b600061182782612a2985613138565b6131b3565b60008160040183511015612a5457612a54612a4f60038551856004016131ed565b61325c565b5001602001516001600160e01b03191690565b60008160140183511015612a8857612a88612a4f60048551856014016131ed565b5001601401516001600160a01b031690565b60405160009081906060906001600160a01b038616907f70a082310000000000000000000000000000000000000000000000000000000090612ae090879060240161465f565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b0319909416939093179092529051612b339190614643565b600060405180830381855afa9150503d8060008114612b6e576040519150601f19603f3d011682016040523d82523d6000602084013e612b73565b606091505b5091509150818015612b86575080516020145b156107af576106a58160005b60006118278383613264565b736b175474e89094c44da98b954eedeac495271d0f90565b7306af07097c9eeb7fd685c692751d5c66db49c21590565b600080612bd9612bb6565b6001600160a01b0316634ba2363a6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612c1357600080fd5b505af1158015612c27573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612c4b91908101906140d2565b90506000816001600160a01b03166320aba08b6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612c8a57600080fd5b505af1158015612c9e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612cc29190810190614402565b4211612d4057816001600160a01b031663c92aecc46040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612d0357600080fd5b505af1158015612d17573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612d3b9190810190614402565b612db3565b816001600160a01b0316639f678cca6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612d7b57600080fd5b505af1158015612d8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612db39190810190614402565b9050610911816b033b2e3c9fd0803ce800000086612f42565b600061182782612a298561328e565b60405160009081906060906001600160a01b038716907fdd62ed3e0000000000000000000000000000000000000000000000000000000090612e239088908890602401614673565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b0319909416939093179092529051612e769190614643565b600060405180830381855afa9150503d8060008114612eb1576040519150601f19603f3d011682016040523d82523d6000602084013e612eb6565b606091505b5091509150818015612ec9575080516020145b15612edc57612ed9816000612b92565b92505b50509392505050565b6000806000612ef384613347565b9150915061091182826129ad565b6000815183511480156118275750508051602091820120825192909101919091201490565b60008282018381101561182757611827612a4f6000868661338a565b600061091183612f58868563ffffffff6133a916565b9063ffffffff6133da16565b600082821115612f7d57612f7d612a4f6002858561338a565b50900390565b60006020825181612f9057fe5b06600414612fa057506000610861565b6000612fb2838263ffffffff612a2e16565b90506001600160e01b031981167f94cfcdd70000000000000000000000000000000000000000000000000000000014612fef576001915050610861565b6040517fbbb2dcf600000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063bbb2dcf690613042908790600401614b1e565b60006040518083038186803b15801561305a57600080fd5b505af415801561306e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526130969190810190614002565b80519093509150600090505b81811461312c5760006130d260008584815181106130bc57fe5b6020026020010151612a2e90919063ffffffff16565b90506001600160e01b031981167f02571792000000000000000000000000000000000000000000000000000000001415613123576131108483613404565b1561312357600095505050505050610861565b506001016130a2565b50600195945050505050565b608081810151825160208085015160408087015160609788015186519685019690962082517fec69816980a3a3ca4554410e60253953e9ff375ba4536a98adfa15cc7154150881529485019590955290830191909152948101949094526001600160a01b039091169183019190915260a082015260c0902090565b6040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b6060632800659560e01b84848460405160240161320c93929190614b91565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b03199093169290921790915290509392505050565b805160208201fd5b6000816020018351101561328557613285612a4f60058551856020016131ed565b50016020015190565b6101408101516101608201516101808301516101a08401516000937ff80322eb8376aafb64eadf8f0d7623f22130fd9491a221e902b713cb984a7534939092909160208710156132da57fe5b601f1987018051610140890180516101608b0180516101808d0180516101a08f0180519d89528c5160209d8e012087528b519b8d019b909b2084528951998c01999099208152875197909a019690962088526101e085209390945290529190529252919091529050919050565b600080600483610140015151101561336457506000905080611502565b6133778360000151846101400151610b7e565b6114fd8460000151856101400151611a89565b606063e946c1bb60e01b84848460405160240161320c93929190614b6f565b6000826133b8575060006106aa565b828202828482816133c557fe5b041461182757611827612a4f6001868661338a565b6000816133f0576133f0612a4f6003858561338a565b60008284816133fb57fe5b04949350505050565b8151600090600183015b818110156107af5761344f85828151811061342557fe5b602002602001015186868151811061343957fe5b6020026020010151612f0190919063ffffffff16565b1561345f576001925050506106aa565b60010161340e565b6040805160608101909152806000815260006020820181905260409091015290565b80356106aa81614d59565b80516106aa81614d59565b600082601f8301126134af578081fd5b81356134c26134bd82614cdb565b614cb4565b8181529150602080830190848101818402860182018710156134e357600080fd5b60005b848110156114685781356134f981614d59565b845292820192908201906001016134e6565b600082601f83011261351b578081fd5b81356135296134bd82614cdb565b8181529150602080830190840160005b838110156135665761355187602084358901016136fa565b83526020928301929190910190600101613539565b5050505092915050565b600082601f830112613580578081fd5b815161358e6134bd82614cdb565b8181529150602080830190840160005b83811015613566576135b68760208451890101613748565b8352602092830192919091019060010161359e565b600082601f8301126135db578081fd5b81356135e96134bd82614cdb565b8181529150602080830190840160005b8381101561356657613611876020843589010161379d565b835260209283019291909101906001016135f9565b600082601f830112613636578081fd5b81356136446134bd82614cdb565b81815291506020808301908481018184028601820187101561366557600080fd5b60005b8481101561146857813584529282019290820190600101613668565b600082601f830112613694578081fd5b81516136a26134bd82614cdb565b8181529150602080830190848101818402860182018710156136c357600080fd5b60005b84811015611468578151845292820192908201906001016136c6565b80516001600160e01b0319811681146106aa57600080fd5b600082601f83011261370a578081fd5b81356137186134bd82614cfb565b915080825283602082850101111561372f57600080fd5b8060208401602084013760009082016020015292915050565b600082601f830112613758578081fd5b81516137666134bd82614cfb565b915080825283602082850101111561377d57600080fd5b61146d816020840160208601614d1f565b8051600581106106aa57600080fd5b60006101c08083850312156137b0578182fd5b6137b981614cb4565b9150506137c68383613489565b81526137d58360208401613489565b60208201526137e78360408401613489565b60408201526137f98360608401613489565b60608201526080820135608082015260a082013560a082015260c082013560c082015260e082013560e08201526101008083013581830152506101208083013581830152506101408083013567ffffffffffffffff8082111561385b57600080fd5b613867868387016136fa565b8385015261016092508285013591508082111561388357600080fd5b61388f868387016136fa565b838501526101809250828501359150808211156138ab57600080fd5b6138b7868387016136fa565b838501526101a09250828501359150808211156138d357600080fd5b506138e0858286016136fa565b82840152505092915050565b60006101c08083850312156138ff578182fd5b61390881614cb4565b9150506139158383613494565b81526139248360208401613494565b60208201526139368360408401613494565b60408201526139488360608401613494565b60608201526080820151608082015260a082015160a082015260c082015160c082015260e082015160e08201526101008083015181830152506101208083015181830152506101408083015167ffffffffffffffff808211156139aa57600080fd5b6139b686838701613748565b838501526101609250828501519150808211156139d257600080fd5b6139de86838701613748565b838501526101809250828501519150808211156139fa57600080fd5b613a0686838701613748565b838501526101a0925082850151915080821115613a2257600080fd5b506138e085828601613748565b600060208284031215613a40578081fd5b813561182781614d59565b60008060408385031215613a5d578081fd5b8235613a6881614d59565b9150602083013567ffffffffffffffff811115613a83578182fd5b613a8f8582860161350b565b9150509250929050565b60008060008060808587031215613aae578182fd5b8435613ab981614d59565b9350602085013567ffffffffffffffff80821115613ad5578384fd5b613ae188838901613626565b94506040870135915080821115613af6578384fd5b613b0288838901613626565b93506060870135915080821115613b17578283fd5b50613b24878288016136fa565b91505092959194509250565b60008060408385031215613b42578182fd5b8235613b4d81614d59565b9150602083013567ffffffffffffffff811115613b68578182fd5b613a8f858286016136fa565b600080600060608486031215613b88578081fd5b8335613b9381614d59565b9250602084013567ffffffffffffffff811115613bae578182fd5b613bba868287016136fa565b925050604084013590509250925092565b60008060408385031215613bdd578182fd5b8235613be881614d59565b946020939093013593505050565b600060208284031215613c07578081fd5b813567ffffffffffffffff811115613c1d578182fd5b6109118482850161349f565b60006020808385031215613c3b578182fd5b825167ffffffffffffffff811115613c51578283fd5b80840185601f820112613c62578384fd5b80519150613c726134bd83614cdb565b8281528381019082850185850284018601891015613c8e578687fd5b8693505b84841015613cb857613ca4898261378e565b835260019390930192918501918501613c92565b50979650505050505050565b600080600060608486031215613cd8578081fd5b833567ffffffffffffffff80821115613cef578283fd5b613cfb878388016135cb565b94506020860135915080821115613d10578283fd5b613d1c8783880161349f565b93506040860135915080821115613d31578283fd5b50613d3e86828701613626565b9150509250925092565b60008060408385031215613d5a578182fd5b823567ffffffffffffffff80821115613d71578384fd5b613d7d868387016135cb565b93506020850135915080821115613d92578283fd5b50613a8f8582860161350b565b60008060408385031215613db1578182fd5b823567ffffffffffffffff80821115613dc8578384fd5b613d7d86838701613626565b600060208284031215613de5578081fd5b81518015158114611827578182fd5b600060208284031215613e05578081fd5b61182783836136e2565b60008060408385031215613e21578182fd5b613e2b84846136e2565b91506020830151613e3b81614d59565b809150509250929050565b60008060008060808587031215613e5b578182fd5b8451613e6681614d6e565b6020860151909450613e7781614d59565b6040860151909350613e8881614d59565b606086015190925067ffffffffffffffff811115613ea4578182fd5b613b2487828801613748565b600080600080600060a08688031215613ec7578283fd5b613ed187876136e2565b94506020860151613ee181614d59565b604087015190945067ffffffffffffffff80821115613efe578485fd5b613f0a89838a01613684565b94506060880151915080821115613f1f578283fd5b613f2b89838a01613684565b93506080880151915080821115613f40578283fd5b50613f4d88828901613748565b9150509295509295909350565b60008060008060808587031215613f6f578182fd5b613f7986866136e2565b93506020850151613f8981614d59565b604086015190935067ffffffffffffffff811115613fa5578283fd5b613fb187828801613748565b606096909601519497939650505050565b600080600060608486031215613fd6578081fd5b613fe085856136e2565b92506020840151613ff081614d59565b80925050604084015190509250925092565b600080600060608486031215614016578081fd5b835161402181614d6e565b602085015190935067ffffffffffffffff8082111561403e578283fd5b61404a87838801613684565b9350604086015191508082111561405f578283fd5b50613d3e86828701613570565b60006020828403121561407d578081fd5b813567ffffffffffffffff811115614093578182fd5b610911848285016136fa565b6000602082840312156140b0578081fd5b815167ffffffffffffffff8111156140c6578182fd5b61091184828501613748565b6000602082840312156140e3578081fd5b815161182781614d59565b6000602082840312156140ff578081fd5b815160058110611827578182fd5b60008060008060808587031215614122578182fd5b845167ffffffffffffffff80821115614139578384fd5b61414588838901613748565b955060209150818701518181111561415b578485fd5b80880189601f82011261416c578586fd5b8051915061417c6134bd83614cdb565b82815284810190828601885b858110156141b15761419f8e8984518801016138ec565b84529287019290870190600101614188565b505060408b01519098509450505050808211156141cc578384fd5b6141d888838901613684565b935060608701519150808211156141ed578283fd5b50613b2487828801613570565b60006060828403121561420b578081fd5b6142156060614cb4565b825160078110614223578283fd5b8152602083810151908201526040928301519281019290925250919050565b600080600060608486031215614256578081fd5b833567ffffffffffffffff81111561426c578182fd5b6142788682870161379d565b935050602084013561428981614d59565b929592945050506040919091013590565b600080604083850312156142ac578182fd5b823567ffffffffffffffff808211156142c3578384fd5b6142cf8683870161379d565b935060208501359150808211156142e4578283fd5b50613a8f858286016136fa565b600080600060608486031215614305578081fd5b833567ffffffffffffffff81111561431b578182fd5b6143278682870161379d565b93505060208401359150604084013561433f81614d59565b809150509250925092565b60008060006060848603121561435e578081fd5b833567ffffffffffffffff80821115614375578283fd5b81860160a08189031215614387578384fd5b61439160a0614cb4565b92508035835260208101356020840152604081013560408401526143b88860608301613489565b60608401526080810135828111156143ce578485fd5b6143da898284016136fa565b6080850152509194505050602084013591506143f98560408601613489565b90509250925092565b600060208284031215614413578081fd5b5051919050565b6001600160a01b03169052565b6000815180845260208401935060208301825b828110156144615781516001600160a01b031686526020958601959091019060010161443a565b5093949350505050565b600081518084526020840180819550602083028101915060208501845b848110156144b65782840388526144a08483516144f3565b6020988901989094509190910190600101614488565b50919695505050505050565b6000815180845260208401935060208301825b828110156144615781518652602095860195909101906001016144d5565b6000815180845261450b816020860160208601614d1f565b601f01601f19169290920160200192915050565b80516007811061452b57fe5b825260208181015190830152604090810151910152565b60006101c061455284845161441a565b6020830151614564602086018261441a565b506040830151614577604086018261441a565b50606083015161458a606086018261441a565b506080830151608085015260a083015160a085015260c083015160c085015260e083015160e08501526101008084015181860152506101208084015181860152506101408084015182828701526145e3838701826144f3565b9150506101609150818401518582038387015261460082826144f3565b92505050610180808401518583038287015261461c83826144f3565b9150506101a09150818401518582038387015261463982826144f3565b9695505050505050565b60008251614655818460208701614d1f565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b0392831681529116602082015260400190565b6000608082016001600160a01b03871683526080602084015280865180835260a08501915060a060208202860101925060208801845b82811015614712577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff608786030184526146fd858351614542565b945060209384019391909101906001016146c3565b5050505082810360408401526147288186614427565b838103606085015261473a81866144c2565b98975050505050505050565b60006001600160a01b03861682526080602083015261476860808301866144c2565b828103604084015261477a81866144c2565b838103606085015261473a81866144f3565b60006001600160a01b0385168252606060208301526147ae60608301856144f3565b9050826040830152949350505050565b60006001600160a01b038087168352608060208401526147e16080840187614542565b94166040830152506060015292915050565b6001600160a01b03929092168252602082015260400190565b602080825282518282018190526000918401906040840190835b8181101561484d57835161483981614d4f565b835260209384019390920191600101614826565b509095945050505050565b606080825284519082018190526000906020906080840190828801845b8281101561489b5761488884835161451f565b6060939093019290840190600101614875565b505050838103828501526148af81876144c2565b84810360408601528551808252908301915082860190845b818110156148e55782511515845292840192918401916001016148c7565b509198975050505050505050565b60006020825261182760208301846144c2565b60006040825261491960408301856144c2565b602083820381850152818551808452828401915082838202850101838801865b8381101561496757601f198784030185526149558383516144f3565b94860194925090850190600101614939565b50909998505050505050505050565b60006040825261498960408301856144c2565b82810360208401526118db81856144c2565b90815260200190565b6001600160e01b031991909116815260200190565b6001600160e01b03199290921682526001600160a01b0316602082015260400190565b60006001600160e01b0319861682526001600160a01b0380861660208401528085166040840152506080606083015261463960808301846144f3565b60006001600160e01b0319871682526001600160a01b038616602083015260a06040830152614a4a60a08301866144c2565b8281036060840152614a5c81866144c2565b8381036080850152614a6e81866144f3565b9998505050505050505050565b60006001600160e01b0319861682526001600160a01b038516602083015260806040830152614aad60808301856144f3565b905082606083015295945050505050565b6001600160e01b03199390931683526001600160a01b03919091166020830152604082015260600190565b60006001600160e01b03198516825260606020830152614b0c60608301856144c2565b8281036040840152614639818561446b565b60006020825261182760208301846144f3565b600060808252614b4460808301876144f3565b6001600160a01b03958616602084015293909416604082015260ff9190911660609091015292915050565b6060810160048510614b7d57fe5b938152602081019290925260409091015290565b6060810160088510614b7d57fe5b60208101614bac83614d4f565b91905290565b600060808252614bc560808301876144f3565b602083820381850152818751808452828401915082838202850101838a01865b83811015614c1357601f19878403018552614c01838351614542565b94860194925090850190600101614be5565b50508681036040880152614c27818a6144c2565b9450505050508281036060840152614c3f818561446b565b979650505050505050565b60a08101614c58828661451f565b8360608301528215156080830152949350505050565b6000602082526118276020830184614542565b600060408252614c946040830185614542565b82810360208401526118db81856144f3565b918252602082015260400190565b60405181810167ffffffffffffffff81118282101715614cd357600080fd5b604052919050565b600067ffffffffffffffff821115614cf1578081fd5b5060209081020190565b600067ffffffffffffffff821115614d11578081fd5b50601f01601f191660200190565b60005b83811015614d3a578181015183820152602001614d22565b83811115614d49576000848401525b50505050565b6005811061073157fe5b6001600160a01b038116811461073157600080fd5b6001600160e01b03198116811461073157600080fdfea365627a7a72315820d5f953a2f0be372b5155353406d20980ed27dc327f638f1b56f5c24fc55036106c6578706572696d656e74616cf564736f6c63430005100040"
|
|
},
|
|
"deployedBytecode": {
|
|
"object": "0x608060405234801561001057600080fd5b506004361061025c5760003560e01c8063a5cd62ba11610145578063d3637905116100bd578063e4e6e7da1161008c578063ee18599711610071578063ee185997146105b5578063ef3bb097146105bd578063ff84e7cc146105c55761025c565b8063e4e6e7da14610572578063e77286eb146105935761025c565b8063d36379051461050a578063d3d862d11461051d578063d469502814610530578063e25cabf7146105505761025c565b8063c26cfecd11610114578063ca49f47c116100f9578063ca49f47c146104c1578063d001c5dc146104e4578063d186037f146104f75761025c565b8063c26cfecd146104b1578063c82037ef146104b95761025c565b8063a5cd62ba14610449578063a6627e9f14610469578063b43cffe11461047c578063bbb2dcf61461048f5761025c565b80637982653e116101d85780639baf2705116101a75780639eadc8351161018c5780639eadc835146103ff578063a070cac814610423578063a0901e51146104365761025c565b80639baf2705146103e25780639cd01605146103f75761025c565b80637982653e1461037b57806379c9c4261461039b5780637d727512146103ae5780638f4ce479146103c15761025c565b80634dfdac201161022f57806363eb39921161021457806363eb3992146103225780636f83188e14610335578063750bdb30146103585761025c565b80634dfdac20146102e2578063590aa875146103025761025c565b806304a5618a146102615780630d7b7d761461028c5780632322cf76146102ad57806346eb65cb146102cd575b600080fd5b61027461026f36600461406c565b6105cd565b60405161028393929190614abe565b60405180910390f35b61029f61029a366004613b30565b610666565b604051610283929190614ca6565b6102c06102bb366004613b30565b610688565b604051610283919061499b565b6102e06102db36600461406c565b6106b0565b005b6102f56102f0366004613a4b565b610734565b60405161028391906148f3565b610315610310366004613a2f565b6107b7565b6040516102839190614b1e565b610315610330366004613b74565b610866565b61034861034336600461406c565b610919565b6040516102839493929190614bb2565b61036b61036636600461406c565b6109b9565b60405161028394939291906149dc565b61038e610389366004614242565b610a4b565b6040516102839190614b9f565b6102c06103a936600461434a565b610afd565b6102c06103bc366004613b30565b610b7e565b6103d46103cf36600461406c565b611474565b6040516102839291906149b9565b6103ea611507565b604051610283919061465f565b6103ea611516565b61041261040d36600461406c565b611525565b604051610283959493929190614a18565b6102c06104313660046142f1565b6115ca565b6102f5610444366004613bf6565b61164b565b61045c610457366004613cc4565b6116c4565b604051610283919061480c565b610315610477366004613bcb565b61177e565b61031561048a366004613a99565b61182e565b6104a261049d36600461406c565b6118e4565b60405161028393929190614ae9565b6102c0611974565b6103ea61197a565b6104d46104cf36600461406c565b611989565b6040516102839493929190614a7b565b6102f56104f2366004613a4b565b611a1b565b6102c0610505366004613b30565b611a89565b61038e610518366004614242565b612365565b61031561052b366004613d9f565b6123c7565b61054361053e36600461406c565b61241c565b60405161028391906149a4565b61056361055e366004613d48565b6124bf565b60405161028393929190614858565b610585610580366004613a4b565b6125f7565b604051610283929190614976565b6105a66105a136600461429a565b612610565b60405161028393929190614c4a565b6103ea612980565b6103ea61298f565b6103ea61299e565b600080600073__$d8b635de2bf4a097b4e18b67d0fb68e779$__6304a5618a856040518263ffffffff1660e01b81526004016106099190614b1e565b60606040518083038186803b15801561062157600080fd5b505af4158015610635573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506106599190810190613fc2565b9250925092509193909250565b6000806106738484610b7e565b915061067f8484611a89565b90509250929050565b60008060006106978585610666565b915091506106a582826129ad565b925050505b92915050565b6040517f46eb65cb00000000000000000000000000000000000000000000000000000000815273__$d8b635de2bf4a097b4e18b67d0fb68e779$__906346eb65cb90610700908490600401614b1e565b60006040518083038186803b15801561071857600080fd5b505af415801561072c573d6000803e3d6000fd5b505050505b50565b606060008251905080604051908082528060200260200182016040528015610766578160200160208202803883390190505b50915060005b8181146107af576107908585838151811061078357fe5b6020026020010151611a89565b83828151811061079c57fe5b602090810291909101015260010161076c565b505092915050565b6040517f590aa87500000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063590aa8759061080a90859060040161465f565b60006040518083038186803b15801561082257600080fd5b505af4158015610836573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261085e919081019061409f565b90505b919050565b6040517f63eb399200000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__906363eb3992906108bd9087908790879060040161478c565b60006040518083038186803b1580156108d557600080fd5b505af41580156108e9573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610911919081019061409f565b949350505050565b60608060608073__$fddee3b26a806429350031cf3481976d2e$__636f83188e866040518263ffffffff1660e01b81526004016109569190614b1e565b60006040518083038186803b15801561096e57600080fd5b505af4158015610982573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109aa919081019061410d565b93509350935093509193509193565b6000806000606073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63750bdb30866040518263ffffffff1660e01b81526004016109f79190614b1e565b60006040518083038186803b158015610a0f57600080fd5b505af4158015610a23573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109aa9190810190613e46565b600080546040517f9caa023b00000000000000000000000000000000000000000000000000000000815273__$7a69f714cdde1cb6b62e3c39bc8c94deae$__91639caa023b91610aad916001600160a01b0316908890889088906004016147be565b60206040518083038186803b158015610ac557600080fd5b505af4158015610ad9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061091191908101906140ee565b600061091184610b796040518060400160405280600b81526020017f30782050726f746f636f6c0000000000000000000000000000000000000000008152506040518060400160405280600581526020017f332e302e3000000000000000000000000000000000000000000000000000000081525087876129c3565b612a1a565b600080610b91838263ffffffff612a2e16565b90506001600160e01b031981167ff47261b0000000000000000000000000000000000000000000000000000000001415610bec576000610bd884601063ffffffff612a6716565b9050610be48186612a9a565b92505061146d565b6001600160e01b031981167f02571792000000000000000000000000000000000000000000000000000000001415610e055760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__6304a5618a866040518263ffffffff1660e01b8152600401610c589190614b1e565b60606040518083038186803b158015610c7057600080fd5b505af4158015610c84573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250610ca89190810190613fc2565b6040519194509250606091507f6352211e0000000000000000000000000000000000000000000000000000000090610ce490849060240161499b565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060846001600160a01b031683604051610d5f9190614643565b600060405180830381855afa9150503d8060008114610d9a576040519150601f19603f3d011682016040523d82523d6000602084013e610d9f565b606091505b50915091506000828015610db4575081516020145b610dbf576000610dd0565b610dd082600c63ffffffff612a6716565b9050896001600160a01b0316816001600160a01b031614610df2576000610df5565b60015b60ff16975050505050505061146d565b6001600160e01b031981167fa7cb5fb70000000000000000000000000000000000000000000000000000000014156110a157600060608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__639eadc835876040518263ffffffff1660e01b8152600401610e739190614b1e565b60006040518083038186803b158015610e8b57600080fd5b505af4158015610e9f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610ec79190810190613eb0565b5081519296509094509250905060005b81811461109757828181518110610eea57fe5b602002602001015160001415610eff5761108f565b83516060907efdd58e00000000000000000000000000000000000000000000000000000000908b90879085908110610f3357fe5b6020026020010151604051602401610f4c9291906147f3565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060876001600160a01b031683604051610fc79190614643565b600060405180830381855afa9150503d8060008114611002576040519150601f19603f3d011682016040523d82523d6000602084013e611007565b606091505b5091509150600082801561101c575081516020145b611027576000611038565b61103882600063ffffffff612b9216565b9050600087868151811061104857fe5b6020026020010151828161105857fe5b049050806110745760009b5050505050505050505050506106aa565b8b81108061108057508b155b1561108957809b505b50505050505b600101610ed7565b505050505061146d565b6001600160e01b031981167fc339d10a0000000000000000000000000000000000000000000000000000000014156111d4576040516060907fa85e59e4000000000000000000000000000000000000000000000000000000009061111090869060009081908190602401614b31565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b03199094169390931790925260045491519092506000916001600160a01b031690611177908490614643565b600060405180830381855afa9150503d80600081146111b2576040519150601f19603f3d011682016040523d82523d6000602084013e6111b7565b606091505b50509050806111c75760006111cb565b6000195b9350505061146d565b6001600160e01b031981167fdc1600f30000000000000000000000000000000000000000000000000000000014156112fd5760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63750bdb30866040518263ffffffff1660e01b81526004016112409190614b1e565b60006040518083038186803b15801561125857600080fd5b505af415801561126c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112949190810190613e46565b5092509250506112a2612b9e565b6001600160a01b0316826001600160a01b03161480156112cf57506005546001600160a01b038281169116145b156112f65760006112e76112e1612bb6565b88612a9a565b90506112f281612bce565b9450505b505061146d565b6001600160e01b031981167f94cfcdd700000000000000000000000000000000000000000000000000000000141561146d5760608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63bbb2dcf6866040518263ffffffff1660e01b81526004016113699190614b1e565b60006040518083038186803b15801561138157600080fd5b505af4158015611395573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526113bd9190810190614002565b80519194509250905060005b818114611468578381815181106113dc57fe5b6020026020010151600014156113f157611460565b60006114108985848151811061140357fe5b6020026020010151610b7e565b9050600085838151811061142057fe5b6020026020010151828161143057fe5b049050806114485760009750505050505050506106aa565b87811080611454575087155b1561145d578097505b50505b6001016113c9565b505050505b5092915050565b60008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__638f4ce479846040518263ffffffff1660e01b81526004016114ae9190614b1e565b604080518083038186803b1580156114c557600080fd5b505af41580156114d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506114fd9190810190613e0f565b915091505b915091565b6004546001600160a01b031681565b6000546001600160a01b031681565b600080606080606073__$d8b635de2bf4a097b4e18b67d0fb68e779$__639eadc835876040518263ffffffff1660e01b81526004016115649190614b1e565b60006040518083038186803b15801561157c57600080fd5b505af4158015611590573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526115b89190810190613eb0565b939a9299509097509550909350915050565b6000610911846116466040518060400160405280600b81526020017f30782050726f746f636f6c0000000000000000000000000000000000000000008152506040518060400160405280600581526020017f332e302e3000000000000000000000000000000000000000000000000000000081525087876129c3565b612dcc565b6060808251604051908082528060200260200182016040528015611679578160200160208202803883390190505b50905060005b8351811461146d5783818151811061169357fe5b60200260200101516001600160a01b0316318282815181106116b157fe5b602090810291909101015260010161167f565b6000546040517f02cffc4500000000000000000000000000000000000000000000000000000000815260609173__$7a69f714cdde1cb6b62e3c39bc8c94deae$__916302cffc459161172a916001600160a01b039091169088908890889060040161468d565b60006040518083038186803b15801561174257600080fd5b505af4158015611756573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109119190810190613c29565b6040517fa6627e9f00000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063a6627e9f906117d390869086906004016147f3565b60006040518083038186803b1580156117eb57600080fd5b505af41580156117ff573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611827919081019061409f565b9392505050565b6040517fb43cffe100000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063b43cffe190611887908890889088908890600401614746565b60006040518083038186803b15801561189f57600080fd5b505af41580156118b3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526118db919081019061409f565b95945050505050565b600060608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63bbb2dcf6856040518263ffffffff1660e01b81526004016119209190614b1e565b60006040518083038186803b15801561193857600080fd5b505af415801561194c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526106599190810190614002565b60065481565b6005546001600160a01b031681565b6000806060600073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63ca49f47c866040518263ffffffff1660e01b81526004016119c79190614b1e565b60006040518083038186803b1580156119df57600080fd5b505af41580156119f3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109aa9190810190613f5a565b606060008251905080604051908082528060200260200182016040528015611a4d578160200160208202803883390190505b50915060005b8181146107af57611a6a8585838151811061140357fe5b838281518110611a7657fe5b6020908102919091010152600101611a53565b600080611a9c838263ffffffff612a2e16565b90506001600160e01b031981167f94cfcdd7000000000000000000000000000000000000000000000000000000001415611c075760608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63bbb2dcf6866040518263ffffffff1660e01b8152600401611b0a9190614b1e565b60006040518083038186803b158015611b2257600080fd5b505af4158015611b36573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611b5e9190810190614002565b80519194509250905060005b818114611bfc57838181518110611b7d57fe5b602002602001015160001415611b9257611bf4565b6000611ba48985848151811061078357fe5b90506000858381518110611bb457fe5b60200260200101518281611bc457fe5b04905080611bdc5760009750505050505050506106aa565b87811080611be8575087155b15611bf1578097505b50505b600101611b6a565b506106aa9350505050565b6001600160e01b031981167ff47261b0000000000000000000000000000000000000000000000000000000001415611c68576000611c4c84601063ffffffff612a6716565b600154909150610be490829087906001600160a01b0316612ddb565b6001600160e01b031981167f02571792000000000000000000000000000000000000000000000000000000001415611fb85760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__6304a5618a866040518263ffffffff1660e01b8152600401611cd49190614b1e565b60606040518083038186803b158015611cec57600080fd5b505af4158015611d00573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250611d249190810190613fc2565b600254604051929550909350606092507fe985e9c50000000000000000000000000000000000000000000000000000000091611d70918a916001600160a01b0390911690602401614673565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060846001600160a01b031683604051611deb9190614643565b600060405180830381855afa9150503d8060008114611e26576040519150601f19603f3d011682016040523d82523d6000602084013e611e2b565b606091505b5091509150811580611e3f57508051602014155b80611e5b5750611e5681600063ffffffff612b9216565b600114155b15611fa9576040516060907f081812fc0000000000000000000000000000000000000000000000000000000090611e9690879060240161499b565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050509050856001600160a01b031681604051611f0d9190614643565b600060405180830381855afa9150503d8060008114611f48576040519150601f19603f3d011682016040523d82523d6000602084013e611f4d565b606091505b509093509150828015611f61575081516020145b8015611f9057506002546001600160a01b0316611f8583600c63ffffffff612a6716565b6001600160a01b0316145b611f9b576000611f9e565b60015b60ff16975050611097565b6000199650505050505061146d565b6001600160e01b031981167fa7cb5fb70000000000000000000000000000000000000000000000000000000014156121df576040517f9eadc83500000000000000000000000000000000000000000000000000000000815260009073__$d8b635de2bf4a097b4e18b67d0fb68e779$__90639eadc8359061203d908790600401614b1e565b60006040518083038186803b15801561205557600080fd5b505af4158015612069573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526120919190810190613eb0565b5050600354604051929450606093507fe985e9c500000000000000000000000000000000000000000000000000000000926120db925089916001600160a01b031690602401614673565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060836001600160a01b0316836040516121569190614643565b600060405180830381855afa9150503d8060008114612191576040519150601f19603f3d011682016040523d82523d6000602084013e612196565b606091505b50915091508180156121a9575080516020145b80156121c557506121c181600063ffffffff612b9216565b6001145b6121d05760006121d4565b6000195b95505050505061146d565b6001600160e01b031981167fc339d10a00000000000000000000000000000000000000000000000000000000141561221b57600019915061146d565b6001600160e01b031981167fdc1600f300000000000000000000000000000000000000000000000000000000141561146d5760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63750bdb30866040518263ffffffff1660e01b81526004016122879190614b1e565b60006040518083038186803b15801561229f57600080fd5b505af41580156122b3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526122db9190810190613e46565b5092509250506122e9612b9e565b6001600160a01b0316826001600160a01b031614801561231657506005546001600160a01b038281169116145b1561235c57600061233b612328612bb6565b60055489906001600160a01b0316612ddb565b905060001981146123545761234f81612bce565b612358565b6000195b9450505b50505092915050565b600080546040517f8dccde0400000000000000000000000000000000000000000000000000000000815273__$7a69f714cdde1cb6b62e3c39bc8c94deae$__91638dccde0491610aad916001600160a01b0316908890889088906004016147be565b6040517fd3d862d100000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063d3d862d1906117d39086908690600401614906565b6040517fd469502800000000000000000000000000000000000000000000000000000000815260009073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063d46950289061246f908590600401614b1e565b60206040518083038186803b15801561248757600080fd5b505af415801561249b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061085e9190810190613df4565b60608060606000855190508060405190808252806020026020018201604052801561250457816020015b6124f1613467565b8152602001906001900390816124e95790505b50935080604051908082528060200260200182016040528015612531578160200160208202803883390190505b5092508060405190808252806020026020018201604052801561255e578160200160208202803883390190505b50915060005b8181146125ee5761259b87828151811061257a57fe5b602002602001015187838151811061258e57fe5b6020026020010151612610565b87518890859081106125a957fe5b602002602001018785815181106125bc57fe5b602002602001018786815181106125cf57fe5b9315156020948502919091019093019290925291905252600101612564565b50509250925092565b6060806126048484611a1b565b915061067f8484610734565b612618613467565b600080546040517f9d3fa4b900000000000000000000000000000000000000000000000000000000815282916001600160a01b031690639d3fa4b990612662908890600401614c6e565b60606040518083038186803b15801561267a57600080fd5b505afa15801561268e573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506126b291908101906141fa565b85516000546040517fa12dcc6f00000000000000000000000000000000000000000000000000000000815292955090916001600160a01b039091169063a12dcc6f906127049089908990600401614c81565b60206040518083038186803b15801561271c57600080fd5b505afa158015612730573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506127549190810190613dd4565b9150600061276187612ee5565b90506000612782886101800151896101400151612f0190919063ffffffff16565b156127b7576127b0826127a68a60c001518b60800151612f2690919063ffffffff16565b8a60a00151612f42565b9050612824565b60c08801516127d3576127b08289608001518a60a00151612f42565b60006127e4848a6101800151610688565b905060006127fb848b608001518c60a00151612f42565b90506000612812838c60c001518d60a00151612f42565b905061281e82826129ad565b93505050505b61284861284287604001518a60a00151612f6490919063ffffffff16565b826129ad565b9450600460005460208a01516040517f9caa023b00000000000000000000000000000000000000000000000000000000815273__$7a69f714cdde1cb6b62e3c39bc8c94deae$__92639caa023b926128b3926001600160a01b03909216918e91908c906004016147be565b60206040518083038186803b1580156128cb57600080fd5b505af41580156128df573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061290391908101906140ee565b600481111561290e57fe5b1461291a57600061291c565b845b945061292c886101600151612f83565b61293557600094505b60e0880151158015906129535750612951886101a00151612f83565b155b1561295d57600094505b60038651600681111561296c57fe5b1461297657600094505b5050509250925092565b6001546001600160a01b031681565b6002546001600160a01b031681565b6003546001600160a01b031681565b60008183106129bc5781611827565b5090919050565b8351602094850120835193850193909320604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f815295860194909452928401929092526060830152608082015260a0902090565b600061182782612a2985613138565b6131b3565b60008160040183511015612a5457612a54612a4f60038551856004016131ed565b61325c565b5001602001516001600160e01b03191690565b60008160140183511015612a8857612a88612a4f60048551856014016131ed565b5001601401516001600160a01b031690565b60405160009081906060906001600160a01b038616907f70a082310000000000000000000000000000000000000000000000000000000090612ae090879060240161465f565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b0319909416939093179092529051612b339190614643565b600060405180830381855afa9150503d8060008114612b6e576040519150601f19603f3d011682016040523d82523d6000602084013e612b73565b606091505b5091509150818015612b86575080516020145b156107af576106a58160005b60006118278383613264565b736b175474e89094c44da98b954eedeac495271d0f90565b7306af07097c9eeb7fd685c692751d5c66db49c21590565b600080612bd9612bb6565b6001600160a01b0316634ba2363a6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612c1357600080fd5b505af1158015612c27573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612c4b91908101906140d2565b90506000816001600160a01b03166320aba08b6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612c8a57600080fd5b505af1158015612c9e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612cc29190810190614402565b4211612d4057816001600160a01b031663c92aecc46040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612d0357600080fd5b505af1158015612d17573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612d3b9190810190614402565b612db3565b816001600160a01b0316639f678cca6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612d7b57600080fd5b505af1158015612d8f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612db39190810190614402565b9050610911816b033b2e3c9fd0803ce800000086612f42565b600061182782612a298561328e565b60405160009081906060906001600160a01b038716907fdd62ed3e0000000000000000000000000000000000000000000000000000000090612e239088908890602401614673565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b0319909416939093179092529051612e769190614643565b600060405180830381855afa9150503d8060008114612eb1576040519150601f19603f3d011682016040523d82523d6000602084013e612eb6565b606091505b5091509150818015612ec9575080516020145b15612edc57612ed9816000612b92565b92505b50509392505050565b6000806000612ef384613347565b9150915061091182826129ad565b6000815183511480156118275750508051602091820120825192909101919091201490565b60008282018381101561182757611827612a4f6000868661338a565b600061091183612f58868563ffffffff6133a916565b9063ffffffff6133da16565b600082821115612f7d57612f7d612a4f6002858561338a565b50900390565b60006020825181612f9057fe5b06600414612fa057506000610861565b6000612fb2838263ffffffff612a2e16565b90506001600160e01b031981167f94cfcdd70000000000000000000000000000000000000000000000000000000014612fef576001915050610861565b6040517fbbb2dcf600000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063bbb2dcf690613042908790600401614b1e565b60006040518083038186803b15801561305a57600080fd5b505af415801561306e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526130969190810190614002565b80519093509150600090505b81811461312c5760006130d260008584815181106130bc57fe5b6020026020010151612a2e90919063ffffffff16565b90506001600160e01b031981167f02571792000000000000000000000000000000000000000000000000000000001415613123576131108483613404565b1561312357600095505050505050610861565b506001016130a2565b50600195945050505050565b608081810151825160208085015160408087015160609788015186519685019690962082517fec69816980a3a3ca4554410e60253953e9ff375ba4536a98adfa15cc7154150881529485019590955290830191909152948101949094526001600160a01b039091169183019190915260a082015260c0902090565b6040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b6060632800659560e01b84848460405160240161320c93929190614b91565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b03199093169290921790915290509392505050565b805160208201fd5b6000816020018351101561328557613285612a4f60058551856020016131ed565b50016020015190565b6101408101516101608201516101808301516101a08401516000937ff80322eb8376aafb64eadf8f0d7623f22130fd9491a221e902b713cb984a7534939092909160208710156132da57fe5b601f1987018051610140890180516101608b0180516101808d0180516101a08f0180519d89528c5160209d8e012087528b519b8d019b909b2084528951998c01999099208152875197909a019690962088526101e085209390945290529190529252919091529050919050565b600080600483610140015151101561336457506000905080611502565b6133778360000151846101400151610b7e565b6114fd8460000151856101400151611a89565b606063e946c1bb60e01b84848460405160240161320c93929190614b6f565b6000826133b8575060006106aa565b828202828482816133c557fe5b041461182757611827612a4f6001868661338a565b6000816133f0576133f0612a4f6003858561338a565b60008284816133fb57fe5b04949350505050565b8151600090600183015b818110156107af5761344f85828151811061342557fe5b602002602001015186868151811061343957fe5b6020026020010151612f0190919063ffffffff16565b1561345f576001925050506106aa565b60010161340e565b6040805160608101909152806000815260006020820181905260409091015290565b80356106aa81614d59565b80516106aa81614d59565b600082601f8301126134af578081fd5b81356134c26134bd82614cdb565b614cb4565b8181529150602080830190848101818402860182018710156134e357600080fd5b60005b848110156114685781356134f981614d59565b845292820192908201906001016134e6565b600082601f83011261351b578081fd5b81356135296134bd82614cdb565b8181529150602080830190840160005b838110156135665761355187602084358901016136fa565b83526020928301929190910190600101613539565b5050505092915050565b600082601f830112613580578081fd5b815161358e6134bd82614cdb565b8181529150602080830190840160005b83811015613566576135b68760208451890101613748565b8352602092830192919091019060010161359e565b600082601f8301126135db578081fd5b81356135e96134bd82614cdb565b8181529150602080830190840160005b8381101561356657613611876020843589010161379d565b835260209283019291909101906001016135f9565b600082601f830112613636578081fd5b81356136446134bd82614cdb565b81815291506020808301908481018184028601820187101561366557600080fd5b60005b8481101561146857813584529282019290820190600101613668565b600082601f830112613694578081fd5b81516136a26134bd82614cdb565b8181529150602080830190848101818402860182018710156136c357600080fd5b60005b84811015611468578151845292820192908201906001016136c6565b80516001600160e01b0319811681146106aa57600080fd5b600082601f83011261370a578081fd5b81356137186134bd82614cfb565b915080825283602082850101111561372f57600080fd5b8060208401602084013760009082016020015292915050565b600082601f830112613758578081fd5b81516137666134bd82614cfb565b915080825283602082850101111561377d57600080fd5b61146d816020840160208601614d1f565b8051600581106106aa57600080fd5b60006101c08083850312156137b0578182fd5b6137b981614cb4565b9150506137c68383613489565b81526137d58360208401613489565b60208201526137e78360408401613489565b60408201526137f98360608401613489565b60608201526080820135608082015260a082013560a082015260c082013560c082015260e082013560e08201526101008083013581830152506101208083013581830152506101408083013567ffffffffffffffff8082111561385b57600080fd5b613867868387016136fa565b8385015261016092508285013591508082111561388357600080fd5b61388f868387016136fa565b838501526101809250828501359150808211156138ab57600080fd5b6138b7868387016136fa565b838501526101a09250828501359150808211156138d357600080fd5b506138e0858286016136fa565b82840152505092915050565b60006101c08083850312156138ff578182fd5b61390881614cb4565b9150506139158383613494565b81526139248360208401613494565b60208201526139368360408401613494565b60408201526139488360608401613494565b60608201526080820151608082015260a082015160a082015260c082015160c082015260e082015160e08201526101008083015181830152506101208083015181830152506101408083015167ffffffffffffffff808211156139aa57600080fd5b6139b686838701613748565b838501526101609250828501519150808211156139d257600080fd5b6139de86838701613748565b838501526101809250828501519150808211156139fa57600080fd5b613a0686838701613748565b838501526101a0925082850151915080821115613a2257600080fd5b506138e085828601613748565b600060208284031215613a40578081fd5b813561182781614d59565b60008060408385031215613a5d578081fd5b8235613a6881614d59565b9150602083013567ffffffffffffffff811115613a83578182fd5b613a8f8582860161350b565b9150509250929050565b60008060008060808587031215613aae578182fd5b8435613ab981614d59565b9350602085013567ffffffffffffffff80821115613ad5578384fd5b613ae188838901613626565b94506040870135915080821115613af6578384fd5b613b0288838901613626565b93506060870135915080821115613b17578283fd5b50613b24878288016136fa565b91505092959194509250565b60008060408385031215613b42578182fd5b8235613b4d81614d59565b9150602083013567ffffffffffffffff811115613b68578182fd5b613a8f858286016136fa565b600080600060608486031215613b88578081fd5b8335613b9381614d59565b9250602084013567ffffffffffffffff811115613bae578182fd5b613bba868287016136fa565b925050604084013590509250925092565b60008060408385031215613bdd578182fd5b8235613be881614d59565b946020939093013593505050565b600060208284031215613c07578081fd5b813567ffffffffffffffff811115613c1d578182fd5b6109118482850161349f565b60006020808385031215613c3b578182fd5b825167ffffffffffffffff811115613c51578283fd5b80840185601f820112613c62578384fd5b80519150613c726134bd83614cdb565b8281528381019082850185850284018601891015613c8e578687fd5b8693505b84841015613cb857613ca4898261378e565b835260019390930192918501918501613c92565b50979650505050505050565b600080600060608486031215613cd8578081fd5b833567ffffffffffffffff80821115613cef578283fd5b613cfb878388016135cb565b94506020860135915080821115613d10578283fd5b613d1c8783880161349f565b93506040860135915080821115613d31578283fd5b50613d3e86828701613626565b9150509250925092565b60008060408385031215613d5a578182fd5b823567ffffffffffffffff80821115613d71578384fd5b613d7d868387016135cb565b93506020850135915080821115613d92578283fd5b50613a8f8582860161350b565b60008060408385031215613db1578182fd5b823567ffffffffffffffff80821115613dc8578384fd5b613d7d86838701613626565b600060208284031215613de5578081fd5b81518015158114611827578182fd5b600060208284031215613e05578081fd5b61182783836136e2565b60008060408385031215613e21578182fd5b613e2b84846136e2565b91506020830151613e3b81614d59565b809150509250929050565b60008060008060808587031215613e5b578182fd5b8451613e6681614d6e565b6020860151909450613e7781614d59565b6040860151909350613e8881614d59565b606086015190925067ffffffffffffffff811115613ea4578182fd5b613b2487828801613748565b600080600080600060a08688031215613ec7578283fd5b613ed187876136e2565b94506020860151613ee181614d59565b604087015190945067ffffffffffffffff80821115613efe578485fd5b613f0a89838a01613684565b94506060880151915080821115613f1f578283fd5b613f2b89838a01613684565b93506080880151915080821115613f40578283fd5b50613f4d88828901613748565b9150509295509295909350565b60008060008060808587031215613f6f578182fd5b613f7986866136e2565b93506020850151613f8981614d59565b604086015190935067ffffffffffffffff811115613fa5578283fd5b613fb187828801613748565b606096909601519497939650505050565b600080600060608486031215613fd6578081fd5b613fe085856136e2565b92506020840151613ff081614d59565b80925050604084015190509250925092565b600080600060608486031215614016578081fd5b835161402181614d6e565b602085015190935067ffffffffffffffff8082111561403e578283fd5b61404a87838801613684565b9350604086015191508082111561405f578283fd5b50613d3e86828701613570565b60006020828403121561407d578081fd5b813567ffffffffffffffff811115614093578182fd5b610911848285016136fa565b6000602082840312156140b0578081fd5b815167ffffffffffffffff8111156140c6578182fd5b61091184828501613748565b6000602082840312156140e3578081fd5b815161182781614d59565b6000602082840312156140ff578081fd5b815160058110611827578182fd5b60008060008060808587031215614122578182fd5b845167ffffffffffffffff80821115614139578384fd5b61414588838901613748565b955060209150818701518181111561415b578485fd5b80880189601f82011261416c578586fd5b8051915061417c6134bd83614cdb565b82815284810190828601885b858110156141b15761419f8e8984518801016138ec565b84529287019290870190600101614188565b505060408b01519098509450505050808211156141cc578384fd5b6141d888838901613684565b935060608701519150808211156141ed578283fd5b50613b2487828801613570565b60006060828403121561420b578081fd5b6142156060614cb4565b825160078110614223578283fd5b8152602083810151908201526040928301519281019290925250919050565b600080600060608486031215614256578081fd5b833567ffffffffffffffff81111561426c578182fd5b6142788682870161379d565b935050602084013561428981614d59565b929592945050506040919091013590565b600080604083850312156142ac578182fd5b823567ffffffffffffffff808211156142c3578384fd5b6142cf8683870161379d565b935060208501359150808211156142e4578283fd5b50613a8f858286016136fa565b600080600060608486031215614305578081fd5b833567ffffffffffffffff81111561431b578182fd5b6143278682870161379d565b93505060208401359150604084013561433f81614d59565b809150509250925092565b60008060006060848603121561435e578081fd5b833567ffffffffffffffff80821115614375578283fd5b81860160a08189031215614387578384fd5b61439160a0614cb4565b92508035835260208101356020840152604081013560408401526143b88860608301613489565b60608401526080810135828111156143ce578485fd5b6143da898284016136fa565b6080850152509194505050602084013591506143f98560408601613489565b90509250925092565b600060208284031215614413578081fd5b5051919050565b6001600160a01b03169052565b6000815180845260208401935060208301825b828110156144615781516001600160a01b031686526020958601959091019060010161443a565b5093949350505050565b600081518084526020840180819550602083028101915060208501845b848110156144b65782840388526144a08483516144f3565b6020988901989094509190910190600101614488565b50919695505050505050565b6000815180845260208401935060208301825b828110156144615781518652602095860195909101906001016144d5565b6000815180845261450b816020860160208601614d1f565b601f01601f19169290920160200192915050565b80516007811061452b57fe5b825260208181015190830152604090810151910152565b60006101c061455284845161441a565b6020830151614564602086018261441a565b506040830151614577604086018261441a565b50606083015161458a606086018261441a565b506080830151608085015260a083015160a085015260c083015160c085015260e083015160e08501526101008084015181860152506101208084015181860152506101408084015182828701526145e3838701826144f3565b9150506101609150818401518582038387015261460082826144f3565b92505050610180808401518583038287015261461c83826144f3565b9150506101a09150818401518582038387015261463982826144f3565b9695505050505050565b60008251614655818460208701614d1f565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b0392831681529116602082015260400190565b6000608082016001600160a01b03871683526080602084015280865180835260a08501915060a060208202860101925060208801845b82811015614712577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff608786030184526146fd858351614542565b945060209384019391909101906001016146c3565b5050505082810360408401526147288186614427565b838103606085015261473a81866144c2565b98975050505050505050565b60006001600160a01b03861682526080602083015261476860808301866144c2565b828103604084015261477a81866144c2565b838103606085015261473a81866144f3565b60006001600160a01b0385168252606060208301526147ae60608301856144f3565b9050826040830152949350505050565b60006001600160a01b038087168352608060208401526147e16080840187614542565b94166040830152506060015292915050565b6001600160a01b03929092168252602082015260400190565b602080825282518282018190526000918401906040840190835b8181101561484d57835161483981614d4f565b835260209384019390920191600101614826565b509095945050505050565b606080825284519082018190526000906020906080840190828801845b8281101561489b5761488884835161451f565b6060939093019290840190600101614875565b505050838103828501526148af81876144c2565b84810360408601528551808252908301915082860190845b818110156148e55782511515845292840192918401916001016148c7565b509198975050505050505050565b60006020825261182760208301846144c2565b60006040825261491960408301856144c2565b602083820381850152818551808452828401915082838202850101838801865b8381101561496757601f198784030185526149558383516144f3565b94860194925090850190600101614939565b50909998505050505050505050565b60006040825261498960408301856144c2565b82810360208401526118db81856144c2565b90815260200190565b6001600160e01b031991909116815260200190565b6001600160e01b03199290921682526001600160a01b0316602082015260400190565b60006001600160e01b0319861682526001600160a01b0380861660208401528085166040840152506080606083015261463960808301846144f3565b60006001600160e01b0319871682526001600160a01b038616602083015260a06040830152614a4a60a08301866144c2565b8281036060840152614a5c81866144c2565b8381036080850152614a6e81866144f3565b9998505050505050505050565b60006001600160e01b0319861682526001600160a01b038516602083015260806040830152614aad60808301856144f3565b905082606083015295945050505050565b6001600160e01b03199390931683526001600160a01b03919091166020830152604082015260600190565b60006001600160e01b03198516825260606020830152614b0c60608301856144c2565b8281036040840152614639818561446b565b60006020825261182760208301846144f3565b600060808252614b4460808301876144f3565b6001600160a01b03958616602084015293909416604082015260ff9190911660609091015292915050565b6060810160048510614b7d57fe5b938152602081019290925260409091015290565b6060810160088510614b7d57fe5b60208101614bac83614d4f565b91905290565b600060808252614bc560808301876144f3565b602083820381850152818751808452828401915082838202850101838a01865b83811015614c1357601f19878403018552614c01838351614542565b94860194925090850190600101614be5565b50508681036040880152614c27818a6144c2565b9450505050508281036060840152614c3f818561446b565b979650505050505050565b60a08101614c58828661451f565b8360608301528215156080830152949350505050565b6000602082526118276020830184614542565b600060408252614c946040830185614542565b82810360208401526118db81856144f3565b918252602082015260400190565b60405181810167ffffffffffffffff81118282101715614cd357600080fd5b604052919050565b600067ffffffffffffffff821115614cf1578081fd5b5060209081020190565b600067ffffffffffffffff821115614d11578081fd5b50601f01601f191660200190565b60005b83811015614d3a578181015183820152602001614d22565b83811115614d49576000848401525b50505050565b6005811061073157fe5b6001600160a01b038116811461073157600080fd5b6001600160e01b03198116811461073157600080fdfea365627a7a72315820d5f953a2f0be372b5155353406d20980ed27dc327f638f1b56f5c24fc55036106c6578706572696d656e74616cf564736f6c63430005100040"
|
|
}
|
|
}
|
|
},
|
|
"compiler": {
|
|
"name": "solc",
|
|
"version": "soljson-v0.5.16+commit.9c3226ce.js",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 5000,
|
|
"details": { "yul": true, "deduplicate": true, "cse": true, "constantOptimizer": true }
|
|
},
|
|
"outputSelection": {
|
|
"*": {
|
|
"*": [
|
|
"abi",
|
|
"devdoc",
|
|
"evm.bytecode.object",
|
|
"evm.bytecode.sourceMap",
|
|
"evm.deployedBytecode.object",
|
|
"evm.deployedBytecode.sourceMap"
|
|
]
|
|
}
|
|
},
|
|
"evmVersion": "istanbul"
|
|
}
|
|
},
|
|
"chains": {}
|
|
}
|