ETH Price: $3,062.65 (+2.76%)
Gas: 1 Gwei

Token

FireGary (FIREGARY)
 

Overview

Max Total Supply

89,000,000,000 FIREGARY

Holders

348

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Filtered by Token Holder
dovbohraj.eth
Balance
48,977,444.737428729356526665 FIREGARY

Value
$0.00
0x9aed6a2665370bc3372c3f44c5aaa8c21b2f5ece
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:
FireGary

Compiler Version
v0.8.0+commit.c7dfd78e

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2023-06-09
*/

//  ####### ### ######  #######  #####     #    ######  #     # 
//  #        #  #     # #       #     #   # #   #     #  #   #  
//  #        #  #     # #       #        #   #  #     #   # #   
//  #####    #  ######  #####   #  #### #     # ######     #    
//  #        #  #   #   #       #     # ####### #   #      #    
//  #        #  #    #  #       #     # #     # #    #     #    
//  #       ### #     # #######  #####  #     # #     #    #    
                                                             
//https://firegary.org/
//https://twitter.com/FireGaryERC
//https://t.co/lKMeHSnu5a

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

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

// File: @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol


// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)

pragma solidity ^0.8.0;


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

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

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

// File: @openzeppelin/contracts/utils/Context.sol


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

pragma solidity ^0.8.0;

/**
 * @dev Provides information about the current execution context, including the
 * sender of the transaction and its data. While these are generally available
 * via msg.sender and msg.data, they should not be accessed in such a direct
 * manner, since when dealing with meta-transactions the account sending and
 * paying for execution may not be the actual sender (as far as an application
 * is concerned).
 *
 * This contract is only required for intermediate, library-like contracts.
 */
abstract contract Context {
    function _msgSender() internal view virtual returns (address) {
        return msg.sender;
    }

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

// File: @openzeppelin/contracts/token/ERC20/ERC20.sol


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

pragma solidity ^0.8.0;




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

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

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

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

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

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

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

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

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

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

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

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

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

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

        return true;
    }

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

        _beforeTokenTransfer(from, to, amount);

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

        emit Transfer(from, to, amount);

        _afterTokenTransfer(from, to, amount);
    }

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

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

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

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

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

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

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

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

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

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

        _allowances[owner][spender] = amount;
        emit Approval(owner, spender, amount);
    }

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

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

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

// File: @openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol


// OpenZeppelin Contracts (last updated v4.5.0) (token/ERC20/extensions/ERC20Burnable.sol)

pragma solidity ^0.8.0;



/**
 * @dev Extension of {ERC20} that allows token holders to destroy both their own
 * tokens and those that they have an allowance for, in a way that can be
 * recognized off-chain (via event analysis).
 */
abstract contract ERC20Burnable is Context, ERC20 {
    /**
     * @dev Destroys `amount` tokens from the caller.
     *
     * See {ERC20-_burn}.
     */
    function burn(uint256 amount) public virtual {
        _burn(_msgSender(), amount);
    }

    /**
     * @dev Destroys `amount` tokens from `account`, deducting from the caller's
     * allowance.
     *
     * See {ERC20-_burn} and {ERC20-allowance}.
     *
     * Requirements:
     *
     * - the caller must have allowance for ``accounts``'s tokens of at least
     * `amount`.
     */
    function burnFrom(address account, uint256 amount) public virtual {
        _spendAllowance(account, _msgSender(), amount);
        _burn(account, amount);
    }
}

// File: @openzeppelin/contracts/access/Ownable.sol


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

pragma solidity ^0.8.0;


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

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

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

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

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

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

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

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

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

// File: firegary.sol





 
pragma solidity ^0.8.0;
 
contract FireGary is Ownable, ERC20 {
    IUniswapV2Router02 public uniswapV2Router;
    bool public limited;
    bool public taxesEnabled = true;
    bool public pause = true;
    uint256 public maxHoldingAmount;
    uint256 public minHoldingAmount;
    uint256 public taxPercent = 5; 
 
    bool inSwapAndLiq;
 
    address public marketingWallet = 0xCAD14A2bc771f682Fcd7Bd96487e82d8106a96b2;
    address public uniswapV2Pair;
    mapping(address => bool) public blacklists;
    mapping(address => bool) public _isExcludedFromFees;
 
    modifier lockTheSwap() {
        inSwapAndLiq = true;
        _;
        inSwapAndLiq = false;
    }
 
    constructor() ERC20("FireGary", "FIREGARY") {
        _mint(msg.sender, 89000000000000000000000000000);
        IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(
            0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D
        );
        address _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory())
            .createPair(address(this), _uniswapV2Router.WETH());
 
        uniswapV2Router = _uniswapV2Router;
        uniswapV2Pair = _uniswapV2Pair;
 
        _isExcludedFromFees[msg.sender] = true;
        _isExcludedFromFees[marketingWallet] = true;
        _isExcludedFromFees[uniswapV2Pair] = true;
 
        marketingWallet = 0xCAD14A2bc771f682Fcd7Bd96487e82d8106a96b2;
    }
 
    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(amount > 0, "ERC20: transfer must be greater than 0");
 
        uint256 taxAmount;
        if (taxesEnabled) {
            if (from == uniswapV2Pair) {
                //Buy
 
                if (!_isExcludedFromFees[to])
                    taxAmount = (amount * taxPercent) / 100;
            }
            // Sell
            if (to == uniswapV2Pair) {
                if (!_isExcludedFromFees[from])
                    taxAmount = (amount * taxPercent) / 100;
            }
        }
 
        uint256 contractTokenBalance = balanceOf(address(this));
        bool overMinTokenBalance = contractTokenBalance >=
            (totalSupply() * 3) / 1000;
 
        if (overMinTokenBalance && !inSwapAndLiq && from != uniswapV2Pair) {
            handleTax();
        }
 
        // Fees
        if (taxAmount > 0) {
            uint256 userAmount = amount - taxAmount;
            super._transfer(from, address(this), taxAmount);
            super._transfer(from, to, userAmount);
        } else {
            super._transfer(from, to, amount);
        }
    }
 
    function handleTax() internal lockTheSwap {
        // generate the uniswap pair path of token -> weth
        address[] memory path = new address[](2);
        path[0] = address(this);
        path[1] = uniswapV2Router.WETH();
 
        _approve(
            address(this),
            address(uniswapV2Router),
            balanceOf(address(this))
        );
 
        // make the swap
        uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(
            balanceOf(address(this)),
            0, // accept any amount of ETH
            path,
            marketingWallet,
            block.timestamp
        );
    }
 
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual override {
        require(!blacklists[to] && !blacklists[from], "Blacklisted");
                
        if (pause) {
            require(from == owner() || to == owner(), "trading is not started");
            return;
        }
        
        if (limited && from == uniswapV2Pair) {
            require(
                super.balanceOf(to) + amount <= maxHoldingAmount &&
                    super.balanceOf(to) + amount >= minHoldingAmount,
                "Forbid"
            );
        }
    }
 
    function changeMarketingWallet(
        address _newMarketingWallet
    ) external onlyOwner {
        marketingWallet = _newMarketingWallet;
    }
 
    function changeTaxPercent(uint256 _newTaxPercent) external onlyOwner {
        taxPercent = _newTaxPercent;
    }

    function togglePause() external onlyOwner{	
        pause = !pause;	
    }	
 
    function excludeFromFees(
        address _address,
        bool _isExcluded
    ) external onlyOwner {
        _isExcludedFromFees[_address] = _isExcluded;
    }
 
    function burn(uint256 value) external {
        _burn(msg.sender, value);
    }
 
    function enableTaxes(bool _enable) external onlyOwner {
        taxesEnabled = _enable;
    }
 
    function toggleLimited() external onlyOwner {
        limited = !limited;
    }
 
    function blacklist(
        address _address,
        bool _isBlacklisting
    ) external onlyOwner {
        blacklists[_address] = _isBlacklisting;
    }
 
    function setRule(
        bool _limited,
        uint256 _maxHoldingAmount,
        uint256 _minHoldingAmount
    ) external onlyOwner {
        limited = _limited;
        maxHoldingAmount = _maxHoldingAmount;
        minHoldingAmount = _minHoldingAmount;
    }
}
 
// Interfaces
interface IUniswapV2Factory {
    event PairCreated(
        address indexed token0,
        address indexed token1,
        address pair,
        uint
    );
 
    function feeTo() external view returns (address);
 
    function feeToSetter() external view returns (address);
 
    function getPair(
        address tokenA,
        address tokenB
    ) external view returns (address pair);
 
    function allPairs(uint) external view returns (address pair);
 
    function allPairsLength() external view returns (uint);
 
    function createPair(
        address tokenA,
        address tokenB
    ) external returns (address pair);
 
    function setFeeTo(address) external;
 
    function setFeeToSetter(address) external;
}
 
interface IUniswapV2Pair {
    event Approval(address indexed owner, address indexed spender, uint value);
    event Transfer(address indexed from, address indexed to, uint value);
 
    function name() external pure returns (string memory);
 
    function symbol() external pure returns (string memory);
 
    function decimals() external pure returns (uint8);
 
    function totalSupply() external view returns (uint);
 
    function balanceOf(address owner) external view returns (uint);
 
    function allowance(
        address owner,
        address spender
    ) external view returns (uint);
 
    function approve(address spender, uint value) external returns (bool);
 
    function transfer(address to, uint value) external returns (bool);
 
    function transferFrom(
        address from,
        address to,
        uint value
    ) external returns (bool);
 
    function DOMAIN_SEPARATOR() external view returns (bytes32);
 
    function PERMIT_TYPEHASH() external pure returns (bytes32);
 
    function nonces(address owner) external view returns (uint);
 
