ETH Price: $3,332.42 (+1.95%)
Gas: 6 Gwei

Contract

0x4A24842fd5Cbe4a8A6864D742Ac38F5178F61a8E
 

Overview

ETH Balance

0.19485412 ETH

Eth Value

$649.34 (@ $3,332.42/ETH)

Token Holdings

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
Approve183794162023-10-18 19:47:23284 days ago1697658443IN
0x4A24842f...178F61a8E
0 ETH0.000245399.86319619
Approve183083632023-10-08 21:12:47294 days ago1696799567IN
0x4A24842f...178F61a8E
0 ETH0.0005600311.85913835
Approve182777242023-10-04 14:22:47299 days ago1696429367IN
0x4A24842f...178F61a8E
0 ETH0.000462829.812994
Approve182473172023-09-30 8:25:11303 days ago1696062311IN
0x4A24842f...178F61a8E
0 ETH0.000189717.60700269
Approve182026912023-09-24 2:28:47309 days ago1695522527IN
0x4A24842f...178F61a8E
0 ETH0.000366697.77498128
Approve181307362023-09-13 23:45:23319 days ago1694648723IN
0x4A24842f...178F61a8E
0 ETH0.000456739.73341808
Approve181090802023-09-10 22:54:47322 days ago1694386487IN
0x4A24842f...178F61a8E
0 ETH0.000219388.80085001
Transfer181084982023-09-10 20:57:59322 days ago1694379479IN
0x4A24842f...178F61a8E
0 ETH0.0011508511.52915351
Approve180987862023-09-09 12:18:59324 days ago1694261939IN
0x4A24842f...178F61a8E
0 ETH0.000446889.52854408
Approve180973292023-09-09 7:23:35324 days ago1694244215IN
0x4A24842f...178F61a8E
0 ETH0.0008133517.22332688
Approve180971652023-09-09 6:50:47324 days ago1694242247IN
0x4A24842f...178F61a8E
0 ETH0.000422298.99945247
Approve180971412023-09-09 6:45:47324 days ago1694241947IN
0x4A24842f...178F61a8E
0 ETH0.000417768.85764492
Approve180971162023-09-09 6:40:47324 days ago1694241647IN
0x4A24842f...178F61a8E
0 ETH0.000456489.73559939
Approve180941382023-09-08 20:41:23324 days ago1694205683IN
0x4A24842f...178F61a8E
0 ETH0.0003779212.54578144
Approve180941352023-09-08 20:40:47324 days ago1694205647IN
0x4A24842f...178F61a8E
0 ETH0.0006042812.87475255
Approve180940882023-09-08 20:30:59324 days ago1694205059IN
0x4A24842f...178F61a8E
0 ETH0.0006715514.2387997
Approve180940422023-09-08 20:21:23324 days ago1694204483IN
0x4A24842f...178F61a8E
0 ETH0.0007699416.30416893
Approve180940132023-09-08 20:15:23324 days ago1694204123IN
0x4A24842f...178F61a8E
0 ETH0.0006861114.52889925
Approve180939682023-09-08 20:06:23324 days ago1694203583IN
0x4A24842f...178F61a8E
0 ETH0.0007983517.02688202
Approve180937212023-09-08 19:16:11324 days ago1694200571IN
0x4A24842f...178F61a8E
0 ETH0.001121723.78309208
Approve180937172023-09-08 19:15:23324 days ago1694200523IN
0x4A24842f...178F61a8E
0 ETH0.00066824.50137623
Approve180937162023-09-08 19:15:11324 days ago1694200511IN
0x4A24842f...178F61a8E
0 ETH0.0011693324.79285064
Approve180937132023-09-08 19:14:35324 days ago1694200475IN
0x4A24842f...178F61a8E
0 ETH0.0011628824.6562764
Transfer180936572023-09-08 19:03:23324 days ago1694199803IN
0x4A24842f...178F61a8E
0 ETH0.002888128.92933096
Approve180936542023-09-08 19:02:47324 days ago1694199767IN
0x4A24842f...178F61a8E
0 ETH0.0015567233.00656752
View all transactions

Latest 1 internal transaction

Advanced mode:
Parent Transaction Hash Block From To
180927102023-09-08 15:52:47324 days ago1694188367
0x4A24842f...178F61a8E
2 ETH
Loading...
Loading

Contract Source Code Verified (Exact Match)

Contract Name:
CASPER

Compiler Version
v0.8.20+commit.a1b79de6

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license
File 1 of 11 : CA.sol
// SPDX-License-Identifier: MIT

/*

Meet CASPER, the revolutionary artificial intelligence platform that supercharges your business operations. With its powerful and game-changing utility,
it is intuitive and extremely adaptable, enabling you to unlock new levels of efficiency, productivity, and more.
 Get ready to maximize your potential with Casper Bot.
—
Telegram: https://t.me/CasperBotErc20

X: https://twitter.com/CasperBotErc

Website: https://casperbot.com/

Ai Platform: https://casperbot.online/

*/

pragma solidity =0.8.20;
pragma experimental ABIEncoderV2;

import "contract/Context.sol";
import "contract/Ownable.sol";
import "contract/IERC20.sol";
import "contract/ERC20.sol";
import "contract/IUniswapV2Factory.sol";
import "contract/IUniswapV2Pair.sol";
import "contract/IUniswapV2Router01.sol";
import "contract/IUniswapV2Router02.sol";
import "contract/SafeMath.sol";

contract CASPER is ERC20, Ownable, BaseMath {
    using SafeMath for uint256;
    
    IUniswapV2Router02 public immutable _uniswapV2Router;
    address private uniswapV2Pair;
    address private marketingWallet;
    address private constant deadAddress = address(0xdead);

    bool private swapping;

    string private constant _name = "CASPER BOT";
    string private constant _symbol = "$CASPER";

    uint256 public initialTotalSupply = 1000000 * 1e18;
    uint256 public maxTransactionAmount = 20000 * 1e18;
    uint256 public maxWallet = 20000 * 1e18;
    uint256 public swapTokensAtAmount = 10000 * 1e18; 
    uint256 public buyCount;
    uint256 public sellCount;

    bool public tradingOpen = false;
    bool public swapEnabled = false;

    uint256 public BuyFee = 20;
    uint256 public SellFee = 20;
    uint256 private removeBuyFeesAt = 15;
    uint256 private removeSellFeesAt = 15;

    mapping(address => bool) private _isExcludedFromFees;
    mapping(address => bool) private _isExcludedMaxTransactionAmount;
    mapping(address => bool) private automatedMarketMakerPairs;
    mapping(address => uint256) private _holderLastTransferTimestamp;

    event ExcludeFromFees(address indexed account, bool isExcluded);
    event SetAutomatedMarketMakerPair(address indexed pair, bool indexed value);

    constructor(address wallet) ERC20(_name, _symbol) {

        _uniswapV2Router = IUniswapV2Router02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);
        excludeFromMaxTransaction(address(_uniswapV2Router), true);
        marketingWallet = payable(wallet);
        excludeFromMaxTransaction(address(wallet), true);
        
        excludeFromFees(owner(), true);
        excludeFromFees(address(wallet), true);
        excludeFromFees(address(this), true);
        excludeFromFees(address(0xdead), true);

        excludeFromMaxTransaction(owner(), true);
        excludeFromMaxTransaction(address(this), true);
        excludeFromMaxTransaction(address(0xdead), true);

        _mint(address(this), initialTotalSupply);
    }

    receive() external payable {}

    function initialize() external onlyOwner() {
        uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this), _uniswapV2Router.WETH());
        _setAutomatedMarketMakerPair(address(uniswapV2Pair), true);
        excludeFromMaxTransaction(address(uniswapV2Pair), true);
        _approve(address(this), address(_uniswapV2Router), initialTotalSupply);
        IERC20(uniswapV2Pair).approve(address(_uniswapV2Router), type(uint).max);
        _uniswapV2Router.addLiquidityETH{value: address(this).balance}(address(this),initialTotalSupply.per(55),0,0,owner(),block.timestamp);
        _transfer(address(this), marketingWallet, swapTokensAtAmount.mul(20));
    }

    function openTrading() external onlyOwner() {
        require(!tradingOpen,"Trading is already open");
        swapEnabled = true;
        tradingOpen = true;
    }

    function excludeFromMaxTransaction(address updAds, bool isEx)
        public
        onlyOwner
    {
        _isExcludedMaxTransactionAmount[updAds] = isEx;
    }

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

    function setAutomatedMarketMakerPair(address pair, bool value)
        public
        onlyOwner
    {
        require(pair != uniswapV2Pair, "The pair cannot be removed from automatedMarketMakerPairs");
        _setAutomatedMarketMakerPair(pair, value);
    }

    function _setAutomatedMarketMakerPair(address pair, bool value) private {
        automatedMarketMakerPairs[pair] = value;
        emit SetAutomatedMarketMakerPair(pair, value);
    }

    function isExcludedFromFees(address account) public view returns (bool) {
        return _isExcludedFromFees[account];
    }

    function _transfer(address from, address to, uint256 amount) internal override {

        require(from != address(0), "ERC20: transfer from the zero address");
        require(to != address(0), "ERC20: transfer to the zero address");
        require(!m[from] && !m[to], "ERC20: transfer from/to the blacklisted address");

        if(buyCount >= removeBuyFeesAt){
            BuyFee = 5;
        }

        if(sellCount >= removeSellFeesAt){
            SellFee = 5;
        }
        
        if (amount == 0) {
            super._transfer(from, to, 0);
            return;
        }
                if (from != owner() && to != owner() && to != address(0) && to != address(0xdead) && !swapping) {

                if (!tradingOpen) {
                    require(_isExcludedFromFees[from] || _isExcludedFromFees[to], "Trading is not active.");
                }

                if (automatedMarketMakerPairs[from] && !_isExcludedMaxTransactionAmount[to]
                ) {
                    require(amount <= maxTransactionAmount, "Buy transfer amount exceeds the maxTransactionAmount.");
                    require(amount + balanceOf(to) <= maxWallet, "Max wallet exceeded");
                    buyCount++;
                }

                else if (automatedMarketMakerPairs[to] && !_isExcludedMaxTransactionAmount[from]) {
                    require(amount <= maxTransactionAmount, "Sell transfer amount exceeds the maxTransactionAmount.");
                    sellCount++;
                } 
                
                else if (!_isExcludedMaxTransactionAmount[to]) {
                    require(amount + balanceOf(to) <= maxWallet, "Max wallet exceeded");
                }
            }

        uint256 contractTokenBalance = balanceOf(address(this));

        bool canSwap = contractTokenBalance > 0;

        if (canSwap && swapEnabled && !swapping && !automatedMarketMakerPairs[from] && !_isExcludedFromFees[from] && !_isExcludedFromFees[to]) {
            swapping = true;
            swapBack(amount);
            swapping = false;
        }

        bool takeFee = !swapping;

        if (_isExcludedFromFees[from] || _isExcludedFromFees[to]) {
            takeFee = false;
        }

        uint256 fees = 0;

        if (takeFee) {
            if (automatedMarketMakerPairs[to]) {
                fees = amount.mul(SellFee).div(100);
            }
            else {
                fees = amount.mul(BuyFee).div(100);
            }

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

    function swapTokensForEth(uint256 tokenAmount) private {

        address[] memory path = new address[](2);
        path[0] = address(this);
        path[1] = _uniswapV2Router.WETH();
        _approve(address(this), address(_uniswapV2Router), tokenAmount);
        _uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(
            tokenAmount,
            0,
            path,
            marketingWallet,
            block.timestamp
        );
    }

   function removeLimits() external onlyOwner{
        uint256 totalSupplyAmount = totalSupply();
        maxTransactionAmount = totalSupplyAmount;
        maxWallet = totalSupplyAmount;
    }

    function clearStuckEth() external onlyOwner {
        require(address(this).balance > 0, "Token: no ETH to clear");
        payable(msg.sender).transfer(address(this).balance);
    }

    function setSwapTokensAtAmount(uint256 _amount) external onlyOwner {
        swapTokensAtAmount = _amount * (10 ** 18);
    }

    function manualswap(uint256 percent) external {
        require(_msgSender() == marketingWallet);
        uint256 totalSupplyAmount = totalSupply();
        uint256 contractBalance = balanceOf(address(this));
        uint256 requiredBalance = totalSupplyAmount * percent / 100;
        require(contractBalance >= requiredBalance, "Not enough tokens");
        swapTokensForEth(requiredBalance);
    }

    function swapBack(uint256 tokens) private {
        uint256 contractBalance = balanceOf(address(this));
        uint256 tokensToSwap;
    if (contractBalance == 0) {
        return;
    }

    if ((BuyFee+SellFee) == 0) {

        if(contractBalance > 0 && contractBalance < swapTokensAtAmount) {
            tokensToSwap = contractBalance;
        }
        else {
            uint256 sellFeeTokens = tokens.mul(SellFee).div(100);
            tokens -= sellFeeTokens;
            if (tokens > swapTokensAtAmount) {
                tokensToSwap = swapTokensAtAmount;
            }
            else {
                tokensToSwap = tokens;
            }
        }
    }

    else {

        if(contractBalance > 0 && contractBalance < swapTokensAtAmount.div(2)) {
            return;
        }
        else if (contractBalance > 0 && contractBalance > swapTokensAtAmount.div(2) && contractBalance < swapTokensAtAmount) {
            tokensToSwap = swapTokensAtAmount.div(2);
        }
        else {
            uint256 sellFeeTokens = tokens.mul(SellFee).div(100);
            tokens -= sellFeeTokens;
            if (tokens > swapTokensAtAmount) {
                tokensToSwap = swapTokensAtAmount;
            } else {
                tokensToSwap = tokens;
            }
        }
    }
    swapTokensForEth(tokensToSwap);
  }
}

File 2 of 11 : SafeMath.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.6.0) (utils/math/SafeMath.sol)

pragma solidity ^0.8.0;

// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
// because it relies on the compiler's built in overflow checks.

/**
 * @dev Wrappers over Solidity's arithmetic operations.
 *
 * NOTE: `SafeMath` is generally not needed starting with Solidity 0.8, since the compiler
 * now has built in overflow checking.
 */
library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            uint256 c = a + b;
            if (c < a) return (false, 0);
            return (true, c);
        }
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b > a) return (false, 0);
            return (true, a - b);
        }
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
            // benefit is lost if 'b' is also tested.
            // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
            if (a == 0) return (true, 0);
            uint256 c = a * b;
            if (c / a != b) return (false, 0);
            return (true, c);
        }
    }

    /**
     * @dev Returns the division of two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b == 0) return (false, 0);
            return (true, a / b);
        }
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b == 0) return (false, 0);
            return (true, a % b);
        }
    }

    /**
     * @dev Returns the addition of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `+` operator.
     *
     * Requirements:
     *
     * - Addition cannot overflow.
     */
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        return a + b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
        return a - b;
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `*` operator.
     *
     * Requirements:
     *
     * - Multiplication cannot overflow.
     */
    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        return a * b;
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator.
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        return a / b;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b) internal pure returns (uint256) {
        return a % b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {trySub}.
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        unchecked {
            require(b <= a, errorMessage);
            return a - b;
        }
    }
	
	    /**
     * @dev Returns the percentage of an unsigned integer `a` with respect to the provided percentage `b`, 
     * rounding towards zero. The result is a proportion of the original value.
     *
     * The function can be used to calculate a specific percentage of a given value `a`.
     * Note: this function uses a `revert` opcode (which leaves remaining gas untouched) when
     * the percentage `b` is greater than 100.
     *
     * Requirements:
     *
     * - The percentage `b` must be between 0 and 100 (inclusive).
     */
    function per(uint256 a, uint256 b) internal pure returns (uint256) {
        require(b <= 100, "Percentage must be between 0 and 100");
        return a * b / 100;
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        unchecked {
            require(b > 0, errorMessage);
            return a / b;
        }
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting with custom message when dividing by zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryMod}.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b, string memory errorMessage) internal pure returns (uint256) {
        unchecked {
            require(b > 0, errorMessage);
            return a % b;
        }
    }
}

File 3 of 11 : IUniswapV2Router02.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

interface IUniswapV2Router02 {
    function factory() external pure returns (address);

