ETH Price: $3,498.47 (+2.02%)
Gas: 2 Gwei

Token

Peptang ($PEPTANG)
 

Overview

Max Total Supply

1,000,000,000 $PEPTANG

Holders

56

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Balance
0.426349178414889046 $PEPTANG

Value
$0.00
0xd0090da2c46c4524bac43a4240433b27760aa0e1
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
Peptang

Compiler Version
v0.8.20+commit.a1b79de6

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
File 1 of 9 : Peptang.sol
/*
                                           ....                                           
                                 .....  .--:  .--:.  .....                                
                               --.  :-::....:::....:-:  .--                               
                       .:::--:-:.:-=++*****+++++*****+==-::-::--::.                       
                       =:  .:=+**++++++**###+++*#+++++++++**+-:  .=.                      
                  .::-=..-+#*+++*+###-+#####.*--+.==*+:-+#*+++#*=:.=-:::                  
                ::.::.:+#+++*+*#*.-=#+:*+*##.++#-:==#:-=:#--=+*++**=:::.:-                
                +. .=#*++*==**:**.=+-*--=++++++++===+=###:-=+*###*++**-..=:               
              :=..=#*=*##-=##+*:*=+++*#**++=====++*#*++++==-###*:--*+=**:.=:.             
           ::-:.-**+*+*-=*-==-+++*+=-:.     ..      .:-=**+++#+.=--+*+++#*::--:.          
          -:  :*#=**:+=**-*++**=:.          -*.          .:+*++===+-.=-+++#=. .=          
          =: :#+=#=#=.-##++#+:         .::::*#=::::         .-**=+-:+=#*=*=#*..*          
        .-: =#++*:+-+#+=+#+.            :=######+-.           .-+*=++=-.=:*=**:.-.        
      :::. =#=*##+-:+*=*+:    :::.::::.   -####+.  .:::.:::      -#*+=-++*+*++#:.:::      
      --  -#=**:---#+=#=      ::-----=.  :*=..-+=  .=------.      .+*=*=-.=.*=*#. :-      
      .+ :#++#==#*.++#-                  .      ..                 .+#=*+:--*#-#+ ::      
      =:.*#=###+==*=#-...............................................*#=*#####*=#-.=      
    .-- :************************************************************************+.:-:    
    -.  +%%%%+::::-=*%*::::::-%-::::-=#*::::::::=%+::+%%%=::=%*::-%%*=-:::-%%**#%%- ...   
    :=  #%%%%*  -+-  +%  :++++%-  ++:  #=+=  :+=#%:  :%%%+   -#  -%+  -+++*%#++#%%+ =-    
     =..%%%%%+  =%#  -#  .-:*%%-  #%+  +%%*  -%%%=    +%%=    -  :%:  #%%%%%%%%%%%#.+     
    .= .%%%%%+   :. .##  .--#%%-   :  :%%%*  -%%#  ..  #%=  =    :%:  #%=  +%%%%%%# +:    
   -.: .%%%%%*  -+*#%%%  .===+%-  ++*#%%%%#  =%%:  --  :%+  *#   :%+  :=.  *%%%%%%# :.-   
   -.:  #%%%%+--=%%%%%*-------%---*%%%%%%%+--=%*---%%---*=--+%*:--%%#=--=-:#%%%%%%+ :.-   
    .=. =*************************************************************************:.=:    
      + :#**######=#*:::::::::::::::::::::---:-==-:::::::::::::::::::-#**######+#*.=      
     :=  *#=######*=#-                  -+*+***++*-.                .*#=######*=#- --     
     -.  :#++######*+#-               .=*++++**++***=               +#=#######-#+  .-     
     .:=: :#=+######*=#=.            .*#+++=++-+*+-==             .+*=#######=*#..=-.     
        -: =#=*######*=**:           *++++++**+++++*.            -#*+#######+*#:.-        
         +..=#+*#######++#=.         #++++*********#-          :+*=+#######=**: +         
        .::  :*+=######--++#+:       =#*++*******#+-        .-**+=--+####*=#*. .-.        
         ::--..*#=*##=.:-*=-+**=:     .---==++==:.       .:+#+++-:#=.**#++#=.-=::         
            .:-.-#+++=#==::+=:=+**+=:..             .:-=+*++---+*=.:+==+#*:-:.            
              :-..=#*+**:+*:.==-+-++++***++=====++***+++---+=.--++#==+**-.--              
              .::  .=#*++#-.+++#:.=+:-+:--=++=++++=---=*.==-#*:--==+#*-. .:.              
               .::--:.-+#+++==#=:+:-.+=.==+*.==*##*.=-.+*.-=-*+++**=::--::.               
                     --..-+**++++##-=#::==##==:=###-:=--#+-+++**=:.:-                     
                      --    :-+#*+++++====#*=--*##*+=++++*#*=-.   -=                      
                       .::---:-..:-=+*****+++++++*****+=-:.::----::                       
                               --  ........:::::.......  -=.                              
                                .:::::..:==:  .-=-..::-::.                                
                                           ....                                           
                                                         
Website: https://www.peptang.xyz/
Twitter: https://twitter.com/PeptangERC20
Telegram: https://t.me/PepTangERC
*/

// SPDX-License-Identifier: UNLICENSED
pragma solidity 0.8.20;

import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";
import "@uniswap/v2-core/contracts/interfaces/IUniswapV2Factory.sol";
import "@uniswap/v2-periphery/contracts/interfaces/IUniswapV2Router02.sol";

contract Peptang is ERC20("Peptang", "$PEPTANG"), Ownable {

    // Uniswap variables
    IUniswapV2Factory public constant UNISWAP_FACTORY =
    IUniswapV2Factory(0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f);

    IUniswapV2Router02 public constant UNISWAP_ROUTER = 
    IUniswapV2Router02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);

    address public immutable UNISWAP_V2_PAIR;

    // Contract variables
    uint256 constant TOTAL_SUPPLY = 1_000_000_000 ether;
    address constant BURN_ADDRESS = address(0xdead);
    uint256 public launchedOnBlock;

    // Max buy | sell | wallet amount
    uint256 public maxBuyAmount;
    uint256 public maxSellAmount;
    uint256 public maxWalletAmount;

    // Swap back variables
    bool private swapping;
    uint256 public swapTokensAtAmount;

    // Tax fee recipient
    address public peptangWallet;
    address public devWallet;
    
    // Trading state variables
    bool public limitsActive = true;
    bool public tradingActive = false;
    bool public swapEnabled = false;

    // Tax fees
    uint256 public totalBuyFees = 3;
    uint256 public treasuryBuyFee = 3;
    uint256 public devBuyFee = 0;

    uint256 public totalSaleFees = 3;
    uint256 public treasurySellFee = 3;
    uint256 public devSellFee = 0;

    uint256 public treasuryTokens;
    uint256 public devTokens;

    // Exlcude from fees and max transaction amount
    mapping(address => bool) private _isExcludedFromFees;
    mapping(address => bool) public _isExcludedMaxTransactionAmount;
    mapping(address => bool) public isBot;


    event EnabledTrading(bool tradingActive);
    event RemovedLimits();
    event ExcludeFromFees(address indexed account, bool isExcluded);
    event UpdatedMaxBuyAmount(uint256 newAmount);
    event UpdatedMaxSellAmount(uint256 newAmount);
    event UpdatedMaxWalletAmount(uint256 newAmount);
    event UpdatedPeptangWallet(address indexed newWallet);
    event UpdatedDevWallet(address indexed newWallet);
    event UpdatedRewardsAddress(address indexed newWallet);
    event MaxTransactionExclusion(address _address, bool excluded);

    event SwapAndLiquify(
        uint256 tokensSwapped,
        uint256 ethReceived,
        uint256 tokensIntoLiquidity
    );
    

    constructor() {
        _mint(msg.sender, TOTAL_SUPPLY);

        _approve(address(this), address(UNISWAP_ROUTER), ~uint256(0));

        _excludeFromMaxTransaction(address(UNISWAP_ROUTER), true);

        UNISWAP_V2_PAIR = UNISWAP_FACTORY.createPair(
            address(this),
            UNISWAP_ROUTER.WETH()
        );

        maxBuyAmount = (totalSupply() * 20) / 1_000;
        maxSellAmount = (totalSupply() * 20) / 1_000;
        maxWalletAmount = (totalSupply() * 30) / 1_000;
        swapTokensAtAmount = (totalSupply() * 100) / 10_000;

        peptangWallet = msg.sender;
        devWallet = msg.sender;

        _excludeFromMaxTransaction(msg.sender, true);
        _excludeFromMaxTransaction(address(this), true);
        _excludeFromMaxTransaction(address(0xdead), true);

        excludeFromFees(msg.sender, true);
        excludeFromFees(address(this), true);
        excludeFromFees(address(0xdead), true);
    }


    receive() external payable {}


    function launch() public onlyOwner {
        require(launchedOnBlock == 0, "ERROR: Token state is already live !");
        launchedOnBlock = block.number;
        tradingActive = true;
        swapEnabled = true;
        emit EnabledTrading(tradingActive);
    }

    function updateMaxBuyAmount(uint256 newNum) external onlyOwner {
        require(
            newNum >= ((totalSupply() * 1) / 1_000),
            "ERROR: Cannot set max buy amount lower than 0.1% !"
        );
        maxBuyAmount = newNum;
        emit UpdatedMaxBuyAmount(maxBuyAmount);
    }

    function updateMaxSellAmount(uint256 newNum) external onlyOwner {
        require(
            newNum >= ((totalSupply() * 1) / 1_000),
            "ERROR: Cannot set max sell amount lower than 0.1% !"
        );
        maxSellAmount = newNum;
        emit UpdatedMaxSellAmount(maxSellAmount);
    }

    // remove limits after token is stable
    function removeLimits() external onlyOwner {
        limitsActive = false;
        emit RemovedLimits();
    }

    function setpeptangWallet(address _peptangWallet) external onlyOwner {
        require(_peptangWallet != address(0), "ERROR: _peptangWallet address cannot be 0 !");
        peptangWallet = payable(_peptangWallet);
        emit UpdatedPeptangWallet(_peptangWallet);
    }

    function setDevWallet(address _devWallet) external onlyOwner {
        require(_devWallet != address(0), "ERROR: _devWallet address cannot be 0 !");
        devWallet = payable(_devWallet);
        emit UpdatedDevWallet(_devWallet);
    }

    function _excludeFromMaxTransaction(
        address updAds,
        bool isExcluded
    ) private {
        _isExcludedMaxTransactionAmount[updAds] = isExcluded;
        emit MaxTransactionExclusion(updAds, isExcluded);
    }

    function excludeFromFees(address account, bool excluded) public onlyOwner {
        _isExcludedFromFees[account] = excluded;
        emit ExcludeFromFees(account, excluded);
    }


    function updateTaxFees(
        uint256 _newTreasurySellFee,
        uint256 _newTreasuryBuyFee,
        uint256 _newDevSellFee,
        uint256 _newDevBuyFee
    ) external onlyOwner {
        treasurySellFee = _newTreasurySellFee;
        treasuryBuyFee = _newTreasuryBuyFee;
        devSellFee = _newDevSellFee;
        devBuyFee = _newDevBuyFee;
        totalBuyFees = treasuryBuyFee + devBuyFee;
        totalSaleFees = treasurySellFee + devSellFee;
    }


    function addBotterToList(address _account) external onlyOwner {
        require(
            _account != address(UNISWAP_ROUTER),
            "ERROR: Cannot blacklist Uniswap Router !"
        );
        require(!isBot[_account], "ERROR: Botter already exist !");
        isBot[_account] = true;
    }

    function removeBotterFromList(address _account) external onlyOwner {
        require(isBot[_account], "ERROR: Address not found in Bots !");
        isBot[_account] = false;
    }


    // TRADING GOVERNANCE
    function _transfer(
        address from,
        address to,
        uint256 amount
    ) internal override {
        require(from != address(0), "ERROR ERC20: transfer from the zero address !");
        require(to != address(0), "ERROR ERC20: transfer to the zero address !");
        require(amount > 0, "ERROR: Amount must be greater than 0 !");
        require(!isBot[to], "ERROR: Bot detected !");
        require(!isBot[from], "ERROR: Bot detected !");

        if (limitsActive) {
            if (
                from != owner() &&
                to != owner() &&
                to != address(0) &&
                to != address(0xdead)
            ) {
                if (!tradingActive) {
                    require(
                        _isExcludedMaxTransactionAmount[from] || _isExcludedMaxTransactionAmount[to],
                        "ERROR: Trading is not active !"
                    );
                    require(from == owner(), "ERROR: Trading is active !");
                }
                //when buy
                if (
                    from == UNISWAP_V2_PAIR && !_isExcludedMaxTransactionAmount[to]
                ) {
                    require(
                        amount <= maxBuyAmount,
                        "ERROR: Buy amount limit exceeded !"
                    );
                    require(
                        amount + balanceOf(to) <= maxWalletAmount,
                        "ERROR: Max wallet amount exceeded !"
                    );
                }
                //when sell
                else if (
                    to == UNISWAP_V2_PAIR && !_isExcludedMaxTransactionAmount[from]
                ) {
                    require(
                        amount <= maxSellAmount,
                        "ERROR: Sale amount limit exceeded !"
                    );
                } else if (
                    !_isExcludedMaxTransactionAmount[to] &&
                    !_isExcludedMaxTransactionAmount[from]
                ) {
                    require(
                        amount + balanceOf(to) <= maxWalletAmount,
                        "ERROR: Max wallet amount exceeded !"
                    );
                }
            }
        }

        uint256 contractTokenBalance = balanceOf(address(this));

        bool canSwap = contractTokenBalance >= swapTokensAtAmount;

        if (
            canSwap &&
            swapEnabled &&
            !swapping &&
            !(from == UNISWAP_V2_PAIR) &&
            !_isExcludedFromFees[from] &&
            !_isExcludedFromFees[to]
        ) {
            swapping = true;

            swapBack();

            swapping = false;
        }

        bool takeFee = true;

        // if any account belongs to _isExcludedFromFee account then remove the fee
        if (_isExcludedFromFees[from] || _isExcludedFromFees[to]) {
            takeFee = false;
        }

        uint256 fees = 0;
        // only take fees on buys/sells, do not take on wallet transfers
        if (takeFee) {
            // on sell
            if (to == UNISWAP_V2_PAIR && totalSaleFees > 0) {
                fees = (amount * totalSaleFees) / 100;
                treasuryTokens += (fees * treasurySellFee) / totalSaleFees;
                devTokens += (fees * devSellFee) / totalSaleFees;
            }
            // on buy
            else if (from == UNISWAP_V2_PAIR && totalBuyFees > 0) {
                fees = (amount * totalBuyFees) / 100;
                treasuryTokens += (fees * treasuryBuyFee) / totalBuyFees;
                devTokens += (fees * devBuyFee) / totalBuyFees;
            }

            if (fees > 0) {
                super._transfer(from, address(this), fees);
            }

            amount -= fees;
        }

        super._transfer(from, to, amount);
    }



    function swapTokensForEth(uint256 tokenAmount) private {
        // generate the uniswap pair path of token -> weth
        address[] memory path = new address[](2);
        path[0] = address(this);
        path[1] = UNISWAP_ROUTER.WETH();

        _approve(address(this), address(UNISWAP_ROUTER), tokenAmount);

        // make the swap
        UNISWAP_ROUTER.swapExactTokensForETHSupportingFeeOnTransferTokens(
            tokenAmount,
            0, // accept any amount of ETH
            path,
            address(this),
            block.timestamp
        );
    }


    function swapBack() private {
        uint256 contractBalance = balanceOf(address(this));
        uint256 totalTokensToSwap = treasuryTokens + devTokens;
        bool success;

        if (contractBalance == 0 || totalTokensToSwap == 0) {
            return;
        }

        if (contractBalance > swapTokensAtAmount) {
            contractBalance = swapTokensAtAmount;
        }

        uint256 amountToSwapForETH = contractBalance;

        swapTokensForEth(amountToSwapForETH);

        uint256 ethBalance = address(this).balance;

        uint256 ethForTreasury = (ethBalance * treasuryTokens) / totalTokensToSwap;

        treasuryTokens = 0;
        devTokens = 0;

        (success, ) = address(peptangWallet).call{value: ethForTreasury}("");
        (success, ) = address(devWallet).call{value: address(this).balance}("");
    }

    
    function airdropTokens(
        address[] calldata addresses,
        uint256[] calldata amounts
    ) external onlyOwner {
        require(
            addresses.length == amounts.length,
            "ERROR: Array sizes must be equal !"
        );
        uint256 i = 0;
        while (i < addresses.length) {
            uint256 _amount = amounts[i] * 1e18;
            _transfer(msg.sender, addresses[i], _amount);
            i += 1;
        }
    }



    // to withdarw ETH from contract 
    // NOTE: ARGUMENT IN WEI
    function withdrawETH(uint256 _amount) external onlyOwner {

        require(
            address(this).balance >= _amount,
            "ERROR: Insufficient balance to complete txn !"
        );

        payable(msg.sender).transfer(_amount);
    }

    // to withdraw ERC20 tokens from contract 
    // NOTE: ARGUMENT IN WEI
    function withdrawToken(IERC20 _token, uint256 _amount) external onlyOwner {

        require(
            _token.balanceOf(address(this)) >= _amount,
            "ERROR: Insufficient balance to complete txn !"
        );

        _token.transfer(msg.sender, _amount);
    }

    // DISABLE TRADING | EMERGENCY USE ONLY
    function updateTradingStatus(bool enabled) external onlyOwner {
        tradingActive = enabled;
    }
    
}

