Overview ERC20
PRICE
n/a

ON-CHAIN MARKET CAP n/a

Total Supply:
1,182,238.55 Blaster-LP

Holders:
2
Profile Summary
Blockchain:
Blast (81457)


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

Compiler Version
v0.5.16+commit.9c3226ce

Optimization Enabled:
Yes with 2000 runs

Created At:
Mon, 15 Apr 2024 16:35:29 GMT
BlasterswapV2Pair.sol
BlasterswapV2Pair.sol
BlasterswapV2Pair.sol


Contract ABI
[
  {
    "inputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "constructor"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "owner",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "spender",
        "type": "address"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "Approval",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "sender",
        "type": "address"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount0",
        "type": "uint256"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "amount1",
        "type": "uint256"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "to",
        "type": "address"
      }
    ],
    "name": "Burn",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "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": "uint112",
        "name": "reserve0",
        "type": "uint112"
      },
      {
        "indexed": false,
        "internalType": "uint112",
        "name": "reserve1",
        "type": "uint112"
      }
    ],
    "name": "Sync",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "from",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "to",
        "type": "address"
      },
      {
        "indexed": false,
        "internalType": "uint256",
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "Transfer",
    "type": "event"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "DOMAIN_SEPARATOR",
    "outputs": [
      {
        "internalType": "bytes32",
        "name": "",
        "type": "bytes32"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "MINIMUM_LIQUIDITY",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "PERMIT_TYPEHASH",
    "outputs": [
      {
        "internalType": "bytes32",
        "name": "",
        "type": "bytes32"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "USDB",
    "outputs": [
      {
        "internalType": "contract IERC20Rebasing",
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "WETH",
    "outputs": [
      {
        "internalType": "contract IERC20Rebasing",
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "name": "allowance",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "internalType": "address",
        "name": "spender",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "approve",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "name": "balanceOf",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "blast",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "blastPoints",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "blastPointsOperator",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      }
    ],
    "name": "burn",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "amount0",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "amount1",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "decimals",
    "outputs": [
      {
        "internalType": "uint8",
        "name": "",
        "type": "uint8"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "factory",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "getReserves",
    "outputs": [
      {
        "internalType": "uint112",
        "name": "_reserve0",
        "type": "uint112"
      },
      {
        "internalType": "uint112",
        "name": "_reserve1",
        "type": "uint112"
      },
      {
        "internalType": "uint32",
        "name": "_blockTimestampLast",
        "type": "uint32"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "internalType": "address",
        "name": "_token0",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "_token1",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "_governor",
        "type": "address"
      }
    ],
    "name": "initialize",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "kLast",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      }
    ],
    "name": "mint",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "liquidity",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "name",
    "outputs": [
      {
        "internalType": "string",
        "name": "",
        "type": "string"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "name": "nonces",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "internalType": "address",
        "name": "owner",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "spender",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "value",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "deadline",
        "type": "uint256"
      },
      {
        "internalType": "uint8",
        "name": "v",
        "type": "uint8"
      },
      {
        "internalType": "bytes32",
        "name": "r",
        "type": "bytes32"
      },
      {
        "internalType": "bytes32",
        "name": "s",
        "type": "bytes32"
      }
    ],
    "name": "permit",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "price0CumulativeLast",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "price1CumulativeLast",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      }
    ],
    "name": "skim",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "internalType": "uint256",
        "name": "amount0Out",
        "type": "uint256"
      },
      {
        "internalType": "uint256",
        "name": "amount1Out",
        "type": "uint256"
      },
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      },
      {
        "internalType": "bytes",
        "name": "data",
        "type": "bytes"
      }
    ],
    "name": "swap",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "symbol",
    "outputs": [
      {
        "internalType": "string",
        "name": "",
        "type": "string"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [],
    "name": "sync",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "token0",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "token1",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "totalSupply",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "transfer",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "internalType": "address",
        "name": "from",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "to",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "transferFrom",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  }
]


Contract Creation Code
60806040526001600c5534801561001557600080fd5b506040514690806052612caf8239604080519182900360520182208282018252600a8352690426c6173746572204c560b41b6020938401528151808301835260018152603160f81b908401528151808401919091527f4e30ce3bf66895e118d99dc7a3f0429bf9260eede83f7aa43d6a3b4e9373c996818301527fc89efdaa54c0f20c7adf612882df0950f5a951637e0307cdcb4c672f298b8bc6606082015260808101949094523060a0808601919091528151808603909101815260c09094019052825192019190912060035550600580546001600160a01b03191633179055612baa806101056000396000f3fe608060405234801561001057600080fd5b50600436106101f05760003560e01c806370a082311161010f578063ba9a7a56116100a2578063d21220a711610071578063d21220a7146105ad578063d505accf146105b5578063dd62ed3e14610606578063fff6cae914610634576101f0565b8063ba9a7a561461053f578063bc25cf7714610547578063c0c53b8b1461056d578063c45a0155146105a5576101f0565b806395d89b41116100de57806395d89b41146104fb578063a9059cbb14610503578063ad5c46481461052f578063b2bd6b5014610537576101f0565b806370a08231146104685780637464fc3d1461048e5780637ecebe001461049657806389afcb44146104bc576101f0565b806330adf81f1161018757806340ae3e141161015657806340ae3e141461042a5780635909c0d5146104325780635a3d54931461043a5780636a62784214610442576101f0565b806330adf81f146103f4578063313ce567146103fc57806331a0edec1461041a5780633644e51514610422576101f0565b80630dfe1681116101c35780630dfe168114610378578063175e1a7d1461039c57806318160ddd146103a457806323b872dd146103be576101f0565b8063022c0d9f146101f557806306fdde03146102835780630902f1ac14610300578063095ea7b314610338575b600080fd5b6102816004803603608081101561020b57600080fd5b8135916020810135916001600160a01b03604083013516919081019060808101606082013564010000000081111561024257600080fd5b82018360208201111561025457600080fd5b8035906020019184600183028401116401000000008311171561027657600080fd5b50909250905061063c565b005b61028b610b9c565b6040805160208082528351818301528351919283929083019185019080838360005b838110156102c55781810151838201526020016102ad565b50505050905090810190601f1680156102f25780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b610308610bd5565b604080516001600160701b03948516815292909316602083015263ffffffff168183015290519081900360600190f35b6103646004803603604081101561034e57600080fd5b506001600160a01b038135169060200135610bff565b604080519115158252519081900360200190f35b610380610c16565b604080516001600160a01b039092168252519081900360200190f35b610380610c25565b6103ac610c3d565b60408051918252519081900360200190f35b610364600480360360608110156103d457600080fd5b506001600160a01b03813581169160208101359091169060400135610c43565b6103ac610cfb565b610404610d1f565b6040805160ff9092168252519081900360200190f35b610380610d24565b6103ac610d2f565b610380610d35565b6103ac610d4d565b6103ac610d53565b6103ac6004803603602081101561045857600080fd5b50356001600160a01b0316610d59565b6103ac6004803603602081101561047e57600080fd5b50356001600160a01b031661106d565b6103ac61107f565b6103ac600480360360208110156104ac57600080fd5b50356001600160a01b0316611085565b6104e2600480360360208110156104d257600080fd5b50356001600160a01b0316611097565b6040805192835260208301919091528051918290030190f35b61028b611451565b6103646004803603604081101561051957600080fd5b506001600160a01b03813516906020013561148a565b610380611497565b6103806114a2565b6103ac6114ba565b6102816004803603602081101561055d57600080fd5b50356001600160a01b03166114c0565b6102816004803603606081101561058357600080fd5b506001600160a01b038135811691602081013582169160409091013516611637565b610380611a28565b610380611a37565b610281600480360360e08110156105cb57600080fd5b506001600160a01b03813581169160208101359091169060408101359060608101359060ff6080820135169060a08101359060c00135611a46565b6103ac6004803603604081101561061c57600080fd5b506001600160a01b0381358116916020013516611c6e565b610281611c8b565b600c54600114610693576040805162461bcd60e51b815260206004820152601560248201527f426c61737465727377617056323a204c4f434b45440000000000000000000000604482015290519081900360640190fd5b6000600c55841515806106a65750600084115b6106e15760405162461bcd60e51b8152600401808060200182810382526029815260200180612aa96029913960400191505060405180910390fd5b6000806106ec610bd5565b5091509150816001600160701b0316871080156107115750806001600160701b031686105b61074c5760405162461bcd60e51b8152600401808060200182810382526025815260200180612ad26025913960400191505060405180910390fd5b60065460075460009182916001600160a01b0391821691908116908916821480159061078a5750806001600160a01b0316896001600160a01b031614155b6107db576040805162461bcd60e51b815260206004820152601960248201527f426c61737465727377617056323a20494e56414c49445f544f00000000000000604482015290519081900360640190fd5b8a156107ec576107ec828a8d611df9565b89156107fd576107fd818a8c611df9565b86156108b857886001600160a01b031663403c14d5338d8d8c8c6040518663ffffffff1660e01b815260040180866001600160a01b03166001600160a01b03168152602001858152602001848152602001806020018281038252848482818152602001925080828437600081840152601f19601f8201169050808301925050509650505050505050600060405180830381600087803b15801561089f57600080fd5b505af11580156108b3573d6000803e3d6000fd5b505050505b604080516370a0823160e01b815230600482015290516001600160a01b038416916370a08231916024808301926020929190829003018186803b1580156108fe57600080fd5b505afa158015610912573d6000803e3d6000fd5b505050506040513d602081101561092857600080fd5b5051604080516370a0823160e01b815230600482015290519195506001600160a01b038316916370a0823191602480820192602092909190829003018186803b15801561097457600080fd5b505afa158015610988573d6000803e3d6000fd5b505050506040513d602081101561099e57600080fd5b5051925060009150506001600160701b0385168a900383116109c15760006109d0565b89856001600160701b03160383035b9050600089856001600160701b03160383116109ed5760006109fc565b89856001600160701b03160383035b90506000821180610a0d5750600081115b610a485760405162461bcd60e51b8152600401808060200182810382526028815260200180612a816028913960400191505060405180910390fd5b6000610a7c610a5e84600363ffffffff611fac16565b610a70876103e863ffffffff611fac16565b9063ffffffff61201816565b90506000610a94610a5e84600363ffffffff611fac16565b9050610ac5620f4240610ab96001600160701b038b8116908b1663ffffffff611fac16565b9063ffffffff611fac16565b610ad5838363ffffffff611fac16565b1015610b28576040805162461bcd60e51b815260206004820152601060248201527f426c61737465727377617056323a204b00000000000000000000000000000000604482015290519081900360640190fd5b5050610b3684848888612070565b60408051838152602081018390528082018d9052606081018c905290516001600160a01b038b169133917fd78ad95fa46c994b6551d0da85fc275fe613ce37657fb8d5e3d130840159d8229181900360800190a350506001600c55505050505050505050565b6040518060400160405280600a81526020017f426c6173746572204c500000000000000000000000000000000000000000000081525081565b6008546001600160701b0380821692600160701b830490911691600160e01b900463ffffffff1690565b6000610c0c33848461225e565b5060015b92915050565b6006546001600160a01b031681565b73430000000000000000000000000000000000000281565b60005481565b6001600160a01b03831660009081526002602090815260408083203384529091528120547fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff14610ce6576001600160a01b0384166000908152600260209081526040808320338452909152902054610cc1908363ffffffff61201816565b6001600160a01b03851660009081526002602090815260408083203384529091529020555b610cf18484846122c0565b5060019392505050565b7f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c981565b601281565b6003604360981b0181565b60035481565b73d94ff4fe12dd3ea08be632a5393771cf8780897781565b60095481565b600a5481565b6000600c54600114610db2576040805162461bcd60e51b815260206004820152601560248201527f426c61737465727377617056323a204c4f434b45440000000000000000000000604482015290519081900360640190fd5b6000600c55610dbf61237a565b600080610dca610bd5565b50600654604080516370a0823160e01b815230600482015290519395509193506000926001600160a01b03909116916370a08231916024808301926020929190829003018186803b158015610e1e57600080fd5b505afa158015610e32573d6000803e3d6000fd5b505050506040513d6020811015610e4857600080fd5b5051600754604080516370a0823160e01b815230600482015290519293506000926001600160a01b03909216916370a0823191602480820192602092909190829003018186803b158015610e9b57600080fd5b505afa158015610eaf573d6000803e3d6000fd5b505050506040513d6020811015610ec557600080fd5b505190506000610ee4836001600160701b03871663ffffffff61201816565b90506000610f01836001600160701b03871663ffffffff61201816565b90506000610f0f87876126f5565b60005490915080610f4c57610f386103e8610a70610f33878763ffffffff611fac16565b612853565b9850610f4760006103e86128a5565b610f9b565b610f986001600160701b038916610f69868463ffffffff611fac16565b81610f7057fe5b046001600160701b038916610f8b868563ffffffff611fac16565b81610f9257fe5b0461293b565b98505b60008911610fda5760405162461bcd60e51b815260040180806020018281038252602c815260200180612b4a602c913960400191505060405180910390fd5b610fe48a8a6128a5565b610ff086868a8a612070565b81156110205760085461101c906001600160701b0380821691600160701b90041663ffffffff611fac16565b600b555b6040805185815260208101859052815133927f4c209b5fc8ad50758f13e2e1088ba56a560dff690a1c6fef26394f4c03821c4f928290030190a250506001600c5550949695505050505050565b60016020526000908152604090205481565b600b5481565b60046020526000908152604090205481565b600080600c546001146110f1576040805162461bcd60e51b815260206004820152601560248201527f426c61737465727377617056323a204c4f434b45440000000000000000000000604482015290519081900360640190fd5b6000600c556110fe61237a565b600080611109610bd5565b50600654600754604080516370a0823160e01b815230600482015290519496509294506001600160a01b039182169391169160009184916370a08231916024808301926020929190829003018186803b15801561116557600080fd5b505afa158015611179573d6000803e3d6000fd5b505050506040513d602081101561118f57600080fd5b5051604080516370a0823160e01b815230600482015290519192506000916001600160a01b038516916370a08231916024808301926020929190829003018186803b1580156111dd57600080fd5b505afa1580156111f1573d6000803e3d6000fd5b505050506040513d602081101561120757600080fd5b50513060009081526001602052604081205491925061122688886126f5565b6000549091508061123d848763ffffffff611fac16565b8161124457fe5b049a5080611258848663ffffffff611fac16565b8161125f57fe5b04995060008b118015611272575060008a115b6112ad5760405162461bcd60e51b815260040180806020018281038252602c815260200180612af7602c913960400191505060405180910390fd5b6112b73084612953565b6112c2878d8d611df9565b6112cd868d8c611df9565b604080516370a0823160e01b815230600482015290516001600160a01b038916916370a08231916024808301926020929190829003018186803b15801561131357600080fd5b505afa158015611327573d6000803e3d6000fd5b505050506040513d602081101561133d57600080fd5b5051604080516370a0823160e01b815230600482015290519196506001600160a01b038816916370a0823191602480820192602092909190829003018186803b15801561138957600080fd5b505afa15801561139d573d6000803e3d6000fd5b505050506040513d60208110156113b357600080fd5b505193506113c385858b8b612070565b81156113f3576008546113ef906001600160701b0380821691600160701b90041663ffffffff611fac16565b600b555b604080518c8152602081018c905281516001600160a01b038f169233927fdccd412f0b1252819cb1fd330b93224ca42612892bb3f4f789976e6d81936496929081900390910190a35050505050505050506001600c81905550915091565b6040518060400160405280600a81526020017f426c61737465722d4c500000000000000000000000000000000000000000000081525081565b6000610c0c3384846122c0565b6004604360981b0181565b732536fe9ab3f511540f2f9e2ec2a805005c3dd80081565b6103e881565b600c54600114611517576040805162461bcd60e51b815260206004820152601560248201527f426c61737465727377617056323a204c4f434b45440000000000000000000000604482015290519081900360640190fd5b6000600c55600654600754600854604080516370a0823160e01b815230600482015290516001600160a01b0394851694909316926115c692859287926115c1926001600160701b03169185916370a0823191602480820192602092909190829003018186803b15801561158957600080fd5b505afa15801561159d573d6000803e3d6000fd5b505050506040513d60208110156115b357600080fd5b50519063ffffffff61201816565b611df9565b600854604080516370a0823160e01b8152306004820152905161162d92849287926115c192600160701b90046001600160701b0316916001600160a01b038616916370a0823191602480820192602092909190829003018186803b15801561158957600080fd5b50506001600c5550565b6005546001600160a01b03163314611696576040805162461bcd60e51b815260206004820152601860248201527f426c61737465727377617056323a20464f5242494444454e0000000000000000604482015290519081900360640190fd5b6001600160a01b0381166116db5760405162461bcd60e51b8152600401808060200182810382526027815260200180612b236027913960400191505060405180910390fd5b600680546001600160a01b038086167fffffffffffffffffffffffff0000000000000000000000000000000000000000928316179092556007805492851692909116919091179055604080517f36b91f2b00000000000000000000000000000000000000000000000000000000815273d94ff4fe12dd3ea08be632a5393771cf8780897760048201529051732536fe9ab3f511540f2f9e2ec2a805005c3dd800916336b91f2b91602480830192600092919082900301818387803b1580156117a257600080fd5b505af11580156117b6573d6000803e3d6000fd5b5050505060007343000000000000000000000000000000000000029050806001600160a01b0316634e606c476040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561180e57600080fd5b505af1158015611822573d6000803e3d6000fd5b50505050806001600160a01b031663eb864698836040518263ffffffff1660e01b815260040180826001600160a01b03166001600160a01b03168152602001915050600060405180830381600087803b15801561187e57600080fd5b505af1158015611892573d6000803e3d6000fd5b50506006546001600160a01b03166003604360981b011491508190506118c957506007546001600160a01b03166003604360981b01145b1561195d576040517f1a33757d0000000000000000000000000000000000000000000000000000000081526003604360981b0190631a33757d90600290600401808260ff168152602001915050602060405180830381600087803b15801561193057600080fd5b505af1158015611944573d6000803e3d6000fd5b505050506040513d602081101561195a57600080fd5b50505b6006546001600160a01b03166004604360981b01148061198e57506007546001600160a01b03166004604360981b01145b15611a22576040517f1a33757d0000000000000000000000000000000000000000000000000000000081526004604360981b0190631a33757d90600290600401808260ff168152602001915050602060405180830381600087803b1580156119f557600080fd5b505af1158015611a09573d6000803e3d6000fd5b505050506040513d6020811015611a1f57600080fd5b50505b50505050565b6005546001600160a01b031681565b6007546001600160a01b031681565b42841015611a9b576040805162461bcd60e51b815260206004820152601660248201527f426c61737465727377617056323a204558504952454400000000000000000000604482015290519081900360640190fd5b6003546001600160a01b0380891660008181526004602090815260408083208054600180820190925582517f6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c98186015280840196909652958d166060860152608085018c905260a085019590955260c08085018b90528151808603909101815260e0850182528051908301207f19010000000000000000000000000000000000000000000000000000000000006101008601526101028501969096526101228085019690965280518085039096018652610142840180825286519683019690962095839052610162840180825286905260ff89166101828501526101a284018890526101c28401879052519193926101e280820193601f1981019281900390910190855afa158015611bd1573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b03811615801590611c075750886001600160a01b0316816001600160a01b0316145b611c58576040805162461bcd60e51b815260206004820181905260248201527f426c61737465727377617056323a20494e56414c49445f5349474e4154555245604482015290519081900360640190fd5b611c6389898961225e565b505050505050505050565b600260209081526000928352604080842090915290825290205481565b600c54600114611ce2576040805162461bcd60e51b815260206004820152601560248201527f426c61737465727377617056323a204c4f434b45440000000000000000000000604482015290519081900360640190fd5b6000600c55600654604080516370a0823160e01b81523060048201529051611df2926001600160a01b0316916370a08231916024808301926020929190829003018186803b158015611d3357600080fd5b505afa158015611d47573d6000803e3d6000fd5b505050506040513d6020811015611d5d57600080fd5b5051600754604080516370a0823160e01b815230600482015290516001600160a01b03909216916370a0823191602480820192602092909190829003018186803b158015611daa57600080fd5b505afa158015611dbe573d6000803e3d6000fd5b505050506040513d6020811015611dd457600080fd5b50516008546001600160701b0380821691600160701b900416612070565b6001600c55565b604080518082018252601981527f7472616e7366657228616464726573732c75696e74323536290000000000000060209182015281516001600160a01b0385811660248301526044808301869052845180840390910181526064909201845291810180516001600160e01b03167fa9059cbb000000000000000000000000000000000000000000000000000000001781529251815160009460609489169392918291908083835b60208310611ebf5780518252601f199092019160209182019101611ea0565b6001836020036101000a0380198251168184511680821785525050505050509050019150506000604051808303816000865af19150503d8060008114611f21576040519150601f19603f3d011682016040523d82523d6000602084013e611f26565b606091505b5091509150818015611f54575080511580611f545750808060200190516020811015611f5157600080fd5b50515b611fa5576040805162461bcd60e51b815260206004820152601e60248201527f426c61737465727377617056323a205452414e534645525f4641494c45440000604482015290519081900360640190fd5b5050505050565b6000811580611fc757505080820282828281611fc457fe5b04145b610c10576040805162461bcd60e51b815260206004820152601460248201527f64732d6d6174682d6d756c2d6f766572666c6f77000000000000000000000000604482015290519081900360640190fd5b80820382811115610c10576040805162461bcd60e51b815260206004820152601560248201527f64732d6d6174682d7375622d756e646572666c6f770000000000000000000000604482015290519081900360640190fd5b6001600160701b03841180159061208e57506001600160701b038311155b6120df576040805162461bcd60e51b815260206004820152601760248201527f426c61737465727377617056323a204f564552464c4f57000000000000000000604482015290519081900360640190fd5b60085463ffffffff42811691600160e01b9004811682039081161580159061210f57506001600160701b03841615155b801561212357506001600160701b03831615155b15612194578063ffffffff166121518561213c866129f1565b6001600160e01b03169063ffffffff612a0316565b600980546001600160e01b03929092169290920201905563ffffffff811661217c8461213c876129f1565b600a80546001600160e01b0392909216929092020190555b600880547fffffffffffffffffffffffffffffffffffff0000000000000000000000000000166001600160701b03888116919091177fffffffff0000000000000000000000000000ffffffffffffffffffffffffffff16600160701b8883168102919091176001600160e01b0316600160e01b63ffffffff871602179283905560408051848416815291909304909116602082015281517f1c411e9a96e071241c2f21f7726b17ae89e3cab4c78be50e062b03a9fffbbad1929181900390910190a1505050505050565b6001600160a01b03808416600081815260026020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b6001600160a01b0383166000908152600160205260409020546122e9908263ffffffff61201816565b6001600160a01b03808516600090815260016020526040808220939093559084168152205461231e908263ffffffff612a2816565b6001600160a01b0380841660008181526001602090815260409182902094909455805185815290519193928716927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef92918290030190a3505050565b60065460009081906001600160a01b03166003604360981b0114806123b057506007546001600160a01b03166003604360981b01145b156124dc57604080517fe12f3a6100000000000000000000000000000000000000000000000000000000815230600482015290516000916003604360981b019163e12f3a6191602480820192602092909190829003018186803b15801561241657600080fd5b505afa15801561242a573d6000803e3d6000fd5b505050506040513d602081101561244057600080fd5b5051604080517faad3ec960000000000000000000000000000000000000000000000000000000081523060048201526024810183905290519192506003604360981b019163aad3ec96916044808201926020929091908290030181600087803b1580156124ac57600080fd5b505af11580156124c0573d6000803e3d6000fd5b505050506040513d60208110156124d657600080fd5b50519250505b6006546001600160a01b03166004604360981b01148061250d57506007546001600160a01b03166004604360981b01145b1561263957604080517fe12f3a6100000000000000000000000000000000000000000000000000000000815230600482015290516000916004604360981b019163e12f3a6191602480820192602092909190829003018186803b15801561257357600080fd5b505afa158015612587573d6000803e3d6000fd5b505050506040513d602081101561259d57600080fd5b5051604080517faad3ec960000000000000000000000000000000000000000000000000000000081523060048201526024810183905290519192506004604360981b019163aad3ec96916044808201926020929091908290030181600087803b15801561260957600080fd5b505af115801561261d573d6000803e3d6000fd5b505050506040513d602081101561263357600080fd5b50519150505b6008546006546001600160701b0380831692600160701b900416906001600160a01b03166003604360981b0114156126745790830190612693565b6006546001600160a01b03166004604360981b01141561269357908201905b6007546001600160a01b03166003604360981b0114156126b45783016126d1565b6007546001600160a01b03166004604360981b0114156126d15782015b600854611a2290839083906001600160701b0380821691600160701b900416612070565b600080600560009054906101000a90046001600160a01b03166001600160a01b031663017e7e586040518163ffffffff1660e01b815260040160206040518083038186803b15801561274657600080fd5b505afa15801561275a573d6000803e3d6000fd5b505050506040513d602081101561277057600080fd5b5051600b546001600160a01b03821615801594509192509061283f57801561283a5760006127b3610f336001600160701b0388811690881663ffffffff611fac16565b905060006127c083612853565b9050808211156128375760006127ee6127df848463ffffffff61201816565b6000549063ffffffff611fac16565b905060006128138361280786600563ffffffff611fac16565b9063ffffffff612a2816565b9050600081838161282057fe5b04905080156128335761283387826128a5565b5050505b50505b61284b565b801561284b576000600b555b505092915050565b60006003821115612896575080600160028204015b818110156128905780915060028182858161287f57fe5b04018161288857fe5b049050612868565b506128a0565b81156128a0575060015b919050565b6000546128b8908263ffffffff612a2816565b60009081556001600160a01b0383168152600160205260409020546128e3908263ffffffff612a2816565b6001600160a01b03831660008181526001602090815260408083209490945583518581529351929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a35050565b600081831061294a578161294c565b825b9392505050565b6001600160a01b03821660009081526001602052604090205461297c908263ffffffff61201816565b6001600160a01b038316600090815260016020526040812091909155546129a9908263ffffffff61201816565b60009081556040805183815290516001600160a01b038516917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef919081900360200190a35050565b6001600160701b0316600160701b0290565b60006001600160701b0382166001600160e01b03841681612a2057fe5b049392505050565b80820182811015610c10576040805162461bcd60e51b815260206004820152601460248201527f64732d6d6174682d6164642d6f766572666c6f77000000000000000000000000604482015290519081900360640190fdfe426c61737465727377617056323a20494e53554646494349454e545f494e5055545f414d4f554e54426c61737465727377617056323a20494e53554646494349454e545f4f55545055545f414d4f554e54426c61737465727377617056323a20494e53554646494349454e545f4c4951554944495459426c61737465727377617056323a20494e53554646494349454e545f4c49515549444954595f4255524e4544426c61737465727377617056323a20676f7665726e6f72206973207a65726f2061646472657373426c61737465727377617056323a20494e53554646494349454e545f4c49515549444954595f4d494e544544a265627a7a7231582096ec6df123763988e5cb3b118d417ecb8eafa20ef1cebb0c41a98800bc24b0d864736f6c63430005100032454950373132446f6d61696e28737472696e67206e616d652c737472696e672076657273696f6e2c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e747261637429