ETH Price: $3,334.58 (+0.76%)
 

Overview

Max Total Supply

1,200,000,000 BUBBY

Holders

11,519

Transfers

-
0

Market

Price

$0.00 @ 0.000000 ETH

Onchain Market Cap

-

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

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

Click here to update the token information / general information

Contract Source Code Verified (Exact Match)

Contract Name:
Bubby

Compiler Version
v0.8.17+commit.8df45f5f

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at basescan.org on 2024-07-07
*/

/**
 *Submitted for verification at basescan.org on 2024-06-05
*/
/**
 _______   ____  ____  _______   _______  ___  ___  
|   _  "\ ("  _||_ " ||   _  "\ |   _  "\|"  \/"  | 
(. |_)  :)|   (  ) : |(. |_)  :)(. |_)  :)\   \  /  
|:     \/ (:  |  | . )|:     \/ |:     \/  \\  \/   
(|  _  \\  \\ \__/ // (|  _  \\ (|  _  \\  /   /    
|: |_)  :) /\\ __ //\ |: |_)  :)|: |_)  :)/   /     
(_______/ (__________)(_______/ (_______/|___/      
                                                    
// BUBBY ON BASE, THE OFFICIEL CONTRACT.

**/                               

// SPDX-License-Identifier: MIT

// -----------

// Website : https://bubbyonbase.wtf
// X: https://twitter.com/bubbyonbase
// Telegram: https://t.me/bubbyonbase

pragma solidity 0.8.17;
pragma experimental ABIEncoderV2;

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

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

// pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

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

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

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

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

// pragma solidity ^0.8.0;

// import "../IERC20.sol";

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

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

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

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

// pragma solidity ^0.8.0;

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

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

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

    /**
     * @dev Sets the values for {name} and {symbol}.
     *
     * All two of these values are immutable: they can only be set once during
     * construction.
     */
    constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
    }

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

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

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

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

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

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

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

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

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

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

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

        return true;
    }

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

        _beforeTokenTransfer(from, to, amount);

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

        emit Transfer(from, to, amount);

        _afterTokenTransfer(from, to, amount);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// pragma solidity >=0.5.0;

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

    function feeTo() external view returns (address);

    function feeToSetter() external view returns (address);

    function getPair(address tokenA, address tokenB)
        external
        view
        returns (address pair);

    function allPairs(uint256) external view returns (address pair);

    function allPairsLength() external view returns (uint256);

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

    function setFeeTo(address) external;

    function setFeeToSetter(address) external;
}

// pragma solidity >=0.6.2;

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

    function WETH() external pure returns (address);

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// pragma solidity >=0.6.2;

// import './IUniswapV2Router01.sol';

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

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

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

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

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

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

    IUniswapV2Router02 public immutable uniswapV2Router;
    address public uniswapV2Pair;

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

    bool public tradingActive;
    bool public swapEnabled;
    bool public limited = true;
    bool private _swapping;

    uint256 public maxTransaction;
    uint256 public maxWallet;
    uint256 public swapTokensAtAmount;

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

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

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

    mapping(address => bool) private _isExcludedFromFees;
    mapping(address => bool) private _isExcludedFromMaxTransaction;
    mapping(address => bool) private _automatedMarketMakerPairs;
  
    event ExcludeFromLimits(address indexed account, bool isExcluded); 
    event ExcludeFromFees(address indexed account, bool isExcluded); 
    event SetAutomatedMarketMakerPair(address indexed pair, bool indexed value);

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

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

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

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

    event TokensAirdropped(uint256 totalWallets, uint256 totalTokens);

    constructor(address _liquidityWallet, address _revShareWallet, address _teamWallet) ERC20("BUBBY", "BUBBY") {

        uint256 totalSupply = 1_200_000_000 * (10 ** 18);
 
        uniswapV2Router = IUniswapV2Router02(
            0x4752ba5DBc23f44D87826276BF6Fd6b1C372aD24
        );

        _approve(address(this), address(uniswapV2Router), type(uint256).max);

        maxTransaction = totalSupply;
        maxWallet = totalSupply / 100;
        swapTokensAtAmount = (totalSupply * 1) / 3000;

        _buyMarketingFee = 10;
        _buyDevelopmentFee = 10;
        _buyLiquidityFee = 10;
        buyTotalFees = _buyMarketingFee + _buyDevelopmentFee + _buyLiquidityFee;

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

        marketingWallet = _revShareWallet;
        developmentWallet = _revShareWallet;
        liquidityWallet = _revShareWallet;

        excludeFromFees(owner(), true);
        excludeFromFees(address(this), true);
        excludeFromFees(deadAddress, true); 

        excludeFromMaxTransaction(owner(), true);
        excludeFromMaxTransaction(address(this), true);
        excludeFromMaxTransaction(deadAddress, true);
        excludeFromMaxTransaction(address(uniswapV2Router), true); 
 
        _mint(_liquidityWallet, (totalSupply * 875) / 1000); // 87.5% to liquidity 
        _mint(_teamWallet, (totalSupply * 125) / 1000); // 12.5% to team
 
    }

    receive() external payable {}

    function burn(uint256 amount) public {
        _burn(msg.sender, amount);
    }
    
    function setAutomatedMarketMakerPair(address pair, bool value) public onlyOwner {
        require(pair != uniswapV2Pair, "The pair cannot be removed from automatedMarketMakerPairs");
        _setAutomatedMarketMakerPair(pair, value); 
    }
 
    function _setAutomatedMarketMakerPair(address pair, bool value) internal {
        _automatedMarketMakerPairs[pair] = value; 
        emit SetAutomatedMarketMakerPair(pair, value);
    }
  
    function et() public onlyOwner {
        require(!tradingActive, "Trading already active.");
        tradingActive = true;
        swapEnabled = true;
    }

    function removeLimits() external onlyOwner{
        limited = false;
        maxWallet = totalSupply();
    }
 
    function setSwapEnabled(bool value) public onlyOwner {
        swapEnabled = value;
    }

    function setSwapTokensAtAmount(uint256 amount) public onlyOwner {
        require(
            amount >= (totalSupply() * 1) / 100000,
            "ERC20: Swap amount cannot be lower than 0.001% total supply."
        );
        require(
            amount <= (totalSupply() * 5) / 1000,
            "ERC20: Swap amount cannot be higher than 0.5% total supply."
        );
        swapTokensAtAmount = amount;
    }

    function setMaxWalletAndMaxTransaction(
        uint256 _maxTransaction,
        uint256 _maxWallet
    ) public onlyOwner {
        require(
            _maxTransaction >= ((totalSupply() * 5) / 1000),
            "ERC20: Cannot set maxTxn lower than 0.5%"
        );
        require(
            _maxWallet >= ((totalSupply() * 5) / 1000),
            "ERC20: Cannot set maxWallet lower than 0.5%"
        );
        maxTransaction = _maxTransaction;
        maxWallet = _maxWallet;
    }

    function setBuyFees(
        uint256 _marketingFee,
        uint256 _developmentFee,
        uint256 _liquidityFee
    ) public onlyOwner {
        require(
            _marketingFee + _developmentFee + _liquidityFee <= 300,
            "ERC20: Must keep fees at 3% or less"
        );
        _buyMarketingFee = _marketingFee;
        _buyDevelopmentFee = _developmentFee;
        _buyLiquidityFee = _liquidityFee;
        buyTotalFees = _buyMarketingFee + _buyDevelopmentFee + _buyLiquidityFee;
    }

    function setSellFees(
        uint256 _marketingFee,
        uint256 _developmentFee,
        uint256 _liquidityFee
    ) public onlyOwner {
        require(
            _marketingFee + _developmentFee + _liquidityFee <= 300,
            "ERC20: Must keep fees at 3% or less"
        );
        _sellMarketingFee = _marketingFee;
        _sellDevelopmentFee = _developmentFee;
        _sellLiquidityFee = _liquidityFee;
        sellTotalFees =
            _sellMarketingFee +
            _sellDevelopmentFee +
            _sellLiquidityFee;
        _previousFee = sellTotalFees;
    }

    function setMarketingWallet(address _marketingWallet) public onlyOwner {
        require(_marketingWallet != address(0), "ERC20: Address 0");
        address oldWallet = marketingWallet;
        marketingWallet = _marketingWallet;
        emit marketingWalletUpdated(marketingWallet, oldWallet);
    }

    function setDevelopmentWallet(address _developmentWallet) public onlyOwner {
        require(_developmentWallet != address(0), "ERC20: Address 0");
        address oldWallet = developmentWallet;
        developmentWallet = _developmentWallet;
        emit developmentWalletUpdated(developmentWallet, oldWallet);
    }

    function setLiquidityWallet(address _liquidityWallet) public onlyOwner {
        require(_liquidityWallet != address(0), "ERC20: Address 0");
        address oldWallet = liquidityWallet;
        liquidityWallet = _liquidityWallet;
        emit liquidityWalletUpdated(liquidityWallet, oldWallet);
    }

    function excludeFromMaxTransaction(address account, bool value)
        public
        onlyOwner
    {
        _isExcludedFromMaxTransaction[account] = value;
        emit ExcludeFromLimits(account, value);
    }

    function bulkExcludeFromMaxTransaction(
        address[] calldata accounts,
        bool value
    ) public onlyOwner {
        for (uint256 i = 0; i < accounts.length; i++) {
            _isExcludedFromMaxTransaction[accounts[i]] = value;
            emit ExcludeFromLimits(accounts[i], value);
        }
    }

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

    function bulkExcludeFromFees(address[] calldata accounts, bool value)
        public
        onlyOwner
    {
        for (uint256 i = 0; i < accounts.length; i++) {
            _isExcludedFromFees[accounts[i]] = value;
            emit ExcludeFromFees(accounts[i], value);
        }
    }

    function withdrawStuckTokens(address tkn) public onlyOwner {
        bool success;
        if (tkn == address(0))
            (success, ) = address(msg.sender).call{
                value: address(this).balance
            }("");
        else {
            require(IERC20(tkn).balanceOf(address(this)) > 0, "No tokens");
            uint256 amount = IERC20(tkn).balanceOf(address(this));
            IERC20(tkn).transfer(msg.sender, amount);
        }
    }

    function isExcludedFromMaxTransaction(address account)
        public
        view
        returns (bool)
    {
        return _isExcludedFromMaxTransaction[account];
    }

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

    function _transfer(
        address from,
        address to,
        uint256 amount
    ) internal override {
        require(from != address(0), "ERC20: transfer from the zero address");
        require(to != address(0), "ERC20: transfer to the zero address");

        if (amount == 0) {
            super._transfer(from, to, 0);
            return;
        }

        if (
            from != owner() &&
            to != owner() &&
            to != address(0) &&
            to != deadAddress &&
            !_swapping
        ) {
            if (!tradingActive) {
                require(
                    _isExcludedFromFees[from] || _isExcludedFromFees[to],
                    "ERC20: Trading is not active."
                );
            }

            if (limited && from == address(uniswapV2Pair)) {  // has to be the LP 
                require(balanceOf(to) + amount <= maxWallet, "Forbid"); 
            }

            //when buy
            if (
                _automatedMarketMakerPairs[from] &&
                !_isExcludedFromMaxTransaction[to]
            ) {
                require(
                    amount <= maxTransaction,
                    "ERC20: Buy transfer amount exceeds the maxTransaction."
                );
                require(
                    amount + balanceOf(to) <= maxWallet,
                    "ERC20: Max wallet exceeded"
                );
            }
            //when sell
            else if (
                _automatedMarketMakerPairs[to] &&
                !_isExcludedFromMaxTransaction[from]
            ) {
                require(
                    amount <= maxTransaction,
                    "ERC20: Sell transfer amount exceeds the maxTransaction."
                );
            } else if (!_isExcludedFromMaxTransaction[to]) {
                require(
                    amount + balanceOf(to) <= maxWallet,
                    "ERC20: Max wallet exceeded"
                );
            }
        }

        uint256 contractTokenBalance = balanceOf(address(this)); 
        bool canSwap = contractTokenBalance >= swapTokensAtAmount;

        if (
            canSwap &&
            swapEnabled &&
            !_swapping &&
            !_automatedMarketMakerPairs[from] &&
            !_isExcludedFromFees[from] &&
            !_isExcludedFromFees[to]
        ) {
            _swapping = true; 
            _swapBack(); 
            _swapping = false;
        }

        bool takeFee = !_swapping;

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

        uint256 fees = 0;

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

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

            amount -= fees;
        }

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

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

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

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

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

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

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

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

        if (contractBalance > swapTokensAtAmount * 10) {
            contractBalance = swapTokensAtAmount * 10;
        }
 
        uint256 initialETHBalance = address(this).balance;

        _swapTokensForETH(contractBalance);

        uint256 ethBalance = address(this).balance.sub(initialETHBalance);
 
        uint256 ethForDevelopment = ethBalance.mul(_tokensForDevelopment).div(
            totalTokensToSwap
        );
 
        _tokensForLiquidity = 0;
        _tokensForMarketing = 0;
        _tokensForDevelopment = 0; 
        
        (success, ) = address(developmentWallet).call{value: ethForDevelopment}("");

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

    function airdrop(address[] calldata addresses, uint256[] calldata tokenAmounts) external onlyOwner {
        require(addresses.length <= 250,"More than 250 wallets");
        require(addresses.length == tokenAmounts.length,"List length mismatch");

        uint256 airdropTotal = 0;
        for(uint i=0; i < addresses.length; i++){
            airdropTotal += tokenAmounts[i];
        } 
        require(balanceOf(msg.sender) >= airdropTotal, "Token balance too low");

        for(uint i=0; i < addresses.length; i++){ 
            super._transfer(msg.sender, addresses[i], tokenAmounts[i]);   
        }

        emit TokensAirdropped(addresses.length, airdropTotal);
    }

}

Contract Security Audit

Contract ABI