File 2 of 9 : IUniswapV2Router02.sol
pragma solidity >=0.6.2;

import './IUniswapV2Router01.sol';

interface IUniswapV2Router02 is IUniswapV2Router01 {
    function removeLiquidityETHSupportingFeeOnTransferTokens(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    ) external returns (uint amountETH);
    function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline,
        bool approveMax, uint8 v, bytes32 r, bytes32 s
    ) external returns (uint amountETH);

    function swapExactTokensForTokensSupportingFeeOnTransferTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external;
    function swapExactETHForTokensSupportingFeeOnTransferTokens(
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external payable;
    function swapExactTokensForETHSupportingFeeOnTransferTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external;
}

File 3 of 9 : IUniswapV2Factory.sol
pragma solidity >=0.5.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;
}

File 4 of 9 : Ownable.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)

pragma solidity ^0.8.0;

import "../utils/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 anymore. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby removing 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);
    }
}

File 5 of 9 : ERC20.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC20/ERC20.sol)

pragma solidity ^0.8.0;

import "./IERC20.sol";
import "./extensions/IERC20Metadata.sol";
import "../../utils/Context.sol";

/**
 * @dev Implementation of the {IERC20} interface.
 *
 * This implementation is agnostic to the way tokens are created. This means
 * that a supply mechanism has to be added in a derived contract using {_mint}.
 * For a generic mechanism see {ERC20PresetMinterPauser}.
 *
 * TIP: For a detailed writeup see our guide
 * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How
 * to implement supply mechanisms].
 *
 * We have followed general OpenZeppelin Contracts guidelines: functions revert
 * instead returning `false` on failure. This behavior is nonetheless
 * conventional and does not conflict with the expectations of ERC20
 * applications.
 *
 * Additionally, an {Approval} event is emitted on calls to {transferFrom}.
 * This allows applications to reconstruct the allowance for all accounts just
 * by listening to said events. Other implementations of the EIP may not emit
 * these events, as it isn't required by the specification.
 *
 * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
 * functions have been added to mitigate the well-known issues around setting
 * allowances. See {IERC20-approve}.
 */
