* feat: ERC20BridgeSampler Unlock Kyber collisions * Updated fallback strategy * Address comments * Eth2Dai hop sampler * Update packages/asset-swapper/src/utils/market_operation_utils/index.ts Co-authored-by: Lawrence Forman <lawrence@0xproject.com> * Set DFB expiry to 2hr Co-authored-by: Lawrence Forman <lawrence@0xproject.com>
443 lines
78 KiB
JSON
Generated
443 lines
78 KiB
JSON
Generated
{
|
|
"schemaVersion": "2.0.0",
|
|
"contractName": "ERC20BridgeSampler",
|
|
"compilerOutput": {
|
|
"abi": [
|
|
{
|
|
"inputs": [{ "internalType": "address", "name": "devUtilsAddress", "type": "address" }],
|
|
"payable": false,
|
|
"stateMutability": "nonpayable",
|
|
"type": "constructor"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [{ "internalType": "bytes[]", "name": "callDatas", "type": "bytes[]" }],
|
|
"name": "batchCall",
|
|
"outputs": [{ "internalType": "bytes[]", "name": "callResults", "type": "bytes[]" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "registryAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "takerToken", "type": "address" },
|
|
{ "internalType": "address", "name": "makerToken", "type": "address" }
|
|
],
|
|
"name": "getLiquidityProviderFromRegistry",
|
|
"outputs": [{ "internalType": "address", "name": "providerAddress", "type": "address" }],
|
|
"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": "orders",
|
|
"type": "tuple[]"
|
|
},
|
|
{ "internalType": "bytes[]", "name": "orderSignatures", "type": "bytes[]" }
|
|
],
|
|
"name": "getOrderFillableMakerAssetAmounts",
|
|
"outputs": [
|
|
{ "internalType": "uint256[]", "name": "orderFillableMakerAssetAmounts", "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": "orders",
|
|
"type": "tuple[]"
|
|
},
|
|
{ "internalType": "bytes[]", "name": "orderSignatures", "type": "bytes[]" }
|
|
],
|
|
"name": "getOrderFillableTakerAssetAmounts",
|
|
"outputs": [
|
|
{ "internalType": "uint256[]", "name": "orderFillableTakerAssetAmounts", "type": "uint256[]" }
|
|
],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "curveAddress", "type": "address" },
|
|
{ "internalType": "int128", "name": "fromTokenIdx", "type": "int128" },
|
|
{ "internalType": "int128", "name": "toTokenIdx", "type": "int128" },
|
|
{ "internalType": "uint256[]", "name": "makerTokenAmounts", "type": "uint256[]" }
|
|
],
|
|
"name": "sampleBuysFromCurve",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "takerTokenAmounts", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "takerToken", "type": "address" },
|
|
{ "internalType": "address", "name": "makerToken", "type": "address" },
|
|
{ "internalType": "uint256[]", "name": "makerTokenAmounts", "type": "uint256[]" }
|
|
],
|
|
"name": "sampleBuysFromEth2Dai",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "takerTokenAmounts", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "takerToken", "type": "address" },
|
|
{ "internalType": "address", "name": "makerToken", "type": "address" },
|
|
{ "internalType": "uint256[]", "name": "makerTokenAmounts", "type": "uint256[]" },
|
|
{
|
|
"components": [
|
|
{ "internalType": "uint256", "name": "targetSlippageBps", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "maxIterations", "type": "uint256" }
|
|
],
|
|
"internalType": "struct IERC20BridgeSampler.FakeBuyOptions",
|
|
"name": "opts",
|
|
"type": "tuple"
|
|
}
|
|
],
|
|
"name": "sampleBuysFromKyberNetwork",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "takerTokenAmounts", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "registryAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "takerToken", "type": "address" },
|
|
{ "internalType": "address", "name": "makerToken", "type": "address" },
|
|
{ "internalType": "uint256[]", "name": "makerTokenAmounts", "type": "uint256[]" },
|
|
{
|
|
"components": [
|
|
{ "internalType": "uint256", "name": "targetSlippageBps", "type": "uint256" },
|
|
{ "internalType": "uint256", "name": "maxIterations", "type": "uint256" }
|
|
],
|
|
"internalType": "struct IERC20BridgeSampler.FakeBuyOptions",
|
|
"name": "opts",
|
|
"type": "tuple"
|
|
}
|
|
],
|
|
"name": "sampleBuysFromLiquidityProviderRegistry",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "takerTokenAmounts", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "takerToken", "type": "address" },
|
|
{ "internalType": "address", "name": "makerToken", "type": "address" },
|
|
{ "internalType": "uint256[]", "name": "makerTokenAmounts", "type": "uint256[]" }
|
|
],
|
|
"name": "sampleBuysFromUniswap",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "takerTokenAmounts", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "curveAddress", "type": "address" },
|
|
{ "internalType": "int128", "name": "fromTokenIdx", "type": "int128" },
|
|
{ "internalType": "int128", "name": "toTokenIdx", "type": "int128" },
|
|
{ "internalType": "uint256[]", "name": "takerTokenAmounts", "type": "uint256[]" }
|
|
],
|
|
"name": "sampleSellsFromCurve",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "makerTokenAmounts", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "takerToken", "type": "address" },
|
|
{ "internalType": "address", "name": "makerToken", "type": "address" },
|
|
{ "internalType": "uint256[]", "name": "takerTokenAmounts", "type": "uint256[]" }
|
|
],
|
|
"name": "sampleSellsFromEth2Dai",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "makerTokenAmounts", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "takerToken", "type": "address" },
|
|
{ "internalType": "address", "name": "makerToken", "type": "address" },
|
|
{ "internalType": "address", "name": "intermediateToken", "type": "address" },
|
|
{ "internalType": "uint256[]", "name": "takerTokenAmounts", "type": "uint256[]" }
|
|
],
|
|
"name": "sampleSellsFromEth2DaiHop",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "makerTokenAmounts", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "takerToken", "type": "address" },
|
|
{ "internalType": "address", "name": "makerToken", "type": "address" },
|
|
{ "internalType": "uint256[]", "name": "takerTokenAmounts", "type": "uint256[]" }
|
|
],
|
|
"name": "sampleSellsFromKyberNetwork",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "makerTokenAmounts", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "registryAddress", "type": "address" },
|
|
{ "internalType": "address", "name": "takerToken", "type": "address" },
|
|
{ "internalType": "address", "name": "makerToken", "type": "address" },
|
|
{ "internalType": "uint256[]", "name": "takerTokenAmounts", "type": "uint256[]" }
|
|
],
|
|
"name": "sampleSellsFromLiquidityProviderRegistry",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "makerTokenAmounts", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
},
|
|
{
|
|
"constant": true,
|
|
"inputs": [
|
|
{ "internalType": "address", "name": "takerToken", "type": "address" },
|
|
{ "internalType": "address", "name": "makerToken", "type": "address" },
|
|
{ "internalType": "uint256[]", "name": "takerTokenAmounts", "type": "uint256[]" }
|
|
],
|
|
"name": "sampleSellsFromUniswap",
|
|
"outputs": [{ "internalType": "uint256[]", "name": "makerTokenAmounts", "type": "uint256[]" }],
|
|
"payable": false,
|
|
"stateMutability": "view",
|
|
"type": "function"
|
|
}
|
|
],
|
|
"devdoc": {
|
|
"methods": {
|
|
"batchCall(bytes[])": {
|
|
"details": "Call multiple public functions on this contract in a single transaction.",
|
|
"params": { "callDatas": "ABI-encoded call data for each function call." },
|
|
"return": "callResults ABI-encoded results data for each call."
|
|
},
|
|
"getLiquidityProviderFromRegistry(address,address,address)": {
|
|
"details": "Returns the address of a liquidity provider for the given market (takerToken, makerToken), from a registry of liquidity providers. Returns address(0) if no such provider exists in the registry.",
|
|
"params": {
|
|
"makerToken": "Maker asset managed by liquidity provider.",
|
|
"takerToken": "Taker asset managed by liquidity provider."
|
|
},
|
|
"return": "providerAddress Address of the liquidity provider."
|
|
},
|
|
"getOrderFillableMakerAssetAmounts((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes,bytes,bytes)[],bytes[])": {
|
|
"details": "Queries the fillable taker asset amounts of native orders. Effectively ignores orders that have empty signatures or",
|
|
"params": {
|
|
"orderSignatures": "Signatures for each respective order in `orders`.",
|
|
"orders": "Native orders to query."
|
|
},
|
|
"return": "orderFillableMakerAssetAmounts How much maker asset can be filled by each order in `orders`."
|
|
},
|
|
"getOrderFillableTakerAssetAmounts((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes,bytes,bytes)[],bytes[])": {
|
|
"details": "Queries the fillable taker asset amounts of native orders. Effectively ignores orders that have empty signatures or maker/taker asset amounts (returning 0).",
|
|
"params": {
|
|
"orderSignatures": "Signatures for each respective order in `orders`.",
|
|
"orders": "Native orders to query."
|
|
},
|
|
"return": "orderFillableTakerAssetAmounts How much taker asset can be filled by each order in `orders`."
|
|
},
|
|
"sampleBuysFromCurve(address,int128,int128,uint256[])": {
|
|
"details": "Sample buy quotes from Curve.",
|
|
"params": {
|
|
"curveAddress": "Address of the Curve contract.",
|
|
"fromTokenIdx": "Index of the taker token (what to sell).",
|
|
"makerTokenAmounts": "Maker token buy amount for each sample.",
|
|
"toTokenIdx": "Index of the maker token (what to buy)."
|
|
},
|
|
"return": "takerTokenAmounts Taker amounts sold at each maker token amount."
|
|
},
|
|
"sampleBuysFromEth2Dai(address,address,uint256[])": {
|
|
"details": "Sample buy quotes from Eth2Dai/Oasis.",
|
|
"params": {
|
|
"makerToken": "Address of the maker token (what to buy).",
|
|
"takerToken": "Address of the taker token (what to sell).",
|
|
"takerTokenAmounts": "Maker token sell amount for each sample."
|
|
},
|
|
"return": "takerTokenAmounts Taker amounts sold at each maker token amount."
|
|
},
|
|
"sampleBuysFromKyberNetwork(address,address,uint256[],(uint256,uint256))": {
|
|
"details": "Sample buy quotes from Kyber.",
|
|
"params": {
|
|
"makerToken": "Address of the maker token (what to buy).",
|
|
"makerTokenAmounts": "Maker token buy amount for each sample.",
|
|
"opts": "`FakeBuyOptions` specifying target slippage and max iterations.",
|
|
"takerToken": "Address of the taker token (what to sell)."
|
|
},
|
|
"return": "takerTokenAmounts Taker amounts sold at each maker token amount."
|
|
},
|
|
"sampleBuysFromLiquidityProviderRegistry(address,address,address,uint256[],(uint256,uint256))": {
|
|
"details": "Sample buy quotes from an arbitrary on-chain liquidity provider.",
|
|
"params": {
|
|
"makerToken": "Address of the maker token (what to buy).",
|
|
"makerTokenAmounts": "Maker token buy amount for each sample.",
|
|
"opts": "`FakeBuyOptions` specifying target slippage and max iterations.",
|
|
"registryAddress": "Address of the liquidity provider registry contract.",
|
|
"takerToken": "Address of the taker token (what to sell)."
|
|
},
|
|
"return": "takerTokenAmounts Taker amounts sold at each maker token amount."
|
|
},
|
|
"sampleBuysFromUniswap(address,address,uint256[])": {
|
|
"details": "Sample buy quotes from Uniswap.",
|
|
"params": {
|
|
"makerToken": "Address of the maker token (what to buy).",
|
|
"makerTokenAmounts": "Maker token sell amount for each sample.",
|
|
"takerToken": "Address of the taker token (what to sell)."
|
|
},
|
|
"return": "takerTokenAmounts Taker amounts sold at each maker token amount."
|
|
},
|
|
"sampleSellsFromCurve(address,int128,int128,uint256[])": {
|
|
"details": "Sample sell quotes from Curve.",
|
|
"params": {
|
|
"curveAddress": "Address of the Curve contract.",
|
|
"fromTokenIdx": "Index of the taker token (what to sell).",
|
|
"takerTokenAmounts": "Taker token sell amount for each sample.",
|
|
"toTokenIdx": "Index of the maker token (what to buy)."
|
|
},
|
|
"return": "makerTokenAmounts Maker amounts bought at each taker token amount."
|
|
},
|
|
"sampleSellsFromEth2Dai(address,address,uint256[])": {
|
|
"details": "Sample sell quotes from Eth2Dai/Oasis.",
|
|
"params": {
|
|
"makerToken": "Address of the maker token (what to buy).",
|
|
"takerToken": "Address of the taker token (what to sell).",
|
|
"takerTokenAmounts": "Taker token sell amount for each sample."
|
|
},
|
|
"return": "makerTokenAmounts Maker amounts bought at each taker token amount."
|
|
},
|
|
"sampleSellsFromEth2DaiHop(address,address,address,uint256[])": {
|
|
"details": "Sample sell quotes from Eth2Dai/Oasis using a hop to an intermediate token. I.e WBTC/DAI via ETH or WBTC/ETH via DAI",
|
|
"params": {
|
|
"intermediateToken": "Address of the token to hop to.",
|
|
"makerToken": "Address of the maker token (what to buy).",
|
|
"takerToken": "Address of the taker token (what to sell).",
|
|
"takerTokenAmounts": "Taker token sell amount for each sample."
|
|
},
|
|
"return": "makerTokenAmounts Maker amounts bought at each taker token amount."
|
|
},
|
|
"sampleSellsFromKyberNetwork(address,address,uint256[])": {
|
|
"details": "Sample sell quotes from Kyber.",
|
|
"params": {
|
|
"makerToken": "Address of the maker token (what to buy).",
|
|
"takerToken": "Address of the taker token (what to sell).",
|
|
"takerTokenAmounts": "Taker token sell amount for each sample."
|
|
},
|
|
"return": "makerTokenAmounts Maker amounts bought at each taker token amount."
|
|
},
|
|
"sampleSellsFromLiquidityProviderRegistry(address,address,address,uint256[])": {
|
|
"details": "Sample sell quotes from an arbitrary on-chain liquidity provider.",
|
|
"params": {
|
|
"makerToken": "Address of the maker token (what to buy).",
|
|
"registryAddress": "Address of the liquidity provider registry contract.",
|
|
"takerToken": "Address of the taker token (what to sell).",
|
|
"takerTokenAmounts": "Taker token sell amount for each sample."
|
|
},
|
|
"return": "makerTokenAmounts Maker amounts bought at each taker token amount."
|
|
},
|
|
"sampleSellsFromUniswap(address,address,uint256[])": {
|
|
"details": "Sample sell quotes from Uniswap.",
|
|
"params": {
|
|
"makerToken": "Address of the maker token (what to buy).",
|
|
"takerToken": "Address of the taker token (what to sell).",
|
|
"takerTokenAmounts": "Taker token sell amount for each sample."
|
|
},
|
|
"return": "makerTokenAmounts Maker amounts bought at each taker token amount."
|
|
}
|
|
}
|
|
},
|
|
"evm": {
|
|
"bytecode": {
|
|
"object": "0x60806040523480156200001157600080fd5b506040516200354b3803806200354b83398101604081905262000034916200005a565b600080546001600160a01b0319166001600160a01b03929092169190911790556200008a565b6000602082840312156200006c578081fd5b81516001600160a01b038116811462000083578182fd5b9392505050565b6134b1806200009a6000396000f3fe608060405234801561001057600080fd5b50600436106100f55760003560e01c806364ee6ade1161009757806398cdafba1161006657806398cdafba146101ee5780639f76ad3514610201578063c7f7142e14610214578063d0eea06d14610234576100f5565b806364ee6ade1461019557806368be3cf2146101a85780636dd6b78d146101c85780638b123a02146101db576100f5565b80634cb8e253116100d35780634cb8e2531461014957806358306ba01461015c57806359f515d01461016f57806360ee052a14610182576100f5565b80631796fb87146100fa578063354152a3146101235780634703a7e614610136575b600080fd5b61010d610108366004612cd2565b610247565b60405161011a91906131b7565b60405180910390f35b61010d610131366004612cd2565b610418565b61010d610144366004612c00565b6105d2565b61010d610157366004612c00565b6107ae565b61010d61016a366004612b08565b610991565b61010d61017d366004612d7c565b610a28565b61010d610190366004612c00565b610ad1565b61010d6101a3366004612c00565b610d91565b6101bb6101b6366004612d10565b610f57565b60405161011a9190613139565b61010d6101d6366004612c00565b611096565b61010d6101e9366004612d7c565b61133e565b61010d6101fc366004612b7b565b611617565b61010d61020f366004612b08565b611653565b610227610222366004612abe565b611857565b60405161011a9190613010565b61010d610242366004612c60565b611992565b606060008251905080604051908082528060200260200182016040528015610279578160200160208202803883390190505b50915060005b8181101561040e57600060608873ffffffffffffffffffffffffffffffffffffffff16620927c0600073ffffffffffffffffffffffffffffffffffffffff16630e71d1b9905060e01b8a8a8a88815181106102d657fe5b60200260200101516040516024016102f0939291906131fa565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009094169390931790925290516103799190612ff4565b6000604051808303818686fa925050503d80600081146103b5576040519150601f19603f3d011682016040523d82523d6000602084013e6103ba565b606091505b509092509050600082156103e357818060200190516103dc9190810190612f2d565b90506103eb565b50505061040e565b808685815181106103f857fe5b602090810291909101015250505060010161027f565b5050949350505050565b60606000825190508060405190808252806020026020018201604052801561044a578160200160208202803883390190505b50915060005b8181101561040e57600060608873ffffffffffffffffffffffffffffffffffffffff16620927c0600073ffffffffffffffffffffffffffffffffffffffff166307211ef7905060e01b8a8a8a88815181106104a757fe5b60200260200101516040516024016104c1939291906131fa565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff0000000000000000000000000000000000000000000000000000000090941693909317909252905161054a9190612ff4565b6000604051808303818686fa925050503d8060008114610586576040519150601f19603f3d011682016040523d82523d6000602084013e61058b565b606091505b509092509050600082156103e357818060200190516105ad9190810190612f2d565b9050808685815181106105bc57fe5b6020908102919091010152505050600101610450565b60606105de83856119c3565b8151604080518281526020808402820101909152818015610609578160200160208202803883390190505b50915060005b818110156107a55760006060610623611a36565b73ffffffffffffffffffffffffffffffffffffffff16620f4240600073ffffffffffffffffffffffffffffffffffffffff1663ff1fd974905060e01b8a8a8a888151811061066d57fe5b6020026020010151604051602401610687939291906130d2565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009094169390931790925290516107109190612ff4565b6000604051808303818686fa925050503d806000811461074c576040519150601f19603f3d011682016040523d82523d6000602084013e610751565b606091505b5090925090506000821561077a57818060200190516107739190810190612f2d565b9050610782565b5050506107a5565b8086858151811061078f57fe5b602090810291909101015250505060010161060f565b50509392505050565b60606107ba83856119c3565b81516040805182815260208084028201019091528180156107e5578160200160208202803883390190505b50915060006107f2611a4e565b9050600080805b84811015610985578373ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff16148061086657508373ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff16145b1561089357610889898989848151811061087c57fe5b6020026020010151611a66565b9093509150610965565b6108a4898589848151811061087c57fe5b909350915082156109655760006108bc858a86611a66565b909450905073ffffffffffffffffffffffffffffffffffffffff83167331e085afd48a1d6e51cc193153d625e8f0514c7f1480610922575073ffffffffffffffffffffffffffffffffffffffff8316731e158c0e93c30d24e918ef83d1e0be23595c3c0f145b801561095957508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b1561096357600093505b505b8286828151811061097257fe5b60209081029190910101526001016107f9565b50505050509392505050565b60608273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614806109f857508273ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16145b15610a0257610a20565b6060610a0f868585610d91565b9050610a1c848683610d91565b9150505b949350505050565b6060610a34838361133e565b905060005b8351811015610aca57818181518110610a4e57fe5b6020026020010151600014610ac257610aa9828281518110610a6c57fe5b6020026020010151858381518110610a8057fe5b602002602001015160a00151868481518110610a9857fe5b602002602001015160800151611dda565b828281518110610ab557fe5b6020026020010181815250505b600101610a39565b5092915050565b6060610add83856119c3565b8151604080518281526020808402820101909152818015610b08578160200160208202803883390190505b5091506000610b15611a4e565b73ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff1614610b5557610b5086611e1c565b610b58565b60005b90506000610b64611a4e565b73ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff1614610ba457610b9f86611e1c565b610ba7565b60005b905060005b83811015610d86576001610bbe611a4e565b73ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff161415610c55578651610c349085907f2640f62c00000000000000000000000000000000000000000000000000000000908a9086908110610c2757fe5b6020026020010151611eb4565b878481518110610c4057fe5b60200260200101819350828152505050610d72565b610c5d611a4e565b73ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff161415610cc6578651610c349084907f59e9486200000000000000000000000000000000000000000000000000000000908a9086908110610c2757fe5b8651600090610cff9085907f59e9486200000000000000000000000000000000000000000000000000000000908b9087908110610c2757fe5b925090508015610d5557610d34857f2640f62c0000000000000000000000000000000000000000000000000000000083611eb4565b888581518110610d4057fe5b60200260200101819450828152505050610d70565b6000878481518110610d6357fe5b6020026020010181815250505b505b80610d7d5750610d86565b50600101610bac565b505050509392505050565b6060610d9d83856119c3565b8151604080518281526020808402820101909152818015610dc8578160200160208202803883390190505b50915060005b818110156107a55760006060610de2611a36565b73ffffffffffffffffffffffffffffffffffffffff16620f4240600073ffffffffffffffffffffffffffffffffffffffff1663144a2752905060e01b898b8a8881518110610e2c57fe5b6020026020010151604051602401610e46939291906130d2565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909416939093179092529051610ecf9190612ff4565b6000604051808303818686fa925050503d8060008114610f0b576040519150601f19603f3d011682016040523d82523d6000602084013e610f10565b606091505b5090925090506000821561077a5781806020019051610f329190810190612f2d565b905080868581518110610f4157fe5b6020908102919091010152505050600101610dce565b604080518281526020808402820101909152606090828015610f8d57816020015b6060815260200190600190039081610f785790505b50905060005b808314610aca576000606030868685818110610fab57fe5b6020028201905080357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe136849003018112610fe557600080fd5b9091016020810191503567ffffffffffffffff81111561100457600080fd5b3681900382131561101457600080fd5b604051611022929190612fe4565b600060405180830381855afa9150503d806000811461105d576040519150601f19603f3d011682016040523d82523d6000602084013e611062565b606091505b50915091508161107457805160208201fd5b8084848151811061108157fe5b60209081029190910101525050600101610f93565b60606110a283856119c3565b81516040805182815260208084028201019091528180156110cd578160200160208202803883390190505b50915060006110da611a4e565b73ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff161461111a5761111586611e1c565b61111d565b60005b90506000611129611a4e565b73ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff16146111695761116486611e1c565b61116c565b60005b905060005b83811015610d86576001611183611a4e565b73ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff16141561120d5786516111ec9085907f95b68fe700000000000000000000000000000000000000000000000000000000908a9086908110610c2757fe5b8784815181106111f857fe5b6020026020010181935082815250505061132a565b611215611a4e565b73ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff16141561127e5786516111ec9084907fcd7724c300000000000000000000000000000000000000000000000000000000908a9086908110610c2757fe5b86516000906112b79086907f95b68fe700000000000000000000000000000000000000000000000000000000908b9087908110610c2757fe5b92509050801561130d576112ec847fcd7724c30000000000000000000000000000000000000000000000000000000083611eb4565b8885815181106112f857fe5b60200260200101819450828152505050611328565b600087848151811061131b57fe5b6020026020010181815250505b505b806113355750610d86565b50600101611171565b6060825160405190808252806020026020018201604052801561136b578160200160208202803883390190505b506000805491925073ffffffffffffffffffffffffffffffffffffffff909116905b8451811461160f578381815181106113a157fe5b602002602001015151600014806113cf57508481815181106113bf57fe5b6020026020010151608001516000145b806113f157508481815181106113e157fe5b602002602001015160a001516000145b1561141557600083828151811061140457fe5b602002602001018181525050611607565b600060608373ffffffffffffffffffffffffffffffffffffffff166207a1208573ffffffffffffffffffffffffffffffffffffffff1663e77286eb905060e01b89868151811061146157fe5b602002602001015189878151811061147557fe5b602002602001015160405160240161148e929190613275565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009094169390931790925290516115179190612ff4565b6000604051808303818686fa925050503d8060008114611553576040519150601f19603f3d011682016040523d82523d6000602084013e611558565b606091505b50915091508161158357600085848151811061157057fe5b6020026020010181815250505050611607565b61158b61275c565b600080838060200190516115a29190810190612ec0565b919450925090506003835160068111156115b857fe5b1415806115c3575080155b156115e75760008887815181106115d657fe5b602002602001018181525050611601565b818887815181106115f457fe5b6020026020010181815250505b50505050505b60010161138d565b505092915050565b6060611647858585857f9f76ad35000000000000000000000000000000000000000000000000000000008b611ffc565b90505b95945050505050565b606060008251905080604051908082528060200260200182016040528015611685578160200160208202803883390190505b5091506000611695878787611857565b905073ffffffffffffffffffffffffffffffffffffffff81166116ba5750610a209050565b60005b8281101561184c57600060608373ffffffffffffffffffffffffffffffffffffffff1662030d40600073ffffffffffffffffffffffffffffffffffffffff1663343fbcdd905060e01b8b8b8b888151811061171457fe5b602002602001015160405160240161172e939291906130d2565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009094169390931790925290516117b79190612ff4565b6000604051808303818686fa925050503d80600081146117f3576040519150601f19603f3d011682016040523d82523d6000602084013e6117f8565b606091505b50909250905060008215611821578180602001905161181a9190810190612f2d565b9050611829565b50505061184c565b8087858151811061183657fe5b60209081029190910101525050506001016116bd565b505050949350505050565b6040516000906060907f153f599700000000000000000000000000000000000000000000000000000000906118929086908690602401613031565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050509050600060608673ffffffffffffffffffffffffffffffffffffffff168360405161191a9190612ff4565b600060405180830381855afa9150503d8060008114611955576040519150601f19603f3d011682016040523d82523d6000602084013e61195a565b606091505b509150915081801561196d575080516020145b156119875761197d81600c6121c3565b935050505061198b565b5050505b9392505050565b606061164a858585857f4cb8e253000000000000000000000000000000000000000000000000000000006000611ffc565b8073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611a32576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a2990613218565b60405180910390fd5b5050565b73794e6e91555438afc3ccf1c5076a74f42133d08d90565b73c02aaa39b223fe8d0a0e5c4f27ead9083c756cc290565b6000806000611a73611a4e565b73ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff1614611aab5785611ac1565b73eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee5b90506000611acd611a4e565b73ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff1614611b055785611b1b565b73eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee5b90506000611b2888612208565b60ff1690506000611b3888612208565b60ff16905060006060611b49612213565b60408051600481526024810182526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f4f61ff8b00000000000000000000000000000000000000000000000000000000179052905173ffffffffffffffffffffffffffffffffffffffff929092169162030d4091611bc991612ff4565b6000604051808303818686fa925050503d8060008114611c05576040519150601f19603f3d011682016040523d82523d6000602084013e611c0a565b606091505b509150915081611c27575060009650869550611dd2945050505050565b600081806020019051611c3d9190810190612a75565b90508073ffffffffffffffffffffffffffffffffffffffff166216e360600073ffffffffffffffffffffffffffffffffffffffff16630c235d96905060e01b89898e6000604051602401611c949493929190613103565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909416939093179092529051611d1d9190612ff4565b6000604051808303818686fa925050503d8060008114611d59576040519150601f19603f3d011682016040523d82523d6000602084013e611d5e565b606091505b5090935091506000808415611d8a5783806020019051611d819190810190612a91565b92509050611da0565b5060009950899850611dd2975050505050505050565b670de0b6b3a764000087600a0a87600a0a8e85020281611dbc57fe5b0481611dc457fe5b049a50985050505050505050505b935093915050565b6000610a2083611e10611df482600163ffffffff61222b16565b611e04888763ffffffff61224a16565b9063ffffffff61227b16565b9063ffffffff61229716565b6000611e266122c1565b73ffffffffffffffffffffffffffffffffffffffff166306f2bf62836040518263ffffffff1660e01b8152600401611e5e9190613010565b60206040518083038186803b158015611e7657600080fd5b505afa158015611e8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250611eae9190810190612a75565b92915050565b60008073ffffffffffffffffffffffffffffffffffffffff8516611ed757611dd2565b60608573ffffffffffffffffffffffffffffffffffffffff16620249f08686604051602401611f0691906133c9565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909416939093179092529051611f8f9190612ff4565b6000604051808303818686fa925050503d8060008114611fcb576040519150601f19603f3d011682016040523d82523d6000602084013e611fd0565b606091505b5090925090508115611ff35780806020019051611ff09190810190612f2d565b92505b50935093915050565b606061200886886119c3565b8451612013576121b9565b60008060008751604051908082528060200260200182016040528015612043578160200160208202803883390190505b509350612067898b8a60008151811061205857fe5b602002602001015189896122d9565b92508261207757506121b9915050565b6120848a8a8589896122d9565b91508161209457506121b9915050565b60005b88518110156121b45760005b8860200151811015612176576120cd8a83815181106120be57fe5b60200260200101518587611dda565b94506120e489600001516127100161271087611dda565b945060006120f58d8d888c8c6122d9565b9050806121025750612176565b8094508a838151811061211157fe5b6020026020010151851061216d5760008b848151811061212d57fe5b60200260200101518c858151811061214157fe5b60200260200101518703612710028161215657fe5b0490508a60000151811161216b575050612176565b505b506001016120a3565b5061219589828151811061218657fe5b60200260200101518486611dda565b8582815181106121a157fe5b6020908102919091010152600101612097565b505050505b9695505050505050565b600081601401835110156121e9576121e96121e4600485518560140161258e565b612633565b50016014015173ffffffffffffffffffffffffffffffffffffffff1690565b6000611eae8261263b565b73818e6fecd516ecc3849daf6845e3ec868087b75590565b600082821115612244576122446121e46002858561270c565b50900390565b60008261225957506000611eae565b8282028284828161226657fe5b041461198b5761198b6121e46001868661270c565b60008282018381101561198b5761198b6121e46000868661270c565b6000816122ad576122ad6121e46003858561270c565b60008284816122b857fe5b04949350505050565b73c0a47dfe034b400b47bdad5fecda2621de6c4d9590565b604080516001808252818301909252600091606091829160208083019080388339019050509050858160008151811061230e57fe5b60209081029190910101527fffffffff0000000000000000000000000000000000000000000000000000000085167f4cb8e25300000000000000000000000000000000000000000000000000000000141561241e576040517f4cb8e253000000000000000000000000000000000000000000000000000000009061239a908a908a908590602401613099565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009093169290921790915291506124d7565b6040517f9f76ad3500000000000000000000000000000000000000000000000000000000906124579086908b908b908690602401613058565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009093169290921790915291505b600060603073ffffffffffffffffffffffffffffffffffffffff16846040516125009190612ff4565b600060405180830381855afa9150503d806000811461253b576040519150601f19603f3d011682016040523d82523d6000602084013e612540565b606091505b50915091508161255757600094505050505061164a565b8080602001905161256b9190810190612e2d565b60008151811061257757fe5b602002602001015194505050505095945050505050565b6060632800659560e01b8484846040516024016125ad939291906131ec565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009093169290921790915290509392505050565b805160208201fd5b600060129050600060608373ffffffffffffffffffffffffffffffffffffffff166040518060400160405280600481526020017f313ce5670000000000000000000000000000000000000000000000000000000081525060405161269f9190612ff4565b600060405180830381855afa9150503d80600081146126da576040519150601f19603f3d011682016040523d82523d6000602084013e6126df565b606091505b50915091508180156126f2575080516020145b156127055761270281600061272b565b92505b5050919050565b606063e946c1bb60e01b8484846040516024016125ad939291906131ca565b600061198b838360008160200183511015612753576127536121e4600585518560200161258e565b50016020015190565b6040805160608101909152806000815260006020820181905260409091015290565b8035611eae81613449565b600082601f830112612799578081fd5b81356127ac6127a7826133f9565b6133d2565b8181529150602080830190840160005b838110156127e9576127d4876020843589010161285c565b835260209283019291909101906001016127bc565b5050505092915050565b600082601f830112612803578081fd5b81356128116127a7826133f9565b81815291506020808301908481018184028601820187101561283257600080fd5b60005b8481101561285157813584529282019290820190600101612835565b505050505092915050565b600082601f83011261286c578081fd5b813567ffffffffffffffff811115612882578182fd5b6128b360207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116016133d2565b91508082528360208285010111156128ca57600080fd5b8060208401602084013760009082016020015292915050565b8035600f81900b8114611eae57600080fd5b600060408284031215612906578081fd5b61291060406133d2565b9050813581526020820135602082015292915050565b60006101c0808385031215612939578182fd5b612942816133d2565b91505061294f838361277e565b815261295e836020840161277e565b6020820152612970836040840161277e565b6040820152612982836060840161277e565b60608201526080820135608082015260a082013560a082015260c082013560c082015260e082013560e08201526101008083013581830152506101208083013581830152506101408083013567ffffffffffffffff808211156129e457600080fd5b6129f08683870161285c565b83850152610160925082850135915080821115612a0c57600080fd5b612a188683870161285c565b83850152610180925082850135915080821115612a3457600080fd5b612a408683870161285c565b838501526101a0925082850135915080821115612a5c57600080fd5b50612a698582860161285c565b82840152505092915050565b600060208284031215612a86578081fd5b815161198b81613449565b60008060408385031215612aa3578081fd5b8251612aae81613449565b6020939093015192949293505050565b600080600060608486031215612ad2578081fd5b8335612add81613449565b92506020840135612aed81613449565b91506040840135612afd81613449565b809150509250925092565b60008060008060808587031215612b1d578182fd5b8435612b2881613449565b93506020850135612b3881613449565b92506040850135612b4881613449565b9150606085013567ffffffffffffffff811115612b63578182fd5b612b6f878288016127f3565b91505092959194509250565b600080600080600060c08688031215612b92578283fd5b8535612b9d81613449565b94506020860135612bad81613449565b93506040860135612bbd81613449565b9250606086013567ffffffffffffffff811115612bd8578182fd5b612be4888289016127f3565b925050612bf487608088016128f5565b90509295509295909350565b600080600060608486031215612c14578081fd5b8335612c1f81613449565b92506020840135612c2f81613449565b9150604084013567ffffffffffffffff811115612c4a578182fd5b612c56868287016127f3565b9150509250925092565b60008060008060a08587031215612c75578182fd5b8435612c8081613449565b93506020850135612c9081613449565b9250604085013567ffffffffffffffff811115612cab578283fd5b612cb7878288016127f3565b925050612cc786606087016128f5565b905092959194509250565b60008060008060808587031215612ce7578182fd5b8435612cf281613449565b9350612d0186602087016128e3565b9250612b4886604087016128e3565b60008060208385031215612d22578182fd5b823567ffffffffffffffff80821115612d39578384fd5b81850186601f820112612d4a578485fd5b8035925081831115612d5a578485fd5b8660208085028301011115612d6d578485fd5b60200196919550909350505050565b60008060408385031215612d8e578182fd5b823567ffffffffffffffff80821115612da5578384fd5b81850186601f820112612db6578485fd5b80359250612dc66127a7846133f9565b83815260208082019190838101885b87811015612dfe57612dec8c848435890101612926565b85529382019390820190600101612dd5565b50919750880135945050505080821115612e16578283fd5b50612e2385828601612789565b9150509250929050565b60006020808385031215612e3f578182fd5b825167ffffffffffffffff811115612e55578283fd5b80840185601f820112612e66578384fd5b80519150612e766127a7836133f9565b8281528381019082850185850284018601891015612e92578687fd5b8693505b84841015612eb4578051835260019390930192918501918501612e96565b50979650505050505050565b600080600083850360a0811215612ed5578182fd5b6060811215612ee2578182fd5b50612eed60606133d2565b845160078110612efb578283fd5b815260208581015190820152604080860151908201526060850151608086015191945092508015158114612afd578182fd5b600060208284031215612f3e578081fd5b5051919050565b73ffffffffffffffffffffffffffffffffffffffff169052565b6000815180845260208401935060208301825b82811015612f90578151865260209586019590910190600101612f72565b5093949350505050565b60008151808452612fb2816020860160208601613419565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b6000828483379101908152919050565b60008251613006818460208701613419565b9190910192915050565b73ffffffffffffffffffffffffffffffffffffffff91909116815260200190565b73ffffffffffffffffffffffffffffffffffffffff92831681529116602082015260400190565b600073ffffffffffffffffffffffffffffffffffffffff80871683528086166020840152808516604084015250608060608301526116476080830184612f5f565b600073ffffffffffffffffffffffffffffffffffffffff80861683528085166020840152506060604083015261164a6060830184612f5f565b73ffffffffffffffffffffffffffffffffffffffff9384168152919092166020820152604081019190915260600190565b73ffffffffffffffffffffffffffffffffffffffff94851681529290931660208301526040820152901515606082015260800190565b6000602080830181845280855180835260408601915060408482028701019250838701855b828110156131aa577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc0888603018452613198858351612f9a565b9450928501929085019060010161315e565b5092979650505050505050565b60006020825261198b6020830184612f5f565b60608101600485106131d857fe5b938152602081019290925260409091015290565b60608101600885106131d857fe5b600f93840b81529190920b6020820152604081019190915260600190565b60208082526025908201527f455243323042726964676553616d706c65722f494e56414c49445f544f4b454e60408201527f5f50414952000000000000000000000000000000000000000000000000000000606082015260800190565b600060408252613289604083018551612f45565b602084015161329b6060840182612f45565b5060408401516132ae6080840182612f45565b5060608401516132c160a0840182612f45565b50608084015160c083015260a084015160e083015260c0840151610100818185015260e086015191506101208281860152818701519250610140915082828601528087015192505061016082818601528187015192506101c091506101808281870152613332610200870185612f9a565b8289015194507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc092506101a08388830301818901526133718287612f9a565b838b015196508489820301868a015261338a8188612f9a565b955050808a0151955050505080858303016101e0860152506133ac8183612f9a565b84810360208601526133be8187612f9a565b979650505050505050565b90815260200190565b60405181810167ffffffffffffffff811182821017156133f157600080fd5b604052919050565b600067ffffffffffffffff82111561340f578081fd5b5060209081020190565b60005b8381101561343457818101518382015260200161341c565b83811115613443576000848401525b50505050565b73ffffffffffffffffffffffffffffffffffffffff8116811461346b57600080fd5b5056fea365627a7a723158206f9972d0cf7f4b4b7132e8d5a13de33f086fb9351001e39da804551d1e534d7b6c6578706572696d656e74616cf564736f6c63430005110040"
|
|
},
|
|
"deployedBytecode": {
|
|
"object": "0x608060405234801561001057600080fd5b50600436106100f55760003560e01c806364ee6ade1161009757806398cdafba1161006657806398cdafba146101ee5780639f76ad3514610201578063c7f7142e14610214578063d0eea06d14610234576100f5565b806364ee6ade1461019557806368be3cf2146101a85780636dd6b78d146101c85780638b123a02146101db576100f5565b80634cb8e253116100d35780634cb8e2531461014957806358306ba01461015c57806359f515d01461016f57806360ee052a14610182576100f5565b80631796fb87146100fa578063354152a3146101235780634703a7e614610136575b600080fd5b61010d610108366004612cd2565b610247565b60405161011a91906131b7565b60405180910390f35b61010d610131366004612cd2565b610418565b61010d610144366004612c00565b6105d2565b61010d610157366004612c00565b6107ae565b61010d61016a366004612b08565b610991565b61010d61017d366004612d7c565b610a28565b61010d610190366004612c00565b610ad1565b61010d6101a3366004612c00565b610d91565b6101bb6101b6366004612d10565b610f57565b60405161011a9190613139565b61010d6101d6366004612c00565b611096565b61010d6101e9366004612d7c565b61133e565b61010d6101fc366004612b7b565b611617565b61010d61020f366004612b08565b611653565b610227610222366004612abe565b611857565b60405161011a9190613010565b61010d610242366004612c60565b611992565b606060008251905080604051908082528060200260200182016040528015610279578160200160208202803883390190505b50915060005b8181101561040e57600060608873ffffffffffffffffffffffffffffffffffffffff16620927c0600073ffffffffffffffffffffffffffffffffffffffff16630e71d1b9905060e01b8a8a8a88815181106102d657fe5b60200260200101516040516024016102f0939291906131fa565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009094169390931790925290516103799190612ff4565b6000604051808303818686fa925050503d80600081146103b5576040519150601f19603f3d011682016040523d82523d6000602084013e6103ba565b606091505b509092509050600082156103e357818060200190516103dc9190810190612f2d565b90506103eb565b50505061040e565b808685815181106103f857fe5b602090810291909101015250505060010161027f565b5050949350505050565b60606000825190508060405190808252806020026020018201604052801561044a578160200160208202803883390190505b50915060005b8181101561040e57600060608873ffffffffffffffffffffffffffffffffffffffff16620927c0600073ffffffffffffffffffffffffffffffffffffffff166307211ef7905060e01b8a8a8a88815181106104a757fe5b60200260200101516040516024016104c1939291906131fa565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff0000000000000000000000000000000000000000000000000000000090941693909317909252905161054a9190612ff4565b6000604051808303818686fa925050503d8060008114610586576040519150601f19603f3d011682016040523d82523d6000602084013e61058b565b606091505b509092509050600082156103e357818060200190516105ad9190810190612f2d565b9050808685815181106105bc57fe5b6020908102919091010152505050600101610450565b60606105de83856119c3565b8151604080518281526020808402820101909152818015610609578160200160208202803883390190505b50915060005b818110156107a55760006060610623611a36565b73ffffffffffffffffffffffffffffffffffffffff16620f4240600073ffffffffffffffffffffffffffffffffffffffff1663ff1fd974905060e01b8a8a8a888151811061066d57fe5b6020026020010151604051602401610687939291906130d2565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009094169390931790925290516107109190612ff4565b6000604051808303818686fa925050503d806000811461074c576040519150601f19603f3d011682016040523d82523d6000602084013e610751565b606091505b5090925090506000821561077a57818060200190516107739190810190612f2d565b9050610782565b5050506107a5565b8086858151811061078f57fe5b602090810291909101015250505060010161060f565b50509392505050565b60606107ba83856119c3565b81516040805182815260208084028201019091528180156107e5578160200160208202803883390190505b50915060006107f2611a4e565b9050600080805b84811015610985578373ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff16148061086657508373ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff16145b1561089357610889898989848151811061087c57fe5b6020026020010151611a66565b9093509150610965565b6108a4898589848151811061087c57fe5b909350915082156109655760006108bc858a86611a66565b909450905073ffffffffffffffffffffffffffffffffffffffff83167331e085afd48a1d6e51cc193153d625e8f0514c7f1480610922575073ffffffffffffffffffffffffffffffffffffffff8316731e158c0e93c30d24e918ef83d1e0be23595c3c0f145b801561095957508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b1561096357600093505b505b8286828151811061097257fe5b60209081029190910101526001016107f9565b50505050509392505050565b60608273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff1614806109f857508273ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16145b15610a0257610a20565b6060610a0f868585610d91565b9050610a1c848683610d91565b9150505b949350505050565b6060610a34838361133e565b905060005b8351811015610aca57818181518110610a4e57fe5b6020026020010151600014610ac257610aa9828281518110610a6c57fe5b6020026020010151858381518110610a8057fe5b602002602001015160a00151868481518110610a9857fe5b602002602001015160800151611dda565b828281518110610ab557fe5b6020026020010181815250505b600101610a39565b5092915050565b6060610add83856119c3565b8151604080518281526020808402820101909152818015610b08578160200160208202803883390190505b5091506000610b15611a4e565b73ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff1614610b5557610b5086611e1c565b610b58565b60005b90506000610b64611a4e565b73ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff1614610ba457610b9f86611e1c565b610ba7565b60005b905060005b83811015610d86576001610bbe611a4e565b73ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff161415610c55578651610c349085907f2640f62c00000000000000000000000000000000000000000000000000000000908a9086908110610c2757fe5b6020026020010151611eb4565b878481518110610c4057fe5b60200260200101819350828152505050610d72565b610c5d611a4e565b73ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff161415610cc6578651610c349084907f59e9486200000000000000000000000000000000000000000000000000000000908a9086908110610c2757fe5b8651600090610cff9085907f59e9486200000000000000000000000000000000000000000000000000000000908b9087908110610c2757fe5b925090508015610d5557610d34857f2640f62c0000000000000000000000000000000000000000000000000000000083611eb4565b888581518110610d4057fe5b60200260200101819450828152505050610d70565b6000878481518110610d6357fe5b6020026020010181815250505b505b80610d7d5750610d86565b50600101610bac565b505050509392505050565b6060610d9d83856119c3565b8151604080518281526020808402820101909152818015610dc8578160200160208202803883390190505b50915060005b818110156107a55760006060610de2611a36565b73ffffffffffffffffffffffffffffffffffffffff16620f4240600073ffffffffffffffffffffffffffffffffffffffff1663144a2752905060e01b898b8a8881518110610e2c57fe5b6020026020010151604051602401610e46939291906130d2565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909416939093179092529051610ecf9190612ff4565b6000604051808303818686fa925050503d8060008114610f0b576040519150601f19603f3d011682016040523d82523d6000602084013e610f10565b606091505b5090925090506000821561077a5781806020019051610f329190810190612f2d565b905080868581518110610f4157fe5b6020908102919091010152505050600101610dce565b604080518281526020808402820101909152606090828015610f8d57816020015b6060815260200190600190039081610f785790505b50905060005b808314610aca576000606030868685818110610fab57fe5b6020028201905080357fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe136849003018112610fe557600080fd5b9091016020810191503567ffffffffffffffff81111561100457600080fd5b3681900382131561101457600080fd5b604051611022929190612fe4565b600060405180830381855afa9150503d806000811461105d576040519150601f19603f3d011682016040523d82523d6000602084013e611062565b606091505b50915091508161107457805160208201fd5b8084848151811061108157fe5b60209081029190910101525050600101610f93565b60606110a283856119c3565b81516040805182815260208084028201019091528180156110cd578160200160208202803883390190505b50915060006110da611a4e565b73ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff161461111a5761111586611e1c565b61111d565b60005b90506000611129611a4e565b73ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff16146111695761116486611e1c565b61116c565b60005b905060005b83811015610d86576001611183611a4e565b73ffffffffffffffffffffffffffffffffffffffff168873ffffffffffffffffffffffffffffffffffffffff16141561120d5786516111ec9085907f95b68fe700000000000000000000000000000000000000000000000000000000908a9086908110610c2757fe5b8784815181106111f857fe5b6020026020010181935082815250505061132a565b611215611a4e565b73ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff16141561127e5786516111ec9084907fcd7724c300000000000000000000000000000000000000000000000000000000908a9086908110610c2757fe5b86516000906112b79086907f95b68fe700000000000000000000000000000000000000000000000000000000908b9087908110610c2757fe5b92509050801561130d576112ec847fcd7724c30000000000000000000000000000000000000000000000000000000083611eb4565b8885815181106112f857fe5b60200260200101819450828152505050611328565b600087848151811061131b57fe5b6020026020010181815250505b505b806113355750610d86565b50600101611171565b6060825160405190808252806020026020018201604052801561136b578160200160208202803883390190505b506000805491925073ffffffffffffffffffffffffffffffffffffffff909116905b8451811461160f578381815181106113a157fe5b602002602001015151600014806113cf57508481815181106113bf57fe5b6020026020010151608001516000145b806113f157508481815181106113e157fe5b602002602001015160a001516000145b1561141557600083828151811061140457fe5b602002602001018181525050611607565b600060608373ffffffffffffffffffffffffffffffffffffffff166207a1208573ffffffffffffffffffffffffffffffffffffffff1663e77286eb905060e01b89868151811061146157fe5b602002602001015189878151811061147557fe5b602002602001015160405160240161148e929190613275565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009094169390931790925290516115179190612ff4565b6000604051808303818686fa925050503d8060008114611553576040519150601f19603f3d011682016040523d82523d6000602084013e611558565b606091505b50915091508161158357600085848151811061157057fe5b6020026020010181815250505050611607565b61158b61275c565b600080838060200190516115a29190810190612ec0565b919450925090506003835160068111156115b857fe5b1415806115c3575080155b156115e75760008887815181106115d657fe5b602002602001018181525050611601565b818887815181106115f457fe5b6020026020010181815250505b50505050505b60010161138d565b505092915050565b6060611647858585857f9f76ad35000000000000000000000000000000000000000000000000000000008b611ffc565b90505b95945050505050565b606060008251905080604051908082528060200260200182016040528015611685578160200160208202803883390190505b5091506000611695878787611857565b905073ffffffffffffffffffffffffffffffffffffffff81166116ba5750610a209050565b60005b8281101561184c57600060608373ffffffffffffffffffffffffffffffffffffffff1662030d40600073ffffffffffffffffffffffffffffffffffffffff1663343fbcdd905060e01b8b8b8b888151811061171457fe5b602002602001015160405160240161172e939291906130d2565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009094169390931790925290516117b79190612ff4565b6000604051808303818686fa925050503d80600081146117f3576040519150601f19603f3d011682016040523d82523d6000602084013e6117f8565b606091505b50909250905060008215611821578180602001905161181a9190810190612f2d565b9050611829565b50505061184c565b8087858151811061183657fe5b60209081029190910101525050506001016116bd565b505050949350505050565b6040516000906060907f153f599700000000000000000000000000000000000000000000000000000000906118929086908690602401613031565b604051602081830303815290604052907bffffffffffffffffffffffffffffffffffffffffffffffffffffffff19166020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff83818316178352505050509050600060608673ffffffffffffffffffffffffffffffffffffffff168360405161191a9190612ff4565b600060405180830381855afa9150503d8060008114611955576040519150601f19603f3d011682016040523d82523d6000602084013e61195a565b606091505b509150915081801561196d575080516020145b156119875761197d81600c6121c3565b935050505061198b565b5050505b9392505050565b606061164a858585857f4cb8e253000000000000000000000000000000000000000000000000000000006000611ffc565b8073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611a32576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a2990613218565b60405180910390fd5b5050565b73794e6e91555438afc3ccf1c5076a74f42133d08d90565b73c02aaa39b223fe8d0a0e5c4f27ead9083c756cc290565b6000806000611a73611a4e565b73ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff1614611aab5785611ac1565b73eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee5b90506000611acd611a4e565b73ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff1614611b055785611b1b565b73eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee5b90506000611b2888612208565b60ff1690506000611b3888612208565b60ff16905060006060611b49612213565b60408051600481526024810182526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167f4f61ff8b00000000000000000000000000000000000000000000000000000000179052905173ffffffffffffffffffffffffffffffffffffffff929092169162030d4091611bc991612ff4565b6000604051808303818686fa925050503d8060008114611c05576040519150601f19603f3d011682016040523d82523d6000602084013e611c0a565b606091505b509150915081611c27575060009650869550611dd2945050505050565b600081806020019051611c3d9190810190612a75565b90508073ffffffffffffffffffffffffffffffffffffffff166216e360600073ffffffffffffffffffffffffffffffffffffffff16630c235d96905060e01b89898e6000604051602401611c949493929190613103565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909416939093179092529051611d1d9190612ff4565b6000604051808303818686fa925050503d8060008114611d59576040519150601f19603f3d011682016040523d82523d6000602084013e611d5e565b606091505b5090935091506000808415611d8a5783806020019051611d819190810190612a91565b92509050611da0565b5060009950899850611dd2975050505050505050565b670de0b6b3a764000087600a0a87600a0a8e85020281611dbc57fe5b0481611dc457fe5b049a50985050505050505050505b935093915050565b6000610a2083611e10611df482600163ffffffff61222b16565b611e04888763ffffffff61224a16565b9063ffffffff61227b16565b9063ffffffff61229716565b6000611e266122c1565b73ffffffffffffffffffffffffffffffffffffffff166306f2bf62836040518263ffffffff1660e01b8152600401611e5e9190613010565b60206040518083038186803b158015611e7657600080fd5b505afa158015611e8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250611eae9190810190612a75565b92915050565b60008073ffffffffffffffffffffffffffffffffffffffff8516611ed757611dd2565b60608573ffffffffffffffffffffffffffffffffffffffff16620249f08686604051602401611f0691906133c9565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff00000000000000000000000000000000000000000000000000000000909416939093179092529051611f8f9190612ff4565b6000604051808303818686fa925050503d8060008114611fcb576040519150601f19603f3d011682016040523d82523d6000602084013e611fd0565b606091505b5090925090508115611ff35780806020019051611ff09190810190612f2d565b92505b50935093915050565b606061200886886119c3565b8451612013576121b9565b60008060008751604051908082528060200260200182016040528015612043578160200160208202803883390190505b509350612067898b8a60008151811061205857fe5b602002602001015189896122d9565b92508261207757506121b9915050565b6120848a8a8589896122d9565b91508161209457506121b9915050565b60005b88518110156121b45760005b8860200151811015612176576120cd8a83815181106120be57fe5b60200260200101518587611dda565b94506120e489600001516127100161271087611dda565b945060006120f58d8d888c8c6122d9565b9050806121025750612176565b8094508a838151811061211157fe5b6020026020010151851061216d5760008b848151811061212d57fe5b60200260200101518c858151811061214157fe5b60200260200101518703612710028161215657fe5b0490508a60000151811161216b575050612176565b505b506001016120a3565b5061219589828151811061218657fe5b60200260200101518486611dda565b8582815181106121a157fe5b6020908102919091010152600101612097565b505050505b9695505050505050565b600081601401835110156121e9576121e96121e4600485518560140161258e565b612633565b50016014015173ffffffffffffffffffffffffffffffffffffffff1690565b6000611eae8261263b565b73818e6fecd516ecc3849daf6845e3ec868087b75590565b600082821115612244576122446121e46002858561270c565b50900390565b60008261225957506000611eae565b8282028284828161226657fe5b041461198b5761198b6121e46001868661270c565b60008282018381101561198b5761198b6121e46000868661270c565b6000816122ad576122ad6121e46003858561270c565b60008284816122b857fe5b04949350505050565b73c0a47dfe034b400b47bdad5fecda2621de6c4d9590565b604080516001808252818301909252600091606091829160208083019080388339019050509050858160008151811061230e57fe5b60209081029190910101527fffffffff0000000000000000000000000000000000000000000000000000000085167f4cb8e25300000000000000000000000000000000000000000000000000000000141561241e576040517f4cb8e253000000000000000000000000000000000000000000000000000000009061239a908a908a908590602401613099565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009093169290921790915291506124d7565b6040517f9f76ad3500000000000000000000000000000000000000000000000000000000906124579086908b908b908690602401613058565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009093169290921790915291505b600060603073ffffffffffffffffffffffffffffffffffffffff16846040516125009190612ff4565b600060405180830381855afa9150503d806000811461253b576040519150601f19603f3d011682016040523d82523d6000602084013e612540565b606091505b50915091508161255757600094505050505061164a565b8080602001905161256b9190810190612e2d565b60008151811061257757fe5b602002602001015194505050505095945050505050565b6060632800659560e01b8484846040516024016125ad939291906131ec565b604080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe08184030181529190526020810180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fffffffff000000000000000000000000000000000000000000000000000000009093169290921790915290509392505050565b805160208201fd5b600060129050600060608373ffffffffffffffffffffffffffffffffffffffff166040518060400160405280600481526020017f313ce5670000000000000000000000000000000000000000000000000000000081525060405161269f9190612ff4565b600060405180830381855afa9150503d80600081146126da576040519150601f19603f3d011682016040523d82523d6000602084013e6126df565b606091505b50915091508180156126f2575080516020145b156127055761270281600061272b565b92505b5050919050565b606063e946c1bb60e01b8484846040516024016125ad939291906131ca565b600061198b838360008160200183511015612753576127536121e4600585518560200161258e565b50016020015190565b6040805160608101909152806000815260006020820181905260409091015290565b8035611eae81613449565b600082601f830112612799578081fd5b81356127ac6127a7826133f9565b6133d2565b8181529150602080830190840160005b838110156127e9576127d4876020843589010161285c565b835260209283019291909101906001016127bc565b5050505092915050565b600082601f830112612803578081fd5b81356128116127a7826133f9565b81815291506020808301908481018184028601820187101561283257600080fd5b60005b8481101561285157813584529282019290820190600101612835565b505050505092915050565b600082601f83011261286c578081fd5b813567ffffffffffffffff811115612882578182fd5b6128b360207fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0601f840116016133d2565b91508082528360208285010111156128ca57600080fd5b8060208401602084013760009082016020015292915050565b8035600f81900b8114611eae57600080fd5b600060408284031215612906578081fd5b61291060406133d2565b9050813581526020820135602082015292915050565b60006101c0808385031215612939578182fd5b612942816133d2565b91505061294f838361277e565b815261295e836020840161277e565b6020820152612970836040840161277e565b6040820152612982836060840161277e565b60608201526080820135608082015260a082013560a082015260c082013560c082015260e082013560e08201526101008083013581830152506101208083013581830152506101408083013567ffffffffffffffff808211156129e457600080fd5b6129f08683870161285c565b83850152610160925082850135915080821115612a0c57600080fd5b612a188683870161285c565b83850152610180925082850135915080821115612a3457600080fd5b612a408683870161285c565b838501526101a0925082850135915080821115612a5c57600080fd5b50612a698582860161285c565b82840152505092915050565b600060208284031215612a86578081fd5b815161198b81613449565b60008060408385031215612aa3578081fd5b8251612aae81613449565b6020939093015192949293505050565b600080600060608486031215612ad2578081fd5b8335612add81613449565b92506020840135612aed81613449565b91506040840135612afd81613449565b809150509250925092565b60008060008060808587031215612b1d578182fd5b8435612b2881613449565b93506020850135612b3881613449565b92506040850135612b4881613449565b9150606085013567ffffffffffffffff811115612b63578182fd5b612b6f878288016127f3565b91505092959194509250565b600080600080600060c08688031215612b92578283fd5b8535612b9d81613449565b94506020860135612bad81613449565b93506040860135612bbd81613449565b9250606086013567ffffffffffffffff811115612bd8578182fd5b612be4888289016127f3565b925050612bf487608088016128f5565b90509295509295909350565b600080600060608486031215612c14578081fd5b8335612c1f81613449565b92506020840135612c2f81613449565b9150604084013567ffffffffffffffff811115612c4a578182fd5b612c56868287016127f3565b9150509250925092565b60008060008060a08587031215612c75578182fd5b8435612c8081613449565b93506020850135612c9081613449565b9250604085013567ffffffffffffffff811115612cab578283fd5b612cb7878288016127f3565b925050612cc786606087016128f5565b905092959194509250565b60008060008060808587031215612ce7578182fd5b8435612cf281613449565b9350612d0186602087016128e3565b9250612b4886604087016128e3565b60008060208385031215612d22578182fd5b823567ffffffffffffffff80821115612d39578384fd5b81850186601f820112612d4a578485fd5b8035925081831115612d5a578485fd5b8660208085028301011115612d6d578485fd5b60200196919550909350505050565b60008060408385031215612d8e578182fd5b823567ffffffffffffffff80821115612da5578384fd5b81850186601f820112612db6578485fd5b80359250612dc66127a7846133f9565b83815260208082019190838101885b87811015612dfe57612dec8c848435890101612926565b85529382019390820190600101612dd5565b50919750880135945050505080821115612e16578283fd5b50612e2385828601612789565b9150509250929050565b60006020808385031215612e3f578182fd5b825167ffffffffffffffff811115612e55578283fd5b80840185601f820112612e66578384fd5b80519150612e766127a7836133f9565b8281528381019082850185850284018601891015612e92578687fd5b8693505b84841015612eb4578051835260019390930192918501918501612e96565b50979650505050505050565b600080600083850360a0811215612ed5578182fd5b6060811215612ee2578182fd5b50612eed60606133d2565b845160078110612efb578283fd5b815260208581015190820152604080860151908201526060850151608086015191945092508015158114612afd578182fd5b600060208284031215612f3e578081fd5b5051919050565b73ffffffffffffffffffffffffffffffffffffffff169052565b6000815180845260208401935060208301825b82811015612f90578151865260209586019590910190600101612f72565b5093949350505050565b60008151808452612fb2816020860160208601613419565b601f017fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe0169290920160200192915050565b6000828483379101908152919050565b60008251613006818460208701613419565b9190910192915050565b73ffffffffffffffffffffffffffffffffffffffff91909116815260200190565b73ffffffffffffffffffffffffffffffffffffffff92831681529116602082015260400190565b600073ffffffffffffffffffffffffffffffffffffffff80871683528086166020840152808516604084015250608060608301526116476080830184612f5f565b600073ffffffffffffffffffffffffffffffffffffffff80861683528085166020840152506060604083015261164a6060830184612f5f565b73ffffffffffffffffffffffffffffffffffffffff9384168152919092166020820152604081019190915260600190565b73ffffffffffffffffffffffffffffffffffffffff94851681529290931660208301526040820152901515606082015260800190565b6000602080830181845280855180835260408601915060408482028701019250838701855b828110156131aa577fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc0888603018452613198858351612f9a565b9450928501929085019060010161315e565b5092979650505050505050565b60006020825261198b6020830184612f5f565b60608101600485106131d857fe5b938152602081019290925260409091015290565b60608101600885106131d857fe5b600f93840b81529190920b6020820152604081019190915260600190565b60208082526025908201527f455243323042726964676553616d706c65722f494e56414c49445f544f4b454e60408201527f5f50414952000000000000000000000000000000000000000000000000000000606082015260800190565b600060408252613289604083018551612f45565b602084015161329b6060840182612f45565b5060408401516132ae6080840182612f45565b5060608401516132c160a0840182612f45565b50608084015160c083015260a084015160e083015260c0840151610100818185015260e086015191506101208281860152818701519250610140915082828601528087015192505061016082818601528187015192506101c091506101808281870152613332610200870185612f9a565b8289015194507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffc092506101a08388830301818901526133718287612f9a565b838b015196508489820301868a015261338a8188612f9a565b955050808a0151955050505080858303016101e0860152506133ac8183612f9a565b84810360208601526133be8187612f9a565b979650505050505050565b90815260200190565b60405181810167ffffffffffffffff811182821017156133f157600080fd5b604052919050565b600067ffffffffffffffff82111561340f578081fd5b5060209081020190565b60005b8381101561343457818101518382015260200161341c565b83811115613443576000848401525b50505050565b73ffffffffffffffffffffffffffffffffffffffff8116811461346b57600080fd5b5056fea365627a7a723158206f9972d0cf7f4b4b7132e8d5a13de33f086fb9351001e39da804551d1e534d7b6c6578706572696d656e74616cf564736f6c63430005110040"
|
|
}
|
|
}
|
|
},
|
|
"compiler": {
|
|
"name": "solc",
|
|
"version": "0.5.17+commit.d19bba13",
|
|
"settings": {
|
|
"optimizer": {
|
|
"enabled": true,
|
|
"runs": 1000000,
|
|
"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": {}
|
|
}
|