Overview ERC20
PRICE
n/a

ON-CHAIN MARKET CAP n/a

Total Supply:
0.26 vAMM-BASIN/BSWAP

Holders:
2
Profile Summary
Blockchain:
Base (8453)


Decimals:
18
Contract Source Code Verified (Partial Match)
Contract Name:
Pair

Compiler Version
v0.8.13+commit.abaa5c0e

Optimization Enabled:
Yes with 200 runs

Created At:
Wed, 23 Aug 2023 06:51:55 GMT
Pair.sol
Pair.sol
Pair.sol


Contract ABI
[
  {
    "inputs": [],
    "stateMutability": "nonpayable",
    "type": "constructor"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "owner",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "spender",
        "type": "address"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "Approval",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "sender",
        "type": "address"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount0",
        "type": "uint256"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount1",
        "type": "uint256"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "to",
        "type": "address"
      }
    ],
    "name": "Burn",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "externalBribe",
        "type": "address"
      }
    ],
    "name": "ExternalBribeSet",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "token",
        "type": "address"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount",
        "type": "uint256"
      },
      {
        "indexed": false,
        "internalType": "address",
        "name": "externalBribe",
        "type": "address"
      }
    ],
    "name": "GaugeFees",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "internalType": "bool",
        "name": "value",
        "type": "bool"
      }
    ],
    "name": "HasGaugeSet",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "sender",
        "type": "address"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount0",
        "type": "uint256"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount1",
        "type": "uint256"
      }
    ],
    "name": "Mint",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "sender",
        "type": "address"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount0In",
        "type": "uint256"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount1In",
        "type": "uint256"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount0Out",
        "type": "uint256"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount1Out",
        "type": "uint256"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "to",
        "type": "address"
      }
    ],
    "name": "Swap",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "reserve0",
        "type": "uint256"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "reserve1",
        "type": "uint256"
      }
    ],
    "name": "Sync",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "token",
        "type": "address"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount",
        "type": "uint256"
      },
      {
        "indexed": false,
        "internalType": "address",
        "name": "tank",
        "type": "address"
      }
    ],
    "name": "TankFees",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "from",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "to",
        "type": "address"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "Transfer",
    "type": "event"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "name": "allowance",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "spender",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "approve",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "name": "balanceOf",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "blockTimestampLast",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      }
    ],
    "name": "burn",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "amount0",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "amount1",
        "type": "uint256"
      }
    ],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "tokenIn",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "amountIn",
        "type": "uint256"
      }
    ],
    "name": "current",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "amountOut",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "currentCumulativePrices",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "reserve0Cumulative",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "reserve1Cumulative",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "blockTimestamp",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "decimals",
    "outputs": [
      {
        "internalType": "uint8",
        "name": "",
        "type": "uint8"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "externalBribe",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "amountIn",
        "type": "uint256"
      },
      {
        "internalType": "address",
        "name": "tokenIn",
        "type": "address"
      }
    ],
    "name": "getAmountOut",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "getReserves",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "_reserve0",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "_reserve1",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "_blockTimestampLast",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "hasGauge",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "lastObservation",
    "outputs": [
      {
        "components": [
          {
            "internalType": "uint256",
            "name": "timestamp",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "reserve0Cumulative",
            "type": "uint256"
          },
          {
            "internalType": "uint256",
            "name": "reserve1Cumulative",
            "type": "uint256"
          }
        ],
        "internalType": "struct Pair.Observation",
        "name": "",
        "type": "tuple"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "metadata",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "dec0",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "dec1",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "r0",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "r1",
        "type": "uint256"
      },
      {
        "internalType": "bool",
        "name": "st",
        "type": "bool"
      },
      {
        "internalType": "address",
        "name": "t0",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "t1",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      }
    ],
    "name": "mint",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "liquidity",
        "type": "uint256"
      }
    ],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "name",
    "outputs": [
      {
        "internalType": "string",
        "name": "",
        "type": "string"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "name": "nonces",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "observationLength",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "name": "observations",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "timestamp",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "reserve0Cumulative",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "reserve1Cumulative",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "owner",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "spender",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "value",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "deadline",
        "type": "uint256"
      },
      {
        "internalType": "uint8",
        "name": "v",
        "type": "uint8"
      },
      {
        "internalType": "bytes32",
        "name": "r",
        "type": "bytes32"
      },
      {
        "internalType": "bytes32",
        "name": "s",
        "type": "bytes32"
      }
    ],
    "name": "permit",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "tokenIn",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "amountIn",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "points",
        "type": "uint256"
      }
    ],
    "name": "prices",
    "outputs": [
      {
        "internalType": "uint256[]",
        "name": "",
        "type": "uint256[]"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "tokenIn",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "amountIn",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "granularity",
        "type": "uint256"
      }
    ],
    "name": "quote",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "amountOut",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "reserve0",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "reserve0CumulativeLast",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "reserve1",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "reserve1CumulativeLast",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "tokenIn",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "amountIn",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "points",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "window",
        "type": "uint256"
      }
    ],
    "name": "sample",
    "outputs": [
      {
        "internalType": "uint256[]",
        "name": "",
        "type": "uint256[]"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "_externalBribe",
        "type": "address"
      }
    ],
    "name": "setExternalBribe",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "bool",
        "name": "value",
        "type": "bool"
      }
    ],
    "name": "setHasGauge",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      }
    ],
    "name": "skim",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "stable",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "amount0Out",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "amount1Out",
        "type": "uint256"
      },
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      },
      {
        "internalType": "bytes",
        "name": "data",
        "type": "bytes"
      }
    ],
    "name": "swap",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "symbol",
    "outputs": [
      {
        "internalType": "string",
        "name": "",
        "type": "string"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "sync",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "tank",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "token0",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "token1",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "tokens",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "totalSupply",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "dst",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "transfer",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "src",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "dst",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "transferFrom",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "voter",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  }
]