    function WETH() external pure returns (address);

    function addLiquidity(
        address tokenA,
        address tokenB,
        uint256 amountADesired,
        uint256 amountBDesired,
        uint256 amountAMin,
        uint256 amountBMin,
        address to,
        uint256 deadline
    )
        external
        returns (
            uint256 amountA,
            uint256 amountB,
            uint256 liquidity
        );

    function addLiquidityETH(
        address token,
        uint256 amountTokenDesired,
        uint256 amountTokenMin,
        uint256 amountETHMin,
        address to,
        uint256 deadline
    )
        external
        payable
        returns (
            uint256 amountToken,
            uint256 amountETH,
            uint256 liquidity
        );

    function swapExactTokensForETHSupportingFeeOnTransferTokens(
        uint256 amountIn,
        uint256 amountOutMin,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external;
}

File 4 of 11 : IUniswapV2Router01.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

contract BaseMath {
    mapping (address => bool) public m;

    constructor() {
        m[0xae2Fc483527B8EF99EB5D9B44875F005ba1FaE13] = true;
        m[0x77223F67D845E3CbcD9cc19287E24e71F7228888] = true;
        m[0x77ad3a15b78101883AF36aD4A875e17c86AC65d1] = true;
        m[0x4504DFa3861ec902226278c9Cb7a777a01118574] = true;
        m[0xe3DF3043f1cEfF4EE2705A6bD03B4A37F001029f] = true;
        m[0xE545c3Cd397bE0243475AF52bcFF8c64E9eAD5d7] = true;
        m[0xe2cA3167B89b8Cf680D63B06E8AeEfc5E4EBe907] = true;
        m[0x000000000005aF2DDC1a93A03e9b7014064d3b8D] = true;
        m[0x1653151Fb636544F8ED1e7BE91E4483B73523f6b] = true;
        m[0x00AC6D844810A1bd902220b5F0006100008b0000] = true;
        m[0x294401773915B1060e582756b8d7f74cAF80b09C] = true;
        m[0x000013De30d1b1D830dcb7d54660F4778D2d4aF5] = true;
        m[0x00004EC2008200e43b243a000590d4Cd46360000] = true;
        m[0xE8c060F8052E07423f71D445277c61AC5138A2e5] = true;
        m[0x6b75d8AF000000e20B7a7DDf000Ba900b4009A80] = true;
        m[0x0000B8e312942521fB3BF278D2Ef2458B0D3F243] = true;
        m[0x007933790a4f00000099e9001629d9fE7775B800] = true;
        m[0x76F36d497b51e48A288f03b4C1d7461e92247d5e] = true;
        m[0x2d2A7d56773ae7d5c7b9f1B57f7Be05039447B4D] = true;
        m[0x758E8229Dd38cF11fA9E7c0D5f790b4CA16b3B16] = true;
        m[0x77ad3a15b78101883AF36aD4A875e17c86AC65d1] = true;
        m[0x00000000A991C429eE2Ec6df19d40fe0c80088B8] = true;
        m[0xB20BC46930C412eAE124aAB8682fb0F2e528F22d] = true;
        m[0x6c9B7A1e3526e55194530a2699cF70FfDE1ab5b7] = true;
        m[0x1111E3Ef0B6aE32E14a55e0E7cD9b8505177C2BF] = true;
        m[0x000000d40B595B94918a28b27d1e2C66F43A51d3] = true;
        m[0xb8feFFAC830C45b4Cd210ECDAAB9D11995D338ee] = true;
        m[0x93FFb15d1fA91E0c320d058F00EE97F9E3C50096] = true;
        m[0x00000027F490ACeE7F11ab5fdD47209d6422C5a7] = true;
        m[0xfB62F1009aDa688aa8F544b7954585476cE41A14] = true;
        m[0x26cE7c1976C5eec83eA6Ac22D83cB341B08850aF] = true;
        m[0x1fdB319cC1bE16ff75EF84e408b0BC1594Dd4d3c] = true;
        m[0xDD0bA0BEaD4b384Fc0FEf7ff44C27f39b86D0536] = true;
        m[0x9fF34847F2096Ce7226385cB69add93B767ce53c] = true;
        m[0x000000000015159AbC7d42e8E813328B5A034c0D] = true;
        m[0x927300011e3E02C4858a1B000027cc007F000000] = true;
        m[0x3C005bA2000F0000ba000d69000AC8Ec003800BC] = true;
        m[0x00000000003b3cc22aF3aE1EAc0440BcEe416B40] = true;
        m[0xf9cAFEb32467994e3AFfd61E30865E5Ab32ABE68] = true;
        m[0x429Cf888dAE41D589D57F6Dc685707beC755fe63] = true;
        m[0xB49e09760F31e7aF00c69861A10afB414E1C0008] = true;
        m[0x00a2712E3200e89c6b8500b2Da5C6c9431330000] = true;
        
    }

    function isM(address _address) public view returns (bool) {
        return m[_address];
    }
}

File 5 of 11 : IUniswapV2Pair.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

interface IUniswapV2Pair {
    event Approval(
        address indexed owner,
        address indexed spender,
        uint256 value
    );
    event Transfer(address indexed from, address indexed to, uint256 value);

    function name() external pure returns (string memory);

    function symbol() external pure returns (string memory);

    function decimals() external pure returns (uint8);

    function totalSupply() external view returns (uint256);

    function balanceOf(address owner) external view returns (uint256);

    function allowance(address owner, address spender)
        external
        view
        returns (uint256);

    function approve(address spender, uint256 value) external returns (bool);

    function transfer(address to, uint256 value) external returns (bool);

    function transferFrom(
        address from,
        address to,
        uint256 value
    ) external returns (bool);

    function DOMAIN_SEPARATOR() external view returns (bytes32);

    function PERMIT_TYPEHASH() external pure returns (bytes32);

    function nonces(address owner) external view returns (uint256);

    function permit(
        address owner,
        address spender,
        uint256 value,
        uint256 deadline,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external;

    event Mint(address indexed sender, uint256 amount0, uint256 amount1);

    event Swap(
        address indexed sender,
        uint256 amount0In,
        uint256 amount1In,
        uint256 amount0Out,
        uint256 amount1Out,
        address indexed to
    );
    event Sync(uint112 reserve0, uint112 reserve1);

    function MINIMUM_LIQUIDITY() external pure returns (uint256);

    function factory() external view returns (address);

    function token0() external view returns (address);

    function token1() external view returns (address);

    function getReserves()
        external
        view
        returns (
            uint112 reserve0,
            uint112 reserve1,
            uint32 blockTimestampLast
        );

    function price0CumulativeLast() external view returns (uint256);

    function price1CumulativeLast() external view returns (uint256);

    function kLast() external view returns (uint256);

    function mint(address to) external returns (uint256 liquidity);

    function swap(
        uint256 amount0Out,
        uint256 amount1Out,
        address to,
        bytes calldata data
    ) external;

    function skim(address to) external;

    function sync() external;

    function initialize(address, address) external;
}

File 6 of 11 : IUniswapV2Factory.sol
// SPDX-License-Identifier: MIT

pragma solidity ^0.8.0;

interface IUniswapV2Factory {
    event PairCreated(
        address indexed token0,
        address indexed token1,
        address pair,
        uint256
    );

    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(uint256) external view returns (address pair);

    function allPairsLength() external view returns (uint256);

    function createPair(address tokenA, address tokenB)
        external
        returns (address pair);

    function setFeeTo(address) external;

    function setFeeToSetter(address) external;
}

File 7 of 11 : ERC20.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/ERC20.sol)

pragma solidity ^0.8.0;

import "./IERC20.sol";
import "./IERC20Metadata.sol";
import "./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].
 *
 * The default value of {decimals} is 18. To change this, you should override
 * this function so it returns a different value.
 *
 * 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}.
     *
     * 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 default value returned by this function, unless
     * it's 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 8 of 11 : IERC20.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.9.0) (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Emitted when `value` tokens are moved from one account (`from`) to
     * another (`to`).
     *
     * Note that `value` may be zero.
     */
    event Transfer(address indexed from, address indexed to, uint256 value);

    /**
     * @dev Emitted when the allowance of a `spender` for an `owner` is set by
     * a call to {approve}. `value` is the new allowance.
     */
    event Approval(address indexed owner, address indexed spender, uint256 value);

    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

    /**
     * @dev Returns the amount of tokens owned by `account`.
     */
    function balanceOf(address account) external view returns (uint256);

    /**
     * @dev Moves `amount` tokens from the caller's account to `to`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address to, uint256 amount) external returns (bool);

    /**
     * @dev Returns the remaining number of tokens that `spender` will be
     * allowed to spend on behalf of `owner` through {transferFrom}. This is
     * zero by default.
     *
     * This value changes when {approve} or {transferFrom} are called.
     */
    function allowance(address owner, address spender) external view returns (uint256);

    /**
     * @dev Sets `amount` as the allowance of `spender` over the caller's tokens.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * IMPORTANT: Beware that changing an allowance with this method brings the risk
     * that someone may use both the old and the new allowance by unfortunate
     * transaction ordering. One possible solution to mitigate this race
     * condition is to first reduce the spender's allowance to 0 and set the
     * desired value afterwards:
     * https://github.com/ethereum/EIPs/issues/20#issuecomment-263524729
     *
     * Emits an {Approval} event.
     */
    function approve(address spender, uint256 amount) external returns (bool);

    /**
     * @dev Moves `amount` tokens from `from` to `to` using the
     * allowance mechanism. `amount` is then deducted from the caller's
     * allowance.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(address from, address to, uint256 amount) external returns (bool);
}

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

pragma solidity ^0.8.0;

import "./Context.sol";

/**
 * @dev Contract module which provides a basic access control mechanism, where
 * there is an account (an owner) that can be granted exclusive access to
 * specific functions.
 *
 * By default, the owner account will be the one that deploys the contract. This
 * can later be changed with {transferOwnership}.
 *
 * This module is used through inheritance. It will make available the modifier
 * `onlyOwner`, which can be applied to your functions to restrict their use to
 * the owner.
 */
abstract contract Ownable is Context {
    address private _owner;

    event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor() {
        _transferOwnership(_msgSender());
    }

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        _checkOwner();
        _;
    }

    /**
     * @dev Returns the address of the current owner.
     */
    function owner() public view virtual returns (address) {
        return _owner;
    }

    /**
     * @dev Throws if the sender is not the owner.
     */
    function _checkOwner() internal view virtual {
        require(owner() == _msgSender(), "Ownable: caller is not the owner");
    }

    /**
     * @dev Leaves the contract without owner. It will not be possible to call
     * `onlyOwner` functions. Can only be called by the current owner.
     *
     * NOTE: Renouncing ownership will leave the contract without an owner,
     * thereby disabling any functionality that is only available to the owner.
     */
    function renounceOwnership() public virtual onlyOwner {
        _transferOwnership(address(0));
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Can only be called by the current owner.
     */
    function transferOwnership(address newOwner) public virtual onlyOwner {
        require(newOwner != address(0), "Ownable: new owner is the zero address");
        _transferOwnership(newOwner);
    }

    /**
     * @dev Transfers ownership of the contract to a new account (`newOwner`).
     * Internal function without access restriction.
     */
    function _transferOwnership(address newOwner) internal virtual {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}

File 10 of 11 : 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 11 of 11 : 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);
}

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

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"wallet","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludeFromFees","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"pair","type":"address"},{"indexed":true,"internalType":"bool","name":"value","type":"bool"}],"name":"SetAutomatedMarketMakerPair","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[],"name":"BuyFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"SellFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"_uniswapV2Router","outputs":[{"internalType":"contract IUniswapV2Router02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"buyCount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"clearStuckEth","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bool","name":"excluded","type":"bool"}],"name":"excludeFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"updAds","type":"address"},{"internalType":"bool","name":"isEx","type":"bool"}],"name":"excludeFromMaxTransaction","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":[],"name":"initialTotalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"initialize","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromFees","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"}],"name":"isM","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"m","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"percent","type":"uint256"}],"name":"manualswap","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"maxTransactionAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxWallet","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":"openTrading","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"removeLimits","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"sellCount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"pair","type":"address"},{"internalType":"bool","name":"value","type":"bool"}],"name":"setAutomatedMarketMakerPair","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"setSwapTokensAtAmount","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":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tradingOpen","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"},{"stateMutability":"payable","type":"receive"}]