contract ERC20 is Context, IERC20, IERC20Metadata {
    mapping(address => uint256) private _balances;

    mapping(address => mapping(address => uint256)) private _allowances;

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

    /**
     * @dev Sets the values for {name} and {symbol}.
     *
     * The default value of {decimals} is 18. To select a different value for
     * {decimals} you should overload it.
     *
     * All two of these values are immutable: they can only be set once during
     * construction.
     */
    constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
    }

    /**
     * @dev Returns the name of the token.
     */
    function name() public view virtual override returns (string memory) {
        return _name;
    }

    /**
     * @dev Returns the symbol of the token, usually a shorter version of the
     * name.
     */
    function symbol() public view virtual override returns (string memory) {
        return _symbol;
    }

    /**
     * @dev Returns the number of decimals used to get its user representation.
     * For example, if `decimals` equals `2`, a balance of `505` tokens should
     * be displayed to a user as `5.05` (`505 / 10 ** 2`).
     *
     * Tokens usually opt for a value of 18, imitating the relationship between
     * Ether and Wei. This is the value {ERC20} uses, unless this function is
     * overridden;
     *
     * NOTE: This information is only used for _display_ purposes: it in
     * no way affects any of the arithmetic of the contract, including
     * {IERC20-balanceOf} and {IERC20-transfer}.
     */
    function decimals() public view virtual override returns (uint8) {
        return 18;
    }

    /**
     * @dev See {IERC20-totalSupply}.
     */
    function totalSupply() public view virtual override returns (uint256) {
        return _totalSupply;
    }

    /**
     * @dev See {IERC20-balanceOf}.
     */
    function balanceOf(address account) public view virtual override returns (uint256) {
        return _balances[account];
    }

    /**
     * @dev See {IERC20-transfer}.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - the caller must have a balance of at least `amount`.
     */
    function transfer(address to, uint256 amount) public virtual override returns (bool) {
        address owner = _msgSender();
        _transfer(owner, to, amount);
        return true;
    }

    /**
     * @dev See {IERC20-allowance}.
     */
    function allowance(address owner, address spender) public view virtual override returns (uint256) {
        return _allowances[owner][spender];
    }

    /**
     * @dev See {IERC20-approve}.
     *
     * NOTE: If `amount` is the maximum `uint256`, the allowance is not updated on
     * `transferFrom`. This is semantically equivalent to an infinite approval.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        address owner = _msgSender();
        _approve(owner, spender, amount);
        return true;
    }

    /**
     * @dev See {IERC20-transferFrom}.
     *
     * Emits an {Approval} event indicating the updated allowance. This is not
     * required by the EIP. See the note at the beginning of {ERC20}.
     *
     * NOTE: Does not update the allowance if the current allowance
     * is the maximum `uint256`.
     *
     * Requirements:
     *
     * - `from` and `to` cannot be the zero address.
     * - `from` must have a balance of at least `amount`.
     * - the caller must have allowance for ``from``'s tokens of at least
     * `amount`.
     */
    function transferFrom(
        address from,
        address to,
        uint256 amount
    ) public virtual override returns (bool) {
        address spender = _msgSender();
        _spendAllowance(from, spender, amount);
        _transfer(from, to, amount);
        return true;
    }

    /**
     * @dev Atomically increases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function increaseAllowance(address spender, uint256 addedValue) public virtual returns (bool) {
        address owner = _msgSender();
        _approve(owner, spender, allowance(owner, spender) + addedValue);
        return true;
    }

    /**
     * @dev Atomically decreases the allowance granted to `spender` by the caller.
     *
     * This is an alternative to {approve} that can be used as a mitigation for
     * problems described in {IERC20-approve}.
     *
     * Emits an {Approval} event indicating the updated allowance.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     * - `spender` must have allowance for the caller of at least
     * `subtractedValue`.
     */
    function decreaseAllowance(address spender, uint256 subtractedValue) public virtual returns (bool) {
        address owner = _msgSender();
        uint256 currentAllowance = allowance(owner, spender);
        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
        unchecked {
            _approve(owner, spender, currentAllowance - subtractedValue);
        }

        return true;
    }

    /**
     * @dev Moves `amount` of tokens from `from` to `to`.
     *
     * This internal function is equivalent to {transfer}, and can be used to
     * e.g. implement automatic token fees, slashing mechanisms, etc.
     *
     * Emits a {Transfer} event.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `from` must have a balance of at least `amount`.
     */
    function _transfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {
        require(from != address(0), "ERC20: transfer from the zero address");
        require(to != address(0), "ERC20: transfer to the zero address");

        _beforeTokenTransfer(from, to, amount);

        uint256 fromBalance = _balances[from];
        require(fromBalance >= amount, "ERC20: transfer amount exceeds balance");
        unchecked {
            _balances[from] = fromBalance - amount;
            // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by
            // decrementing then incrementing.
            _balances[to] += amount;
        }

        emit Transfer(from, to, amount);

        _afterTokenTransfer(from, to, amount);
    }

    /** @dev Creates `amount` tokens and assigns them to `account`, increasing
     * the total supply.
     *
     * Emits a {Transfer} event with `from` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     */
    function _mint(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: mint to the zero address");

        _beforeTokenTransfer(address(0), account, amount);

        _totalSupply += amount;
        unchecked {
            // Overflow not possible: balance + amount is at most totalSupply + amount, which is checked above.
            _balances[account] += amount;
        }
        emit Transfer(address(0), account, amount);

        _afterTokenTransfer(address(0), account, amount);
    }

    /**
     * @dev Destroys `amount` tokens from `account`, reducing the
     * total supply.
     *
     * Emits a {Transfer} event with `to` set to the zero address.
     *
     * Requirements:
     *
     * - `account` cannot be the zero address.
     * - `account` must have at least `amount` tokens.
     */
    function _burn(address account, uint256 amount) internal virtual {
        require(account != address(0), "ERC20: burn from the zero address");

        _beforeTokenTransfer(account, address(0), amount);

        uint256 accountBalance = _balances[account];
        require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
        unchecked {
            _balances[account] = accountBalance - amount;
            // Overflow not possible: amount <= accountBalance <= totalSupply.
            _totalSupply -= amount;
        }

        emit Transfer(account, address(0), amount);

        _afterTokenTransfer(account, address(0), amount);
    }

    /**
     * @dev Sets `amount` as the allowance of `spender` over the `owner` s tokens.
     *
     * This internal function is equivalent to `approve`, and can be used to
     * e.g. set automatic allowances for certain subsystems, etc.
     *
     * Emits an {Approval} event.
     *
     * Requirements:
     *
     * - `owner` cannot be the zero address.
     * - `spender` cannot be the zero address.
     */
    function _approve(
        address owner,
        address spender,
        uint256 amount
    ) internal virtual {
        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);
    }

    /**
     * @dev Updates `owner` s allowance for `spender` based on spent `amount`.
     *
     * Does not update the allowance amount in case of infinite allowance.
     * Revert if not enough allowance is available.
     *
     * Might emit an {Approval} event.
     */
    function _spendAllowance(
        address owner,
        address spender,
        uint256 amount
    ) internal virtual {
        uint256 currentAllowance = allowance(owner, spender);
        if (currentAllowance != type(uint256).max) {
            require(currentAllowance >= amount, "ERC20: insufficient allowance");
            unchecked {
                _approve(owner, spender, currentAllowance - amount);
            }
        }
    }

    /**
     * @dev Hook that is called before any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * will be transferred to `to`.
     * - when `from` is zero, `amount` tokens will be minted for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens will be burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {}

    /**
     * @dev Hook that is called after any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero, `amount` of ``from``'s tokens
     * has been transferred to `to`.
     * - when `from` is zero, `amount` tokens have been minted for `to`.
     * - when `to` is zero, `amount` of ``from``'s tokens have been burned.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _afterTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {}
}

File 6 of 9 : IUniswapV2Router01.sol
pragma solidity >=0.6.2;

interface IUniswapV2Router01 {
    function factory() external pure returns (address);
    function WETH() external pure returns (address);

    function addLiquidity(
        address tokenA,
        address tokenB,
        uint amountADesired,
        uint amountBDesired,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline
    ) external returns (uint amountA, uint amountB, uint liquidity);
    function addLiquidityETH(
        address token,
        uint amountTokenDesired,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    ) external payable returns (uint amountToken, uint amountETH, uint liquidity);
    function removeLiquidity(
        address tokenA,
        address tokenB,
        uint liquidity,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline
    ) external returns (uint amountA, uint amountB);
    function removeLiquidityETH(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    ) external returns (uint amountToken, uint amountETH);
    function removeLiquidityWithPermit(
        address tokenA,
        address tokenB,
        uint liquidity,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline,
        bool approveMax, uint8 v, bytes32 r, bytes32 s
    ) external returns (uint amountA, uint amountB);
    function removeLiquidityETHWithPermit(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline,
        bool approveMax, uint8 v, bytes32 r, bytes32 s
    ) external returns (uint amountToken, uint amountETH);
    function swapExactTokensForTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);
    function swapTokensForExactTokens(
        uint amountOut,
        uint amountInMax,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);
    function swapExactETHForTokens(uint amountOutMin, address[] calldata path, address to, uint deadline)
        external
        payable
        returns (uint[] memory amounts);
    function swapTokensForExactETH(uint amountOut, uint amountInMax, address[] calldata path, address to, uint deadline)
        external
        returns (uint[] memory amounts);
    function swapExactTokensForETH(uint amountIn, uint amountOutMin, address[] calldata path, address to, uint deadline)
        external
        returns (uint[] memory amounts);
    function swapETHForExactTokens(uint amountOut, address[] calldata path, address to, uint deadline)
        external
        payable
        returns (uint[] memory amounts);

    function quote(uint amountA, uint reserveA, uint reserveB) external pure returns (uint amountB);
    function getAmountOut(uint amountIn, uint reserveIn, uint reserveOut) external pure returns (uint amountOut);
    function getAmountIn(uint amountOut, uint reserveIn, uint reserveOut) external pure returns (uint amountIn);
    function getAmountsOut(uint amountIn, address[] calldata path) external view returns (uint[] memory amounts);
    function getAmountsIn(uint amountOut, address[] calldata path) external view returns (uint[] memory amounts);
}

File 7 of 9 : Context.sol
// 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;
    }
}

File 8 of 9 : IERC20Metadata.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)

pragma solidity ^0.8.0;

import "../IERC20.sol";

/**
 * @dev Interface for the optional metadata functions from the ERC20 standard.
 *
 * _Available since v4.1._
 */
interface IERC20Metadata is IERC20 {
    /**
     * @dev Returns the name of the token.
     */
    function name() external view returns (string memory);

    /**
     * @dev Returns the symbol of the token.
     */
    function symbol() external view returns (string memory);

    /**
     * @dev Returns the decimals places of the token.
     */
    function decimals() external view returns (uint8);
}

File 9 of 9 : IERC20.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.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);
}

Settings
{
  "optimizer": {
    "enabled": false,
    "runs": 200
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "devdoc",
        "userdoc",
        "metadata",
        "abi"
      ]
    }
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bool","name":"tradingActive","type":"bool"}],"name":"EnabledTrading","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludeFromFees","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_address","type":"address"},{"indexed":false,"internalType":"bool","name":"excluded","type":"bool"}],"name":"MaxTransactionExclusion","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":[],"name":"RemovedLimits","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"tokensSwapped","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"ethReceived","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"tokensIntoLiquidity","type":"uint256"}],"name":"SwapAndLiquify","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"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newWallet","type":"address"}],"name":"UpdatedDevWallet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"newAmount","type":"uint256"}],"name":"UpdatedMaxBuyAmount","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"newAmount","type":"uint256"}],"name":"UpdatedMaxSellAmount","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"newAmount","type":"uint256"}],"name":"UpdatedMaxWalletAmount","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newWallet","type":"address"}],"name":"UpdatedPeptangWallet","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newWallet","type":"address"}],"name":"UpdatedRewardsAddress","type":"event"},{"inputs":[],"name":"UNISWAP_FACTORY","outputs":[{"internalType":"contract IUniswapV2Factory","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"UNISWAP_ROUTER","outputs":[{"internalType":"contract IUniswapV2Router02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"UNISWAP_V2_PAIR","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"_isExcludedMaxTransactionAmount","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_account","type":"address"}],"name":"addBotterToList","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"addresses","type":"address[]"},{"internalType":"uint256[]","name":"amounts","type":"uint256[]"}],"name":"airdropTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"devBuyFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"devSellFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"devTokens","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"devWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bool","name":"excluded","type":"bool"}],"name":"excludeFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"isBot","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"launch","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"launchedOnBlock","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"limitsActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxBuyAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSellAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxWalletAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"peptangWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_account","type":"address"}],"name":"removeBotterFromList","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"removeLimits","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_devWallet","type":"address"}],"name":"setDevWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_peptangWallet","type":"address"}],"name":"setpeptangWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"swapEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"swapTokensAtAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalBuyFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSaleFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tradingActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","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":"treasuryBuyFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"treasurySellFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"treasuryTokens","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"newNum","type":"uint256"}],"name":"updateMaxBuyAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newNum","type":"uint256"}],"name":"updateMaxSellAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_newTreasurySellFee","type":"uint256"},{"internalType":"uint256","name":"_newTreasuryBuyFee","type":"uint256"},{"internalType":"uint256","name":"_newDevSellFee","type":"uint256"},{"internalType":"uint256","name":"_newDevBuyFee","type":"uint256"}],"name":"updateTaxFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"enabled","type":"bool"}],"name":"updateTradingStatus","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"withdrawETH","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"contract IERC20","name":"_token","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"withdrawToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