    function permit(
        address owner,
        address spender,
        uint value,
        uint deadline,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external;
 
    event Mint(address indexed sender, uint amount0, uint amount1);
    event Burn(
        address indexed sender,
        uint amount0,
        uint amount1,
        address indexed to
    );
    event Swap(
        address indexed sender,
        uint amount0In,
        uint amount1In,
        uint amount0Out,
        uint amount1Out,
        address indexed to
    );
    event Sync(uint112 reserve0, uint112 reserve1);
 
    function MINIMUM_LIQUIDITY() external pure returns (uint);
 
    function factory() external view returns (address);
 
    function token0() external view returns (address);
 
    function token1() external view returns (address);
 
    function getReserves()
        external
        view
        returns (uint112 reserve0, uint112 reserve1, uint32 blockTimestampLast);
 
    function price0CumulativeLast() external view returns (uint);
 
    function price1CumulativeLast() external view returns (uint);
 
    function kLast() external view returns (uint);
 
    function mint(address to) external returns (uint liquidity);
 
    function burn(address to) external returns (uint amount0, uint amount1);
 
    function swap(
        uint amount0Out,
        uint amount1Out,
        address to,
        bytes calldata data
    ) external;
 
    function skim(address to) external;
 
    function sync() external;
 
    function initialize(address, address) external;
}
 
interface IUniswapV2Router01 {
    function factory() external pure returns (address);
 
    function WETH() external pure returns (address);
 
    function addLiquidity(
        address tokenA,
        address tokenB,
        uint amountADesired,
        uint amountBDesired,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline
    ) external returns (uint amountA, uint amountB, uint liquidity);
 
    function addLiquidityETH(
        address token,
        uint amountTokenDesired,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    )
        external
        payable
        returns (uint amountToken, uint amountETH, uint liquidity);
 
    function removeLiquidity(
        address tokenA,
        address tokenB,
        uint liquidity,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline
    ) external returns (uint amountA, uint amountB);
 
    function removeLiquidityETH(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    ) external returns (uint amountToken, uint amountETH);
 
    function removeLiquidityWithPermit(
        address tokenA,
        address tokenB,
        uint liquidity,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline,
        bool approveMax,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external returns (uint amountA, uint amountB);
 
    function removeLiquidityETHWithPermit(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline,
        bool approveMax,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external returns (uint amountToken, uint amountETH);
 
    function swapExactTokensForTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);
 
    function swapTokensForExactTokens(
        uint amountOut,
        uint amountInMax,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);
 
    function swapExactETHForTokens(
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external payable returns (uint[] memory amounts);
 
    function swapTokensForExactETH(
        uint amountOut,
        uint amountInMax,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);
 
    function swapExactTokensForETH(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);
 
    function swapETHForExactTokens(
        uint amountOut,
        address[] calldata path,
        address to,
        uint deadline
    ) external payable returns (uint[] memory amounts);
 
    function quote(
        uint amountA,
        uint reserveA,
        uint reserveB
    ) external pure returns (uint amountB);
 
    function getAmountOut(
        uint amountIn,
        uint reserveIn,
        uint reserveOut
    ) external pure returns (uint amountOut);
 
    function getAmountIn(
        uint amountOut,
        uint reserveIn,
        uint reserveOut
    ) external pure returns (uint amountIn);
 
    function getAmountsOut(
        uint amountIn,
        address[] calldata path
    ) external view returns (uint[] memory amounts);
 
    function getAmountsIn(
        uint amountOut,
        address[] calldata path
    ) external view returns (uint[] memory amounts);
}
 
interface IUniswapV2Router02 is IUniswapV2Router01 {
    function removeLiquidityETHSupportingFeeOnTransferTokens(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    ) external returns (uint amountETH);
 
    function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline,
        bool approveMax,
        uint8 v,
        bytes32 r,
        bytes32 s
    ) external returns (uint amountETH);
 
    function swapExactTokensForTokensSupportingFeeOnTransferTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external;
 
    function swapExactETHForTokensSupportingFeeOnTransferTokens(
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external payable;
 
    function swapExactTokensForETHSupportingFeeOnTransferTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external;
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"_isExcludedFromFees","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":[{"internalType":"address","name":"_address","type":"address"},{"internalType":"bool","name":"_isBlacklisting","type":"bool"}],"name":"blacklist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"blacklists","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"value","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_newMarketingWallet","type":"address"}],"name":"changeMarketingWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_newTaxPercent","type":"uint256"}],"name":"changeTaxPercent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_enable","type":"bool"}],"name":"enableTaxes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_address","type":"address"},{"internalType":"bool","name":"_isExcluded","type":"bool"}],"name":"excludeFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"limited","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"marketingWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxHoldingAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"minHoldingAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_limited","type":"bool"},{"internalType":"uint256","name":"_maxHoldingAmount","type":"uint256"},{"internalType":"uint256","name":"_minHoldingAmount","type":"uint256"}],"name":"setRule","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"taxPercent","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"taxesEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"toggleLimited","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"togglePause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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"}]