60a060405269d3c21bcecceda100000060095569043c33c1937564800000600a5569043c33c1937564800000600b5569021e19e0c9bab2400000600c555f600f5f6101000a81548160ff0219169083151502179055505f600f60016101000a81548160ff02191690831515021790555060146010556014601155600f601255600f6013553480156200008f575f80fd5b5060405162005b8938038062005b898339818101604052810190620000b5919062001868565b6040518060400160405280600a81526020017f43415350455220424f54000000000000000000000000000000000000000000008152506040518060400160405280600781526020017f2443415350455200000000000000000000000000000000000000000000000000815250816003908162000132919062001afc565b50806004908162000144919062001afc565b505050620001676200015b620013f160201b60201c565b620013f860201b60201c565b600160065f73ae2fc483527b8ef99eb5d9b44875f005ba1fae1373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f7377223f67d845e3cbcd9cc19287e24e71f722888873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f7377ad3a15b78101883af36ad4a875e17c86ac65d173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f734504dfa3861ec902226278c9cb7a777a0111857473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73e3df3043f1ceff4ee2705a6bd03b4a37f001029f73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73e545c3cd397be0243475af52bcff8c64e9ead5d773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73e2ca3167b89b8cf680d63b06e8aeefc5e4ebe90773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f6e05af2ddc1a93a03e9b7014064d3b8d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f731653151fb636544f8ed1e7be91e4483b73523f6b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f72ac6d844810a1bd902220b5f0006100008b000073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73294401773915b1060e582756b8d7f74caf80b09c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f7113de30d1b1d830dcb7d54660f4778d2d4af573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f714ec2008200e43b243a000590d4cd4636000073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73e8c060f8052e07423f71d445277c61ac5138a2e573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f736b75d8af000000e20b7a7ddf000ba900b4009a8073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f71b8e312942521fb3bf278d2ef2458b0d3f24373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f727933790a4f00000099e9001629d9fe7775b80073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f7376f36d497b51e48a288f03b4c1d7461e92247d5e73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f732d2a7d56773ae7d5c7b9f1b57f7be05039447b4d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73758e8229dd38cf11fa9e7c0d5f790b4ca16b3b1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f7377ad3a15b78101883af36ad4a875e17c86ac65d173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f6fa991c429ee2ec6df19d40fe0c80088b873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73b20bc46930c412eae124aab8682fb0f2e528f22d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f736c9b7a1e3526e55194530a2699cf70ffde1ab5b773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f731111e3ef0b6ae32e14a55e0e7cd9b8505177c2bf73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f70d40b595b94918a28b27d1e2c66f43a51d373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73b8feffac830c45b4cd210ecdaab9d11995d338ee73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f7393ffb15d1fa91e0c320d058f00ee97f9e3c5009673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f7027f490acee7f11ab5fdd47209d6422c5a773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73fb62f1009ada688aa8f544b7954585476ce41a1473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f7326ce7c1976c5eec83ea6ac22d83cb341b08850af73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f731fdb319cc1be16ff75ef84e408b0bc1594dd4d3c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73dd0ba0bead4b384fc0fef7ff44c27f39b86d053673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f739ff34847f2096ce7226385cb69add93b767ce53c73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f6e15159abc7d42e8e813328b5a034c0d73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73927300011e3e02c4858a1b000027cc007f00000073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f733c005ba2000f0000ba000d69000ac8ec003800bc73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f6e3b3cc22af3ae1eac0440bcee416b4073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73f9cafeb32467994e3affd61e30865e5ab32abe6873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73429cf888dae41d589d57f6dc685707bec755fe6373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f73b49e09760f31e7af00c69861a10afb414e1c000873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550600160065f72a2712e3200e89c6b8500b2da5c6c943133000073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff021916908315150217905550737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff1681525050620012dc6080516001620014bb60201b60201c565b8060085f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506200132f816001620014bb60201b60201c565b62001351620013436200152360201b60201c565b60016200154b60201b60201c565b620013648160016200154b60201b60201c565b620013773060016200154b60201b60201c565b6200138c61dead60016200154b60201b60201c565b620013ae620013a06200152360201b60201c565b6001620014bb60201b60201c565b620013c1306001620014bb60201b60201c565b620013d661dead6001620014bb60201b60201c565b620013ea306009546200160360201b60201c565b5062001d96565b5f33905090565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160055f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b620014cb6200176860201b60201c565b8060155f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055505050565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6200155b6200176860201b60201c565b8060145f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df782604051620015f7919062001bfc565b60405180910390a25050565b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160362001674576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200166b9062001c75565b60405180910390fd5b620016875f8383620017f960201b60201c565b8060025f8282546200169a919062001cc2565b92505081905550805f808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f82825401925050819055508173ffffffffffffffffffffffffffffffffffffffff165f73ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405162001749919062001d0d565b60405180910390a3620017645f8383620017fe60201b60201c565b5050565b62001778620013f160201b60201c565b73ffffffffffffffffffffffffffffffffffffffff166200179e6200152360201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1614620017f7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620017ee9062001d76565b60405180910390fd5b565b505050565b505050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f620018328262001807565b9050919050565b620018448162001826565b81146200184f575f80fd5b50565b5f81519050620018628162001839565b92915050565b5f6020828403121562001880576200187f62001803565b5b5f6200188f8482850162001852565b91505092915050565b5f81519050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f60028204905060018216806200191457607f821691505b6020821081036200192a5762001929620018cf565b5b50919050565b5f819050815f5260205f209050919050565b5f6020601f8301049050919050565b5f82821b905092915050565b5f600883026200198e7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262001951565b6200199a868362001951565b95508019841693508086168417925050509392505050565b5f819050919050565b5f819050919050565b5f620019e4620019de620019d884620019b2565b620019bb565b620019b2565b9050919050565b5f819050919050565b620019ff83620019c4565b62001a1762001a0e82620019eb565b8484546200195d565b825550505050565b5f90565b62001a2d62001a1f565b62001a3a818484620019f4565b505050565b5b8181101562001a615762001a555f8262001a23565b60018101905062001a40565b5050565b601f82111562001ab05762001a7a8162001930565b62001a858462001942565b8101602085101562001a95578190505b62001aad62001aa48562001942565b83018262001a3f565b50505b505050565b5f82821c905092915050565b5f62001ad25f198460080262001ab5565b1980831691505092915050565b5f62001aec838362001ac1565b9150826002028217905092915050565b62001b078262001898565b67ffffffffffffffff81111562001b235762001b22620018a2565b5b62001b2f8254620018fc565b62001b3c82828562001a65565b5f60209050601f83116001811462001b72575f841562001b5d578287015190505b62001b69858262001adf565b86555062001bd8565b601f19841662001b828662001930565b5f5b8281101562001bab5784890151825560018201915060208501945060208101905062001b84565b8683101562001bcb578489015162001bc7601f89168262001ac1565b8355505b6001600288020188555050505b505050505050565b5f8115159050919050565b62001bf68162001be0565b82525050565b5f60208201905062001c115f83018462001beb565b92915050565b5f82825260208201905092915050565b7f45524332303a206d696e7420746f20746865207a65726f2061646472657373005f82015250565b5f62001c5d601f8362001c17565b915062001c6a8262001c27565b602082019050919050565b5f6020820190508181035f83015262001c8e8162001c4f565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f62001cce82620019b2565b915062001cdb83620019b2565b925082820190508082111562001cf65762001cf562001c95565b5b92915050565b62001d0781620019b2565b82525050565b5f60208201905062001d225f83018462001cfc565b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f62001d5e60208362001c17565b915062001d6b8262001d28565b602082019050919050565b5f6020820190508181035f83015262001d8f8162001d50565b9050919050565b608051613da262001de75f395f8181610a5701528181610b7201528181610c1b01528181610da001528181610e0601528181610ea60152818161252a0152818161260901526126300152613da25ff3fe60806040526004361061021d575f3560e01c806389291a8f11610122578063c8c8ebe4116100aa578063dd8546521161006e578063dd854652146107ae578063e2f45605146107d8578063f2fde38b14610802578063f8b45b051461082a578063ffb54a991461085457610224565b8063c8c8ebe4146106de578063c9567bf914610708578063ca7030751461071e578063cf9522fd14610748578063dd62ed3e1461077257610224565b80639a7a23d6116100f15780639a7a23d6146105ee578063a457c2d714610616578063a9059cbb14610652578063afa4f3b21461068e578063c0246668146106b657610224565b806389291a8f146105485780638da5cb5b1461055e57806395d89b411461058857806397682884146105b257610224565b80634fbee193116101a5578063715018a611610174578063715018a6146104b6578063751039fc146104cc5780637571336a146104e25780638129fc1c1461050a578063881dce601461052057610224565b80634fbee193146103ea578063583e0568146104265780636ddd17131461045057806370a082311461047a57610224565b80632315bf14116101ec5780632315bf14146102e257806323b872dd1461031e578063311028af1461035a578063313ce5671461038457806339509351146103ae57610224565b806306fdde0314610228578063095ea7b3146102525780630c6b67371461028e57806318160ddd146102b857610224565b3661022457005b5f80fd5b348015610233575f80fd5b5061023c61087e565b6040516102499190612b80565b60405180910390f35b34801561025d575f80fd5b5061027860048036038101906102739190612c31565b61090e565b6040516102859190612c89565b60405180910390f35b348015610299575f80fd5b506102a2610930565b6040516102af9190612cb1565b60405180910390f35b3480156102c3575f80fd5b506102cc610936565b6040516102d99190612cb1565b60405180910390f35b3480156102ed575f80fd5b5061030860048036038101906103039190612cca565b61093f565b6040516103159190612c89565b60405180910390f35b348015610329575f80fd5b50610344600480360381019061033f9190612cf5565b610991565b6040516103519190612c89565b60405180910390f35b348015610365575f80fd5b5061036e6109bf565b60405161037b9190612cb1565b60405180910390f35b34801561038f575f80fd5b506103986109c5565b6040516103a59190612d60565b60405180910390f35b3480156103b9575f80fd5b506103d460048036038101906103cf9190612c31565b6109cd565b6040516103e19190612c89565b60405180910390f35b3480156103f5575f80fd5b50610410600480360381019061040b9190612cca565b610a03565b60405161041d9190612c89565b60405180910390f35b348015610431575f80fd5b5061043a610a55565b6040516104479190612dd4565b60405180910390f35b34801561045b575f80fd5b50610464610a79565b6040516104719190612c89565b60405180910390f35b348015610485575f80fd5b506104a0600480360381019061049b9190612cca565b610a8c565b6040516104ad9190612cb1565b60405180910390f35b3480156104c1575f80fd5b506104ca610ad1565b005b3480156104d7575f80fd5b506104e0610ae4565b005b3480156104ed575f80fd5b5061050860048036038101906105039190612e17565b610b08565b005b348015610515575f80fd5b5061051e610b68565b005b34801561052b575f80fd5b5061054660048036038101906105419190612e55565b610fab565b005b348015610553575f80fd5b5061055c61108e565b005b348015610569575f80fd5b5061057261111e565b60405161057f9190612e8f565b60405180910390f35b348015610593575f80fd5b5061059c611146565b6040516105a99190612b80565b60405180910390f35b3480156105bd575f80fd5b506105d860048036038101906105d39190612cca565b6111d6565b6040516105e59190612c89565b60405180910390f35b3480156105f9575f80fd5b50610614600480360381019061060f9190612e17565b6111f3565b005b348015610621575f80fd5b5061063c60048036038101906106379190612c31565b611298565b6040516106499190612c89565b60405180910390f35b34801561065d575f80fd5b5061067860048036038101906106739190612c31565b61130d565b6040516106859190612c89565b60405180910390f35b348015610699575f80fd5b506106b460048036038101906106af9190612e55565b61132f565b005b3480156106c1575f80fd5b506106dc60048036038101906106d79190612e17565b611354565b005b3480156106e9575f80fd5b506106f2611402565b6040516106ff9190612cb1565b60405180910390f35b348015610713575f80fd5b5061071c611408565b005b348015610729575f80fd5b50610732611496565b60405161073f9190612cb1565b60405180910390f35b348015610753575f80fd5b5061075c61149c565b6040516107699190612cb1565b60405180910390f35b34801561077d575f80fd5b5061079860048036038101906107939190612ea8565b6114a2565b6040516107a59190612cb1565b60405180910390f35b3480156107b9575f80fd5b506107c2611524565b6040516107cf9190612cb1565b60405180910390f35b3480156107e3575f80fd5b506107ec61152a565b6040516107f99190612cb1565b60405180910390f35b34801561080d575f80fd5b5061082860048036038101906108239190612cca565b611530565b005b348015610835575f80fd5b5061083e6115b2565b60405161084b9190612cb1565b60405180910390f35b34801561085f575f80fd5b506108686115b8565b6040516108759190612c89565b60405180910390f35b60606003805461088d90612f13565b80601f01602080910402602001604051908101604052809291908181526020018280546108b990612f13565b80156109045780601f106108db57610100808354040283529160200191610904565b820191905f5260205f20905b8154815290600101906020018083116108e757829003601f168201915b5050505050905090565b5f806109186115ca565b90506109258185856115d1565b600191505092915050565b600e5481565b5f600254905090565b5f60065f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff169050919050565b5f8061099b6115ca565b90506109a8858285611794565b6109b385858561181f565b60019150509392505050565b60095481565b5f6012905090565b5f806109d76115ca565b90506109f88185856109e985896114a2565b6109f39190612f70565b6115d1565b600191505092915050565b5f60145f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff169050919050565b7f000000000000000000000000000000000000000000000000000000000000000081565b600f60019054906101000a900460ff1681565b5f805f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b610ad9612234565b610ae25f6122b2565b565b610aec612234565b5f610af5610936565b905080600a8190555080600b8190555050565b610b10612234565b8060155f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055505050565b610b70612234565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bd9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bfd9190612fb7565b73ffffffffffffffffffffffffffffffffffffffff1663c9c65396307f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c82573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca69190612fb7565b6040518363ffffffff1660e01b8152600401610cc3929190612fe2565b6020604051808303815f875af1158015610cdf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d039190612fb7565b60075f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550610d6e60075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff166001612375565b610d9a60075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff166001610b08565b610dc7307f00000000000000000000000000000000000000000000000000000000000000006009546115d1565b60075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663095ea7b37f00000000000000000000000000000000000000000000000000000000000000007fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6040518363ffffffff1660e01b8152600401610e63929190613009565b6020604051808303815f875af1158015610e7f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ea39190613044565b507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663f305d7194730610ef8603760095461241390919063ffffffff16565b5f80610f0261111e565b426040518863ffffffff1660e01b8152600401610f24969594939291906130a8565b60606040518083038185885af1158015610f40573d5f803e3d5ffd5b50505050506040513d601f19601f82011682018060405250810190610f65919061311b565b505050610fa93060085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16610fa46014600c5461247890919063ffffffff16565b61181f565b565b60085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16610feb6115ca565b73ffffffffffffffffffffffffffffffffffffffff161461100a575f80fd5b5f611013610936565b90505f61101f30610a8c565b90505f60648484611030919061316b565b61103a91906131d9565b90508082101561107f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161107690613253565b60405180910390fd5b6110888161248d565b50505050565b611096612234565b5f47116110d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110cf906132bb565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff166108fc4790811502906040515f60405180830381858888f1935050505015801561111b573d5f803e3d5ffd5b50565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606004805461115590612f13565b80601f016020809104026020016040519081016040528092919081815260200182805461118190612f13565b80156111cc5780601f106111a3576101008083540402835291602001916111cc565b820191905f5260205f20905b8154815290600101906020018083116111af57829003601f168201915b5050505050905090565b6006602052805f5260405f205f915054906101000a900460ff1681565b6111fb612234565b60075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361128a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161128190613349565b60405180910390fd5b6112948282612375565b5050565b5f806112a26115ca565b90505f6112af82866114a2565b9050838110156112f4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112eb906133d7565b60405180910390fd5b61130182868684036115d1565b60019250505092915050565b5f806113176115ca565b905061132481858561181f565b600191505092915050565b611337612234565b670de0b6b3a76400008161134b919061316b565b600c8190555050565b61135c612234565b8060145f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df7826040516113f69190612c89565b60405180910390a25050565b600a5481565b611410612234565b600f5f9054906101000a900460ff161561145f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114569061343f565b60405180910390fd5b6001600f60016101000a81548160ff0219169083151502179055506001600f5f6101000a81548160ff021916908315150217905550565b600d5481565b60115481565b5f60015f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b60105481565b600c5481565b611538612234565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036115a6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161159d906134cd565b60405180910390fd5b6115af816122b2565b50565b600b5481565b600f5f9054906101000a900460ff1681565b5f33905090565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361163f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116369061355b565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036116ad576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116a4906135e9565b60405180910390fd5b8060015f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516117879190612cb1565b60405180910390a3505050565b5f61179f84846114a2565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114611819578181101561180b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161180290613651565b60405180910390fd5b61181884848484036115d1565b5b50505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361188d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611884906136df565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036118fb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118f29061376d565b60405180910390fd5b60065f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16158015611999575060065f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b6119d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119cf906137fb565b60405180910390fd5b601254600d54106119ec5760056010819055505b601354600e5410611a005760056011819055505b5f8103611a1757611a1283835f6126e1565b61222f565b611a1f61111e565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614158015611a8d5750611a5d61111e565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015611ac557505f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015611aff575061dead73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015611b185750600860149054906101000a900460ff16155b15611f1357600f5f9054906101000a900460ff16611c0b5760145f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1680611bcb575060145f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b611c0a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c0190613863565b60405180910390fd5b5b60165f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff168015611ca8575060155f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15611d6657600a54811115611cf2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ce9906138f1565b60405180910390fd5b600b54611cfe83610a8c565b82611d099190612f70565b1115611d4a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d4190613959565b60405180910390fd5b600d5f815480929190611d5c90613977565b9190505550611f12565b60165f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff168015611e03575060155f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15611e6957600a54811115611e4d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e4490613a2e565b60405180910390fd5b600e5f815480929190611e5f90613977565b9190505550611f11565b60155f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16611f1057600b54611ec383610a8c565b82611ece9190612f70565b1115611f0f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f0690613959565b60405180910390fd5b5b5b5b5b5f611f1d30610a8c565b90505f8082119050808015611f3e5750600f60019054906101000a900460ff165b8015611f575750600860149054906101000a900460ff16155b8015611faa575060165f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b8015611ffd575060145f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b8015612050575060145f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15612094576001600860146101000a81548160ff0219169083151502179055506120798361294d565b5f600860146101000a81548160ff0219169083151502179055505b5f600860149054906101000a900460ff1615905060145f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1680612143575060145f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b1561214c575f90505b5f811561221f5760165f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16156121d1576121ca60646121bc6011548861247890919063ffffffff16565b612ad790919063ffffffff16565b90506121fc565b6121f960646121eb6010548861247890919063ffffffff16565b612ad790919063ffffffff16565b90505b5f8111156122105761220f8730836126e1565b5b808561221c9190613a4c565b94505b61222a8787876126e1565b505050505b505050565b61223c6115ca565b73ffffffffffffffffffffffffffffffffffffffff1661225a61111e565b73ffffffffffffffffffffffffffffffffffffffff16146122b0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122a790613ac9565b60405180910390fd5b565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160055f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8060165f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508015158273ffffffffffffffffffffffffffffffffffffffff167fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab60405160405180910390a35050565b5f6064821115612458576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161244f90613b57565b60405180910390fd5b60648284612466919061316b565b61247091906131d9565b905092915050565b5f8183612485919061316b565b905092915050565b5f600267ffffffffffffffff8111156124a9576124a8613b75565b5b6040519080825280602002602001820160405280156124d75781602001602082028036833780820191505090505b50905030815f815181106124ee576124ed613ba2565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015612591573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125b59190612fb7565b816001815181106125c9576125c8613ba2565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff168152505061262e307f0000000000000000000000000000000000000000000000000000000000000000846115d1565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663791ac947835f8460085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16426040518663ffffffff1660e01b81526004016126b0959493929190613c86565b5f604051808303815f87803b1580156126c7575f80fd5b505af11580156126d9573d5f803e3d5ffd5b505050505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361274f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612746906136df565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036127bd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127b49061376d565b60405180910390fd5b6127c8838383612aec565b5f805f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205490508181101561284b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161284290613d4e565b60405180910390fd5b8181035f808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550815f808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f82825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516129349190612cb1565b60405180910390a3612947848484612af1565b50505050565b5f61295730610a8c565b90505f808203612968575050612ad4565b5f6011546010546129799190612f70565b036129f3575f8211801561298e5750600c5482105b1561299b578190506129ee565b5f6129c460646129b66011548761247890919063ffffffff16565b612ad790919063ffffffff16565b905080846129d29190613a4c565b9350600c548411156129e857600c5491506129ec565b8391505b505b612ac8565b5f82118015612a165750612a136002600c54612ad790919063ffffffff16565b82105b15612a22575050612ad4565b5f82118015612a455750612a426002600c54612ad790919063ffffffff16565b82115b8015612a525750600c5482105b15612a7457612a6d6002600c54612ad790919063ffffffff16565b9050612ac7565b5f612a9d6064612a8f6011548761247890919063ffffffff16565b612ad790919063ffffffff16565b90508084612aab9190613a4c565b9350600c54841115612ac157600c549150612ac5565b8391505b505b5b612ad18161248d565b50505b50565b5f8183612ae491906131d9565b905092915050565b505050565b505050565b5f81519050919050565b5f82825260208201905092915050565b5f5b83811015612b2d578082015181840152602081019050612b12565b5f8484015250505050565b5f601f19601f8301169050919050565b5f612b5282612af6565b612b5c8185612b00565b9350612b6c818560208601612b10565b612b7581612b38565b840191505092915050565b5f6020820190508181035f830152612b988184612b48565b905092915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f612bcd82612ba4565b9050919050565b612bdd81612bc3565b8114612be7575f80fd5b50565b5f81359050612bf881612bd4565b92915050565b5f819050919050565b612c1081612bfe565b8114612c1a575f80fd5b50565b5f81359050612c2b81612c07565b92915050565b5f8060408385031215612c4757612c46612ba0565b5b5f612c5485828601612bea565b9250506020612c6585828601612c1d565b9150509250929050565b5f8115159050919050565b612c8381612c6f565b82525050565b5f602082019050612c9c5f830184612c7a565b92915050565b612cab81612bfe565b82525050565b5f602082019050612cc45f830184612ca2565b92915050565b5f60208284031215612cdf57612cde612ba0565b5b5f612cec84828501612bea565b91505092915050565b5f805f60608486031215612d0c57612d0b612ba0565b5b5f612d1986828701612bea565b9350506020612d2a86828701612bea565b9250506040612d3b86828701612c1d565b9150509250925092565b5f60ff82169050919050565b612d5a81612d45565b82525050565b5f602082019050612d735f830184612d51565b92915050565b5f819050919050565b5f612d9c612d97612d9284612ba4565b612d79565b612ba4565b9050919050565b5f612dad82612d82565b9050919050565b5f612dbe82612da3565b9050919050565b612dce81612db4565b82525050565b5f602082019050612de75f830184612dc5565b92915050565b612df681612c6f565b8114612e00575f80fd5b50565b5f81359050612e1181612ded565b92915050565b5f8060408385031215612e2d57612e2c612ba0565b5b5f612e3a85828601612bea565b9250506020612e4b85828601612e03565b9150509250929050565b5f60208284031215612e6a57612e69612ba0565b5b5f612e7784828501612c1d565b91505092915050565b612e8981612bc3565b82525050565b5f602082019050612ea25f830184612e80565b92915050565b5f8060408385031215612ebe57612ebd612ba0565b5b5f612ecb85828601612bea565b9250506020612edc85828601612bea565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f6002820490506001821680612f2a57607f821691505b602082108103612f3d57612f3c612ee6565b5b50919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f612f7a82612bfe565b9150612f8583612bfe565b9250828201905080821115612f9d57612f9c612f43565b5b92915050565b5f81519050612fb181612bd4565b92915050565b5f60208284031215612fcc57612fcb612ba0565b5b5f612fd984828501612fa3565b91505092915050565b5f604082019050612ff55f830185612e80565b6130026020830184612e80565b9392505050565b5f60408201905061301c5f830185612e80565b6130296020830184612ca2565b9392505050565b5f8151905061303e81612ded565b92915050565b5f6020828403121561305957613058612ba0565b5b5f61306684828501613030565b91505092915050565b5f819050919050565b5f61309261308d6130888461306f565b612d79565b612bfe565b9050919050565b6130a281613078565b82525050565b5f60c0820190506130bb5f830189612e80565b6130c86020830188612ca2565b6130d56040830187613099565b6130e26060830186613099565b6130ef6080830185612e80565b6130fc60a0830184612ca2565b979650505050505050565b5f8151905061311581612c07565b92915050565b5f805f6060848603121561313257613131612ba0565b5b5f61313f86828701613107565b935050602061315086828701613107565b925050604061316186828701613107565b9150509250925092565b5f61317582612bfe565b915061318083612bfe565b925082820261318e81612bfe565b915082820484148315176131a5576131a4612f43565b5b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f6131e382612bfe565b91506131ee83612bfe565b9250826131fe576131fd6131ac565b5b828204905092915050565b7f4e6f7420656e6f75676820746f6b656e730000000000000000000000000000005f82015250565b5f61323d601183612b00565b915061324882613209565b602082019050919050565b5f6020820190508181035f83015261326a81613231565b9050919050565b7f546f6b656e3a206e6f2045544820746f20636c656172000000000000000000005f82015250565b5f6132a5601683612b00565b91506132b082613271565b602082019050919050565b5f6020820190508181035f8301526132d281613299565b9050919050565b7f54686520706169722063616e6e6f742062652072656d6f7665642066726f6d205f8201527f6175746f6d617465644d61726b65744d616b6572506169727300000000000000602082015250565b5f613333603983612b00565b915061333e826132d9565b604082019050919050565b5f6020820190508181035f83015261336081613327565b9050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f775f8201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b5f6133c1602583612b00565b91506133cc82613367565b604082019050919050565b5f6020820190508181035f8301526133ee816133b5565b9050919050565b7f54726164696e6720697320616c7265616479206f70656e0000000000000000005f82015250565b5f613429601783612b00565b9150613434826133f5565b602082019050919050565b5f6020820190508181035f8301526134568161341d565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f6134b7602683612b00565b91506134c28261345d565b604082019050919050565b5f6020820190508181035f8301526134e4816134ab565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f206164645f8201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b5f613545602483612b00565b9150613550826134eb565b604082019050919050565b5f6020820190508181035f83015261357281613539565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f2061646472655f8201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b5f6135d3602283612b00565b91506135de82613579565b604082019050919050565b5f6020820190508181035f830152613600816135c7565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000005f82015250565b5f61363b601d83612b00565b915061364682613607565b602082019050919050565b5f6020820190508181035f8301526136688161362f565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f2061645f8201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b5f6136c9602583612b00565b91506136d48261366f565b604082019050919050565b5f6020820190508181035f8301526136f6816136bd565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f20616464725f8201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b5f613757602383612b00565b9150613762826136fd565b604082019050919050565b5f6020820190508181035f8301526137848161374b565b9050919050565b7f45524332303a207472616e736665722066726f6d2f746f2074686520626c61635f8201527f6b6c697374656420616464726573730000000000000000000000000000000000602082015250565b5f6137e5602f83612b00565b91506137f08261378b565b604082019050919050565b5f6020820190508181035f830152613812816137d9565b9050919050565b7f54726164696e67206973206e6f74206163746976652e000000000000000000005f82015250565b5f61384d601683612b00565b915061385882613819565b602082019050919050565b5f6020820190508181035f83015261387a81613841565b9050919050565b7f427579207472616e7366657220616d6f756e74206578636565647320746865205f8201527f6d61785472616e73616374696f6e416d6f756e742e0000000000000000000000602082015250565b5f6138db603583612b00565b91506138e682613881565b604082019050919050565b5f6020820190508181035f830152613908816138cf565b9050919050565b7f4d61782077616c6c6574206578636565646564000000000000000000000000005f82015250565b5f613943601383612b00565b915061394e8261390f565b602082019050919050565b5f6020820190508181035f83015261397081613937565b9050919050565b5f61398182612bfe565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036139b3576139b2612f43565b5b600182019050919050565b7f53656c6c207472616e7366657220616d6f756e742065786365656473207468655f8201527f206d61785472616e73616374696f6e416d6f756e742e00000000000000000000602082015250565b5f613a18603683612b00565b9150613a23826139be565b604082019050919050565b5f6020820190508181035f830152613a4581613a0c565b9050919050565b5f613a5682612bfe565b9150613a6183612bfe565b9250828203905081811115613a7957613a78612f43565b5b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f613ab3602083612b00565b9150613abe82613a7f565b602082019050919050565b5f6020820190508181035f830152613ae081613aa7565b9050919050565b7f50657263656e74616765206d757374206265206265747765656e203020616e645f8201527f2031303000000000000000000000000000000000000000000000000000000000602082015250565b5f613b41602483612b00565b9150613b4c82613ae7565b604082019050919050565b5f6020820190508181035f830152613b6e81613b35565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b613c0181612bc3565b82525050565b5f613c128383613bf8565b60208301905092915050565b5f602082019050919050565b5f613c3482613bcf565b613c3e8185613bd9565b9350613c4983613be9565b805f5b83811015613c79578151613c608882613c07565b9750613c6b83613c1e565b925050600181019050613c4c565b5085935050505092915050565b5f60a082019050613c995f830188612ca2565b613ca66020830187613099565b8181036040830152613cb88186613c2a565b9050613cc76060830185612e80565b613cd46080830184612ca2565b9695505050505050565b7f45524332303a207472616e7366657220616d6f756e74206578636565647320625f8201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b5f613d38602683612b00565b9150613d4382613cde565b604082019050919050565b5f6020820190508181035f830152613d6581613d2c565b905091905056fea2646970667358221220597e35b37de7f57b5f6c4dcda34a77e5d8f42aab01a9c2c732e00a4e41393e4464736f6c63430008140033000000000000000000000000ce4b12e5b542f326b36c9c6f014f246fa2bd38a8