60a06040526001600d60146101000a81548160ff0219169083151502179055505f600d60156101000a81548160ff0219169083151502179055505f600d60166101000a81548160ff0219169083151502179055506003600e556003600f555f601055600360115560036012555f6013553480156200007b575f80fd5b506040518060400160405280600781526020017f50657074616e67000000000000000000000000000000000000000000000000008152506040518060400160405280600881526020017f2450455054414e470000000000000000000000000000000000000000000000008152508160039081620000f9919062000d22565b5080600490816200010b919062000d22565b5050506200012e62000122620004ad60201b60201c565b620004b460201b60201c565b6200014c336b033b2e3c9fd0803ce80000006200057760201b60201c565b6200017430737a250d5630b4cf539739df2c5dacb4c659f2488d5f19620006dc60201b60201c565b6200019b737a250d5630b4cf539739df2c5dacb4c659f2488d6001620008a760201b60201c565b735c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f73ffffffffffffffffffffffffffffffffffffffff1663c9c6539630737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa1580156200022a573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019062000250919062000e6b565b6040518363ffffffff1660e01b81526004016200026f92919062000eac565b6020604051808303815f875af11580156200028c573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190620002b2919062000e6b565b73ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff16815250506103e86014620002fa6200093a60201b60201c565b62000306919062000f04565b62000312919062000f7b565b6007819055506103e860146200032d6200093a60201b60201c565b62000339919062000f04565b62000345919062000f7b565b6008819055506103e8601e620003606200093a60201b60201c565b6200036c919062000f04565b62000378919062000f7b565b6009819055506127106064620003936200093a60201b60201c565b6200039f919062000f04565b620003ab919062000f7b565b600b8190555033600c5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555033600d5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555062000444336001620008a760201b60201c565b62000457306001620008a760201b60201c565b6200046c61dead6001620008a760201b60201c565b6200047f3360016200094360201b60201c565b620004923060016200094360201b60201c565b620004a761dead60016200094360201b60201c565b6200128e565b5f33905090565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160055f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603620005e8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620005df9062001010565b60405180910390fd5b620005fb5f8383620009fb60201b60201c565b8060025f8282546200060e919062001030565b92505081905550805f808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f82825401925050819055508173ffffffffffffffffffffffffffffffffffffffff165f73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051620006bd91906200107b565b60405180910390a3620006d85f838362000a0060201b60201c565b5050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036200074d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000744906200110a565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603620007be576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620007b5906200119e565b60405180910390fd5b8060015f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516200089a91906200107b565b60405180910390a3505050565b8060175f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055507f6b4f1be9103e6cbcd38ca4a922334f2c3109b260130a6676a987f94088fd674682826040516200092e929190620011da565b60405180910390a15050565b5f600254905090565b6200095362000a0560201b60201c565b8060165f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df782604051620009ef919062001205565b60405180910390a25050565b505050565b505050565b62000a15620004ad60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1662000a3b62000a9660201b60201c565b73ffffffffffffffffffffffffffffffffffffffff161462000a94576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000a8b906200126e565b60405180910390fd5b565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b5f81519050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f600282049050600182168062000b3a57607f821691505b60208210810362000b505762000b4f62000af5565b5b50919050565b5f819050815f5260205f209050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f6008830262000bb47fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000b77565b62000bc0868362000b77565b95508019841693508086168417925050509392505050565b5f819050919050565b5f819050919050565b5f62000c0a62000c0462000bfe8462000bd8565b62000be1565b62000bd8565b9050919050565b5f819050919050565b62000c258362000bea565b62000c3d62000c348262000c11565b84845462000b83565b825550505050565b5f90565b62000c5362000c45565b62000c6081848462000c1a565b505050565b5b8181101562000c875762000c7b5f8262000c49565b60018101905062000c66565b5050565b601f82111562000cd65762000ca08162000b56565b62000cab8462000b68565b8101602085101562000cbb578190505b62000cd362000cca8562000b68565b83018262000c65565b50505b505050565b5f82821c905092915050565b5f62000cf85f198460080262000cdb565b1980831691505092915050565b5f62000d12838362000ce7565b9150826002028217905092915050565b62000d2d8262000abe565b67ffffffffffffffff81111562000d495762000d4862000ac8565b5b62000d55825462000b22565b62000d6282828562000c8b565b5f60209050601f83116001811462000d98575f841562000d83578287015190505b62000d8f858262000d05565b86555062000dfe565b601f19841662000da88662000b56565b5f5b8281101562000dd15784890151825560018201915060208501945060208101905062000daa565b8683101562000df1578489015162000ded601f89168262000ce7565b8355505b6001600288020188555050505b505050505050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f62000e358262000e0a565b9050919050565b62000e478162000e29565b811462000e52575f80fd5b50565b5f8151905062000e658162000e3c565b92915050565b5f6020828403121562000e835762000e8262000e06565b5b5f62000e928482850162000e55565b91505092915050565b62000ea68162000e29565b82525050565b5f60408201905062000ec15f83018562000e9b565b62000ed0602083018462000e9b565b9392505050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f62000f108262000bd8565b915062000f1d8362000bd8565b925082820262000f2d8162000bd8565b9150828204841483151762000f475762000f4662000ed7565b5b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f62000f878262000bd8565b915062000f948362000bd8565b92508262000fa75762000fa662000f4e565b5b828204905092915050565b5f82825260208201905092915050565b7f45524332303a206d696e7420746f20746865207a65726f2061646472657373005f82015250565b5f62000ff8601f8362000fb2565b9150620010058262000fc2565b602082019050919050565b5f6020820190508181035f830152620010298162000fea565b9050919050565b5f6200103c8262000bd8565b9150620010498362000bd8565b925082820190508082111562001064576200106362000ed7565b5b92915050565b620010758162000bd8565b82525050565b5f602082019050620010905f8301846200106a565b92915050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f206164645f8201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b5f620010f260248362000fb2565b9150620010ff8262001096565b604082019050919050565b5f6020820190508181035f8301526200112381620010e4565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f2061646472655f8201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b5f6200118660228362000fb2565b915062001193826200112a565b604082019050919050565b5f6020820190508181035f830152620011b78162001178565b9050919050565b5f8115159050919050565b620011d481620011be565b82525050565b5f604082019050620011ef5f83018562000e9b565b620011fe6020830184620011c9565b9392505050565b5f6020820190506200121a5f830184620011c9565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f6200125660208362000fb2565b9150620012638262001220565b602082019050919050565b5f6020820190508181035f830152620012878162001248565b9050919050565b608051614aca620012ca5f395f8181611b4c015281816122db01528181612424015281816126620152818161284a01526129300152614aca5ff3fe6080604052600436106102e7575f3560e01c8063715018a61161018f578063b735e90a116100db578063dc3f0d0f11610094578063ed0d21371161006e578063ed0d213714610af8578063f14210a614610b22578063f2fde38b14610b4a578063f40acc3d14610b72576102ee565b8063dc3f0d0f14610a6a578063dd62ed3e14610a92578063e2f4560514610ace576102ee565b8063b735e90a14610972578063b9e937001461099a578063bbc0c742146109c4578063c0246668146109ee578063c74c0fac14610a16578063d826492014610a40576102ee565b80638ea5220f11610148578063a457c2d711610122578063a457c2d7146108a6578063a9059cbb146108e2578063aa4bde281461091e578063b45e83f814610948576102ee565b80638ea5220f1461082a57806395d89b41146108545780639e281a981461087e576102ee565b8063715018a61461075a578063751039fc146107705780638598f57814610786578063870000e1146107ae57806388e765ff146107d65780638da5cb5b14610800576102ee565b8063395093511161024e5780635eebef6b116102075780636c21bdc9116101e15780636c21bdc9146106a25780636ddd1713146106cc578063706f6937146106f657806370a082311461071e576102ee565b80635eebef6b1461062457806366d602ae1461064e5780636b461eb314610678576102ee565b806339509351146105085780633bbac57914610544578063507035ff1461058057806355648209146105a85780635b3bf3b9146105d25780635d3f5e90146105fa576102ee565b80631cce34ee116102a05780631cce34ee146103fe5780631f53ac021461042857806323b872dd146104505780632be32b611461048c5780632c10508c146104b4578063313ce567146104de576102ee565b806301143fea146102f257806301339c211461031c57806306fdde0314610332578063095ea7b31461035c57806310d5de531461039857806318160ddd146103d4576102ee565b366102ee57005b5f80fd5b3480156102fd575f80fd5b50610306610b9c565b604051610313919061314a565b60405180910390f35b348015610327575f80fd5b50610330610ba2565b005b34801561033d575f80fd5b50610346610c73565b60405161035391906131ed565b60405180910390f35b348015610367575f80fd5b50610382600480360381019061037d9190613299565b610d03565b60405161038f91906132f1565b60405180910390f35b3480156103a3575f80fd5b506103be60048036038101906103b9919061330a565b610d25565b6040516103cb91906132f1565b60405180910390f35b3480156103df575f80fd5b506103e8610d42565b6040516103f5919061314a565b60405180910390f35b348015610409575f80fd5b50610412610d4b565b60405161041f91906132f1565b60405180910390f35b348015610433575f80fd5b5061044e6004803603810190610449919061330a565b610d5e565b005b34801561045b575f80fd5b5061047660048036038101906104719190613335565b610e5a565b60405161048391906132f1565b60405180910390f35b348015610497575f80fd5b506104b260048036038101906104ad9190613385565b610e88565b005b3480156104bf575f80fd5b506104c8610f36565b6040516104d5919061314a565b60405180910390f35b3480156104e9575f80fd5b506104f2610f3c565b6040516104ff91906133cb565b60405180910390f35b348015610513575f80fd5b5061052e60048036038101906105299190613299565b610f44565b60405161053b91906132f1565b60405180910390f35b34801561054f575f80fd5b5061056a6004803603810190610565919061330a565b610f7a565b60405161057791906132f1565b60405180910390f35b34801561058b575f80fd5b506105a660048036038101906105a1919061330a565b610f97565b005b3480156105b3575f80fd5b506105bc611103565b6040516105c9919061314a565b60405180910390f35b3480156105dd575f80fd5b506105f860048036038101906105f391906133e4565b611109565b005b348015610605575f80fd5b5061060e61115f565b60405161061b919061314a565b60405180910390f35b34801561062f575f80fd5b50610638611165565b604051610645919061314a565b60405180910390f35b348015610659575f80fd5b5061066261116b565b60405161066f919061314a565b60405180910390f35b348015610683575f80fd5b5061068c611171565b604051610699919061314a565b60405180910390f35b3480156106ad575f80fd5b506106b6611177565b6040516106c39190613457565b60405180910390f35b3480156106d7575f80fd5b506106e061119c565b6040516106ed91906132f1565b60405180910390f35b348015610701575f80fd5b5061071c60048036038101906107179190613526565b6111af565b005b348015610729575f80fd5b50610744600480360381019061073f919061330a565b61128a565b604051610751919061314a565b60405180910390f35b348015610765575f80fd5b5061076e6112cf565b005b34801561077b575f80fd5b506107846112e2565b005b348015610791575f80fd5b506107ac60048036038101906107a7919061330a565b611332565b005b3480156107b9575f80fd5b506107d460048036038101906107cf91906135ce565b61141a565b005b3480156107e1575f80fd5b506107ea61143f565b6040516107f7919061314a565b60405180910390f35b34801561080b575f80fd5b50610814611445565b6040516108219190613457565b60405180910390f35b348015610835575f80fd5b5061083e61146d565b60405161084b9190613457565b60405180910390f35b34801561085f575f80fd5b50610868611492565b60405161087591906131ed565b60405180910390f35b348015610889575f80fd5b506108a4600480360381019061089f9190613634565b611522565b005b3480156108b1575f80fd5b506108cc60048036038101906108c79190613299565b611664565b6040516108d991906132f1565b60405180910390f35b3480156108ed575f80fd5b5061090860048036038101906109039190613299565b6116d9565b60405161091591906132f1565b60405180910390f35b348015610929575f80fd5b506109326116fb565b60405161093f919061314a565b60405180910390f35b348015610953575f80fd5b5061095c611701565b604051610969919061314a565b60405180910390f35b34801561097d575f80fd5b506109986004803603810190610993919061330a565b611707565b005b3480156109a5575f80fd5b506109ae611803565b6040516109bb919061314a565b60405180910390f35b3480156109cf575f80fd5b506109d8611809565b6040516109e591906132f1565b60405180910390f35b3480156109f9575f80fd5b50610a146004803603810190610a0f9190613672565b61181c565b005b348015610a21575f80fd5b50610a2a6118ca565b604051610a37919061370b565b60405180910390f35b348015610a4b575f80fd5b50610a546118e2565b604051610a619190613744565b60405180910390f35b348015610a75575f80fd5b50610a906004803603810190610a8b9190613385565b6118fa565b005b348015610a9d575f80fd5b50610ab86004803603810190610ab3919061375d565b6119a8565b604051610ac5919061314a565b60405180910390f35b348015610ad9575f80fd5b50610ae2611a2a565b604051610aef919061314a565b60405180910390f35b348015610b03575f80fd5b50610b0c611a30565b604051610b19919061314a565b60405180910390f35b348015610b2d575f80fd5b50610b486004803603810190610b439190613385565b611a36565b005b348015610b55575f80fd5b50610b706004803603810190610b6b919061330a565b611ac8565b005b348015610b7d575f80fd5b50610b86611b4a565b604051610b939190613457565b60405180910390f35b60105481565b610baa611b6e565b5f60065414610bee576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610be59061380b565b60405180910390fd5b436006819055506001600d60156101000a81548160ff0219169083151502179055506001600d60166101000a81548160ff0219169083151502179055507fe8a59d3db38e5220ac9d0f72590b7ac876e0916dc8f4db3e7614e6f91fe52089600d60159054906101000a900460ff16604051610c6991906132f1565b60405180910390a1565b606060038054610c8290613856565b80601f0160208091040260200160405190810160405280929190818152602001828054610cae90613856565b8015610cf95780601f10610cd057610100808354040283529160200191610cf9565b820191905f5260205f20905b815481529060010190602001808311610cdc57829003601f168201915b5050505050905090565b5f80610d0d611bec565b9050610d1a818585611bf3565b600191505092915050565b6017602052805f5260405f205f915054906101000a900460ff1681565b5f600254905090565b600d60149054906101000a900460ff1681565b610d66611b6e565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610dd4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dcb906138f6565b60405180910390fd5b80600d5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff167fa6f6d84b954ce74951fcd0831a092a5934f0bcdd7196cd56bf5a2e34118aa81060405160405180910390a250565b5f80610e64611bec565b9050610e71858285611db6565b610e7c858585611e41565b60019150509392505050565b610e90611b6e565b6103e86001610e9d610d42565b610ea79190613941565b610eb191906139af565b811015610ef3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eea90613a4f565b60405180910390fd5b806007819055507ffcc0366804aaa8dbf88a2924100c733b70dec8445957a5d5f8ff92898de41009600754604051610f2b919061314a565b60405180910390a150565b600f5481565b5f6012905090565b5f80610f4e611bec565b9050610f6f818585610f6085896119a8565b610f6a9190613a6d565b611bf3565b600191505092915050565b6018602052805f5260405f205f915054906101000a900460ff1681565b610f9f611b6e565b737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611021576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161101890613b10565b60405180910390fd5b60185f8273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16156110ab576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110a290613b78565b60405180910390fd5b600160185f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff02191690831515021790555050565b60155481565b611111611b6e565b8360128190555082600f819055508160138190555080601081905550601054600f5461113d9190613a6d565b600e819055506013546012546111539190613a6d565b60118190555050505050565b60065481565b60145481565b60085481565b60115481565b600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600d60169054906101000a900460ff1681565b6111b7611b6e565b8181905084849050146111ff576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111f690613c06565b60405180910390fd5b5f5b84849050811015611283575f670de0b6b3a764000084848481811061122957611228613c24565b5b9050602002013561123a9190613941565b905061126e3387878581811061125357611252613c24565b5b9050602002016020810190611268919061330a565b83611e41565b60018261127b9190613a6d565b915050611201565b5050505050565b5f805f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b6112d7611b6e565b6112e05f612a48565b565b6112ea611b6e565b5f600d60146101000a81548160ff0219169083151502179055507fa4ffae85e880608d5d4365c2b682786545d136145537788e7e0940dff9f0b98c60405160405180910390a1565b61133a611b6e565b60185f8273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff166113c3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113ba90613cc1565b60405180910390fd5b5f60185f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff02191690831515021790555050565b611422611b6e565b80600d60156101000a81548160ff02191690831515021790555050565b60075481565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600d5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6060600480546114a190613856565b80601f01602080910402602001604051908101604052809291908181526020018280546114cd90613856565b80156115185780601f106114ef57610100808354040283529160200191611518565b820191905f5260205f20905b8154815290600101906020018083116114fb57829003601f168201915b5050505050905090565b61152a611b6e565b808273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b81526004016115649190613457565b602060405180830381865afa15801561157f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115a39190613cf3565b10156115e4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115db90613d8e565b60405180910390fd5b8173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33836040518363ffffffff1660e01b815260040161161f929190613dac565b6020604051808303815f875af115801561163b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061165f9190613de7565b505050565b5f8061166e611bec565b90505f61167b82866119a8565b9050838110156116c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116b790613e82565b60405180910390fd5b6116cd8286868403611bf3565b60019250505092915050565b5f806116e3611bec565b90506116f0818585611e41565b600191505092915050565b60095481565b60135481565b61170f611b6e565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361177d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161177490613f10565b60405180910390fd5b80600c5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff167f85c91691537a9dafcaf60507a4381ff99d0b3ceed6d7b2c1ff5981e374abb0a460405160405180910390a250565b600e5481565b600d60159054906101000a900460ff1681565b611824611b6e565b8060165f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df7826040516118be91906132f1565b60405180910390a25050565b735c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f81565b737a250d5630b4cf539739df2c5dacb4c659f2488d81565b611902611b6e565b6103e8600161190f610d42565b6119199190613941565b61192391906139af565b811015611965576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161195c90613f9e565b60405180910390fd5b806008819055507f53c4eb831d8cfeb750f1c62590d8cd30f4c6f0380d29a05caa09f0d92588560e60085460405161199d919061314a565b60405180910390a150565b5f60015f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b600b5481565b60125481565b611a3e611b6e565b80471015611a81576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a7890613d8e565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff166108fc8290811502906040515f60405180830381858888f19350505050158015611ac4573d5f803e3d5ffd5b5050565b611ad0611b6e565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611b3e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b359061402c565b60405180910390fd5b611b4781612a48565b50565b7f000000000000000000000000000000000000000000000000000000000000000081565b611b76611bec565b73ffffffffffffffffffffffffffffffffffffffff16611b94611445565b73ffffffffffffffffffffffffffffffffffffffff1614611bea576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611be190614094565b60405180910390fd5b565b5f33905090565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611c61576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c5890614122565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611ccf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cc6906141b0565b60405180910390fd5b8060015f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051611da9919061314a565b60405180910390a3505050565b5f611dc184846119a8565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114611e3b5781811015611e2d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e2490614218565b60405180910390fd5b611e3a8484848403611bf3565b5b50505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611eaf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ea6906142a6565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611f1d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f1490614334565b60405180910390fd5b5f8111611f5f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f56906143c2565b60405180910390fd5b60185f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1615611fe9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fe09061442a565b60405180910390fd5b60185f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1615612073576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161206a9061442a565b60405180910390fd5b600d60149054906101000a900460ff161561261357612090611445565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141580156120fe57506120ce611445565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b801561213657505f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015612170575061dead73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b1561261257600d60159054906101000a900460ff166122d95760175f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1680612224575060175f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b612263576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161225a90614492565b60405180910390fd5b61226b611445565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16146122d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122cf906144fa565b60405180910390fd5b5b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614801561237b575060175f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15612422576007548111156123c5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123bc90614588565b60405180910390fd5b6009546123d18361128a565b826123dc9190613a6d565b111561241d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241490614616565b60405180910390fd5b612611565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161480156124c4575060175f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b156125135760085481111561250e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612505906146a4565b60405180910390fd5b612610565b60175f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff161580156125b1575060175f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b1561260f576009546125c28361128a565b826125cd9190613a6d565b111561260e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161260590614616565b60405180910390fd5b5b5b5b5b5b5f61261d3061128a565b90505f600b5482101590508080156126415750600d60169054906101000a900460ff165b80156126595750600a5f9054906101000a900460ff16155b80156126b157507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b8015612704575060165f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b8015612757575060165f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15612798576001600a5f6101000a81548160ff02191690831515021790555061277e612b0b565b5f600a5f6101000a81548160ff0219169083151502179055505b5f6001905060165f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1680612838575060165f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b15612841575f90505b5f8115612a34577f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff161480156128a457505f601154115b1561292e576064601154866128b99190613941565b6128c391906139af565b9050601154601254826128d69190613941565b6128e091906139af565b60145f8282546128f09190613a6d565b92505081905550601154601354826129089190613941565b61291291906139af565b60155f8282546129229190613a6d565b92505081905550612a11565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff1614801561298a57505f600e54115b15612a10576064600e548661299f9190613941565b6129a991906139af565b9050600e54600f54826129bc9190613941565b6129c691906139af565b60145f8282546129d69190613a6d565b92505081905550600e54601054826129ee9190613941565b6129f891906139af565b60155f828254612a089190613a6d565b925050819055505b5b5f811115612a2557612a24873083612cad565b5b8085612a3191906146c2565b94505b612a3f878787612cad565b50505050505050565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160055f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f612b153061128a565b90505f601554601454612b289190613a6d565b90505f80831480612b3857505f82145b15612b4557505050612cab565b600b54831115612b5557600b5492505b5f839050612b6281612f19565b5f4790505f8460145483612b769190613941565b612b8091906139af565b90505f6014819055505f601581905550600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681604051612bd590614722565b5f6040518083038185875af1925050503d805f8114612c0f576040519150601f19603f3d011682016040523d82523d5f602084013e612c14565b606091505b505080945050600d5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1647604051612c5f90614722565b5f6040518083038185875af1925050503d805f8114612c99576040519150601f19603f3d011682016040523d82523d5f602084013e612c9e565b606091505b5050809450505050505050505b565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612d1b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d12906147a6565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612d89576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d8090614834565b60405180910390fd5b612d94838383613128565b5f805f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905081811015612e17576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e0e906148c2565b60405180910390fd5b8181035f808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550815f808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f82825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051612f00919061314a565b60405180910390a3612f1384848461312d565b50505050565b5f600267ffffffffffffffff811115612f3557612f346148e0565b5b604051908082528060200260200182016040528015612f635781602001602082028036833780820191505090505b50905030815f81518110612f7a57612f79613c24565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015613011573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130359190614921565b8160018151811061304957613048613c24565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250506130a230737a250d5630b4cf539739df2c5dacb4c659f2488d84611bf3565b737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663791ac947835f8430426040518663ffffffff1660e01b81526004016130f7959493929190614a3c565b5f604051808303815f87803b15801561310e575f80fd5b505af1158015613120573d5f803e3d5ffd5b505050505050565b505050565b505050565b5f819050919050565b61314481613132565b82525050565b5f60208201905061315d5f83018461313b565b92915050565b5f81519050919050565b5f82825260208201905092915050565b5f5b8381101561319a57808201518184015260208101905061317f565b5f8484015250505050565b5f601f19601f8301169050919050565b5f6131bf82613163565b6131c9818561316d565b93506131d981856020860161317d565b6131e2816131a5565b840191505092915050565b5f6020820190508181035f83015261320581846131b5565b905092915050565b5f80fd5b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f61323e82613215565b9050919050565b61324e81613234565b8114613258575f80fd5b50565b5f8135905061326981613245565b92915050565b61327881613132565b8114613282575f80fd5b50565b5f813590506132938161326f565b92915050565b5f80604083850312156132af576132ae61320d565b5b5f6132bc8582860161325b565b92505060206132cd85828601613285565b9150509250929050565b5f8115159050919050565b6132eb816132d7565b82525050565b5f6020820190506133045f8301846132e2565b92915050565b5f6020828403121561331f5761331e61320d565b5b5f61332c8482850161325b565b91505092915050565b5f805f6060848603121561334c5761334b61320d565b5b5f6133598682870161325b565b935050602061336a8682870161325b565b925050604061337b86828701613285565b9150509250925092565b5f6020828403121561339a5761339961320d565b5b5f6133a784828501613285565b91505092915050565b5f60ff82169050919050565b6133c5816133b0565b82525050565b5f6020820190506133de5f8301846133bc565b92915050565b5f805f80608085870312156133fc576133fb61320d565b5b5f61340987828801613285565b945050602061341a87828801613285565b935050604061342b87828801613285565b925050606061343c87828801613285565b91505092959194509250565b61345181613234565b82525050565b5f60208201905061346a5f830184613448565b92915050565b5f80fd5b5f80fd5b5f80fd5b5f8083601f84011261349157613490613470565b5b8235905067ffffffffffffffff8111156134ae576134ad613474565b5b6020830191508360208202830111156134ca576134c9613478565b5b9250929050565b5f8083601f8401126134e6576134e5613470565b5b8235905067ffffffffffffffff81111561350357613502613474565b5b60208301915083602082028301111561351f5761351e613478565b5b9250929050565b5f805f806040858703121561353e5761353d61320d565b5b5f85013567ffffffffffffffff81111561355b5761355a613211565b5b6135678782880161347c565b9450945050602085013567ffffffffffffffff81111561358a57613589613211565b5b613596878288016134d1565b925092505092959194509250565b6135ad816132d7565b81146135b7575f80fd5b50565b5f813590506135c8816135a4565b92915050565b5f602082840312156135e3576135e261320d565b5b5f6135f0848285016135ba565b91505092915050565b5f61360382613234565b9050919050565b613613816135f9565b811461361d575f80fd5b50565b5f8135905061362e8161360a565b92915050565b5f806040838503121561364a5761364961320d565b5b5f61365785828601613620565b925050602061366885828601613285565b9150509250929050565b5f80604083850312156136885761368761320d565b5b5f6136958582860161325b565b92505060206136a6858286016135ba565b9150509250929050565b5f819050919050565b5f6136d36136ce6136c984613215565b6136b0565b613215565b9050919050565b5f6136e4826136b9565b9050919050565b5f6136f5826136da565b9050919050565b613705816136eb565b82525050565b5f60208201905061371e5f8301846136fc565b92915050565b5f61372e826136da565b9050919050565b61373e81613724565b82525050565b5f6020820190506137575f830184613735565b92915050565b5f80604083850312156137735761377261320d565b5b5f6137808582860161325b565b92505060206137918582860161325b565b9150509250929050565b7f4552524f523a20546f6b656e20737461746520697320616c7265616479206c695f8201527f7665202100000000000000000000000000000000000000000000000000000000602082015250565b5f6137f560248361316d565b91506138008261379b565b604082019050919050565b5f6020820190508181035f830152613822816137e9565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f600282049050600182168061386d57607f821691505b6020821081036138805761387f613829565b5b50919050565b7f4552524f523a205f64657657616c6c657420616464726573732063616e6e6f745f8201527f2062652030202100000000000000000000000000000000000000000000000000602082015250565b5f6138e060278361316d565b91506138eb82613886565b604082019050919050565b5f6020820190508181035f83015261390d816138d4565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f61394b82613132565b915061395683613132565b925082820261396481613132565b9150828204841483151761397b5761397a613914565b5b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f6139b982613132565b91506139c483613132565b9250826139d4576139d3613982565b5b828204905092915050565b7f4552524f523a2043616e6e6f7420736574206d61782062757920616d6f756e745f8201527f206c6f776572207468616e20302e312520210000000000000000000000000000602082015250565b5f613a3960328361316d565b9150613a44826139df565b604082019050919050565b5f6020820190508181035f830152613a6681613a2d565b9050919050565b5f613a7782613132565b9150613a8283613132565b9250828201905080821115613a9a57613a99613914565b5b92915050565b7f4552524f523a2043616e6e6f7420626c61636b6c69737420556e6973776170205f8201527f526f757465722021000000000000000000000000000000000000000000000000602082015250565b5f613afa60288361316d565b9150613b0582613aa0565b604082019050919050565b5f6020820190508181035f830152613b2781613aee565b9050919050565b7f4552524f523a20426f7474657220616c726561647920657869737420210000005f82015250565b5f613b62601d8361316d565b9150613b6d82613b2e565b602082019050919050565b5f6020820190508181035f830152613b8f81613b56565b9050919050565b7f4552524f523a2041727261792073697a6573206d75737420626520657175616c5f8201527f2021000000000000000000000000000000000000000000000000000000000000602082015250565b5f613bf060228361316d565b9150613bfb82613b96565b604082019050919050565b5f6020820190508181035f830152613c1d81613be4565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b7f4552524f523a2041646472657373206e6f7420666f756e6420696e20426f74735f8201527f2021000000000000000000000000000000000000000000000000000000000000602082015250565b5f613cab60228361316d565b9150613cb682613c51565b604082019050919050565b5f6020820190508181035f830152613cd881613c9f565b9050919050565b5f81519050613ced8161326f565b92915050565b5f60208284031215613d0857613d0761320d565b5b5f613d1584828501613cdf565b91505092915050565b7f4552524f523a20496e73756666696369656e742062616c616e636520746f20635f8201527f6f6d706c6574652074786e202100000000000000000000000000000000000000602082015250565b5f613d78602d8361316d565b9150613d8382613d1e565b604082019050919050565b5f6020820190508181035f830152613da581613d6c565b9050919050565b5f604082019050613dbf5f830185613448565b613dcc602083018461313b565b9392505050565b5f81519050613de1816135a4565b92915050565b5f60208284031215613dfc57613dfb61320d565b5b5f613e0984828501613dd3565b91505092915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f775f8201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b5f613e6c60258361316d565b9150613e7782613e12565b604082019050919050565b5f6020820190508181035f830152613e9981613e60565b9050919050565b7f4552524f523a205f70657074616e6757616c6c657420616464726573732063615f8201527f6e6e6f7420626520302021000000000000000000000000000000000000000000602082015250565b5f613efa602b8361316d565b9150613f0582613ea0565b604082019050919050565b5f6020820190508181035f830152613f2781613eee565b9050919050565b7f4552524f523a2043616e6e6f7420736574206d61782073656c6c20616d6f756e5f8201527f74206c6f776572207468616e20302e3125202100000000000000000000000000602082015250565b5f613f8860338361316d565b9150613f9382613f2e565b604082019050919050565b5f6020820190508181035f830152613fb581613f7c565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f61401660268361316d565b915061402182613fbc565b604082019050919050565b5f6020820190508181035f8301526140438161400a565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f61407e60208361316d565b91506140898261404a565b602082019050919050565b5f6020820190508181035f8301526140ab81614072565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f206164645f8201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b5f61410c60248361316d565b9150614117826140b2565b604082019050919050565b5f6020820190508181035f83015261413981614100565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f2061646472655f8201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b5f61419a60228361316d565b91506141a582614140565b604082019050919050565b5f6020820190508181035f8301526141c78161418e565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000005f82015250565b5f614202601d8361316d565b915061420d826141ce565b602082019050919050565b5f6020820190508181035f83015261422f816141f6565b9050919050565b7f4552524f522045524332303a207472616e736665722066726f6d20746865207a5f8201527f65726f2061646472657373202100000000000000000000000000000000000000602082015250565b5f614290602d8361316d565b915061429b82614236565b604082019050919050565b5f6020820190508181035f8301526142bd81614284565b9050919050565b7f4552524f522045524332303a207472616e7366657220746f20746865207a65725f8201527f6f20616464726573732021000000000000000000000000000000000000000000602082015250565b5f61431e602b8361316d565b9150614329826142c4565b604082019050919050565b5f6020820190508181035f83015261434b81614312565b9050919050565b7f4552524f523a20416d6f756e74206d75737420626520677265617465722074685f8201527f616e203020210000000000000000000000000000000000000000000000000000602082015250565b5f6143ac60268361316d565b91506143b782614352565b604082019050919050565b5f6020820190508181035f8301526143d9816143a0565b9050919050565b7f4552524f523a20426f74206465746563746564202100000000000000000000005f82015250565b5f61441460158361316d565b915061441f826143e0565b602082019050919050565b5f6020820190508181035f83015261444181614408565b9050919050565b7f4552524f523a2054726164696e67206973206e6f7420616374697665202100005f82015250565b5f61447c601e8361316d565b915061448782614448565b602082019050919050565b5f6020820190508181035f8301526144a981614470565b9050919050565b7f4552524f523a2054726164696e672069732061637469766520210000000000005f82015250565b5f6144e4601a8361316d565b91506144ef826144b0565b602082019050919050565b5f6020820190508181035f830152614511816144d8565b9050919050565b7f4552524f523a2042757920616d6f756e74206c696d69742065786365656465645f8201527f2021000000000000000000000000000000000000000000000000000000000000602082015250565b5f61457260228361316d565b915061457d82614518565b604082019050919050565b5f6020820190508181035f83015261459f81614566565b9050919050565b7f4552524f523a204d61782077616c6c657420616d6f756e7420657863656564655f8201527f6420210000000000000000000000000000000000000000000000000000000000602082015250565b5f61460060238361316d565b915061460b826145a6565b604082019050919050565b5f6020820190508181035f83015261462d816145f4565b9050919050565b7f4552524f523a2053616c6520616d6f756e74206c696d697420657863656564655f8201527f6420210000000000000000000000000000000000000000000000000000000000602082015250565b5f61468e60238361316d565b915061469982614634565b604082019050919050565b5f6020820190508181035f8301526146bb81614682565b9050919050565b5f6146cc82613132565b91506146d783613132565b92508282039050818111156146ef576146ee613914565b5b92915050565b5f81905092915050565b50565b5f61470d5f836146f5565b9150614718826146ff565b5f82019050919050565b5f61472c82614702565b9150819050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f2061645f8201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b5f61479060258361316d565b915061479b82614736565b604082019050919050565b5f6020820190508181035f8301526147bd81614784565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f20616464725f8201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b5f61481e60238361316d565b9150614829826147c4565b604082019050919050565b5f6020820190508181035f83015261484b81614812565b9050919050565b7f45524332303a207472616e7366657220616d6f756e74206578636565647320625f8201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b5f6148ac60268361316d565b91506148b782614852565b604082019050919050565b5f6020820190508181035f8301526148d9816148a0565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b5f8151905061491b81613245565b92915050565b5f602082840312156149365761493561320d565b5b5f6149438482850161490d565b91505092915050565b5f819050919050565b5f61496f61496a6149658461494c565b6136b0565b613132565b9050919050565b61497f81614955565b82525050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b6149b781613234565b82525050565b5f6149c883836149ae565b60208301905092915050565b5f602082019050919050565b5f6149ea82614985565b6149f4818561498f565b93506149ff8361499f565b805f5b83811015614a2f578151614a1688826149bd565b9750614a21836149d4565b925050600181019050614a02565b5085935050505092915050565b5f60a082019050614a4f5f83018861313b565b614a5c6020830187614976565b8181036040830152614a6e81866149e0565b9050614a7d6060830185613448565b614a8a608083018461313b565b969550505050505056fea26469706673582212208a34e9b2d124a05d0e63177defe48d6bfd58fbaac0e4bcc5966fdcc35cce9ded64736f6c63430008140033