60806040526001600660156101000a81548160ff0219169083151502179055506001600660166101000a81548160ff021916908315150217905550600560095573cad14a2bc771f682fcd7bd96487e82d8106a96b2600a60016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550348015620000a157600080fd5b506040518060400160405280600881526020017f46697265476172790000000000000000000000000000000000000000000000008152506040518060400160405280600881526020017f46495245474152590000000000000000000000000000000000000000000000008152506200012e620001226200055e60201b60201c565b6200056660201b60201c565b81600490805190602001906200014692919062000aeb565b5080600590805190602001906200015f92919062000aeb565b50505062000181336c011f9313138f7c952ca80000006200062a60201b60201c565b6000737a250d5630b4cf539739df2c5dacb4c659f2488d905060008173ffffffffffffffffffffffffffffffffffffffff1663c45a01556040518163ffffffff1660e01b815260040160206040518083038186803b158015620001e357600080fd5b505afa158015620001f8573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906200021e919062000bb2565b73ffffffffffffffffffffffffffffffffffffffff1663c9c65396308473ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b1580156200028157600080fd5b505afa15801562000296573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620002bc919062000bb2565b6040518363ffffffff1660e01b8152600401620002db92919062000d08565b602060405180830381600087803b158015620002f657600080fd5b505af11580156200030b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019062000331919062000bb2565b905081600660006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555080600b60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506001600d60003373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506001600d6000600a60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055506001600d6000600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff02191690831515021790555073cad14a2bc771f682fcd7bd96487e82d8106a96b2600a60016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550505062000f34565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156200069d576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620006949062000d79565b60405180910390fd5b620006b1600083836200079960201b60201c565b8060036000828254620006c5919062000deb565b9250508190555080600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8360405162000779919062000dbd565b60405180910390a3620007956000838362000a7460201b60201c565b5050565b600c60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161580156200083e5750600c60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b62000880576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620008779062000d9b565b60405180910390fd5b600660169054906101000a900460ff16156200096257620008a662000a7960201b60201c565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614806200091a5750620008eb62000a7960201b60201c565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b6200095c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620009539062000d57565b60405180910390fd5b62000a6f565b600660149054906101000a900460ff168015620009cc5750600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b1562000a6e5760075481620009ec8462000aa260201b620008c61760201c565b620009f8919062000deb565b1115801562000a2b57506008548162000a1c8462000aa260201b620008c61760201c565b62000a28919062000deb565b10155b62000a6d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000a649062000d35565b60405180910390fd5b5b5b505050565b505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b82805462000af99062000e86565b90600052602060002090601f01602090048101928262000b1d576000855562000b69565b82601f1062000b3857805160ff191683800117855562000b69565b8280016001018555821562000b69579182015b8281111562000b6857825182559160200191906001019062000b4b565b5b50905062000b78919062000b7c565b5090565b5b8082111562000b9757600081600090555060010162000b7d565b5090565b60008151905062000bac8162000f1a565b92915050565b60006020828403121562000bc557600080fd5b600062000bd58482850162000b9b565b91505092915050565b62000be98162000e48565b82525050565b600062000bfe60068362000dda565b91507f466f7262696400000000000000000000000000000000000000000000000000006000830152602082019050919050565b600062000c4060168362000dda565b91507f74726164696e67206973206e6f742073746172746564000000000000000000006000830152602082019050919050565b600062000c82601f8362000dda565b91507f45524332303a206d696e7420746f20746865207a65726f2061646472657373006000830152602082019050919050565b600062000cc4600b8362000dda565b91507f426c61636b6c69737465640000000000000000000000000000000000000000006000830152602082019050919050565b62000d028162000e7c565b82525050565b600060408201905062000d1f600083018562000bde565b62000d2e602083018462000bde565b9392505050565b6000602082019050818103600083015262000d508162000bef565b9050919050565b6000602082019050818103600083015262000d728162000c31565b9050919050565b6000602082019050818103600083015262000d948162000c73565b9050919050565b6000602082019050818103600083015262000db68162000cb5565b9050919050565b600060208201905062000dd4600083018462000cf7565b92915050565b600082825260208201905092915050565b600062000df88262000e7c565b915062000e058362000e7c565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111562000e3d5762000e3c62000ebc565b5b828201905092915050565b600062000e558262000e5c565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b6000600282049050600182168062000e9f57607f821691505b6020821081141562000eb65762000eb562000eeb565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b62000f258162000e48565b811462000f3157600080fd5b50565b612daa8062000f446000396000f3fe608060405234801561001057600080fd5b50600436106102065760003560e01c806375f0a8741161011a578063bb85c6d1116100ad578063d07ea4e21161007c578063d07ea4e2146105a9578063dd62ed3e146105c5578063e0bf7fd1146105f5578063f2fde38b14610625578063fc06b26a1461064157610206565b8063bb85c6d114610549578063bff51ef814610565578063c024666814610583578063c4ae31681461059f57610206565b80638da5cb5b116100e95780638da5cb5b146104ad57806395d89b41146104cb578063a457c2d7146104e9578063a9059cbb1461051957610206565b806375f0a874146104355780638456cb5914610453578063860a32ec1461047157806389f9a1d31461048f57610206565b8063302757441161019d57806342966c681161016c57806342966c68146103a357806349bd5a5e146103bf57806370a08231146103dd578063715018a61461040d5780637541f41c1461041757610206565b8063302757441461031d578063313ce567146103395780633950935114610357578063404e51291461038757610206565b806316c02129116101d957806316c021291461028157806318160ddd146102b15780631ab99e12146102cf57806323b872dd146102ed57610206565b806303417ed51461020b57806306fdde0314610215578063095ea7b3146102335780631694505e14610263575b600080fd5b61021361065d565b005b61021d610691565b60405161022a91906127a5565b60405180910390f35b61024d60048036038101906102489190612023565b610723565b60405161025a919061276f565b60405180910390f35b61026b610746565b604051610278919061278a565b60405180910390f35b61029b60048036038101906102969190611f0a565b61076c565b6040516102a8919061276f565b60405180910390f35b6102b961078c565b6040516102c691906129a7565b60405180910390f35b6102d7610796565b6040516102e491906129a7565b60405180910390f35b61030760048036038101906103029190611f98565b61079c565b604051610314919061276f565b60405180910390f35b6103376004803603810190610332919061205f565b6107cb565b005b6103416107f0565b60405161034e9190612a1c565b60405180910390f35b610371600480360381019061036c9190612023565b6107f9565b60405161037e919061276f565b60405180910390f35b6103a1600480360381019061039c9190611fe7565b610830565b005b6103bd60048036038101906103b891906120d7565b610893565b005b6103c76108a0565b6040516103d49190612754565b60405180910390f35b6103f760048036038101906103f29190611f0a565b6108c6565b60405161040491906129a7565b60405180910390f35b61041561090f565b005b61041f610923565b60405161042c91906129a7565b60405180910390f35b61043d610929565b60405161044a9190612754565b60405180910390f35b61045b61094f565b604051610468919061276f565b60405180910390f35b610479610962565b604051610486919061276f565b60405180910390f35b610497610975565b6040516104a491906129a7565b60405180910390f35b6104b561097b565b6040516104c29190612754565b60405180910390f35b6104d36109a4565b6040516104e091906127a5565b60405180910390f35b61050360048036038101906104fe9190612023565b610a36565b604051610510919061276f565b60405180910390f35b610533600480360381019061052e9190612023565b610aad565b604051610540919061276f565b60405180910390f35b610563600480360381019061055e9190611f0a565b610ad0565b005b61056d610b1c565b60405161057a919061276f565b60405180910390f35b61059d60048036038101906105989190611fe7565b610b2f565b005b6105a7610b92565b005b6105c360048036038101906105be9190612088565b610bc6565b005b6105df60048036038101906105da9190611f5c565b610bfb565b6040516105ec91906129a7565b60405180910390f35b61060f600480360381019061060a9190611f0a565b610c82565b60405161061c919061276f565b60405180910390f35b61063f600480360381019061063a9190611f0a565b610ca2565b005b61065b600480360381019061065691906120d7565b610d26565b005b610665610d38565b600660149054906101000a900460ff1615600660146101000a81548160ff021916908315150217905550565b6060600480546106a090612c5f565b80601f01602080910402602001604051908101604052809291908181526020018280546106cc90612c5f565b80156107195780601f106106ee57610100808354040283529160200191610719565b820191906000526020600020905b8154815290600101906020018083116106fc57829003601f168201915b5050505050905090565b60008061072e610db6565b905061073b818585610dbe565b600191505092915050565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600c6020528060005260406000206000915054906101000a900460ff1681565b6000600354905090565b60085481565b6000806107a7610db6565b90506107b4858285610f89565b6107bf858585611015565b60019150509392505050565b6107d3610d38565b80600660156101000a81548160ff02191690831515021790555050565b60006012905090565b600080610804610db6565b90506108258185856108168589610bfb565b6108209190612a8c565b610dbe565b600191505092915050565b610838610d38565b80600c60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b61089d33826113da565b50565b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610917610d38565b61092160006115aa565b565b60095481565b600a60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600660169054906101000a900460ff1681565b600660149054906101000a900460ff1681565b60075481565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600580546109b390612c5f565b80601f01602080910402602001604051908101604052809291908181526020018280546109df90612c5f565b8015610a2c5780601f10610a0157610100808354040283529160200191610a2c565b820191906000526020600020905b815481529060010190602001808311610a0f57829003601f168201915b5050505050905090565b600080610a41610db6565b90506000610a4f8286610bfb565b905083811015610a94576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a8b90612967565b60405180910390fd5b610aa18286868403610dbe565b60019250505092915050565b600080610ab8610db6565b9050610ac5818585611015565b600191505092915050565b610ad8610d38565b80600a60016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600660159054906101000a900460ff1681565b610b37610d38565b80600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b610b9a610d38565b600660169054906101000a900460ff1615600660166101000a81548160ff021916908315150217905550565b610bce610d38565b82600660146101000a81548160ff0219169083151502179055508160078190555080600881905550505050565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600d6020528060005260406000206000915054906101000a900460ff1681565b610caa610d38565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610d1a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d1190612807565b60405180910390fd5b610d23816115aa565b50565b610d2e610d38565b8060098190555050565b610d40610db6565b73ffffffffffffffffffffffffffffffffffffffff16610d5e61097b565b73ffffffffffffffffffffffffffffffffffffffff1614610db4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dab906128c7565b60405180910390fd5b565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610e2e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e2590612947565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610e9e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e9590612827565b60405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610f7c91906129a7565b60405180910390a3505050565b6000610f958484610bfb565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff811461100f5781811015611001576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ff890612867565b60405180910390fd5b61100e8484848403610dbe565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611085576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161107c90612927565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156110f5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110ec906127c7565b60405180910390fd5b60008111611138576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161112f90612847565b60405180910390fd5b6000600660159054906101000a900460ff16156112da57600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16141561121457600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16611213576064600954836112069190612b13565b6112109190612ae2565b90505b5b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156112d957600d60008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166112d8576064600954836112cb9190612b13565b6112d59190612ae2565b90505b5b5b60006112e5306108c6565b905060006103e860036112f661078c565b6113009190612b13565b61130a9190612ae2565b82101590508080156113295750600a60009054906101000a900460ff16155b80156113835750600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff1614155b156113915761139061166e565b5b60008311156113c657600083856113a89190612b6d565b90506113b5873086611999565b6113c0878783611999565b506113d2565b6113d1868686611999565b5b505050505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561144a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611441906128e7565b60405180910390fd5b61145682600083611c14565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156114dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114d4906127e7565b60405180910390fd5b818103600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600360008282540392505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161159191906129a7565b60405180910390a36115a583600084611eb1565b505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6001600a60006101000a81548160ff0219169083151502179055506000600267ffffffffffffffff8111156116cc577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280602002602001820160405280156116fa5781602001602082028036833780820191505090505b5090503081600081518110611738577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b1580156117da57600080fd5b505afa1580156117ee573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118129190611f33565b8160018151811061184c577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250506118bb30600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166118b6306108c6565b610dbe565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663791ac947611902306108c6565b600084600a60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16426040518663ffffffff1660e01b81526004016119499594939291906129c2565b600060405180830381600087803b15801561196357600080fd5b505af1158015611977573d6000803e3d6000fd5b50505050506000600a60006101000a81548160ff021916908315150217905550565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611a09576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a0090612927565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611a79576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a70906127c7565b60405180910390fd5b611a84838383611c14565b6000600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611b0b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0290612887565b60405180910390fd5b818103600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611bfb91906129a7565b60405180910390a3611c0e848484611eb1565b50505050565b600c60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16158015611cb85750600c60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b611cf7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cee90612987565b60405180910390fd5b600660169054906101000a900460ff1615611dc357611d1461097b565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161480611d7f5750611d5061097b565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b611dbe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611db590612907565b60405180910390fd5b611eac565b600660149054906101000a900460ff168015611e2c5750600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b15611eab5760075481611e3e846108c6565b611e489190612a8c565b11158015611e6b575060085481611e5e846108c6565b611e689190612a8c565b10155b611eaa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ea1906128a7565b60405180910390fd5b5b5b505050565b505050565b600081359050611ec581612d2f565b92915050565b600081519050611eda81612d2f565b92915050565b600081359050611eef81612d46565b92915050565b600081359050611f0481612d5d565b92915050565b600060208284031215611f1c57600080fd5b6000611f2a84828501611eb6565b91505092915050565b600060208284031215611f4557600080fd5b6000611f5384828501611ecb565b91505092915050565b60008060408385031215611f6f57600080fd5b6000611f7d85828601611eb6565b9250506020611f8e85828601611eb6565b9150509250929050565b600080600060608486031215611fad57600080fd5b6000611fbb86828701611eb6565b9350506020611fcc86828701611eb6565b9250506040611fdd86828701611ef5565b9150509250925092565b60008060408385031215611ffa57600080fd5b600061200885828601611eb6565b925050602061201985828601611ee0565b9150509250929050565b6000806040838503121561203657600080fd5b600061204485828601611eb6565b925050602061205585828601611ef5565b9150509250929050565b60006020828403121561207157600080fd5b600061207f84828501611ee0565b91505092915050565b60008060006060848603121561209d57600080fd5b60006120ab86828701611ee0565b93505060206120bc86828701611ef5565b92505060406120cd86828701611ef5565b9150509250925092565b6000602082840312156120e957600080fd5b60006120f784828501611ef5565b91505092915050565b600061210c8383612118565b60208301905092915050565b61212181612ba1565b82525050565b61213081612ba1565b82525050565b600061214182612a47565b61214b8185612a6a565b935061215683612a37565b8060005b8381101561218757815161216e8882612100565b975061217983612a5d565b92505060018101905061215a565b5085935050505092915050565b61219d81612bb3565b82525050565b6121ac81612bf6565b82525050565b6121bb81612c1a565b82525050565b60006121cc82612a52565b6121d68185612a7b565b93506121e6818560208601612c2c565b6121ef81612d1e565b840191505092915050565b6000612207602383612a7b565b91507f45524332303a207472616e7366657220746f20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061226d602283612a7b565b91507f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008301527f63650000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006122d3602683612a7b565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612339602283612a7b565b91507f45524332303a20617070726f766520746f20746865207a65726f20616464726560008301527f73730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061239f602683612a7b565b91507f45524332303a207472616e73666572206d75737420626520677265617465722060008301527f7468616e203000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612405601d83612a7b565b91507f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006000830152602082019050919050565b6000612445602683612a7b565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006124ab600683612a7b565b91507f466f7262696400000000000000000000000000000000000000000000000000006000830152602082019050919050565b60006124eb602083612a7b565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b600061252b602183612a7b565b91507f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008301527f73000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612591601683612a7b565b91507f74726164696e67206973206e6f742073746172746564000000000000000000006000830152602082019050919050565b60006125d1602583612a7b565b91507f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612637602483612a7b565b91507f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061269d602583612a7b565b91507f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008301527f207a65726f0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612703600b83612a7b565b91507f426c61636b6c69737465640000000000000000000000000000000000000000006000830152602082019050919050565b61273f81612bdf565b82525050565b61274e81612be9565b82525050565b60006020820190506127696000830184612127565b92915050565b60006020820190506127846000830184612194565b92915050565b600060208201905061279f60008301846121a3565b92915050565b600060208201905081810360008301526127bf81846121c1565b905092915050565b600060208201905081810360008301526127e0816121fa565b9050919050565b6000602082019050818103600083015261280081612260565b9050919050565b60006020820190508181036000830152612820816122c6565b9050919050565b600060208201905081810360008301526128408161232c565b9050919050565b6000602082019050818103600083015261286081612392565b9050919050565b60006020820190508181036000830152612880816123f8565b9050919050565b600060208201905081810360008301526128a081612438565b9050919050565b600060208201905081810360008301526128c08161249e565b9050919050565b600060208201905081810360008301526128e0816124de565b9050919050565b600060208201905081810360008301526129008161251e565b9050919050565b6000602082019050818103600083015261292081612584565b9050919050565b60006020820190508181036000830152612940816125c4565b9050919050565b600060208201905081810360008301526129608161262a565b9050919050565b6000602082019050818103600083015261298081612690565b9050919050565b600060208201905081810360008301526129a0816126f6565b9050919050565b60006020820190506129bc6000830184612736565b92915050565b600060a0820190506129d76000830188612736565b6129e460208301876121b2565b81810360408301526129f68186612136565b9050612a056060830185612127565b612a126080830184612736565b9695505050505050565b6000602082019050612a316000830184612745565b92915050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b6000612a9782612bdf565b9150612aa283612bdf565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115612ad757612ad6612c91565b5b828201905092915050565b6000612aed82612bdf565b9150612af883612bdf565b925082612b0857612b07612cc0565b5b828204905092915050565b6000612b1e82612bdf565b9150612b2983612bdf565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615612b6257612b61612c91565b5b828202905092915050565b6000612b7882612bdf565b9150612b8383612bdf565b925082821015612b9657612b95612c91565b5b828203905092915050565b6000612bac82612bbf565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b6000612c0182612c08565b9050919050565b6000612c1382612bbf565b9050919050565b6000612c2582612bdf565b9050919050565b60005b83811015612c4a578082015181840152602081019050612c2f565b83811115612c59576000848401525b50505050565b60006002820490506001821680612c7757607f821691505b60208210811415612c8b57612c8a612cef565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000601f19601f8301169050919050565b612d3881612ba1565b8114612d4357600080fd5b50565b612d4f81612bb3565b8114612d5a57600080fd5b50565b612d6681612bdf565b8114612d7157600080fd5b5056fea2646970667358221220751072cafcd34e01e57242b0e0248fc4b8326177088dd5ce94ca54ba33ad115264736f6c63430008000033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106102065760003560e01c806375f0a8741161011a578063bb85c6d1116100ad578063d07ea4e21161007c578063d07ea4e2146105a9578063dd62ed3e146105c5578063e0bf7fd1146105f5578063f2fde38b14610625578063fc06b26a1461064157610206565b8063bb85c6d114610549578063bff51ef814610565578063c024666814610583578063c4ae31681461059f57610206565b80638da5cb5b116100e95780638da5cb5b146104ad57806395d89b41146104cb578063a457c2d7146104e9578063a9059cbb1461051957610206565b806375f0a874146104355780638456cb5914610453578063860a32ec1461047157806389f9a1d31461048f57610206565b8063302757441161019d57806342966c681161016c57806342966c68146103a357806349bd5a5e146103bf57806370a08231146103dd578063715018a61461040d5780637541f41c1461041757610206565b8063302757441461031d578063313ce567146103395780633950935114610357578063404e51291461038757610206565b806316c02129116101d957806316c021291461028157806318160ddd146102b15780631ab99e12146102cf57806323b872dd146102ed57610206565b806303417ed51461020b57806306fdde0314610215578063095ea7b3146102335780631694505e14610263575b600080fd5b61021361065d565b005b61021d610691565b60405161022a91906127a5565b60405180910390f35b61024d60048036038101906102489190612023565b610723565b60405161025a919061276f565b60405180910390f35b61026b610746565b604051610278919061278a565b60405180910390f35b61029b60048036038101906102969190611f0a565b61076c565b6040516102a8919061276f565b60405180910390f35b6102b961078c565b6040516102c691906129a7565b60405180910390f35b6102d7610796565b6040516102e491906129a7565b60405180910390f35b61030760048036038101906103029190611f98565b61079c565b604051610314919061276f565b60405180910390f35b6103376004803603810190610332919061205f565b6107cb565b005b6103416107f0565b60405161034e9190612a1c565b60405180910390f35b610371600480360381019061036c9190612023565b6107f9565b60405161037e919061276f565b60405180910390f35b6103a1600480360381019061039c9190611fe7565b610830565b005b6103bd60048036038101906103b891906120d7565b610893565b005b6103c76108a0565b6040516103d49190612754565b60405180910390f35b6103f760048036038101906103f29190611f0a565b6108c6565b60405161040491906129a7565b60405180910390f35b61041561090f565b005b61041f610923565b60405161042c91906129a7565b60405180910390f35b61043d610929565b60405161044a9190612754565b60405180910390f35b61045b61094f565b604051610468919061276f565b60405180910390f35b610479610962565b604051610486919061276f565b60405180910390f35b610497610975565b6040516104a491906129a7565b60405180910390f35b6104b561097b565b6040516104c29190612754565b60405180910390f35b6104d36109a4565b6040516104e091906127a5565b60405180910390f35b61050360048036038101906104fe9190612023565b610a36565b604051610510919061276f565b60405180910390f35b610533600480360381019061052e9190612023565b610aad565b604051610540919061276f565b60405180910390f35b610563600480360381019061055e9190611f0a565b610ad0565b005b61056d610b1c565b60405161057a919061276f565b60405180910390f35b61059d60048036038101906105989190611fe7565b610b2f565b005b6105a7610b92565b005b6105c360048036038101906105be9190612088565b610bc6565b005b6105df60048036038101906105da9190611f5c565b610bfb565b6040516105ec91906129a7565b60405180910390f35b61060f600480360381019061060a9190611f0a565b610c82565b60405161061c919061276f565b60405180910390f35b61063f600480360381019061063a9190611f0a565b610ca2565b005b61065b600480360381019061065691906120d7565b610d26565b005b610665610d38565b600660149054906101000a900460ff1615600660146101000a81548160ff021916908315150217905550565b6060600480546106a090612c5f565b80601f01602080910402602001604051908101604052809291908181526020018280546106cc90612c5f565b80156107195780601f106106ee57610100808354040283529160200191610719565b820191906000526020600020905b8154815290600101906020018083116106fc57829003601f168201915b5050505050905090565b60008061072e610db6565b905061073b818585610dbe565b600191505092915050565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600c6020528060005260406000206000915054906101000a900460ff1681565b6000600354905090565b60085481565b6000806107a7610db6565b90506107b4858285610f89565b6107bf858585611015565b60019150509392505050565b6107d3610d38565b80600660156101000a81548160ff02191690831515021790555050565b60006012905090565b600080610804610db6565b90506108258185856108168589610bfb565b6108209190612a8c565b610dbe565b600191505092915050565b610838610d38565b80600c60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b61089d33826113da565b50565b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610917610d38565b61092160006115aa565b565b60095481565b600a60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600660169054906101000a900460ff1681565b600660149054906101000a900460ff1681565b60075481565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600580546109b390612c5f565b80601f01602080910402602001604051908101604052809291908181526020018280546109df90612c5f565b8015610a2c5780601f10610a0157610100808354040283529160200191610a2c565b820191906000526020600020905b815481529060010190602001808311610a0f57829003601f168201915b5050505050905090565b600080610a41610db6565b90506000610a4f8286610bfb565b905083811015610a94576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a8b90612967565b60405180910390fd5b610aa18286868403610dbe565b60019250505092915050565b600080610ab8610db6565b9050610ac5818585611015565b600191505092915050565b610ad8610d38565b80600a60016101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600660159054906101000a900460ff1681565b610b37610d38565b80600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055505050565b610b9a610d38565b600660169054906101000a900460ff1615600660166101000a81548160ff021916908315150217905550565b610bce610d38565b82600660146101000a81548160ff0219169083151502179055508160078190555080600881905550505050565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600d6020528060005260406000206000915054906101000a900460ff1681565b610caa610d38565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610d1a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d1190612807565b60405180910390fd5b610d23816115aa565b50565b610d2e610d38565b8060098190555050565b610d40610db6565b73ffffffffffffffffffffffffffffffffffffffff16610d5e61097b565b73ffffffffffffffffffffffffffffffffffffffff1614610db4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dab906128c7565b60405180910390fd5b565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610e2e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e2590612947565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610e9e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e9590612827565b60405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610f7c91906129a7565b60405180910390a3505050565b6000610f958484610bfb565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff811461100f5781811015611001576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ff890612867565b60405180910390fd5b61100e8484848403610dbe565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611085576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161107c90612927565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614156110f5576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110ec906127c7565b60405180910390fd5b60008111611138576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161112f90612847565b60405180910390fd5b6000600660159054906101000a900460ff16156112da57600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16141561121457600d60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16611213576064600954836112069190612b13565b6112109190612ae2565b90505b5b600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156112d957600d60008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff166112d8576064600954836112cb9190612b13565b6112d59190612ae2565b90505b5b5b60006112e5306108c6565b905060006103e860036112f661078c565b6113009190612b13565b61130a9190612ae2565b82101590508080156113295750600a60009054906101000a900460ff16155b80156113835750600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168673ffffffffffffffffffffffffffffffffffffffff1614155b156113915761139061166e565b5b60008311156113c657600083856113a89190612b6d565b90506113b5873086611999565b6113c0878783611999565b506113d2565b6113d1868686611999565b5b505050505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561144a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611441906128e7565b60405180910390fd5b61145682600083611c14565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156114dd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016114d4906127e7565b60405180910390fd5b818103600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600360008282540392505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef8460405161159191906129a7565b60405180910390a36115a583600084611eb1565b505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6001600a60006101000a81548160ff0219169083151502179055506000600267ffffffffffffffff8111156116cc577f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b6040519080825280602002602001820160405280156116fa5781602001602082028036833780820191505090505b5090503081600081518110611738577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b815260040160206040518083038186803b1580156117da57600080fd5b505afa1580156117ee573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118129190611f33565b8160018151811061184c577f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250506118bb30600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff166118b6306108c6565b610dbe565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1663791ac947611902306108c6565b600084600a60019054906101000a900473ffffffffffffffffffffffffffffffffffffffff16426040518663ffffffff1660e01b81526004016119499594939291906129c2565b600060405180830381600087803b15801561196357600080fd5b505af1158015611977573d6000803e3d6000fd5b50505050506000600a60006101000a81548160ff021916908315150217905550565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611a09576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a0090612927565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611a79576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a70906127c7565b60405180910390fd5b611a84838383611c14565b6000600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015611b0b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611b0290612887565b60405180910390fd5b818103600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611bfb91906129a7565b60405180910390a3611c0e848484611eb1565b50505050565b600c60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16158015611cb85750600c60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b611cf7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cee90612987565b60405180910390fd5b600660169054906101000a900460ff1615611dc357611d1461097b565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161480611d7f5750611d5061097b565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b611dbe576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611db590612907565b60405180910390fd5b611eac565b600660149054906101000a900460ff168015611e2c5750600b60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b15611eab5760075481611e3e846108c6565b611e489190612a8c565b11158015611e6b575060085481611e5e846108c6565b611e689190612a8c565b10155b611eaa576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611ea1906128a7565b60405180910390fd5b5b5b505050565b505050565b600081359050611ec581612d2f565b92915050565b600081519050611eda81612d2f565b92915050565b600081359050611eef81612d46565b92915050565b600081359050611f0481612d5d565b92915050565b600060208284031215611f1c57600080fd5b6000611f2a84828501611eb6565b91505092915050565b600060208284031215611f4557600080fd5b6000611f5384828501611ecb565b91505092915050565b60008060408385031215611f6f57600080fd5b6000611f7d85828601611eb6565b9250506020611f8e85828601611eb6565b9150509250929050565b600080600060608486031215611fad57600080fd5b6000611fbb86828701611eb6565b9350506020611fcc86828701611eb6565b9250506040611fdd86828701611ef5565b9150509250925092565b60008060408385031215611ffa57600080fd5b600061200885828601611eb6565b925050602061201985828601611ee0565b9150509250929050565b6000806040838503121561203657600080fd5b600061204485828601611eb6565b925050602061205585828601611ef5565b9150509250929050565b60006020828403121561207157600080fd5b600061207f84828501611ee0565b91505092915050565b60008060006060848603121561209d57600080fd5b60006120ab86828701611ee0565b93505060206120bc86828701611ef5565b92505060406120cd86828701611ef5565b9150509250925092565b6000602082840312156120e957600080fd5b60006120f784828501611ef5565b91505092915050565b600061210c8383612118565b60208301905092915050565b61212181612ba1565b82525050565b61213081612ba1565b82525050565b600061214182612a47565b61214b8185612a6a565b935061215683612a37565b8060005b8381101561218757815161216e8882612100565b975061217983612a5d565b92505060018101905061215a565b5085935050505092915050565b61219d81612bb3565b82525050565b6121ac81612bf6565b82525050565b6121bb81612c1a565b82525050565b60006121cc82612a52565b6121d68185612a7b565b93506121e6818560208601612c2c565b6121ef81612d1e565b840191505092915050565b6000612207602383612a7b565b91507f45524332303a207472616e7366657220746f20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061226d602283612a7b565b91507f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008301527f63650000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006122d3602683612a7b565b91507f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008301527f64647265737300000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612339602283612a7b565b91507f45524332303a20617070726f766520746f20746865207a65726f20616464726560008301527f73730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061239f602683612a7b565b91507f45524332303a207472616e73666572206d75737420626520677265617465722060008301527f7468616e203000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612405601d83612a7b565b91507f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006000830152602082019050919050565b6000612445602683612a7b565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006124ab600683612a7b565b91507f466f7262696400000000000000000000000000000000000000000000000000006000830152602082019050919050565b60006124eb602083612a7b565b91507f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65726000830152602082019050919050565b600061252b602183612a7b565b91507f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008301527f73000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612591601683612a7b565b91507f74726164696e67206973206e6f742073746172746564000000000000000000006000830152602082019050919050565b60006125d1602583612a7b565b91507f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612637602483612a7b565b91507f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061269d602583612a7b565b91507f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008301527f207a65726f0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000612703600b83612a7b565b91507f426c61636b6c69737465640000000000000000000000000000000000000000006000830152602082019050919050565b61273f81612bdf565b82525050565b61274e81612be9565b82525050565b60006020820190506127696000830184612127565b92915050565b60006020820190506127846000830184612194565b92915050565b600060208201905061279f60008301846121a3565b92915050565b600060208201905081810360008301526127bf81846121c1565b905092915050565b600060208201905081810360008301526127e0816121fa565b9050919050565b6000602082019050818103600083015261280081612260565b9050919050565b60006020820190508181036000830152612820816122c6565b9050919050565b600060208201905081810360008301526128408161232c565b9050919050565b6000602082019050818103600083015261286081612392565b9050919050565b60006020820190508181036000830152612880816123f8565b9050919050565b600060208201905081810360008301526128a081612438565b9050919050565b600060208201905081810360008301526128c08161249e565b9050919050565b600060208201905081810360008301526128e0816124de565b9050919050565b600060208201905081810360008301526129008161251e565b9050919050565b6000602082019050818103600083015261292081612584565b9050919050565b60006020820190508181036000830152612940816125c4565b9050919050565b600060208201905081810360008301526129608161262a565b9050919050565b6000602082019050818103600083015261298081612690565b9050919050565b600060208201905081810360008301526129a0816126f6565b9050919050565b60006020820190506129bc6000830184612736565b92915050565b600060a0820190506129d76000830188612736565b6129e460208301876121b2565b81810360408301526129f68186612136565b9050612a056060830185612127565b612a126080830184612736565b9695505050505050565b6000602082019050612a316000830184612745565b92915050565b6000819050602082019050919050565b600081519050919050565b600081519050919050565b6000602082019050919050565b600082825260208201905092915050565b600082825260208201905092915050565b6000612a9782612bdf565b9150612aa283612bdf565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115612ad757612ad6612c91565b5b828201905092915050565b6000612aed82612bdf565b9150612af883612bdf565b925082612b0857612b07612cc0565b5b828204905092915050565b6000612b1e82612bdf565b9150612b2983612bdf565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0483118215151615612b6257612b61612c91565b5b828202905092915050565b6000612b7882612bdf565b9150612b8383612bdf565b925082821015612b9657612b95612c91565b5b828203905092915050565b6000612bac82612bbf565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b6000612c0182612c08565b9050919050565b6000612c1382612bbf565b9050919050565b6000612c2582612bdf565b9050919050565b60005b83811015612c4a578082015181840152602081019050612c2f565b83811115612c59576000848401525b50505050565b60006002820490506001821680612c7757607f821691505b60208210811415612c8b57612c8a612cef565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000601f19601f8301169050919050565b612d3881612ba1565b8114612d4357600080fd5b50565b612d4f81612bb3565b8114612d5a57600080fd5b50565b612d6681612bdf565b8114612d7157600080fd5b5056fea2646970667358221220751072cafcd34e01e57242b0e0248fc4b8326177088dd5ce94ca54ba33ad115264736f6c63430008000033