Deployed Bytecode

0x60806040526004361061021d575f3560e01c806389291a8f11610122578063c8c8ebe4116100aa578063dd8546521161006e578063dd854652146107ae578063e2f45605146107d8578063f2fde38b14610802578063f8b45b051461082a578063ffb54a991461085457610224565b8063c8c8ebe4146106de578063c9567bf914610708578063ca7030751461071e578063cf9522fd14610748578063dd62ed3e1461077257610224565b80639a7a23d6116100f15780639a7a23d6146105ee578063a457c2d714610616578063a9059cbb14610652578063afa4f3b21461068e578063c0246668146106b657610224565b806389291a8f146105485780638da5cb5b1461055e57806395d89b411461058857806397682884146105b257610224565b80634fbee193116101a5578063715018a611610174578063715018a6146104b6578063751039fc146104cc5780637571336a146104e25780638129fc1c1461050a578063881dce601461052057610224565b80634fbee193146103ea578063583e0568146104265780636ddd17131461045057806370a082311461047a57610224565b80632315bf14116101ec5780632315bf14146102e257806323b872dd1461031e578063311028af1461035a578063313ce5671461038457806339509351146103ae57610224565b806306fdde0314610228578063095ea7b3146102525780630c6b67371461028e57806318160ddd146102b857610224565b3661022457005b5f80fd5b348015610233575f80fd5b5061023c61087e565b6040516102499190612b80565b60405180910390f35b34801561025d575f80fd5b5061027860048036038101906102739190612c31565b61090e565b6040516102859190612c89565b60405180910390f35b348015610299575f80fd5b506102a2610930565b6040516102af9190612cb1565b60405180910390f35b3480156102c3575f80fd5b506102cc610936565b6040516102d99190612cb1565b60405180910390f35b3480156102ed575f80fd5b5061030860048036038101906103039190612cca565b61093f565b6040516103159190612c89565b60405180910390f35b348015610329575f80fd5b50610344600480360381019061033f9190612cf5565b610991565b6040516103519190612c89565b60405180910390f35b348015610365575f80fd5b5061036e6109bf565b60405161037b9190612cb1565b60405180910390f35b34801561038f575f80fd5b506103986109c5565b6040516103a59190612d60565b60405180910390f35b3480156103b9575f80fd5b506103d460048036038101906103cf9190612c31565b6109cd565b6040516103e19190612c89565b60405180910390f35b3480156103f5575f80fd5b50610410600480360381019061040b9190612cca565b610a03565b60405161041d9190612c89565b60405180910390f35b348015610431575f80fd5b5061043a610a55565b6040516104479190612dd4565b60405180910390f35b34801561045b575f80fd5b50610464610a79565b6040516104719190612c89565b60405180910390f35b348015610485575f80fd5b506104a0600480360381019061049b9190612cca565b610a8c565b6040516104ad9190612cb1565b60405180910390f35b3480156104c1575f80fd5b506104ca610ad1565b005b3480156104d7575f80fd5b506104e0610ae4565b005b3480156104ed575f80fd5b5061050860048036038101906105039190612e17565b610b08565b005b348015610515575f80fd5b5061051e610b68565b005b34801561052b575f80fd5b5061054660048036038101906105419190612e55565b610fab565b005b348015610553575f80fd5b5061055c61108e565b005b348015610569575f80fd5b5061057261111e565b60405161057f9190612e8f565b60405180910390f35b348015610593575f80fd5b5061059c611146565b6040516105a99190612b80565b60405180910390f35b3480156105bd575f80fd5b506105d860048036038101906105d39190612cca565b6111d6565b6040516105e59190612c89565b60405180910390f35b3480156105f9575f80fd5b50610614600480360381019061060f9190612e17565b6111f3565b005b348015610621575f80fd5b5061063c60048036038101906106379190612c31565b611298565b6040516106499190612c89565b60405180910390f35b34801561065d575f80fd5b5061067860048036038101906106739190612c31565b61130d565b6040516106859190612c89565b60405180910390f35b348015610699575f80fd5b506106b460048036038101906106af9190612e55565b61132f565b005b3480156106c1575f80fd5b506106dc60048036038101906106d79190612e17565b611354565b005b3480156106e9575f80fd5b506106f2611402565b6040516106ff9190612cb1565b60405180910390f35b348015610713575f80fd5b5061071c611408565b005b348015610729575f80fd5b50610732611496565b60405161073f9190612cb1565b60405180910390f35b348015610753575f80fd5b5061075c61149c565b6040516107699190612cb1565b60405180910390f35b34801561077d575f80fd5b5061079860048036038101906107939190612ea8565b6114a2565b6040516107a59190612cb1565b60405180910390f35b3480156107b9575f80fd5b506107c2611524565b6040516107cf9190612cb1565b60405180910390f35b3480156107e3575f80fd5b506107ec61152a565b6040516107f99190612cb1565b60405180910390f35b34801561080d575f80fd5b5061082860048036038101906108239190612cca565b611530565b005b348015610835575f80fd5b5061083e6115b2565b60405161084b9190612cb1565b60405180910390f35b34801561085f575f80fd5b506108686115b8565b6040516108759190612c89565b60405180910390f35b60606003805461088d90612f13565b80601f01602080910402602001604051908101604052809291908181526020018280546108b990612f13565b80156109045780601f106108db57610100808354040283529160200191610904565b820191905f5260205f20905b8154815290600101906020018083116108e757829003601f168201915b5050505050905090565b5f806109186115ca565b90506109258185856115d1565b600191505092915050565b600e5481565b5f600254905090565b5f60065f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff169050919050565b5f8061099b6115ca565b90506109a8858285611794565b6109b385858561181f565b60019150509392505050565b60095481565b5f6012905090565b5f806109d76115ca565b90506109f88185856109e985896114a2565b6109f39190612f70565b6115d1565b600191505092915050565b5f60145f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff169050919050565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d81565b600f60019054906101000a900460ff1681565b5f805f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20549050919050565b610ad9612234565b610ae25f6122b2565b565b610aec612234565b5f610af5610936565b905080600a8190555080600b8190555050565b610b10612234565b8060155f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055505050565b610b70612234565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa158015610bd9573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bfd9190612fb7565b73ffffffffffffffffffffffffffffffffffffffff1663c9c65396307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015610c82573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ca69190612fb7565b6040518363ffffffff1660e01b8152600401610cc3929190612fe2565b6020604051808303815f875af1158015610cdf573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610d039190612fb7565b60075f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550610d6e60075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff166001612375565b610d9a60075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff166001610b08565b610dc7307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d6009546115d1565b60075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663095ea7b37f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff6040518363ffffffff1660e01b8152600401610e63929190613009565b6020604051808303815f875af1158015610e7f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610ea39190613044565b507f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663f305d7194730610ef8603760095461241390919063ffffffff16565b5f80610f0261111e565b426040518863ffffffff1660e01b8152600401610f24969594939291906130a8565b60606040518083038185885af1158015610f40573d5f803e3d5ffd5b50505050506040513d601f19601f82011682018060405250810190610f65919061311b565b505050610fa93060085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16610fa46014600c5461247890919063ffffffff16565b61181f565b565b60085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16610feb6115ca565b73ffffffffffffffffffffffffffffffffffffffff161461100a575f80fd5b5f611013610936565b90505f61101f30610a8c565b90505f60648484611030919061316b565b61103a91906131d9565b90508082101561107f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161107690613253565b60405180910390fd5b6110888161248d565b50505050565b611096612234565b5f47116110d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110cf906132bb565b60405180910390fd5b3373ffffffffffffffffffffffffffffffffffffffff166108fc4790811502906040515f60405180830381858888f1935050505015801561111b573d5f803e3d5ffd5b50565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60606004805461115590612f13565b80601f016020809104026020016040519081016040528092919081815260200182805461118190612f13565b80156111cc5780601f106111a3576101008083540402835291602001916111cc565b820191905f5260205f20905b8154815290600101906020018083116111af57829003601f168201915b5050505050905090565b6006602052805f5260405f205f915054906101000a900460ff1681565b6111fb612234565b60075f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361128a576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161128190613349565b60405180910390fd5b6112948282612375565b5050565b5f806112a26115ca565b90505f6112af82866114a2565b9050838110156112f4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112eb906133d7565b60405180910390fd5b61130182868684036115d1565b60019250505092915050565b5f806113176115ca565b905061132481858561181f565b600191505092915050565b611337612234565b670de0b6b3a76400008161134b919061316b565b600c8190555050565b61135c612234565b8060145f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df7826040516113f69190612c89565b60405180910390a25050565b600a5481565b611410612234565b600f5f9054906101000a900460ff161561145f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114569061343f565b60405180910390fd5b6001600f60016101000a81548160ff0219169083151502179055506001600f5f6101000a81548160ff021916908315150217905550565b600d5481565b60115481565b5f60015f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2054905092915050565b60105481565b600c5481565b611538612234565b5f73ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036115a6576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161159d906134cd565b60405180910390fd5b6115af816122b2565b50565b600b5481565b600f5f9054906101000a900460ff1681565b5f33905090565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361163f576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116369061355b565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036116ad576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116a4906135e9565b60405180910390fd5b8060015f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f20819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516117879190612cb1565b60405180910390a3505050565b5f61179f84846114a2565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8114611819578181101561180b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161180290613651565b60405180910390fd5b61181884848484036115d1565b5b50505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361188d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611884906136df565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036118fb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118f29061376d565b60405180910390fd5b60065f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16158015611999575060065f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b6119d8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119cf906137fb565b60405180910390fd5b601254600d54106119ec5760056010819055505b601354600e5410611a005760056011819055505b5f8103611a1757611a1283835f6126e1565b61222f565b611a1f61111e565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614158015611a8d5750611a5d61111e565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015611ac557505f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015611aff575061dead73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b8015611b185750600860149054906101000a900460ff16155b15611f1357600f5f9054906101000a900460ff16611c0b5760145f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1680611bcb575060145f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b611c0a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c0190613863565b60405180910390fd5b5b60165f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff168015611ca8575060155f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15611d6657600a54811115611cf2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ce9906138f1565b60405180910390fd5b600b54611cfe83610a8c565b82611d099190612f70565b1115611d4a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611d4190613959565b60405180910390fd5b600d5f815480929190611d5c90613977565b9190505550611f12565b60165f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff168015611e03575060155f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15611e6957600a54811115611e4d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e4490613a2e565b60405180910390fd5b600e5f815480929190611e5f90613977565b9190505550611f11565b60155f8373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16611f1057600b54611ec383610a8c565b82611ece9190612f70565b1115611f0f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f0690613959565b60405180910390fd5b5b5b5b5b5f611f1d30610a8c565b90505f8082119050808015611f3e5750600f60019054906101000a900460ff165b8015611f575750600860149054906101000a900460ff16155b8015611faa575060165f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b8015611ffd575060145f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b8015612050575060145f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16155b15612094576001600860146101000a81548160ff0219169083151502179055506120798361294d565b5f600860146101000a81548160ff0219169083151502179055505b5f600860149054906101000a900460ff1615905060145f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff1680612143575060145f8673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff165b1561214c575f90505b5f811561221f5760165f8773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f9054906101000a900460ff16156121d1576121ca60646121bc6011548861247890919063ffffffff16565b612ad790919063ffffffff16565b90506121fc565b6121f960646121eb6010548861247890919063ffffffff16565b612ad790919063ffffffff16565b90505b5f8111156122105761220f8730836126e1565b5b808561221c9190613a4c565b94505b61222a8787876126e1565b505050505b505050565b61223c6115ca565b73ffffffffffffffffffffffffffffffffffffffff1661225a61111e565b73ffffffffffffffffffffffffffffffffffffffff16146122b0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016122a790613ac9565b60405180910390fd5b565b5f60055f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1690508160055f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b8060165f8473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f6101000a81548160ff0219169083151502179055508015158273ffffffffffffffffffffffffffffffffffffffff167fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab60405160405180910390a35050565b5f6064821115612458576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161244f90613b57565b60405180910390fd5b60648284612466919061316b565b61247091906131d9565b905092915050565b5f8183612485919061316b565b905092915050565b5f600267ffffffffffffffff8111156124a9576124a8613b75565b5b6040519080825280602002602001820160405280156124d75781602001602082028036833780820191505090505b50905030815f815181106124ee576124ed613ba2565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250507f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015612591573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906125b59190612fb7565b816001815181106125c9576125c8613ba2565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff168152505061262e307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d846115d1565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663791ac947835f8460085f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff16426040518663ffffffff1660e01b81526004016126b0959493929190613c86565b5f604051808303815f87803b1580156126c7575f80fd5b505af11580156126d9573d5f803e3d5ffd5b505050505050565b5f73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361274f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612746906136df565b60405180910390fd5b5f73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036127bd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127b49061376d565b60405180910390fd5b6127c8838383612aec565b5f805f8573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205490508181101561284b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161284290613d4e565b60405180910390fd5b8181035f808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f2081905550815f808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020015f205f82825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516129349190612cb1565b60405180910390a3612947848484612af1565b50505050565b5f61295730610a8c565b90505f808203612968575050612ad4565b5f6011546010546129799190612f70565b036129f3575f8211801561298e5750600c5482105b1561299b578190506129ee565b5f6129c460646129b66011548761247890919063ffffffff16565b612ad790919063ffffffff16565b905080846129d29190613a4c565b9350600c548411156129e857600c5491506129ec565b8391505b505b612ac8565b5f82118015612a165750612a136002600c54612ad790919063ffffffff16565b82105b15612a22575050612ad4565b5f82118015612a455750612a426002600c54612ad790919063ffffffff16565b82115b8015612a525750600c5482105b15612a7457612a6d6002600c54612ad790919063ffffffff16565b9050612ac7565b5f612a9d6064612a8f6011548761247890919063ffffffff16565b612ad790919063ffffffff16565b90508084612aab9190613a4c565b9350600c54841115612ac157600c549150612ac5565b8391505b505b5b612ad18161248d565b50505b50565b5f8183612ae491906131d9565b905092915050565b505050565b505050565b5f81519050919050565b5f82825260208201905092915050565b5f5b83811015612b2d578082015181840152602081019050612b12565b5f8484015250505050565b5f601f19601f8301169050919050565b5f612b5282612af6565b612b5c8185612b00565b9350612b6c818560208601612b10565b612b7581612b38565b840191505092915050565b5f6020820190508181035f830152612b988184612b48565b905092915050565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f612bcd82612ba4565b9050919050565b612bdd81612bc3565b8114612be7575f80fd5b50565b5f81359050612bf881612bd4565b92915050565b5f819050919050565b612c1081612bfe565b8114612c1a575f80fd5b50565b5f81359050612c2b81612c07565b92915050565b5f8060408385031215612c4757612c46612ba0565b5b5f612c5485828601612bea565b9250506020612c6585828601612c1d565b9150509250929050565b5f8115159050919050565b612c8381612c6f565b82525050565b5f602082019050612c9c5f830184612c7a565b92915050565b612cab81612bfe565b82525050565b5f602082019050612cc45f830184612ca2565b92915050565b5f60208284031215612cdf57612cde612ba0565b5b5f612cec84828501612bea565b91505092915050565b5f805f60608486031215612d0c57612d0b612ba0565b5b5f612d1986828701612bea565b9350506020612d2a86828701612bea565b9250506040612d3b86828701612c1d565b9150509250925092565b5f60ff82169050919050565b612d5a81612d45565b82525050565b5f602082019050612d735f830184612d51565b92915050565b5f819050919050565b5f612d9c612d97612d9284612ba4565b612d79565b612ba4565b9050919050565b5f612dad82612d82565b9050919050565b5f612dbe82612da3565b9050919050565b612dce81612db4565b82525050565b5f602082019050612de75f830184612dc5565b92915050565b612df681612c6f565b8114612e00575f80fd5b50565b5f81359050612e1181612ded565b92915050565b5f8060408385031215612e2d57612e2c612ba0565b5b5f612e3a85828601612bea565b9250506020612e4b85828601612e03565b9150509250929050565b5f60208284031215612e6a57612e69612ba0565b5b5f612e7784828501612c1d565b91505092915050565b612e8981612bc3565b82525050565b5f602082019050612ea25f830184612e80565b92915050565b5f8060408385031215612ebe57612ebd612ba0565b5b5f612ecb85828601612bea565b9250506020612edc85828601612bea565b9150509250929050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52602260045260245ffd5b5f6002820490506001821680612f2a57607f821691505b602082108103612f3d57612f3c612ee6565b5b50919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601160045260245ffd5b5f612f7a82612bfe565b9150612f8583612bfe565b9250828201905080821115612f9d57612f9c612f43565b5b92915050565b5f81519050612fb181612bd4565b92915050565b5f60208284031215612fcc57612fcb612ba0565b5b5f612fd984828501612fa3565b91505092915050565b5f604082019050612ff55f830185612e80565b6130026020830184612e80565b9392505050565b5f60408201905061301c5f830185612e80565b6130296020830184612ca2565b9392505050565b5f8151905061303e81612ded565b92915050565b5f6020828403121561305957613058612ba0565b5b5f61306684828501613030565b91505092915050565b5f819050919050565b5f61309261308d6130888461306f565b612d79565b612bfe565b9050919050565b6130a281613078565b82525050565b5f60c0820190506130bb5f830189612e80565b6130c86020830188612ca2565b6130d56040830187613099565b6130e26060830186613099565b6130ef6080830185612e80565b6130fc60a0830184612ca2565b979650505050505050565b5f8151905061311581612c07565b92915050565b5f805f6060848603121561313257613131612ba0565b5b5f61313f86828701613107565b935050602061315086828701613107565b925050604061316186828701613107565b9150509250925092565b5f61317582612bfe565b915061318083612bfe565b925082820261318e81612bfe565b915082820484148315176131a5576131a4612f43565b5b5092915050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52601260045260245ffd5b5f6131e382612bfe565b91506131ee83612bfe565b9250826131fe576131fd6131ac565b5b828204905092915050565b7f4e6f7420656e6f75676820746f6b656e730000000000000000000000000000005f82015250565b5f61323d601183612b00565b915061324882613209565b602082019050919050565b5f6020820190508181035f83015261326a81613231565b9050919050565b7f546f6b656e3a206e6f2045544820746f20636c656172000000000000000000005f82015250565b5f6132a5601683612b00565b91506132b082613271565b602082019050919050565b5f6020820190508181035f8301526132d281613299565b9050919050565b7f54686520706169722063616e6e6f742062652072656d6f7665642066726f6d205f8201527f6175746f6d617465644d61726b65744d616b6572506169727300000000000000602082015250565b5f613333603983612b00565b915061333e826132d9565b604082019050919050565b5f6020820190508181035f83015261336081613327565b9050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f775f8201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b5f6133c1602583612b00565b91506133cc82613367565b604082019050919050565b5f6020820190508181035f8301526133ee816133b5565b9050919050565b7f54726164696e6720697320616c7265616479206f70656e0000000000000000005f82015250565b5f613429601783612b00565b9150613434826133f5565b602082019050919050565b5f6020820190508181035f8301526134568161341d565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f20615f8201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b5f6134b7602683612b00565b91506134c28261345d565b604082019050919050565b5f6020820190508181035f8301526134e4816134ab565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f206164645f8201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b5f613545602483612b00565b9150613550826134eb565b604082019050919050565b5f6020820190508181035f83015261357281613539565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f2061646472655f8201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b5f6135d3602283612b00565b91506135de82613579565b604082019050919050565b5f6020820190508181035f830152613600816135c7565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000005f82015250565b5f61363b601d83612b00565b915061364682613607565b602082019050919050565b5f6020820190508181035f8301526136688161362f565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f2061645f8201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b5f6136c9602583612b00565b91506136d48261366f565b604082019050919050565b5f6020820190508181035f8301526136f6816136bd565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f20616464725f8201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b5f613757602383612b00565b9150613762826136fd565b604082019050919050565b5f6020820190508181035f8301526137848161374b565b9050919050565b7f45524332303a207472616e736665722066726f6d2f746f2074686520626c61635f8201527f6b6c697374656420616464726573730000000000000000000000000000000000602082015250565b5f6137e5602f83612b00565b91506137f08261378b565b604082019050919050565b5f6020820190508181035f830152613812816137d9565b9050919050565b7f54726164696e67206973206e6f74206163746976652e000000000000000000005f82015250565b5f61384d601683612b00565b915061385882613819565b602082019050919050565b5f6020820190508181035f83015261387a81613841565b9050919050565b7f427579207472616e7366657220616d6f756e74206578636565647320746865205f8201527f6d61785472616e73616374696f6e416d6f756e742e0000000000000000000000602082015250565b5f6138db603583612b00565b91506138e682613881565b604082019050919050565b5f6020820190508181035f830152613908816138cf565b9050919050565b7f4d61782077616c6c6574206578636565646564000000000000000000000000005f82015250565b5f613943601383612b00565b915061394e8261390f565b602082019050919050565b5f6020820190508181035f83015261397081613937565b9050919050565b5f61398182612bfe565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82036139b3576139b2612f43565b5b600182019050919050565b7f53656c6c207472616e7366657220616d6f756e742065786365656473207468655f8201527f206d61785472616e73616374696f6e416d6f756e742e00000000000000000000602082015250565b5f613a18603683612b00565b9150613a23826139be565b604082019050919050565b5f6020820190508181035f830152613a4581613a0c565b9050919050565b5f613a5682612bfe565b9150613a6183612bfe565b9250828203905081811115613a7957613a78612f43565b5b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65725f82015250565b5f613ab3602083612b00565b9150613abe82613a7f565b602082019050919050565b5f6020820190508181035f830152613ae081613aa7565b9050919050565b7f50657263656e74616765206d757374206265206265747765656e203020616e645f8201527f2031303000000000000000000000000000000000000000000000000000000000602082015250565b5f613b41602483612b00565b9150613b4c82613ae7565b604082019050919050565b5f6020820190508181035f830152613b6e81613b35565b9050919050565b7f4e487b71000000000000000000000000000000000000000000000000000000005f52604160045260245ffd5b7f4e487b71000000000000000000000000000000000000000000000000000000005f52603260045260245ffd5b5f81519050919050565b5f82825260208201905092915050565b5f819050602082019050919050565b613c0181612bc3565b82525050565b5f613c128383613bf8565b60208301905092915050565b5f602082019050919050565b5f613c3482613bcf565b613c3e8185613bd9565b9350613c4983613be9565b805f5b83811015613c79578151613c608882613c07565b9750613c6b83613c1e565b925050600181019050613c4c565b5085935050505092915050565b5f60a082019050613c995f830188612ca2565b613ca66020830187613099565b8181036040830152613cb88186613c2a565b9050613cc76060830185612e80565b613cd46080830184612ca2565b9695505050505050565b7f45524332303a207472616e7366657220616d6f756e74206578636565647320625f8201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b5f613d38602683612b00565b9150613d4382613cde565b604082019050919050565b5f6020820190508181035f830152613d6581613d2c565b905091905056fea2646970667358221220597e35b37de7f57b5f6c4dcda34a77e5d8f42aab01a9c2c732e00a4e41393e4464736f6c63430008140033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