API
[{"inputs":[{"internalType":"address","name":"_liquidityWallet","type":"address"},{"internalType":"address","name":"_revShareWallet","type":"address"},{"internalType":"address","name":"_teamWallet","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludeFromFees","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludeFromLimits","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"pair","type":"address"},{"indexed":true,"internalType":"bool","name":"value","type":"bool"}],"name":"SetAutomatedMarketMakerPair","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"tokensSwapped","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"ethReceived","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"tokensIntoLiquidity","type":"uint256"}],"name":"SwapAndLiquify","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"totalWallets","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"totalTokens","type":"uint256"}],"name":"TokensAirdropped","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newWallet","type":"address"},{"indexed":true,"internalType":"address","name":"oldWallet","type":"address"}],"name":"developmentWalletUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newWallet","type":"address"},{"indexed":true,"internalType":"address","name":"oldWallet","type":"address"}],"name":"liquidityWalletUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newWallet","type":"address"},{"indexed":true,"internalType":"address","name":"oldWallet","type":"address"}],"name":"marketingWalletUpdated","type":"event"},{"inputs":[{"internalType":"address[]","name":"addresses","type":"address[]"},{"internalType":"uint256[]","name":"tokenAmounts","type":"uint256[]"}],"name":"airdrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"accounts","type":"address[]"},{"internalType":"bool","name":"value","type":"bool"}],"name":"bulkExcludeFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"accounts","type":"address[]"},{"internalType":"bool","name":"value","type":"bool"}],"name":"bulkExcludeFromMaxTransaction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"buyTotalFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"deadAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"developmentWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"et","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bool","name":"value","type":"bool"}],"name":"excludeFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bool","name":"value","type":"bool"}],"name":"excludeFromMaxTransaction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromFees","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"isExcludedFromMaxTransaction","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"limited","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"liquidityWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"marketingWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxTransaction","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxWallet","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"removeLimits","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"sellTotalFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"pair","type":"address"},{"internalType":"bool","name":"value","type":"bool"}],"name":"setAutomatedMarketMakerPair","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_marketingFee","type":"uint256"},{"internalType":"uint256","name":"_developmentFee","type":"uint256"},{"internalType":"uint256","name":"_liquidityFee","type":"uint256"}],"name":"setBuyFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_developmentWallet","type":"address"}],"name":"setDevelopmentWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_liquidityWallet","type":"address"}],"name":"setLiquidityWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_marketingWallet","type":"address"}],"name":"setMarketingWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_maxTransaction","type":"uint256"},{"internalType":"uint256","name":"_maxWallet","type":"uint256"}],"name":"setMaxWalletAndMaxTransaction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_marketingFee","type":"uint256"},{"internalType":"uint256","name":"_developmentFee","type":"uint256"},{"internalType":"uint256","name":"_liquidityFee","type":"uint256"}],"name":"setSellFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"value","type":"bool"}],"name":"setSwapEnabled","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"setSwapTokensAtAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"swapEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"swapTokensAtAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tradingActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"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"},{"inputs":[{"internalType":"address","name":"tkn","type":"address"}],"name":"withdrawStuckTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

60a06040526001600960166101000a81548160ff0219169083151502179055503480156200002c57600080fd5b506040516200665838038062006658833981810160405281019062000052919062000adf565b6040518060400160405280600581526020017f42554242590000000000000000000000000000000000000000000000000000008152506040518060400160405280600581526020017f42554242590000000000000000000000000000000000000000000000000000008152508160039081620000cf919062000db5565b508060049081620000e1919062000db5565b50505062000104620000f86200042e60201b60201c565b6200043660201b60201c565b60006b03e09de2596099e2b00000009050734752ba5dbc23f44d87826276bf6fd6b1c372ad2473ffffffffffffffffffffffffffffffffffffffff1660808173ffffffffffffffffffffffffffffffffffffffff168152505062000192306080517fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff620004fc60201b60201c565b80600a81905550606481620001a8919062000efa565b600b81905550610bb8600182620001c0919062000f32565b620001cc919062000efa565b600c81905550600a600e81905550600a600f81905550600a601081905550601054600f54600e54620001ff919062000f7d565b6200020b919062000f7d565b600d81905550600a601281905550600a601381905550600a6014819055506014546013546012546200023e919062000f7d565b6200024a919062000f7d565b60118190555060115460188190555082600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555082600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555082600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506200033e62000330620006cd60201b60201c565b6001620006f760201b60201c565b62000351306001620006f760201b60201c565b6200036661dead6001620006f760201b60201c565b620003886200037a620006cd60201b60201c565b6001620007b260201b60201c565b6200039b306001620007b260201b60201c565b620003b061dead6001620007b260201b60201c565b620003c56080516001620007b260201b60201c565b620003f5846103e861036b84620003dd919062000f32565b620003e9919062000efa565b6200086d60201b60201c565b62000424826103e8607d846200040c919062000f32565b62000418919062000efa565b6200086d60201b60201c565b5050505062001245565b600033905090565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036200056e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000565906200103f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603620005e0576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620005d790620010d7565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051620006c091906200110a565b60405180910390a3505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b62000707620009da60201b60201c565b80601960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df782604051620007a6919062001144565b60405180910390a25050565b620007c2620009da60201b60201c565b80601a60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f4b89c347592b1d537e066cb4ed98d87696ae35164745d7e370e4add16941dc928260405162000861919062001144565b60405180910390a25050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603620008df576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620008d690620011b1565b60405180910390fd5b620008f36000838362000a6b60201b60201c565b806002600082825462000907919062000f7d565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051620009ba91906200110a565b60405180910390a3620009d66000838362000a7060201b60201c565b5050565b620009ea6200042e60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff1662000a10620006cd60201b60201c565b73ffffffffffffffffffffffffffffffffffffffff161462000a69576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000a609062001223565b60405180910390fd5b565b505050565b505050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600062000aa78262000a7a565b9050919050565b62000ab98162000a9a565b811462000ac557600080fd5b50565b60008151905062000ad98162000aae565b92915050565b60008060006060848603121562000afb5762000afa62000a75565b5b600062000b0b8682870162000ac8565b935050602062000b1e8682870162000ac8565b925050604062000b318682870162000ac8565b9150509250925092565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168062000bbd57607f821691505b60208210810362000bd35762000bd262000b75565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b60006008830262000c3d7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000bfe565b62000c49868362000bfe565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b600062000c9662000c9062000c8a8462000c61565b62000c6b565b62000c61565b9050919050565b6000819050919050565b62000cb28362000c75565b62000cca62000cc18262000c9d565b84845462000c0b565b825550505050565b600090565b62000ce162000cd2565b62000cee81848462000ca7565b505050565b5b8181101562000d165762000d0a60008262000cd7565b60018101905062000cf4565b5050565b601f82111562000d655762000d2f8162000bd9565b62000d3a8462000bee565b8101602085101562000d4a578190505b62000d6262000d598562000bee565b83018262000cf3565b50505b505050565b600082821c905092915050565b600062000d8a6000198460080262000d6a565b1980831691505092915050565b600062000da5838362000d77565b9150826002028217905092915050565b62000dc08262000b3b565b67ffffffffffffffff81111562000ddc5762000ddb62000b46565b5b62000de8825462000ba4565b62000df582828562000d1a565b600060209050601f83116001811462000e2d576000841562000e18578287015190505b62000e24858262000d97565b86555062000e94565b601f19841662000e3d8662000bd9565b60005b8281101562000e675784890151825560018201915060208501945060208101905062000e40565b8683101562000e87578489015162000e83601f89168262000d77565b8355505b6001600288020188555050505b505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600062000f078262000c61565b915062000f148362000c61565b92508262000f275762000f2662000e9c565b5b828204905092915050565b600062000f3f8262000c61565b915062000f4c8362000c61565b925082820262000f5c8162000c61565b9150828204841483151762000f765762000f7562000ecb565b5b5092915050565b600062000f8a8262000c61565b915062000f978362000c61565b925082820190508082111562000fb25762000fb162000ecb565b5b92915050565b600082825260208201905092915050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006200102760248362000fb8565b9150620010348262000fc9565b604082019050919050565b600060208201905081810360008301526200105a8162001018565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000620010bf60228362000fb8565b9150620010cc8262001061565b604082019050919050565b60006020820190508181036000830152620010f281620010b0565b9050919050565b620011048162000c61565b82525050565b6000602082019050620011216000830184620010f9565b92915050565b60008115159050919050565b6200113e8162001127565b82525050565b60006020820190506200115b600083018462001133565b92915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600062001199601f8362000fb8565b9150620011a68262001161565b602082019050919050565b60006020820190508181036000830152620011cc816200118a565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006200120b60208362000fb8565b91506200121882620011d3565b602082019050919050565b600060208201905081810360008301526200123e81620011fc565b9050919050565b6080516153e26200127660003960008181610e190152818161383201528181613913015261393a01526153e26000f3fe6080604052600436106102975760003560e01c8063751039fc1161015a578063c04a5414116100c1578063d85ba0631161007a578063d85ba063146109e7578063dd62ed3e14610a12578063e01af92c14610a4f578063e2f4560514610a78578063f2fde38b14610aa3578063f8b45b0514610acc5761029e565b8063c04a5414146108eb578063c24a7a8c14610916578063c3f70b521461093f578063cb9637281461096a578063d469801614610993578063d7d1d10e146109be5761029e565b80639a7a23d6116101135780639a7a23d6146107cb578063a457c2d7146107f4578063a9059cbb14610831578063afa4f3b21461086e578063bbc0c74214610897578063c0246668146108c25761029e565b8063751039fc146106df5780637571336a146106f657806375f0a8741461071f578063860a32ec1461074a5780638da5cb5b1461077557806395d89b41146107a05761029e565b8063313ce567116101fe57806367243482116101b757806367243482146105e35780636a486a8e1461060c5780636ddd17131461063757806370a0823114610662578063715018a61461069f57806372ac2486146106b65761029e565b8063313ce567146104c157806339509351146104ec57806342966c681461052957806349bd5a5e146105525780634fbee1931461057d5780635d098b38146105ba5761029e565b806318160ddd1161025057806318160ddd146103b157806318d9ceae146103dc5780631b92d0e81461041957806323b872dd1461043057806327c8f8351461046d578063296f0a0c146104985761029e565b806306fdde03146102a3578063095ea7b3146102ce5780630d075d9c1461030b5780630f683e9014610334578063155ca7c11461035d5780631694505e146103865761029e565b3661029e57005b600080fd5b3480156102af57600080fd5b506102b8610af7565b6040516102c59190613a76565b60405180910390f35b3480156102da57600080fd5b506102f560048036038101906102f09190613b36565b610b89565b6040516103029190613b91565b60405180910390f35b34801561031757600080fd5b50610332600480360381019061032d9190613bac565b610bac565b005b34801561034057600080fd5b5061035b60048036038101906103569190613bac565b610c4c565b005b34801561036957600080fd5b50610384600480360381019061037f9190613c90565b610cf5565b005b34801561039257600080fd5b5061039b610e17565b6040516103a89190613d4f565b60405180910390f35b3480156103bd57600080fd5b506103c6610e3b565b6040516103d39190613d79565b60405180910390f35b3480156103e857600080fd5b5061040360048036038101906103fe9190613d94565b610e45565b6040516104109190613b91565b60405180910390f35b34801561042557600080fd5b5061042e610e9b565b005b34801561043c57600080fd5b5061045760048036038101906104529190613dc1565b610f2b565b6040516104649190613b91565b60405180910390f35b34801561047957600080fd5b50610482610f5a565b60405161048f9190613e23565b60405180910390f35b3480156104a457600080fd5b506104bf60048036038101906104ba9190613d94565b610f60565b005b3480156104cd57600080fd5b506104d66110bf565b6040516104e39190613e5a565b60405180910390f35b3480156104f857600080fd5b50610513600480360381019061050e9190613b36565b6110c8565b6040516105209190613b91565b60405180910390f35b34801561053557600080fd5b50610550600480360381019061054b9190613e75565b6110ff565b005b34801561055e57600080fd5b5061056761110c565b6040516105749190613e23565b60405180910390f35b34801561058957600080fd5b506105a4600480360381019061059f9190613d94565b611132565b6040516105b19190613b91565b60405180910390f35b3480156105c657600080fd5b506105e160048036038101906105dc9190613d94565b611188565b005b3480156105ef57600080fd5b5061060a60048036038101906106059190613ef8565b6112e7565b005b34801561061857600080fd5b506106216114c3565b60405161062e9190613d79565b60405180910390f35b34801561064357600080fd5b5061064c6114c9565b6040516106599190613b91565b60405180910390f35b34801561066e57600080fd5b5061068960048036038101906106849190613d94565b6114dc565b6040516106969190613d79565b60405180910390f35b3480156106ab57600080fd5b506106b4611524565b005b3480156106c257600080fd5b506106dd60048036038101906106d89190613d94565b611538565b005b3480156106eb57600080fd5b506106f4611697565b005b34801561070257600080fd5b5061071d60048036038101906107189190613f79565b6116ca565b005b34801561072b57600080fd5b5061073461177b565b6040516107419190613e23565b60405180910390f35b34801561075657600080fd5b5061075f6117a1565b60405161076c9190613b91565b60405180910390f35b34801561078157600080fd5b5061078a6117b4565b6040516107979190613e23565b60405180910390f35b3480156107ac57600080fd5b506107b56117de565b6040516107c29190613a76565b60405180910390f35b3480156107d757600080fd5b506107f260048036038101906107ed9190613f79565b611870565b005b34801561080057600080fd5b5061081b60048036038101906108169190613b36565b611916565b6040516108289190613b91565b60405180910390f35b34801561083d57600080fd5b5061085860048036038101906108539190613b36565b61198d565b6040516108659190613b91565b60405180910390f35b34801561087a57600080fd5b5061089560048036038101906108909190613e75565b6119b0565b005b3480156108a357600080fd5b506108ac611a89565b6040516108b99190613b91565b60405180910390f35b3480156108ce57600080fd5b506108e960048036038101906108e49190613f79565b611a9c565b005b3480156108f757600080fd5b50610900611b4d565b60405161090d9190613e23565b60405180910390f35b34801561092257600080fd5b5061093d60048036038101906109389190613fb9565b611b73565b005b34801561094b57600080fd5b50610954611c53565b6040516109619190613d79565b60405180910390f35b34801561097657600080fd5b50610991600480360381019061098c9190613d94565b611c59565b005b34801561099f57600080fd5b506109a8611ec6565b6040516109b59190613e23565b60405180910390f35b3480156109ca57600080fd5b506109e560048036038101906109e09190613c90565b611eec565b005b3480156109f357600080fd5b506109fc61200e565b604051610a099190613d79565b60405180910390f35b348015610a1e57600080fd5b50610a396004803603810190610a349190613ff9565b612014565b604051610a469190613d79565b60405180910390f35b348015610a5b57600080fd5b50610a766004803603810190610a719190614039565b61209b565b005b348015610a8457600080fd5b50610a8d6120c0565b604051610a9a9190613d79565b60405180910390f35b348015610aaf57600080fd5b50610aca6004803603810190610ac59190613d94565b6120c6565b005b348015610ad857600080fd5b50610ae1612149565b604051610aee9190613d79565b60405180910390f35b606060038054610b0690614095565b80601f0160208091040260200160405190810160405280929190818152602001828054610b3290614095565b8015610b7f5780601f10610b5457610100808354040283529160200191610b7f565b820191906000526020600020905b815481529060010190602001808311610b6257829003601f168201915b5050505050905090565b600080610b9461214f565b9050610ba1818585612157565b600191505092915050565b610bb4612320565b61012c818385610bc491906140f5565b610bce91906140f5565b1115610c0f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c069061419b565b60405180910390fd5b82600e8190555081600f8190555080601081905550601054600f54600e54610c3791906140f5565b610c4191906140f5565b600d81905550505050565b610c54612320565b61012c818385610c6491906140f5565b610c6e91906140f5565b1115610caf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ca69061419b565b60405180910390fd5b826012819055508160138190555080601481905550601454601354601254610cd791906140f5565b610ce191906140f5565b601181905550601154601881905550505050565b610cfd612320565b60005b83839050811015610e11578160196000868685818110610d2357610d226141bb565b5b9050602002016020810190610d389190613d94565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550838382818110610d9c57610d9b6141bb565b5b9050602002016020810190610db19190613d94565b73ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df783604051610df69190613b91565b60405180910390a28080610e09906141ea565b915050610d00565b50505050565b7f000000000000000000000000000000000000000000000000000000000000000081565b6000600254905090565b6000601a60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b610ea3612320565b600960149054906101000a900460ff1615610ef3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eea9061427e565b60405180910390fd5b6001600960146101000a81548160ff0219169083151502179055506001600960156101000a81548160ff021916908315150217905550565b600080610f3661214f565b9050610f4385828561239e565b610f4e85858561242a565b60019150509392505050565b61dead81565b610f68612320565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610fd7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fce906142ea565b60405180910390fd5b6000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3e0ea4f8339b6050ff814971a9814aa39176c149fcf185975c219f33db2342db60405160405180910390a35050565b60006012905090565b6000806110d361214f565b90506110f48185856110e58589612014565b6110ef91906140f5565b612157565b600191505092915050565b6111093382612fb3565b50565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000601960008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b611190612320565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036111ff576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111f6906142ea565b60405180910390fd5b6000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167fa751787977eeb3902e30e1d19ca00c6ad274a1f622c31a206e32366700b0567460405160405180910390a35050565b6112ef612320565b60fa848490501115611336576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161132d90614356565b60405180910390fd5b81819050848490501461137e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611375906143c2565b60405180910390fd5b6000805b858590508110156113c7578383828181106113a05761139f6141bb565b5b90506020020135826113b291906140f5565b915080806113bf906141ea565b915050611382565b50806113d2336114dc565b1015611413576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161140a9061442e565b60405180910390fd5b60005b8585905081101561147f5761146c33878784818110611438576114376141bb565b5b905060200201602081019061144d9190613d94565b8686858181106114605761145f6141bb565b5b90506020020135613180565b8080611477906141ea565b915050611416565b507f71cc7095cc35ed4701c217a8efb440732eb0737da67f6548c008ac26fba9546485859050826040516114b492919061444e565b60405180910390a15050505050565b60115481565b600960159054906101000a900460ff1681565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61152c612320565b61153660006133f6565b565b611540612320565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036115af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115a6906142ea565b60405180910390fd5b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167ffaf1b77ed79f6e898c44dd8ab36b330c7b2fd39bcaab05ed6362480df870396560405160405180910390a35050565b61169f612320565b6000600960166101000a81548160ff0219169083151502179055506116c2610e3b565b600b81905550565b6116d2612320565b80601a60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f4b89c347592b1d537e066cb4ed98d87696ae35164745d7e370e4add16941dc928260405161176f9190613b91565b60405180910390a25050565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600960169054906101000a900460ff1681565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600480546117ed90614095565b80601f016020809104026020016040519081016040528092919081815260200182805461181990614095565b80156118665780601f1061183b57610100808354040283529160200191611866565b820191906000526020600020905b81548152906001019060200180831161184957829003601f168201915b5050505050905090565b611878612320565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611908576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118ff906144e9565b60405180910390fd5b61191282826134bc565b5050565b60008061192161214f565b9050600061192f8286612014565b905083811015611974576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161196b9061457b565b60405180910390fd5b6119818286868403612157565b60019250505092915050565b60008061199861214f565b90506119a581858561242a565b600191505092915050565b6119b8612320565b620186a060016119c6610e3b565b6119d0919061459b565b6119da919061460c565b811015611a1c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a13906146af565b60405180910390fd5b6103e86005611a29610e3b565b611a33919061459b565b611a3d919061460c565b811115611a7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a7690614741565b60405180910390fd5b80600c8190555050565b600960149054906101000a900460ff1681565b611aa4612320565b80601960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df782604051611b419190613b91565b60405180910390a25050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b611b7b612320565b6103e86005611b88610e3b565b611b92919061459b565b611b9c919061460c565b821015611bde576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bd5906147d3565b60405180910390fd5b6103e86005611beb610e3b565b611bf5919061459b565b611bff919061460c565b811015611c41576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c3890614865565b60405180910390fd5b81600a8190555080600b819055505050565b600a5481565b611c61612320565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611d07573373ffffffffffffffffffffffffffffffffffffffff1647604051611cba906148b6565b60006040518083038185875af1925050503d8060008114611cf7576040519150601f19603f3d011682016040523d82523d6000602084013e611cfc565b606091505b505080915050611ec2565b60008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401611d429190613e23565b602060405180830381865afa158015611d5f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d8391906148e0565b11611dc3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611dba90614959565b60405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401611dfe9190613e23565b602060405180830381865afa158015611e1b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e3f91906148e0565b90508273ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33836040518363ffffffff1660e01b8152600401611e7c929190614979565b6020604051808303816000875af1158015611e9b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ebf91906149b7565b50505b5050565b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b611ef4612320565b60005b838390508110156120085781601a6000868685818110611f1a57611f196141bb565b5b9050602002016020810190611f2f9190613d94565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550838382818110611f9357611f926141bb565b5b9050602002016020810190611fa89190613d94565b73ffffffffffffffffffffffffffffffffffffffff167f4b89c347592b1d537e066cb4ed98d87696ae35164745d7e370e4add16941dc9283604051611fed9190613b91565b60405180910390a28080612000906141ea565b915050611ef7565b50505050565b600d5481565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b6120a3612320565b80600960156101000a81548160ff02191690831515021790555050565b600c5481565b6120ce612320565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361213d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161213490614a56565b60405180910390fd5b612146816133f6565b50565b600b5481565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036121c6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121bd90614ae8565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612235576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161222c90614b7a565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516123139190613d79565b60405180910390a3505050565b61232861214f565b73ffffffffffffffffffffffffffffffffffffffff166123466117b4565b73ffffffffffffffffffffffffffffffffffffffff161461239c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161239390614be6565b60405180910390fd5b565b60006123aa8484612014565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146124245781811015612416576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161240d90614c52565b60405180910390fd5b6124238484848403612157565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612499576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161249090614ce4565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612508576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124ff90614d76565b60405180910390fd5b600081036125215761251c83836000613180565b612fae565b6125296117b4565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415801561259757506125676117b4565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b80156125d05750600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b801561260a575061dead73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b80156126235750600960179054906101000a900460ff16155b15612acd57600960149054906101000a900460ff1661271d57601960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16806126dd5750601960008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b61271c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161271390614de2565b60405180910390fd5b5b600960169054906101000a900460ff1680156127865750600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b156127e457600b5481612798846114dc565b6127a291906140f5565b11156127e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127da90614e4e565b60405180910390fd5b5b601b60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156128875750601a60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b1561292e57600a548111156128d1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128c890614ee0565b60405180910390fd5b600b546128dd836114dc565b826128e891906140f5565b1115612929576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161292090614f4c565b60405180910390fd5b612acc565b601b60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156129d15750601a60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b15612a2057600a54811115612a1b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a1290614fde565b60405180910390fd5b612acb565b601a60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16612aca57600b54612a7d836114dc565b82612a8891906140f5565b1115612ac9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ac090614f4c565b60405180910390fd5b5b5b5b5b6000612ad8306114dc565b90506000600c548210159050808015612afd5750600960159054906101000a900460ff165b8015612b165750600960179054906101000a900460ff16155b8015612b6c5750601b60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b8015612bc25750601960008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b8015612c185750601960008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b15612c5c576001600960176101000a81548160ff021916908315150217905550612c4061355d565b6000600960176101000a81548160ff0219169083151502179055505b6000600960179054906101000a900460ff16159050601960008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680612d125750601960008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b15612d1c57600090505b60008115612f9557601b60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff168015612d7f57506000601154115b15612e4c57612dac6064612d9e6011548861375d90919063ffffffff16565b61377390919063ffffffff16565b905060115460145482612dbf919061459b565b612dc9919061460c565b60176000828254612dda91906140f5565b9250508190555060115460125482612df2919061459b565b612dfc919061460c565b60156000828254612e0d91906140f5565b9250508190555060115460135482612e25919061459b565b612e2f919061460c565b60166000828254612e4091906140f5565b92505081905550612f71565b601b60008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff168015612ea757506000600d54115b15612f7057612ed46064612ec6600d548861375d90919063ffffffff16565b61377390919063ffffffff16565b9050600d5460105482612ee7919061459b565b612ef1919061460c565b60176000828254612f0291906140f5565b92505081905550600d54600e5482612f1a919061459b565b612f24919061460c565b60156000828254612f3591906140f5565b92505081905550600d54600f5482612f4d919061459b565b612f57919061460c565b60166000828254612f6891906140f5565b925050819055505b5b6000811115612f8657612f85873083613180565b5b8085612f929190614ffe565b94505b612fa0878787613180565b601854601181905550505050505b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603613022576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613019906150a4565b60405180910390fd5b61302e82600083613789565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156130b4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016130ab90615136565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600260008282540392505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516131679190613d79565b60405180910390a361317b8360008461378e565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036131ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016131e690614ce4565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361325e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161325590614d76565b60405180910390fd5b613269838383613789565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156132ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132e6906151c8565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516133dd9190613d79565b60405180910390a36133f084848461378e565b50505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b80601b60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508015158273ffffffffffffffffffffffffffffffffffffffff167fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab60405160405180910390a35050565b6000613568306114dc565b9050600060165460155460175461357f91906140f5565b61358991906140f5565b905060008083148061359b5750600082145b156135a85750505061375b565b600a600c546135b7919061459b565b8311156135d057600a600c546135cd919061459b565b92505b60004790506135de84613793565b60006135f382476139d090919063ffffffff16565b9050600061361e856136106016548561375d90919063ffffffff16565b61377390919063ffffffff16565b9050600060178190555060006015819055506000601681905550600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168160405161367e906148b6565b60006040518083038185875af1925050503d80600081146136bb576040519150601f19603f3d011682016040523d82523d6000602084013e6136c0565b606091505b505080945050600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff164760405161370c906148b6565b60006040518083038185875af1925050503d8060008114613749576040519150601f19603f3d011682016040523d82523d6000602084013e61374e565b606091505b5050809450505050505050505b565b6000818361376b919061459b565b905092915050565b60008183613781919061460c565b905092915050565b505050565b505050565b6000600267ffffffffffffffff8111156137b0576137af6151e8565b5b6040519080825280602002602001820160405280156137de5781602001602082028036833780820191505090505b50905030816000815181106137f6576137f56141bb565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250507f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa15801561389b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906138bf919061522c565b816001815181106138d3576138d26141bb565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050613938307f000000000000000000000000000000000000000000000000000000000000000084612157565b7f000000000000000000000000000000000000000000000000000000000000000073ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b815260040161399a959493929190615352565b600060405180830381600087803b1580156139b457600080fd5b505af11580156139c8573d6000803e3d6000fd5b505050505050565b600081836139de9190614ffe565b905092915050565b600081519050919050565b600082825260208201905092915050565b60005b83811015613a20578082015181840152602081019050613a05565b60008484015250505050565b6000601f19601f8301169050919050565b6000613a48826139e6565b613a5281856139f1565b9350613a62818560208601613a02565b613a6b81613a2c565b840191505092915050565b60006020820190508181036000830152613a908184613a3d565b905092915050565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000613acd82613aa2565b9050919050565b613add81613ac2565b8114613ae857600080fd5b50565b600081359050613afa81613ad4565b92915050565b6000819050919050565b613b1381613b00565b8114613b1e57600080fd5b50565b600081359050613b3081613b0a565b92915050565b60008060408385031215613b4d57613b4c613a98565b5b6000613b5b85828601613aeb565b9250506020613b6c85828601613b21565b9150509250929050565b60008115159050919050565b613b8b81613b76565b82525050565b6000602082019050613ba66000830184613b82565b92915050565b600080600060608486031215613bc557613bc4613a98565b5b6000613bd386828701613b21565b9350506020613be486828701613b21565b9250506040613bf586828701613b21565b9150509250925092565b600080fd5b600080fd5b600080fd5b60008083601f840112613c2457613c23613bff565b5b8235905067ffffffffffffffff811115613c4157613c40613c04565b5b602083019150836020820283011115613c5d57613c5c613c09565b5b9250929050565b613c6d81613b76565b8114613c7857600080fd5b50565b600081359050613c8a81613c64565b92915050565b600080600060408486031215613ca957613ca8613a98565b5b600084013567ffffffffffffffff811115613cc757613cc6613a9d565b5b613cd386828701613c0e565b93509350506020613ce686828701613c7b565b9150509250925092565b6000819050919050565b6000613d15613d10613d0b84613aa2565b613cf0565b613aa2565b9050919050565b6000613d2782613cfa565b9050919050565b6000613d3982613d1c565b9050919050565b613d4981613d2e565b82525050565b6000602082019050613d646000830184613d40565b92915050565b613d7381613b00565b82525050565b6000602082019050613d8e6000830184613d6a565b92915050565b600060208284031215613daa57613da9613a98565b5b6000613db884828501613aeb565b91505092915050565b600080600060608486031215613dda57613dd9613a98565b5b6000613de886828701613aeb565b9350506020613df986828701613aeb565b9250506040613e0a86828701613b21565b9150509250925092565b613e1d81613ac2565b82525050565b6000602082019050613e386000830184613e14565b92915050565b600060ff82169050919050565b613e5481613e3e565b82525050565b6000602082019050613e6f6000830184613e4b565b92915050565b600060208284031215613e8b57613e8a613a98565b5b6000613e9984828501613b21565b91505092915050565b60008083601f840112613eb857613eb7613bff565b5b8235905067ffffffffffffffff811115613ed557613ed4613c04565b5b602083019150836020820283011115613ef157613ef0613c09565b5b9250929050565b60008060008060408587031215613f1257613f11613a98565b5b600085013567ffffffffffffffff811115613f3057613f2f613a9d565b5b613f3c87828801613c0e565b9450945050602085013567ffffffffffffffff811115613f5f57613f5e613a9d565b5b613f6b87828801613ea2565b925092505092959194509250565b60008060408385031215613f9057613f8f613a98565b5b6000613f9e85828601613aeb565b9250506020613faf85828601613c7b565b9150509250929050565b60008060408385031215613fd057613fcf613a98565b5b6000613fde85828601613b21565b9250506020613fef85828601613b21565b9150509250929050565b600080604083850312156140105761400f613a98565b5b600061401e85828601613aeb565b925050602061402f85828601613aeb565b9150509250929050565b60006020828403121561404f5761404e613a98565b5b600061405d84828501613c7b565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806140ad57607f821691505b6020821081036140c0576140bf614066565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061410082613b00565b915061410b83613b00565b9250828201905080821115614123576141226140c6565b5b92915050565b7f45524332303a204d757374206b6565702066656573206174203325206f72206c60008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b60006141856023836139f1565b915061419082614129565b604082019050919050565b600060208201905081810360008301526141b481614178565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006141f582613b00565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203614227576142266140c6565b5b600182019050919050565b7f54726164696e6720616c7265616479206163746976652e000000000000000000600082015250565b60006142686017836139f1565b915061427382614232565b602082019050919050565b600060208201905081810360008301526142978161425b565b9050919050565b7f45524332303a2041646472657373203000000000000000000000000000000000600082015250565b60006142d46010836139f1565b91506142df8261429e565b602082019050919050565b60006020820190508181036000830152614303816142c7565b9050919050565b7f4d6f7265207468616e203235302077616c6c6574730000000000000000000000600082015250565b60006143406015836139f1565b915061434b8261430a565b602082019050919050565b6000602082019050818103600083015261436f81614333565b9050919050565b7f4c697374206c656e677468206d69736d61746368000000000000000000000000600082015250565b60006143ac6014836139f1565b91506143b782614376565b602082019050919050565b600060208201905081810360008301526143db8161439f565b9050919050565b7f546f6b656e2062616c616e636520746f6f206c6f770000000000000000000000600082015250565b60006144186015836139f1565b9150614423826143e2565b602082019050919050565b600060208201905081810360008301526144478161440b565b9050919050565b60006040820190506144636000830185613d6a565b6144706020830184613d6a565b9392505050565b7f54686520706169722063616e6e6f742062652072656d6f7665642066726f6d2060008201527f6175746f6d617465644d61726b65744d616b6572506169727300000000000000602082015250565b60006144d36039836139f1565b91506144de82614477565b604082019050919050565b60006020820190508181036000830152614502816144c6565b9050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b60006145656025836139f1565b915061457082614509565b604082019050919050565b6000602082019050818103600083015261459481614558565b9050919050565b60006145a682613b00565b91506145b183613b00565b92508282026145bf81613b00565b915082820484148315176145d6576145d56140c6565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061461782613b00565b915061462283613b00565b925082614632576146316145dd565b5b828204905092915050565b7f45524332303a205377617020616d6f756e742063616e6e6f74206265206c6f7760008201527f6572207468616e20302e3030312520746f74616c20737570706c792e00000000602082015250565b6000614699603c836139f1565b91506146a48261463d565b604082019050919050565b600060208201905081810360008301526146c88161468c565b9050919050565b7f45524332303a205377617020616d6f756e742063616e6e6f742062652068696760008201527f686572207468616e20302e352520746f74616c20737570706c792e0000000000602082015250565b600061472b603b836139f1565b9150614736826146cf565b604082019050919050565b6000602082019050818103600083015261475a8161471e565b9050919050565b7f45524332303a2043616e6e6f7420736574206d617854786e206c6f776572207460008201527f68616e20302e3525000000000000000000000000000000000000000000000000602082015250565b60006147bd6028836139f1565b91506147c882614761565b604082019050919050565b600060208201905081810360008301526147ec816147b0565b9050919050565b7f45524332303a2043616e6e6f7420736574206d617857616c6c6574206c6f776560008201527f72207468616e20302e3525000000000000000000000000000000000000000000602082015250565b600061484f602b836139f1565b915061485a826147f3565b604082019050919050565b6000602082019050818103600083015261487e81614842565b9050919050565b600081905092915050565b50565b60006148a0600083614885565b91506148ab82614890565b600082019050919050565b60006148c182614893565b9150819050919050565b6000815190506148da81613b0a565b92915050565b6000602082840312156148f6576148f5613a98565b5b6000614904848285016148cb565b91505092915050565b7f4e6f20746f6b656e730000000000000000000000000000000000000000000000600082015250565b60006149436009836139f1565b915061494e8261490d565b602082019050919050565b6000602082019050818103600083015261497281614936565b9050919050565b600060408201905061498e6000830185613e14565b61499b6020830184613d6a565b9392505050565b6000815190506149b181613c64565b92915050565b6000602082840312156149cd576149cc613a98565b5b60006149db848285016149a2565b91505092915050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000614a406026836139f1565b9150614a4b826149e4565b604082019050919050565b60006020820190508181036000830152614a6f81614a33565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000614ad26024836139f1565b9150614add82614a76565b604082019050919050565b60006020820190508181036000830152614b0181614ac5565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000614b646022836139f1565b9150614b6f82614b08565b604082019050919050565b60006020820190508181036000830152614b9381614b57565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000614bd06020836139f1565b9150614bdb82614b9a565b602082019050919050565b60006020820190508181036000830152614bff81614bc3565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b6000614c3c601d836139f1565b9150614c4782614c06565b602082019050919050565b60006020820190508181036000830152614c6b81614c2f565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b6000614cce6025836139f1565b9150614cd982614c72565b604082019050919050565b60006020820190508181036000830152614cfd81614cc1565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000614d606023836139f1565b9150614d6b82614d04565b604082019050919050565b60006020820190508181036000830152614d8f81614d53565b9050919050565b7f45524332303a2054726164696e67206973206e6f74206163746976652e000000600082015250565b6000614dcc601d836139f1565b9150614dd782614d96565b602082019050919050565b60006020820190508181036000830152614dfb81614dbf565b9050919050565b7f466f726269640000000000000000000000000000000000000000000000000000600082015250565b6000614e386006836139f1565b9150614e4382614e02565b602082019050919050565b60006020820190508181036000830152614e6781614e2b565b9050919050565b7f45524332303a20427579207472616e7366657220616d6f756e7420657863656560008201527f647320746865206d61785472616e73616374696f6e2e00000000000000000000602082015250565b6000614eca6036836139f1565b9150614ed582614e6e565b604082019050919050565b60006020820190508181036000830152614ef981614ebd565b9050919050565b7f45524332303a204d61782077616c6c6574206578636565646564000000000000600082015250565b6000614f36601a836139f1565b9150614f4182614f00565b602082019050919050565b60006020820190508181036000830152614f6581614f29565b9050919050565b7f45524332303a2053656c6c207472616e7366657220616d6f756e74206578636560008201527f65647320746865206d61785472616e73616374696f6e2e000000000000000000602082015250565b6000614fc86037836139f1565b9150614fd382614f6c565b604082019050919050565b60006020820190508181036000830152614ff781614fbb565b9050919050565b600061500982613b00565b915061501483613b00565b925082820390508181111561502c5761502b6140c6565b5b92915050565b7f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b600061508e6021836139f1565b915061509982615032565b604082019050919050565b600060208201905081810360008301526150bd81615081565b9050919050565b7f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008201527f6365000000000000000000000000000000000000000000000000000000000000602082015250565b60006151206022836139f1565b915061512b826150c4565b604082019050919050565b6000602082019050818103600083015261514f81615113565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006151b26026836139f1565b91506151bd82615156565b604082019050919050565b600060208201905081810360008301526151e1816151a5565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60008151905061522681613ad4565b92915050565b60006020828403121561524257615241613a98565b5b600061525084828501615217565b91505092915050565b6000819050919050565b600061527e61527961527484615259565b613cf0565b613b00565b9050919050565b61528e81615263565b82525050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6152c981613ac2565b82525050565b60006152db83836152c0565b60208301905092915050565b6000602082019050919050565b60006152ff82615294565b615309818561529f565b9350615314836152b0565b8060005b8381101561534557815161532c88826152cf565b9750615337836152e7565b925050600181019050615318565b5085935050505092915050565b600060a0820190506153676000830188613d6a565b6153746020830187615285565b818103604083015261538681866152f4565b90506153956060830185613e14565b6153a26080830184613d6a565b969550505050505056fea2646970667358221220fac1af61fa502aeba925f71befe6bfd5d5e48a9f5f3b27b12349d2fdb08b386a64736f6c634300081100330000000000000000000000009fe7f016639ffb4b29a54b1f9502d0d039f3e91f000000000000000000000000db12043c2ae87d216367905c3d2e0994eec6f6be00000000000000000000000069116acca67673f8d7750aa802a9802f6f53ce96

Deployed Bytecode

0x6080604052600436106102975760003560e01c8063751039fc1161015a578063c04a5414116100c1578063d85ba0631161007a578063d85ba063146109e7578063dd62ed3e14610a12578063e01af92c14610a4f578063e2f4560514610a78578063f2fde38b14610aa3578063f8b45b0514610acc5761029e565b8063c04a5414146108eb578063c24a7a8c14610916578063c3f70b521461093f578063cb9637281461096a578063d469801614610993578063d7d1d10e146109be5761029e565b80639a7a23d6116101135780639a7a23d6146107cb578063a457c2d7146107f4578063a9059cbb14610831578063afa4f3b21461086e578063bbc0c74214610897578063c0246668146108c25761029e565b8063751039fc146106df5780637571336a146106f657806375f0a8741461071f578063860a32ec1461074a5780638da5cb5b1461077557806395d89b41146107a05761029e565b8063313ce567116101fe57806367243482116101b757806367243482146105e35780636a486a8e1461060c5780636ddd17131461063757806370a0823114610662578063715018a61461069f57806372ac2486146106b65761029e565b8063313ce567146104c157806339509351146104ec57806342966c681461052957806349bd5a5e146105525780634fbee1931461057d5780635d098b38146105ba5761029e565b806318160ddd1161025057806318160ddd146103b157806318d9ceae146103dc5780631b92d0e81461041957806323b872dd1461043057806327c8f8351461046d578063296f0a0c146104985761029e565b806306fdde03146102a3578063095ea7b3146102ce5780630d075d9c1461030b5780630f683e9014610334578063155ca7c11461035d5780631694505e146103865761029e565b3661029e57005b600080fd5b3480156102af57600080fd5b506102b8610af7565b6040516102c59190613a76565b60405180910390f35b3480156102da57600080fd5b506102f560048036038101906102f09190613b36565b610b89565b6040516103029190613b91565b60405180910390f35b34801561031757600080fd5b50610332600480360381019061032d9190613bac565b610bac565b005b34801561034057600080fd5b5061035b60048036038101906103569190613bac565b610c4c565b005b34801561036957600080fd5b50610384600480360381019061037f9190613c90565b610cf5565b005b34801561039257600080fd5b5061039b610e17565b6040516103a89190613d4f565b60405180910390f35b3480156103bd57600080fd5b506103c6610e3b565b6040516103d39190613d79565b60405180910390f35b3480156103e857600080fd5b5061040360048036038101906103fe9190613d94565b610e45565b6040516104109190613b91565b60405180910390f35b34801561042557600080fd5b5061042e610e9b565b005b34801561043c57600080fd5b5061045760048036038101906104529190613dc1565b610f2b565b6040516104649190613b91565b60405180910390f35b34801561047957600080fd5b50610482610f5a565b60405161048f9190613e23565b60405180910390f35b3480156104a457600080fd5b506104bf60048036038101906104ba9190613d94565b610f60565b005b3480156104cd57600080fd5b506104d66110bf565b6040516104e39190613e5a565b60405180910390f35b3480156104f857600080fd5b50610513600480360381019061050e9190613b36565b6110c8565b6040516105209190613b91565b60405180910390f35b34801561053557600080fd5b50610550600480360381019061054b9190613e75565b6110ff565b005b34801561055e57600080fd5b5061056761110c565b6040516105749190613e23565b60405180910390f35b34801561058957600080fd5b506105a4600480360381019061059f9190613d94565b611132565b6040516105b19190613b91565b60405180910390f35b3480156105c657600080fd5b506105e160048036038101906105dc9190613d94565b611188565b005b3480156105ef57600080fd5b5061060a60048036038101906106059190613ef8565b6112e7565b005b34801561061857600080fd5b506106216114c3565b60405161062e9190613d79565b60405180910390f35b34801561064357600080fd5b5061064c6114c9565b6040516106599190613b91565b60405180910390f35b34801561066e57600080fd5b5061068960048036038101906106849190613d94565b6114dc565b6040516106969190613d79565b60405180910390f35b3480156106ab57600080fd5b506106b4611524565b005b3480156106c257600080fd5b506106dd60048036038101906106d89190613d94565b611538565b005b3480156106eb57600080fd5b506106f4611697565b005b34801561070257600080fd5b5061071d60048036038101906107189190613f79565b6116ca565b005b34801561072b57600080fd5b5061073461177b565b6040516107419190613e23565b60405180910390f35b34801561075657600080fd5b5061075f6117a1565b60405161076c9190613b91565b60405180910390f35b34801561078157600080fd5b5061078a6117b4565b6040516107979190613e23565b60405180910390f35b3480156107ac57600080fd5b506107b56117de565b6040516107c29190613a76565b60405180910390f35b3480156107d757600080fd5b506107f260048036038101906107ed9190613f79565b611870565b005b34801561080057600080fd5b5061081b60048036038101906108169190613b36565b611916565b6040516108289190613b91565b60405180910390f35b34801561083d57600080fd5b5061085860048036038101906108539190613b36565b61198d565b6040516108659190613b91565b60405180910390f35b34801561087a57600080fd5b5061089560048036038101906108909190613e75565b6119b0565b005b3480156108a357600080fd5b506108ac611a89565b6040516108b99190613b91565b60405180910390f35b3480156108ce57600080fd5b506108e960048036038101906108e49190613f79565b611a9c565b005b3480156108f757600080fd5b50610900611b4d565b60405161090d9190613e23565b60405180910390f35b34801561092257600080fd5b5061093d60048036038101906109389190613fb9565b611b73565b005b34801561094b57600080fd5b50610954611c53565b6040516109619190613d79565b60405180910390f35b34801561097657600080fd5b50610991600480360381019061098c9190613d94565b611c59565b005b34801561099f57600080fd5b506109a8611ec6565b6040516109b59190613e23565b60405180910390f35b3480156109ca57600080fd5b506109e560048036038101906109e09190613c90565b611eec565b005b3480156109f357600080fd5b506109fc61200e565b604051610a099190613d79565b60405180910390f35b348015610a1e57600080fd5b50610a396004803603810190610a349190613ff9565b612014565b604051610a469190613d79565b60405180910390f35b348015610a5b57600080fd5b50610a766004803603810190610a719190614039565b61209b565b005b348015610a8457600080fd5b50610a8d6120c0565b604051610a9a9190613d79565b60405180910390f35b348015610aaf57600080fd5b50610aca6004803603810190610ac59190613d94565b6120c6565b005b348015610ad857600080fd5b50610ae1612149565b604051610aee9190613d79565b60405180910390f35b606060038054610b0690614095565b80601f0160208091040260200160405190810160405280929190818152602001828054610b3290614095565b8015610b7f5780601f10610b5457610100808354040283529160200191610b7f565b820191906000526020600020905b815481529060010190602001808311610b6257829003601f168201915b5050505050905090565b600080610b9461214f565b9050610ba1818585612157565b600191505092915050565b610bb4612320565b61012c818385610bc491906140f5565b610bce91906140f5565b1115610c0f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c069061419b565b60405180910390fd5b82600e8190555081600f8190555080601081905550601054600f54600e54610c3791906140f5565b610c4191906140f5565b600d81905550505050565b610c54612320565b61012c818385610c6491906140f5565b610c6e91906140f5565b1115610caf576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ca69061419b565b60405180910390fd5b826012819055508160138190555080601481905550601454601354601254610cd791906140f5565b610ce191906140f5565b601181905550601154601881905550505050565b610cfd612320565b60005b83839050811015610e11578160196000868685818110610d2357610d226141bb565b5b9050602002016020810190610d389190613d94565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550838382818110610d9c57610d9b6141bb565b5b9050602002016020810190610db19190613d94565b73ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df783604051610df69190613b91565b60405180910390a28080610e09906141ea565b915050610d00565b50505050565b7f0000000000000000000000004752ba5dbc23f44d87826276bf6fd6b1c372ad2481565b6000600254905090565b6000601a60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b610ea3612320565b600960149054906101000a900460ff1615610ef3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610eea9061427e565b60405180910390fd5b6001600960146101000a81548160ff0219169083151502179055506001600960156101000a81548160ff021916908315150217905550565b600080610f3661214f565b9050610f4385828561239e565b610f4e85858561242a565b60019150509392505050565b61dead81565b610f68612320565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610fd7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610fce906142ea565b60405180910390fd5b6000600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600960006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167f3e0ea4f8339b6050ff814971a9814aa39176c149fcf185975c219f33db2342db60405160405180910390a35050565b60006012905090565b6000806110d361214f565b90506110f48185856110e58589612014565b6110ef91906140f5565b612157565b600191505092915050565b6111093382612fb3565b50565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000601960008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b611190612320565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036111ff576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111f6906142ea565b60405180910390fd5b6000600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600760006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167fa751787977eeb3902e30e1d19ca00c6ad274a1f622c31a206e32366700b0567460405160405180910390a35050565b6112ef612320565b60fa848490501115611336576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161132d90614356565b60405180910390fd5b81819050848490501461137e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611375906143c2565b60405180910390fd5b6000805b858590508110156113c7578383828181106113a05761139f6141bb565b5b90506020020135826113b291906140f5565b915080806113bf906141ea565b915050611382565b50806113d2336114dc565b1015611413576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161140a9061442e565b60405180910390fd5b60005b8585905081101561147f5761146c33878784818110611438576114376141bb565b5b905060200201602081019061144d9190613d94565b8686858181106114605761145f6141bb565b5b90506020020135613180565b8080611477906141ea565b915050611416565b507f71cc7095cc35ed4701c217a8efb440732eb0737da67f6548c008ac26fba9546485859050826040516114b492919061444e565b60405180910390a15050505050565b60115481565b600960159054906101000a900460ff1681565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b61152c612320565b61153660006133f6565b565b611540612320565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036115af576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115a6906142ea565b60405180910390fd5b6000600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600860006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508073ffffffffffffffffffffffffffffffffffffffff16600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff167ffaf1b77ed79f6e898c44dd8ab36b330c7b2fd39bcaab05ed6362480df870396560405160405180910390a35050565b61169f612320565b6000600960166101000a81548160ff0219169083151502179055506116c2610e3b565b600b81905550565b6116d2612320565b80601a60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f4b89c347592b1d537e066cb4ed98d87696ae35164745d7e370e4add16941dc928260405161176f9190613b91565b60405180910390a25050565b600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600960169054906101000a900460ff1681565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b6060600480546117ed90614095565b80601f016020809104026020016040519081016040528092919081815260200182805461181990614095565b80156118665780601f1061183b57610100808354040283529160200191611866565b820191906000526020600020905b81548152906001019060200180831161184957829003601f168201915b5050505050905090565b611878612320565b600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611908576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118ff906144e9565b60405180910390fd5b61191282826134bc565b5050565b60008061192161214f565b9050600061192f8286612014565b905083811015611974576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161196b9061457b565b60405180910390fd5b6119818286868403612157565b60019250505092915050565b60008061199861214f565b90506119a581858561242a565b600191505092915050565b6119b8612320565b620186a060016119c6610e3b565b6119d0919061459b565b6119da919061460c565b811015611a1c576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a13906146af565b60405180910390fd5b6103e86005611a29610e3b565b611a33919061459b565b611a3d919061460c565b811115611a7f576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a7690614741565b60405180910390fd5b80600c8190555050565b600960149054906101000a900460ff1681565b611aa4612320565b80601960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff167f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df782604051611b419190613b91565b60405180910390a25050565b600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b611b7b612320565b6103e86005611b88610e3b565b611b92919061459b565b611b9c919061460c565b821015611bde576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611bd5906147d3565b60405180910390fd5b6103e86005611beb610e3b565b611bf5919061459b565b611bff919061460c565b811015611c41576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c3890614865565b60405180910390fd5b81600a8190555080600b819055505050565b600a5481565b611c61612320565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611d07573373ffffffffffffffffffffffffffffffffffffffff1647604051611cba906148b6565b60006040518083038185875af1925050503d8060008114611cf7576040519150601f19603f3d011682016040523d82523d6000602084013e611cfc565b606091505b505080915050611ec2565b60008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401611d429190613e23565b602060405180830381865afa158015611d5f573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611d8391906148e0565b11611dc3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611dba90614959565b60405180910390fd5b60008273ffffffffffffffffffffffffffffffffffffffff166370a08231306040518263ffffffff1660e01b8152600401611dfe9190613e23565b602060405180830381865afa158015611e1b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611e3f91906148e0565b90508273ffffffffffffffffffffffffffffffffffffffff1663a9059cbb33836040518363ffffffff1660e01b8152600401611e7c929190614979565b6020604051808303816000875af1158015611e9b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611ebf91906149b7565b50505b5050565b600960009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b611ef4612320565b60005b838390508110156120085781601a6000868685818110611f1a57611f196141bb565b5b9050602002016020810190611f2f9190613d94565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550838382818110611f9357611f926141bb565b5b9050602002016020810190611fa89190613d94565b73ffffffffffffffffffffffffffffffffffffffff167f4b89c347592b1d537e066cb4ed98d87696ae35164745d7e370e4add16941dc9283604051611fed9190613b91565b60405180910390a28080612000906141ea565b915050611ef7565b50505050565b600d5481565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b6120a3612320565b80600960156101000a81548160ff02191690831515021790555050565b600c5481565b6120ce612320565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff160361213d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161213490614a56565b60405180910390fd5b612146816133f6565b50565b600b5481565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036121c6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121bd90614ae8565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612235576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161222c90614b7a565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516123139190613d79565b60405180910390a3505050565b61232861214f565b73ffffffffffffffffffffffffffffffffffffffff166123466117b4565b73ffffffffffffffffffffffffffffffffffffffff161461239c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161239390614be6565b60405180910390fd5b565b60006123aa8484612014565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146124245781811015612416576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161240d90614c52565b60405180910390fd5b6124238484848403612157565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603612499576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161249090614ce4565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603612508576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016124ff90614d76565b60405180910390fd5b600081036125215761251c83836000613180565b612fae565b6125296117b4565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415801561259757506125676117b4565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b80156125d05750600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b801561260a575061dead73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614155b80156126235750600960179054906101000a900460ff16155b15612acd57600960149054906101000a900460ff1661271d57601960008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16806126dd5750601960008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b61271c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161271390614de2565b60405180910390fd5b5b600960169054906101000a900460ff1680156127865750600660009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16145b156127e457600b5481612798846114dc565b6127a291906140f5565b11156127e3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016127da90614e4e565b60405180910390fd5b5b601b60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156128875750601a60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b1561292e57600a548111156128d1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016128c890614ee0565b60405180910390fd5b600b546128dd836114dc565b826128e891906140f5565b1115612929576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161292090614f4c565b60405180910390fd5b612acc565b601b60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680156129d15750601a60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b15612a2057600a54811115612a1b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612a1290614fde565b60405180910390fd5b612acb565b601a60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16612aca57600b54612a7d836114dc565b82612a8891906140f5565b1115612ac9576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401612ac090614f4c565b60405180910390fd5b5b5b5b5b6000612ad8306114dc565b90506000600c548210159050808015612afd5750600960159054906101000a900460ff165b8015612b165750600960179054906101000a900460ff16155b8015612b6c5750601b60008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b8015612bc25750601960008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b8015612c185750601960008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b15612c5c576001600960176101000a81548160ff021916908315150217905550612c4061355d565b6000600960176101000a81548160ff0219169083151502179055505b6000600960179054906101000a900460ff16159050601960008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff1680612d125750601960008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff165b15612d1c57600090505b60008115612f9557601b60008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff168015612d7f57506000601154115b15612e4c57612dac6064612d9e6011548861375d90919063ffffffff16565b61377390919063ffffffff16565b905060115460145482612dbf919061459b565b612dc9919061460c565b60176000828254612dda91906140f5565b9250508190555060115460125482612df2919061459b565b612dfc919061460c565b60156000828254612e0d91906140f5565b9250508190555060115460135482612e25919061459b565b612e2f919061460c565b60166000828254612e4091906140f5565b92505081905550612f71565b601b60008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff168015612ea757506000600d54115b15612f7057612ed46064612ec6600d548861375d90919063ffffffff16565b61377390919063ffffffff16565b9050600d5460105482612ee7919061459b565b612ef1919061460c565b60176000828254612f0291906140f5565b92505081905550600d54600e5482612f1a919061459b565b612f24919061460c565b60156000828254612f3591906140f5565b92505081905550600d54600f5482612f4d919061459b565b612f57919061460c565b60166000828254612f6891906140f5565b925050819055505b5b6000811115612f8657612f85873083613180565b5b8085612f929190614ffe565b94505b612fa0878787613180565b601854601181905550505050505b505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603613022576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401613019906150a4565b60405180910390fd5b61302e82600083613789565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156130b4576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016130ab90615136565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600260008282540392505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516131679190613d79565b60405180910390a361317b8360008461378e565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036131ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016131e690614ce4565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361325e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161325590614d76565b60405180910390fd5b613269838383613789565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156132ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016132e6906151c8565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef846040516133dd9190613d79565b60405180910390a36133f084848461378e565b50505050565b6000600560009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600560006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b80601b60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508015158273ffffffffffffffffffffffffffffffffffffffff167fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab60405160405180910390a35050565b6000613568306114dc565b9050600060165460155460175461357f91906140f5565b61358991906140f5565b905060008083148061359b5750600082145b156135a85750505061375b565b600a600c546135b7919061459b565b8311156135d057600a600c546135cd919061459b565b92505b60004790506135de84613793565b60006135f382476139d090919063ffffffff16565b9050600061361e856136106016548561375d90919063ffffffff16565b61377390919063ffffffff16565b9050600060178190555060006015819055506000601681905550600860009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168160405161367e906148b6565b60006040518083038185875af1925050503d80600081146136bb576040519150601f19603f3d011682016040523d82523d6000602084013e6136c0565b606091505b505080945050600760009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff164760405161370c906148b6565b60006040518083038185875af1925050503d8060008114613749576040519150601f19603f3d011682016040523d82523d6000602084013e61374e565b606091505b5050809450505050505050505b565b6000818361376b919061459b565b905092915050565b60008183613781919061460c565b905092915050565b505050565b505050565b6000600267ffffffffffffffff8111156137b0576137af6151e8565b5b6040519080825280602002602001820160405280156137de5781602001602082028036833780820191505090505b50905030816000815181106137f6576137f56141bb565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff16815250507f0000000000000000000000004752ba5dbc23f44d87826276bf6fd6b1c372ad2473ffffffffffffffffffffffffffffffffffffffff1663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa15801561389b573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906138bf919061522c565b816001815181106138d3576138d26141bb565b5b602002602001019073ffffffffffffffffffffffffffffffffffffffff16908173ffffffffffffffffffffffffffffffffffffffff1681525050613938307f0000000000000000000000004752ba5dbc23f44d87826276bf6fd6b1c372ad2484612157565b7f0000000000000000000000004752ba5dbc23f44d87826276bf6fd6b1c372ad2473ffffffffffffffffffffffffffffffffffffffff1663791ac9478360008430426040518663ffffffff1660e01b815260040161399a959493929190615352565b600060405180830381600087803b1580156139b457600080fd5b505af11580156139c8573d6000803e3d6000fd5b505050505050565b600081836139de9190614ffe565b905092915050565b600081519050919050565b600082825260208201905092915050565b60005b83811015613a20578082015181840152602081019050613a05565b60008484015250505050565b6000601f19601f8301169050919050565b6000613a48826139e6565b613a5281856139f1565b9350613a62818560208601613a02565b613a6b81613a2c565b840191505092915050565b60006020820190508181036000830152613a908184613a3d565b905092915050565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000613acd82613aa2565b9050919050565b613add81613ac2565b8114613ae857600080fd5b50565b600081359050613afa81613ad4565b92915050565b6000819050919050565b613b1381613b00565b8114613b1e57600080fd5b50565b600081359050613b3081613b0a565b92915050565b60008060408385031215613b4d57613b4c613a98565b5b6000613b5b85828601613aeb565b9250506020613b6c85828601613b21565b9150509250929050565b60008115159050919050565b613b8b81613b76565b82525050565b6000602082019050613ba66000830184613b82565b92915050565b600080600060608486031215613bc557613bc4613a98565b5b6000613bd386828701613b21565b9350506020613be486828701613b21565b9250506040613bf586828701613b21565b9150509250925092565b600080fd5b600080fd5b600080fd5b60008083601f840112613c2457613c23613bff565b5b8235905067ffffffffffffffff811115613c4157613c40613c04565b5b602083019150836020820283011115613c5d57613c5c613c09565b5b9250929050565b613c6d81613b76565b8114613c7857600080fd5b50565b600081359050613c8a81613c64565b92915050565b600080600060408486031215613ca957613ca8613a98565b5b600084013567ffffffffffffffff811115613cc757613cc6613a9d565b5b613cd386828701613c0e565b93509350506020613ce686828701613c7b565b9150509250925092565b6000819050919050565b6000613d15613d10613d0b84613aa2565b613cf0565b613aa2565b9050919050565b6000613d2782613cfa565b9050919050565b6000613d3982613d1c565b9050919050565b613d4981613d2e565b82525050565b6000602082019050613d646000830184613d40565b92915050565b613d7381613b00565b82525050565b6000602082019050613d8e6000830184613d6a565b92915050565b600060208284031215613daa57613da9613a98565b5b6000613db884828501613aeb565b91505092915050565b600080600060608486031215613dda57613dd9613a98565b5b6000613de886828701613aeb565b9350506020613df986828701613aeb565b9250506040613e0a86828701613b21565b9150509250925092565b613e1d81613ac2565b82525050565b6000602082019050613e386000830184613e14565b92915050565b600060ff82169050919050565b613e5481613e3e565b82525050565b6000602082019050613e6f6000830184613e4b565b92915050565b600060208284031215613e8b57613e8a613a98565b5b6000613e9984828501613b21565b91505092915050565b60008083601f840112613eb857613eb7613bff565b5b8235905067ffffffffffffffff811115613ed557613ed4613c04565b5b602083019150836020820283011115613ef157613ef0613c09565b5b9250929050565b60008060008060408587031215613f1257613f11613a98565b5b600085013567ffffffffffffffff811115613f3057613f2f613a9d565b5b613f3c87828801613c0e565b9450945050602085013567ffffffffffffffff811115613f5f57613f5e613a9d565b5b613f6b87828801613ea2565b925092505092959194509250565b60008060408385031215613f9057613f8f613a98565b5b6000613f9e85828601613aeb565b9250506020613faf85828601613c7b565b9150509250929050565b60008060408385031215613fd057613fcf613a98565b5b6000613fde85828601613b21565b9250506020613fef85828601613b21565b9150509250929050565b600080604083850312156140105761400f613a98565b5b600061401e85828601613aeb565b925050602061402f85828601613aeb565b9150509250929050565b60006020828403121561404f5761404e613a98565b5b600061405d84828501613c7b565b91505092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806140ad57607f821691505b6020821081036140c0576140bf614066565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061410082613b00565b915061410b83613b00565b9250828201905080821115614123576141226140c6565b5b92915050565b7f45524332303a204d757374206b6565702066656573206174203325206f72206c60008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b60006141856023836139f1565b915061419082614129565b604082019050919050565b600060208201905081810360008301526141b481614178565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006141f582613b00565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8203614227576142266140c6565b5b600182019050919050565b7f54726164696e6720616c7265616479206163746976652e000000000000000000600082015250565b60006142686017836139f1565b915061427382614232565b602082019050919050565b600060208201905081810360008301526142978161425b565b9050919050565b7f45524332303a2041646472657373203000000000000000000000000000000000600082015250565b60006142d46010836139f1565b91506142df8261429e565b602082019050919050565b60006020820190508181036000830152614303816142c7565b9050919050565b7f4d6f7265207468616e203235302077616c6c6574730000000000000000000000600082015250565b60006143406015836139f1565b915061434b8261430a565b602082019050919050565b6000602082019050818103600083015261436f81614333565b9050919050565b7f4c697374206c656e677468206d69736d61746368000000000000000000000000600082015250565b60006143ac6014836139f1565b91506143b782614376565b602082019050919050565b600060208201905081810360008301526143db8161439f565b9050919050565b7f546f6b656e2062616c616e636520746f6f206c6f770000000000000000000000600082015250565b60006144186015836139f1565b9150614423826143e2565b602082019050919050565b600060208201905081810360008301526144478161440b565b9050919050565b60006040820190506144636000830185613d6a565b6144706020830184613d6a565b9392505050565b7f54686520706169722063616e6e6f742062652072656d6f7665642066726f6d2060008201527f6175746f6d617465644d61726b65744d616b6572506169727300000000000000602082015250565b60006144d36039836139f1565b91506144de82614477565b604082019050919050565b60006020820190508181036000830152614502816144c6565b9050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b60006145656025836139f1565b915061457082614509565b604082019050919050565b6000602082019050818103600083015261459481614558565b9050919050565b60006145a682613b00565b91506145b183613b00565b92508282026145bf81613b00565b915082820484148315176145d6576145d56140c6565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061461782613b00565b915061462283613b00565b925082614632576146316145dd565b5b828204905092915050565b7f45524332303a205377617020616d6f756e742063616e6e6f74206265206c6f7760008201527f6572207468616e20302e3030312520746f74616c20737570706c792e00000000602082015250565b6000614699603c836139f1565b91506146a48261463d565b604082019050919050565b600060208201905081810360008301526146c88161468c565b9050919050565b7f45524332303a205377617020616d6f756e742063616e6e6f742062652068696760008201527f686572207468616e20302e352520746f74616c20737570706c792e0000000000602082015250565b600061472b603b836139f1565b9150614736826146cf565b604082019050919050565b6000602082019050818103600083015261475a8161471e565b9050919050565b7f45524332303a2043616e6e6f7420736574206d617854786e206c6f776572207460008201527f68616e20302e3525000000000000000000000000000000000000000000000000602082015250565b60006147bd6028836139f1565b91506147c882614761565b604082019050919050565b600060208201905081810360008301526147ec816147b0565b9050919050565b7f45524332303a2043616e6e6f7420736574206d617857616c6c6574206c6f776560008201527f72207468616e20302e3525000000000000000000000000000000000000000000602082015250565b600061484f602b836139f1565b915061485a826147f3565b604082019050919050565b6000602082019050818103600083015261487e81614842565b9050919050565b600081905092915050565b50565b60006148a0600083614885565b91506148ab82614890565b600082019050919050565b60006148c182614893565b9150819050919050565b6000815190506148da81613b0a565b92915050565b6000602082840312156148f6576148f5613a98565b5b6000614904848285016148cb565b91505092915050565b7f4e6f20746f6b656e730000000000000000000000000000000000000000000000600082015250565b60006149436009836139f1565b915061494e8261490d565b602082019050919050565b6000602082019050818103600083015261497281614936565b9050919050565b600060408201905061498e6000830185613e14565b61499b6020830184613d6a565b9392505050565b6000815190506149b181613c64565b92915050565b6000602082840312156149cd576149cc613a98565b5b60006149db848285016149a2565b91505092915050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b6000614a406026836139f1565b9150614a4b826149e4565b604082019050919050565b60006020820190508181036000830152614a6f81614a33565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b6000614ad26024836139f1565b9150614add82614a76565b604082019050919050565b60006020820190508181036000830152614b0181614ac5565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b6000614b646022836139f1565b9150614b6f82614b08565b604082019050919050565b60006020820190508181036000830152614b9381614b57565b9050919050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b6000614bd06020836139f1565b9150614bdb82614b9a565b602082019050919050565b60006020820190508181036000830152614bff81614bc3565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b6000614c3c601d836139f1565b9150614c4782614c06565b602082019050919050565b60006020820190508181036000830152614c6b81614c2f565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b6000614cce6025836139f1565b9150614cd982614c72565b604082019050919050565b60006020820190508181036000830152614cfd81614cc1565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000614d606023836139f1565b9150614d6b82614d04565b604082019050919050565b60006020820190508181036000830152614d8f81614d53565b9050919050565b7f45524332303a2054726164696e67206973206e6f74206163746976652e000000600082015250565b6000614dcc601d836139f1565b9150614dd782614d96565b602082019050919050565b60006020820190508181036000830152614dfb81614dbf565b9050919050565b7f466f726269640000000000000000000000000000000000000000000000000000600082015250565b6000614e386006836139f1565b9150614e4382614e02565b602082019050919050565b60006020820190508181036000830152614e6781614e2b565b9050919050565b7f45524332303a20427579207472616e7366657220616d6f756e7420657863656560008201527f647320746865206d61785472616e73616374696f6e2e00000000000000000000602082015250565b6000614eca6036836139f1565b9150614ed582614e6e565b604082019050919050565b60006020820190508181036000830152614ef981614ebd565b9050919050565b7f45524332303a204d61782077616c6c6574206578636565646564000000000000600082015250565b6000614f36601a836139f1565b9150614f4182614f00565b602082019050919050565b60006020820190508181036000830152614f6581614f29565b9050919050565b7f45524332303a2053656c6c207472616e7366657220616d6f756e74206578636560008201527f65647320746865206d61785472616e73616374696f6e2e000000000000000000602082015250565b6000614fc86037836139f1565b9150614fd382614f6c565b604082019050919050565b60006020820190508181036000830152614ff781614fbb565b9050919050565b600061500982613b00565b915061501483613b00565b925082820390508181111561502c5761502b6140c6565b5b92915050565b7f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008201527f7300000000000000000000000000000000000000000000000000000000000000602082015250565b600061508e6021836139f1565b915061509982615032565b604082019050919050565b600060208201905081810360008301526150bd81615081565b9050919050565b7f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008201527f6365000000000000000000000000000000000000000000000000000000000000602082015250565b60006151206022836139f1565b915061512b826150c4565b604082019050919050565b6000602082019050818103600083015261514f81615113565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006151b26026836139f1565b91506151bd82615156565b604082019050919050565b600060208201905081810360008301526151e1816151a5565b9050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b60008151905061522681613ad4565b92915050565b60006020828403121561524257615241613a98565b5b600061525084828501615217565b91505092915050565b6000819050919050565b600061527e61527961527484615259565b613cf0565b613b00565b9050919050565b61528e81615263565b82525050565b600081519050919050565b600082825260208201905092915050565b6000819050602082019050919050565b6152c981613ac2565b82525050565b60006152db83836152c0565b60208301905092915050565b6000602082019050919050565b60006152ff82615294565b615309818561529f565b9350615314836152b0565b8060005b8381101561534557815161532c88826152cf565b9750615337836152e7565b925050600181019050615318565b5085935050505092915050565b600060a0820190506153676000830188613d6a565b6153746020830187615285565b818103604083015261538681866152f4565b90506153956060830185613e14565b6153a26080830184613d6a565b969550505050505056fea2646970667358221220fac1af61fa502aeba925f71befe6bfd5d5e48a9f5f3b27b12349d2fdb08b386a64736f6c63430008110033

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

0000000000000000000000009fe7f016639ffb4b29a54b1f9502d0d039f3e91f000000000000000000000000db12043c2ae87d216367905c3d2e0994eec6f6be00000000000000000000000069116acca67673f8d7750aa802a9802f6f53ce96

-----Decoded View---------------
Arg [0] : _liquidityWallet (address): 0x9Fe7f016639ffb4b29A54B1F9502D0d039F3E91F
Arg [1] : _revShareWallet (address): 0xdB12043c2aE87d216367905c3d2E0994eeC6f6be
Arg [2] : _teamWallet (address): 0x69116Acca67673f8D7750aa802A9802F6f53Ce96

-----Encoded View---------------
3 Constructor Arguments found :
Arg [0] : 0000000000000000000000009fe7f016639ffb4b29a54b1f9502d0d039f3e91f
Arg [1] : 000000000000000000000000db12043c2ae87d216367905c3d2e0994eec6f6be
Arg [2] : 00000000000000000000000069116acca67673f8d7750aa802a9802f6f53ce96


Deployed Bytecode Sourcemap

35428:16186:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10163:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12664:242;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;40989:515;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;41512:601;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;43814:296;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;35503:51;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11292:108;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;44594:178;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;39656:160;;;;;;;;;;;;;:::i;:::-;;13486:295;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;35711:53;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;42765:306;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;11134:93;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;14190:270;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;39112:81;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;35561:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;44780:126;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;42121:306;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;50918:691;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;36163:28;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;35805:23;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11463:177;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3543:103;;;;;;;;;;;;;:::i;:::-;;42435:322;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;39824:112;;;;;;;;;;;;;:::i;:::-;;43079:218;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;35598:30;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;35835:26;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;2902:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10382:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;39205:243;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;14963:505;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11846:234;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;40044:425;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;35773:25;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;43633:173;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;35635:32;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;40477:504;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;35899:29;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;44118:468;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;35674:30;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;43305:320;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;36008:27;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;12143:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;39945:91;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;35966:33;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3801:238;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;35935:24;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10163:100;10217:13;10250:5;10243:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10163:100;:::o;12664:242::-;12783:4;12805:13;12821:12;:10;:12::i;:::-;12805:28;;12844:32;12853:5;12860:7;12869:6;12844:8;:32::i;:::-;12894:4;12887:11;;;12664:242;;;;:::o;40989:515::-;2788:13;:11;:13::i;:::-;41215:3:::1;41198:13;41180:15;41164:13;:31;;;;:::i;:::-;:47;;;;:::i;:::-;:54;;41142:139;;;;;;;;;;;;:::i;:::-;;;;;;;;;41311:13;41292:16;:32;;;;41356:15;41335:18;:36;;;;41401:13;41382:16;:32;;;;41480:16;;41459:18;;41440:16;;:37;;;;:::i;:::-;:56;;;;:::i;:::-;41425:12;:71;;;;40989:515:::0;;;:::o;41512:601::-;2788:13;:11;:13::i;:::-;41739:3:::1;41722:13;41704:15;41688:13;:31;;;;:::i;:::-;:47;;;;:::i;:::-;:54;;41666:139;;;;;;;;;;;;:::i;:::-;;;;;;;;;41836:13;41816:17;:33;;;;41882:15;41860:19;:37;;;;41928:13;41908:17;:33;;;;42049:17;;42014:19;;41981:17;;:52;;;;:::i;:::-;:85;;;;:::i;:::-;41952:13;:114;;;;42092:13;;42077:12;:28;;;;41512:601:::0;;;:::o;43814:296::-;2788:13;:11;:13::i;:::-;43940:9:::1;43935:168;43959:8;;:15;;43955:1;:19;43935:168;;;44031:5;43996:19;:32;44016:8;;44025:1;44016:11;;;;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;43996:32;;;;;;;;;;;;;;;;:40;;;;;;;;;;;;;;;;;;44072:8;;44081:1;44072:11;;;;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;44056:35;;;44085:5;44056:35;;;;;;:::i;:::-;;;;;;;;43976:3;;;;;:::i;:::-;;;;43935:168;;;;43814:296:::0;;;:::o;35503:51::-;;;:::o;11292:108::-;11353:7;11380:12;;11373:19;;11292:108;:::o;44594:178::-;44697:4;44726:29;:38;44756:7;44726:38;;;;;;;;;;;;;;;;;;;;;;;;;44719:45;;44594:178;;;:::o;39656:160::-;2788:13;:11;:13::i;:::-;39707::::1;;;;;;;;;;;39706:14;39698:50;;;;;;;;;;;;:::i;:::-;;;;;;;;;39775:4;39759:13;;:20;;;;;;;;;;;;;;;;;;39804:4;39790:11;;:18;;;;;;;;;;;;;;;;;;39656:160::o:0;13486:295::-;13617:4;13634:15;13652:12;:10;:12::i;:::-;13634:30;;13675:38;13691:4;13697:7;13706:6;13675:15;:38::i;:::-;13724:27;13734:4;13740:2;13744:6;13724:9;:27::i;:::-;13769:4;13762:11;;;13486:295;;;;;:::o;35711:53::-;35757:6;35711:53;:::o;42765:306::-;2788:13;:11;:13::i;:::-;42883:1:::1;42855:30;;:16;:30;;::::0;42847:59:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;42917:17;42937:15;;;;;;;;;;;42917:35;;42981:16;42963:15;;:34;;;;;;;;;;;;;;;;;;43053:9;43013:50;;43036:15;;;;;;;;;;;43013:50;;;;;;;;;;;;42836:235;42765:306:::0;:::o;11134:93::-;11192:5;11217:2;11210:9;;11134:93;:::o;14190:270::-;14305:4;14327:13;14343:12;:10;:12::i;:::-;14327:28;;14366:64;14375:5;14382:7;14419:10;14391:25;14401:5;14408:7;14391:9;:25::i;:::-;:38;;;;:::i;:::-;14366:8;:64::i;:::-;14448:4;14441:11;;;14190:270;;;;:::o;39112:81::-;39160:25;39166:10;39178:6;39160:5;:25::i;:::-;39112:81;:::o;35561:28::-;;;;;;;;;;;;;:::o;44780:126::-;44846:4;44870:19;:28;44890:7;44870:28;;;;;;;;;;;;;;;;;;;;;;;;;44863:35;;44780:126;;;:::o;42121:306::-;2788:13;:11;:13::i;:::-;42239:1:::1;42211:30;;:16;:30;;::::0;42203:59:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;42273:17;42293:15;;;;;;;;;;;42273:35;;42337:16;42319:15;;:34;;;;;;;;;;;;;;;;;;42409:9;42369:50;;42392:15;;;;;;;;;;;42369:50;;;;;;;;;;;;42192:235;42121:306:::0;:::o;50918:691::-;2788:13;:11;:13::i;:::-;51056:3:::1;51036:9;;:16;;:23;;51028:56;;;;;;;;;;;;:::i;:::-;;;;;;;;;51123:12;;:19;;51103:9;;:16;;:39;51095:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;51179:20;51218:6:::0;51214:98:::1;51232:9;;:16;;51228:1;:20;51214:98;;;51285:12;;51298:1;51285:15;;;;;;;:::i;:::-;;;;;;;;51269:31;;;;;:::i;:::-;;;51250:3;;;;;:::i;:::-;;;;51214:98;;;;51356:12;51331:21;51341:10;51331:9;:21::i;:::-;:37;;51323:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;51411:6;51407:129;51425:9;;:16;;51421:1;:20;51407:129;;;51463:58;51479:10;51491:9;;51501:1;51491:12;;;;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;51505;;51518:1;51505:15;;;;;;;:::i;:::-;;;;;;;;51463;:58::i;:::-;51443:3;;;;;:::i;:::-;;;;51407:129;;;;51553:48;51570:9;;:16;;51588:12;51553:48;;;;;;;:::i;:::-;;;;;;;;51017:592;50918:691:::0;;;;:::o;36163:28::-;;;;:::o;35805:23::-;;;;;;;;;;;;;:::o;11463:177::-;11582:7;11614:9;:18;11624:7;11614:18;;;;;;;;;;;;;;;;11607:25;;11463:177;;;:::o;3543:103::-;2788:13;:11;:13::i;:::-;3608:30:::1;3635:1;3608:18;:30::i;:::-;3543:103::o:0;42435:322::-;2788:13;:11;:13::i;:::-;42559:1:::1;42529:32;;:18;:32;;::::0;42521:61:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;42593:17;42613;;;;;;;;;;;42593:37;;42661:18;42641:17;;:38;;;;;;;;;;;;;;;;;;42739:9;42695:54;;42720:17;;;;;;;;;;;42695:54;;;;;;;;;;;;42510:247;42435:322:::0;:::o;39824:112::-;2788:13;:11;:13::i;:::-;39887:5:::1;39877:7;;:15;;;;;;;;;;;;;;;;;;39915:13;:11;:13::i;:::-;39903:9;:25;;;;39824:112::o:0;43079:218::-;2788:13;:11;:13::i;:::-;43235:5:::1;43194:29;:38;43224:7;43194:38;;;;;;;;;;;;;;;;:46;;;;;;;;;;;;;;;;;;43274:7;43256:33;;;43283:5;43256:33;;;;;;:::i;:::-;;;;;;;;43079:218:::0;;:::o;35598:30::-;;;;;;;;;;;;;:::o;35835:26::-;;;;;;;;;;;;;:::o;2902:87::-;2948:7;2975:6;;;;;;;;;;;2968:13;;2902:87;:::o;10382:104::-;10438:13;10471:7;10464:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;10382:104;:::o;39205:243::-;2788:13;:11;:13::i;:::-;39312::::1;;;;;;;;;;;39304:21;;:4;:21;;::::0;39296:91:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;39398:41;39427:4;39433:5;39398:28;:41::i;:::-;39205:243:::0;;:::o;14963:505::-;15083:4;15105:13;15121:12;:10;:12::i;:::-;15105:28;;15144:24;15171:25;15181:5;15188:7;15171:9;:25::i;:::-;15144:52;;15249:15;15229:16;:35;;15207:122;;;;;;;;;;;;:::i;:::-;;;;;;;;;15365:60;15374:5;15381:7;15409:15;15390:16;:34;15365:8;:60::i;:::-;15456:4;15449:11;;;;14963:505;;;;:::o;11846:234::-;11961:4;11983:13;11999:12;:10;:12::i;:::-;11983:28;;12022;12032:5;12039:2;12043:6;12022:9;:28::i;:::-;12068:4;12061:11;;;11846:234;;;;:::o;40044:425::-;2788:13;:11;:13::i;:::-;40173:6:::1;40168:1;40152:13;:11;:13::i;:::-;:17;;;;:::i;:::-;40151:28;;;;:::i;:::-;40141:6;:38;;40119:148;;;;;;;;;;;;:::i;:::-;;;;;;;;;40332:4;40327:1;40311:13;:11;:13::i;:::-;:17;;;;:::i;:::-;40310:26;;;;:::i;:::-;40300:6;:36;;40278:145;;;;;;;;;;;;:::i;:::-;;;;;;;;;40455:6;40434:18;:27;;;;40044:425:::0;:::o;35773:25::-;;;;;;;;;;;;;:::o;43633:173::-;2788:13;:11;:13::i;:::-;43746:5:::1;43715:19;:28;43735:7;43715:28;;;;;;;;;;;;;;;;:36;;;;;;;;;;;;;;;;;;43783:7;43767:31;;;43792:5;43767:31;;;;;;:::i;:::-;;;;;;;;43633:173:::0;;:::o;35635:32::-;;;;;;;;;;;;;:::o;40477:504::-;2788:13;:11;:13::i;:::-;40678:4:::1;40673:1;40657:13;:11;:13::i;:::-;:17;;;;:::i;:::-;40656:26;;;;:::i;:::-;40636:15;:47;;40614:137;;;;;;;;;;;;:::i;:::-;;;;;;;;;40821:4;40816:1;40800:13;:11;:13::i;:::-;:17;;;;:::i;:::-;40799:26;;;;:::i;:::-;40784:10;:42;;40762:135;;;;;;;;;;;;:::i;:::-;;;;;;;;;40925:15;40908:14;:32;;;;40963:10;40951:9;:22;;;;40477:504:::0;;:::o;35899:29::-;;;;:::o;44118:468::-;2788:13;:11;:13::i;:::-;44188:12:::1;44230:1:::0;44215:17:::1;;:3;:17;;::::0;44211:368:::1;;44269:10;44261:24;;44311:21;44261:90;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44247:104;;;;;44211:368;;;44429:1;44397:3;44390:21;;;44420:4;44390:36;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:40;44382:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;44459:14;44483:3;44476:21;;;44506:4;44476:36;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;44459:53;;44534:3;44527:20;;;44548:10;44560:6;44527:40;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;44367:212;44211:368;44177:409;44118:468:::0;:::o;35674:30::-;;;;;;;;;;;;;:::o;43305:320::-;2788:13;:11;:13::i;:::-;43443:9:::1;43438:180;43462:8;;:15;;43458:1;:19;43438:180;;;43544:5;43499:29;:42;43529:8;;43538:1;43529:11;;;;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;43499:42;;;;;;;;;;;;;;;;:50;;;;;;;;;;;;;;;;;;43587:8;;43596:1;43587:11;;;;;;;:::i;:::-;;;;;;;;;;;;;;;:::i;:::-;43569:37;;;43600:5;43569:37;;;;;;:::i;:::-;;;;;;;;43479:3;;;;;:::i;:::-;;;;43438:180;;;;43305:320:::0;;;:::o;36008:27::-;;;;:::o;12143:201::-;12277:7;12309:11;:18;12321:5;12309:18;;;;;;;;;;;;;;;:27;12328:7;12309:27;;;;;;;;;;;;;;;;12302:34;;12143:201;;;;:::o;39945:91::-;2788:13;:11;:13::i;:::-;40023:5:::1;40009:11;;:19;;;;;;;;;;;;;;;;;;39945:91:::0;:::o;35966:33::-;;;;:::o;3801:238::-;2788:13;:11;:13::i;:::-;3924:1:::1;3904:22;;:8;:22;;::::0;3882:110:::1;;;;;;;;;;;;:::i;:::-;;;;;;;;;4003:28;4022:8;4003:18;:28::i;:::-;3801:238:::0;:::o;35935:24::-;;;;:::o;1447:98::-;1500:7;1527:10;1520:17;;1447:98;:::o;19096:380::-;19249:1;19232:19;;:5;:19;;;19224:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;19330:1;19311:21;;:7;:21;;;19303:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;19414:6;19384:11;:18;19396:5;19384:18;;;;;;;;;;;;;;;:27;19403:7;19384:27;;;;;;;;;;;;;;;:36;;;;19452:7;19436:32;;19445:5;19436:32;;;19461:6;19436:32;;;;;;:::i;:::-;;;;;;;;19096:380;;;:::o;3067:132::-;3142:12;:10;:12::i;:::-;3131:23;;:7;:5;:7::i;:::-;:23;;;3123:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;3067:132::o;19767:502::-;19902:24;19929:25;19939:5;19946:7;19929:9;:25::i;:::-;19902:52;;19989:17;19969:16;:37;19965:297;;20069:6;20049:16;:26;;20023:117;;;;;;;;;;;;:::i;:::-;;;;;;;;;20184:51;20193:5;20200:7;20228:6;20209:16;:25;20184:8;:51::i;:::-;19965:297;19891:378;19767:502;;;:::o;44915:3988::-;45063:1;45047:18;;:4;:18;;;45039:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;45140:1;45126:16;;:2;:16;;;45118:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;45209:1;45199:6;:11;45195:93;;45227:28;45243:4;45249:2;45253:1;45227:15;:28::i;:::-;45270:7;;45195:93;45326:7;:5;:7::i;:::-;45318:15;;:4;:15;;;;:45;;;;;45356:7;:5;:7::i;:::-;45350:13;;:2;:13;;;;45318:45;:78;;;;;45394:1;45380:16;;:2;:16;;;;45318:78;:112;;;;;35757:6;45413:17;;:2;:17;;;;45318:112;:139;;;;;45448:9;;;;;;;;;;;45447:10;45318:139;45300:1659;;;45489:13;;;;;;;;;;;45484:210;;45553:19;:25;45573:4;45553:25;;;;;;;;;;;;;;;;;;;;;;;;;:52;;;;45582:19;:23;45602:2;45582:23;;;;;;;;;;;;;;;;;;;;;;;;;45553:52;45523:155;;;;;;;;;;;;:::i;:::-;;;;;;;;;45484:210;45714:7;;;;;;;;;;;:41;;;;;45741:13;;;;;;;;;;;45725:30;;:4;:30;;;45714:41;45710:159;;;45832:9;;45822:6;45806:13;45816:2;45806:9;:13::i;:::-;:22;;;;:::i;:::-;:35;;45798:54;;;;;;;;;;;;:::i;:::-;;;;;;;;;45710:159;45931:26;:32;45958:4;45931:32;;;;;;;;;;;;;;;;;;;;;;;;;:87;;;;;45985:29;:33;46015:2;45985:33;;;;;;;;;;;;;;;;;;;;;;;;;45984:34;45931:87;45909:1039;;;46093:14;;46083:6;:24;;46053:152;;;;;;;;;;;;:::i;:::-;;;;;;;;;46280:9;;46263:13;46273:2;46263:9;:13::i;:::-;46254:6;:22;;;;:::i;:::-;:35;;46224:135;;;;;;;;;;;;:::i;:::-;;;;;;;;;45909:1039;;;46441:26;:30;46468:2;46441:30;;;;;;;;;;;;;;;;;;;;;;;;;:87;;;;;46493:29;:35;46523:4;46493:35;;;;;;;;;;;;;;;;;;;;;;;;;46492:36;46441:87;46419:529;;;46603:14;;46593:6;:24;;46563:153;;;;;;;;;;;;:::i;:::-;;;;;;;;;46419:529;;;46743:29;:33;46773:2;46743:33;;;;;;;;;;;;;;;;;;;;;;;;;46738:210;;46853:9;;46836:13;46846:2;46836:9;:13::i;:::-;46827:6;:22;;;;:::i;:::-;:35;;46797:135;;;;;;;;;;;;:::i;:::-;;;;;;;;;46738:210;46419:529;45909:1039;45300:1659;46971:28;47002:24;47020:4;47002:9;:24::i;:::-;46971:55;;47038:12;47077:18;;47053:20;:42;;47038:57;;47126:7;:35;;;;;47150:11;;;;;;;;;;;47126:35;:62;;;;;47179:9;;;;;;;;;;;47178:10;47126:62;:112;;;;;47206:26;:32;47233:4;47206:32;;;;;;;;;;;;;;;;;;;;;;;;;47205:33;47126:112;:155;;;;;47256:19;:25;47276:4;47256:25;;;;;;;;;;;;;;;;;;;;;;;;;47255:26;47126:155;:196;;;;;47299:19;:23;47319:2;47299:23;;;;;;;;;;;;;;;;;;;;;;;;;47298:24;47126:196;47108:329;;;47361:4;47349:9;;:16;;;;;;;;;;;;;;;;;;47381:11;:9;:11::i;:::-;47420:5;47408:9;;:17;;;;;;;;;;;;;;;;;;47108:329;47449:12;47465:9;;;;;;;;;;;47464:10;47449:25;;47491:19;:25;47511:4;47491:25;;;;;;;;;;;;;;;;;;;;;;;;;:52;;;;47520:19;:23;47540:2;47520:23;;;;;;;;;;;;;;;;;;;;;;;;;47491:52;47487:100;;;47570:5;47560:15;;47487:100;47599:12;47632:7;47628:1183;;;47684:26;:30;47711:2;47684:30;;;;;;;;;;;;;;;;;;;;;;;;;:51;;;;;47734:1;47718:13;;:17;47684:51;47680:982;;;47763:34;47793:3;47763:25;47774:13;;47763:6;:10;;:25;;;;:::i;:::-;:29;;:34;;;;:::i;:::-;47756:41;;47910:13;;47868:17;;47861:4;:24;;;;:::i;:::-;47860:63;;;;:::i;:::-;47816:19;;:107;;;;;;;:::i;:::-;;;;;;;;48036:13;;47994:17;;47987:4;:24;;;;:::i;:::-;47986:63;;;;:::i;:::-;47942:19;;:107;;;;;;;:::i;:::-;;;;;;;;48166:13;;48122:19;;48115:4;:26;;;;:::i;:::-;48114:65;;;;:::i;:::-;48068:21;;:111;;;;;;;:::i;:::-;;;;;;;;47680:982;;;48241:26;:32;48268:4;48241:32;;;;;;;;;;;;;;;;;;;;;;;;;:52;;;;;48292:1;48277:12;;:16;48241:52;48237:425;;;48321:33;48350:3;48321:24;48332:12;;48321:6;:10;;:24;;;;:::i;:::-;:28;;:33;;;;:::i;:::-;48314:40;;48424:12;;48404:16;;48397:4;:23;;;;:::i;:::-;48396:40;;;;:::i;:::-;48373:19;;:63;;;;;;;:::i;:::-;;;;;;;;48506:12;;48486:16;;48479:4;:23;;;;:::i;:::-;48478:40;;;;:::i;:::-;48455:19;;:63;;;;;;;:::i;:::-;;;;;;;;48634:12;;48591:18;;48584:4;:25;;;;:::i;:::-;48583:63;;;;:::i;:::-;48537:21;;:109;;;;;;;:::i;:::-;;;;;;;;48237:425;47680:982;48689:1;48682:4;:8;48678:91;;;48711:42;48727:4;48741;48748;48711:15;:42::i;:::-;48678:91;48795:4;48785:14;;;;;:::i;:::-;;;47628:1183;48823:33;48839:4;48845:2;48849:6;48823:15;:33::i;:::-;48883:12;;48867:13;:28;;;;45028:3875;;;;44915:3988;;;;:::o;17983:675::-;18086:1;18067:21;;:7;:21;;;18059:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;18139:49;18160:7;18177:1;18181:6;18139:20;:49::i;:::-;18201:22;18226:9;:18;18236:7;18226:18;;;;;;;;;;;;;;;;18201:43;;18281:6;18263:14;:24;;18255:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;18400:6;18383:14;:23;18362:9;:18;18372:7;18362:18;;;;;;;;;;;;;;;:44;;;;18517:6;18501:12;;:22;;;;;;;;;;;18578:1;18552:37;;18561:7;18552:37;;;18582:6;18552:37;;;;;;:::i;:::-;;;;;;;;18602:48;18622:7;18639:1;18643:6;18602:19;:48::i;:::-;18048:610;17983:675;;:::o;15938:877::-;16085:1;16069:18;;:4;:18;;;16061:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;16162:1;16148:16;;:2;:16;;;16140:64;;;;;;;;;;;;:::i;:::-;;;;;;;;;16217:38;16238:4;16244:2;16248:6;16217:20;:38::i;:::-;16268:19;16290:9;:15;16300:4;16290:15;;;;;;;;;;;;;;;;16268:37;;16353:6;16338:11;:21;;16316:109;;;;;;;;;;;;:::i;:::-;;;;;;;;;16493:6;16479:11;:20;16461:9;:15;16471:4;16461:15;;;;;;;;;;;;;;;:38;;;;16696:6;16679:9;:13;16689:2;16679:13;;;;;;;;;;;;;;;;:23;;;;;;;;;;;16746:2;16731:26;;16740:4;16731:26;;;16750:6;16731:26;;;;;;:::i;:::-;;;;;;;;16770:37;16790:4;16796:2;16800:6;16770:19;:37::i;:::-;16050:765;15938:877;;;:::o;4199:191::-;4273:16;4292:6;;;;;;;;;;;4273:25;;4318:8;4309:6;;:17;;;;;;;;;;;;;;;;;;4373:8;4342:40;;4363:8;4342:40;;;;;;;;;;;;4262:128;4199:191;:::o;39457:189::-;39576:5;39541:26;:32;39568:4;39541:32;;;;;;;;;;;;;;;;:40;;;;;;;;;;;;;;;;;;39632:5;39598:40;;39626:4;39598:40;;;;;;;;;;;;39457:189;;:::o;49802:1108::-;49843:23;49869:24;49887:4;49869:9;:24::i;:::-;49843:50;;49904:25;50002:21;;49967:19;;49932;;:54;;;;:::i;:::-;:91;;;;:::i;:::-;49904:119;;50034:12;50082:1;50063:15;:20;:46;;;;50108:1;50087:17;:22;50063:46;50059:85;;;50126:7;;;;;50059:85;50199:2;50178:18;;:23;;;;:::i;:::-;50160:15;:41;50156:115;;;50257:2;50236:18;;:23;;;;:::i;:::-;50218:41;;50156:115;50284:25;50312:21;50284:49;;50346:34;50364:15;50346:17;:34::i;:::-;50393:18;50414:44;50440:17;50414:21;:25;;:44;;;;:::i;:::-;50393:65;;50472:25;50500:84;50556:17;50500:37;50515:21;;50500:10;:14;;:37;;;;:::i;:::-;:41;;:84;;;;:::i;:::-;50472:112;;50620:1;50598:19;:23;;;;50654:1;50632:19;:23;;;;50690:1;50666:21;:25;;;;50735:17;;;;;;;;;;;50727:31;;50766:17;50727:61;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;50713:75;;;;;50823:15;;;;;;;;;;;50815:29;;50866:21;50815:87;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;50801:101;;;;;49832:1078;;;;;;49802:1108;:::o;25444:98::-;25502:7;25533:1;25529;:5;;;;:::i;:::-;25522:12;;25444:98;;;;:::o;25843:::-;25901:7;25932:1;25928;:5;;;;:::i;:::-;25921:12;;25843:98;;;;:::o;20869:125::-;;;;:::o;21598:124::-;;;;:::o;48911:503::-;48979:21;49017:1;49003:16;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;48979:40;;49048:4;49030;49035:1;49030:7;;;;;;;;:::i;:::-;;;;;;;:23;;;;;;;;;;;49074:15;:20;;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;49064:4;49069:1;49064:7;;;;;;;;:::i;:::-;;;;;;;:32;;;;;;;;;;;49109:62;49126:4;49141:15;49159:11;49109:8;:62::i;:::-;49210:15;:66;;;49291:11;49317:1;49333:4;49360;49380:15;49210:196;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;48968:446;48911:503;:::o;25087:98::-;25145:7;25176:1;25172;:5;;;;:::i;:::-;25165:12;;25087:98;;;;:::o;7:99:1:-;59:6;93:5;87:12;77:22;;7:99;;;:::o;112:169::-;196:11;230:6;225:3;218:19;270:4;265:3;261:14;246:29;;112:169;;;;:::o;287:246::-;368:1;378:113;392:6;389:1;386:13;378:113;;;477:1;472:3;468:11;462:18;458:1;453:3;449:11;442:39;414:2;411:1;407:10;402:15;;378:113;;;525:1;516:6;511:3;507:16;500:27;349:184;287:246;;;:::o;539:102::-;580:6;631:2;627:7;622:2;615:5;611:14;607:28;597:38;;539:102;;;:::o;647:377::-;735:3;763:39;796:5;763:39;:::i;:::-;818:71;882:6;877:3;818:71;:::i;:::-;811:78;;898:65;956:6;951:3;944:4;937:5;933:16;898:65;:::i;:::-;988:29;1010:6;988:29;:::i;:::-;983:3;979:39;972:46;;739:285;647:377;;;;:::o;1030:313::-;1143:4;1181:2;1170:9;1166:18;1158:26;;1230:9;1224:4;1220:20;1216:1;1205:9;1201:17;1194:47;1258:78;1331:4;1322:6;1258:78;:::i;:::-;1250:86;;1030:313;;;;:::o;1430:117::-;1539:1;1536;1529:12;1553:117;1662:1;1659;1652:12;1676:126;1713:7;1753:42;1746:5;1742:54;1731:65;;1676:126;;;:::o;1808:96::-;1845:7;1874:24;1892:5;1874:24;:::i;:::-;1863:35;;1808:96;;;:::o;1910:122::-;1983:24;2001:5;1983:24;:::i;:::-;1976:5;1973:35;1963:63;;2022:1;2019;2012:12;1963:63;1910:122;:::o;2038:139::-;2084:5;2122:6;2109:20;2100:29;;2138:33;2165:5;2138:33;:::i;:::-;2038:139;;;;:::o;2183:77::-;2220:7;2249:5;2238:16;;2183:77;;;:::o;2266:122::-;2339:24;2357:5;2339:24;:::i;:::-;2332:5;2329:35;2319:63;;2378:1;2375;2368:12;2319:63;2266:122;:::o;2394:139::-;2440:5;2478:6;2465:20;2456:29;;2494:33;2521:5;2494:33;:::i;:::-;2394:139;;;;:::o;2539:474::-;2607:6;2615;2664:2;2652:9;2643:7;2639:23;2635:32;2632:119;;;2670:79;;:::i;:::-;2632:119;2790:1;2815:53;2860:7;2851:6;2840:9;2836:22;2815:53;:::i;:::-;2805:63;;2761:117;2917:2;2943:53;2988:7;2979:6;2968:9;2964:22;2943:53;:::i;:::-;2933:63;;2888:118;2539:474;;;;;:::o;3019:90::-;3053:7;3096:5;3089:13;3082:21;3071:32;;3019:90;;;:::o;3115:109::-;3196:21;3211:5;3196:21;:::i;:::-;3191:3;3184:34;3115:109;;:::o;3230:210::-;3317:4;3355:2;3344:9;3340:18;3332:26;;3368:65;3430:1;3419:9;3415:17;3406:6;3368:65;:::i;:::-;3230:210;;;;:::o;3446:619::-;3523:6;3531;3539;3588:2;3576:9;3567:7;3563:23;3559:32;3556:119;;;3594:79;;:::i;:::-;3556:119;3714:1;3739:53;3784:7;3775:6;3764:9;3760:22;3739:53;:::i;:::-;3729:63;;3685:117;3841:2;3867:53;3912:7;3903:6;3892:9;3888:22;3867:53;:::i;:::-;3857:63;;3812:118;3969:2;3995:53;4040:7;4031:6;4020:9;4016:22;3995:53;:::i;:::-;3985:63;;3940:118;3446:619;;;;;:::o;4071:117::-;4180:1;4177;4170:12;4194:117;4303:1;4300;4293:12;4317:117;4426:1;4423;4416:12;4457:568;4530:8;4540:6;4590:3;4583:4;4575:6;4571:17;4567:27;4557:122;;4598:79;;:::i;:::-;4557:122;4711:6;4698:20;4688:30;;4741:18;4733:6;4730:30;4727:117;;;4763:79;;:::i;:::-;4727:117;4877:4;4869:6;4865:17;4853:29;;4931:3;4923:4;4915:6;4911:17;4901:8;4897:32;4894:41;4891:128;;;4938:79;;:::i;:::-;4891:128;4457:568;;;;;:::o;5031:116::-;5101:21;5116:5;5101:21;:::i;:::-;5094:5;5091:32;5081:60;;5137:1;5134;5127:12;5081:60;5031:116;:::o;5153:133::-;5196:5;5234:6;5221:20;5212:29;;5250:30;5274:5;5250:30;:::i;:::-;5153:133;;;;:::o;5292:698::-;5384:6;5392;5400;5449:2;5437:9;5428:7;5424:23;5420:32;5417:119;;;5455:79;;:::i;:::-;5417:119;5603:1;5592:9;5588:17;5575:31;5633:18;5625:6;5622:30;5619:117;;;5655:79;;:::i;:::-;5619:117;5768:80;5840:7;5831:6;5820:9;5816:22;5768:80;:::i;:::-;5750:98;;;;5546:312;5897:2;5923:50;5965:7;5956:6;5945:9;5941:22;5923:50;:::i;:::-;5913:60;;5868:115;5292:698;;;;;:::o;5996:60::-;6024:3;6045:5;6038:12;;5996:60;;;:::o;6062:142::-;6112:9;6145:53;6163:34;6172:24;6190:5;6172:24;:::i;:::-;6163:34;:::i;:::-;6145:53;:::i;:::-;6132:66;;6062:142;;;:::o;6210:126::-;6260:9;6293:37;6324:5;6293:37;:::i;:::-;6280:50;;6210:126;;;:::o;6342:153::-;6419:9;6452:37;6483:5;6452:37;:::i;:::-;6439:50;;6342:153;;;:::o;6501:185::-;6615:64;6673:5;6615:64;:::i;:::-;6610:3;6603:77;6501:185;;:::o;6692:276::-;6812:4;6850:2;6839:9;6835:18;6827:26;;6863:98;6958:1;6947:9;6943:17;6934:6;6863:98;:::i;:::-;6692:276;;;;:::o;6974:118::-;7061:24;7079:5;7061:24;:::i;:::-;7056:3;7049:37;6974:118;;:::o;7098:222::-;7191:4;7229:2;7218:9;7214:18;7206:26;;7242:71;7310:1;7299:9;7295:17;7286:6;7242:71;:::i;:::-;7098:222;;;;:::o;7326:329::-;7385:6;7434:2;7422:9;7413:7;7409:23;7405:32;7402:119;;;7440:79;;:::i;:::-;7402:119;7560:1;7585:53;7630:7;7621:6;7610:9;7606:22;7585:53;:::i;:::-;7575:63;;7531:117;7326:329;;;;:::o;7661:619::-;7738:6;7746;7754;7803:2;7791:9;7782:7;7778:23;7774:32;7771:119;;;7809:79;;:::i;:::-;7771:119;7929:1;7954:53;7999:7;7990:6;7979:9;7975:22;7954:53;:::i;:::-;7944:63;;7900:117;8056:2;8082:53;8127:7;8118:6;8107:9;8103:22;8082:53;:::i;:::-;8072:63;;8027:118;8184:2;8210:53;8255:7;8246:6;8235:9;8231:22;8210:53;:::i;:::-;8200:63;;8155:118;7661:619;;;;;:::o;8286:118::-;8373:24;8391:5;8373:24;:::i;:::-;8368:3;8361:37;8286:118;;:::o;8410:222::-;8503:4;8541:2;8530:9;8526:18;8518:26;;8554:71;8622:1;8611:9;8607:17;8598:6;8554:71;:::i;:::-;8410:222;;;;:::o;8638:86::-;8673:7;8713:4;8706:5;8702:16;8691:27;;8638:86;;;:::o;8730:112::-;8813:22;8829:5;8813:22;:::i;:::-;8808:3;8801:35;8730:112;;:::o;8848:214::-;8937:4;8975:2;8964:9;8960:18;8952:26;;8988:67;9052:1;9041:9;9037:17;9028:6;8988:67;:::i;:::-;8848:214;;;;:::o;9068:329::-;9127:6;9176:2;9164:9;9155:7;9151:23;9147:32;9144:119;;;9182:79;;:::i;:::-;9144:119;9302:1;9327:53;9372:7;9363:6;9352:9;9348:22;9327:53;:::i;:::-;9317:63;;9273:117;9068:329;;;;:::o;9420:568::-;9493:8;9503:6;9553:3;9546:4;9538:6;9534:17;9530:27;9520:122;;9561:79;;:::i;:::-;9520:122;9674:6;9661:20;9651:30;;9704:18;9696:6;9693:30;9690:117;;;9726:79;;:::i;:::-;9690:117;9840:4;9832:6;9828:17;9816:29;;9894:3;9886:4;9878:6;9874:17;9864:8;9860:32;9857:41;9854:128;;;9901:79;;:::i;:::-;9854:128;9420:568;;;;;:::o;9994:934::-;10116:6;10124;10132;10140;10189:2;10177:9;10168:7;10164:23;10160:32;10157:119;;;10195:79;;:::i;:::-;10157:119;10343:1;10332:9;10328:17;10315:31;10373:18;10365:6;10362:30;10359:117;;;10395:79;;:::i;:::-;10359:117;10508:80;10580:7;10571:6;10560:9;10556:22;10508:80;:::i;:::-;10490:98;;;;10286:312;10665:2;10654:9;10650:18;10637:32;10696:18;10688:6;10685:30;10682:117;;;10718:79;;:::i;:::-;10682:117;10831:80;10903:7;10894:6;10883:9;10879:22;10831:80;:::i;:::-;10813:98;;;;10608:313;9994:934;;;;;;;:::o;10934:468::-;10999:6;11007;11056:2;11044:9;11035:7;11031:23;11027:32;11024:119;;;11062:79;;:::i;:::-;11024:119;11182:1;11207:53;11252:7;11243:6;11232:9;11228:22;11207:53;:::i;:::-;11197:63;;11153:117;11309:2;11335:50;11377:7;11368:6;11357:9;11353:22;11335:50;:::i;:::-;11325:60;;11280:115;10934:468;;;;;:::o;11408:474::-;11476:6;11484;11533:2;11521:9;11512:7;11508:23;11504:32;11501:119;;;11539:79;;:::i;:::-;11501:119;11659:1;11684:53;11729:7;11720:6;11709:9;11705:22;11684:53;:::i;:::-;11674:63;;11630:117;11786:2;11812:53;11857:7;11848:6;11837:9;11833:22;11812:53;:::i;:::-;11802:63;;11757:118;11408:474;;;;;:::o;11888:::-;11956:6;11964;12013:2;12001:9;11992:7;11988:23;11984:32;11981:119;;;12019:79;;:::i;:::-;11981:119;12139:1;12164:53;12209:7;12200:6;12189:9;12185:22;12164:53;:::i;:::-;12154:63;;12110:117;12266:2;12292:53;12337:7;12328:6;12317:9;12313:22;12292:53;:::i;:::-;12282:63;;12237:118;11888:474;;;;;:::o;12368:323::-;12424:6;12473:2;12461:9;12452:7;12448:23;12444:32;12441:119;;;12479:79;;:::i;:::-;12441:119;12599:1;12624:50;12666:7;12657:6;12646:9;12642:22;12624:50;:::i;:::-;12614:60;;12570:114;12368:323;;;;:::o;12697:180::-;12745:77;12742:1;12735:88;12842:4;12839:1;12832:15;12866:4;12863:1;12856:15;12883:320;12927:6;12964:1;12958:4;12954:12;12944:22;;13011:1;13005:4;13001:12;13032:18;13022:81;;13088:4;13080:6;13076:17;13066:27;;13022:81;13150:2;13142:6;13139:14;13119:18;13116:38;13113:84;;13169:18;;:::i;:::-;13113:84;12934:269;12883:320;;;:::o;13209:180::-;13257:77;13254:1;13247:88;13354:4;13351:1;13344:15;13378:4;13375:1;13368:15;13395:191;13435:3;13454:20;13472:1;13454:20;:::i;:::-;13449:25;;13488:20;13506:1;13488:20;:::i;:::-;13483:25;;13531:1;13528;13524:9;13517:16;;13552:3;13549:1;13546:10;13543:36;;;13559:18;;:::i;:::-;13543:36;13395:191;;;;:::o;13592:222::-;13732:34;13728:1;13720:6;13716:14;13709:58;13801:5;13796:2;13788:6;13784:15;13777:30;13592:222;:::o;13820:366::-;13962:3;13983:67;14047:2;14042:3;13983:67;:::i;:::-;13976:74;;14059:93;14148:3;14059:93;:::i;:::-;14177:2;14172:3;14168:12;14161:19;;13820:366;;;:::o;14192:419::-;14358:4;14396:2;14385:9;14381:18;14373:26;;14445:9;14439:4;14435:20;14431:1;14420:9;14416:17;14409:47;14473:131;14599:4;14473:131;:::i;:::-;14465:139;;14192:419;;;:::o;14617:180::-;14665:77;14662:1;14655:88;14762:4;14759:1;14752:15;14786:4;14783:1;14776:15;14803:233;14842:3;14865:24;14883:5;14865:24;:::i;:::-;14856:33;;14911:66;14904:5;14901:77;14898:103;;14981:18;;:::i;:::-;14898:103;15028:1;15021:5;15017:13;15010:20;;14803:233;;;:::o;15042:173::-;15182:25;15178:1;15170:6;15166:14;15159:49;15042:173;:::o;15221:366::-;15363:3;15384:67;15448:2;15443:3;15384:67;:::i;:::-;15377:74;;15460:93;15549:3;15460:93;:::i;:::-;15578:2;15573:3;15569:12;15562:19;;15221:366;;;:::o;15593:419::-;15759:4;15797:2;15786:9;15782:18;15774:26;;15846:9;15840:4;15836:20;15832:1;15821:9;15817:17;15810:47;15874:131;16000:4;15874:131;:::i;:::-;15866:139;;15593:419;;;:::o;16018:166::-;16158:18;16154:1;16146:6;16142:14;16135:42;16018:166;:::o;16190:366::-;16332:3;16353:67;16417:2;16412:3;16353:67;:::i;:::-;16346:74;;16429:93;16518:3;16429:93;:::i;:::-;16547:2;16542:3;16538:12;16531:19;;16190:366;;;:::o;16562:419::-;16728:4;16766:2;16755:9;16751:18;16743:26;;16815:9;16809:4;16805:20;16801:1;16790:9;16786:17;16779:47;16843:131;16969:4;16843:131;:::i;:::-;16835:139;;16562:419;;;:::o;16987:171::-;17127:23;17123:1;17115:6;17111:14;17104:47;16987:171;:::o;17164:366::-;17306:3;17327:67;17391:2;17386:3;17327:67;:::i;:::-;17320:74;;17403:93;17492:3;17403:93;:::i;:::-;17521:2;17516:3;17512:12;17505:19;;17164:366;;;:::o;17536:419::-;17702:4;17740:2;17729:9;17725:18;17717:26;;17789:9;17783:4;17779:20;17775:1;17764:9;17760:17;17753:47;17817:131;17943:4;17817:131;:::i;:::-;17809:139;;17536:419;;;:::o;17961:170::-;18101:22;18097:1;18089:6;18085:14;18078:46;17961:170;:::o;18137:366::-;18279:3;18300:67;18364:2;18359:3;18300:67;:::i;:::-;18293:74;;18376:93;18465:3;18376:93;:::i;:::-;18494:2;18489:3;18485:12;18478:19;;18137:366;;;:::o;18509:419::-;18675:4;18713:2;18702:9;18698:18;18690:26;;18762:9;18756:4;18752:20;18748:1;18737:9;18733:17;18726:47;18790:131;18916:4;18790:131;:::i;:::-;18782:139;;18509:419;;;:::o;18934:171::-;19074:23;19070:1;19062:6;19058:14;19051:47;18934:171;:::o;19111:366::-;19253:3;19274:67;19338:2;19333:3;19274:67;:::i;:::-;19267:74;;19350:93;19439:3;19350:93;:::i;:::-;19468:2;19463:3;19459:12;19452:19;;19111:366;;;:::o;19483:419::-;19649:4;19687:2;19676:9;19672:18;19664:26;;19736:9;19730:4;19726:20;19722:1;19711:9;19707:17;19700:47;19764:131;19890:4;19764:131;:::i;:::-;19756:139;;19483:419;;;:::o;19908:332::-;20029:4;20067:2;20056:9;20052:18;20044:26;;20080:71;20148:1;20137:9;20133:17;20124:6;20080:71;:::i;:::-;20161:72;20229:2;20218:9;20214:18;20205:6;20161:72;:::i;:::-;19908:332;;;;;:::o;20246:244::-;20386:34;20382:1;20374:6;20370:14;20363:58;20455:27;20450:2;20442:6;20438:15;20431:52;20246:244;:::o;20496:366::-;20638:3;20659:67;20723:2;20718:3;20659:67;:::i;:::-;20652:74;;20735:93;20824:3;20735:93;:::i;:::-;20853:2;20848:3;20844:12;20837:19;;20496:366;;;:::o;20868:419::-;21034:4;21072:2;21061:9;21057:18;21049:26;;21121:9;21115:4;21111:20;21107:1;21096:9;21092:17;21085:47;21149:131;21275:4;21149:131;:::i;:::-;21141:139;;20868:419;;;:::o;21293:224::-;21433:34;21429:1;21421:6;21417:14;21410:58;21502:7;21497:2;21489:6;21485:15;21478:32;21293:224;:::o;21523:366::-;21665:3;21686:67;21750:2;21745:3;21686:67;:::i;:::-;21679:74;;21762:93;21851:3;21762:93;:::i;:::-;21880:2;21875:3;21871:12;21864:19;;21523:366;;;:::o;21895:419::-;22061:4;22099:2;22088:9;22084:18;22076:26;;22148:9;22142:4;22138:20;22134:1;22123:9;22119:17;22112:47;22176:131;22302:4;22176:131;:::i;:::-;22168:139;;21895:419;;;:::o;22320:410::-;22360:7;22383:20;22401:1;22383:20;:::i;:::-;22378:25;;22417:20;22435:1;22417:20;:::i;:::-;22412:25;;22472:1;22469;22465:9;22494:30;22512:11;22494:30;:::i;:::-;22483:41;;22673:1;22664:7;22660:15;22657:1;22654:22;22634:1;22627:9;22607:83;22584:139;;22703:18;;:::i;:::-;22584:139;22368:362;22320:410;;;;:::o;22736:180::-;22784:77;22781:1;22774:88;22881:4;22878:1;22871:15;22905:4;22902:1;22895:15;22922:185;22962:1;22979:20;22997:1;22979:20;:::i;:::-;22974:25;;23013:20;23031:1;23013:20;:::i;:::-;23008:25;;23052:1;23042:35;;23057:18;;:::i;:::-;23042:35;23099:1;23096;23092:9;23087:14;;22922:185;;;;:::o;23113:247::-;23253:34;23249:1;23241:6;23237:14;23230:58;23322:30;23317:2;23309:6;23305:15;23298:55;23113:247;:::o;23366:366::-;23508:3;23529:67;23593:2;23588:3;23529:67;:::i;:::-;23522:74;;23605:93;23694:3;23605:93;:::i;:::-;23723:2;23718:3;23714:12;23707:19;;23366:366;;;:::o;23738:419::-;23904:4;23942:2;23931:9;23927:18;23919:26;;23991:9;23985:4;23981:20;23977:1;23966:9;23962:17;23955:47;24019:131;24145:4;24019:131;:::i;:::-;24011:139;;23738:419;;;:::o;24163:246::-;24303:34;24299:1;24291:6;24287:14;24280:58;24372:29;24367:2;24359:6;24355:15;24348:54;24163:246;:::o;24415:366::-;24557:3;24578:67;24642:2;24637:3;24578:67;:::i;:::-;24571:74;;24654:93;24743:3;24654:93;:::i;:::-;24772:2;24767:3;24763:12;24756:19;;24415:366;;;:::o;24787:419::-;24953:4;24991:2;24980:9;24976:18;24968:26;;25040:9;25034:4;25030:20;25026:1;25015:9;25011:17;25004:47;25068:131;25194:4;25068:131;:::i;:::-;25060:139;;24787:419;;;:::o;25212:227::-;25352:34;25348:1;25340:6;25336:14;25329:58;25421:10;25416:2;25408:6;25404:15;25397:35;25212:227;:::o;25445:366::-;25587:3;25608:67;25672:2;25667:3;25608:67;:::i;:::-;25601:74;;25684:93;25773:3;25684:93;:::i;:::-;25802:2;25797:3;25793:12;25786:19;;25445:366;;;:::o;25817:419::-;25983:4;26021:2;26010:9;26006:18;25998:26;;26070:9;26064:4;26060:20;26056:1;26045:9;26041:17;26034:47;26098:131;26224:4;26098:131;:::i;:::-;26090:139;;25817:419;;;:::o;26242:230::-;26382:34;26378:1;26370:6;26366:14;26359:58;26451:13;26446:2;26438:6;26434:15;26427:38;26242:230;:::o;26478:366::-;26620:3;26641:67;26705:2;26700:3;26641:67;:::i;:::-;26634:74;;26717:93;26806:3;26717:93;:::i;:::-;26835:2;26830:3;26826:12;26819:19;;26478:366;;;:::o;26850:419::-;27016:4;27054:2;27043:9;27039:18;27031:26;;27103:9;27097:4;27093:20;27089:1;27078:9;27074:17;27067:47;27131:131;27257:4;27131:131;:::i;:::-;27123:139;;26850:419;;;:::o;27275:147::-;27376:11;27413:3;27398:18;;27275:147;;;;:::o;27428:114::-;;:::o;27548:398::-;27707:3;27728:83;27809:1;27804:3;27728:83;:::i;:::-;27721:90;;27820:93;27909:3;27820:93;:::i;:::-;27938:1;27933:3;27929:11;27922:18;;27548:398;;;:::o;27952:379::-;28136:3;28158:147;28301:3;28158:147;:::i;:::-;28151:154;;28322:3;28315:10;;27952:379;;;:::o;28337:143::-;28394:5;28425:6;28419:13;28410:22;;28441:33;28468:5;28441:33;:::i;:::-;28337:143;;;;:::o;28486:351::-;28556:6;28605:2;28593:9;28584:7;28580:23;28576:32;28573:119;;;28611:79;;:::i;:::-;28573:119;28731:1;28756:64;28812:7;28803:6;28792:9;28788:22;28756:64;:::i;:::-;28746:74;;28702:128;28486:351;;;;:::o;28843:159::-;28983:11;28979:1;28971:6;28967:14;28960:35;28843:159;:::o;29008:365::-;29150:3;29171:66;29235:1;29230:3;29171:66;:::i;:::-;29164:73;;29246:93;29335:3;29246:93;:::i;:::-;29364:2;29359:3;29355:12;29348:19;;29008:365;;;:::o;29379:419::-;29545:4;29583:2;29572:9;29568:18;29560:26;;29632:9;29626:4;29622:20;29618:1;29607:9;29603:17;29596:47;29660:131;29786:4;29660:131;:::i;:::-;29652:139;;29379:419;;;:::o;29804:332::-;29925:4;29963:2;29952:9;29948:18;29940:26;;29976:71;30044:1;30033:9;30029:17;30020:6;29976:71;:::i;:::-;30057:72;30125:2;30114:9;30110:18;30101:6;30057:72;:::i;:::-;29804:332;;;;;:::o;30142:137::-;30196:5;30227:6;30221:13;30212:22;;30243:30;30267:5;30243:30;:::i;:::-;30142:137;;;;:::o;30285:345::-;30352:6;30401:2;30389:9;30380:7;30376:23;30372:32;30369:119;;;30407:79;;:::i;:::-;30369:119;30527:1;30552:61;30605:7;30596:6;30585:9;30581:22;30552:61;:::i;:::-;30542:71;;30498:125;30285:345;;;;:::o;30636:225::-;30776:34;30772:1;30764:6;30760:14;30753:58;30845:8;30840:2;30832:6;30828:15;30821:33;30636:225;:::o;30867:366::-;31009:3;31030:67;31094:2;31089:3;31030:67;:::i;:::-;31023:74;;31106:93;31195:3;31106:93;:::i;:::-;31224:2;31219:3;31215:12;31208:19;;30867:366;;;:::o;31239:419::-;31405:4;31443:2;31432:9;31428:18;31420:26;;31492:9;31486:4;31482:20;31478:1;31467:9;31463:17;31456:47;31520:131;31646:4;31520:131;:::i;:::-;31512:139;;31239:419;;;:::o;31664:223::-;31804:34;31800:1;31792:6;31788:14;31781:58;31873:6;31868:2;31860:6;31856:15;31849:31;31664:223;:::o;31893:366::-;32035:3;32056:67;32120:2;32115:3;32056:67;:::i;:::-;32049:74;;32132:93;32221:3;32132:93;:::i;:::-;32250:2;32245:3;32241:12;32234:19;;31893:366;;;:::o;32265:419::-;32431:4;32469:2;32458:9;32454:18;32446:26;;32518:9;32512:4;32508:20;32504:1;32493:9;32489:17;32482:47;32546:131;32672:4;32546:131;:::i;:::-;32538:139;;32265:419;;;:::o;32690:221::-;32830:34;32826:1;32818:6;32814:14;32807:58;32899:4;32894:2;32886:6;32882:15;32875:29;32690:221;:::o;32917:366::-;33059:3;33080:67;33144:2;33139:3;33080:67;:::i;:::-;33073:74;;33156:93;33245:3;33156:93;:::i;:::-;33274:2;33269:3;33265:12;33258:19;;32917:366;;;:::o;33289:419::-;33455:4;33493:2;33482:9;33478:18;33470:26;;33542:9;33536:4;33532:20;33528:1;33517:9;33513:17;33506:47;33570:131;33696:4;33570:131;:::i;:::-;33562:139;;33289:419;;;:::o;33714:182::-;33854:34;33850:1;33842:6;33838:14;33831:58;33714:182;:::o;33902:366::-;34044:3;34065:67;34129:2;34124:3;34065:67;:::i;:::-;34058:74;;34141:93;34230:3;34141:93;:::i;:::-;34259:2;34254:3;34250:12;34243:19;;33902:366;;;:::o;34274:419::-;34440:4;34478:2;34467:9;34463:18;34455:26;;34527:9;34521:4;34517:20;34513:1;34502:9;34498:17;34491:47;34555:131;34681:4;34555:131;:::i;:::-;34547:139;;34274:419;;;:::o;34699:179::-;34839:31;34835:1;34827:6;34823:14;34816:55;34699:179;:::o;34884:366::-;35026:3;35047:67;35111:2;35106:3;35047:67;:::i;:::-;35040:74;;35123:93;35212:3;35123:93;:::i;:::-;35241:2;35236:3;35232:12;35225:19;;34884:366;;;:::o;35256:419::-;35422:4;35460:2;35449:9;35445:18;35437:26;;35509:9;35503:4;35499:20;35495:1;35484:9;35480:17;35473:47;35537:131;35663:4;35537:131;:::i;:::-;35529:139;;35256:419;;;:::o;35681:224::-;35821:34;35817:1;35809:6;35805:14;35798:58;35890:7;35885:2;35877:6;35873:15;35866:32;35681:224;:::o;35911:366::-;36053:3;36074:67;36138:2;36133:3;36074:67;:::i;:::-;36067:74;;36150:93;36239:3;36150:93;:::i;:::-;36268:2;36263:3;36259:12;36252:19;;35911:366;;;:::o;36283:419::-;36449:4;36487:2;36476:9;36472:18;36464:26;;36536:9;36530:4;36526:20;36522:1;36511:9;36507:17;36500:47;36564:131;36690:4;36564:131;:::i;:::-;36556:139;;36283:419;;;:::o;36708:222::-;36848:34;36844:1;36836:6;36832:14;36825:58;36917:5;36912:2;36904:6;36900:15;36893:30;36708:222;:::o;36936:366::-;37078:3;37099:67;37163:2;37158:3;37099:67;:::i;:::-;37092:74;;37175:93;37264:3;37175:93;:::i;:::-;37293:2;37288:3;37284:12;37277:19;;36936:366;;;:::o;37308:419::-;37474:4;37512:2;37501:9;37497:18;37489:26;;37561:9;37555:4;37551:20;37547:1;37536:9;37532:17;37525:47;37589:131;37715:4;37589:131;:::i;:::-;37581:139;;37308:419;;;:::o;37733:179::-;37873:31;37869:1;37861:6;37857:14;37850:55;37733:179;:::o;37918:366::-;38060:3;38081:67;38145:2;38140:3;38081:67;:::i;:::-;38074:74;;38157:93;38246:3;38157:93;:::i;:::-;38275:2;38270:3;38266:12;38259:19;;37918:366;;;:::o;38290:419::-;38456:4;38494:2;38483:9;38479:18;38471:26;;38543:9;38537:4;38533:20;38529:1;38518:9;38514:17;38507:47;38571:131;38697:4;38571:131;:::i;:::-;38563:139;;38290:419;;;:::o;38715:156::-;38855:8;38851:1;38843:6;38839:14;38832:32;38715:156;:::o;38877:365::-;39019:3;39040:66;39104:1;39099:3;39040:66;:::i;:::-;39033:73;;39115:93;39204:3;39115:93;:::i;:::-;39233:2;39228:3;39224:12;39217:19;;38877:365;;;:::o;39248:419::-;39414:4;39452:2;39441:9;39437:18;39429:26;;39501:9;39495:4;39491:20;39487:1;39476:9;39472:17;39465:47;39529:131;39655:4;39529:131;:::i;:::-;39521:139;;39248:419;;;:::o;39673:241::-;39813:34;39809:1;39801:6;39797:14;39790:58;39882:24;39877:2;39869:6;39865:15;39858:49;39673:241;:::o;39920:366::-;40062:3;40083:67;40147:2;40142:3;40083:67;:::i;:::-;40076:74;;40159:93;40248:3;40159:93;:::i;:::-;40277:2;40272:3;40268:12;40261:19;;39920:366;;;:::o;40292:419::-;40458:4;40496:2;40485:9;40481:18;40473:26;;40545:9;40539:4;40535:20;40531:1;40520:9;40516:17;40509:47;40573:131;40699:4;40573:131;:::i;:::-;40565:139;;40292:419;;;:::o;40717:176::-;40857:28;40853:1;40845:6;40841:14;40834:52;40717:176;:::o;40899:366::-;41041:3;41062:67;41126:2;41121:3;41062:67;:::i;:::-;41055:74;;41138:93;41227:3;41138:93;:::i;:::-;41256:2;41251:3;41247:12;41240:19;;40899:366;;;:::o;41271:419::-;41437:4;41475:2;41464:9;41460:18;41452:26;;41524:9;41518:4;41514:20;41510:1;41499:9;41495:17;41488:47;41552:131;41678:4;41552:131;:::i;:::-;41544:139;;41271:419;;;:::o;41696:242::-;41836:34;41832:1;41824:6;41820:14;41813:58;41905:25;41900:2;41892:6;41888:15;41881:50;41696:242;:::o;41944:366::-;42086:3;42107:67;42171:2;42166:3;42107:67;:::i;:::-;42100:74;;42183:93;42272:3;42183:93;:::i;:::-;42301:2;42296:3;42292:12;42285:19;;41944:366;;;:::o;42316:419::-;42482:4;42520:2;42509:9;42505:18;42497:26;;42569:9;42563:4;42559:20;42555:1;42544:9;42540:17;42533:47;42597:131;42723:4;42597:131;:::i;:::-;42589:139;;42316:419;;;:::o;42741:194::-;42781:4;42801:20;42819:1;42801:20;:::i;:::-;42796:25;;42835:20;42853:1;42835:20;:::i;:::-;42830:25;;42879:1;42876;42872:9;42864:17;;42903:1;42897:4;42894:11;42891:37;;;42908:18;;:::i;:::-;42891:37;42741:194;;;;:::o;42941:220::-;43081:34;43077:1;43069:6;43065:14;43058:58;43150:3;43145:2;43137:6;43133:15;43126:28;42941:220;:::o;43167:366::-;43309:3;43330:67;43394:2;43389:3;43330:67;:::i;:::-;43323:74;;43406:93;43495:3;43406:93;:::i;:::-;43524:2;43519:3;43515:12;43508:19;;43167:366;;;:::o;43539:419::-;43705:4;43743:2;43732:9;43728:18;43720:26;;43792:9;43786:4;43782:20;43778:1;43767:9;43763:17;43756:47;43820:131;43946:4;43820:131;:::i;:::-;43812:139;;43539:419;;;:::o;43964:221::-;44104:34;44100:1;44092:6;44088:14;44081:58;44173:4;44168:2;44160:6;44156:15;44149:29;43964:221;:::o;44191:366::-;44333:3;44354:67;44418:2;44413:3;44354:67;:::i;:::-;44347:74;;44430:93;44519:3;44430:93;:::i;:::-;44548:2;44543:3;44539:12;44532:19;;44191:366;;;:::o;44563:419::-;44729:4;44767:2;44756:9;44752:18;44744:26;;44816:9;44810:4;44806:20;44802:1;44791:9;44787:17;44780:47;44844:131;44970:4;44844:131;:::i;:::-;44836:139;;44563:419;;;:::o;44988:225::-;45128:34;45124:1;45116:6;45112:14;45105:58;45197:8;45192:2;45184:6;45180:15;45173:33;44988:225;:::o;45219:366::-;45361:3;45382:67;45446:2;45441:3;45382:67;:::i;:::-;45375:74;;45458:93;45547:3;45458:93;:::i;:::-;45576:2;45571:3;45567:12;45560:19;;45219:366;;;:::o;45591:419::-;45757:4;45795:2;45784:9;45780:18;45772:26;;45844:9;45838:4;45834:20;45830:1;45819:9;45815:17;45808:47;45872:131;45998:4;45872:131;:::i;:::-;45864:139;;45591:419;;;:::o;46016:180::-;46064:77;46061:1;46054:88;46161:4;46158:1;46151:15;46185:4;46182:1;46175:15;46202:143;46259:5;46290:6;46284:13;46275:22;;46306:33;46333:5;46306:33;:::i;:::-;46202:143;;;;:::o;46351:351::-;46421:6;46470:2;46458:9;46449:7;46445:23;46441:32;46438:119;;;46476:79;;:::i;:::-;46438:119;46596:1;46621:64;46677:7;46668:6;46657:9;46653:22;46621:64;:::i;:::-;46611:74;;46567:128;46351:351;;;;:::o;46708:85::-;46753:7;46782:5;46771:16;;46708:85;;;:::o;46799:158::-;46857:9;46890:61;46908:42;46917:32;46943:5;46917:32;:::i;:::-;46908:42;:::i;:::-;46890:61;:::i;:::-;46877:74;;46799:158;;;:::o;46963:147::-;47058:45;47097:5;47058:45;:::i;:::-;47053:3;47046:58;46963:147;;:::o;47116:114::-;47183:6;47217:5;47211:12;47201:22;;47116:114;;;:::o;47236:184::-;47335:11;47369:6;47364:3;47357:19;47409:4;47404:3;47400:14;47385:29;;47236:184;;;;:::o;47426:132::-;47493:4;47516:3;47508:11;;47546:4;47541:3;47537:14;47529:22;;47426:132;;;:::o;47564:108::-;47641:24;47659:5;47641:24;:::i;:::-;47636:3;47629:37;47564:108;;:::o;47678:179::-;47747:10;47768:46;47810:3;47802:6;47768:46;:::i;:::-;47846:4;47841:3;47837:14;47823:28;;47678:179;;;;:::o;47863:113::-;47933:4;47965;47960:3;47956:14;47948:22;;47863:113;;;:::o;48012:732::-;48131:3;48160:54;48208:5;48160:54;:::i;:::-;48230:86;48309:6;48304:3;48230:86;:::i;:::-;48223:93;;48340:56;48390:5;48340:56;:::i;:::-;48419:7;48450:1;48435:284;48460:6;48457:1;48454:13;48435:284;;;48536:6;48530:13;48563:63;48622:3;48607:13;48563:63;:::i;:::-;48556:70;;48649:60;48702:6;48649:60;:::i;:::-;48639:70;;48495:224;48482:1;48479;48475:9;48470:14;;48435:284;;;48439:14;48735:3;48728:10;;48136:608;;;48012:732;;;;:::o;48750:831::-;49013:4;49051:3;49040:9;49036:19;49028:27;;49065:71;49133:1;49122:9;49118:17;49109:6;49065:71;:::i;:::-;49146:80;49222:2;49211:9;49207:18;49198:6;49146:80;:::i;:::-;49273:9;49267:4;49263:20;49258:2;49247:9;49243:18;49236:48;49301:108;49404:4;49395:6;49301:108;:::i;:::-;49293:116;;49419:72;49487:2;49476:9;49472:18;49463:6;49419:72;:::i;:::-;49501:73;49569:3;49558:9;49554:19;49545:6;49501:73;:::i;:::-;48750:831;;;;;;;;:::o

Swarm Source

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