Deployed Bytecode

0x6080604052600436106102e7575f3560e01c8063715018a61161018f578063b735e90a116100db578063dc3f0d0f11610094578063ed0d21371161006e578063ed0d213714610af8578063f14210a614610b22578063f2fde38b14610b4a578063f40acc3d14610b72576102ee565b8063dc3f0d0f14610a6a578063dd62ed3e14610a92578063e2f4560514610ace576102ee565b8063b735e90a14610972578063b9e937001461099a578063bbc0c742146109c4578063c0246668146109ee578063c74c0fac14610a16578063d826492014610a40576102ee565b80638ea5220f11610148578063a457c2d711610122578063a457c2d7146108a6578063a9059cbb146108e2578063aa4bde281461091e578063b45e83f814610948576102ee565b80638ea5220f1461082a57806395d89b41146108545780639e281a981461087e576102ee565b8063715018a61461075a578063751039fc146107705780638598f57814610786578063870000e1146107ae57806388e765ff146107d65780638da5cb5b14610800576102ee565b8063395093511161024e5780635eebef6b116102075780636c21bdc9116101e15780636c21bdc9146106a25780636ddd1713146106cc578063706f6937146106f657806370a082311461071e576102ee565b80635eebef6b1461062457806366d602ae1461064e5780636b461eb314610678576102ee565b806339509351146105085780633bbac57914610544578063507035ff1461058057806355648209146105a85780635b3bf3b9146105d25780635d3f5e90146105fa576102ee565b80631cce34ee116102a05780631cce34ee146103fe5780631f53ac021461042857806323b872dd146104505780632be32b611461048c5780632c10508c146104b4578063313ce567146104de576102ee565b806301143fea146102f257806301339c211461031c57806306fdde0314610332578063095ea7b31461035c57806310d5de531461039857806318160ddd146103d4576102ee565b366102ee57005b5f80fd5b3480156102fd575f80fd5b50610306610b9c565b604051610313919061314a565b60405180910390f35b348015610327575f80fd5b50610330610ba2565b005b34801561033d575f80fd5b50610346610c73565b60405161035391906131ed565b60405180910390f35b348015610367575f80fd5b50610382600480360381019061037d9190613299565b610d03565b60405161038f91906132f1565b60405180910390f35b3480156103a3575f80fd5b506103be60048036038101906103b9919061330a565b610d25565b6040516103cb91906132f1565b60405180910390f35b3480156103df575f80fd5b506103e8610d42565b6040516103f5919061314a565b60405180910390f35b348015610409575f80fd5b50610412610d4b565b60405161041f91906132f1565b60405180910390f35b348015610433575f80fd5b5061044e6004803603810190610449919061330a565b610d5e565b005b34801561045b575f80fd5b5061047660048036038101906104719190613335565b610e5a565b60405161048391906132f1565b60405180910390f35b348015610497575f80fd5b506104b260048036038101906104ad9190613385565b610e88565b005b3480156104bf575f80fd5b506104c8610f36565b6040516104d5919061314a565b60405180910390f35b3480156104e9575f80fd5b506104f2610f3c565b6040516104ff91906133cb565b60405180910390f35b348015610513575f80fd5b5061052e60048036038101906105299190613299565b610f44565b60405161053b91906132f1565b60405180910390f35b34801561054f575f80fd5b5061056a6004803603810190610565919061330a565b610f7a565b60405161057791906132f1565b60405180910390f35b34801561058b575f80fd5b506105a660048036038101906105a1919061330a565b610f97565b005b3480156105b3575f80fd5b506105bc611103565b6040516105c9919061314a565b60405180910390f35b3480156105dd575f80fd5b506105f860048036038101906105f391906133e4565b611109565b005b348015610605575f80fd5b5061060e61115f565b60405161061b919061314a565b60405180910390f35b34801561062f575f80fd5b50610638611165565b604051610645919061314a565b60405180910390f35b348015610659575f80fd5b5061066261116b565b60405161066f919061314a565b60405180910390f35b348015610683575f80fd5b5061068c611171565b604051610699919061314a565b60405180910390f35b3480156106ad575f80fd5b506106b6611177565b6040516106c39190613457565b60405180910390f35b3480156106d7575f80fd5b506106e061119c565b6040516106ed91906132f1565b60405180910390f35b348015610701575f80fd5b5061071c60048036038101906107179190613526565b6111af565b005b348015610729575f80fd5b50610744600480360381019061073f919061330a565b61128a565b604051610751919061314a565b60405180910390f35b348015610765575f80fd5b5061076e6112cf565b005b34801561077b575f80fd5b506107846112e2565b005b348015610791575f80fd5b506107ac60048036038101906107a7919061330a565b611332565b005b3480156107b9575f80fd5b506107d460048036038101906107cf91906135ce565b61141a565b005b3480156107e1575f80fd5b506107ea61143f565b6040516107f7919061314a565b60405180910390f35b34801561080b575f80fd5b50610814611445565b6040516108219190613457565b60405180910390f35b348015610835575f80fd5b5061083e61146d565b60405161084b9190613457565b60405180910390f35b34801561085f575f80fd5b50610868611492565b60405161087591906131ed565b60405180910390f35b348015610889575f80fd5b506108a4600480360381019061089f9190613634565b611522565b005b3480156108b1575f80fd5b506108cc60048036038101906108c79190613299565b611664565b6040516108d991906132f1565b60405180910390f35b3480156108ed575f80fd5b5061090860048036038101906109039190613299565b6116d9565b60405161091591906132f1565b60405180910390f35b348015610929575f80fd5b506109326116fb565b60405161093f919061314a565b60405180910390f35b348015610953575f80fd5b5061095c611701565b604051610969919061314a565b60405180910390f35b34801561097d575f80fd5b506109986004803603810190610993919061330a565b611707565b005b3480156109a5575f80fd5b506109ae611803565b6040516109bb919061314a565b60405180910390f35b3480156109cf575f80fd5b506109d8611809565b6040516109e591906132f1565b60405180910390f35b3480156109f9575f80fd5b50610a146004803603810190610a0f9190613672565b61181c565b005b348015610a21575f80fd5b50610a2a6118ca565b604051610a37919061370b565b60405180910390f35b348015610a4b575f80fd5b50610a546118e2565b604051610a619190613744565b60405180910390f35b348015610a75575f80fd5b50610a906004803603810190610a8b9190613385565b6118fa565b005b348015610a9d575f80fd5b50610ab86004803603810190610ab3919061375d565b6119a8565b604051610ac5919061314a565b60405180910390f35b348015610ad9575f80fd5b50610ae2611a2a565b604051610aef919061314a565b60405180910390f35b348015610b03575f80fd5b50610b0c611a30565b604051610b19919061314a565b60405180910390f35b348015610b2d575f80fd5b50610b486004803603810190610b439190613385565b611a36565b005b348015610b55575f80fd5b50610b706004803603810190610b6b919061330a565b611ac8565b005b348015610b7d575f80fd5b50610b86611b4a565b604051610b939190613457565b60405180910390f35b60105481565b610baa611b6e565b5f60065414610bee576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610be59061380b565b60405180910390fd5b436006819055506001600d60156101000a81548160ff0219169083151502179055506001600d60166101000a81548160ff0219169083151502179055507fe8a59d3db38e5220ac9d0f72590b7ac876e0916dc8f4db3e7614e6f91fe52089600d60159054906101000a900460ff16604051610c6991906132f1565b60405180910390a1565b606060038054610c8290613856565b80601f0160208091040260200160405190810160405280929190818152602001828054610cae90613856565b8015610cf95780601f10610cd057610100808354040283529160200191610cf9565b820191905f5260205f20905b815481529060010190602001808311610cdc57829003601f168201915b5050505050905090565b5f80610d0d611bec565b9050610d1a818585611bf3565b600191505092915050565b6017602052805f5260405f205f915054906101000a900460ff1681565b5f600254905090565b600d60149054906101000a900460ff1681565b610d66611b6e565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610dd4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dcb906138f6565b60405180910390fd5b80600d5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff167fa6f6d84b954ce74951fcd0831a092a5934f0bcdd7196cd56bf5a2e34118aa81060405160405180910390a250565b5f80610e64611bec565b9050610e71858285611db6565b610e7c858585611e41565b60019150509392505050565b610e90611b6e565b6103e86001610e9d610d42565b610ea79190613941565b610eb191906139af565b811015610ef3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eea90613a4f565b60405180910390fd5b806007819055507ffcc0366804aaa8dbf88a2924100c733b70dec8445957a5d5f8ff92898de41009600754604051610f2b919061314a565b60405180910390a150565b600f5481565b5f6012905090565b5f80610f4e611bec565b9050610f6f818585610f6085896119a8565b610f6a9190613a6d565b611bf3565b600191505092915050565b6018602052805f5260405f205f915054906101000a900460ff1681565b610f9f611b6e565b737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611021576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161101890613b10565b60405180910390fd5b60185f8273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16156110ab576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110a290613b78565b60405180910390fd5b600160185f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff02191690831515021790555050565b60155481565b611111611b6e565b8360128190555082600f819055508160138190555080601081905550601054600f5461113d9190613a6d565b600e819055506013546012546111539190613a6d565b60118190555050505050565b60065481565b60145481565b60085481565b60115481565b600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600d60169054906101000a900460ff1681565b6111b7611b6e565b8181905084849050146111ff576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111f690613c06565b60405180910390fd5b5f5b84849050811015611283575f670de0b6b3a764000084848481811061122957611228613c24565b5b9050602002013561123a9190613941565b905061126e3387878581811061125357611252613c24565b5b9050602002016020810190611268919061330a565b83611e41565b60018261127b9190613a6d565b915050611201565b5050505050565b5f805f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b6112d7611b6e565b6112e05f612a48565b565b6112ea611b6e565b5f600d60146101000a81548160ff0219169083151502179055507fa4ffae85e880608d5d4365c2b682786545d136145537788e7e0940dff9f0b98c60405160405180910390a1565b61133a611b6e565b60185f8273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff166113c3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016113ba90613cc1565b60405180910390fd5b5f60185f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff02191690831515021790555050565b611422611b6e565b80600d60156101000a81548160ff02191690831515021790555050565b60075481565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600d5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6060600480546114a190613856565b80601f01602080910402602001604051908101604052809291908181526020018280546114cd90613856565b80156115185780601f106114ef57610100808354040283529160200191611518565b820191905f5260205f20905b8154815290600101906020018083116114fb57829003601f168201915b5050505050905090565b61152a611b6e565b808273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b81526004016115649190613457565b602060405180830381865afa15801561157f573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906115a39190613cf3565b10156115e4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115db90613d8e565b60405180910390fd5b8173ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33836040518363ffffffff1660e01b815260040161161f929190613dac565b6020604051808303815f875af115801561163b573d5f803e3d5ffd5b505050506040513d601f19601f8201168201806040525081019061165f9190613de7565b505050565b5f8061166e611bec565b90505f61167b82866119a8565b9050838110156116c0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116b790613e82565b60405180910390fd5b6116cd8286868403611bf3565b60019250505092915050565b5f806116e3611bec565b90506116f0818585611e41565b600191505092915050565b60095481565b60135481565b61170f611b6e565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361177d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161177490613f10565b60405180910390fd5b80600c5f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff167f85c91691537a9dafcaf60507a4381ff99d0b3ceed6d7b2c1ff5981e374abb0a460405160405180910390a250565b600e5481565b600d60159054906101000a900460ff1681565b611824611b6e565b8060165f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df7826040516118be91906132f1565b60405180910390a25050565b735c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f81565b737a250d5630b4cf539739df2c5dacb4c659f2488d81565b611902611b6e565b6103e8600161190f610d42565b6119199190613941565b61192391906139af565b811015611965576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161195c90613f9e565b60405180910390fd5b806008819055507f53c4eb831d8cfeb750f1c62590d8cd30f4c6f0380d29a05caa09f0d92588560e60085460405161199d919061314a565b60405180910390a150565b5f60015f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b600b5481565b60125481565b611a3e611b6e565b80471015611a81576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a7890613d8e565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff166108fc8290811502906040515f60405180830381858888f19350505050158015611ac4573d5f803e3d5ffd5b5050565b611ad0611b6e565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603611b3e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b359061402c565b60405180910390fd5b611b4781612a48565b50565b7f0000000000000000000000005b4fb6b5766769a274a2abb3214208a23f8281f681565b611b76611bec565b73ffffffffffffffffffffffffffffffffffffffff16611b94611445565b73ffffffffffffffffffffffffffffffffffffffff1614611bea576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611be190614094565b60405180910390fd5b565b5f33905090565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611c61576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c5890614122565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611ccf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cc6906141b0565b60405180910390fd5b8060015f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051611da9919061314a565b60405180910390a3505050565b5f611dc184846119a8565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114611e3b5781811015611e2d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e2490614218565b60405180910390fd5b611e3a8484848403611bf3565b5b50505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611eaf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ea6906142a6565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611f1d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f1490614334565b60405180910390fd5b5f8111611f5f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f56906143c2565b60405180910390fd5b60185f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1615611fe9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611fe09061442a565b60405180910390fd5b60185f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1615612073576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161206a9061442a565b60405180910390fd5b600d60149054906101000a900460ff161561261357612090611445565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141580156120fe57506120ce611445565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b801561213657505f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015612170575061dead73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b1561261257600d60159054906101000a900460ff166122d95760175f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1680612224575060175f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b612263576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161225a90614492565b60405180910390fd5b61226b611445565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16146122d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122cf906144fa565b60405180910390fd5b5b7f0000000000000000000000005b4fb6b5766769a274a2abb3214208a23f8281f673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614801561237b575060175f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15612422576007548111156123c5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016123bc90614588565b60405180910390fd5b6009546123d18361128a565b826123dc9190613a6d565b111561241d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161241490614616565b60405180910390fd5b612611565b7f0000000000000000000000005b4fb6b5766769a274a2abb3214208a23f8281f673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161480156124c4575060175f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b156125135760085481111561250e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612505906146a4565b60405180910390fd5b612610565b60175f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff161580156125b1575060175f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b1561260f576009546125c28361128a565b826125cd9190613a6d565b111561260e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161260590614616565b60405180910390fd5b5b5b5b5b5b5f61261d3061128a565b90505f600b5482101590508080156126415750600d60169054906101000a900460ff165b80156126595750600a5f9054906101000a900460ff16155b80156126b157507f0000000000000000000000005b4fb6b5766769a274a2abb3214208a23f8281f673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff1614155b8015612704575060165f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b8015612757575060165f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15612798576001600a5f6101000a81548160ff02191690831515021790555061277e612b0b565b5f600a5f6101000a81548160ff0219169083151502179055505b5f6001905060165f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1680612838575060165f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b15612841575f90505b5f8115612a34577f0000000000000000000000005b4fb6b5766769a274a2abb3214208a23f8281f673ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff161480156128a457505f601154115b1561292e576064601154866128b99190613941565b6128c391906139af565b9050601154601254826128d69190613941565b6128e091906139af565b60145f8282546128f09190613a6d565b92505081905550601154601354826129089190613941565b61291291906139af565b60155f8282546129229190613a6d565b92505081905550612a11565b7f0000000000000000000000005b4fb6b5766769a274a2abb3214208a23f8281f673ffffffffffffffffffffffffffffffffffffffff168773ffffffffffffffffffffffffffffffffffffffff1614801561298a57505f600e54115b15612a10576064600e548661299f9190613941565b6129a991906139af565b9050600e54600f54826129bc9190613941565b6129c691906139af565b60145f8282546129d69190613a6d565b92505081905550600e54601054826129ee9190613941565b6129f891906139af565b60155f828254612a089190613a6d565b925050819055505b5b5f811115612a2557612a24873083612cad565b5b8085612a3191906146c2565b94505b612a3f878787612cad565b50505050505050565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160055f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b5f612b153061128a565b90505f601554601454612b289190613a6d565b90505f80831480612b3857505f82145b15612b4557505050612cab565b600b54831115612b5557600b5492505b5f839050612b6281612f19565b5f4790505f8460145483612b769190613941565b612b8091906139af565b90505f6014819055505f601581905550600c5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681604051612bd590614722565b5f6040518083038185875af1925050503d805f8114612c0f576040519150601f19603f3d011682016040523d82523d5f602084013e612c14565b606091505b505080945050600d5f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1647604051612c5f90614722565b5f6040518083038185875af1925050503d805f8114612c99576040519150601f19603f3d011682016040523d82523d5f602084013e612c9e565b606091505b5050809450505050505050505b565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612d1b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d12906147a6565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612d89576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612d8090614834565b60405180910390fd5b612d94838383613128565b5f805f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905081811015612e17576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612e0e906148c2565b60405180910390fd5b8181035f808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550815f808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f82825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051612f00919061314a565b60405180910390a3612f1384848461312d565b50505050565b5f600267ffffffffffffffff811115612f3557612f346148e0565b5b604051908082528060200260200182016040528015612f635781602001602082028036833780820191505090505b50905030815f81518110612f7a57612f79613c24565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015613011573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906130359190614921565b8160018151811061304957613048613c24565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250506130a230737a250d5630b4cf539739df2c5dacb4c659f2488d84611bf3565b737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663791ac947835f8430426040518663ffffffff1660e01b81526004016130f7959493929190614a3c565b5f604051808303815f87803b15801561310e575f80fd5b505af1158015613120573d5f803e3d5ffd5b505050505050565b505050565b505050565b5f819050919050565b61314481613132565b82525050565b5f60208201905061315d5f83018461313b565b92915050565b5f81519050919050565b5f82825260208201905092915050565b5f5b8381101561319a57808201518184015260208101905061317f565b5f8484015250505050565b5f601f19601f8301169050919050565b5f6131bf82613163565b6131c9818561316d565b93506131d981856020860161317d565b6131e2816131a5565b840191505092915050565b5f6020820190508181035f83015261320581846131b5565b905092915050565b5f80fd5b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f61323e82613215565b9050919050565b61324e81613234565b8114613258575f80fd5b50565b5f8135905061326981613245565b92915050565b61327881613132565b8114613282575f80fd5b50565b5f813590506132938161326f565b92915050565b5f80604083850312156132af576132ae61320d565b5b5f6132bc8582860161325b565b92505060206132cd85828601613285565b9150509250929050565b5f8115159050919050565b6132eb816132d7565b82525050565b5f6020820190506133045f8301846132e2565b92915050565b5f6020828403121561331f5761331e61320d565b5b5f61332c8482850161325b565b91505092915050565b5f805f6060848603121561334c5761334b61320d565b5b5f6133598682870161325b565b935050602061336a8682870161325b565b925050604061337b86828701613285565b9150509250925092565b5f6020828403121561339a5761339961320d565b5b5f6133a784828501613285565b91505092915050565b5f60ff82169050919050565b6133c5816133b0565b82525050565b5f6020820190506133de5f8301846133bc565b92915050565b5f805f80608085870312156133fc576133fb61320d565b5b5f61340987828801613285565b945050602061341a87828801613285565b935050604061342b87828801613285565b925050606061343c87828801613285565b91505092959194509250565b61345181613234565b82525050565b5f60208201905061346a5f830184613448565b92915050565b5f80fd5b5f80fd5b5f80fd5b5f8083601f84011261349157613490613470565b5b8235905067ffffffffffffffff8111156134ae576134ad613474565b5b6020830191508360208202830111156134ca576134c9613478565b5b9250929050565b5f8083601f8401126134e6576134e5613470565b5b8235905067ffffffffffffffff81111561350357613502613474565b5b60208301915083602082028301111561351f5761351e613478565b5b9250929050565b5f805f806040858703121561353e5761353d61320d565b5b5f85013567ffffffffffffffff81111561355b5761355a613211565b5b6135678782880161347c565b9450945050602085013567ffffffffffffffff81111561358a57613589613211565b5b613596878288016134d1565b925092505092959194509250565b6135ad816132d7565b81146135b7575f80fd5b50565b5f813590506135c8816135a4565b92915050565b5f602082840312156135e3576135e261320d565b5b5f6135f0848285016135ba565b91505092915050565b5f61360382613234565b9050919050565b613613816135f9565b811461361d575f80fd5b50565b5f8135905061362e8161360a565b92915050565b5f806040838503121561364a5761364961320d565b5b5f61365785828601613620565b925050602061366885828601613285565b9150509250929050565b5f80604083850312156136885761368761320d565b5b5f6136958582860161325b565b92505060206136a6858286016135ba565b9150509250929050565b5f819050919050565b5f6136d36136ce6136c984613215565b6136b0565b613215565b9050919050565b5f6136e4826136b9565b9050919050565b5f6136f5826136da565b9050919050565b613705816136eb565b82525050565b5f60208201905061371e5f8301846136fc565b92915050565b5f61372e826136da565b9050919050565b61373e81613724565b82525050565b5f6020820190506137575f830184613735565b92915050565b5f80604083850312156137735761377261320d565b5b5f6137808582860161325b565b92505060206137918582860161325b565b9150509250929050565b7f4552524f523a20546f6b656e20737461746520697320616c7265616479206c695f8201527f7665202100000000000000000000000000000000000000000000000000000000602082015250565b5f6137f560248361316d565b91506138008261379b565b604082019050919050565b5f6020820190508181035f830152613822816137e9565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f600282049050600182168061386d57607f821691505b6020821081036138805761387f613829565b5b50919050565b7f4552524f523a205f64657657616c6c657420616464726573732063616e6e6f745f8201527f2062652030202100000000000000000000000000000000000000000000000000602082015250565b5f6138e060278361316d565b91506138eb82613886565b604082019050919050565b5f6020820190508181035f83015261390d816138d4565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f61394b82613132565b915061395683613132565b925082820261396481613132565b9150828204841483151761397b5761397a613914565b5b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f6139b982613132565b91506139c483613132565b9250826139d4576139d3613982565b5b828204905092915050565b7f4552524f523a2043616e6e6f7420736574206d61782062757920616d6f756e745f8201527f206c6f776572207468616e20302e312520210000000000000000000000000000602082015250565b5f613a3960328361316d565b9150613a44826139df565b604082019050919050565b5f6020820190508181035f830152613a6681613a2d565b9050919050565b5f613a7782613132565b9150613a8283613132565b9250828201905080821115613a9a57613a99613914565b5b92915050565b7f4552524f523a2043616e6e6f7420626c61636b6c69737420556e6973776170205f8201527f526f757465722021000000000000000000000000000000000000000000000000602082015250565b5f613afa60288361316d565b9150613b0582613aa0565b604082019050919050565b5f6020820190508181035f830152613b2781613aee565b9050919050565b7f4552524f523a20426f7474657220616c726561647920657869737420210000005f82015250565b5f613b62601d8361316d565b9150613b6d82613b2e565b602082019050919050565b5f6020820190508181035f830152613b8f81613b56565b9050919050565b7f4552524f523a2041727261792073697a6573206d75737420626520657175616c5f8201527f2021000000000000000000000000000000000000000000000000000000000000602082015250565b5f613bf060228361316d565b9150613bfb82613b96565b604082019050919050565b5f6020820190508181035f830152613c1d81613be4565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b7f4552524f523a2041646472657373206e6f7420666f756e6420696e20426f74735f8201527f2021000000000000000000000000000000000000000000000000000000000000602082015250565b5f613cab60228361316d565b9150613cb682613c51565b604082019050919050565b5f6020820190508181035f830152613cd881613c9f565b9050919050565b5f81519050613ced8161326f565b92915050565b5f60208284031215613d0857613d0761320d565b5b5f613d1584828501613cdf565b91505092915050565b7f4552524f523a20496e73756666696369656e742062616c616e636520746f20635f8201527f6f6d706c6574652074786e202100000000000000000000000000000000000000602082015250565b5f613d78602d8361316d565b9150613d8382613d1e565b604082019050919050565b5f6020820190508181035f830152613da581613d6c565b9050919050565b5f604082019050613dbf5f830185613448565b613dcc602083018461313b565b9392505050565b5f81519050613de1816135a4565b92915050565b5f60208284031215613dfc57613dfb61320d565b5b5f613e0984828501613dd3565b91505092915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f775f8201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b5f613e6c60258361316d565b9150613e7782613e12565b604082019050919050565b5f6020820190508181035f830152613e9981613e60565b9050919050565b7f4552524f523a205f70657074616e6757616c6c657420616464726573732063615f8201527f6e6e6f7420626520302021000000000000000000000000000000000000000000602082015250565b5f613efa602b8361316d565b9150613f0582613ea0565b604082019050919050565b5f6020820190508181035f830152613f2781613eee565b9050919050565b7f4552524f523a2043616e6e6f7420736574206d61782073656c6c20616d6f756e5f8201527f74206c6f776572207468616e20302e3125202100000000000000000000000000602082015250565b5f613f8860338361316d565b9150613f9382613f2e565b604082019050919050565b5f6020820190508181035f830152613fb581613f7c565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f61401660268361316d565b915061402182613fbc565b604082019050919050565b5f6020820190508181035f8301526140438161400a565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f61407e60208361316d565b91506140898261404a565b602082019050919050565b5f6020820190508181035f8301526140ab81614072565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f206164645f8201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b5f61410c60248361316d565b9150614117826140b2565b604082019050919050565b5f6020820190508181035f83015261413981614100565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f2061646472655f8201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b5f61419a60228361316d565b91506141a582614140565b604082019050919050565b5f6020820190508181035f8301526141c78161418e565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000005f82015250565b5f614202601d8361316d565b915061420d826141ce565b602082019050919050565b5f6020820190508181035f83015261422f816141f6565b9050919050565b7f4552524f522045524332303a207472616e736665722066726f6d20746865207a5f8201527f65726f2061646472657373202100000000000000000000000000000000000000602082015250565b5f614290602d8361316d565b915061429b82614236565b604082019050919050565b5f6020820190508181035f8301526142bd81614284565b9050919050565b7f4552524f522045524332303a207472616e7366657220746f20746865207a65725f8201527f6f20616464726573732021000000000000000000000000000000000000000000602082015250565b5f61431e602b8361316d565b9150614329826142c4565b604082019050919050565b5f6020820190508181035f83015261434b81614312565b9050919050565b7f4552524f523a20416d6f756e74206d75737420626520677265617465722074685f8201527f616e203020210000000000000000000000000000000000000000000000000000602082015250565b5f6143ac60268361316d565b91506143b782614352565b604082019050919050565b5f6020820190508181035f8301526143d9816143a0565b9050919050565b7f4552524f523a20426f74206465746563746564202100000000000000000000005f82015250565b5f61441460158361316d565b915061441f826143e0565b602082019050919050565b5f6020820190508181035f83015261444181614408565b9050919050565b7f4552524f523a2054726164696e67206973206e6f7420616374697665202100005f82015250565b5f61447c601e8361316d565b915061448782614448565b602082019050919050565b5f6020820190508181035f8301526144a981614470565b9050919050565b7f4552524f523a2054726164696e672069732061637469766520210000000000005f82015250565b5f6144e4601a8361316d565b91506144ef826144b0565b602082019050919050565b5f6020820190508181035f830152614511816144d8565b9050919050565b7f4552524f523a2042757920616d6f756e74206c696d69742065786365656465645f8201527f2021000000000000000000000000000000000000000000000000000000000000602082015250565b5f61457260228361316d565b915061457d82614518565b604082019050919050565b5f6020820190508181035f83015261459f81614566565b9050919050565b7f4552524f523a204d61782077616c6c657420616d6f756e7420657863656564655f8201527f6420210000000000000000000000000000000000000000000000000000000000602082015250565b5f61460060238361316d565b915061460b826145a6565b604082019050919050565b5f6020820190508181035f83015261462d816145f4565b9050919050565b7f4552524f523a2053616c6520616d6f756e74206c696d697420657863656564655f8201527f6420210000000000000000000000000000000000000000000000000000000000602082015250565b5f61468e60238361316d565b915061469982614634565b604082019050919050565b5f6020820190508181035f8301526146bb81614682565b9050919050565b5f6146cc82613132565b91506146d783613132565b92508282039050818111156146ef576146ee613914565b5b92915050565b5f81905092915050565b50565b5f61470d5f836146f5565b9150614718826146ff565b5f82019050919050565b5f61472c82614702565b9150819050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f2061645f8201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b5f61479060258361316d565b915061479b82614736565b604082019050919050565b5f6020820190508181035f8301526147bd81614784565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f20616464725f8201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b5f61481e60238361316d565b9150614829826147c4565b604082019050919050565b5f6020820190508181035f83015261484b81614812565b9050919050565b7f45524332303a207472616e7366657220616d6f756e74206578636565647320625f8201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b5f6148ac60268361316d565b91506148b782614852565b604082019050919050565b5f6020820190508181035f8301526148d9816148a0565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b5f8151905061491b81613245565b92915050565b5f602082840312156149365761493561320d565b5b5f6149438482850161490d565b91505092915050565b5f819050919050565b5f61496f61496a6149658461494c565b6136b0565b613132565b9050919050565b61497f81614955565b82525050565b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b6149b781613234565b82525050565b5f6149c883836149ae565b60208301905092915050565b5f602082019050919050565b5f6149ea82614985565b6149f4818561498f565b93506149ff8361499f565b805f5b83811015614a2f578151614a1688826149bd565b9750614a21836149d4565b925050600181019050614a02565b5085935050505092915050565b5f60a082019050614a4f5f83018861313b565b614a5c6020830187614976565b8181036040830152614a6e81866149e0565b9050614a7d6060830185613448565b614a8a608083018461313b565b969550505050505056fea26469706673582212208a34e9b2d124a05d0e63177defe48d6bfd58fbaac0e4bcc5966fdcc35cce9ded64736f6c63430008140033

Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.