874 lines
134 KiB
JSON
Generated
874 lines
134 KiB
JSON
Generated
{
|
|
"schemaVersion": "2.0.0",
|
|
"contractName": "DevUtils",
|
|
"compilerOutput": {
|
|
"abi": [
|
|
{
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "exchange_", "type": "address" },
|
|
{ "internalType": "address", "name": "chaiBridge_", "type": "address" },
|
|
{ "internalType": "address", "name": "dydxBridge_", "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": [],
|
|
"name": "dydxBridgeAddress",
|
|
"outputs": [{ "internalType": "address", "name": "", "type": "address" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"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": "0x60806040523480156200001157600080fd5b5060405162005498380380620054988339810160408190526200003491620003f5565b600080546001600160a01b03199081166001600160a01b0386811691821784556005805484168783161790556006805490931690851617909155604051630c0e082160e31b81528291869186918691636070410890620000a090630f47261b60e41b9060040162000448565b60206040518083038186803b158015620000b957600080fd5b505afa158015620000ce573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250620000f49190810190620003c5565b600180546001600160a01b0319166001600160a01b03928316179055604051630c0e082160e31b8152908416906360704108906200013e9063012b8bc960e11b9060040162000448565b60206040518083038186803b1580156200015757600080fd5b505afa1580156200016c573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250620001929190810190620003c5565b600280546001600160a01b0319166001600160a01b03928316179055604051630c0e082160e31b815290841690636070410890620001dc9063a7cb5fb760e01b9060040162000448565b60206040518083038186803b158015620001f557600080fd5b505afa1580156200020a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250620002309190810190620003c5565b600380546001600160a01b0319166001600160a01b03928316179055604051630c0e082160e31b8152908416906360704108906200027a9063619ce88560e11b9060040162000448565b60206040518083038186803b1580156200029357600080fd5b505afa158015620002a8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250620002ce9190810190620003c5565b600480546001600160a01b0319166001600160a01b03928316179055600093508416159150620003019050578162000303565b305b90506200035e6040518060400160405280600b81526020016a0c1e08141c9bdd1bd8dbdb60aa1b815250604051806040016040528060058152602001640332e302e360dc1b81525085846200036e60201b62002a151760201c565b6007555062000476945050505050565b8351602094850120835193850193909320604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f815295860194909452928401929092526060830152608082015260a0902090565b600060208284031215620003d7578081fd5b81516001600160a01b0381168114620003ee578182fd5b9392505050565b6000806000606084860312156200040a578182fd5b835162000417816200045d565b60208501519093506200042a816200045d565b60408501519092506200043d816200045d565b809150509250925092565b6001600160e01b031991909116815260200190565b6001600160a01b03811681146200047357600080fd5b50565b61501280620004866000396000f3fe608060405234801561001057600080fd5b50600436106102775760003560e01c8063a5cd62ba11610160578063d186037f116100d8578063e4e6e7da1161008c578063ee18599711610071578063ee185997146105d8578063ef3bb097146105e0578063ff84e7cc146105e857610277565b8063e4e6e7da14610595578063e77286eb146105b657610277565b8063d3d862d1116100bd578063d3d862d114610540578063d469502814610553578063e25cabf71461057357610277565b8063d186037f1461051a578063d36379051461052d57610277565b8063bbb2dcf61161012f578063c82037ef11610114578063c82037ef146104dc578063ca49f47c146104e4578063d001c5dc1461050757610277565b8063bbb2dcf6146104b2578063c26cfecd146104d457610277565b8063a5cd62ba14610464578063a6627e9f14610484578063a7530f1214610497578063b43cffe11461049f57610277565b80637982653e116101f35780639baf2705116101c25780639eadc835116101a75780639eadc8351461041a578063a070cac81461043e578063a0901e511461045157610277565b80639baf2705146103fd5780639cd016051461041257610277565b80637982653e1461039657806379c9c426146103b65780637d727512146103c95780638f4ce479146103dc57610277565b80634dfdac201161024a57806363eb39921161022f57806363eb39921461033d5780636f83188e14610350578063750bdb301461037357610277565b80634dfdac20146102fd578063590aa8751461031d57610277565b806304a5618a1461027c5780630d7b7d76146102a75780632322cf76146102c857806346eb65cb146102e8575b600080fd5b61028f61028a366004614296565b6105f0565b60405161029e93929190614ce9565b60405180910390f35b6102ba6102b5366004613d5a565b610689565b60405161029e929190614ef1565b6102db6102d6366004613d5a565b6106ab565b60405161029e9190614bc6565b6102fb6102f6366004614296565b6106d3565b005b61031061030b366004613c75565b610757565b60405161029e9190614b1e565b61033061032b366004613c59565b6107da565b60405161029e9190614d49565b61033061034b366004613d9e565b610889565b61036361035e366004614296565b61093c565b60405161029e9493929190614ddd565b610386610381366004614296565b6109dc565b60405161029e9493929190614c07565b6103a96103a4366004614468565b610a6e565b60405161029e9190614dca565b6102db6103c4366004614570565b610b20565b6102db6103d7366004613d5a565b610ba1565b6103ef6103ea366004614296565b611497565b60405161029e929190614be4565b61040561152a565b60405161029e9190614871565b610405611539565b61042d610428366004614296565b611548565b60405161029e959493929190614c43565b6102db61044c366004614517565b6115ed565b61031061045f366004613e20565b61166e565b610477610472366004613eee565b6116e7565b60405161029e9190614a37565b610330610492366004613df5565b6117a1565b610405611851565b6103306104ad366004613cc3565b611860565b6104c56104c0366004614296565b611916565b60405161029e93929190614d14565b6102db6119a6565b6104056119ac565b6104f76104f2366004614296565b6119bb565b60405161029e9493929190614ca6565b610310610515366004613c75565b611a4d565b6102db610528366004613d5a565b611abb565b6103a961053b366004614468565b6123b7565b61033061054e366004613fc9565b612419565b610566610561366004614296565b61246e565b60405161029e9190614bcf565b610586610581366004613f72565b612511565b60405161029e93929190614a83565b6105a86105a3366004613c75565b612649565b60405161029e929190614ba1565b6105c96105c43660046144c0565b612662565b60405161029e93929190614e6a565b6104056129d2565b6104056129e1565b6104056129f0565b600080600073__$d8b635de2bf4a097b4e18b67d0fb68e779$__6304a5618a856040518263ffffffff1660e01b815260040161062c9190614d49565b60606040518083038186803b15801561064457600080fd5b505af4158015610658573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061067c91908101906141ec565b9250925092509193909250565b6000806106968484610ba1565b91506106a28484611abb565b90509250929050565b60008060006106ba8585610689565b915091506106c882826129ff565b925050505b92915050565b6040517f46eb65cb00000000000000000000000000000000000000000000000000000000815273__$d8b635de2bf4a097b4e18b67d0fb68e779$__906346eb65cb90610723908490600401614d49565b60006040518083038186803b15801561073b57600080fd5b505af415801561074f573d6000803e3d6000fd5b505050505b50565b606060008251905080604051908082528060200260200182016040528015610789578160200160208202803883390190505b50915060005b8181146107d2576107b3858583815181106107a657fe5b6020026020010151611abb565b8382815181106107bf57fe5b602090810291909101015260010161078f565b505092915050565b6040517f590aa87500000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063590aa8759061082d908590600401614871565b60006040518083038186803b15801561084557600080fd5b505af4158015610859573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261088191908101906142c9565b90505b919050565b6040517f63eb399200000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__906363eb3992906108e0908790879087906004016149b7565b60006040518083038186803b1580156108f857600080fd5b505af415801561090c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261093491908101906142c9565b949350505050565b60608060608073__$fddee3b26a806429350031cf3481976d2e$__636f83188e866040518263ffffffff1660e01b81526004016109799190614d49565b60006040518083038186803b15801561099157600080fd5b505af41580156109a5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109cd9190810190614333565b93509350935093509193509193565b6000806000606073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63750bdb30866040518263ffffffff1660e01b8152600401610a1a9190614d49565b60006040518083038186803b158015610a3257600080fd5b505af4158015610a46573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109cd9190810190614070565b600080546040517f9caa023b00000000000000000000000000000000000000000000000000000000815273__$7a69f714cdde1cb6b62e3c39bc8c94deae$__91639caa023b91610ad0916001600160a01b0316908890889088906004016149e9565b60206040518083038186803b158015610ae857600080fd5b505af4158015610afc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506109349190810190614318565b600061093484610b9c6040518060400160405280600b81526020017f30782050726f746f636f6c0000000000000000000000000000000000000000008152506040518060400160405280600581526020017f332e302e300000000000000000000000000000000000000000000000000000008152508787612a15565b612a6c565b600080610bb4838263ffffffff612a8016565b90506001600160e01b031981167ff47261b0000000000000000000000000000000000000000000000000000000001415610c0f576000610bfb84601063ffffffff612ab916565b9050610c078186612aec565b925050611490565b6001600160e01b031981167f02571792000000000000000000000000000000000000000000000000000000001415610e285760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__6304a5618a866040518263ffffffff1660e01b8152600401610c7b9190614d49565b60606040518083038186803b158015610c9357600080fd5b505af4158015610ca7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250610ccb91908101906141ec565b6040519194509250606091507f6352211e0000000000000000000000000000000000000000000000000000000090610d07908490602401614bc6565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060846001600160a01b031683604051610d829190614855565b600060405180830381855afa9150503d8060008114610dbd576040519150601f19603f3d011682016040523d82523d6000602084013e610dc2565b606091505b50915091506000828015610dd7575081516020145b610de2576000610df3565b610df382600c63ffffffff612ab916565b9050896001600160a01b0316816001600160a01b031614610e15576000610e18565b60015b60ff169750505050505050611490565b6001600160e01b031981167fa7cb5fb70000000000000000000000000000000000000000000000000000000014156110c457600060608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__639eadc835876040518263ffffffff1660e01b8152600401610e969190614d49565b60006040518083038186803b158015610eae57600080fd5b505af4158015610ec2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610eea91908101906140da565b5081519296509094509250905060005b8181146110ba57828181518110610f0d57fe5b602002602001015160001415610f22576110b2565b83516060907efdd58e00000000000000000000000000000000000000000000000000000000908b90879085908110610f5657fe5b6020026020010151604051602401610f6f929190614a1e565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060876001600160a01b031683604051610fea9190614855565b600060405180830381855afa9150503d8060008114611025576040519150601f19603f3d011682016040523d82523d6000602084013e61102a565b606091505b5091509150600082801561103f575081516020145b61104a57600061105b565b61105b82600063ffffffff612be416565b9050600087868151811061106b57fe5b6020026020010151828161107b57fe5b049050806110975760009b5050505050505050505050506106cd565b8b8110806110a357508b155b156110ac57809b505b50505050505b600101610efa565b5050505050611490565b6001600160e01b031981167fc339d10a0000000000000000000000000000000000000000000000000000000014156111f7576040516060907fa85e59e4000000000000000000000000000000000000000000000000000000009061113390869060009081908190602401614d5c565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b03199094169390931790925260045491519092506000916001600160a01b03169061119a908490614855565b600060405180830381855afa9150503d80600081146111d5576040519150601f19603f3d011682016040523d82523d6000602084013e6111da565b606091505b50509050806111ea5760006111ee565b6000195b93505050611490565b6001600160e01b031981167fdc1600f30000000000000000000000000000000000000000000000000000000014156113205760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63750bdb30866040518263ffffffff1660e01b81526004016112639190614d49565b60006040518083038186803b15801561127b57600080fd5b505af415801561128f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112b79190810190614070565b5092509250506112c5612bf0565b6001600160a01b0316826001600160a01b03161480156112f257506005546001600160a01b038281169116145b1561131957600061130a611304612c08565b88612aec565b905061131581612c20565b9450505b5050611490565b6001600160e01b031981167f94cfcdd70000000000000000000000000000000000000000000000000000000014156114905760608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63bbb2dcf6866040518263ffffffff1660e01b815260040161138c9190614d49565b60006040518083038186803b1580156113a457600080fd5b505af41580156113b8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526113e0919081019061422c565b80519194509250905060005b81811461148b578381815181106113ff57fe5b60200260200101516000141561141457611483565b60006114338985848151811061142657fe5b6020026020010151610ba1565b9050600085838151811061144357fe5b6020026020010151828161145357fe5b0490508061146b5760009750505050505050506106cd565b87811080611477575087155b15611480578097505b50505b6001016113ec565b505050505b5092915050565b60008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__638f4ce479846040518263ffffffff1660e01b81526004016114d19190614d49565b604080518083038186803b1580156114e857600080fd5b505af41580156114fc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506115209190810190614039565b915091505b915091565b6004546001600160a01b031681565b6000546001600160a01b031681565b600080606080606073__$d8b635de2bf4a097b4e18b67d0fb68e779$__639eadc835876040518263ffffffff1660e01b81526004016115879190614d49565b60006040518083038186803b15801561159f57600080fd5b505af41580156115b3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526115db91908101906140da565b939a9299509097509550909350915050565b6000610934846116696040518060400160405280600b81526020017f30782050726f746f636f6c0000000000000000000000000000000000000000008152506040518060400160405280600581526020017f332e302e300000000000000000000000000000000000000000000000000000008152508787612a15565b612e1e565b606080825160405190808252806020026020018201604052801561169c578160200160208202803883390190505b50905060005b83518114611490578381815181106116b657fe5b60200260200101516001600160a01b0316318282815181106116d457fe5b60209081029190910101526001016116a2565b6000546040517f02cffc4500000000000000000000000000000000000000000000000000000000815260609173__$7a69f714cdde1cb6b62e3c39bc8c94deae$__916302cffc459161174d916001600160a01b039091169088908890889060040161489f565b60006040518083038186803b15801561176557600080fd5b505af4158015611779573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109349190810190613e53565b6040517fa6627e9f00000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063a6627e9f906117f69086908690600401614a1e565b60006040518083038186803b15801561180e57600080fd5b505af4158015611822573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261184a91908101906142c9565b9392505050565b6006546001600160a01b031681565b6040517fb43cffe100000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063b43cffe1906118b9908890889088908890600401614965565b60006040518083038186803b1580156118d157600080fd5b505af41580156118e5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261190d91908101906142c9565b95945050505050565b600060608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63bbb2dcf6856040518263ffffffff1660e01b81526004016119529190614d49565b60006040518083038186803b15801561196a57600080fd5b505af415801561197e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261067c919081019061422c565b60075481565b6005546001600160a01b031681565b6000806060600073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63ca49f47c866040518263ffffffff1660e01b81526004016119f99190614d49565b60006040518083038186803b158015611a1157600080fd5b505af4158015611a25573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109cd9190810190614184565b606060008251905080604051908082528060200260200182016040528015611a7f578160200160208202803883390190505b50915060005b8181146107d257611a9c8585838151811061142657fe5b838281518110611aa857fe5b6020908102919091010152600101611a85565b600080611ace838263ffffffff612a8016565b90506001600160e01b031981167f94cfcdd7000000000000000000000000000000000000000000000000000000001415611c395760608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63bbb2dcf6866040518263ffffffff1660e01b8152600401611b3c9190614d49565b60006040518083038186803b158015611b5457600080fd5b505af4158015611b68573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611b90919081019061422c565b80519194509250905060005b818114611c2e57838181518110611baf57fe5b602002602001015160001415611bc457611c26565b6000611bd6898584815181106107a657fe5b90506000858381518110611be657fe5b60200260200101518281611bf657fe5b04905080611c0e5760009750505050505050506106cd565b87811080611c1a575087155b15611c23578097505b50505b600101611b9c565b506106cd9350505050565b6001600160e01b031981167ff47261b0000000000000000000000000000000000000000000000000000000001415611c9a576000611c7e84601063ffffffff612ab916565b600154909150610c0790829087906001600160a01b0316612e2d565b6001600160e01b031981167f02571792000000000000000000000000000000000000000000000000000000001415611fea5760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__6304a5618a866040518263ffffffff1660e01b8152600401611d069190614d49565b60606040518083038186803b158015611d1e57600080fd5b505af4158015611d32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250611d5691908101906141ec565b600254604051929550909350606092507fe985e9c50000000000000000000000000000000000000000000000000000000091611da2918a916001600160a01b0390911690602401614885565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060846001600160a01b031683604051611e1d9190614855565b600060405180830381855afa9150503d8060008114611e58576040519150601f19603f3d011682016040523d82523d6000602084013e611e5d565b606091505b5091509150811580611e7157508051602014155b80611e8d5750611e8881600063ffffffff612be416565b600114155b15611fdb576040516060907f081812fc0000000000000000000000000000000000000000000000000000000090611ec8908790602401614bc6565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050509050856001600160a01b031681604051611f3f9190614855565b600060405180830381855afa9150503d8060008114611f7a576040519150601f19603f3d011682016040523d82523d6000602084013e611f7f565b606091505b509093509150828015611f93575081516020145b8015611fc257506002546001600160a01b0316611fb783600c63ffffffff612ab916565b6001600160a01b0316145b611fcd576000611fd0565b60015b60ff169750506110ba565b60001996505050505050611490565b6001600160e01b031981167fa7cb5fb7000000000000000000000000000000000000000000000000000000001415612211576040517f9eadc83500000000000000000000000000000000000000000000000000000000815260009073__$d8b635de2bf4a097b4e18b67d0fb68e779$__90639eadc8359061206f908790600401614d49565b60006040518083038186803b15801561208757600080fd5b505af415801561209b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526120c391908101906140da565b5050600354604051929450606093507fe985e9c5000000000000000000000000000000000000000000000000000000009261210d925089916001600160a01b031690602401614885565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060836001600160a01b0316836040516121889190614855565b600060405180830381855afa9150503d80600081146121c3576040519150601f19603f3d011682016040523d82523d6000602084013e6121c8565b606091505b50915091508180156121db575080516020145b80156121f757506121f381600063ffffffff612be416565b6001145b612202576000612206565b6000195b955050505050611490565b6001600160e01b031981167fc339d10a00000000000000000000000000000000000000000000000000000000141561224d576000199150611490565b6001600160e01b031981167fdc1600f30000000000000000000000000000000000000000000000000000000014156114905760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63750bdb30866040518263ffffffff1660e01b81526004016122b99190614d49565b60006040518083038186803b1580156122d157600080fd5b505af41580156122e5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261230d9190810190614070565b50925092505061231b612bf0565b6001600160a01b0316826001600160a01b031614801561234857506005546001600160a01b038281169116145b1561239257600061236d61235a612c08565b60055489906001600160a01b0316612e2d565b905060001981146123865761238181612c20565b61238a565b6000195b9450506123ae565b6006546001600160a01b03828116911614156123ae5760001993505b50505092915050565b600080546040517f8dccde0400000000000000000000000000000000000000000000000000000000815273__$7a69f714cdde1cb6b62e3c39bc8c94deae$__91638dccde0491610ad0916001600160a01b0316908890889088906004016149e9565b6040517fd3d862d100000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063d3d862d1906117f69086908690600401614b31565b6040517fd469502800000000000000000000000000000000000000000000000000000000815260009073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063d4695028906124c1908590600401614d49565b60206040518083038186803b1580156124d957600080fd5b505af41580156124ed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250610881919081019061401e565b60608060606000855190508060405190808252806020026020018201604052801561255657816020015b612543613691565b81526020019060019003908161253b5790505b50935080604051908082528060200260200182016040528015612583578160200160208202803883390190505b509250806040519080825280602002602001820160405280156125b0578160200160208202803883390190505b50915060005b818114612640576125ed8782815181106125cc57fe5b60200260200101518783815181106125e057fe5b6020026020010151612662565b87518890859081106125fb57fe5b6020026020010187858151811061260e57fe5b6020026020010187868151811061262157fe5b93151560209485029190910190930192909252919052526001016125b6565b50509250925092565b6060806126568484611a4d565b91506106a28484610757565b61266a613691565b600080546040517f9d3fa4b900000000000000000000000000000000000000000000000000000000815282916001600160a01b031690639d3fa4b9906126b4908890600401614e8e565b60606040518083038186803b1580156126cc57600080fd5b505afa1580156126e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506127049190810190614420565b85516000546040517fa12dcc6f00000000000000000000000000000000000000000000000000000000815292955090916001600160a01b039091169063a12dcc6f906127569089908990600401614ecc565b60206040518083038186803b15801561276e57600080fd5b505afa158015612782573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506127a69190810190613ffe565b915060006127b387612f37565b905060006127d4886101800151896101400151612f5390919063ffffffff16565b1561280957612802826127f88a60c001518b60800151612f7890919063ffffffff16565b8a60a00151612f94565b9050612876565b60c0880151612825576128028289608001518a60a00151612f94565b6000612836848a61018001516106ab565b9050600061284d848b608001518c60a00151612f94565b90506000612864838c60c001518d60a00151612f94565b905061287082826129ff565b93505050505b61289a61289487604001518a60a00151612fb690919063ffffffff16565b826129ff565b9450600460005460208a01516040517f9caa023b00000000000000000000000000000000000000000000000000000000815273__$7a69f714cdde1cb6b62e3c39bc8c94deae$__92639caa023b92612905926001600160a01b03909216918e91908c906004016149e9565b60206040518083038186803b15801561291d57600080fd5b505af4158015612931573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506129559190810190614318565b600481111561296057fe5b1461296c57600061296e565b845b945061297e886101600151612fd5565b61298757600094505b60e0880151158015906129a557506129a3886101a00151612fd5565b155b156129af57600094505b6003865160068111156129be57fe5b146129c857600094505b5050509250925092565b6001546001600160a01b031681565b6002546001600160a01b031681565b6003546001600160a01b031681565b6000818310612a0e578161184a565b5090919050565b8351602094850120835193850193909320604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f815295860194909452928401929092526060830152608082015260a0902090565b600061184a82612a7b8561318a565b613205565b60008160040183511015612aa657612aa6612aa1600385518560040161323f565b6132ae565b5001602001516001600160e01b03191690565b60008160140183511015612ada57612ada612aa1600485518560140161323f565b5001601401516001600160a01b031690565b60405160009081906060906001600160a01b038616907f70a082310000000000000000000000000000000000000000000000000000000090612b32908790602401614871565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b0319909416939093179092529051612b859190614855565b600060405180830381855afa9150503d8060008114612bc0576040519150601f19603f3d011682016040523d82523d6000602084013e612bc5565b606091505b5091509150818015612bd8575080516020145b156107d2576106c88160005b600061184a83836132b6565b736b175474e89094c44da98b954eedeac495271d0f90565b7306af07097c9eeb7fd685c692751d5c66db49c21590565b600080612c2b612c08565b6001600160a01b0316634ba2363a6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612c6557600080fd5b505af1158015612c79573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612c9d91908101906142fc565b90506000816001600160a01b03166320aba08b6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612cdc57600080fd5b505af1158015612cf0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612d149190810190614629565b4211612d9257816001600160a01b031663c92aecc46040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612d5557600080fd5b505af1158015612d69573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612d8d9190810190614629565b612e05565b816001600160a01b0316639f678cca6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612dcd57600080fd5b505af1158015612de1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612e059190810190614629565b9050610934816b033b2e3c9fd0803ce800000086612f94565b600061184a82612a7b856132e0565b60405160009081906060906001600160a01b038716907fdd62ed3e0000000000000000000000000000000000000000000000000000000090612e759088908890602401614885565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b0319909416939093179092529051612ec89190614855565b600060405180830381855afa9150503d8060008114612f03576040519150601f19603f3d011682016040523d82523d6000602084013e612f08565b606091505b5091509150818015612f1b575080516020145b15612f2e57612f2b816000612be4565b92505b50509392505050565b6000806000612f4584613399565b9150915061093482826129ff565b60008151835114801561184a5750508051602091820120825192909101919091201490565b60008282018381101561184a5761184a612aa16000868661359c565b600061093483612faa868563ffffffff6135bb16565b9063ffffffff6135ec16565b600082821115612fcf57612fcf612aa16002858561359c565b50900390565b60006020825181612fe257fe5b06600414612ff257506000610884565b6000613004838263ffffffff612a8016565b90506001600160e01b031981167f94cfcdd70000000000000000000000000000000000000000000000000000000014613041576001915050610884565b6040517fbbb2dcf600000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063bbb2dcf690613094908790600401614d49565b60006040518083038186803b1580156130ac57600080fd5b505af41580156130c0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526130e8919081019061422c565b80519093509150600090505b81811461317e576000613124600085848151811061310e57fe5b6020026020010151612a8090919063ffffffff16565b90506001600160e01b031981167f02571792000000000000000000000000000000000000000000000000000000001415613175576131628483613616565b1561317557600095505050505050610884565b506001016130f4565b50600195945050505050565b608081810151825160208085015160408087015160609788015186519685019690962082517fec69816980a3a3ca4554410e60253953e9ff375ba4536a98adfa15cc7154150881529485019590955290830191909152948101949094526001600160a01b039091169183019190915260a082015260c0902090565b6040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b6060632800659560e01b84848460405160240161325e93929190614dbc565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b03199093169290921790915290509392505050565b805160208201fd5b600081602001835110156132d7576132d7612aa1600585518560200161323f565b50016020015190565b6101408101516101608201516101808301516101a08401516000937ff80322eb8376aafb64eadf8f0d7623f22130fd9491a221e902b713cb984a75349390929091602087101561332c57fe5b601f1987018051610140890180516101608b0180516101808d0180516101a08f0180519d89528c5160209d8e012087528b519b8d019b909b2084528951998c01999099208152875197909a019690962088526101e085209390945290529190529252919091529050919050565b60008060048361014001515110156133b657506000905080611525565b6101408301516000906133cf908263ffffffff612a8016565b90506001600160e01b031981167fdc1600f300000000000000000000000000000000000000000000000000000000141561356c576101408401516040517f750bdb3000000000000000000000000000000000000000000000000000000000815260009173__$d8b635de2bf4a097b4e18b67d0fb68e779$__9163750bdb309161345a91600401614d49565b60006040518083038186803b15801561347257600080fd5b505af4158015613486573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526134ae9190810190614070565b506006549093506001600160a01b0380851691161415915061356a90505773__$ef9cb1cf4426222cc0af8204def2680bac$__63d12a7960866134ef613679565b6040518363ffffffff1660e01b815260040161350c929190614ea1565b60206040518083038186803b15801561352457600080fd5b505af4158015613538573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061355c9190810190614629565b600019935093505050611525565b505b61357f8460000151856101400151610ba1565b6135928560000151866101400151611abb565b9250925050915091565b606063e946c1bb60e01b84848460405160240161325e93929190614d9a565b6000826135ca575060006106cd565b828202828482816135d757fe5b041461184a5761184a612aa16001868661359c565b60008161360257613602612aa16003858561359c565b600082848161360d57fe5b04949350505050565b8151600090600183015b818110156107d25761366185828151811061363757fe5b602002602001015186868151811061364b57fe5b6020026020010151612f5390919063ffffffff16565b15613671576001925050506106cd565b600101613620565b731e0447b19bb6ecfdae1e4ae1694b0c3659614e4e90565b6040805160608101909152806000815260006020820181905260409091015290565b80356106cd81614fa4565b80516106cd81614fa4565b600082601f8301126136d9578081fd5b81356136ec6136e782614f26565b614eff565b81815291506020808301908481018184028601820187101561370d57600080fd5b60005b8481101561148b57813561372381614fa4565b84529282019290820190600101613710565b600082601f830112613745578081fd5b81356137536136e782614f26565b8181529150602080830190840160005b838110156137905761377b8760208435890101613924565b83526020928301929190910190600101613763565b5050505092915050565b600082601f8301126137aa578081fd5b81516137b86136e782614f26565b8181529150602080830190840160005b83811015613790576137e08760208451890101613972565b835260209283019291909101906001016137c8565b600082601f830112613805578081fd5b81356138136136e782614f26565b8181529150602080830190840160005b838110156137905761383b87602084358901016139c7565b83526020928301929190910190600101613823565b600082601f830112613860578081fd5b813561386e6136e782614f26565b81815291506020808301908481018184028601820187101561388f57600080fd5b60005b8481101561148b57813584529282019290820190600101613892565b600082601f8301126138be578081fd5b81516138cc6136e782614f26565b8181529150602080830190848101818402860182018710156138ed57600080fd5b60005b8481101561148b578151845292820192908201906001016138f0565b80516001600160e01b0319811681146106cd57600080fd5b600082601f830112613934578081fd5b81356139426136e782614f46565b915080825283602082850101111561395957600080fd5b8060208401602084013760009082016020015292915050565b600082601f830112613982578081fd5b81516139906136e782614f46565b91508082528360208285010111156139a757600080fd5b611490816020840160208601614f6a565b8051600581106106cd57600080fd5b60006101c08083850312156139da578182fd5b6139e381614eff565b9150506139f083836136b3565b81526139ff83602084016136b3565b6020820152613a1183604084016136b3565b6040820152613a2383606084016136b3565b60608201526080820135608082015260a082013560a082015260c082013560c082015260e082013560e08201526101008083013581830152506101208083013581830152506101408083013567ffffffffffffffff80821115613a8557600080fd5b613a9186838701613924565b83850152610160925082850135915080821115613aad57600080fd5b613ab986838701613924565b83850152610180925082850135915080821115613ad557600080fd5b613ae186838701613924565b838501526101a0925082850135915080821115613afd57600080fd5b50613b0a85828601613924565b82840152505092915050565b60006101c0808385031215613b29578182fd5b613b3281614eff565b915050613b3f83836136be565b8152613b4e83602084016136be565b6020820152613b6083604084016136be565b6040820152613b7283606084016136be565b60608201526080820151608082015260a082015160a082015260c082015160c082015260e082015160e08201526101008083015181830152506101208083015181830152506101408083015167ffffffffffffffff80821115613bd457600080fd5b613be086838701613972565b83850152610160925082850151915080821115613bfc57600080fd5b613c0886838701613972565b83850152610180925082850151915080821115613c2457600080fd5b613c3086838701613972565b838501526101a0925082850151915080821115613c4c57600080fd5b50613b0a85828601613972565b600060208284031215613c6a578081fd5b813561184a81614fa4565b60008060408385031215613c87578081fd5b8235613c9281614fa4565b9150602083013567ffffffffffffffff811115613cad578182fd5b613cb985828601613735565b9150509250929050565b60008060008060808587031215613cd8578182fd5b8435613ce381614fa4565b9350602085013567ffffffffffffffff80821115613cff578384fd5b613d0b88838901613850565b94506040870135915080821115613d20578384fd5b613d2c88838901613850565b93506060870135915080821115613d41578283fd5b50613d4e87828801613924565b91505092959194509250565b60008060408385031215613d6c578182fd5b8235613d7781614fa4565b9150602083013567ffffffffffffffff811115613d92578182fd5b613cb985828601613924565b600080600060608486031215613db2578081fd5b8335613dbd81614fa4565b9250602084013567ffffffffffffffff811115613dd8578182fd5b613de486828701613924565b925050604084013590509250925092565b60008060408385031215613e07578182fd5b8235613e1281614fa4565b946020939093013593505050565b600060208284031215613e31578081fd5b813567ffffffffffffffff811115613e47578182fd5b610934848285016136c9565b60006020808385031215613e65578182fd5b825167ffffffffffffffff811115613e7b578283fd5b80840185601f820112613e8c578384fd5b80519150613e9c6136e783614f26565b8281528381019082850185850284018601891015613eb8578687fd5b8693505b84841015613ee257613ece89826139b8565b835260019390930192918501918501613ebc565b50979650505050505050565b600080600060608486031215613f02578081fd5b833567ffffffffffffffff80821115613f19578283fd5b613f25878388016137f5565b94506020860135915080821115613f3a578283fd5b613f46878388016136c9565b93506040860135915080821115613f5b578283fd5b50613f6886828701613850565b9150509250925092565b60008060408385031215613f84578182fd5b823567ffffffffffffffff80821115613f9b578384fd5b613fa7868387016137f5565b93506020850135915080821115613fbc578283fd5b50613cb985828601613735565b60008060408385031215613fdb578182fd5b823567ffffffffffffffff80821115613ff2578384fd5b613fa786838701613850565b60006020828403121561400f578081fd5b8151801515811461184a578182fd5b60006020828403121561402f578081fd5b61184a838361390c565b6000806040838503121561404b578182fd5b614055848461390c565b9150602083015161406581614fa4565b809150509250929050565b60008060008060808587031215614085578182fd5b845161409081614fb9565b60208601519094506140a181614fa4565b60408601519093506140b281614fa4565b606086015190925067ffffffffffffffff8111156140ce578182fd5b613d4e87828801613972565b600080600080600060a086880312156140f1578283fd5b6140fb878761390c565b9450602086015161410b81614fa4565b604087015190945067ffffffffffffffff80821115614128578485fd5b61413489838a016138ae565b94506060880151915080821115614149578283fd5b61415589838a016138ae565b9350608088015191508082111561416a578283fd5b5061417788828901613972565b9150509295509295909350565b60008060008060808587031215614199578182fd5b6141a3868661390c565b935060208501516141b381614fa4565b604086015190935067ffffffffffffffff8111156141cf578283fd5b6141db87828801613972565b606096909601519497939650505050565b600080600060608486031215614200578081fd5b61420a858561390c565b9250602084015161421a81614fa4565b80925050604084015190509250925092565b600080600060608486031215614240578081fd5b835161424b81614fb9565b602085015190935067ffffffffffffffff80821115614268578283fd5b614274878388016138ae565b93506040860151915080821115614289578283fd5b50613f688682870161379a565b6000602082840312156142a7578081fd5b813567ffffffffffffffff8111156142bd578182fd5b61093484828501613924565b6000602082840312156142da578081fd5b815167ffffffffffffffff8111156142f0578182fd5b61093484828501613972565b60006020828403121561430d578081fd5b815161184a81614fa4565b600060208284031215614329578081fd5b61184a83836139b8565b60008060008060808587031215614348578182fd5b845167ffffffffffffffff8082111561435f578384fd5b61436b88838901613972565b9550602091508187015181811115614381578485fd5b80880189601f820112614392578586fd5b805191506143a26136e783614f26565b82815284810190828601885b858110156143d7576143c58e898451880101613b16565b845292870192908701906001016143ae565b505060408b01519098509450505050808211156143f2578384fd5b6143fe888389016138ae565b93506060870151915080821115614413578283fd5b50613d4e8782880161379a565b600060608284031215614431578081fd5b61443b6060614eff565b825160078110614449578283fd5b8152602083810151908201526040928301519281019290925250919050565b60008060006060848603121561447c578081fd5b833567ffffffffffffffff811115614492578182fd5b61449e868287016139c7565b93505060208401356144af81614fa4565b929592945050506040919091013590565b600080604083850312156144d2578182fd5b823567ffffffffffffffff808211156144e9578384fd5b6144f5868387016139c7565b9350602085013591508082111561450a578283fd5b50613cb985828601613924565b60008060006060848603121561452b578081fd5b833567ffffffffffffffff811115614541578182fd5b61454d868287016139c7565b93505060208401359150604084013561456581614fa4565b809150509250925092565b600080600060608486031215614584578081fd5b833567ffffffffffffffff8082111561459b578283fd5b81860160a081890312156145ad578384fd5b6145b760a0614eff565b925080358352602081013560208401526040810135604084015260608101356145df81614fa4565b60608401526080810135828111156145f5578485fd5b61460189828401613924565b60808501525091945050506020840135915061462085604086016136b3565b90509250925092565b60006020828403121561463a578081fd5b5051919050565b6001600160a01b0316815260200190565b600061465e8383614731565b505060600190565b6001600160a01b03169052565b600081518084526020840180819550602083028101915060208501845b848110156146be5782840388526146a8848351614705565b6020988901989094509190910190600101614690565b50919695505050505050565b6000815180845260208401935060208301825b828110156146fb5781518652602095860195909101906001016146dd565b5093949350505050565b6000815180845261471d816020860160208601614f6a565b601f01601f19169290920160200192915050565b80516007811061473d57fe5b825260208181015190830152604090810151910152565b60006101c0614764848451614666565b60208301516147766020860182614666565b5060408301516147896040860182614666565b50606083015161479c6060860182614666565b506080830151608085015260a083015160a085015260c083015160c085015260e083015160e08501526101008084015181860152506101208084015181860152506101408084015182828701526147f583870182614705565b915050610160915081840151858203838701526148128282614705565b92505050610180808401518583038287015261482e8382614705565b9150506101a09150818401518582038387015261484b8282614705565b9695505050505050565b60008251614867818460208701614f6a565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b0392831681529116602082015260400190565b6000608082016001600160a01b038716835260206080818501528187516148c68185614bc6565b91508193508281028201838a01865b838110156148ff5786830385526148ed838351614754565b948601949250908501906001016148d5565b505086810360408801528094508851925061491a8382614bc6565b94505050818701845b8281101561494457614936858351614641565b945090830190600101614923565b50505050828103606084015261495a81856146ca565b979650505050505050565b60006001600160a01b03861682526080602083015261498760808301866146ca565b828103604084015261499981866146ca565b83810360608501526149ab8186614705565b98975050505050505050565b60006001600160a01b0385168252606060208301526149d96060830185614705565b9050826040830152949350505050565b60006001600160a01b03808716835260806020840152614a0c6080840187614754565b94166040830152506060015292915050565b6001600160a01b03929092168252602082015260400190565b602080825282518282018190526000918401906040840190835b81811015614a78578351614a6481614f9a565b835260209384019390920191600101614a51565b509095945050505050565b60006060820160608352808651614a9a8184614bc6565b915060209250828801845b82811015614ac657614ab8848351614652565b935090840190600101614aa5565b50505083810382850152614ada81876146ca565b84810360408601528551808252908301915082860190845b81811015614b10578251151584529284019291840191600101614af2565b509198975050505050505050565b60006020825261184a60208301846146ca565b600060408252614b4460408301856146ca565b602083820381850152818551808452828401915082838202850101838801865b83811015614b9257601f19878403018552614b80838351614705565b94860194925090850190600101614b64565b50909998505050505050505050565b600060408252614bb460408301856146ca565b828103602084015261190d81856146ca565b90815260200190565b6001600160e01b031991909116815260200190565b6001600160e01b03199290921682526001600160a01b0316602082015260400190565b60006001600160e01b0319861682526001600160a01b0380861660208401528085166040840152506080606083015261484b6080830184614705565b60006001600160e01b0319871682526001600160a01b038616602083015260a06040830152614c7560a08301866146ca565b8281036060840152614c8781866146ca565b8381036080850152614c998186614705565b9998505050505050505050565b60006001600160e01b0319861682526001600160a01b038516602083015260806040830152614cd86080830185614705565b905082606083015295945050505050565b6001600160e01b03199390931683526001600160a01b03919091166020830152604082015260600190565b60006001600160e01b03198516825260606020830152614d3760608301856146ca565b828103604084015261484b8185614673565b60006020825261184a6020830184614705565b600060808252614d6f6080830187614705565b6001600160a01b03958616602084015293909416604082015260ff9190911660609091015292915050565b6060810160048510614da857fe5b938152602081019290925260409091015290565b6060810160088510614da857fe5b60208101614dd783614f9a565b91905290565b600060808252614df06080830187614705565b602083820381850152818751808452828401915082838202850101838a01865b83811015614e3e57601f19878403018552614e2c838351614754565b94860194925090850190600101614e10565b50508681036040880152614e52818a6146ca565b945050505050828103606084015261495a8185614673565b60a08101614e788286614731565b8360608301528215156080830152949350505050565b60006020825261184a6020830184614754565b600060408252614eb46040830185614754565b90506001600160a01b03831660208301529392505050565b600060408252614edf6040830185614754565b828103602084015261190d8185614705565b918252602082015260400190565b60405181810167ffffffffffffffff81118282101715614f1e57600080fd5b604052919050565b600067ffffffffffffffff821115614f3c578081fd5b5060209081020190565b600067ffffffffffffffff821115614f5c578081fd5b50601f01601f191660200190565b60005b83811015614f85578181015183820152602001614f6d565b83811115614f94576000848401525b50505050565b6005811061075457fe5b6001600160a01b038116811461075457600080fd5b6001600160e01b03198116811461075457600080fdfea365627a7a72315820f05bfff91cf6f387ce89e4ca5ccc415a4c291e39b349e6d1c630a5574b2fee306c6578706572696d656e74616cf564736f6c63430005100040"
|
|
},
|
|
"deployedBytecode": {
|
|
"object": "0x608060405234801561001057600080fd5b50600436106102775760003560e01c8063a5cd62ba11610160578063d186037f116100d8578063e4e6e7da1161008c578063ee18599711610071578063ee185997146105d8578063ef3bb097146105e0578063ff84e7cc146105e857610277565b8063e4e6e7da14610595578063e77286eb146105b657610277565b8063d3d862d1116100bd578063d3d862d114610540578063d469502814610553578063e25cabf71461057357610277565b8063d186037f1461051a578063d36379051461052d57610277565b8063bbb2dcf61161012f578063c82037ef11610114578063c82037ef146104dc578063ca49f47c146104e4578063d001c5dc1461050757610277565b8063bbb2dcf6146104b2578063c26cfecd146104d457610277565b8063a5cd62ba14610464578063a6627e9f14610484578063a7530f1214610497578063b43cffe11461049f57610277565b80637982653e116101f35780639baf2705116101c25780639eadc835116101a75780639eadc8351461041a578063a070cac81461043e578063a0901e511461045157610277565b80639baf2705146103fd5780639cd016051461041257610277565b80637982653e1461039657806379c9c426146103b65780637d727512146103c95780638f4ce479146103dc57610277565b80634dfdac201161024a57806363eb39921161022f57806363eb39921461033d5780636f83188e14610350578063750bdb301461037357610277565b80634dfdac20146102fd578063590aa8751461031d57610277565b806304a5618a1461027c5780630d7b7d76146102a75780632322cf76146102c857806346eb65cb146102e8575b600080fd5b61028f61028a366004614296565b6105f0565b60405161029e93929190614ce9565b60405180910390f35b6102ba6102b5366004613d5a565b610689565b60405161029e929190614ef1565b6102db6102d6366004613d5a565b6106ab565b60405161029e9190614bc6565b6102fb6102f6366004614296565b6106d3565b005b61031061030b366004613c75565b610757565b60405161029e9190614b1e565b61033061032b366004613c59565b6107da565b60405161029e9190614d49565b61033061034b366004613d9e565b610889565b61036361035e366004614296565b61093c565b60405161029e9493929190614ddd565b610386610381366004614296565b6109dc565b60405161029e9493929190614c07565b6103a96103a4366004614468565b610a6e565b60405161029e9190614dca565b6102db6103c4366004614570565b610b20565b6102db6103d7366004613d5a565b610ba1565b6103ef6103ea366004614296565b611497565b60405161029e929190614be4565b61040561152a565b60405161029e9190614871565b610405611539565b61042d610428366004614296565b611548565b60405161029e959493929190614c43565b6102db61044c366004614517565b6115ed565b61031061045f366004613e20565b61166e565b610477610472366004613eee565b6116e7565b60405161029e9190614a37565b610330610492366004613df5565b6117a1565b610405611851565b6103306104ad366004613cc3565b611860565b6104c56104c0366004614296565b611916565b60405161029e93929190614d14565b6102db6119a6565b6104056119ac565b6104f76104f2366004614296565b6119bb565b60405161029e9493929190614ca6565b610310610515366004613c75565b611a4d565b6102db610528366004613d5a565b611abb565b6103a961053b366004614468565b6123b7565b61033061054e366004613fc9565b612419565b610566610561366004614296565b61246e565b60405161029e9190614bcf565b610586610581366004613f72565b612511565b60405161029e93929190614a83565b6105a86105a3366004613c75565b612649565b60405161029e929190614ba1565b6105c96105c43660046144c0565b612662565b60405161029e93929190614e6a565b6104056129d2565b6104056129e1565b6104056129f0565b600080600073__$d8b635de2bf4a097b4e18b67d0fb68e779$__6304a5618a856040518263ffffffff1660e01b815260040161062c9190614d49565b60606040518083038186803b15801561064457600080fd5b505af4158015610658573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061067c91908101906141ec565b9250925092509193909250565b6000806106968484610ba1565b91506106a28484611abb565b90509250929050565b60008060006106ba8585610689565b915091506106c882826129ff565b925050505b92915050565b6040517f46eb65cb00000000000000000000000000000000000000000000000000000000815273__$d8b635de2bf4a097b4e18b67d0fb68e779$__906346eb65cb90610723908490600401614d49565b60006040518083038186803b15801561073b57600080fd5b505af415801561074f573d6000803e3d6000fd5b505050505b50565b606060008251905080604051908082528060200260200182016040528015610789578160200160208202803883390190505b50915060005b8181146107d2576107b3858583815181106107a657fe5b6020026020010151611abb565b8382815181106107bf57fe5b602090810291909101015260010161078f565b505092915050565b6040517f590aa87500000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063590aa8759061082d908590600401614871565b60006040518083038186803b15801561084557600080fd5b505af4158015610859573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261088191908101906142c9565b90505b919050565b6040517f63eb399200000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__906363eb3992906108e0908790879087906004016149b7565b60006040518083038186803b1580156108f857600080fd5b505af415801561090c573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261093491908101906142c9565b949350505050565b60608060608073__$fddee3b26a806429350031cf3481976d2e$__636f83188e866040518263ffffffff1660e01b81526004016109799190614d49565b60006040518083038186803b15801561099157600080fd5b505af41580156109a5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109cd9190810190614333565b93509350935093509193509193565b6000806000606073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63750bdb30866040518263ffffffff1660e01b8152600401610a1a9190614d49565b60006040518083038186803b158015610a3257600080fd5b505af4158015610a46573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109cd9190810190614070565b600080546040517f9caa023b00000000000000000000000000000000000000000000000000000000815273__$7a69f714cdde1cb6b62e3c39bc8c94deae$__91639caa023b91610ad0916001600160a01b0316908890889088906004016149e9565b60206040518083038186803b158015610ae857600080fd5b505af4158015610afc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506109349190810190614318565b600061093484610b9c6040518060400160405280600b81526020017f30782050726f746f636f6c0000000000000000000000000000000000000000008152506040518060400160405280600581526020017f332e302e300000000000000000000000000000000000000000000000000000008152508787612a15565b612a6c565b600080610bb4838263ffffffff612a8016565b90506001600160e01b031981167ff47261b0000000000000000000000000000000000000000000000000000000001415610c0f576000610bfb84601063ffffffff612ab916565b9050610c078186612aec565b925050611490565b6001600160e01b031981167f02571792000000000000000000000000000000000000000000000000000000001415610e285760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__6304a5618a866040518263ffffffff1660e01b8152600401610c7b9190614d49565b60606040518083038186803b158015610c9357600080fd5b505af4158015610ca7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250610ccb91908101906141ec565b6040519194509250606091507f6352211e0000000000000000000000000000000000000000000000000000000090610d07908490602401614bc6565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060846001600160a01b031683604051610d829190614855565b600060405180830381855afa9150503d8060008114610dbd576040519150601f19603f3d011682016040523d82523d6000602084013e610dc2565b606091505b50915091506000828015610dd7575081516020145b610de2576000610df3565b610df382600c63ffffffff612ab916565b9050896001600160a01b0316816001600160a01b031614610e15576000610e18565b60015b60ff169750505050505050611490565b6001600160e01b031981167fa7cb5fb70000000000000000000000000000000000000000000000000000000014156110c457600060608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__639eadc835876040518263ffffffff1660e01b8152600401610e969190614d49565b60006040518083038186803b158015610eae57600080fd5b505af4158015610ec2573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052610eea91908101906140da565b5081519296509094509250905060005b8181146110ba57828181518110610f0d57fe5b602002602001015160001415610f22576110b2565b83516060907efdd58e00000000000000000000000000000000000000000000000000000000908b90879085908110610f5657fe5b6020026020010151604051602401610f6f929190614a1e565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060876001600160a01b031683604051610fea9190614855565b600060405180830381855afa9150503d8060008114611025576040519150601f19603f3d011682016040523d82523d6000602084013e61102a565b606091505b5091509150600082801561103f575081516020145b61104a57600061105b565b61105b82600063ffffffff612be416565b9050600087868151811061106b57fe5b6020026020010151828161107b57fe5b049050806110975760009b5050505050505050505050506106cd565b8b8110806110a357508b155b156110ac57809b505b50505050505b600101610efa565b5050505050611490565b6001600160e01b031981167fc339d10a0000000000000000000000000000000000000000000000000000000014156111f7576040516060907fa85e59e4000000000000000000000000000000000000000000000000000000009061113390869060009081908190602401614d5c565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b03199094169390931790925260045491519092506000916001600160a01b03169061119a908490614855565b600060405180830381855afa9150503d80600081146111d5576040519150601f19603f3d011682016040523d82523d6000602084013e6111da565b606091505b50509050806111ea5760006111ee565b6000195b93505050611490565b6001600160e01b031981167fdc1600f30000000000000000000000000000000000000000000000000000000014156113205760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63750bdb30866040518263ffffffff1660e01b81526004016112639190614d49565b60006040518083038186803b15801561127b57600080fd5b505af415801561128f573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526112b79190810190614070565b5092509250506112c5612bf0565b6001600160a01b0316826001600160a01b03161480156112f257506005546001600160a01b038281169116145b1561131957600061130a611304612c08565b88612aec565b905061131581612c20565b9450505b5050611490565b6001600160e01b031981167f94cfcdd70000000000000000000000000000000000000000000000000000000014156114905760608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63bbb2dcf6866040518263ffffffff1660e01b815260040161138c9190614d49565b60006040518083038186803b1580156113a457600080fd5b505af41580156113b8573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526113e0919081019061422c565b80519194509250905060005b81811461148b578381815181106113ff57fe5b60200260200101516000141561141457611483565b60006114338985848151811061142657fe5b6020026020010151610ba1565b9050600085838151811061144357fe5b6020026020010151828161145357fe5b0490508061146b5760009750505050505050506106cd565b87811080611477575087155b15611480578097505b50505b6001016113ec565b505050505b5092915050565b60008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__638f4ce479846040518263ffffffff1660e01b81526004016114d19190614d49565b604080518083038186803b1580156114e857600080fd5b505af41580156114fc573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506115209190810190614039565b915091505b915091565b6004546001600160a01b031681565b6000546001600160a01b031681565b600080606080606073__$d8b635de2bf4a097b4e18b67d0fb68e779$__639eadc835876040518263ffffffff1660e01b81526004016115879190614d49565b60006040518083038186803b15801561159f57600080fd5b505af41580156115b3573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526115db91908101906140da565b939a9299509097509550909350915050565b6000610934846116696040518060400160405280600b81526020017f30782050726f746f636f6c0000000000000000000000000000000000000000008152506040518060400160405280600581526020017f332e302e300000000000000000000000000000000000000000000000000000008152508787612a15565b612e1e565b606080825160405190808252806020026020018201604052801561169c578160200160208202803883390190505b50905060005b83518114611490578381815181106116b657fe5b60200260200101516001600160a01b0316318282815181106116d457fe5b60209081029190910101526001016116a2565b6000546040517f02cffc4500000000000000000000000000000000000000000000000000000000815260609173__$7a69f714cdde1cb6b62e3c39bc8c94deae$__916302cffc459161174d916001600160a01b039091169088908890889060040161489f565b60006040518083038186803b15801561176557600080fd5b505af4158015611779573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109349190810190613e53565b6040517fa6627e9f00000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063a6627e9f906117f69086908690600401614a1e565b60006040518083038186803b15801561180e57600080fd5b505af4158015611822573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261184a91908101906142c9565b9392505050565b6006546001600160a01b031681565b6040517fb43cffe100000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063b43cffe1906118b9908890889088908890600401614965565b60006040518083038186803b1580156118d157600080fd5b505af41580156118e5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261190d91908101906142c9565b95945050505050565b600060608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63bbb2dcf6856040518263ffffffff1660e01b81526004016119529190614d49565b60006040518083038186803b15801561196a57600080fd5b505af415801561197e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261067c919081019061422c565b60075481565b6005546001600160a01b031681565b6000806060600073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63ca49f47c866040518263ffffffff1660e01b81526004016119f99190614d49565b60006040518083038186803b158015611a1157600080fd5b505af4158015611a25573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526109cd9190810190614184565b606060008251905080604051908082528060200260200182016040528015611a7f578160200160208202803883390190505b50915060005b8181146107d257611a9c8585838151811061142657fe5b838281518110611aa857fe5b6020908102919091010152600101611a85565b600080611ace838263ffffffff612a8016565b90506001600160e01b031981167f94cfcdd7000000000000000000000000000000000000000000000000000000001415611c395760608073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63bbb2dcf6866040518263ffffffff1660e01b8152600401611b3c9190614d49565b60006040518083038186803b158015611b5457600080fd5b505af4158015611b68573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611b90919081019061422c565b80519194509250905060005b818114611c2e57838181518110611baf57fe5b602002602001015160001415611bc457611c26565b6000611bd6898584815181106107a657fe5b90506000858381518110611be657fe5b60200260200101518281611bf657fe5b04905080611c0e5760009750505050505050506106cd565b87811080611c1a575087155b15611c23578097505b50505b600101611b9c565b506106cd9350505050565b6001600160e01b031981167ff47261b0000000000000000000000000000000000000000000000000000000001415611c9a576000611c7e84601063ffffffff612ab916565b600154909150610c0790829087906001600160a01b0316612e2d565b6001600160e01b031981167f02571792000000000000000000000000000000000000000000000000000000001415611fea5760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__6304a5618a866040518263ffffffff1660e01b8152600401611d069190614d49565b60606040518083038186803b158015611d1e57600080fd5b505af4158015611d32573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250611d5691908101906141ec565b600254604051929550909350606092507fe985e9c50000000000000000000000000000000000000000000000000000000091611da2918a916001600160a01b0390911690602401614885565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060846001600160a01b031683604051611e1d9190614855565b600060405180830381855afa9150503d8060008114611e58576040519150601f19603f3d011682016040523d82523d6000602084013e611e5d565b606091505b5091509150811580611e7157508051602014155b80611e8d5750611e8881600063ffffffff612be416565b600114155b15611fdb576040516060907f081812fc0000000000000000000000000000000000000000000000000000000090611ec8908790602401614bc6565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050509050856001600160a01b031681604051611f3f9190614855565b600060405180830381855afa9150503d8060008114611f7a576040519150601f19603f3d011682016040523d82523d6000602084013e611f7f565b606091505b509093509150828015611f93575081516020145b8015611fc257506002546001600160a01b0316611fb783600c63ffffffff612ab916565b6001600160a01b0316145b611fcd576000611fd0565b60015b60ff169750506110ba565b60001996505050505050611490565b6001600160e01b031981167fa7cb5fb7000000000000000000000000000000000000000000000000000000001415612211576040517f9eadc83500000000000000000000000000000000000000000000000000000000815260009073__$d8b635de2bf4a097b4e18b67d0fb68e779$__90639eadc8359061206f908790600401614d49565b60006040518083038186803b15801561208757600080fd5b505af415801561209b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526120c391908101906140da565b5050600354604051929450606093507fe985e9c5000000000000000000000000000000000000000000000000000000009261210d925089916001600160a01b031690602401614885565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff8381831617835250505050905060006060836001600160a01b0316836040516121889190614855565b600060405180830381855afa9150503d80600081146121c3576040519150601f19603f3d011682016040523d82523d6000602084013e6121c8565b606091505b50915091508180156121db575080516020145b80156121f757506121f381600063ffffffff612be416565b6001145b612202576000612206565b6000195b955050505050611490565b6001600160e01b031981167fc339d10a00000000000000000000000000000000000000000000000000000000141561224d576000199150611490565b6001600160e01b031981167fdc1600f30000000000000000000000000000000000000000000000000000000014156114905760008073__$d8b635de2bf4a097b4e18b67d0fb68e779$__63750bdb30866040518263ffffffff1660e01b81526004016122b99190614d49565b60006040518083038186803b1580156122d157600080fd5b505af41580156122e5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f1916820160405261230d9190810190614070565b50925092505061231b612bf0565b6001600160a01b0316826001600160a01b031614801561234857506005546001600160a01b038281169116145b1561239257600061236d61235a612c08565b60055489906001600160a01b0316612e2d565b905060001981146123865761238181612c20565b61238a565b6000195b9450506123ae565b6006546001600160a01b03828116911614156123ae5760001993505b50505092915050565b600080546040517f8dccde0400000000000000000000000000000000000000000000000000000000815273__$7a69f714cdde1cb6b62e3c39bc8c94deae$__91638dccde0491610ad0916001600160a01b0316908890889088906004016149e9565b6040517fd3d862d100000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063d3d862d1906117f69086908690600401614b31565b6040517fd469502800000000000000000000000000000000000000000000000000000000815260009073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063d4695028906124c1908590600401614d49565b60206040518083038186803b1580156124d957600080fd5b505af41580156124ed573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250610881919081019061401e565b60608060606000855190508060405190808252806020026020018201604052801561255657816020015b612543613691565b81526020019060019003908161253b5790505b50935080604051908082528060200260200182016040528015612583578160200160208202803883390190505b509250806040519080825280602002602001820160405280156125b0578160200160208202803883390190505b50915060005b818114612640576125ed8782815181106125cc57fe5b60200260200101518783815181106125e057fe5b6020026020010151612662565b87518890859081106125fb57fe5b6020026020010187858151811061260e57fe5b6020026020010187868151811061262157fe5b93151560209485029190910190930192909252919052526001016125b6565b50509250925092565b6060806126568484611a4d565b91506106a28484610757565b61266a613691565b600080546040517f9d3fa4b900000000000000000000000000000000000000000000000000000000815282916001600160a01b031690639d3fa4b9906126b4908890600401614e8e565b60606040518083038186803b1580156126cc57600080fd5b505afa1580156126e0573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506127049190810190614420565b85516000546040517fa12dcc6f00000000000000000000000000000000000000000000000000000000815292955090916001600160a01b039091169063a12dcc6f906127569089908990600401614ecc565b60206040518083038186803b15801561276e57600080fd5b505afa158015612782573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506127a69190810190613ffe565b915060006127b387612f37565b905060006127d4886101800151896101400151612f5390919063ffffffff16565b1561280957612802826127f88a60c001518b60800151612f7890919063ffffffff16565b8a60a00151612f94565b9050612876565b60c0880151612825576128028289608001518a60a00151612f94565b6000612836848a61018001516106ab565b9050600061284d848b608001518c60a00151612f94565b90506000612864838c60c001518d60a00151612f94565b905061287082826129ff565b93505050505b61289a61289487604001518a60a00151612fb690919063ffffffff16565b826129ff565b9450600460005460208a01516040517f9caa023b00000000000000000000000000000000000000000000000000000000815273__$7a69f714cdde1cb6b62e3c39bc8c94deae$__92639caa023b92612905926001600160a01b03909216918e91908c906004016149e9565b60206040518083038186803b15801561291d57600080fd5b505af4158015612931573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052506129559190810190614318565b600481111561296057fe5b1461296c57600061296e565b845b945061297e886101600151612fd5565b61298757600094505b60e0880151158015906129a557506129a3886101a00151612fd5565b155b156129af57600094505b6003865160068111156129be57fe5b146129c857600094505b5050509250925092565b6001546001600160a01b031681565b6002546001600160a01b031681565b6003546001600160a01b031681565b6000818310612a0e578161184a565b5090919050565b8351602094850120835193850193909320604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f815295860194909452928401929092526060830152608082015260a0902090565b600061184a82612a7b8561318a565b613205565b60008160040183511015612aa657612aa6612aa1600385518560040161323f565b6132ae565b5001602001516001600160e01b03191690565b60008160140183511015612ada57612ada612aa1600485518560140161323f565b5001601401516001600160a01b031690565b60405160009081906060906001600160a01b038616907f70a082310000000000000000000000000000000000000000000000000000000090612b32908790602401614871565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b0319909416939093179092529051612b859190614855565b600060405180830381855afa9150503d8060008114612bc0576040519150601f19603f3d011682016040523d82523d6000602084013e612bc5565b606091505b5091509150818015612bd8575080516020145b156107d2576106c88160005b600061184a83836132b6565b736b175474e89094c44da98b954eedeac495271d0f90565b7306af07097c9eeb7fd685c692751d5c66db49c21590565b600080612c2b612c08565b6001600160a01b0316634ba2363a6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612c6557600080fd5b505af1158015612c79573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612c9d91908101906142fc565b90506000816001600160a01b03166320aba08b6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612cdc57600080fd5b505af1158015612cf0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612d149190810190614629565b4211612d9257816001600160a01b031663c92aecc46040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612d5557600080fd5b505af1158015612d69573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612d8d9190810190614629565b612e05565b816001600160a01b0316639f678cca6040518163ffffffff1660e01b8152600401602060405180830381600087803b158015612dcd57600080fd5b505af1158015612de1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250612e059190810190614629565b9050610934816b033b2e3c9fd0803ce800000086612f94565b600061184a82612a7b856132e0565b60405160009081906060906001600160a01b038716907fdd62ed3e0000000000000000000000000000000000000000000000000000000090612e759088908890602401614885565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b0319909416939093179092529051612ec89190614855565b600060405180830381855afa9150503d8060008114612f03576040519150601f19603f3d011682016040523d82523d6000602084013e612f08565b606091505b5091509150818015612f1b575080516020145b15612f2e57612f2b816000612be4565b92505b50509392505050565b6000806000612f4584613399565b9150915061093482826129ff565b60008151835114801561184a5750508051602091820120825192909101919091201490565b60008282018381101561184a5761184a612aa16000868661359c565b600061093483612faa868563ffffffff6135bb16565b9063ffffffff6135ec16565b600082821115612fcf57612fcf612aa16002858561359c565b50900390565b60006020825181612fe257fe5b06600414612ff257506000610884565b6000613004838263ffffffff612a8016565b90506001600160e01b031981167f94cfcdd70000000000000000000000000000000000000000000000000000000014613041576001915050610884565b6040517fbbb2dcf600000000000000000000000000000000000000000000000000000000815260609073__$d8b635de2bf4a097b4e18b67d0fb68e779$__9063bbb2dcf690613094908790600401614d49565b60006040518083038186803b1580156130ac57600080fd5b505af41580156130c0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526130e8919081019061422c565b80519093509150600090505b81811461317e576000613124600085848151811061310e57fe5b6020026020010151612a8090919063ffffffff16565b90506001600160e01b031981167f02571792000000000000000000000000000000000000000000000000000000001415613175576131628483613616565b1561317557600095505050505050610884565b506001016130f4565b50600195945050505050565b608081810151825160208085015160408087015160609788015186519685019690962082517fec69816980a3a3ca4554410e60253953e9ff375ba4536a98adfa15cc7154150881529485019590955290830191909152948101949094526001600160a01b039091169183019190915260a082015260c0902090565b6040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b6060632800659560e01b84848460405160240161325e93929190614dbc565b60408051601f198184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff166001600160e01b03199093169290921790915290509392505050565b805160208201fd5b600081602001835110156132d7576132d7612aa1600585518560200161323f565b50016020015190565b6101408101516101608201516101808301516101a08401516000937ff80322eb8376aafb64eadf8f0d7623f22130fd9491a221e902b713cb984a75349390929091602087101561332c57fe5b601f1987018051610140890180516101608b0180516101808d0180516101a08f0180519d89528c5160209d8e012087528b519b8d019b909b2084528951998c01999099208152875197909a019690962088526101e085209390945290529190529252919091529050919050565b60008060048361014001515110156133b657506000905080611525565b6101408301516000906133cf908263ffffffff612a8016565b90506001600160e01b031981167fdc1600f300000000000000000000000000000000000000000000000000000000141561356c576101408401516040517f750bdb3000000000000000000000000000000000000000000000000000000000815260009173__$d8b635de2bf4a097b4e18b67d0fb68e779$__9163750bdb309161345a91600401614d49565b60006040518083038186803b15801561347257600080fd5b505af4158015613486573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526134ae9190810190614070565b506006549093506001600160a01b0380851691161415915061356a90505773__$ef9cb1cf4426222cc0af8204def2680bac$__63d12a7960866134ef613679565b6040518363ffffffff1660e01b815260040161350c929190614ea1565b60206040518083038186803b15801561352457600080fd5b505af4158015613538573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525061355c9190810190614629565b600019935093505050611525565b505b61357f8460000151856101400151610ba1565b6135928560000151866101400151611abb565b9250925050915091565b606063e946c1bb60e01b84848460405160240161325e93929190614d9a565b6000826135ca575060006106cd565b828202828482816135d757fe5b041461184a5761184a612aa16001868661359c565b60008161360257613602612aa16003858561359c565b600082848161360d57fe5b04949350505050565b8151600090600183015b818110156107d25761366185828151811061363757fe5b602002602001015186868151811061364b57fe5b6020026020010151612f5390919063ffffffff16565b15613671576001925050506106cd565b600101613620565b731e0447b19bb6ecfdae1e4ae1694b0c3659614e4e90565b6040805160608101909152806000815260006020820181905260409091015290565b80356106cd81614fa4565b80516106cd81614fa4565b600082601f8301126136d9578081fd5b81356136ec6136e782614f26565b614eff565b81815291506020808301908481018184028601820187101561370d57600080fd5b60005b8481101561148b57813561372381614fa4565b84529282019290820190600101613710565b600082601f830112613745578081fd5b81356137536136e782614f26565b8181529150602080830190840160005b838110156137905761377b8760208435890101613924565b83526020928301929190910190600101613763565b5050505092915050565b600082601f8301126137aa578081fd5b81516137b86136e782614f26565b8181529150602080830190840160005b83811015613790576137e08760208451890101613972565b835260209283019291909101906001016137c8565b600082601f830112613805578081fd5b81356138136136e782614f26565b8181529150602080830190840160005b838110156137905761383b87602084358901016139c7565b83526020928301929190910190600101613823565b600082601f830112613860578081fd5b813561386e6136e782614f26565b81815291506020808301908481018184028601820187101561388f57600080fd5b60005b8481101561148b57813584529282019290820190600101613892565b600082601f8301126138be578081fd5b81516138cc6136e782614f26565b8181529150602080830190848101818402860182018710156138ed57600080fd5b60005b8481101561148b578151845292820192908201906001016138f0565b80516001600160e01b0319811681146106cd57600080fd5b600082601f830112613934578081fd5b81356139426136e782614f46565b915080825283602082850101111561395957600080fd5b8060208401602084013760009082016020015292915050565b600082601f830112613982578081fd5b81516139906136e782614f46565b91508082528360208285010111156139a757600080fd5b611490816020840160208601614f6a565b8051600581106106cd57600080fd5b60006101c08083850312156139da578182fd5b6139e381614eff565b9150506139f083836136b3565b81526139ff83602084016136b3565b6020820152613a1183604084016136b3565b6040820152613a2383606084016136b3565b60608201526080820135608082015260a082013560a082015260c082013560c082015260e082013560e08201526101008083013581830152506101208083013581830152506101408083013567ffffffffffffffff80821115613a8557600080fd5b613a9186838701613924565b83850152610160925082850135915080821115613aad57600080fd5b613ab986838701613924565b83850152610180925082850135915080821115613ad557600080fd5b613ae186838701613924565b838501526101a0925082850135915080821115613afd57600080fd5b50613b0a85828601613924565b82840152505092915050565b60006101c0808385031215613b29578182fd5b613b3281614eff565b915050613b3f83836136be565b8152613b4e83602084016136be565b6020820152613b6083604084016136be565b6040820152613b7283606084016136be565b60608201526080820151608082015260a082015160a082015260c082015160c082015260e082015160e08201526101008083015181830152506101208083015181830152506101408083015167ffffffffffffffff80821115613bd457600080fd5b613be086838701613972565b83850152610160925082850151915080821115613bfc57600080fd5b613c0886838701613972565b83850152610180925082850151915080821115613c2457600080fd5b613c3086838701613972565b838501526101a0925082850151915080821115613c4c57600080fd5b50613b0a85828601613972565b600060208284031215613c6a578081fd5b813561184a81614fa4565b60008060408385031215613c87578081fd5b8235613c9281614fa4565b9150602083013567ffffffffffffffff811115613cad578182fd5b613cb985828601613735565b9150509250929050565b60008060008060808587031215613cd8578182fd5b8435613ce381614fa4565b9350602085013567ffffffffffffffff80821115613cff578384fd5b613d0b88838901613850565b94506040870135915080821115613d20578384fd5b613d2c88838901613850565b93506060870135915080821115613d41578283fd5b50613d4e87828801613924565b91505092959194509250565b60008060408385031215613d6c578182fd5b8235613d7781614fa4565b9150602083013567ffffffffffffffff811115613d92578182fd5b613cb985828601613924565b600080600060608486031215613db2578081fd5b8335613dbd81614fa4565b9250602084013567ffffffffffffffff811115613dd8578182fd5b613de486828701613924565b925050604084013590509250925092565b60008060408385031215613e07578182fd5b8235613e1281614fa4565b946020939093013593505050565b600060208284031215613e31578081fd5b813567ffffffffffffffff811115613e47578182fd5b610934848285016136c9565b60006020808385031215613e65578182fd5b825167ffffffffffffffff811115613e7b578283fd5b80840185601f820112613e8c578384fd5b80519150613e9c6136e783614f26565b8281528381019082850185850284018601891015613eb8578687fd5b8693505b84841015613ee257613ece89826139b8565b835260019390930192918501918501613ebc565b50979650505050505050565b600080600060608486031215613f02578081fd5b833567ffffffffffffffff80821115613f19578283fd5b613f25878388016137f5565b94506020860135915080821115613f3a578283fd5b613f46878388016136c9565b93506040860135915080821115613f5b578283fd5b50613f6886828701613850565b9150509250925092565b60008060408385031215613f84578182fd5b823567ffffffffffffffff80821115613f9b578384fd5b613fa7868387016137f5565b93506020850135915080821115613fbc578283fd5b50613cb985828601613735565b60008060408385031215613fdb578182fd5b823567ffffffffffffffff80821115613ff2578384fd5b613fa786838701613850565b60006020828403121561400f578081fd5b8151801515811461184a578182fd5b60006020828403121561402f578081fd5b61184a838361390c565b6000806040838503121561404b578182fd5b614055848461390c565b9150602083015161406581614fa4565b809150509250929050565b60008060008060808587031215614085578182fd5b845161409081614fb9565b60208601519094506140a181614fa4565b60408601519093506140b281614fa4565b606086015190925067ffffffffffffffff8111156140ce578182fd5b613d4e87828801613972565b600080600080600060a086880312156140f1578283fd5b6140fb878761390c565b9450602086015161410b81614fa4565b604087015190945067ffffffffffffffff80821115614128578485fd5b61413489838a016138ae565b94506060880151915080821115614149578283fd5b61415589838a016138ae565b9350608088015191508082111561416a578283fd5b5061417788828901613972565b9150509295509295909350565b60008060008060808587031215614199578182fd5b6141a3868661390c565b935060208501516141b381614fa4565b604086015190935067ffffffffffffffff8111156141cf578283fd5b6141db87828801613972565b606096909601519497939650505050565b600080600060608486031215614200578081fd5b61420a858561390c565b9250602084015161421a81614fa4565b80925050604084015190509250925092565b600080600060608486031215614240578081fd5b835161424b81614fb9565b602085015190935067ffffffffffffffff80821115614268578283fd5b614274878388016138ae565b93506040860151915080821115614289578283fd5b50613f688682870161379a565b6000602082840312156142a7578081fd5b813567ffffffffffffffff8111156142bd578182fd5b61093484828501613924565b6000602082840312156142da578081fd5b815167ffffffffffffffff8111156142f0578182fd5b61093484828501613972565b60006020828403121561430d578081fd5b815161184a81614fa4565b600060208284031215614329578081fd5b61184a83836139b8565b60008060008060808587031215614348578182fd5b845167ffffffffffffffff8082111561435f578384fd5b61436b88838901613972565b9550602091508187015181811115614381578485fd5b80880189601f820112614392578586fd5b805191506143a26136e783614f26565b82815284810190828601885b858110156143d7576143c58e898451880101613b16565b845292870192908701906001016143ae565b505060408b01519098509450505050808211156143f2578384fd5b6143fe888389016138ae565b93506060870151915080821115614413578283fd5b50613d4e8782880161379a565b600060608284031215614431578081fd5b61443b6060614eff565b825160078110614449578283fd5b8152602083810151908201526040928301519281019290925250919050565b60008060006060848603121561447c578081fd5b833567ffffffffffffffff811115614492578182fd5b61449e868287016139c7565b93505060208401356144af81614fa4565b929592945050506040919091013590565b600080604083850312156144d2578182fd5b823567ffffffffffffffff808211156144e9578384fd5b6144f5868387016139c7565b9350602085013591508082111561450a578283fd5b50613cb985828601613924565b60008060006060848603121561452b578081fd5b833567ffffffffffffffff811115614541578182fd5b61454d868287016139c7565b93505060208401359150604084013561456581614fa4565b809150509250925092565b600080600060608486031215614584578081fd5b833567ffffffffffffffff8082111561459b578283fd5b81860160a081890312156145ad578384fd5b6145b760a0614eff565b925080358352602081013560208401526040810135604084015260608101356145df81614fa4565b60608401526080810135828111156145f5578485fd5b61460189828401613924565b60808501525091945050506020840135915061462085604086016136b3565b90509250925092565b60006020828403121561463a578081fd5b5051919050565b6001600160a01b0316815260200190565b600061465e8383614731565b505060600190565b6001600160a01b03169052565b600081518084526020840180819550602083028101915060208501845b848110156146be5782840388526146a8848351614705565b6020988901989094509190910190600101614690565b50919695505050505050565b6000815180845260208401935060208301825b828110156146fb5781518652602095860195909101906001016146dd565b5093949350505050565b6000815180845261471d816020860160208601614f6a565b601f01601f19169290920160200192915050565b80516007811061473d57fe5b825260208181015190830152604090810151910152565b60006101c0614764848451614666565b60208301516147766020860182614666565b5060408301516147896040860182614666565b50606083015161479c6060860182614666565b506080830151608085015260a083015160a085015260c083015160c085015260e083015160e08501526101008084015181860152506101208084015181860152506101408084015182828701526147f583870182614705565b915050610160915081840151858203838701526148128282614705565b92505050610180808401518583038287015261482e8382614705565b9150506101a09150818401518582038387015261484b8282614705565b9695505050505050565b60008251614867818460208701614f6a565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b0392831681529116602082015260400190565b6000608082016001600160a01b038716835260206080818501528187516148c68185614bc6565b91508193508281028201838a01865b838110156148ff5786830385526148ed838351614754565b948601949250908501906001016148d5565b505086810360408801528094508851925061491a8382614bc6565b94505050818701845b8281101561494457614936858351614641565b945090830190600101614923565b50505050828103606084015261495a81856146ca565b979650505050505050565b60006001600160a01b03861682526080602083015261498760808301866146ca565b828103604084015261499981866146ca565b83810360608501526149ab8186614705565b98975050505050505050565b60006001600160a01b0385168252606060208301526149d96060830185614705565b9050826040830152949350505050565b60006001600160a01b03808716835260806020840152614a0c6080840187614754565b94166040830152506060015292915050565b6001600160a01b03929092168252602082015260400190565b602080825282518282018190526000918401906040840190835b81811015614a78578351614a6481614f9a565b835260209384019390920191600101614a51565b509095945050505050565b60006060820160608352808651614a9a8184614bc6565b915060209250828801845b82811015614ac657614ab8848351614652565b935090840190600101614aa5565b50505083810382850152614ada81876146ca565b84810360408601528551808252908301915082860190845b81811015614b10578251151584529284019291840191600101614af2565b509198975050505050505050565b60006020825261184a60208301846146ca565b600060408252614b4460408301856146ca565b602083820381850152818551808452828401915082838202850101838801865b83811015614b9257601f19878403018552614b80838351614705565b94860194925090850190600101614b64565b50909998505050505050505050565b600060408252614bb460408301856146ca565b828103602084015261190d81856146ca565b90815260200190565b6001600160e01b031991909116815260200190565b6001600160e01b03199290921682526001600160a01b0316602082015260400190565b60006001600160e01b0319861682526001600160a01b0380861660208401528085166040840152506080606083015261484b6080830184614705565b60006001600160e01b0319871682526001600160a01b038616602083015260a06040830152614c7560a08301866146ca565b8281036060840152614c8781866146ca565b8381036080850152614c998186614705565b9998505050505050505050565b60006001600160e01b0319861682526001600160a01b038516602083015260806040830152614cd86080830185614705565b905082606083015295945050505050565b6001600160e01b03199390931683526001600160a01b03919091166020830152604082015260600190565b60006001600160e01b03198516825260606020830152614d3760608301856146ca565b828103604084015261484b8185614673565b60006020825261184a6020830184614705565b600060808252614d6f6080830187614705565b6001600160a01b03958616602084015293909416604082015260ff9190911660609091015292915050565b6060810160048510614da857fe5b938152602081019290925260409091015290565b6060810160088510614da857fe5b60208101614dd783614f9a565b91905290565b600060808252614df06080830187614705565b602083820381850152818751808452828401915082838202850101838a01865b83811015614e3e57601f19878403018552614e2c838351614754565b94860194925090850190600101614e10565b50508681036040880152614e52818a6146ca565b945050505050828103606084015261495a8185614673565b60a08101614e788286614731565b8360608301528215156080830152949350505050565b60006020825261184a6020830184614754565b600060408252614eb46040830185614754565b90506001600160a01b03831660208301529392505050565b600060408252614edf6040830185614754565b828103602084015261190d8185614705565b918252602082015260400190565b60405181810167ffffffffffffffff81118282101715614f1e57600080fd5b604052919050565b600067ffffffffffffffff821115614f3c578081fd5b5060209081020190565b600067ffffffffffffffff821115614f5c578081fd5b50601f01601f191660200190565b60005b83811015614f85578181015183820152602001614f6d565b83811115614f94576000848401525b50505050565b6005811061075457fe5b6001600160a01b038116811461075457600080fd5b6001600160e01b03198116811461075457600080fdfea365627a7a72315820f05bfff91cf6f387ce89e4ca5ccc415a4c291e39b349e6d1c630a5574b2fee306c6578706572696d656e74616cf564736f6c63430005100040"
|
|
}
|
|
}
|
|
},
|
|
"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": {}
|
|
}
|