Contract Creation Code
61014060405260006002556001600f553480156200001c57600080fd5b503360e0819052604080516311b25aab60e21b815290516346c96aac916004808201926020929091908290030181865afa1580156200005f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620000859190620007cf565b600860006101000a8154816001600160a01b0302191690836001600160a01b031602179055506000806000336001600160a01b031663eb13c4cf6040518163ffffffff1660e01b8152600401606060405180830381865afa158015620000ef573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001159190620007f4565b801580156080526001600160a01b0380841660c052841660a05292955090935091506200035a57826001600160a01b03166395d89b416040518163ffffffff1660e01b8152600401600060405180830381865afa1580156200017b573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052620001a591908101906200088f565b826001600160a01b03166395d89b416040518163ffffffff1660e01b8152600401600060405180830381865afa158015620001e4573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200020e91908101906200088f565b6040516020016200022192919062000947565b60405160208183030381529060405260009080519060200190620002479291906200070c565b50826001600160a01b03166395d89b416040518163ffffffff1660e01b8152600401600060405180830381865afa15801562000287573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052620002b191908101906200088f565b826001600160a01b03166395d89b416040518163ffffffff1660e01b8152600401600060405180830381865afa158015620002f0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200031a91908101906200088f565b6040516020016200032d929190620009a2565b60405160208183030381529060405260019080519060200190620003539291906200070c565b5062000573565b826001600160a01b03166395d89b416040518163ffffffff1660e01b8152600401600060405180830381865afa15801562000399573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052620003c391908101906200088f565b826001600160a01b03166395d89b416040518163ffffffff1660e01b8152600401600060405180830381865afa15801562000402573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200042c91908101906200088f565b6040516020016200043f929190620009f3565b60405160208183030381529060405260009080519060200190620004659291906200070c565b50826001600160a01b03166395d89b416040518163ffffffff1660e01b8152600401600060405180830381865afa158015620004a5573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052620004cf91908101906200088f565b826001600160a01b03166395d89b416040518163ffffffff1660e01b8152600401600060405180830381865afa1580156200050e573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526200053891908101906200088f565b6040516020016200054b92919062000a50565b60405160208183030381529060405260019080519060200190620005719291906200070c565b505b826001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa158015620005b2573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620005d8919062000a72565b620005e590600a62000bac565b6101008181525050816001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156200062c573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000652919062000a72565b6200065f90600a62000bac565b6101205250506040805160608101825242815260006020820181815292820181815260098054600181018255925291517f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af60039092029182015591517f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7b0830155517f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7b1909101555062000bf9565b8280546200071a9062000bbd565b90600052602060002090601f0160209004810192826200073e576000855562000789565b82601f106200075957805160ff191683800117855562000789565b8280016001018555821562000789579182015b82811115620007895782518255916020019190600101906200076c565b50620007979291506200079b565b5090565b5b808211156200079757600081556001016200079c565b80516001600160a01b0381168114620007ca57600080fd5b919050565b600060208284031215620007e257600080fd5b620007ed82620007b2565b9392505050565b6000806000606084860312156200080a57600080fd5b6200081584620007b2565b92506200082560208501620007b2565b9150604084015180151581146200083b57600080fd5b809150509250925092565b634e487b7160e01b600052604160045260246000fd5b60005b83811015620008795781810151838201526020016200085f565b8381111562000889576000848401525b50505050565b600060208284031215620008a257600080fd5b81516001600160401b0380821115620008ba57600080fd5b818401915084601f830112620008cf57600080fd5b815181811115620008e457620008e462000846565b604051601f8201601f19908116603f011681019083821181831017156200090f576200090f62000846565b816040528281528760208487010111156200092957600080fd5b6200093c8360208301602088016200085c565b979650505050505050565b6e029ba30b13632ab189020a6a690169608d1b8152600083516200097381600f8501602088016200085c565b602f60f81b600f918401918201528351620009968160108401602088016200085c565b01601001949350505050565b6473414d4d2d60d81b815260008351620009c48160058501602088016200085c565b602f60f81b6005918401918201528351620009e78160068401602088016200085c565b01600601949350505050565b7002b37b630ba34b632ab189020a6a690169607d1b81526000835162000a218160118501602088016200085c565b602f60f81b601191840191820152835162000a448160128401602088016200085c565b01601201949350505050565b6476414d4d2d60d81b815260008351620009c48160058501602088016200085c565b60006020828403121562000a8557600080fd5b815160ff81168114620007ed57600080fd5b634e487b7160e01b600052601160045260246000fd5b600181815b8085111562000aee57816000190482111562000ad25762000ad262000a97565b8085161562000ae057918102915b93841c939080029062000ab2565b509250929050565b60008262000b075750600162000ba6565b8162000b165750600062000ba6565b816001811462000b2f576002811462000b3a5762000b5a565b600191505062000ba6565b60ff84111562000b4e5762000b4e62000a97565b50506001821b62000ba6565b5060208310610133831016604e8410600b841016171562000b7f575081810a62000ba6565b62000b8b838362000aad565b806000190482111562000ba25762000ba262000a97565b0290505b92915050565b6000620007ed60ff84168362000af6565b600181811c9082168062000bd257607f821691505b60208210810362000bf357634e487b7160e01b600052602260045260246000fd5b50919050565b60805160a05160c05160e051610100516101205161369862000d5a600039600081816104050152818161257701528181612861015281816129230152612a2e0152600081816103e20152818161253601528181612822015281816129650152612a0801526000818161074901528181610b9801528181610c6901528181611c2c01526120fb01526000818161048f0152818161060e015281816106ad0152818161088401528181610b2c01528181610c3b0152818161121e015281816115b20152818161179d01528181611cff01526122580152600081816102e301528181610467015281816105e90152818161086301528181610b0b01528181610b6a015281816111ed0152818161151c0152818161177b01528181611cdd015281816121d0015281816128a3015281816128ea015281816129cf0152612a72015260008181610374015281816104370152818161250e01526127ee01526136986000f3fe608060405234801561001057600080fd5b506004361061025e5760003560e01c806370a0823111610146578063b7f01bfc116100c3578063d21220a711610087578063d21220a7146106a8578063d505accf146106cf578063dd62ed3e146106e2578063ebeb31db1461070d578063f140a35a14610715578063fff6cae91461072857600080fd5b8063b7f01bfc14610672578063bc25cf771461067a578063bf944dbc1461068d578063c245febc14610696578063c5700a021461069f57600080fd5b806395d89b411161010a57806395d89b41146105d35780639d63848a146105db5780639e8cc04b14610639578063a9059cbb1461064c578063b22d8fe01461065f57600080fd5b806370a082311461052d5780637ecebe001461054d57806389afcb441461056d5780638a7b8cf21461059557806391f36d65146105bf57600080fd5b806323b872dd116101df57806345a1de79116101a357806345a1de79146104c557806346c96aac146104d8578063517b3f82146104eb5780635881c475146104fe5780635a76f25e146105115780636a6278421461051a57600080fd5b806323b872dd14610396578063252c09d7146103a9578063313ce567146103bc578063392f37e9146103d6578063443cb4bc146104bc57600080fd5b806313345fe11161022657806313345fe11461031d57806318160ddd1461033d57806319999566146103545780631df8c7171461036757806322be3de11461036f57600080fd5b8063022c0d9f1461026357806306fdde03146102785780630902f1ac14610296578063095ea7b3146102bb5780630dfe1681146102de575b600080fd5b6102766102713660046130a1565b610730565b005b610280610e6e565b60405161028d9190613167565b60405180910390f35b600a54600b54600c545b6040805193845260208401929092529082015260600161028d565b6102ce6102c936600461319a565b610efc565b604051901515815260200161028d565b6103057f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200161028d565b61033061032b3660046131c6565b610f69565b60405161028d9190613201565b61034660025481565b60405190815260200161028d565b610276610362366004613245565b611165565b6102a0611286565b6102ce7f000000000000000000000000000000000000000000000000000000000000000081565b6102ce6103a4366004613262565b6112f5565b6102a06103b73660046132a3565b6113be565b6103c4601281565b60405160ff909116815260200161028d565b600a54600b54604080517f000000000000000000000000000000000000000000000000000000000000000081527f000000000000000000000000000000000000000000000000000000000000000060208201529081019290925260608201527f0000000000000000000000000000000000000000000000000000000000000000151560808201526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811660a08301527f00000000000000000000000000000000000000000000000000000000000000001660c082015260e00161028d565b610346600a5481565b600754610305906001600160a01b031681565b600854610305906001600160a01b031681565b6103466104f936600461319a565b6113f1565b61033061050c3660046132bc565b6114d9565b610346600b5481565b610346610528366004613245565b6114e8565b61034661053b366004613245565b60046020526000908152604090205481565b61034661055b366004613245565b60066020526000908152604090205481565b61058061057b366004613245565b611749565b6040805192835260208301919091520161028d565b61059d611a66565b604080518251815260208084015190820152918101519082015260600161028d565b6008546102ce90600160a01b900460ff1681565b610280611ae6565b604080516001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000811682527f00000000000000000000000000000000000000000000000000000000000000001660208201520161028d565b6103466106473660046132bc565b611af3565b6102ce61065a36600461319a565b611b60565b61027661066d3660046132ff565b611b76565b610305611c28565b610276610688366004613245565b611cb1565b610346600d5481565b610346600e5481565b610346600c5481565b6103057f000000000000000000000000000000000000000000000000000000000000000081565b6102766106dd36600461331c565b611dcf565b6103466106f0366004613393565b600360209081526000928352604080842090915290825290205481565b600954610346565b6103466107233660046133cc565b6120d7565b6102766121a3565b600f5460011461073f57600080fd5b6002600f819055507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663b187bd266040518163ffffffff1660e01b8152600401602060405180830381865afa1580156107a5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906107c991906133f1565b156107d357600080fd5b60008511806107e25750600084115b6108195760405162461bcd60e51b8152602060048201526003602482015262494f4160e81b60448201526064015b60405180910390fd5b600a54600b54818710801561082d57508086105b61085e5760405162461bcd60e51b8152602060048201526002602482015261125360f21b6044820152606401610810565b6000807f00000000000000000000000000000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03898116908316148015906108d15750806001600160a01b0316896001600160a01b031614155b6109025760405162461bcd60e51b8152602060048201526002602482015261125560f21b6044820152606401610810565b8a1561091357610913828a8d6122dd565b891561092457610924818a8c6122dd565b861561099157604051639a7bff7960e01b81526001600160a01b038a1690639a7bff799061095e9033908f908f908e908e9060040161340e565b600060405180830381600087803b15801561097857600080fd5b505af115801561098c573d6000803e3d6000fd5b505050505b6040516370a0823160e01b81523060048201526001600160a01b038316906370a0823190602401602060405180830381865afa1580156109d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109f9919061345a565b6040516370a0823160e01b81523060048201529094506001600160a01b038216906370a0823190602401602060405180830381865afa158015610a40573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a64919061345a565b9250505060008985610a769190613489565b8311610a83576000610a97565b610a8d8a86613489565b610a979084613489565b90506000610aa58a86613489565b8311610ab2576000610ac6565b610abc8a86613489565b610ac69084613489565b90506000821180610ad75750600081115b610b095760405162461bcd60e51b815260206004820152600360248201526249494160e81b6044820152606401610810565b7f00000000000000000000000000000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000008315610c1c57604051631711922960e31b8152306004820152610c1c907f000000000000000000000000000000000000000000000000000000000000000090612710906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063b88c914890602401602060405180830381865afa158015610bdf573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610c03919061345a565b610c0d90886134a0565b610c1791906134d5565b6123dd565b8215610cde57604051631711922960e31b8152306004820152610cde907f000000000000000000000000000000000000000000000000000000000000000090612710906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063b88c914890602401602060405180830381865afa158015610cb0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cd4919061345a565b610c0d90876134a0565b6040516370a0823160e01b81523060048201526001600160a01b038316906370a0823190602401602060405180830381865afa158015610d22573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d46919061345a565b6040516370a0823160e01b81523060048201529096506001600160a01b038216906370a0823190602401602060405180830381865afa158015610d8d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610db1919061345a565b9450610dbd888861250a565b610dc7878761250a565b1015610df95760405162461bcd60e51b81526020600482015260016024820152604b60f81b6044820152606401610810565b5050610e0784848888612656565b60408051838152602081018390529081018c9052606081018b90526001600160a01b038a169033907fd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d8229060800160405180910390a350506001600f55505050505050505050565b60008054610e7b906134f7565b80601f0160208091040260200160405190810160405280929190818152602001828054610ea7906134f7565b8015610ef45780601f10610ec957610100808354040283529160200191610ef4565b820191906000526020600020905b815481529060010190602001808311610ed757829003601f168201915b505050505081565b3360008181526003602090815260408083206001600160a01b038716808552925280832085905551919290917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92590610f579086815260200190565b60405180910390a35060015b92915050565b606060008367ffffffffffffffff811115610f8657610f86613531565b604051908082528060200260200182016040528015610faf578160200160208202803683370190505b50600954909150600090610fc590600190613489565b90506000610fd385876134a0565b610fdd9083613489565b90506000805b8383101561115557610ff58784613547565b915060006009848154811061100c5761100c61355f565b906000526020600020906003020160000154600984815481106110315761103161355f565b90600052602060002090600302016000015461104d9190613489565b9050600081600986815481106110655761106561355f565b9060005260206000209060030201600101546009868154811061108a5761108a61355f565b9060005260206000209060030201600101546110a69190613489565b6110b091906134d5565b9050600082600987815481106110c8576110c861355f565b906000526020600020906003020160020154600987815481106110ed576110ed61355f565b9060005260206000209060030201600201546111099190613489565b61111391906134d5565b90506111218c8e84846127ea565b8885815181106111335761113361355f565b602090810291909101015250505060010161114e8784613547565b9250610fe3565b509293505050505b949350505050565b6008546001600160a01b031633146111c95760405162461bcd60e51b815260206004820152602160248201527f4f6e6c7920766f7465722063616e207365742065787465726e616c20627269626044820152606560f81b6064820152608401610810565b600780546001600160a01b0319166001600160a01b038316908117909155611215907f000000000000000000000000000000000000000000000000000000000000000090600019612adf565b60075461124f907f0000000000000000000000000000000000000000000000000000000000000000906001600160a01b0316600019612adf565b6040516001600160a01b038216907f03e9b76bf8c2d2d6948b20459194f64843d25ada1a13e3481bf88399831a046190600090a250565b600d54600e5442600080806112a4600a54600b54600c549192909190565b9250925092508381146112ed5760006112bd8286613489565b90506112c981856134a0565b6112d39088613547565b96506112df81846134a0565b6112e99087613547565b9550505b505050909192565b6001600160a01b03831660008181526003602090815260408083203380855292528220549192909190821480159061132f57506000198114155b156113a55760006113408583613489565b6001600160a01b038881166000818152600360209081526040808320948916808452948252918290208590559051848152939450919290917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505b6113b0868686612b29565b6001925050505b9392505050565b600981815481106113ce57600080fd5b600091825260209091206003909102018054600182015460029092015490925083565b6000806113fc611a66565b9050600080611409611286565b50845191935091504203611471576009805461142790600290613489565b815481106114375761143761355f565b9060005260206000209060030201604051806060016040529081600082015481526020016001820154815260200160028201548152505092505b82516000906114809042613489565b90506000818560200151856114959190613489565b61149f91906134d5565b90506000828660400151856114b49190613489565b6114be91906134d5565b90506114cc888a84846127ea565b9998505050505050505050565b606061115d8484846001610f69565b6000600f546001146114f957600080fd5b6002600f55600a54600b546040516370a0823160e01b81523060048201526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906370a0823190602401602060405180830381865afa15801561156b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061158f919061345a565b6040516370a0823160e01b81523060048201529091506000906001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016906370a0823190602401602060405180830381865afa1580156115f9573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061161d919061345a565b9050600061162b8584613489565b905060006116398584613489565b600254909150600081900361167b576103e861165d61165884866134a0565b612bd7565b6116679190613489565b975061167660006103e8612cbf565b6116b0565b6116ad8761168983866134a0565b61169391906134d5565b8761169e84866134a0565b6116a891906134d5565b612d49565b97505b600088116116e65760405162461bcd60e51b8152602060048201526003602482015262494c4d60e81b6044820152606401610810565b6116f08989612cbf565b6116fc85858989612656565b604080518481526020810184905233917f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f910160405180910390a250506001600f55509395945050505050565b600080600f5460011461175b57600080fd5b6002600f55600a54600b546040516370a0823160e01b81523060048201527f0000000000000000000000000000000000000000000000000000000000000000907f0000000000000000000000000000000000000000000000000000000000000000906000906001600160a01b038416906370a0823190602401602060405180830381865afa1580156117f1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611815919061345a565b6040516370a0823160e01b81523060048201529091506000906001600160a01b038416906370a0823190602401602060405180830381865afa15801561185f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611883919061345a565b3060009081526004602052604090205460025491925090806118a585846134a0565b6118af91906134d5565b9950806118bc84846134a0565b6118c691906134d5565b985060008a1180156118d85750600089115b61190a5760405162461bcd60e51b815260206004820152600360248201526224a62160e91b6044820152606401610810565b6119143083612d5f565b61191f868c8c6122dd565b61192a858c8b6122dd565b6040516370a0823160e01b81523060048201526001600160a01b038716906370a0823190602401602060405180830381865afa15801561196e573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611992919061345a565b6040516370a0823160e01b81523060048201529094506001600160a01b038616906370a0823190602401602060405180830381865afa1580156119d9573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906119fd919061345a565b9250611a0b84848a8a612656565b604080518b8152602081018b90526001600160a01b038d169133917fdccd412f0b1252819cb1fd330b93224ca42612892bb3f4f789976e6d81936496910160405180910390a350505050505050506001600f81905550915091565b611a8a60405180606001604052806000815260200160008152602001600081525090565b60098054611a9a90600190613489565b81548110611aaa57611aaa61355f565b90600052602060002090600302016040518060600160405290816000820154815260200160018201548152602001600282015481525050905090565b60018054610e7b906134f7565b600080611b038585856001610f69565b90506000805b8251811015611b4b57828181518110611b2457611b2461355f565b602002602001015182611b379190613547565b915080611b4381613575565b915050611b09565b50611b5684826134d5565b9695505050505050565b6000611b6d338484612b29565b50600192915050565b6008546001600160a01b03163314611bd05760405162461bcd60e51b815260206004820152601c60248201527f4f6e6c7920766f7465722063616e2073657420686173206761756765000000006044820152606401610810565b60088054821515600160a01b0260ff60a01b199091161790556040517f352eb552c369d470b6f2286567a9f272a1210ad788562e697f254cad5611f10590611c1d90831515815260200190565b60405180910390a150565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663b7f01bfc6040518163ffffffff1660e01b8152600401602060405180830381865afa158015611c88573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cac919061358e565b905090565b600f54600114611cc057600080fd5b6002600f55600a546040516370a0823160e01b81523060048201527f0000000000000000000000000000000000000000000000000000000000000000917f000000000000000000000000000000000000000000000000000000000000000091611d8d9184918691906001600160a01b038416906370a08231906024015b602060405180830381865afa158015611d5a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d7e919061345a565b611d889190613489565b6122dd565b600b546040516370a0823160e01b8152306004820152611dc59183918691906001600160a01b038416906370a0823190602401611d3d565b50506001600f5550565b42841015611e0f5760405162461bcd60e51b815260206004820152600d60248201526c14185a5c8e8811561412549151609a1b6044820152606401610810565b7f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f6000604051611e3f91906135ab565b60408051918290038220828201825260018352603160f81b6020938401528151928301939093528101919091527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc660608201524660808201523060a082015260c00160408051601f19818403018152918152815160209283012060058190556001600160a01b038a166000908152600690935290822080547f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9918b918b918b919087611f0a83613575565b909155506040805160208101969096526001600160a01b0394851690860152929091166060840152608083015260a082015260c0810187905260e00160405160208183030381529060405280519060200120604051602001611f8392919061190160f01b81526002810192909252602282015260420190565b60408051601f198184030181528282528051602091820120600080855291840180845281905260ff88169284019290925260608301869052608083018590529092509060019060a0016020604051602081039080840390855afa158015611fee573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116158015906120245750886001600160a01b0316816001600160a01b0316145b6120705760405162461bcd60e51b815260206004820152601760248201527f506169723a20494e56414c49445f5349474e41545552450000000000000000006044820152606401610810565b6001600160a01b038981166000818152600360209081526040808320948d16808452948252918290208b905590518a81527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050505050505050565b600a54600b54604051631711922960e31b81523060048201526000929190612710907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063b88c914890602401602060405180830381865afa15801561214a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061216e919061345a565b61217890876134a0565b61218291906134d5565b61218c9086613489565b945061219a858584846127ea565b95945050505050565b600f546001146121b257600080fd5b6002600f556040516370a0823160e01b81523060048201526122d6907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906370a0823190602401602060405180830381865afa15801561221f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612243919061345a565b6040516370a0823160e01b81523060048201527f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316906370a0823190602401602060405180830381865afa1580156122a7573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906122cb919061345a565b600a54600b54612656565b6001600f55565b6000836001600160a01b03163b116122f457600080fd5b6040516001600160a01b03838116602483015260448201839052600091829186169063a9059cbb60e01b906064015b60408051601f198184030181529181526020820180516001600160e01b03166001600160e01b03199094169390931790925290516123619190613646565b6000604051808303816000865af19150503d806000811461239e576040519150601f19603f3d011682016040523d82523d6000602084013e6123a3565b606091505b50915091508180156123cd5750805115806123cd5750808060200190518101906123cd91906133f1565b6123d657600080fd5b5050505050565b801561250657600854600160a01b900460ff16156124a85760075460405163b66503cf60e01b81526001600160a01b038481166004830152602482018490529091169063b66503cf90604401600060405180830381600087803b15801561244357600080fd5b505af1158015612457573d6000803e3d6000fd5b5050600754604080518581526001600160a01b03928316602082015291861693507ff5b850648f086f3f988a2c06dd4214f39db9fa92ee563e6246c398361d1963ad92500160405180910390a25050565b60006124b2611c28565b90506124bf8382846122dd565b604080518381526001600160a01b0383811660208301528516917f8a0270441e721adb81a7413f54853fda4aa273f098843d47749905fcf619fbbf910160405180910390a2505b5050565b60007f0000000000000000000000000000000000000000000000000000000000000000156126455760007f000000000000000000000000000000000000000000000000000000000000000061256785670de0b6b3a76400006134a0565b61257191906134d5565b905060007f00000000000000000000000000000000000000000000000000000000000000006125a885670de0b6b3a76400006134a0565b6125b291906134d5565b90506000670de0b6b3a76400006125c983856134a0565b6125d391906134d5565b90506000670de0b6b3a76400006125ea84806134a0565b6125f491906134d5565b670de0b6b3a764000061260786806134a0565b61261191906134d5565b61261b9190613547565b9050670de0b6b3a764000061263082846134a0565b61263a91906134d5565b945050505050610f63565b61264f82846134a0565b9050610f63565b600c5442906000906126689083613489565b905060008111801561267957508315155b801561268457508215155b156126cb5761269381856134a0565b600d60008282546126a49190613547565b909155506126b4905081846134a0565b600e60008282546126c59190613547565b90915550505b60006126d5611a66565b80519091506126e49084613489565b91506107088211156127995760408051606081018252848152600d5460208201908152600e549282019283526009805460018101825560009190915291517f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7af600390930292830155517f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7b082015590517f6e1540171b6c0c960b71a7020d9f60077f6af931a8bbf590da0223dacf75c7b1909101555b600a879055600b869055600c83905560408051888152602081018890527fcf2aa50876cdfbb541206f89af0ee78d44a2abf8d328e37fa4917f982149848a910160405180910390a150505050505050565b60007f000000000000000000000000000000000000000000000000000000000000000015612a6d57600061281e848461250a565b90507f000000000000000000000000000000000000000000000000000000000000000061285385670de0b6b3a76400006134a0565b61285d91906134d5565b93507f000000000000000000000000000000000000000000000000000000000000000061289284670de0b6b3a76400006134a0565b61289c91906134d5565b92506000807f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316876001600160a01b0316146128e15784866128e4565b85855b915091507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316876001600160a01b031614612963577f000000000000000000000000000000000000000000000000000000000000000061295489670de0b6b3a76400006134a0565b61295e91906134d5565b6129a0565b7f000000000000000000000000000000000000000000000000000000000000000061299689670de0b6b3a76400006134a0565b6129a091906134d5565b975060006129b86129b1848b613547565b8584612de1565b6129c29083613489565b9050670de0b6b3a76400007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316896001600160a01b031614612a2c577f0000000000000000000000000000000000000000000000000000000000000000612a4e565b7f00000000000000000000000000000000000000000000000000000000000000005b612a5890836134a0565b612a6291906134d5565b94505050505061115d565b6000807f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316866001600160a01b031614612ab0578385612ab3565b84845b9092509050612ac28783613547565b612acc82896134a0565b612ad691906134d5565b9250505061115d565b6000836001600160a01b03163b11612af657600080fd5b6040516001600160a01b03838116602483015260448201839052600091829186169063095ea7b360e01b90606401612323565b6001600160a01b03831660009081526004602052604081208054839290612b51908490613489565b90915550506001600160a01b03821660009081526004602052604081208054839290612b7e908490613547565b92505081905550816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051612bca91815260200190565b60405180910390a3505050565b600081600003612be957506000919050565b60006001612bf684612ef0565b901c6001901b90506001818481612c0f57612c0f6134bf565b048201901c90506001818481612c2757612c276134bf565b048201901c90506001818481612c3f57612c3f6134bf565b048201901c90506001818481612c5757612c576134bf565b048201901c90506001818481612c6f57612c6f6134bf565b048201901c90506001818481612c8757612c876134bf565b048201901c90506001818481612c9f57612c9f6134bf565b048201901c90506113b781828581612cb957612cb96134bf565b04612d49565b8060026000828254612cd19190613547565b90915550506001600160a01b03821660009081526004602052604081208054839290612cfe908490613547565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef906020015b60405180910390a35050565b6000818310612d5857816113b7565b5090919050565b8060026000828254612d719190613489565b90915550506001600160a01b03821660009081526004602052604081208054839290612d9e908490613489565b90915550506040518181526000906001600160a01b038416907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90602001612d3d565b6000805b60ff811015612ee757826000612dfb8783612f84565b905085811015612e4b576000612e118887613021565b612e1b8389613489565b612e2d90670de0b6b3a76400006134a0565b612e3791906134d5565b9050612e438187613547565b955050612e8d565b6000612e578887613021565b612e618884613489565b612e7390670de0b6b3a76400006134a0565b612e7d91906134d5565b9050612e898187613489565b9550505b81851115612eb6576001612ea18387613489565b11612eb1578493505050506113b7565b612ed2565b6001612ec28684613489565b11612ed2578493505050506113b7565b50508080612edf90613575565b915050612de5565b50909392505050565b600080608083901c15612f0557608092831c92015b604083901c15612f1757604092831c92015b602083901c15612f2957602092831c92015b601083901c15612f3b57601092831c92015b600883901c15612f4d57600892831c92015b600483901c15612f5f57600492831c92015b600283901c15612f7157600292831c92015b600183901c15610f635760010192915050565b6000670de0b6b3a764000082818581612f9d82806134a0565b612fa791906134d5565b612fb191906134a0565b612fbb91906134d5565b612fc591906134a0565b612fcf91906134d5565b670de0b6b3a7640000808481612fe582806134a0565b612fef91906134d5565b612ff991906134a0565b61300391906134d5565b61300d90866134a0565b61301791906134d5565b6113b79190613547565b6000670de0b6b3a7640000838161303882806134a0565b61304291906134d5565b61304c91906134a0565b61305691906134d5565b670de0b6b3a76400008061306a85806134a0565b61307491906134d5565b61307f8660036134a0565b61300d91906134a0565b6001600160a01b038116811461309e57600080fd5b50565b6000806000806000608086880312156130b957600080fd5b853594506020860135935060408601356130d281613089565b9250606086013567ffffffffffffffff808211156130ef57600080fd5b818801915088601f83011261310357600080fd5b81358181111561311257600080fd5b89602082850101111561312457600080fd5b9699959850939650602001949392505050565b60005b8381101561315257818101518382015260200161313a565b83811115613161576000848401525b50505050565b6020815260008251806020840152613186816040850160208701613137565b601f01601f19169190910160400192915050565b600080604083850312156131ad57600080fd5b82356131b881613089565b946020939093013593505050565b600080600080608085870312156131dc57600080fd5b84356131e781613089565b966020860135965060408601359560600135945092505050565b6020808252825182820181905260009190848201906040850190845b818110156132395783518352928401929184019160010161321d565b50909695505050505050565b60006020828403121561325757600080fd5b81356113b781613089565b60008060006060848603121561327757600080fd5b833561328281613089565b9250602084013561329281613089565b929592945050506040919091013590565b6000602082840312156132b557600080fd5b5035919050565b6000806000606084860312156132d157600080fd5b83356132dc81613089565b95602085013595506040909401359392505050565b801515811461309e57600080fd5b60006020828403121561331157600080fd5b81356113b7816132f1565b600080600080600080600060e0888a03121561333757600080fd5b873561334281613089565b9650602088013561335281613089565b95506040880135945060608801359350608088013560ff8116811461337657600080fd5b9699959850939692959460a0840135945060c09093013592915050565b600080604083850312156133a657600080fd5b82356133b181613089565b915060208301356133c181613089565b809150509250929050565b600080604083850312156133df57600080fd5b8235915060208301356133c181613089565b60006020828403121561340357600080fd5b81516113b7816132f1565b60018060a01b038616815284602082015283604082015260806060820152816080820152818360a0830137600081830160a090810191909152601f909201601f19160101949350505050565b60006020828403121561346c57600080fd5b5051919050565b634e487b7160e01b600052601160045260246000fd5b60008282101561349b5761349b613473565b500390565b60008160001904831182151516156134ba576134ba613473565b500290565b634e487b7160e01b600052601260045260246000fd5b6000826134f257634e487b7160e01b600052601260045260246000fd5b500490565b600181811c9082168061350b57607f821691505b60208210810361352b57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b6000821982111561355a5761355a613473565b500190565b634e487b7160e01b600052603260045260246000fd5b60006001820161358757613587613473565b5060010190565b6000602082840312156135a057600080fd5b81516113b781613089565b600080835481600182811c9150808316806135c757607f831692505b602080841082036135e657634e487b7160e01b86526022600452602486fd5b8180156135fa576001811461360b57613638565b60ff19861689528489019650613638565b60008a81526020902060005b868110156136305781548b820152908501908301613617565b505084890196505b509498975050505050505050565b60008251613658818460208701613137565b919091019291505056fea264697066735822122078e8cd2e6aee11c166affbd179a0d8ff4a93d5325315a709401f582cb826c1f364736f6c634300080d0033