Overview ERC20
PRICE
$0.0117615

ON-CHAIN MARKET CAP n/a

Total Supply:
100,000,000,000,000.00 AVAXSTAR

Holders:
13
Profile Summary
Blockchain:
C-Chain (43114)


Decimals:
9
Contract Source Code Verified (Exact Match)
Contract Name:
avaxstar

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
Yes with 200 runs

Created At:
Thu, 16 Dec 2021 18:12:24 GMT
avaxstar.sol
avaxstar.sol
avaxstar.sol


Contract ABI
[
  {
    "inputs": [
      {
        "internalType": "address payable",
        "name": "charityWalletAddress",
        "type": "address"
      }
    ],
    "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": false,
        "internalType": "uint256",
        "name": "minTokensBeforeSwap",
        "type": "uint256"
      }
    ],
    "name": "MinTokensBeforeSwapUpdated",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "internalType": "address",
        "name": "previousOwner",
        "type": "address"
      },
      {
        "indexed": true,
        "internalType": "address",
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "OwnershipTransferred",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": false,
        "internalType": "bool",
        "name": "enabled",
        "type": "bool"
      }
    ],
    "name": "SwapEnabledUpdated",
    "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"
  },
  {
    "inputs": [],
    "name": "_charityWalletAddress",
    "outputs": [
      {
        "internalType": "address payable",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "_getAVAXBalance",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "balance",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "charityFee",
        "type": "uint256"
      }
    ],
    "name": "_setCharityFee",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address payable",
        "name": "charityWalletAddress",
        "type": "address"
      }
    ],
    "name": "_setCharityWallet",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "maxTxAmount",
        "type": "uint256"
      }
    ],
    "name": "_setMaxTxAmount",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "taxFee",
        "type": "uint256"
      }
    ],
    "name": "_setTaxFee",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "owner",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "spender",
        "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": "account",
        "type": "address"
      }
    ],
    "name": "balanceOf",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "decimals",
    "outputs": [
      {
        "internalType": "uint8",
        "name": "",
        "type": "uint8"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "spender",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "subtractedValue",
        "type": "uint256"
      }
    ],
    "name": "decreaseAllowance",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "tAmount",
        "type": "uint256"
      }
    ],
    "name": "deliver",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "account",
        "type": "address"
      }
    ],
    "name": "excludeAccount",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "geUnlockTime",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "account",
        "type": "address"
      }
    ],
    "name": "includeAccount",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "spender",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "addedValue",
        "type": "uint256"
      }
    ],
    "name": "increaseAllowance",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "account",
        "type": "address"
      }
    ],
    "name": "isExcluded",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "account",
        "type": "address"
      }
    ],
    "name": "isExcludedFromFee",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "time",
        "type": "uint256"
      }
    ],
    "name": "lock",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "manualSend",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "manualSwap",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "name",
    "outputs": [
      {
        "internalType": "string",
        "name": "",
        "type": "string"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "owner",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "tAmount",
        "type": "uint256"
      },
      {
        "internalType": "bool",
        "name": "deductTransferFee",
        "type": "bool"
      }
    ],
    "name": "reflectionFromToken",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "renounceOwnership",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "account",
        "type": "address"
      },
      {
        "internalType": "bool",
        "name": "excluded",
        "type": "bool"
      }
    ],
    "name": "setExcludeFromFee",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "bool",
        "name": "enabled",
        "type": "bool"
      }
    ],
    "name": "setSwapEnabled",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "swapEnabled",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "symbol",
    "outputs": [
      {
        "internalType": "string",
        "name": "",
        "type": "string"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "uint256",
        "name": "rAmount",
        "type": "uint256"
      }
    ],
    "name": "tokenFromReflection",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "totalFees",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "totalSupply",
    "outputs": [
      {
        "internalType": "uint256",
        "name": "",
        "type": "uint256"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "recipient",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "transfer",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "sender",
        "type": "address"
      },
      {
        "internalType": "address",
        "name": "recipient",
        "type": "address"
      },
      {
        "internalType": "uint256",
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "transferFrom",
    "outputs": [
      {
        "internalType": "bool",
        "name": "",
        "type": "bool"
      }
    ],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [
      {
        "internalType": "address",
        "name": "newOwner",
        "type": "address"
      }
    ],
    "name": "transferOwnership",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "uniswapV2Pair",
    "outputs": [
      {
        "internalType": "address",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "uniswapV2Router",
    "outputs": [
      {
        "internalType": "contract IUniswapV2Router02",
        "name": "",
        "type": "address"
      }
    ],
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "name": "unlock",
    "outputs": [],
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "stateMutability": "payable",
    "type": "receive"
  }
]


Contract Creation Code
69152d02c7e14af680000060095569085afffa6ff50bffffff19600a55610100604052600860c08190526720bb30bc29ba30b960c11b60e09081526200004991600c9190620003fc565b506040805180820190915260088082526720ab20ac29aa20a960c11b60209092019182526200007b91600d91620003fc565b50600e805460ff191660091790556005600f819055600a60108190556011919091556012556013805461ffff60a01b1916600160a81b179055678ac7230489e80000601455620f4240601555348015620000d457600080fd5b506040516200302b3803806200302b83398181016040526020811015620000fa57600080fd5b5051600062000108620003e9565b600080546001600160a01b0319166001600160a01b0383169081178255604051929350917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0908290a350601380546001600160a01b0319166001600160a01b038316179055600a54600360006200017e620003e9565b6001600160a01b03166001600160a01b031681526020019081526020016000208190555060007360ae616a2155ee3d9a68541ba4544862310933d49050806001600160a01b031663c45a01556040518163ffffffff1660e01b815260040160206040518083038186803b158015620001f557600080fd5b505afa1580156200020a573d6000803e3d6000fd5b505050506040513d60208110156200022157600080fd5b5051604080516339d94ae160e11b815290516001600160a01b039283169263c9c65396923092918616916373b295c291600480820192602092909190829003018186803b1580156200027257600080fd5b505afa15801562000287573d6000803e3d6000fd5b505050506040513d60208110156200029e57600080fd5b5051604080516001600160e01b031960e086901b1681526001600160a01b0393841660048201529290911660248301525160448083019260209291908290030181600087803b158015620002f157600080fd5b505af115801562000306573d6000803e3d6000fd5b505050506040513d60208110156200031d57600080fd5b50516001600160601b0319606091821b811660a0529082901b166080526001600660006200034a620003ed565b6001600160a01b0316815260208082019290925260409081016000908120805494151560ff19958616179055308152600690925290208054909116600117905562000394620003e9565b6001600160a01b031660006001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6009546040518082815260200191505060405180910390a3505062000498565b3390565b6000546001600160a01b031690565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200043f57805160ff19168380011785556200046f565b828001600101855582156200046f579182015b828111156200046f57825182559160200191906001019062000452565b506200047d92915062000481565b5090565b5b808211156200047d576000815560010162000482565b60805160601c60a05160601c612b55620004d660003980610ce65280611bea52508061096c5280611efc5280611fb45280611fdb5250612b556000f3fe6080604052600436106102295760003560e01c80637561f6d411610123578063b6c52324116100ab578063e01af92c1161006f578063e01af92c146107d6578063f2cc0c1814610802578063f2fde38b14610835578063f429389014610868578063f84354f11461087d57610230565b8063b6c52324146106f6578063cba0e9961461070b578063d047e4b71461073e578063dd46706414610771578063dd62ed3e1461079b57610230565b8063a24a8d0f116100f2578063a24a8d0f1461060a578063a457c2d714610634578063a69df4b51461066d578063a9059cbb14610682578063af9549e0146106bb57610230565b80637561f6d4146105b657806376d4ab99146105cb5780638da5cb5b146105e057806395d89b41146105f557610230565b806339509351116101b15780635342acb4116101755780635342acb4146104fc5780635880b8731461052f5780636ddd17131461055957806370a082311461056e578063715018a6146105a157610230565b8063395093511461043d5780633bd5d173146104765780634549b039146104a057806349bd5a5e146104d257806351bc3c85146104e757610230565b806318160ddd116101f857806318160ddd146103645780631bbae6e01461037957806323b872dd146103a55780632d838119146103e8578063313ce5671461041257610230565b806306fdde0314610235578063095ea7b3146102bf57806313114a9d1461030c5780631694505e1461033357610230565b3661023057005b600080fd5b34801561024157600080fd5b5061024a6108b0565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561028457818101518382015260200161026c565b50505050905090810190601f1680156102b15780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b3480156102cb57600080fd5b506102f8600480360360408110156102e257600080fd5b506001600160a01b038135169060200135610946565b604080519115158252519081900360200190f35b34801561031857600080fd5b50610321610964565b60408051918252519081900360200190f35b34801561033f57600080fd5b5061034861096a565b604080516001600160a01b039092168252519081900360200190f35b34801561037057600080fd5b5061032161098e565b34801561038557600080fd5b506103a36004803603602081101561039c57600080fd5b5035610994565b005b3480156103b157600080fd5b506102f8600480360360608110156103c857600080fd5b506001600160a01b03813581169160208101359091169060400135610a38565b3480156103f457600080fd5b506103216004803603602081101561040b57600080fd5b5035610abf565b34801561041e57600080fd5b50610427610b21565b6040805160ff9092168252519081900360200190f35b34801561044957600080fd5b506102f86004803603604081101561046057600080fd5b506001600160a01b038135169060200135610b2a565b34801561048257600080fd5b506103a36004803603602081101561049957600080fd5b5035610b78565b3480156104ac57600080fd5b50610321600480360360408110156104c357600080fd5b50803590602001351515610c52565b3480156104de57600080fd5b50610348610ce4565b3480156104f357600080fd5b506103a3610d08565b34801561050857600080fd5b506102f86004803603602081101561051f57600080fd5b50356001600160a01b0316610d79565b34801561053b57600080fd5b506103a36004803603602081101561055257600080fd5b5035610d97565b34801561056557600080fd5b506102f8610e57565b34801561057a57600080fd5b506103216004803603602081101561059157600080fd5b50356001600160a01b0316610e67565b3480156105ad57600080fd5b506103a3610ec9565b3480156105c257600080fd5b50610321610f59565b3480156105d757600080fd5b50610348610f5d565b3480156105ec57600080fd5b50610348610f6c565b34801561060157600080fd5b5061024a610f7b565b34801561061657600080fd5b506103a36004803603602081101561062d57600080fd5b5035610fdc565b34801561064057600080fd5b506102f86004803603604081101561065757600080fd5b506001600160a01b03813516906020013561109c565b34801561067957600080fd5b506103a3611104565b34801561068e57600080fd5b506102f8600480360360408110156106a557600080fd5b506001600160a01b0381351690602001356111f2565b3480156106c757600080fd5b506103a3600480360360408110156106de57600080fd5b506001600160a01b0381351690602001351515611206565b34801561070257600080fd5b50610321611289565b34801561071757600080fd5b506102f86004803603602081101561072e57600080fd5b50356001600160a01b031661128f565b34801561074a57600080fd5b506103a36004803603602081101561076157600080fd5b50356001600160a01b03166112ad565b34801561077d57600080fd5b506103a36004803603602081101561079457600080fd5b5035611327565b3480156107a757600080fd5b50610321600480360360408110156107be57600080fd5b506001600160a01b03813581169160200135166113c5565b3480156107e257600080fd5b506103a3600480360360208110156107f957600080fd5b503515156113f0565b34801561080e57600080fd5b506103a36004803603602081101561082557600080fd5b50356001600160a01b0316611466565b34801561084157600080fd5b506103a36004803603602081101561085857600080fd5b50356001600160a01b0316611648565b34801561087457600080fd5b506103a361172e565b34801561088957600080fd5b506103a3600480360360208110156108a057600080fd5b50356001600160a01b0316611790565b600c8054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561093c5780601f106109115761010080835404028352916020019161093c565b820191906000526020600020905b81548152906001019060200180831161091f57829003601f168201915b5050505050905090565b600061095a610953611951565b8484611955565b5060015b92915050565b600b5490565b7f000000000000000000000000000000000000000000000000000000000000000081565b60095490565b61099c611951565b6000546001600160a01b039081169116146109ec576040805162461bcd60e51b815260206004820181905260248201526000805160206129a8833981519152604482015290519081900360640190fd5b678ac7230489e80000811015610a335760405162461bcd60e51b8152600401808060200182810382526030815260200180612a116030913960400191505060405180910390fd5b601455565b6000610a45848484611a41565b610ab584610a51611951565b610ab085604051806060016040528060288152602001612980602891396001600160a01b038a16600090815260056020526040812090610a8f611951565b6001600160a01b031681526020810191909152604001600020549190611c9e565b611955565b5060019392505050565b6000600a54821115610b025760405162461bcd60e51b815260040180806020018281038252602a8152602001806128c5602a913960400191505060405180910390fd5b6000610b0c611d35565b9050610b188382611d58565b9150505b919050565b600e5460ff1690565b600061095a610b37611951565b84610ab08560056000610b48611951565b6001600160a01b03908116825260208083019390935260409182016000908120918c168152925290205490611da1565b6000610b82611951565b6001600160a01b03811660009081526007602052604090205490915060ff1615610bdd5760405162461bcd60e51b815260040180806020018281038252602c815260200180612aac602c913960400191505060405180910390fd5b6000610be883611dfb565b505050506001600160a01b038416600090815260036020526040902054919250610c1491905082611e57565b6001600160a01b038316600090815260036020526040902055600a54610c3a9082611e57565b600a55600b54610c4a9084611da1565b600b55505050565b6000600954831115610cab576040805162461bcd60e51b815260206004820152601f60248201527f416d6f756e74206d757374206265206c657373207468616e20737570706c7900604482015290519081900360640190fd5b81610cca576000610cbb84611dfb565b5093955061095e945050505050565b6000610cd584611dfb565b5092955061095e945050505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b610d10611951565b6000546001600160a01b03908116911614610d60576040805162461bcd60e51b815260206004820181905260248201526000805160206129a8833981519152604482015290519081900360640190fd5b6000610d6b30610e67565b9050610d7681611e99565b50565b6001600160a01b031660009081526006602052604090205460ff1690565b610d9f611951565b6000546001600160a01b03908116911614610def576040805162461bcd60e51b815260206004820181905260248201526000805160206129a8833981519152604482015290519081900360640190fd5b60018110158015610e015750600a8111155b610e52576040805162461bcd60e51b815260206004820152601a60248201527f7461784665652073686f756c6420626520696e2031202d203130000000000000604482015290519081900360640190fd5b600f55565b601354600160a81b900460ff1681565b6001600160a01b03811660009081526007602052604081205460ff1615610ea757506001600160a01b038116600090815260046020526040902054610b1c565b6001600160a01b03821660009081526003602052604090205461095e90610abf565b610ed1611951565b6000546001600160a01b03908116911614610f21576040805162461bcd60e51b815260206004820181905260248201526000805160206129a8833981519152604482015290519081900360640190fd5b600080546040516001600160a01b03909116906000805160206129c8833981519152908390a3600080546001600160a01b0319169055565b4790565b6013546001600160a01b031681565b6000546001600160a01b031690565b600d8054604080516020601f600260001961010060018816150201909516949094049384018190048102820181019092528281526060939092909183018282801561093c5780601f106109115761010080835404028352916020019161093c565b610fe4611951565b6000546001600160a01b03908116911614611034576040805162461bcd60e51b815260206004820181905260248201526000805160206129a8833981519152604482015290519081900360640190fd5b60018110158015611046575060058111155b611097576040805162461bcd60e51b815260206004820152601d60248201527f636861726974794665652073686f756c6420626520696e2031202d2035000000604482015290519081900360640190fd5b601055565b600061095a6110a9611951565b84610ab085604051806060016040528060258152602001612afb60259139600560006110d3611951565b6001600160a01b03908116825260208083019390935260409182016000908120918d16815292529020549190611c9e565b6001546001600160a01b0316331461114d5760405162461bcd60e51b8152600401808060200182810382526023815260200180612ad86023913960400191505060405180910390fd5b60025442116111a3576040805162461bcd60e51b815260206004820152601f60248201527f436f6e7472616374206973206c6f636b656420756e74696c2037206461797300604482015290519081900360640190fd5b600154600080546040516001600160a01b0393841693909116916000805160206129c883398151915291a3600154600080546001600160a01b0319166001600160a01b03909216919091179055565b600061095a6111ff611951565b8484611a41565b61120e611951565b6000546001600160a01b0390811691161461125e576040805162461bcd60e51b815260206004820181905260248201526000805160206129a8833981519152604482015290519081900360640190fd5b6001600160a01b03919091166000908152600660205260409020805460ff1916911515919091179055565b60025490565b6001600160a01b031660009081526007602052604090205460ff1690565b6112b5611951565b6000546001600160a01b03908116911614611305576040805162461bcd60e51b815260206004820181905260248201526000805160206129a8833981519152604482015290519081900360640190fd5b601380546001600160a01b0319166001600160a01b0392909216919091179055565b61132f611951565b6000546001600160a01b0390811691161461137f576040805162461bcd60e51b815260206004820181905260248201526000805160206129a8833981519152604482015290519081900360640190fd5b60008054600180546001600160a01b03199081166001600160a01b0384161790915516815542820160025560405181906000805160206129c8833981519152908290a350565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205490565b6113f8611951565b6000546001600160a01b03908116911614611448576040805162461bcd60e51b815260206004820181905260248201526000805160206129a8833981519152604482015290519081900360640190fd5b60138054911515600160a81b0260ff60a81b19909216919091179055565b61146e611951565b6000546001600160a01b039081169116146114be576040805162461bcd60e51b815260206004820181905260248201526000805160206129a8833981519152604482015290519081900360640190fd5b7360ae616a2155ee3d9a68541ba4544862310933d46001600160a01b038216141561151a5760405162461bcd60e51b8152600401808060200182810382526022815260200180612a8a6022913960400191505060405180910390fd5b6001600160a01b03811660009081526007602052604090205460ff1615611588576040805162461bcd60e51b815260206004820152601b60248201527f4163636f756e7420697320616c7265616479206578636c756465640000000000604482015290519081900360640190fd5b6001600160a01b038116600090815260036020526040902054156115e2576001600160a01b0381166000908152600360205260409020546115c890610abf565b6001600160a01b0382166000908152600460205260409020555b6001600160a01b03166000818152600760205260408120805460ff191660019081179091556008805491820181559091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30180546001600160a01b0319169091179055565b611650611951565b6000546001600160a01b039081169116146116a0576040805162461bcd60e51b815260206004820181905260248201526000805160206129a8833981519152604482015290519081900360640190fd5b6001600160a01b0381166116e55760405162461bcd60e51b81526004018080602001828103825260268152602001806128ef6026913960400191505060405180910390fd5b600080546040516001600160a01b03808516939216916000805160206129c883398151915291a3600080546001600160a01b0319166001600160a01b0392909216919091179055565b611736611951565b6000546001600160a01b03908116911614611786576040805162461bcd60e51b815260206004820181905260248201526000805160206129a8833981519152604482015290519081900360640190fd5b47610d76816120d0565b611798611951565b6000546001600160a01b039081169116146117e8576040805162461bcd60e51b815260206004820181905260248201526000805160206129a8833981519152604482015290519081900360640190fd5b6001600160a01b03811660009081526007602052604090205460ff16611855576040805162461bcd60e51b815260206004820152601b60248201527f4163636f756e7420697320616c7265616479206578636c756465640000000000604482015290519081900360640190fd5b60005b60085481101561194d57816001600160a01b03166008828154811061187957fe5b6000918252602090912001546001600160a01b03161415611945576008805460001981019081106118a657fe5b600091825260209091200154600880546001600160a01b0390921691839081106118cc57fe5b600091825260208083209190910180546001600160a01b0319166001600160a01b039485161790559184168152600482526040808220829055600790925220805460ff19169055600880548061191e57fe5b600082815260209020810160001990810180546001600160a01b031916905501905561194d565b600101611858565b5050565b3390565b6001600160a01b03831661199a5760405162461bcd60e51b8152600401808060200182810382526024815260200180612a666024913960400191505060405180910390fd5b6001600160a01b0382166119df5760405162461bcd60e51b81526004018080602001828103825260228152602001806129156022913960400191505060405180910390fd5b6001600160a01b03808416600081815260056020908152604080832094871680845294825291829020859055815185815291517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b9259281900390910190a3505050565b6001600160a01b038316611a865760405162461bcd60e51b8152600401808060200182810382526025815260200180612a416025913960400191505060405180910390fd5b6001600160a01b038216611acb5760405162461bcd60e51b81526004018080602001828103825260238152602001806128a26023913960400191505060405180910390fd5b60008111611b0a5760405162461bcd60e51b81526004018080602001828103825260298152602001806129e86029913960400191505060405180910390fd5b611b12610f6c565b6001600160a01b0316836001600160a01b031614158015611b4c5750611b36610f6c565b6001600160a01b0316826001600160a01b031614155b15611b9257601454811115611b925760405162461bcd60e51b81526004018080602001828103825260288152602001806129376028913960400191505060405180910390fd5b6000611b9d30610e67565b90506014548110611bad57506014545b6015546013549082101590600160a01b900460ff16158015611bd85750601354600160a81b900460ff165b8015611be15750805b8015611c1f57507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316856001600160a01b031614155b15611c3f57611c2d82611e99565b478015611c3d57611c3d476120d0565b505b6001600160a01b03851660009081526006602052604090205460019060ff1680611c8157506001600160a01b03851660009081526006602052604090205460ff165b15611c8a575060005b611c968686868461210a565b505050505050565b60008184841115611d2d5760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b83811015611cf2578181015183820152602001611cda565b50505050905090810190601f168015611d1f5780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b505050900390565b6000806000611d4261227e565b9092509050611d518282611d58565b9250505090565b6000611d9a83836040518060400160405280601a81526020017f536166654d6174683a206469766973696f6e206279207a65726f0000000000008152506123e1565b9392505050565b600082820183811015611d9a576040805162461bcd60e51b815260206004820152601b60248201527f536166654d6174683a206164646974696f6e206f766572666c6f770000000000604482015290519081900360640190fd5b6000806000806000806000806000611e188a600f54601054612446565b9250925092506000611e28611d35565b90506000806000611e3a8e878661249b565b919e509c509a509598509396509194505050505091939550919395565b6000611d9a83836040518060400160405280601e81526020017f536166654d6174683a207375627472616374696f6e206f766572666c6f770000815250611c9e565b6013805460ff60a01b1916600160a01b17905560408051600280825260608083018452926020830190803683370190505090503081600081518110611eda57fe5b60200260200101906001600160a01b031690816001600160a01b0316815250507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166373b295c26040518163ffffffff1660e01b815260040160206040518083038186803b158015611f5357600080fd5b505afa158015611f67573d6000803e3d6000fd5b505050506040513d6020811015611f7d57600080fd5b5051815182906001908110611f8e57fe5b60200260200101906001600160a01b031690816001600160a01b031681525050611fd9307f000000000000000000000000000000000000000000000000000000000000000084611955565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663762b15628360008430426040518663ffffffff1660e01b81526004018086815260200185815260200180602001846001600160a01b03168152602001838152602001828103825285818151815260200191508051906020019060200280838360005b8381101561207e578181015183820152602001612066565b505050509050019650505050505050600060405180830381600087803b1580156120a757600080fd5b505af11580156120bb573d6000803e3d6000fd5b50506013805460ff60a01b1916905550505050565b6013546040516001600160a01b039091169082156108fc029083906000818181858888f1935050505015801561194d573d6000803e3d6000fd5b80612117576121176124d7565b6001600160a01b03841660009081526007602052604090205460ff16801561215857506001600160a01b03831660009081526007602052604090205460ff16155b1561216d57612168848484612509565b61226b565b6001600160a01b03841660009081526007602052604090205460ff161580156121ae57506001600160a01b03831660009081526007602052604090205460ff165b156121be5761216884848461262d565b6001600160a01b03841660009081526007602052604090205460ff1615801561220057506001600160a01b03831660009081526007602052604090205460ff16155b15612210576121688484846126d6565b6001600160a01b03841660009081526007602052604090205460ff16801561225057506001600160a01b03831660009081526007602052604090205460ff165b156122605761216884848461271a565b61226b8484846126d6565b806122785761227861278d565b50505050565b600a546009546000918291825b6008548110156123af578260036000600884815481106122a757fe5b60009182526020808320909101546001600160a01b03168352820192909252604001902054118061230c57508160046000600884815481106122e557fe5b60009182526020808320909101546001600160a01b03168352820192909252604001902054115b1561232357600a54600954945094505050506123dd565b612363600360006008848154811061233757fe5b60009182526020808320909101546001600160a01b031683528201929092526040019020548490611e57565b92506123a5600460006008848154811061237957fe5b60009182526020808320909101546001600160a01b031683528201929092526040019020548390611e57565b915060010161228b565b50600954600a546123bf91611d58565b8210156123d757600a546009549350935050506123dd565b90925090505b9091565b600081836124305760405162461bcd60e51b8152602060048201818152835160248401528351909283926044909101919085019080838360008315611cf2578181015183820152602001611cda565b50600083858161243c57fe5b0495945050505050565b6000808080612460606461245a898961279b565b90611d58565b90506000612473606461245a8a8961279b565b9050600061248b826124858b86611e57565b90611e57565b9992985090965090945050505050565b60008080806124aa878661279b565b905060006124b8878761279b565b905060006124c68383611e57565b929992985090965090945050505050565b600f541580156124e75750601054155b156124f157612507565b600f805460115560108054601255600091829055555b565b60008060008060008061251b87611dfb565b6001600160a01b038f16600090815260046020526040902054959b5093995091975095509350915061254d9088611e57565b6001600160a01b038a1660009081526004602090815260408083209390935560039052205461257c9087611e57565b6001600160a01b03808b1660009081526003602052604080822093909355908a16815220546125ab9086611da1565b6001600160a01b0389166000908152600360205260409020556125cd816127f4565b6125d7848361287d565b876001600160a01b0316896001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040518082815260200191505060405180910390a3505050505050505050565b60008060008060008061263f87611dfb565b6001600160a01b038f16600090815260036020526040902054959b509399509197509550935091506126719087611e57565b6001600160a01b03808b16600090815260036020908152604080832094909455918b168152600490915220546126a79084611da1565b6001600160a01b0389166000908152600460209081526040808320939093556003905220546125ab9086611da1565b6000806000806000806126e887611dfb565b6001600160a01b038f16600090815260036020526040902054959b5093995091975095509350915061257c9087611e57565b60008060008060008061272c87611dfb565b6001600160a01b038f16600090815260046020526040902054959b5093995091975095509350915061275e9088611e57565b6001600160a01b038a166000908152600460209081526040808320939093556003905220546126719087611e57565b601154600f55601254601055565b6000826127aa5750600061095e565b828202828482816127b757fe5b0414611d9a5760405162461bcd60e51b815260040180806020018281038252602181526020018061295f6021913960400191505060405180910390fd5b60006127fe611d35565b9050600061280c838361279b565b306000908152600360205260409020549091506128299082611da1565b3060009081526003602090815260408083209390935560079052205460ff161561287857306000908152600460205260409020546128679084611da1565b306000908152600460205260409020555b505050565b600a5461288a9083611e57565b600a55600b5461289a9082611da1565b600b55505056fe45524332303a207472616e7366657220746f20746865207a65726f2061646472657373416d6f756e74206d757374206265206c657373207468616e20746f74616c207265666c656374696f6e734f776e61626c653a206e6577206f776e657220697320746865207a65726f206164647265737345524332303a20617070726f766520746f20746865207a65726f20616464726573735472616e7366657220616d6f756e74206578636565647320746865206d61785478416d6f756e742e536166654d6174683a206d756c7469706c69636174696f6e206f766572666c6f7745524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e63654f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65728be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e05472616e7366657220616d6f756e74206d7573742062652067726561746572207468616e207a65726f6d61785478416d6f756e742073686f756c642062652067726561746572207468616e203130303030303030303030653945524332303a207472616e736665722066726f6d20746865207a65726f206164647265737345524332303a20617070726f76652066726f6d20746865207a65726f206164647265737357652063616e206e6f74206578636c75646520556e697377617020726f757465722e4578636c75646564206164647265737365732063616e6e6f742063616c6c20746869732066756e6374696f6e596f7520646f6e27742068617665207065726d697373696f6e20746f20756e6c6f636b45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77207a65726fa2646970667358221220bcaadbc07b10b228120836b5c731dceb88e72b8a5a902c4c557b5498ad49032f64736f6c634300060c0033000000000000000000000000d8b86c619e5cbf92173c5d7d162c60c62eac84f8

Loading