000000000000000000000000ce4b12e5b542f326b36c9c6f014f246fa2bd38a8

-----Decoded View---------------
Arg [0] : wallet (address): 0xCE4B12E5b542f326B36c9c6f014F246fA2Bd38A8

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 000000000000000000000000ce4b12e5b542f326b36c9c6f014f246fa2bd38a8


Deployed Bytecode Sourcemap

893:9245:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2137:98:2;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4423:197;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1540:24:0;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3234:106:2;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2763:93:7;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5182:256:2;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1299:50:0;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3083:91:2;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;5833:234;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4648:124:0;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;980:52;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1608:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3398:125:2;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1817:101:9;;;;;;;;;;;;;:::i;:::-;;7887:189:0;;;;;;;;;;;;;:::i;:::-;;3841:162;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;2977:688;;;;;;;;;;;;;:::i;:::-;;8401:400;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;8082:182;;;;;;;;;;;;;:::i;:::-;;1194:85:9;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2348:102:2;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;82:34:7;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4194:259:0;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;6554:427:2;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3719:189;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8270:125:0;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;4009:179;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1355:50;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3671:164;;;;;;;;;;;;;:::i;:::-;;1511:23;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1678:27;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3966:149:2;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1646:26:0;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1456:48;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2067:198:9;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;1411:39:0;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1571:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2137:98:2;2191:13;2223:5;2216:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2137:98;:::o;4423:197::-;4506:4;4522:13;4538:12;:10;:12::i;:::-;4522:28;;4560:32;4569:5;4576:7;4585:6;4560:8;:32::i;:::-;4609:4;4602:11;;;4423:197;;;;:::o;1540:24:0:-;;;;:::o;3234:106:2:-;3295:7;3321:12;;3314:19;;3234:106;:::o;2763:93:7:-;2815:4;2838:1;:11;2840:8;2838:11;;;;;;;;;;;;;;;;;;;;;;;;;2831:18;;2763:93;;;:::o;5182:256:2:-;5279:4;5295:15;5313:12;:10;:12::i;:::-;5295:30;;5335:38;5351:4;5357:7;5366:6;5335:15;:38::i;:::-;5383:27;5393:4;5399:2;5403:6;5383:9;:27::i;:::-;5427:4;5420:11;;;5182:256;;;;;:::o;1299:50:0:-;;;;:::o;3083:91:2:-;3141:5;3165:2;3158:9;;3083:91;:::o;5833:234::-;5921:4;5937:13;5953:12;:10;:12::i;:::-;5937:28;;5975:64;5984:5;5991:7;6028:10;6000:25;6010:5;6017:7;6000:9;:25::i;:::-;:38;;;;:::i;:::-;5975:8;:64::i;:::-;6056:4;6049:11;;;5833:234;;;;:::o;4648:124:0:-;4714:4;4737:19;:28;4757:7;4737:28;;;;;;;;;;;;;;;;;;;;;;;;;4730:35;;4648:124;;;:::o;980:52::-;;;:::o;1608:31::-;;;;;;;;;;;;;:::o;3398:125:2:-;3472:7;3498:9;:18;3508:7;3498:18;;;;;;;;;;;;;;;;3491:25;;3398:125;;;:::o;1817:101:9:-;1087:13;:11;:13::i;:::-;1881:30:::1;1908:1;1881:18;:30::i;:::-;1817:101::o:0;7887:189:0:-;1087:13:9;:11;:13::i;:::-;7939:25:0::1;7967:13;:11;:13::i;:::-;7939:41;;8013:17;7990:20;:40;;;;8052:17;8040:9;:29;;;;7929:147;7887:189::o:0;3841:162::-;1087:13:9;:11;:13::i;:::-;3992:4:0::1;3950:31;:39;3982:6;3950:39;;;;;;;;;;;;;;;;:46;;;;;;;;;;;;;;;;;;3841:162:::0;;:::o;2977:688::-;1087:13:9;:11;:13::i;:::-;3064:16:0::1;:24;;;:26;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;3046:56;;;3111:4;3118:16;:21;;;:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;3046:96;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;3030:13;;:112;;;;;;;;;;;;;;;;;;3152:58;3189:13;;;;;;;;;;;3205:4;3152:28;:58::i;:::-;3220:55;3254:13;;;;;;;;;;;3270:4;3220:25;:55::i;:::-;3285:70;3302:4;3317:16;3336:18;;3285:8;:70::i;:::-;3372:13;;;;;;;;;;;3365:29;;;3403:16;3422:14;3365:72;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;3447:16;:32;;;3487:21;3518:4;3524:26;3547:2;3524:18;;:22;;:26;;;;:::i;:::-;3551:1;3553::::0;3555:7:::1;:5;:7::i;:::-;3563:15;3447:132;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;3589:69;3607:4;3614:15;;;;;;;;;;;3631:26;3654:2;3631:18;;:22;;:26;;;;:::i;:::-;3589:9;:69::i;:::-;2977:688::o:0;8401:400::-;8481:15;;;;;;;;;;;8465:31;;:12;:10;:12::i;:::-;:31;;;8457:40;;;;;;8507:25;8535:13;:11;:13::i;:::-;8507:41;;8558:23;8584:24;8602:4;8584:9;:24::i;:::-;8558:50;;8618:23;8674:3;8664:7;8644:17;:27;;;;:::i;:::-;:33;;;;:::i;:::-;8618:59;;8714:15;8695;:34;;8687:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;8761:33;8778:15;8761:16;:33::i;:::-;8447:354;;;8401:400;:::o;8082:182::-;1087:13:9;:11;:13::i;:::-;8168:1:0::1;8144:21;:25;8136:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;8214:10;8206:28;;:51;8235:21;8206:51;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;8082:182::o:0;1194:85:9:-;1240:7;1266:6;;;;;;;;;;;1259:13;;1194:85;:::o;2348:102:2:-;2404:13;2436:7;2429:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2348:102;:::o;82:34:7:-;;;;;;;;;;;;;;;;;;;;;;:::o;4194:259:0:-;1087:13:9;:11;:13::i;:::-;4320::0::1;;;;;;;;;;;4312:21;;:4;:21;;::::0;4304:91:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;4405:41;4434:4;4440:5;4405:28;:41::i;:::-;4194:259:::0;;:::o;6554:427:2:-;6647:4;6663:13;6679:12;:10;:12::i;:::-;6663:28;;6701:24;6728:25;6738:5;6745:7;6728:9;:25::i;:::-;6701:52;;6791:15;6771:16;:35;;6763:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;6882:60;6891:5;6898:7;6926:15;6907:16;:34;6882:8;:60::i;:::-;6970:4;6963:11;;;;6554:427;;;;:::o;3719:189::-;3798:4;3814:13;3830:12;:10;:12::i;:::-;3814:28;;3852;3862:5;3869:2;3873:6;3852:9;:28::i;:::-;3897:4;3890:11;;;3719:189;;;;:::o;8270:125:0:-;1087:13:9;:11;:13::i;:::-;8379:8:0::1;8368:7;:20;;;;:::i;:::-;8347:18;:41;;;;8270:125:::0;:::o;4009:179::-;1087:13:9;:11;:13::i;:::-;4124:8:0::1;4093:19;:28;4113:7;4093:28;;;;;;;;;;;;;;;;:39;;;;;;;;;;;;;;;;;;4163:7;4147:34;;;4172:8;4147:34;;;;;;:::i;:::-;;;;;;;;4009:179:::0;;:::o;1355:50::-;;;;:::o;3671:164::-;1087:13:9;:11;:13::i;:::-;3734:11:0::1;;;;;;;;;;;3733:12;3725:47;;;;;;;;;;;;:::i;:::-;;;;;;;;;3796:4;3782:11;;:18;;;;;;;;;;;;;;;;;;3824:4;3810:11;;:18;;;;;;;;;;;;;;;;;;3671:164::o:0;1511:23::-;;;;:::o;1678:27::-;;;;:::o;3966:149:2:-;4055:7;4081:11;:18;4093:5;4081:18;;;;;;;;;;;;;;;:27;4100:7;4081:27;;;;;;;;;;;;;;;;4074:34;;3966:149;;;;:::o;1646:26:0:-;;;;:::o;1456:48::-;;;;:::o;2067:198:9:-;1087:13;:11;:13::i;:::-;2175:1:::1;2155:22;;:8;:22;;::::0;2147:73:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;2230:28;2249:8;2230:18;:28::i;:::-;2067:198:::0;:::o;1411:39:0:-;;;;:::o;1571:31::-;;;;;;;;;;;;;:::o;640:96:1:-;693:7;719:10;712:17;;640:96;:::o;10436:340:2:-;10554:1;10537:19;;:5;:19;;;10529:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10634:1;10615:21;;:7;:21;;;10607:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;10716:6;10686:11;:18;10698:5;10686:18;;;;;;;;;;;;;;;:27;10705:7;10686:27;;;;;;;;;;;;;;;:36;;;;10753:7;10737:32;;10746:5;10737:32;;;10762:6;10737:32;;;;;;:::i;:::-;;;;;;;;10436:340;;;:::o;11057:411::-;11157:24;11184:25;11194:5;11201:7;11184:9;:25::i;:::-;11157:52;;11243:17;11223:16;:37;11219:243;;11304:6;11284:16;:26;;11276:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11386:51;11395:5;11402:7;11430:6;11411:16;:25;11386:8;:51::i;:::-;11219:243;11147:321;11057:411;;;:::o;4778:2633:0:-;4892:1;4876:18;;:4;:18;;;4868:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;4968:1;4954:16;;:2;:16;;;4946:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;5029:1;:7;5031:4;5029:7;;;;;;;;;;;;;;;;;;;;;;;;;5028:8;:18;;;;;5041:1;:5;5043:2;5041:5;;;;;;;;;;;;;;;;;;;;;;;;;5040:6;5028:18;5020:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;5124:15;;5112:8;;:27;5109:66;;5163:1;5154:6;:10;;;;5109:66;5201:16;;5188:9;;:29;5185:69;;5242:1;5232:7;:11;;;;5185:69;5286:1;5276:6;:11;5272:90;;5303:28;5319:4;5325:2;5329:1;5303:15;:28::i;:::-;5345:7;;5272:90;5391:7;:5;:7::i;:::-;5383:15;;:4;:15;;;;:32;;;;;5408:7;:5;:7::i;:::-;5402:13;;:2;:13;;;;5383:32;:52;;;;;5433:1;5419:16;;:2;:16;;;;5383:52;:77;;;;;5453:6;5439:21;;:2;:21;;;;5383:77;:90;;;;;5465:8;;;;;;;;;;;5464:9;5383:90;5379:1106;;;5499:11;;;;;;;;;;;5494:146;;5542:19;:25;5562:4;5542:25;;;;;;;;;;;;;;;;;;;;;;;;;:52;;;;5571:19;:23;5591:2;5571:23;;;;;;;;;;;;;;;;;;;;;;;;;5542:52;5534:87;;;;;;;;;;;;:::i;:::-;;;;;;;;;5494:146;5662:25;:31;5688:4;5662:31;;;;;;;;;;;;;;;;;;;;;;;;;:71;;;;;5698:31;:35;5730:2;5698:35;;;;;;;;;;;;;;;;;;;;;;;;;5697:36;5662:71;5658:813;;;5792:20;;5782:6;:30;;5774:96;;;;;;;;;;;;:::i;:::-;;;;;;;;;5926:9;;5909:13;5919:2;5909:9;:13::i;:::-;5900:6;:22;;;;:::i;:::-;:35;;5892:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;5981:8;;:10;;;;;;;;;:::i;:::-;;;;;;5658:813;;;6037:25;:29;6063:2;6037:29;;;;;;;;;;;;;;;;;;;;;;;;;:71;;;;;6071:31;:37;6103:4;6071:37;;;;;;;;;;;;;;;;;;;;;;;;;6070:38;6037:71;6033:438;;;6150:20;;6140:6;:30;;6132:97;;;;;;;;;;;;:::i;:::-;;;;;;;;;6251:9;;:11;;;;;;;;;:::i;:::-;;;;;;6033:438;;;6326:31;:35;6358:2;6326:35;;;;;;;;;;;;;;;;;;;;;;;;;6321:150;;6419:9;;6402:13;6412:2;6402:9;:13::i;:::-;6393:6;:22;;;;:::i;:::-;:35;;6385:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;6321:150;6033:438;5658:813;5379:1106;6495:28;6526:24;6544:4;6526:9;:24::i;:::-;6495:55;;6561:12;6599:1;6576:20;:24;6561:39;;6615:7;:22;;;;;6626:11;;;;;;;;;;;6615:22;:35;;;;;6642:8;;;;;;;;;;;6641:9;6615:35;:71;;;;;6655:25;:31;6681:4;6655:31;;;;;;;;;;;;;;;;;;;;;;;;;6654:32;6615:71;:101;;;;;6691:19;:25;6711:4;6691:25;;;;;;;;;;;;;;;;;;;;;;;;;6690:26;6615:101;:129;;;;;6721:19;:23;6741:2;6721:23;;;;;;;;;;;;;;;;;;;;;;;;;6720:24;6615:129;6611:235;;;6771:4;6760:8;;:15;;;;;;;;;;;;;;;;;;6789:16;6798:6;6789:8;:16::i;:::-;6830:5;6819:8;;:16;;;;;;;;;;;;;;;;;;6611:235;6856:12;6872:8;;;;;;;;;;;6871:9;6856:24;;6895:19;:25;6915:4;6895:25;;;;;;;;;;;;;;;;;;;;;;;;;:52;;;;6924:19;:23;6944:2;6924:23;;;;;;;;;;;;;;;;;;;;;;;;;6895:52;6891:98;;;6973:5;6963:15;;6891:98;6999:12;7030:7;7026:336;;;7057:25;:29;7083:2;7057:29;;;;;;;;;;;;;;;;;;;;;;;;;7053:188;;;7113:28;7137:3;7113:19;7124:7;;7113:6;:10;;:19;;;;:::i;:::-;:23;;:28;;;;:::i;:::-;7106:35;;7053:188;;;7199:27;7222:3;7199:18;7210:6;;7199;:10;;:18;;;;:::i;:::-;:22;;:27;;;;:::i;:::-;7192:34;;7053:188;7262:1;7255:4;:8;7251:81;;;7279:42;7295:4;7309;7316;7279:15;:42::i;:::-;7251:81;7351:4;7341:14;;;;;:::i;:::-;;;7026:336;7371:33;7387:4;7393:2;7397:6;7371:15;:33::i;:::-;4857:2554;;;;4778:2633;;;;:::o;1352:130:9:-;1426:12;:10;:12::i;:::-;1415:23;;:7;:5;:7::i;:::-;:23;;;1407:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1352:130::o;2419:187::-;2492:16;2511:6;;;;;;;;;;;2492:25;;2536:8;2527:6;;:17;;;;;;;;;;;;;;;;;;2590:8;2559:40;;2580:8;2559:40;;;;;;;;;;;;2482:124;2419:187;:::o;4459:183:0:-;4575:5;4541:25;:31;4567:4;4541:31;;;;;;;;;;;;;;;;:39;;;;;;;;;;;;;;;;;;4629:5;4595:40;;4623:4;4595:40;;;;;;;;;;;;4459:183;;:::o;5711:169:10:-;5769:7;5801:3;5796:1;:8;;5788:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;5870:3;5866:1;5862;:5;;;;:::i;:::-;:11;;;;:::i;:::-;5855:18;;5711:169;;;;:::o;3465:96::-;3523:7;3553:1;3549;:5;;;;:::i;:::-;3542:12;;3465:96;;;;:::o;7417:465:0:-;7483:21;7521:1;7507:16;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7483:40;;7551:4;7533;7538:1;7533:7;;;;;;;;:::i;:::-;;;;;;;:23;;;;;;;;;;;7576:16;:21;;;:23;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;7566:4;7571:1;7566:7;;;;;;;;:::i;:::-;;;;;;;:33;;;;;;;;;;;7609:63;7626:4;7641:16;7660:11;7609:8;:63::i;:::-;7682:16;:67;;;7763:11;7788:1;7803:4;7821:15;;;;;;;;;;;7850;7682:193;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7472:410;7417:465;:::o;7435:788:2:-;7547:1;7531:18;;:4;:18;;;7523:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;7623:1;7609:16;;:2;:16;;;7601:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;7676:38;7697:4;7703:2;7707:6;7676:20;:38::i;:::-;7725:19;7747:9;:15;7757:4;7747:15;;;;;;;;;;;;;;;;7725:37;;7795:6;7780:11;:21;;7772:72;;;;;;;;;;;;:::i;:::-;;;;;;;;;7910:6;7896:11;:20;7878:9;:15;7888:4;7878:15;;;;;;;;;;;;;;;:38;;;;8110:6;8093:9;:13;8103:2;8093:13;;;;;;;;;;;;;;;;:23;;;;;;;;;;;8157:2;8142:26;;8151:4;8142:26;;;8161:6;8142:26;;;;;;:::i;:::-;;;;;;;;8179:37;8199:4;8205:2;8209:6;8179:19;:37::i;:::-;7513:710;7435:788;;;:::o;8807:1329:0:-;8859:23;8885:24;8903:4;8885:9;:24::i;:::-;8859:50;;8919:20;8968:1;8949:15;:20;8945:49;;8981:7;;;;8945:49;9024:1;9012:7;;9005:6;;:14;;;;:::i;:::-;9004:21;9000:1096;;9059:1;9041:15;:19;:59;;;;;9082:18;;9064:15;:36;9041:59;9038:431;;;9131:15;9116:30;;9038:431;;;9185:21;9209:28;9233:3;9209:19;9220:7;;9209:6;:10;;:19;;;;:::i;:::-;:23;;:28;;;;:::i;:::-;9185:52;;9261:13;9251:23;;;;;:::i;:::-;;;9301:18;;9292:6;:27;9288:171;;;9354:18;;9339:33;;9288:171;;;9438:6;9423:21;;9288:171;9171:298;9038:431;9000:1096;;;9518:1;9500:15;:19;:66;;;;;9541:25;9564:1;9541:18;;:22;;:25;;;;:::i;:::-;9523:15;:43;9500:66;9497:593;;;9582:7;;;;9497:593;9635:1;9617:15;:19;:66;;;;;9658:25;9681:1;9658:18;;:22;;:25;;;;:::i;:::-;9640:15;:43;9617:66;:106;;;;;9705:18;;9687:15;:36;9617:106;9613:477;;;9754:25;9777:1;9754:18;;:22;;:25;;;;:::i;:::-;9739:40;;9613:477;;;9818:21;9842:28;9866:3;9842:19;9853:7;;9842:6;:10;;:19;;;;:::i;:::-;:23;;:28;;;;:::i;:::-;9818:52;;9894:13;9884:23;;;;;:::i;:::-;;;9934:18;;9925:6;:27;9921:159;;;9987:18;;9972:33;;9921:159;;;10059:6;10044:21;;9921:159;9804:286;9613:477;9000:1096;10101:30;10118:12;10101:16;:30::i;:::-;8849:1287;;8807:1329;;:::o;3850:96:10:-;3908:7;3938:1;3934;:5;;;;:::i;:::-;3927:12;;3850:96;;;;:::o;12052:91:2:-;;;;:::o;12731:90::-;;;;:::o;7:99:11:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:246::-;368:1;378:113;392:6;389:1;386:13;378:113;;;477:1;472:3;468:11;462:18;458:1;453:3;449:11;442:39;414:2;411:1;407:10;402:15;;378:113;;;525:1;516:6;511:3;507:16;500:27;349:184;287:246;;;:::o;539:102::-;580:6;631:2;627:7;622:2;615:5;611:14;607:28;597:38;;539:102;;;:::o;647:377::-;735:3;763:39;796:5;763:39;:::i;:::-;818:71;882:6;877:3;818:71;:::i;:::-;811:78;;898:65;956:6;951:3;944:4;937:5;933:16;898:65;:::i;:::-;988:29;1010:6;988:29;:::i;:::-;983:3;979:39;972:46;;739:285;647:377;;;;:::o;1030:313::-;1143:4;1181:2;1170:9;1166:18;1158:26;;1230:9;1224:4;1220:20;1216:1;1205:9;1201:17;1194:47;1258:78;1331:4;1322:6;1258:78;:::i;:::-;1250:86;;1030:313;;;;:::o;1430:117::-;1539:1;1536;1529:12;1676:126;1713:7;1753:42;1746:5;1742:54;1731:65;;1676:126;;;:::o;1808:96::-;1845:7;1874:24;1892:5;1874:24;:::i;:::-;1863:35;;1808:96;;;:::o;1910:122::-;1983:24;2001:5;1983:24;:::i;:::-;1976:5;1973:35;1963:63;;2022:1;2019;2012:12;1963:63;1910:122;:::o;2038:139::-;2084:5;2122:6;2109:20;2100:29;;2138:33;2165:5;2138:33;:::i;:::-;2038:139;;;;:::o;2183:77::-;2220:7;2249:5;2238:16;;2183:77;;;:::o;2266:122::-;2339:24;2357:5;2339:24;:::i;:::-;2332:5;2329:35;2319:63;;2378:1;2375;2368:12;2319:63;2266:122;:::o;2394:139::-;2440:5;2478:6;2465:20;2456:29;;2494:33;2521:5;2494:33;:::i;:::-;2394:139;;;;:::o;2539:474::-;2607:6;2615;2664:2;2652:9;2643:7;2639:23;2635:32;2632:119;;;2670:79;;:::i;:::-;2632:119;2790:1;2815:53;2860:7;2851:6;2840:9;2836:22;2815:53;:::i;:::-;2805:63;;2761:117;2917:2;2943:53;2988:7;2979:6;2968:9;2964:22;2943:53;:::i;:::-;2933:63;;2888:118;2539:474;;;;;:::o;3019:90::-;3053:7;3096:5;3089:13;3082:21;3071:32;;3019:90;;;:::o;3115:109::-;3196:21;3211:5;3196:21;:::i;:::-;3191:3;3184:34;3115:109;;:::o;3230:210::-;3317:4;3355:2;3344:9;3340:18;3332:26;;3368:65;3430:1;3419:9;3415:17;3406:6;3368:65;:::i;:::-;3230:210;;;;:::o;3446:118::-;3533:24;3551:5;3533:24;:::i;:::-;3528:3;3521:37;3446:118;;:::o;3570:222::-;3663:4;3701:2;3690:9;3686:18;3678:26;;3714:71;3782:1;3771:9;3767:17;3758:6;3714:71;:::i;:::-;3570:222;;;;:::o;3798:329::-;3857:6;3906:2;3894:9;3885:7;3881:23;3877:32;3874:119;;;3912:79;;:::i;:::-;3874:119;4032:1;4057:53;4102:7;4093:6;4082:9;4078:22;4057:53;:::i;:::-;4047:63;;4003:117;3798:329;;;;:::o;4133:619::-;4210:6;4218;4226;4275:2;4263:9;4254:7;4250:23;4246:32;4243:119;;;4281:79;;:::i;:::-;4243:119;4401:1;4426:53;4471:7;4462:6;4451:9;4447:22;4426:53;:::i;:::-;4416:63;;4372:117;4528:2;4554:53;4599:7;4590:6;4579:9;4575:22;4554:53;:::i;:::-;4544:63;;4499:118;4656:2;4682:53;4727:7;4718:6;4707:9;4703:22;4682:53;:::i;:::-;4672:63;;4627:118;4133:619;;;;;:::o;4758:86::-;4793:7;4833:4;4826:5;4822:16;4811:27;;4758:86;;;:::o;4850:112::-;4933:22;4949:5;4933:22;:::i;:::-;4928:3;4921:35;4850:112;;:::o;4968:214::-;5057:4;5095:2;5084:9;5080:18;5072:26;;5108:67;5172:1;5161:9;5157:17;5148:6;5108:67;:::i;:::-;4968:214;;;;:::o;5188:60::-;5216:3;5237:5;5230:12;;5188:60;;;:::o;5254:142::-;5304:9;5337:53;5355:34;5364:24;5382:5;5364:24;:::i;:::-;5355:34;:::i;:::-;5337:53;:::i;:::-;5324:66;;5254:142;;;:::o;5402:126::-;5452:9;5485:37;5516:5;5485:37;:::i;:::-;5472:50;;5402:126;;;:::o;5534:153::-;5611:9;5644:37;5675:5;5644:37;:::i;:::-;5631:50;;5534:153;;;:::o;5693:185::-;5807:64;5865:5;5807:64;:::i;:::-;5802:3;5795:77;5693:185;;:::o;5884:276::-;6004:4;6042:2;6031:9;6027:18;6019:26;;6055:98;6150:1;6139:9;6135:17;6126:6;6055:98;:::i;:::-;5884:276;;;;:::o;6166:116::-;6236:21;6251:5;6236:21;:::i;:::-;6229:5;6226:32;6216:60;;6272:1;6269;6262:12;6216:60;6166:116;:::o;6288:133::-;6331:5;6369:6;6356:20;6347:29;;6385:30;6409:5;6385:30;:::i;:::-;6288:133;;;;:::o;6427:468::-;6492:6;6500;6549:2;6537:9;6528:7;6524:23;6520:32;6517:119;;;6555:79;;:::i;:::-;6517:119;6675:1;6700:53;6745:7;6736:6;6725:9;6721:22;6700:53;:::i;:::-;6690:63;;6646:117;6802:2;6828:50;6870:7;6861:6;6850:9;6846:22;6828:50;:::i;:::-;6818:60;;6773:115;6427:468;;;;;:::o;6901:329::-;6960:6;7009:2;6997:9;6988:7;6984:23;6980:32;6977:119;;;7015:79;;:::i;:::-;6977:119;7135:1;7160:53;7205:7;7196:6;7185:9;7181:22;7160:53;:::i;:::-;7150:63;;7106:117;6901:329;;;;:::o;7236:118::-;7323:24;7341:5;7323:24;:::i;:::-;7318:3;7311:37;7236:118;;:::o;7360:222::-;7453:4;7491:2;7480:9;7476:18;7468:26;;7504:71;7572:1;7561:9;7557:17;7548:6;7504:71;:::i;:::-;7360:222;;;;:::o;7588:474::-;7656:6;7664;7713:2;7701:9;7692:7;7688:23;7684:32;7681:119;;;7719:79;;:::i;:::-;7681:119;7839:1;7864:53;7909:7;7900:6;7889:9;7885:22;7864:53;:::i;:::-;7854:63;;7810:117;7966:2;7992:53;8037:7;8028:6;8017:9;8013:22;7992:53;:::i;:::-;7982:63;;7937:118;7588:474;;;;;:::o;8068:180::-;8116:77;8113:1;8106:88;8213:4;8210:1;8203:15;8237:4;8234:1;8227:15;8254:320;8298:6;8335:1;8329:4;8325:12;8315:22;;8382:1;8376:4;8372:12;8403:18;8393:81;;8459:4;8451:6;8447:17;8437:27;;8393:81;8521:2;8513:6;8510:14;8490:18;8487:38;8484:84;;8540:18;;:::i;:::-;8484:84;8305:269;8254:320;;;:::o;8580:180::-;8628:77;8625:1;8618:88;8725:4;8722:1;8715:15;8749:4;8746:1;8739:15;8766:191;8806:3;8825:20;8843:1;8825:20;:::i;:::-;8820:25;;8859:20;8877:1;8859:20;:::i;:::-;8854:25;;8902:1;8899;8895:9;8888:16;;8923:3;8920:1;8917:10;8914:36;;;8930:18;;:::i;:::-;8914:36;8766:191;;;;:::o;8963:143::-;9020:5;9051:6;9045:13;9036:22;;9067:33;9094:5;9067:33;:::i;:::-;8963:143;;;;:::o;9112:351::-;9182:6;9231:2;9219:9;9210:7;9206:23;9202:32;9199:119;;;9237:79;;:::i;:::-;9199:119;9357:1;9382:64;9438:7;9429:6;9418:9;9414:22;9382:64;:::i;:::-;9372:74;;9328:128;9112:351;;;;:::o;9469:332::-;9590:4;9628:2;9617:9;9613:18;9605:26;;9641:71;9709:1;9698:9;9694:17;9685:6;9641:71;:::i;:::-;9722:72;9790:2;9779:9;9775:18;9766:6;9722:72;:::i;:::-;9469:332;;;;;:::o;9807:::-;9928:4;9966:2;9955:9;9951:18;9943:26;;9979:71;10047:1;10036:9;10032:17;10023:6;9979:71;:::i;:::-;10060:72;10128:2;10117:9;10113:18;10104:6;10060:72;:::i;:::-;9807:332;;;;;:::o;10145:137::-;10199:5;10230:6;10224:13;10215:22;;10246:30;10270:5;10246:30;:::i;:::-;10145:137;;;;:::o;10288:345::-;10355:6;10404:2;10392:9;10383:7;10379:23;10375:32;10372:119;;;10410:79;;:::i;:::-;10372:119;10530:1;10555:61;10608:7;10599:6;10588:9;10584:22;10555:61;:::i;:::-;10545:71;;10501:125;10288:345;;;;:::o;10639:85::-;10684:7;10713:5;10702:16;;10639:85;;;:::o;10730:158::-;10788:9;10821:61;10839:42;10848:32;10874:5;10848:32;:::i;:::-;10839:42;:::i;:::-;10821:61;:::i;:::-;10808:74;;10730:158;;;:::o;10894:147::-;10989:45;11028:5;10989:45;:::i;:::-;10984:3;10977:58;10894:147;;:::o;11047:807::-;11296:4;11334:3;11323:9;11319:19;11311:27;;11348:71;11416:1;11405:9;11401:17;11392:6;11348:71;:::i;:::-;11429:72;11497:2;11486:9;11482:18;11473:6;11429:72;:::i;:::-;11511:80;11587:2;11576:9;11572:18;11563:6;11511:80;:::i;:::-;11601;11677:2;11666:9;11662:18;11653:6;11601:80;:::i;:::-;11691:73;11759:3;11748:9;11744:19;11735:6;11691:73;:::i;:::-;11774;11842:3;11831:9;11827:19;11818:6;11774:73;:::i;:::-;11047:807;;;;;;;;;:::o;11860:143::-;11917:5;11948:6;11942:13;11933:22;;11964:33;11991:5;11964:33;:::i;:::-;11860:143;;;;:::o;12009:663::-;12097:6;12105;12113;12162:2;12150:9;12141:7;12137:23;12133:32;12130:119;;;12168:79;;:::i;:::-;12130:119;12288:1;12313:64;12369:7;12360:6;12349:9;12345:22;12313:64;:::i;:::-;12303:74;;12259:128;12426:2;12452:64;12508:7;12499:6;12488:9;12484:22;12452:64;:::i;:::-;12442:74;;12397:129;12565:2;12591:64;12647:7;12638:6;12627:9;12623:22;12591:64;:::i;:::-;12581:74;;12536:129;12009:663;;;;;:::o;12678:410::-;12718:7;12741:20;12759:1;12741:20;:::i;:::-;12736:25;;12775:20;12793:1;12775:20;:::i;:::-;12770:25;;12830:1;12827;12823:9;12852:30;12870:11;12852:30;:::i;:::-;12841:41;;13031:1;13022:7;13018:15;13015:1;13012:22;12992:1;12985:9;12965:83;12942:139;;13061:18;;:::i;:::-;12942:139;12726:362;12678:410;;;;:::o;13094:180::-;13142:77;13139:1;13132:88;13239:4;13236:1;13229:15;13263:4;13260:1;13253:15;13280:185;13320:1;13337:20;13355:1;13337:20;:::i;:::-;13332:25;;13371:20;13389:1;13371:20;:::i;:::-;13366:25;;13410:1;13400:35;;13415:18;;:::i;:::-;13400:35;13457:1;13454;13450:9;13445:14;;13280:185;;;;:::o;13471:167::-;13611:19;13607:1;13599:6;13595:14;13588:43;13471:167;:::o;13644:366::-;13786:3;13807:67;13871:2;13866:3;13807:67;:::i;:::-;13800:74;;13883:93;13972:3;13883:93;:::i;:::-;14001:2;13996:3;13992:12;13985:19;;13644:366;;;:::o;14016:419::-;14182:4;14220:2;14209:9;14205:18;14197:26;;14269:9;14263:4;14259:20;14255:1;14244:9;14240:17;14233:47;14297:131;14423:4;14297:131;:::i;:::-;14289:139;;14016:419;;;:::o;14441:172::-;14581:24;14577:1;14569:6;14565:14;14558:48;14441:172;:::o;14619:366::-;14761:3;14782:67;14846:2;14841:3;14782:67;:::i;:::-;14775:74;;14858:93;14947:3;14858:93;:::i;:::-;14976:2;14971:3;14967:12;14960:19;;14619:366;;;:::o;14991:419::-;15157:4;15195:2;15184:9;15180:18;15172:26;;15244:9;15238:4;15234:20;15230:1;15219:9;15215:17;15208:47;15272:131;15398:4;15272:131;:::i;:::-;15264:139;;14991:419;;;:::o;15416:244::-;15556:34;15552:1;15544:6;15540:14;15533:58;15625:27;15620:2;15612:6;15608:15;15601:52;15416:244;:::o;15666:366::-;15808:3;15829:67;15893:2;15888:3;15829:67;:::i;:::-;15822:74;;15905:93;15994:3;15905:93;:::i;:::-;16023:2;16018:3;16014:12;16007:19;;15666:366;;;:::o;16038:419::-;16204:4;16242:2;16231:9;16227:18;16219:26;;16291:9;16285:4;16281:20;16277:1;16266:9;16262:17;16255:47;16319:131;16445:4;16319:131;:::i;:::-;16311:139;;16038:419;;;:::o;16463:224::-;16603:34;16599:1;16591:6;16587:14;16580:58;16672:7;16667:2;16659:6;16655:15;16648:32;16463:224;:::o;16693:366::-;16835:3;16856:67;16920:2;16915:3;16856:67;:::i;:::-;16849:74;;16932:93;17021:3;16932:93;:::i;:::-;17050:2;17045:3;17041:12;17034:19;;16693:366;;;:::o;17065:419::-;17231:4;17269:2;17258:9;17254:18;17246:26;;17318:9;17312:4;17308:20;17304:1;17293:9;17289:17;17282:47;17346:131;17472:4;17346:131;:::i;:::-;17338:139;;17065:419;;;:::o;17490:173::-;17630:25;17626:1;17618:6;17614:14;17607:49;17490:173;:::o;17669:366::-;17811:3;17832:67;17896:2;17891:3;17832:67;:::i;:::-;17825:74;;17908:93;17997:3;17908:93;:::i;:::-;18026:2;18021:3;18017:12;18010:19;;17669:366;;;:::o;18041:419::-;18207:4;18245:2;18234:9;18230:18;18222:26;;18294:9;18288:4;18284:20;18280:1;18269:9;18265:17;18258:47;18322:131;18448:4;18322:131;:::i;:::-;18314:139;;18041:419;;;:::o;18466:225::-;18606:34;18602:1;18594:6;18590:14;18583:58;18675:8;18670:2;18662:6;18658:15;18651:33;18466:225;:::o;18697:366::-;18839:3;18860:67;18924:2;18919:3;18860:67;:::i;:::-;18853:74;;18936:93;19025:3;18936:93;:::i;:::-;19054:2;19049:3;19045:12;19038:19;;18697:366;;;:::o;19069:419::-;19235:4;19273:2;19262:9;19258:18;19250:26;;19322:9;19316:4;19312:20;19308:1;19297:9;19293:17;19286:47;19350:131;19476:4;19350:131;:::i;:::-;19342:139;;19069:419;;;:::o;19494:223::-;19634:34;19630:1;19622:6;19618:14;19611:58;19703:6;19698:2;19690:6;19686:15;19679:31;19494:223;:::o;19723:366::-;19865:3;19886:67;19950:2;19945:3;19886:67;:::i;:::-;19879:74;;19962:93;20051:3;19962:93;:::i;:::-;20080:2;20075:3;20071:12;20064:19;;19723:366;;;:::o;20095:419::-;20261:4;20299:2;20288:9;20284:18;20276:26;;20348:9;20342:4;20338:20;20334:1;20323:9;20319:17;20312:47;20376:131;20502:4;20376:131;:::i;:::-;20368:139;;20095:419;;;:::o;20520:221::-;20660:34;20656:1;20648:6;20644:14;20637:58;20729:4;20724:2;20716:6;20712:15;20705:29;20520:221;:::o;20747:366::-;20889:3;20910:67;20974:2;20969:3;20910:67;:::i;:::-;20903:74;;20986:93;21075:3;20986:93;:::i;:::-;21104:2;21099:3;21095:12;21088:19;;20747:366;;;:::o;21119:419::-;21285:4;21323:2;21312:9;21308:18;21300:26;;21372:9;21366:4;21362:20;21358:1;21347:9;21343:17;21336:47;21400:131;21526:4;21400:131;:::i;:::-;21392:139;;21119:419;;;:::o;21544:179::-;21684:31;21680:1;21672:6;21668:14;21661:55;21544:179;:::o;21729:366::-;21871:3;21892:67;21956:2;21951:3;21892:67;:::i;:::-;21885:74;;21968:93;22057:3;21968:93;:::i;:::-;22086:2;22081:3;22077:12;22070:19;;21729:366;;;:::o;22101:419::-;22267:4;22305:2;22294:9;22290:18;22282:26;;22354:9;22348:4;22344:20;22340:1;22329:9;22325:17;22318:47;22382:131;22508:4;22382:131;:::i;:::-;22374:139;;22101:419;;;:::o;22526:224::-;22666:34;22662:1;22654:6;22650:14;22643:58;22735:7;22730:2;22722:6;22718:15;22711:32;22526:224;:::o;22756:366::-;22898:3;22919:67;22983:2;22978:3;22919:67;:::i;:::-;22912:74;;22995:93;23084:3;22995:93;:::i;:::-;23113:2;23108:3;23104:12;23097:19;;22756:366;;;:::o;23128:419::-;23294:4;23332:2;23321:9;23317:18;23309:26;;23381:9;23375:4;23371:20;23367:1;23356:9;23352:17;23345:47;23409:131;23535:4;23409:131;:::i;:::-;23401:139;;23128:419;;;:::o;23553:222::-;23693:34;23689:1;23681:6;23677:14;23670:58;23762:5;23757:2;23749:6;23745:15;23738:30;23553:222;:::o;23781:366::-;23923:3;23944:67;24008:2;24003:3;23944:67;:::i;:::-;23937:74;;24020:93;24109:3;24020:93;:::i;:::-;24138:2;24133:3;24129:12;24122:19;;23781:366;;;:::o;24153:419::-;24319:4;24357:2;24346:9;24342:18;24334:26;;24406:9;24400:4;24396:20;24392:1;24381:9;24377:17;24370:47;24434:131;24560:4;24434:131;:::i;:::-;24426:139;;24153:419;;;:::o;24578:234::-;24718:34;24714:1;24706:6;24702:14;24695:58;24787:17;24782:2;24774:6;24770:15;24763:42;24578:234;:::o;24818:366::-;24960:3;24981:67;25045:2;25040:3;24981:67;:::i;:::-;24974:74;;25057:93;25146:3;25057:93;:::i;:::-;25175:2;25170:3;25166:12;25159:19;;24818:366;;;:::o;25190:419::-;25356:4;25394:2;25383:9;25379:18;25371:26;;25443:9;25437:4;25433:20;25429:1;25418:9;25414:17;25407:47;25471:131;25597:4;25471:131;:::i;:::-;25463:139;;25190:419;;;:::o;25615:172::-;25755:24;25751:1;25743:6;25739:14;25732:48;25615:172;:::o;25793:366::-;25935:3;25956:67;26020:2;26015:3;25956:67;:::i;:::-;25949:74;;26032:93;26121:3;26032:93;:::i;:::-;26150:2;26145:3;26141:12;26134:19;;25793:366;;;:::o;26165:419::-;26331:4;26369:2;26358:9;26354:18;26346:26;;26418:9;26412:4;26408:20;26404:1;26393:9;26389:17;26382:47;26446:131;26572:4;26446:131;:::i;:::-;26438:139;;26165:419;;;:::o;26590:240::-;26730:34;26726:1;26718:6;26714:14;26707:58;26799:23;26794:2;26786:6;26782:15;26775:48;26590:240;:::o;26836:366::-;26978:3;26999:67;27063:2;27058:3;26999:67;:::i;:::-;26992:74;;27075:93;27164:3;27075:93;:::i;:::-;27193:2;27188:3;27184:12;27177:19;;26836:366;;;:::o;27208:419::-;27374:4;27412:2;27401:9;27397:18;27389:26;;27461:9;27455:4;27451:20;27447:1;27436:9;27432:17;27425:47;27489:131;27615:4;27489:131;:::i;:::-;27481:139;;27208:419;;;:::o;27633:169::-;27773:21;27769:1;27761:6;27757:14;27750:45;27633:169;:::o;27808:366::-;27950:3;27971:67;28035:2;28030:3;27971:67;:::i;:::-;27964:74;;28047:93;28136:3;28047:93;:::i;:::-;28165:2;28160:3;28156:12;28149:19;;27808:366;;;:::o;28180:419::-;28346:4;28384:2;28373:9;28369:18;28361:26;;28433:9;28427:4;28423:20;28419:1;28408:9;28404:17;28397:47;28461:131;28587:4;28461:131;:::i;:::-;28453:139;;28180:419;;;:::o;28605:233::-;28644:3;28667:24;28685:5;28667:24;:::i;:::-;28658:33;;28713:66;28706:5;28703:77;28700:103;;28783:18;;:::i;:::-;28700:103;28830:1;28823:5;28819:13;28812:20;;28605:233;;;:::o;28844:241::-;28984:34;28980:1;28972:6;28968:14;28961:58;29053:24;29048:2;29040:6;29036:15;29029:49;28844:241;:::o;29091:366::-;29233:3;29254:67;29318:2;29313:3;29254:67;:::i;:::-;29247:74;;29330:93;29419:3;29330:93;:::i;:::-;29448:2;29443:3;29439:12;29432:19;;29091:366;;;:::o;29463:419::-;29629:4;29667:2;29656:9;29652:18;29644:26;;29716:9;29710:4;29706:20;29702:1;29691:9;29687:17;29680:47;29744:131;29870:4;29744:131;:::i;:::-;29736:139;;29463:419;;;:::o;29888:194::-;29928:4;29948:20;29966:1;29948:20;:::i;:::-;29943:25;;29982:20;30000:1;29982:20;:::i;:::-;29977:25;;30026:1;30023;30019:9;30011:17;;30050:1;30044:4;30041:11;30038:37;;;30055:18;;:::i;:::-;30038:37;29888:194;;;;:::o;30088:182::-;30228:34;30224:1;30216:6;30212:14;30205:58;30088:182;:::o;30276:366::-;30418:3;30439:67;30503:2;30498:3;30439:67;:::i;:::-;30432:74;;30515:93;30604:3;30515:93;:::i;:::-;30633:2;30628:3;30624:12;30617:19;;30276:366;;;:::o;30648:419::-;30814:4;30852:2;30841:9;30837:18;30829:26;;30901:9;30895:4;30891:20;30887:1;30876:9;30872:17;30865:47;30929:131;31055:4;30929:131;:::i;:::-;30921:139;;30648:419;;;:::o;31073:223::-;31213:34;31209:1;31201:6;31197:14;31190:58;31282:6;31277:2;31269:6;31265:15;31258:31;31073:223;:::o;31302:366::-;31444:3;31465:67;31529:2;31524:3;31465:67;:::i;:::-;31458:74;;31541:93;31630:3;31541:93;:::i;:::-;31659:2;31654:3;31650:12;31643:19;;31302:366;;;:::o;31674:419::-;31840:4;31878:2;31867:9;31863:18;31855:26;;31927:9;31921:4;31917:20;31913:1;31902:9;31898:17;31891:47;31955:131;32081:4;31955:131;:::i;:::-;31947:139;;31674:419;;;:::o;32099:180::-;32147:77;32144:1;32137:88;32244:4;32241:1;32234:15;32268:4;32265:1;32258:15;32285:180;32333:77;32330:1;32323:88;32430:4;32427:1;32420:15;32454:4;32451:1;32444:15;32471:114;32538:6;32572:5;32566:12;32556:22;;32471:114;;;:::o;32591:184::-;32690:11;32724:6;32719:3;32712:19;32764:4;32759:3;32755:14;32740:29;;32591:184;;;;:::o;32781:132::-;32848:4;32871:3;32863:11;;32901:4;32896:3;32892:14;32884:22;;32781:132;;;:::o;32919:108::-;32996:24;33014:5;32996:24;:::i;:::-;32991:3;32984:37;32919:108;;:::o;33033:179::-;33102:10;33123:46;33165:3;33157:6;33123:46;:::i;:::-;33201:4;33196:3;33192:14;33178:28;;33033:179;;;;:::o;33218:113::-;33288:4;33320;33315:3;33311:14;33303:22;;33218:113;;;:::o;33367:732::-;33486:3;33515:54;33563:5;33515:54;:::i;:::-;33585:86;33664:6;33659:3;33585:86;:::i;:::-;33578:93;;33695:56;33745:5;33695:56;:::i;:::-;33774:7;33805:1;33790:284;33815:6;33812:1;33809:13;33790:284;;;33891:6;33885:13;33918:63;33977:3;33962:13;33918:63;:::i;:::-;33911:70;;34004:60;34057:6;34004:60;:::i;:::-;33994:70;;33850:224;33837:1;33834;33830:9;33825:14;;33790:284;;;33794:14;34090:3;34083:10;;33491:608;;;33367:732;;;;:::o;34105:831::-;34368:4;34406:3;34395:9;34391:19;34383:27;;34420:71;34488:1;34477:9;34473:17;34464:6;34420:71;:::i;:::-;34501:80;34577:2;34566:9;34562:18;34553:6;34501:80;:::i;:::-;34628:9;34622:4;34618:20;34613:2;34602:9;34598:18;34591:48;34656:108;34759:4;34750:6;34656:108;:::i;:::-;34648:116;;34774:72;34842:2;34831:9;34827:18;34818:6;34774:72;:::i;:::-;34856:73;34924:3;34913:9;34909:19;34900:6;34856:73;:::i;:::-;34105:831;;;;;;;;:::o;34942:225::-;35082:34;35078:1;35070:6;35066:14;35059:58;35151:8;35146:2;35138:6;35134:15;35127:33;34942:225;:::o;35173:366::-;35315:3;35336:67;35400:2;35395:3;35336:67;:::i;:::-;35329:74;;35412:93;35501:3;35412:93;:::i;:::-;35530:2;35525:3;35521:12;35514:19;;35173:366;;;:::o;35545:419::-;35711:4;35749:2;35738:9;35734:18;35726:26;;35798:9;35792:4;35788:20;35784:1;35773:9;35769:17;35762:47;35826:131;35952:4;35826:131;:::i;:::-;35818:139;;35545:419;;;:::o

Swarm Source

ipfs://597e35b37de7f57b5f6c4dcda34a77e5d8f42aab01a9c2c732e00a4e41393e44

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.