Deployed Bytecode Sourcemap

22320:5364:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27152:81;;;:::i;:::-;;7204:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9555:201;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;22363:41;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;22766:42;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8324:108;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;22544:31;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10336:295;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;27048:95;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;8166:93;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11040:238;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;27242:160;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;26958:81;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;22731:28;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8495:127;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21439:103;;;:::i;:::-;;22582:29;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;22649:75;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;22475:24;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;22411:19;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;22506:31;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;20791:87;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7423:104;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11781:436;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8828:193;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;26413:151;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;22437:31;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;26782:167;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;26696:76;;;:::i;:::-;;27411:270;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;9084:151;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;22815:51;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;21697:201;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;26573:115;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;27152:81;20677:13;:11;:13::i;:::-;27218:7:::1;;;;;;;;;;;27217:8;27207:7;;:18;;;;;;;;;;;;;;;;;;27152:81::o:0;7204:100::-;7258:13;7291:5;7284:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7204:100;:::o;9555:201::-;9638:4;9655:13;9671:12;:10;:12::i;:::-;9655:28;;9694:32;9703:5;9710:7;9719:6;9694:8;:32::i;:::-;9744:4;9737:11;;;9555:201;;;;:::o;22363:41::-;;;;;;;;;;;;;:::o;22766:42::-;;;;;;;;;;;;;;;;;;;;;;:::o;8324:108::-;8385:7;8412:12;;8405:19;;8324:108;:::o;22544:31::-;;;;:::o;10336:295::-;10467:4;10484:15;10502:12;:10;:12::i;:::-;10484:30;;10525:38;10541:4;10547:7;10556:6;10525:15;:38::i;:::-;10574:27;10584:4;10590:2;10594:6;10574:9;:27::i;:::-;10619:4;10612:11;;;10336:295;;;;;:::o;27048:95::-;20677:13;:11;:13::i;:::-;27128:7:::1;27113:12;;:22;;;;;;;;;;;;;;;;;;27048:95:::0;:::o;8166:93::-;8224:5;8249:2;8242:9;;8166:93;:::o;11040:238::-;11128:4;11145:13;11161:12;:10;:12::i;:::-;11145:28;;11184:64;11193:5;11200:7;11237:10;11209:25;11219:5;11226:7;11209:9;:25::i;:::-;:38;;;;:::i;:::-;11184:8;:64::i;:::-;11266:4;11259:11;;;11040:238;;;;:::o;27242:160::-;20677:13;:11;:13::i;:::-;27379:15:::1;27356:10;:20;27367:8;27356:20;;;;;;;;;;;;;;;;:38;;;;;;;;;;;;;;;;;;27242:160:::0;;:::o;26958:81::-;27007:24;27013:10;27025:5;27007;:24::i;:::-;26958:81;:::o;22731:28::-;;;;;;;;;;;;;:::o;8495:127::-;8569:7;8596:9;:18;8606:7;8596:18;;;;;;;;;;;;;;;;8589:25;;8495:127;;;:::o;21439:103::-;20677:13;:11;:13::i;:::-;21504:30:::1;21531:1;21504:18;:30::i;:::-;21439:103::o:0;22582:29::-;;;;:::o;22649:75::-;;;;;;;;;;;;;:::o;22475:24::-;;;;;;;;;;;;;:::o;22411:19::-;;;;;;;;;;;;;:::o;22506:31::-;;;;:::o;20791:87::-;20837:7;20864:6;;;;;;;;;;;20857:13;;20791:87;:::o;7423:104::-;7479:13;7512:7;7505:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7423:104;:::o;11781:436::-;11874:4;11891:13;11907:12;:10;:12::i;:::-;11891:28;;11930:24;11957:25;11967:5;11974:7;11957:9;:25::i;:::-;11930:52;;12021:15;12001:16;:35;;11993:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;12114:60;12123:5;12130:7;12158:15;12139:16;:34;12114:8;:60::i;:::-;12205:4;12198:11;;;;11781:436;;;;:::o;8828:193::-;8907:4;8924:13;8940:12;:10;:12::i;:::-;8924:28;;8963;8973:5;8980:2;8984:6;8963:9;:28::i;:::-;9009:4;9002:11;;;8828:193;;;;:::o;26413:151::-;20677:13;:11;:13::i;:::-;26537:19:::1;26519:15;;:37;;;;;;;;;;;;;;;;;;26413:151:::0;:::o;22437:31::-;;;;;;;;;;;;;:::o;26782:167::-;20677:13;:11;:13::i;:::-;26930:11:::1;26898:19;:29;26918:8;26898:29;;;;;;;;;;;;;;;;:43;;;;;;;;;;;;;;;;;;26782:167:::0;;:::o;26696:76::-;20677:13;:11;:13::i;:::-;26758:5:::1;;;;;;;;;;;26757:6;26749:5;;:14;;;;;;;;;;;;;;;;;;26696:76::o:0;27411:270::-;20677:13;:11;:13::i;:::-;27571:8:::1;27561:7;;:18;;;;;;;;;;;;;;;;;;27609:17;27590:16;:36;;;;27656:17;27637:16;:36;;;;27411:270:::0;;;:::o;9084:151::-;9173:7;9200:11;:18;9212:5;9200:18;;;;;;;;;;;;;;;:27;9219:7;9200:27;;;;;;;;;;;;;;;;9193:34;;9084:151;;;;:::o;22815:51::-;;;;;;;;;;;;;;;;;;;;;;:::o;21697:201::-;20677:13;:11;:13::i;:::-;21806:1:::1;21786:22;;:8;:22;;;;21778:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;21862:28;21881:8;21862:18;:28::i;:::-;21697:201:::0;:::o;26573:115::-;20677:13;:11;:13::i;:::-;26666:14:::1;26653:10;:27;;;;26573:115:::0;:::o;20956:132::-;21031:12;:10;:12::i;:::-;21020:23;;:7;:5;:7::i;:::-;:23;;;21012:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;20956:132::o;4846:98::-;4899:7;4926:10;4919:17;;4846:98;:::o;15808:380::-;15961:1;15944:19;;:5;:19;;;;15936:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;16042:1;16023:21;;:7;:21;;;;16015:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;16126:6;16096:11;:18;16108:5;16096:18;;;;;;;;;;;;;;;:27;16115:7;16096:27;;;;;;;;;;;;;;;:36;;;;16164:7;16148:32;;16157:5;16148:32;;;16173:6;16148:32;;;;;;:::i;:::-;;;;;;;;15808:380;;;:::o;16479:453::-;16614:24;16641:25;16651:5;16658:7;16641:9;:25::i;:::-;16614:52;;16701:17;16681:16;:37;16677:248;;16763:6;16743:16;:26;;16735:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;16847:51;16856:5;16863:7;16891:6;16872:16;:25;16847:8;:51::i;:::-;16677:248;16479:453;;;;:::o;23711:1380::-;23859:1;23843:18;;:4;:18;;;;23835:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;23936:1;23922:16;;:2;:16;;;;23914:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;24006:1;23997:6;:10;23989:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;24064:17;24096:12;;;;;;;;;;;24092:409;;;24137:13;;;;;;;;;;;24129:21;;:4;:21;;;24125:178;;;24202:19;:23;24222:2;24202:23;;;;;;;;;;;;;;;;;;;;;;;;;24197:90;;24284:3;24270:10;;24261:6;:19;;;;:::i;:::-;24260:27;;;;:::i;:::-;24248:39;;24197:90;24125:178;24348:13;;;;;;;;;;;24342:19;;:2;:19;;;24338:152;;;24387:19;:25;24407:4;24387:25;;;;;;;;;;;;;;;;;;;;;;;;;24382:92;;24471:3;24457:10;;24448:6;:19;;;;:::i;:::-;24447:27;;;;:::i;:::-;24435:39;;24382:92;24338:152;24092:409;24514:28;24545:24;24563:4;24545:9;:24::i;:::-;24514:55;;24580:24;24666:4;24661:1;24645:13;:11;:13::i;:::-;:17;;;;:::i;:::-;24644:26;;;;:::i;:::-;24607:20;:63;;24580:90;;24688:19;:36;;;;;24712:12;;;;;;;;;;;24711:13;24688:36;:61;;;;;24736:13;;;;;;;;;;;24728:21;;:4;:21;;;;24688:61;24684:105;;;24766:11;:9;:11::i;:::-;24684:105;24835:1;24823:9;:13;24819:265;;;24853:18;24883:9;24874:6;:18;;;;:::i;:::-;24853:39;;24907:47;24923:4;24937;24944:9;24907:15;:47::i;:::-;24969:37;24985:4;24991:2;24995:10;24969:15;:37::i;:::-;24819:265;;;;25039:33;25055:4;25061:2;25065:6;25039:15;:33::i;:::-;24819:265;23711:1380;;;;;;:::o;14695:675::-;14798:1;14779:21;;:7;:21;;;;14771:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;14851:49;14872:7;14889:1;14893:6;14851:20;:49::i;:::-;14913:22;14938:9;:18;14948:7;14938:18;;;;;;;;;;;;;;;;14913:43;;14993:6;14975:14;:24;;14967:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;15112:6;15095:14;:23;15074:9;:18;15084:7;15074:18;;;;;;;;;;;;;;;:44;;;;15229:6;15213:12;;:22;;;;;;;;;;;15290:1;15264:37;;15273:7;15264:37;;;15294:6;15264:37;;;;;;:::i;:::-;;;;;;;;15314:48;15334:7;15351:1;15355:6;15314:19;:48::i;:::-;14695:675;;;:::o;22058:191::-;22132:16;22151:6;;;;;;;;;;;22132:25;;22177:8;22168:6;;:17;;;;;;;;;;;;;;;;;;22232:8;22201:40;;22222:8;22201:40;;;;;;;;;;;;22058:191;;:::o;25100:656::-;22925:4;22910:12;;:19;;;;;;;;;;;;;;;;;;25213:21:::1;25251:1;25237:16;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;25213:40;;25282:4;25264;25269:1;25264:7;;;;;;;;;;;;;;;;;;;;;:23;;;;;;;;;::::0;::::1;25308:15;;;;;;;;;;;:20;;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;25298:4;25303:1;25298:7;;;;;;;;;;;;;;;;;;;;;:32;;;;;;;;;::::0;::::1;25344:125;25375:4;25403:15;;;;;;;;;;;25434:24;25452:4;25434:9;:24::i;:::-;25344:8;:125::i;:::-;25509:15;;;;;;;;;;;:66;;;25590:24;25608:4;25590:9;:24::i;:::-;25629:1;25673:4;25692:15;;;;;;;;;;;25722;25509:239;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;22940:1;22967:5:::0;22952:12;;:20;;;;;;;;;;;;;;;;;;25100:656::o;12687:840::-;12834:1;12818:18;;:4;:18;;;;12810:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;12911:1;12897:16;;:2;:16;;;;12889:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;12966:38;12987:4;12993:2;12997:6;12966:20;:38::i;:::-;13017:19;13039:9;:15;13049:4;13039:15;;;;;;;;;;;;;;;;13017:37;;13088:6;13073:11;:21;;13065:72;;;;;;;;;;;;:::i;:::-;;;;;;;;;13205:6;13191:11;:20;13173:9;:15;13183:4;13173:15;;;;;;;;;;;;;;;:38;;;;13408:6;13391:9;:13;13401:2;13391:13;;;;;;;;;;;;;;;;:23;;;;;;;;;;;13458:2;13443:26;;13452:4;13443:26;;;13462:6;13443:26;;;;;;:::i;:::-;;;;;;;;13482:37;13502:4;13508:2;13512:6;13482:19;:37::i;:::-;12687:840;;;;:::o;25765:639::-;25917:10;:14;25928:2;25917:14;;;;;;;;;;;;;;;;;;;;;;;;;25916:15;:36;;;;;25936:10;:16;25947:4;25936:16;;;;;;;;;;;;;;;;;;;;;;;;;25935:17;25916:36;25908:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;26001:5;;;;;;;;;;;25997:126;;;26039:7;:5;:7::i;:::-;26031:15;;:4;:15;;;:32;;;;26056:7;:5;:7::i;:::-;26050:13;;:2;:13;;;26031:32;26023:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;26105:7;;25997:126;26147:7;;;;;;;;;;;:32;;;;;26166:13;;;;;;;;;;;26158:21;;:4;:21;;;26147:32;26143:254;;;26254:16;;26244:6;26222:19;26238:2;26222:15;:19::i;:::-;:28;;;;:::i;:::-;:48;;:121;;;;;26327:16;;26317:6;26295:19;26311:2;26295:15;:19::i;:::-;:28;;;;:::i;:::-;:48;;26222:121;26196:189;;;;;;;;;;;;:::i;:::-;;;;;;;;;26143:254;25765:639;;;;:::o;18261:124::-;;;;:::o;7:139:1:-;;91:6;78:20;69:29;;107:33;134:5;107:33;:::i;:::-;59:87;;;;:::o;152:143::-;;240:6;234:13;225:22;;256:33;283:5;256:33;:::i;:::-;215:80;;;;:::o;301:133::-;;382:6;369:20;360:29;;398:30;422:5;398:30;:::i;:::-;350:84;;;;:::o;440:139::-;;524:6;511:20;502:29;;540:33;567:5;540:33;:::i;:::-;492:87;;;;:::o;585:262::-;;693:2;681:9;672:7;668:23;664:32;661:2;;;709:1;706;699:12;661:2;752:1;777:53;822:7;813:6;802:9;798:22;777:53;:::i;:::-;767:63;;723:117;651:196;;;;:::o;853:284::-;;972:2;960:9;951:7;947:23;943:32;940:2;;;988:1;985;978:12;940:2;1031:1;1056:64;1112:7;1103:6;1092:9;1088:22;1056:64;:::i;:::-;1046:74;;1002:128;930:207;;;;:::o;1143:407::-;;;1268:2;1256:9;1247:7;1243:23;1239:32;1236:2;;;1284:1;1281;1274:12;1236:2;1327:1;1352:53;1397:7;1388:6;1377:9;1373:22;1352:53;:::i;:::-;1342:63;;1298:117;1454:2;1480:53;1525:7;1516:6;1505:9;1501:22;1480:53;:::i;:::-;1470:63;;1425:118;1226:324;;;;;:::o;1556:552::-;;;;1698:2;1686:9;1677:7;1673:23;1669:32;1666:2;;;1714:1;1711;1704:12;1666:2;1757:1;1782:53;1827:7;1818:6;1807:9;1803:22;1782:53;:::i;:::-;1772:63;;1728:117;1884:2;1910:53;1955:7;1946:6;1935:9;1931:22;1910:53;:::i;:::-;1900:63;;1855:118;2012:2;2038:53;2083:7;2074:6;2063:9;2059:22;2038:53;:::i;:::-;2028:63;;1983:118;1656:452;;;;;:::o;2114:401::-;;;2236:2;2224:9;2215:7;2211:23;2207:32;2204:2;;;2252:1;2249;2242:12;2204:2;2295:1;2320:53;2365:7;2356:6;2345:9;2341:22;2320:53;:::i;:::-;2310:63;;2266:117;2422:2;2448:50;2490:7;2481:6;2470:9;2466:22;2448:50;:::i;:::-;2438:60;;2393:115;2194:321;;;;;:::o;2521:407::-;;;2646:2;2634:9;2625:7;2621:23;2617:32;2614:2;;;2662:1;2659;2652:12;2614:2;2705:1;2730:53;2775:7;2766:6;2755:9;2751:22;2730:53;:::i;:::-;2720:63;;2676:117;2832:2;2858:53;2903:7;2894:6;2883:9;2879:22;2858:53;:::i;:::-;2848:63;;2803:118;2604:324;;;;;:::o;2934:256::-;;3039:2;3027:9;3018:7;3014:23;3010:32;3007:2;;;3055:1;3052;3045:12;3007:2;3098:1;3123:50;3165:7;3156:6;3145:9;3141:22;3123:50;:::i;:::-;3113:60;;3069:114;2997:193;;;;:::o;3196:546::-;;;;3335:2;3323:9;3314:7;3310:23;3306:32;3303:2;;;3351:1;3348;3341:12;3303:2;3394:1;3419:50;3461:7;3452:6;3441:9;3437:22;3419:50;:::i;:::-;3409:60;;3365:114;3518:2;3544:53;3589:7;3580:6;3569:9;3565:22;3544:53;:::i;:::-;3534:63;;3489:118;3646:2;3672:53;3717:7;3708:6;3697:9;3693:22;3672:53;:::i;:::-;3662:63;;3617:118;3293:449;;;;;:::o;3748:262::-;;3856:2;3844:9;3835:7;3831:23;3827:32;3824:2;;;3872:1;3869;3862:12;3824:2;3915:1;3940:53;3985:7;3976:6;3965:9;3961:22;3940:53;:::i;:::-;3930:63;;3886:117;3814:196;;;;:::o;4016:179::-;;4106:46;4148:3;4140:6;4106:46;:::i;:::-;4184:4;4179:3;4175:14;4161:28;;4096:99;;;;:::o;4201:108::-;4278:24;4296:5;4278:24;:::i;:::-;4273:3;4266:37;4256:53;;:::o;4315:118::-;4402:24;4420:5;4402:24;:::i;:::-;4397:3;4390:37;4380:53;;:::o;4469:732::-;;4617:54;4665:5;4617:54;:::i;:::-;4687:86;4766:6;4761:3;4687:86;:::i;:::-;4680:93;;4797:56;4847:5;4797:56;:::i;:::-;4876:7;4907:1;4892:284;4917:6;4914:1;4911:13;4892:284;;;4993:6;4987:13;5020:63;5079:3;5064:13;5020:63;:::i;:::-;5013:70;;5106:60;5159:6;5106:60;:::i;:::-;5096:70;;4952:224;4939:1;4936;4932:9;4927:14;;4892:284;;;4896:14;5192:3;5185:10;;4593:608;;;;;;;:::o;5207:109::-;5288:21;5303:5;5288:21;:::i;:::-;5283:3;5276:34;5266:50;;:::o;5322:185::-;5436:64;5494:5;5436:64;:::i;:::-;5431:3;5424:77;5414:93;;:::o;5513:147::-;5608:45;5647:5;5608:45;:::i;:::-;5603:3;5596:58;5586:74;;:::o;5666:364::-;;5782:39;5815:5;5782:39;:::i;:::-;5837:71;5901:6;5896:3;5837:71;:::i;:::-;5830:78;;5917:52;5962:6;5957:3;5950:4;5943:5;5939:16;5917:52;:::i;:::-;5994:29;6016:6;5994:29;:::i;:::-;5989:3;5985:39;5978:46;;5758:272;;;;;:::o;6036:367::-;;6199:67;6263:2;6258:3;6199:67;:::i;:::-;6192:74;;6296:34;6292:1;6287:3;6283:11;6276:55;6362:5;6357:2;6352:3;6348:12;6341:27;6394:2;6389:3;6385:12;6378:19;;6182:221;;;:::o;6409:366::-;;6572:67;6636:2;6631:3;6572:67;:::i;:::-;6565:74;;6669:34;6665:1;6660:3;6656:11;6649:55;6735:4;6730:2;6725:3;6721:12;6714:26;6766:2;6761:3;6757:12;6750:19;;6555:220;;;:::o;6781:370::-;;6944:67;7008:2;7003:3;6944:67;:::i;:::-;6937:74;;7041:34;7037:1;7032:3;7028:11;7021:55;7107:8;7102:2;7097:3;7093:12;7086:30;7142:2;7137:3;7133:12;7126:19;;6927:224;;;:::o;7157:366::-;;7320:67;7384:2;7379:3;7320:67;:::i;:::-;7313:74;;7417:34;7413:1;7408:3;7404:11;7397:55;7483:4;7478:2;7473:3;7469:12;7462:26;7514:2;7509:3;7505:12;7498:19;;7303:220;;;:::o;7529:370::-;;7692:67;7756:2;7751:3;7692:67;:::i;:::-;7685:74;;7789:34;7785:1;7780:3;7776:11;7769:55;7855:8;7850:2;7845:3;7841:12;7834:30;7890:2;7885:3;7881:12;7874:19;;7675:224;;;:::o;7905:327::-;;8068:67;8132:2;8127:3;8068:67;:::i;:::-;8061:74;;8165:31;8161:1;8156:3;8152:11;8145:52;8223:2;8218:3;8214:12;8207:19;;8051:181;;;:::o;8238:370::-;;8401:67;8465:2;8460:3;8401:67;:::i;:::-;8394:74;;8498:34;8494:1;8489:3;8485:11;8478:55;8564:8;8559:2;8554:3;8550:12;8543:30;8599:2;8594:3;8590:12;8583:19;;8384:224;;;:::o;8614:303::-;;8777:66;8841:1;8836:3;8777:66;:::i;:::-;8770:73;;8873:8;8869:1;8864:3;8860:11;8853:29;8908:2;8903:3;8899:12;8892:19;;8760:157;;;:::o;8923:330::-;;9086:67;9150:2;9145:3;9086:67;:::i;:::-;9079:74;;9183:34;9179:1;9174:3;9170:11;9163:55;9244:2;9239:3;9235:12;9228:19;;9069:184;;;:::o;9259:365::-;;9422:67;9486:2;9481:3;9422:67;:::i;:::-;9415:74;;9519:34;9515:1;9510:3;9506:11;9499:55;9585:3;9580:2;9575:3;9571:12;9564:25;9615:2;9610:3;9606:12;9599:19;;9405:219;;;:::o;9630:320::-;;9793:67;9857:2;9852:3;9793:67;:::i;:::-;9786:74;;9890:24;9886:1;9881:3;9877:11;9870:45;9941:2;9936:3;9932:12;9925:19;;9776:174;;;:::o;9956:369::-;;10119:67;10183:2;10178:3;10119:67;:::i;:::-;10112:74;;10216:34;10212:1;10207:3;10203:11;10196:55;10282:7;10277:2;10272:3;10268:12;10261:29;10316:2;10311:3;10307:12;10300:19;;10102:223;;;:::o;10331:368::-;;10494:67;10558:2;10553:3;10494:67;:::i;:::-;10487:74;;10591:34;10587:1;10582:3;10578:11;10571:55;10657:6;10652:2;10647:3;10643:12;10636:28;10690:2;10685:3;10681:12;10674:19;;10477:222;;;:::o;10705:369::-;;10868:67;10932:2;10927:3;10868:67;:::i;:::-;10861:74;;10965:34;10961:1;10956:3;10952:11;10945:55;11031:7;11026:2;11021:3;11017:12;11010:29;11065:2;11060:3;11056:12;11049:19;;10851:223;;;:::o;11080:309::-;;11243:67;11307:2;11302:3;11243:67;:::i;:::-;11236:74;;11340:13;11336:1;11331:3;11327:11;11320:34;11380:2;11375:3;11371:12;11364:19;;11226:163;;;:::o;11395:118::-;11482:24;11500:5;11482:24;:::i;:::-;11477:3;11470:37;11460:53;;:::o;11519:112::-;11602:22;11618:5;11602:22;:::i;:::-;11597:3;11590:35;11580:51;;:::o;11637:222::-;;11768:2;11757:9;11753:18;11745:26;;11781:71;11849:1;11838:9;11834:17;11825:6;11781:71;:::i;:::-;11735:124;;;;:::o;11865:210::-;;11990:2;11979:9;11975:18;11967:26;;12003:65;12065:1;12054:9;12050:17;12041:6;12003:65;:::i;:::-;11957:118;;;;:::o;12081:276::-;;12239:2;12228:9;12224:18;12216:26;;12252:98;12347:1;12336:9;12332:17;12323:6;12252:98;:::i;:::-;12206:151;;;;:::o;12363:313::-;;12514:2;12503:9;12499:18;12491:26;;12563:9;12557:4;12553:20;12549:1;12538:9;12534:17;12527:47;12591:78;12664:4;12655:6;12591:78;:::i;:::-;12583:86;;12481:195;;;;:::o;12682:419::-;;12886:2;12875:9;12871:18;12863:26;;12935:9;12929:4;12925:20;12921:1;12910:9;12906:17;12899:47;12963:131;13089:4;12963:131;:::i;:::-;12955:139;;12853:248;;;:::o;13107:419::-;;13311:2;13300:9;13296:18;13288:26;;13360:9;13354:4;13350:20;13346:1;13335:9;13331:17;13324:47;13388:131;13514:4;13388:131;:::i;:::-;13380:139;;13278:248;;;:::o;13532:419::-;;13736:2;13725:9;13721:18;13713:26;;13785:9;13779:4;13775:20;13771:1;13760:9;13756:17;13749:47;13813:131;13939:4;13813:131;:::i;:::-;13805:139;;13703:248;;;:::o;13957:419::-;;14161:2;14150:9;14146:18;14138:26;;14210:9;14204:4;14200:20;14196:1;14185:9;14181:17;14174:47;14238:131;14364:4;14238:131;:::i;:::-;14230:139;;14128:248;;;:::o;14382:419::-;;14586:2;14575:9;14571:18;14563:26;;14635:9;14629:4;14625:20;14621:1;14610:9;14606:17;14599:47;14663:131;14789:4;14663:131;:::i;:::-;14655:139;;14553:248;;;:::o;14807:419::-;;15011:2;15000:9;14996:18;14988:26;;15060:9;15054:4;15050:20;15046:1;15035:9;15031:17;15024:47;15088:131;15214:4;15088:131;:::i;:::-;15080:139;;14978:248;;;:::o;15232:419::-;;15436:2;15425:9;15421:18;15413:26;;15485:9;15479:4;15475:20;15471:1;15460:9;15456:17;15449:47;15513:131;15639:4;15513:131;:::i;:::-;15505:139;;15403:248;;;:::o;15657:419::-;;15861:2;15850:9;15846:18;15838:26;;15910:9;15904:4;15900:20;15896:1;15885:9;15881:17;15874:47;15938:131;16064:4;15938:131;:::i;:::-;15930:139;;15828:248;;;:::o;16082:419::-;;16286:2;16275:9;16271:18;16263:26;;16335:9;16329:4;16325:20;16321:1;16310:9;16306:17;16299:47;16363:131;16489:4;16363:131;:::i;:::-;16355:139;;16253:248;;;:::o;16507:419::-;;16711:2;16700:9;16696:18;16688:26;;16760:9;16754:4;16750:20;16746:1;16735:9;16731:17;16724:47;16788:131;16914:4;16788:131;:::i;:::-;16780:139;;16678:248;;;:::o;16932:419::-;;17136:2;17125:9;17121:18;17113:26;;17185:9;17179:4;17175:20;17171:1;17160:9;17156:17;17149:47;17213:131;17339:4;17213:131;:::i;:::-;17205:139;;17103:248;;;:::o;17357:419::-;;17561:2;17550:9;17546:18;17538:26;;17610:9;17604:4;17600:20;17596:1;17585:9;17581:17;17574:47;17638:131;17764:4;17638:131;:::i;:::-;17630:139;;17528:248;;;:::o;17782:419::-;;17986:2;17975:9;17971:18;17963:26;;18035:9;18029:4;18025:20;18021:1;18010:9;18006:17;17999:47;18063:131;18189:4;18063:131;:::i;:::-;18055:139;;17953:248;;;:::o;18207:419::-;;18411:2;18400:9;18396:18;18388:26;;18460:9;18454:4;18450:20;18446:1;18435:9;18431:17;18424:47;18488:131;18614:4;18488:131;:::i;:::-;18480:139;;18378:248;;;:::o;18632:419::-;;18836:2;18825:9;18821:18;18813:26;;18885:9;18879:4;18875:20;18871:1;18860:9;18856:17;18849:47;18913:131;19039:4;18913:131;:::i;:::-;18905:139;;18803:248;;;:::o;19057:222::-;;19188:2;19177:9;19173:18;19165:26;;19201:71;19269:1;19258:9;19254:17;19245:6;19201:71;:::i;:::-;19155:124;;;;:::o;19285:831::-;;19586:3;19575:9;19571:19;19563:27;;19600:71;19668:1;19657:9;19653:17;19644:6;19600:71;:::i;:::-;19681:80;19757:2;19746:9;19742:18;19733:6;19681:80;:::i;:::-;19808:9;19802:4;19798:20;19793:2;19782:9;19778:18;19771:48;19836:108;19939:4;19930:6;19836:108;:::i;:::-;19828:116;;19954:72;20022:2;20011:9;20007:18;19998:6;19954:72;:::i;:::-;20036:73;20104:3;20093:9;20089:19;20080:6;20036:73;:::i;:::-;19553:563;;;;;;;;:::o;20122:214::-;;20249:2;20238:9;20234:18;20226:26;;20262:67;20326:1;20315:9;20311:17;20302:6;20262:67;:::i;:::-;20216:120;;;;:::o;20342:132::-;;20432:3;20424:11;;20462:4;20457:3;20453:14;20445:22;;20414:60;;;:::o;20480:114::-;;20581:5;20575:12;20565:22;;20554:40;;;:::o;20600:99::-;;20686:5;20680:12;20670:22;;20659:40;;;:::o;20705:113::-;;20807:4;20802:3;20798:14;20790:22;;20780:38;;;:::o;20824:184::-;;20957:6;20952:3;20945:19;20997:4;20992:3;20988:14;20973:29;;20935:73;;;;:::o;21014:169::-;;21132:6;21127:3;21120:19;21172:4;21167:3;21163:14;21148:29;;21110:73;;;;:::o;21189:305::-;;21248:20;21266:1;21248:20;:::i;:::-;21243:25;;21282:20;21300:1;21282:20;:::i;:::-;21277:25;;21436:1;21368:66;21364:74;21361:1;21358:81;21355:2;;;21442:18;;:::i;:::-;21355:2;21486:1;21483;21479:9;21472:16;;21233:261;;;;:::o;21500:185::-;;21557:20;21575:1;21557:20;:::i;:::-;21552:25;;21591:20;21609:1;21591:20;:::i;:::-;21586:25;;21630:1;21620:2;;21635:18;;:::i;:::-;21620:2;21677:1;21674;21670:9;21665:14;;21542:143;;;;:::o;21691:348::-;;21754:20;21772:1;21754:20;:::i;:::-;21749:25;;21788:20;21806:1;21788:20;:::i;:::-;21783:25;;21976:1;21908:66;21904:74;21901:1;21898:81;21893:1;21886:9;21879:17;21875:105;21872:2;;;21983:18;;:::i;:::-;21872:2;22031:1;22028;22024:9;22013:20;;21739:300;;;;:::o;22045:191::-;;22105:20;22123:1;22105:20;:::i;:::-;22100:25;;22139:20;22157:1;22139:20;:::i;:::-;22134:25;;22178:1;22175;22172:8;22169:2;;;22183:18;;:::i;:::-;22169:2;22228:1;22225;22221:9;22213:17;;22090:146;;;;:::o;22242:96::-;;22308:24;22326:5;22308:24;:::i;:::-;22297:35;;22287:51;;;:::o;22344:90::-;;22421:5;22414:13;22407:21;22396:32;;22386:48;;;:::o;22440:126::-;;22517:42;22510:5;22506:54;22495:65;;22485:81;;;:::o;22572:77::-;;22638:5;22627:16;;22617:32;;;:::o;22655:86::-;;22730:4;22723:5;22719:16;22708:27;;22698:43;;;:::o;22747:180::-;;22857:64;22915:5;22857:64;:::i;:::-;22844:77;;22834:93;;;:::o;22933:140::-;;23043:24;23061:5;23043:24;:::i;:::-;23030:37;;23020:53;;;:::o;23079:121::-;;23170:24;23188:5;23170:24;:::i;:::-;23157:37;;23147:53;;;:::o;23206:307::-;23274:1;23284:113;23298:6;23295:1;23292:13;23284:113;;;23383:1;23378:3;23374:11;23368:18;23364:1;23359:3;23355:11;23348:39;23320:2;23317:1;23313:10;23308:15;;23284:113;;;23415:6;23412:1;23409:13;23406:2;;;23495:1;23486:6;23481:3;23477:16;23470:27;23406:2;23255:258;;;;:::o;23519:320::-;;23600:1;23594:4;23590:12;23580:22;;23647:1;23641:4;23637:12;23668:18;23658:2;;23724:4;23716:6;23712:17;23702:27;;23658:2;23786;23778:6;23775:14;23755:18;23752:38;23749:2;;;23805:18;;:::i;:::-;23749:2;23570:269;;;;:::o;23845:180::-;23893:77;23890:1;23883:88;23990:4;23987:1;23980:15;24014:4;24011:1;24004:15;24031:180;24079:77;24076:1;24069:88;24176:4;24173:1;24166:15;24200:4;24197:1;24190:15;24217:180;24265:77;24262:1;24255:88;24362:4;24359:1;24352:15;24386:4;24383:1;24376:15;24403:102;;24495:2;24491:7;24486:2;24479:5;24475:14;24471:28;24461:38;;24451:54;;;:::o;24511:122::-;24584:24;24602:5;24584:24;:::i;:::-;24577:5;24574:35;24564:2;;24623:1;24620;24613:12;24564:2;24554:79;:::o;24639:116::-;24709:21;24724:5;24709:21;:::i;:::-;24702:5;24699:32;24689:2;;24745:1;24742;24735:12;24689:2;24679:76;:::o;24761:122::-;24834:24;24852:5;24834:24;:::i;:::-;24827:5;24824:35;24814:2;;24873:1;24870;24863:12;24814:2;24804:79;:::o

Swarm Source

ipfs://751072cafcd34e01e57242b0e0248fc4b8326177088dd5ce94ca54ba33ad1152
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.