ETH Price: $3,418.09 (-1.53%)
Gas: 18 Gwei

Token

Screech (SCREECH)
 

Overview

Max Total Supply

1,000,000,000,000 SCREECH

Holders

342

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Balance
395,540,205.511416253153488828 SCREECH

Value
$0.00
0xBafE14bFDD84a7c2167dbDE8Dd24b6CFf5B7aF2d
Loading...
Loading
Loading...
Loading
Loading...
Loading

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

Contract Source Code Verified (Exact Match)

Contract Name:
SCREECH

Compiler Version
v0.8.10+commit.fc410830

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-04-20
*/

/**

░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░AAAAAAAAAAAAAA░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░█░░░░░░░░░░░██░░░░░░░░░░░
░░░░░░░░░░░░░░░██░░░░░░░░████░░░░░░░░░░░
░░░░░░░░░░░░░░░████░░░░█████░░░░░░░░░░░░
░░░░░░░█░░░░░░░█░░███░░█░░█░░░░░░░░░░░░░
░░░░░░░█░░░░░░██░░█████░░░█░░░░░░░░░░░░░
░░░░░░░███░░░░█░░░█████░░░██░░░░░░░░░░░░
░░░░░░░█░██░░░░█░░█░██░░░░░█░░░░░░░░░░░░
░░░░░░░██░████░████░░█░░░░░███░░░░░░░░░░
░░░░░░░░█░░░██████░░░░░░░░░░░████░░░░░░░
░░░░░█░░██░░░█░░░░░░░░░░░░░░░░░░███░░░░░
░░░░░███░██░░█░░░░░░░░░█░░░░░░░░░░██░░░░
░░░░░░░████████░░░░░████░░░░░███░░░█░░░░
░░░░░░░░████░░░░░░░██████░░░█████░░█░░░░
░░░░░░░░░█████░░░░░██████░░░█████░░█░░░░
░░░░░░░░░██████░░░░█████░████████░░█░░░░
░░░░░░░░░█░██░░░░░░░░░░░█░░░░░░██░░█░░░░
░░░░░░░░░░░█░░░░░░░░░░░██████████░░█░░░░
░░░░░░░░░░██░░░░░░░░░░░███░░░░██░░░█░░░░
░░░░░░░░███░░░░█░░░░░░░░░█████░░░░░██░░░
░░░░░░░░████████░░░░░░░░░░░░░░░░░█░░█░░░
░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░░███████░
░░░░░░░░░░░░░░░██░░░░░░░░░░░░░░░█░░░░░░░
░░░░░░░░░░░░░░░░██░░░░░░░░░░░░░██░░░░░░░
░░░░░░░░░░░░░░░░░███░░░░░░░░░░██░░░░░░░░
░░░░░░░░░░░░░░░░░░░████████░███░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░██░░░░███░░░░░░░░░░░
░░AAAAAAAAA░░░░░░░░░███░░░░░███░░░░░░░░░
░░░░░░░░░░░░░░░░░░████░░░░░███░░░░░░░░░░
░░░░░░░░░░░░░░░░░██░██░░░░██░█░░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░░░░░░░░AAAAAAAAAAAAAA░░░░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░


... - .-. .- .. --. .... - / ..-. .-. --- -- / .... --- -.- -.- .- .. -.. ---

*/


// SPDX-License-Identifier: MIT
pragma solidity =0.8.10 >=0.8.10 >=0.8.0 <0.9.0;
pragma experimental ABIEncoderV2;

////// lib/openzeppelin-contracts/contracts/utils/Context.sol
// OpenZeppelin Contracts v4.4.0 (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;
    }
}

////// lib/openzeppelin-contracts/contracts/access/Ownable.sol
// OpenZeppelin Contracts v4.4.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 Returns the address of the current owner.
     */
    function owner() public view virtual returns (address) {
        return _owner;
    }

    /**
     * @dev Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        require(owner() == _msgSender(), "Ownable: caller is not the owner");
        _;
    }

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

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

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

////// lib/openzeppelin-contracts/contracts/token/ERC20/IERC20.sol
// OpenZeppelin Contracts v4.4.0 (token/ERC20/IERC20.sol)

/* pragma solidity ^0.8.0; */

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @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 `recipient`.
     *
     * Returns a boolean value indicating whether the operation succeeded.
     *
     * Emits a {Transfer} event.
     */
    function transfer(address recipient, 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 `sender` to `recipient` 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 sender,
        address recipient,
        uint256 amount
    ) external returns (bool);

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

////// lib/openzeppelin-contracts/contracts/token/ERC20/extensions/IERC20Metadata.sol
// OpenZeppelin Contracts v4.4.0 (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);
}

////// lib/openzeppelin-contracts/contracts/token/ERC20/ERC20.sol
// OpenZeppelin Contracts v4.4.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.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How
 * to implement supply mechanisms].
 *
 * We have followed general OpenZeppelin Contracts guidelines: functions revert
 * instead returning `false` on failure. This behavior is nonetheless
 * conventional and does not conflict with the expectations of ERC20
 * applications.
 *
 * Additionally, an {Approval} event is emitted on calls to {transferFrom}.
 * This allows applications to reconstruct the allowance for all accounts just
 * by listening to said events. Other implementations of the EIP may not emit
 * these events, as it isn't required by the specification.
 *
 * Finally, the non-standard {decreaseAllowance} and {increaseAllowance}
 * functions have been added to mitigate the well-known issues around setting
 * allowances. See {IERC20-approve}.
 */
contract ERC20 is Context, IERC20, IERC20Metadata {
    mapping(address => uint256) private _balances;

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

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

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

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

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

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

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

    /**
     * @dev See {IERC20-transfer}.
     *
     * Requirements:
     *
     * - `recipient` cannot be the zero address.
     * - the caller must have a balance of at least `amount`.
     */
    function transfer(address recipient, uint256 amount) public virtual override returns (bool) {
        _transfer(_msgSender(), recipient, 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}.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        _approve(_msgSender(), 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}.
     *
     * Requirements:
     *
     * - `sender` and `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     * - the caller must have allowance for ``sender``'s tokens of at least
     * `amount`.
     */
    function transferFrom(
        address sender,
        address recipient,
        uint256 amount
    ) public virtual override returns (bool) {
        _transfer(sender, recipient, amount);

        uint256 currentAllowance = _allowances[sender][_msgSender()];
        require(currentAllowance >= amount, "ERC20: transfer amount exceeds allowance");
        unchecked {
            _approve(sender, _msgSender(), currentAllowance - 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) {
        _approve(_msgSender(), spender, _allowances[_msgSender()][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) {
        uint256 currentAllowance = _allowances[_msgSender()][spender];
        require(currentAllowance >= subtractedValue, "ERC20: decreased allowance below zero");
        unchecked {
            _approve(_msgSender(), spender, currentAllowance - subtractedValue);
        }

        return true;
    }

    /**
     * @dev Moves `amount` of tokens from `sender` to `recipient`.
     *
     * 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:
     *
     * - `sender` cannot be the zero address.
     * - `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     */
    function _transfer(
        address sender,
        address recipient,
        uint256 amount
    ) internal virtual {
        require(sender != address(0), "ERC20: transfer from the zero address");
        require(recipient != address(0), "ERC20: transfer to the zero address");

        _beforeTokenTransfer(sender, recipient, amount);

        uint256 senderBalance = _balances[sender];
        require(senderBalance >= amount, "ERC20: transfer amount exceeds balance");
        unchecked {
            _balances[sender] = senderBalance - amount;
        }
        _balances[recipient] += amount;

        emit Transfer(sender, recipient, amount);

        _afterTokenTransfer(sender, recipient, 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;
        _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;
        }
        _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 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 {}
}

////// lib/openzeppelin-contracts/contracts/utils/math/SafeMath.sol
// OpenZeppelin Contracts v4.4.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 substraction 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;
        }
    }
}

////// src/IUniswapV2Factory.sol
/* pragma solidity 0.8.10; */
/* pragma experimental ABIEncoderV2; */

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

////// src/IUniswapV2Pair.sol
/* pragma solidity 0.8.10; */
/* pragma experimental ABIEncoderV2; */

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

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

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

    function decimals() external pure returns (uint8);

    function totalSupply() external view returns (uint256);

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

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

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

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

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

    function DOMAIN_SEPARATOR() external view returns (bytes32);

    function PERMIT_TYPEHASH() external pure returns (bytes32);

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

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

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

    function MINIMUM_LIQUIDITY() external pure returns (uint256);

    function factory() external view returns (address);

    function token0() external view returns (address);

    function token1() external view returns (address);

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

    function price0CumulativeLast() external view returns (uint256);

    function price1CumulativeLast() external view returns (uint256);

    function kLast() external view returns (uint256);

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

    function burn(address to)
        external
        returns (uint256 amount0, uint256 amount1);

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

    function skim(address to) external;

    function sync() external;

    function initialize(address, address) external;
}

////// src/IUniswapV2Router02.sol
/* pragma solidity 0.8.10; */
/* pragma experimental ABIEncoderV2; */

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

    function WETH() external pure returns (address);

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

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

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

////// src/MarshallRoganInu.sol
/* pragma solidity >=0.8.10; */

/* import {IUniswapV2Router02} from "./IUniswapV2Router02.sol"; */
/* import {IUniswapV2Factory} from "./IUniswapV2Factory.sol"; */
/* import {IUniswapV2Pair} from "./IUniswapV2Pair.sol"; */
/* import {IERC20} from "lib/openzeppelin-contracts/contracts/token/ERC20/IERC20.sol"; */
/* import {ERC20} from "lib/openzeppelin-contracts/contracts/token/ERC20/ERC20.sol"; */
/* import {Ownable} from "lib/openzeppelin-contracts/contracts/access/Ownable.sol"; */
/* import {SafeMath} from "lib/openzeppelin-contracts/contracts/utils/math/SafeMath.sol"; */

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

    IUniswapV2Router02 public immutable uniswapV2Router;
    address public immutable uniswapV2Pair;
    address public constant deadAddress = address(0xdead);

    bool private swapping;

    address public marketingWallet;
    address public devWallet;

    uint256 public maxTransactionAmount;
    uint256 public swapTokensAtAmount;
    uint256 public maxWallet;

    bool public limitsInEffect = true;
    bool public tradingActive = false;
    bool public swapEnabled = false;

    // Anti-bot and anti-whale mappings and variables
    mapping(address => uint256) private _holderLastTransferTimestamp; // to hold last Transfers temporarily during launch

    uint256 public buyTotalFees;
    uint256 public buyMarketingFee;
    uint256 public buyLiquidityFee;

    uint256 public sellTotalFees;
    uint256 public sellMarketingFee;
    uint256 public sellLiquidityFee;

    uint256 public tokensForMarketing;
    uint256 public tokensForLiquidity;

    /******************/

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

    // store addresses that a automatic market maker pairs. Any transfer *to* these addresses
    // could be subject to a maximum transfer amount
    mapping(address => bool) public automatedMarketMakerPairs;

    event UpdateUniswapV2Router(
        address indexed newAddress,
        address indexed oldAddress
    );

    event ExcludeFromFees(address indexed account, bool isExcluded);

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

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

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



    constructor(address wallet1) ERC20("Screech", "SCREECH") {
        IUniswapV2Router02 _uniswapV2Router = IUniswapV2Router02(
            0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D
        );

        excludeFromMaxTransaction(address(_uniswapV2Router), true);
        uniswapV2Router = _uniswapV2Router;

        uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory())
            .createPair(address(this), _uniswapV2Router.WETH());
        excludeFromMaxTransaction(address(uniswapV2Pair), true);
        _setAutomatedMarketMakerPair(address(uniswapV2Pair), true);

        uint256 _buyMarketingFee = 4;
        uint256 _buyLiquidityFee = 1;

        uint256 _sellMarketingFee = 4;
        uint256 _sellLiquidityFee = 1;

        uint256 totalSupply = 1_000_000_000_000 * 1e18;

        maxTransactionAmount = 1_000_000_000_000 * 1e18;
        maxWallet = 1_000_000_000_000 * 1e18;
        swapTokensAtAmount = 500_000_000 * 1e18;

        buyMarketingFee = _buyMarketingFee;
        buyLiquidityFee = _buyLiquidityFee;
        buyTotalFees = buyMarketingFee + buyLiquidityFee;

        sellMarketingFee = _sellMarketingFee;
        sellLiquidityFee = _sellLiquidityFee;
        sellTotalFees = sellMarketingFee + sellLiquidityFee;

        marketingWallet = wallet1; // set as marketing wallet

        // exclude from paying fees or having max transaction amount
        excludeFromFees(owner(), true);
        excludeFromFees(address(this), true);
        excludeFromFees(address(0xdead), true);

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

        /*
            _mint is an internal function in ERC20.sol that is only called here,
            and CANNOT be called ever again
        */
        _mint(msg.sender, totalSupply);
    }

    receive() external payable {}

    // once enabled, can never be turned off
    function enableTrading() external onlyOwner {
        tradingActive = true;
        swapEnabled = true;
    }

    // remove limits after token is stable
    function removeLimits() external onlyOwner returns (bool) {
        limitsInEffect = false;
        return true;
    }


    // change the minimum amount of tokens to sell from fees
    function updateSwapTokensAtAmount(uint256 newAmount)
        external
        onlyOwner
        returns (bool)
    {
        require(
            newAmount >= (totalSupply() * 1) / 100000,
            "Swap amount cannot be lower than 0.001% total supply."
        );
        require(
            newAmount <= (totalSupply() * 5) / 1000,
            "Swap amount cannot be higher than 0.5% total supply."
        );
        swapTokensAtAmount = newAmount;
        return true;
    }

    function updateMaxTxnAmount(uint256 newNum) external onlyOwner {
        require(
            newNum >= ((totalSupply() * 1) / 1000) / 1e18,
            "Cannot set maxTransactionAmount lower than 0.1%"
        );
        maxTransactionAmount = newNum * (10**18);
    }

    function updateMaxWalletAmount(uint256 newNum) external onlyOwner {
        require(
            newNum >= ((totalSupply() * 5) / 1000) / 1e18,
            "Cannot set maxWallet lower than 0.5%"
        );
        maxWallet = newNum * (10**18);
    }

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

    // only use to disable contract sales if absolutely necessary (emergency use only)
    function updateSwapEnabled(bool enabled) external onlyOwner {
        swapEnabled = enabled;
    }

    function updateBuyFees(
        uint256 _marketingFee,
        uint256 _liquidityFee
    ) external onlyOwner {
        buyMarketingFee = _marketingFee;
        buyLiquidityFee = _liquidityFee;
        buyTotalFees = buyMarketingFee + buyLiquidityFee;
        require(buyTotalFees <= 20, "Must keep fees at 20% or less");
    }

    function updateSellFees(
        uint256 _marketingFee,
        uint256 _liquidityFee
    ) external onlyOwner {
        sellMarketingFee = _marketingFee;
        sellLiquidityFee = _liquidityFee;
        sellTotalFees = sellMarketingFee + sellLiquidityFee;
        require(sellTotalFees <= 30, "Must keep fees at 30% or less");
    }

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

    function manualswap(uint256 amount) external {
        require(amount <= balanceOf(address(this)) && amount > 0, "Wrong amount");
        swapTokensForEth(amount);
    }

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

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

        _setAutomatedMarketMakerPair(pair, value);
    }

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

        emit SetAutomatedMarketMakerPair(pair, value);
    }

    function updateMarketingWallet(address newMarketingWallet)
        external
        onlyOwner
    {
        emit marketingWalletUpdated(newMarketingWallet, marketingWallet);
        marketingWallet = newMarketingWallet;
    }

    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 (limitsInEffect) {
            if (
                from != owner() &&
                to != owner() &&
                to != address(0) &&
                to != address(0xdead) &&
                !swapping
            ) {
                if (!tradingActive) {
                    require(
                        _isExcludedFromFees[from] || _isExcludedFromFees[to],
                        "Trading is not active."
                    );
                }

                //when buy
                if (
                    automatedMarketMakerPairs[from] &&
                    !_isExcludedMaxTransactionAmount[to]
                ) {
                    require(
                        amount <= maxTransactionAmount,
                        "Buy transfer amount exceeds the maxTransactionAmount."
                    );
                    require(
                        amount + balanceOf(to) <= maxWallet,
                        "Max wallet exceeded"
                    );
                }
                //when sell
                else if (
                    automatedMarketMakerPairs[to] &&
                    !_isExcludedMaxTransactionAmount[from]
                ) {
                    require(
                        amount <= maxTransactionAmount,
                        "Sell transfer amount exceeds the maxTransactionAmount."
                    );
                } else if (!_isExcludedMaxTransactionAmount[to]) {
                    require(
                        amount + balanceOf(to) <= maxWallet,
                        "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 any account belongs to _isExcludedFromFee account then remove the fee
        if (_isExcludedFromFees[from] || _isExcludedFromFees[to]) {
            takeFee = false;
        }

        uint256 fees = 0;
        // only take fees on buys/sells, do not take on wallet transfers
        if (takeFee) {
            // on sell
            if (automatedMarketMakerPairs[to] && sellTotalFees > 0) {
                fees = amount.mul(sellTotalFees).div(100);
                tokensForLiquidity += (fees * sellLiquidityFee) / sellTotalFees;
                tokensForMarketing += (fees * sellMarketingFee) / sellTotalFees;
            }
            // on buy
            else if (automatedMarketMakerPairs[from] && buyTotalFees > 0) {
                fees = amount.mul(buyTotalFees).div(100);
                tokensForLiquidity += (fees * buyLiquidityFee) / buyTotalFees;
                tokensForMarketing += (fees * buyMarketingFee) / buyTotalFees;
            }

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

            amount -= fees;
        }

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

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

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

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

    function addLiquidity(uint256 tokenAmount, uint256 ethAmount) private {
        // approve token transfer to cover all possible scenarios
        _approve(address(this), address(uniswapV2Router), tokenAmount);

        // add the liquidity
        uniswapV2Router.addLiquidityETH{value: ethAmount}(
            address(this),
            tokenAmount,
            0, // slippage is unavoidable
            0, // slippage is unavoidable
            owner(),
            block.timestamp
        );
    }

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

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

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

        // Halve the amount of liquidity tokens
        uint256 liquidityTokens = (contractBalance * tokensForLiquidity) /
            totalTokensToSwap /
            2;
        uint256 amountToSwapForETH = contractBalance.sub(liquidityTokens);

        uint256 initialETHBalance = address(this).balance;

        swapTokensForEth(amountToSwapForETH);

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

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

        uint256 ethForLiquidity = ethBalance - ethForMarketing;

        tokensForLiquidity = 0;
        tokensForMarketing = 0;

        if (liquidityTokens > 0 && ethForLiquidity > 0) {
            addLiquidity(liquidityTokens, ethForLiquidity);
            emit SwapAndLiquify(
                amountToSwapForETH,
                ethForLiquidity,
                tokensForLiquidity
            );
        }

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

}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"wallet1","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"account","type":"address"},{"indexed":false,"internalType":"bool","name":"isExcluded","type":"bool"}],"name":"ExcludeFromFees","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"pair","type":"address"},{"indexed":true,"internalType":"bool","name":"value","type":"bool"}],"name":"SetAutomatedMarketMakerPair","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"tokensSwapped","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"ethReceived","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"tokensIntoLiquidity","type":"uint256"}],"name":"SwapAndLiquify","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newAddress","type":"address"},{"indexed":true,"internalType":"address","name":"oldAddress","type":"address"}],"name":"UpdateUniswapV2Router","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":"","type":"address"}],"name":"_isExcludedMaxTransactionAmount","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"automatedMarketMakerPairs","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"buyLiquidityFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"buyMarketingFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"buyTotalFees","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"deadAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"devWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"enableTrading","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"},{"internalType":"bool","name":"excluded","type":"bool"}],"name":"excludeFromFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"updAds","type":"address"},{"internalType":"bool","name":"isEx","type":"bool"}],"name":"excludeFromMaxTransaction","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"limitsInEffect","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"manualsend","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"manualswap","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"marketingWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxTransactionAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxWallet","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"removeLimits","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"sellLiquidityFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"sellMarketingFee","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","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":[],"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":"tokensForLiquidity","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tokensForMarketing","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"tradingActive","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","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":"uint256","name":"_marketingFee","type":"uint256"},{"internalType":"uint256","name":"_liquidityFee","type":"uint256"}],"name":"updateBuyFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newMarketingWallet","type":"address"}],"name":"updateMarketingWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newNum","type":"uint256"}],"name":"updateMaxTxnAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newNum","type":"uint256"}],"name":"updateMaxWalletAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_marketingFee","type":"uint256"},{"internalType":"uint256","name":"_liquidityFee","type":"uint256"}],"name":"updateSellFees","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"enabled","type":"bool"}],"name":"updateSwapEnabled","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"newAmount","type":"uint256"}],"name":"updateSwapTokensAtAmount","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

60c0604052600b805462ffffff191660011790553480156200002057600080fd5b5060405162002e7738038062002e778339810160408190526200004391620006db565b604051806040016040528060078152602001660a6c6e4cacac6d60cb1b815250604051806040016040528060078152602001660a686a48a8a86960cb1b81525081600390805190602001906200009b92919062000635565b508051620000b190600490602084019062000635565b505050620000ce620000c86200038260201b60201c565b62000386565b737a250d5630b4cf539739df2c5dacb4c659f2488d620000f0816001620003d8565b6001600160a01b03811660808190526040805163c45a015560e01b8152905163c45a0155916004808201926020929091908290030181865afa1580156200013b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001619190620006db565b6001600160a01b031663c9c6539630836001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015620001af573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620001d59190620006db565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016020604051808303816000875af115801562000223573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190620002499190620006db565b6001600160a01b031660a081905262000264906001620003d8565b60a0516200027490600162000452565b6c0c9f2c9cd04674edea400000006008819055600a8190556b019d971e4fe8401e740000006009556004600e8190556001600f819055909182908290620002bc82846200070d565b600d5560118390556012829055620002d582846200070d565b601055600680546001600160a01b0319166001600160a01b038916179055620003126200030a6005546001600160a01b031690565b6001620004a6565b6200031f306001620004a6565b6200032e61dead6001620004a6565b6200034d620003456005546001600160a01b031690565b6001620003d8565b6200035a306001620003d8565b6200036961dead6001620003d8565b62000375338262000550565b5050505050505062000771565b3390565b600580546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6005546001600160a01b03163314620004275760405162461bcd60e51b8152602060048201819052602482015260008051602062002e5783398151915260448201526064015b60405180910390fd5b6001600160a01b03919091166000908152601660205260409020805460ff1916911515919091179055565b6001600160a01b038216600081815260176020526040808220805460ff191685151590811790915590519092917fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab91a35050565b6005546001600160a01b03163314620004f15760405162461bcd60e51b8152602060048201819052602482015260008051602062002e5783398151915260448201526064016200041e565b6001600160a01b038216600081815260156020908152604091829020805460ff191685151590811790915591519182527f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df7910160405180910390a25050565b6001600160a01b038216620005a85760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064016200041e565b8060026000828254620005bc91906200070d565b90915550506001600160a01b03821660009081526020819052604081208054839290620005eb9084906200070d565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b828054620006439062000734565b90600052602060002090601f016020900481019282620006675760008555620006b2565b82601f106200068257805160ff1916838001178555620006b2565b82800160010185558215620006b2579182015b82811115620006b257825182559160200191906001019062000695565b50620006c0929150620006c4565b5090565b5b80821115620006c05760008155600101620006c5565b600060208284031215620006ee57600080fd5b81516001600160a01b03811681146200070657600080fd5b9392505050565b600082198211156200072f57634e487b7160e01b600052601160045260246000fd5b500190565b600181811c908216806200074957607f821691505b602082108114156200076b57634e487b7160e01b600052602260045260246000fd5b50919050565b60805160a051612696620007c1600039600081816104a60152610ebc01526000818161037d01528181611c5c01528181611d1501528181611d5101528181612148015261216f01526126966000f3fe6080604052600436106102b25760003560e01c80637bce5a0411610175578063b62496f5116100dc578063d85ba06311610095578063f11a24d31161006f578063f11a24d314610878578063f2fde38b1461088e578063f6374342146108ae578063f8b45b05146108c457600080fd5b8063d85ba06314610806578063dd62ed3e1461081c578063e2f456051461086257600080fd5b8063b62496f514610741578063bbc0c74214610771578063c024666814610790578063c18bc195146107b0578063c8c8ebe4146107d0578063d257b34f146107e657600080fd5b8063924de9b71161012e578063924de9b71461068c57806395d89b41146106ac5780639a7a23d6146106c1578063a457c2d7146106e1578063a9059cbb14610701578063aacebbe31461072157600080fd5b80637bce5a04146105ed578063881dce60146106035780638a8c523c146106235780638da5cb5b146106385780638ea5220f14610656578063921369131461067657600080fd5b806339509351116102195780636fc3eaec116101d25780636fc3eaec1461053857806370a082311461054d578063715018a614610583578063751039fc146105985780637571336a146105ad57806375f0a874146105cd57600080fd5b8063395093511461047457806349bd5a5e146104945780634a62bb65146104c857806366ca9b83146104e25780636a486a8e146105025780636ddd17131461051857600080fd5b80631a8145bb1161026b5780631a8145bb146103d65780631f3fed8f146103ec578063203e727e1461040257806323b872dd1461042257806327c8f83514610442578063313ce5671461045857600080fd5b806302dbd8f8146102be57806306fdde03146102e0578063095ea7b31461030b57806310d5de531461033b5780631694505e1461036b57806318160ddd146103b757600080fd5b366102b957005b600080fd5b3480156102ca57600080fd5b506102de6102d9366004612248565b6108da565b005b3480156102ec57600080fd5b506102f561097a565b604051610302919061226a565b60405180910390f35b34801561031757600080fd5b5061032b6103263660046122d4565b610a0c565b6040519015158152602001610302565b34801561034757600080fd5b5061032b610356366004612300565b60166020526000908152604090205460ff1681565b34801561037757600080fd5b5061039f7f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b039091168152602001610302565b3480156103c357600080fd5b506002545b604051908152602001610302565b3480156103e257600080fd5b506103c860145481565b3480156103f857600080fd5b506103c860135481565b34801561040e57600080fd5b506102de61041d36600461231d565b610a22565b34801561042e57600080fd5b5061032b61043d366004612336565b610aff565b34801561044e57600080fd5b5061039f61dead81565b34801561046457600080fd5b5060405160128152602001610302565b34801561048057600080fd5b5061032b61048f3660046122d4565b610ba9565b3480156104a057600080fd5b5061039f7f000000000000000000000000000000000000000000000000000000000000000081565b3480156104d457600080fd5b50600b5461032b9060ff1681565b3480156104ee57600080fd5b506102de6104fd366004612248565b610be5565b34801561050e57600080fd5b506103c860105481565b34801561052457600080fd5b50600b5461032b9062010000900460ff1681565b34801561054457600080fd5b506102de610c78565b34801561055957600080fd5b506103c8610568366004612300565b6001600160a01b031660009081526020819052604090205490565b34801561058f57600080fd5b506102de610cd0565b3480156105a457600080fd5b5061032b610d06565b3480156105b957600080fd5b506102de6105c8366004612387565b610d43565b3480156105d957600080fd5b5060065461039f906001600160a01b031681565b3480156105f957600080fd5b506103c8600e5481565b34801561060f57600080fd5b506102de61061e36600461231d565b610d98565b34801561062f57600080fd5b506102de610dfe565b34801561064457600080fd5b506005546001600160a01b031661039f565b34801561066257600080fd5b5060075461039f906001600160a01b031681565b34801561068257600080fd5b506103c860115481565b34801561069857600080fd5b506102de6106a73660046123bc565b610e3b565b3480156106b857600080fd5b506102f5610e81565b3480156106cd57600080fd5b506102de6106dc366004612387565b610e90565b3480156106ed57600080fd5b5061032b6106fc3660046122d4565b610f6c565b34801561070d57600080fd5b5061032b61071c3660046122d4565b611005565b34801561072d57600080fd5b506102de61073c366004612300565b611012565b34801561074d57600080fd5b5061032b61075c366004612300565b60176020526000908152604090205460ff1681565b34801561077d57600080fd5b50600b5461032b90610100900460ff1681565b34801561079c57600080fd5b506102de6107ab366004612387565b611099565b3480156107bc57600080fd5b506102de6107cb36600461231d565b611122565b3480156107dc57600080fd5b506103c860085481565b3480156107f257600080fd5b5061032b61080136600461231d565b6111f3565b34801561081257600080fd5b506103c8600d5481565b34801561082857600080fd5b506103c86108373660046123d7565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b34801561086e57600080fd5b506103c860095481565b34801561088457600080fd5b506103c8600f5481565b34801561089a57600080fd5b506102de6108a9366004612300565b61134a565b3480156108ba57600080fd5b506103c860125481565b3480156108d057600080fd5b506103c8600a5481565b6005546001600160a01b0316331461090d5760405162461bcd60e51b815260040161090490612410565b60405180910390fd5b60118290556012819055610921818361245b565b6010819055601e10156109765760405162461bcd60e51b815260206004820152601d60248201527f4d757374206b656570206665657320617420333025206f72206c6573730000006044820152606401610904565b5050565b60606003805461098990612473565b80601f01602080910402602001604051908101604052809291908181526020018280546109b590612473565b8015610a025780601f106109d757610100808354040283529160200191610a02565b820191906000526020600020905b8154815290600101906020018083116109e557829003601f168201915b5050505050905090565b6000610a193384846113e2565b50600192915050565b6005546001600160a01b03163314610a4c5760405162461bcd60e51b815260040161090490612410565b670de0b6b3a76400006103e8610a6160025490565b610a6c9060016124ae565b610a7691906124cd565b610a8091906124cd565b811015610ae75760405162461bcd60e51b815260206004820152602f60248201527f43616e6e6f7420736574206d61785472616e73616374696f6e416d6f756e742060448201526e6c6f776572207468616e20302e312560881b6064820152608401610904565b610af981670de0b6b3a76400006124ae565b60085550565b6000610b0c848484611506565b6001600160a01b038416600090815260016020908152604080832033845290915290205482811015610b915760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b6064820152608401610904565b610b9e85338584036113e2565b506001949350505050565b3360008181526001602090815260408083206001600160a01b03871684529091528120549091610a19918590610be090869061245b565b6113e2565b6005546001600160a01b03163314610c0f5760405162461bcd60e51b815260040161090490612410565b600e829055600f819055610c23818361245b565b600d819055601410156109765760405162461bcd60e51b815260206004820152601d60248201527f4d757374206b656570206665657320617420323025206f72206c6573730000006044820152606401610904565b6006546040516000916001600160a01b03169047908381818185875af1925050503d8060008114610cc5576040519150601f19603f3d011682016040523d82523d6000602084013e610cca565b606091505b50505050565b6005546001600160a01b03163314610cfa5760405162461bcd60e51b815260040161090490612410565b610d046000611bb3565b565b6005546000906001600160a01b03163314610d335760405162461bcd60e51b815260040161090490612410565b50600b805460ff19169055600190565b6005546001600160a01b03163314610d6d5760405162461bcd60e51b815260040161090490612410565b6001600160a01b03919091166000908152601660205260409020805460ff1916911515919091179055565b306000908152602081905260409020548111158015610db75750600081115b610df25760405162461bcd60e51b815260206004820152600c60248201526b15dc9bdb99c8185b5bdd5b9d60a21b6044820152606401610904565b610dfb81611c05565b50565b6005546001600160a01b03163314610e285760405162461bcd60e51b815260040161090490612410565b600b805462ffff00191662010100179055565b6005546001600160a01b03163314610e655760405162461bcd60e51b815260040161090490612410565b600b8054911515620100000262ff000019909216919091179055565b60606004805461098990612473565b6005546001600160a01b03163314610eba5760405162461bcd60e51b815260040161090490612410565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b0316826001600160a01b03161415610f625760405162461bcd60e51b815260206004820152603960248201527f54686520706169722063616e6e6f742062652072656d6f7665642066726f6d2060448201527f6175746f6d617465644d61726b65744d616b65725061697273000000000000006064820152608401610904565b6109768282611dc5565b3360009081526001602090815260408083206001600160a01b038616845290915281205482811015610fee5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608401610904565b610ffb33858584036113e2565b5060019392505050565b6000610a19338484611506565b6005546001600160a01b0316331461103c5760405162461bcd60e51b815260040161090490612410565b6006546040516001600160a01b03918216918316907fa751787977eeb3902e30e1d19ca00c6ad274a1f622c31a206e32366700b0567490600090a3600680546001600160a01b0319166001600160a01b0392909216919091179055565b6005546001600160a01b031633146110c35760405162461bcd60e51b815260040161090490612410565b6001600160a01b038216600081815260156020908152604091829020805460ff191685151590811790915591519182527f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df7910160405180910390a25050565b6005546001600160a01b0316331461114c5760405162461bcd60e51b815260040161090490612410565b670de0b6b3a76400006103e861116160025490565b61116c9060056124ae565b61117691906124cd565b61118091906124cd565b8110156111db5760405162461bcd60e51b8152602060048201526024808201527f43616e6e6f7420736574206d617857616c6c6574206c6f776572207468616e20604482015263302e352560e01b6064820152608401610904565b6111ed81670de0b6b3a76400006124ae565b600a5550565b6005546000906001600160a01b031633146112205760405162461bcd60e51b815260040161090490612410565b620186a061122d60025490565b6112389060016124ae565b61124291906124cd565b8210156112af5760405162461bcd60e51b815260206004820152603560248201527f5377617020616d6f756e742063616e6e6f74206265206c6f776572207468616e60448201527410181718181892903a37ba30b61039bab838363c9760591b6064820152608401610904565b6103e86112bb60025490565b6112c69060056124ae565b6112d091906124cd565b82111561133c5760405162461bcd60e51b815260206004820152603460248201527f5377617020616d6f756e742063616e6e6f742062652068696768657220746861604482015273371018171a92903a37ba30b61039bab838363c9760611b6064820152608401610904565b50600981905560015b919050565b6005546001600160a01b031633146113745760405162461bcd60e51b815260040161090490612410565b6001600160a01b0381166113d95760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610904565b610dfb81611bb3565b6001600160a01b0383166114445760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610904565b6001600160a01b0382166114a55760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610904565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b03831661152c5760405162461bcd60e51b8152600401610904906124ef565b6001600160a01b0382166115525760405162461bcd60e51b815260040161090490612534565b806115685761156383836000611e19565b505050565b600b5460ff16156118de576005546001600160a01b0384811691161480159061159f57506005546001600160a01b03838116911614155b80156115b357506001600160a01b03821615155b80156115ca57506001600160a01b03821661dead14155b80156115e05750600554600160a01b900460ff16155b156118de57600b54610100900460ff16611678576001600160a01b03831660009081526015602052604090205460ff168061163357506001600160a01b03821660009081526015602052604090205460ff165b6116785760405162461bcd60e51b81526020600482015260166024820152752a3930b234b7339034b9903737ba1030b1ba34bb329760511b6044820152606401610904565b6001600160a01b03831660009081526017602052604090205460ff1680156116b957506001600160a01b03821660009081526016602052604090205460ff16155b1561179d5760085481111561172e5760405162461bcd60e51b815260206004820152603560248201527f427579207472616e7366657220616d6f756e742065786365656473207468652060448201527436b0bc2a3930b739b0b1ba34b7b720b6b7bab73a1760591b6064820152608401610904565b600a546001600160a01b038316600090815260208190526040902054611754908361245b565b11156117985760405162461bcd60e51b815260206004820152601360248201527213585e081dd85b1b195d08195e18d959591959606a1b6044820152606401610904565b6118de565b6001600160a01b03821660009081526017602052604090205460ff1680156117de57506001600160a01b03831660009081526016602052604090205460ff16155b15611854576008548111156117985760405162461bcd60e51b815260206004820152603660248201527f53656c6c207472616e7366657220616d6f756e742065786365656473207468656044820152751036b0bc2a3930b739b0b1ba34b7b720b6b7bab73a1760511b6064820152608401610904565b6001600160a01b03821660009081526016602052604090205460ff166118de57600a546001600160a01b03831660009081526020819052604090205461189a908361245b565b11156118de5760405162461bcd60e51b815260206004820152601360248201527213585e081dd85b1b195d08195e18d959591959606a1b6044820152606401610904565b306000908152602081905260409020546009548110801590819061190a5750600b5462010000900460ff165b80156119205750600554600160a01b900460ff16155b801561194557506001600160a01b03851660009081526017602052604090205460ff16155b801561196a57506001600160a01b03851660009081526015602052604090205460ff16155b801561198f57506001600160a01b03841660009081526015602052604090205460ff16155b156119bd576005805460ff60a01b1916600160a01b1790556119af611f6e565b6005805460ff60a01b191690555b6005546001600160a01b03861660009081526015602052604090205460ff600160a01b909204821615911680611a0b57506001600160a01b03851660009081526015602052604090205460ff165b15611a14575060005b60008115611b9f576001600160a01b03861660009081526017602052604090205460ff168015611a4657506000601054115b15611ad457611a6b6064611a656010548861211790919063ffffffff16565b9061212a565b905060105460125482611a7e91906124ae565b611a8891906124cd565b60146000828254611a99919061245b565b9091555050601054601154611aae90836124ae565b611ab891906124cd565b60136000828254611ac9919061245b565b90915550611b819050565b6001600160a01b03871660009081526017602052604090205460ff168015611afe57506000600d54115b15611b8157611b1d6064611a65600d548861211790919063ffffffff16565b9050600d54600f5482611b3091906124ae565b611b3a91906124cd565b60146000828254611b4b919061245b565b9091555050600d54600e54611b6090836124ae565b611b6a91906124cd565b60136000828254611b7b919061245b565b90915550505b8015611b9257611b92873083611e19565b611b9c8186612577565b94505b611baa878787611e19565b50505050505050565b600580546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6040805160028082526060820183526000926020830190803683370190505090503081600081518110611c3a57611c3a61258e565b60200260200101906001600160a01b031690816001600160a01b0316815250507f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015611cb8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cdc91906125a4565b81600181518110611cef57611cef61258e565b60200260200101906001600160a01b031690816001600160a01b031681525050611d3a307f0000000000000000000000000000000000000000000000000000000000000000846113e2565b60405163791ac94760e01b81526001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063791ac94790611d8f9085906000908690309042906004016125c1565b600060405180830381600087803b158015611da957600080fd5b505af1158015611dbd573d6000803e3d6000fd5b505050505050565b6001600160a01b038216600081815260176020526040808220805460ff191685151590811790915590519092917fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab91a35050565b6001600160a01b038316611e3f5760405162461bcd60e51b8152600401610904906124ef565b6001600160a01b038216611e655760405162461bcd60e51b815260040161090490612534565b6001600160a01b03831660009081526020819052604090205481811015611edd5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610904565b6001600160a01b03808516600090815260208190526040808220858503905591851681529081208054849290611f1490849061245b565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611f6091815260200190565b60405180910390a350505050565b3060009081526020819052604081205490506000601354601454611f92919061245b565b90506000821580611fa1575081155b15611fab57505050565b600954611fb99060146124ae565b831115611fd157600954611fce9060146124ae565b92505b600060028360145486611fe491906124ae565b611fee91906124cd565b611ff891906124cd565b905060006120068583612136565b90504761201282611c05565b600061201e4783612136565b9050600061203b87611a656013548561211790919063ffffffff16565b905060006120498284612577565b60006014819055601355905085158015906120645750600081115b156120b7576120738682612142565b601454604080518781526020810184905280820192909252517f17bbfb9a6069321b6ded73bd96327c9e6b7212a5cd51ff219cd61370acafb5619181900360600190a15b6006546040516001600160a01b03909116904790600081818185875af1925050503d8060008114612104576040519150601f19603f3d011682016040523d82523d6000602084013e612109565b606091505b505050505050505050505050565b600061212382846124ae565b9392505050565b600061212382846124cd565b60006121238284612577565b61216d307f0000000000000000000000000000000000000000000000000000000000000000846113e2565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663f305d7198230856000806121b46005546001600160a01b031690565b60405160e088901b6001600160e01b03191681526001600160a01b03958616600482015260248101949094526044840192909252606483015290911660848201524260a482015260c40160606040518083038185885af115801561221c573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906122419190612632565b5050505050565b6000806040838503121561225b57600080fd5b50508035926020909101359150565b600060208083528351808285015260005b818110156122975785810183015185820160400152820161227b565b818111156122a9576000604083870101525b50601f01601f1916929092016040019392505050565b6001600160a01b0381168114610dfb57600080fd5b600080604083850312156122e757600080fd5b82356122f2816122bf565b946020939093013593505050565b60006020828403121561231257600080fd5b8135612123816122bf565b60006020828403121561232f57600080fd5b5035919050565b60008060006060848603121561234b57600080fd5b8335612356816122bf565b92506020840135612366816122bf565b929592945050506040919091013590565b8035801515811461134557600080fd5b6000806040838503121561239a57600080fd5b82356123a5816122bf565b91506123b360208401612377565b90509250929050565b6000602082840312156123ce57600080fd5b61212382612377565b600080604083850312156123ea57600080fd5b82356123f5816122bf565b91506020830135612405816122bf565b809150509250929050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b6000821982111561246e5761246e612445565b500190565b600181811c9082168061248757607f821691505b602082108114156124a857634e487b7160e01b600052602260045260246000fd5b50919050565b60008160001904831182151516156124c8576124c8612445565b500290565b6000826124ea57634e487b7160e01b600052601260045260246000fd5b500490565b60208082526025908201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604082015264647265737360d81b606082015260800190565b60208082526023908201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260408201526265737360e81b606082015260800190565b60008282101561258957612589612445565b500390565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156125b657600080fd5b8151612123816122bf565b600060a082018783526020878185015260a0604085015281875180845260c086019150828901935060005b818110156126115784516001600160a01b0316835293830193918301916001016125ec565b50506001600160a01b03969096166060850152505050608001529392505050565b60008060006060848603121561264757600080fd5b835192506020840151915060408401519050925092509256fea264697066735822122032919740adf99e4eeaf3ef1df0c7b4c33b4fbc4f893fe75d9d2e260836b5064664736f6c634300080a00334f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e65720000000000000000000000002e2df7f38d4eb9f158a92dd90994c7dad33608a2

Deployed Bytecode

0x6080604052600436106102b25760003560e01c80637bce5a0411610175578063b62496f5116100dc578063d85ba06311610095578063f11a24d31161006f578063f11a24d314610878578063f2fde38b1461088e578063f6374342146108ae578063f8b45b05146108c457600080fd5b8063d85ba06314610806578063dd62ed3e1461081c578063e2f456051461086257600080fd5b8063b62496f514610741578063bbc0c74214610771578063c024666814610790578063c18bc195146107b0578063c8c8ebe4146107d0578063d257b34f146107e657600080fd5b8063924de9b71161012e578063924de9b71461068c57806395d89b41146106ac5780639a7a23d6146106c1578063a457c2d7146106e1578063a9059cbb14610701578063aacebbe31461072157600080fd5b80637bce5a04146105ed578063881dce60146106035780638a8c523c146106235780638da5cb5b146106385780638ea5220f14610656578063921369131461067657600080fd5b806339509351116102195780636fc3eaec116101d25780636fc3eaec1461053857806370a082311461054d578063715018a614610583578063751039fc146105985780637571336a146105ad57806375f0a874146105cd57600080fd5b8063395093511461047457806349bd5a5e146104945780634a62bb65146104c857806366ca9b83146104e25780636a486a8e146105025780636ddd17131461051857600080fd5b80631a8145bb1161026b5780631a8145bb146103d65780631f3fed8f146103ec578063203e727e1461040257806323b872dd1461042257806327c8f83514610442578063313ce5671461045857600080fd5b806302dbd8f8146102be57806306fdde03146102e0578063095ea7b31461030b57806310d5de531461033b5780631694505e1461036b57806318160ddd146103b757600080fd5b366102b957005b600080fd5b3480156102ca57600080fd5b506102de6102d9366004612248565b6108da565b005b3480156102ec57600080fd5b506102f561097a565b604051610302919061226a565b60405180910390f35b34801561031757600080fd5b5061032b6103263660046122d4565b610a0c565b6040519015158152602001610302565b34801561034757600080fd5b5061032b610356366004612300565b60166020526000908152604090205460ff1681565b34801561037757600080fd5b5061039f7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d81565b6040516001600160a01b039091168152602001610302565b3480156103c357600080fd5b506002545b604051908152602001610302565b3480156103e257600080fd5b506103c860145481565b3480156103f857600080fd5b506103c860135481565b34801561040e57600080fd5b506102de61041d36600461231d565b610a22565b34801561042e57600080fd5b5061032b61043d366004612336565b610aff565b34801561044e57600080fd5b5061039f61dead81565b34801561046457600080fd5b5060405160128152602001610302565b34801561048057600080fd5b5061032b61048f3660046122d4565b610ba9565b3480156104a057600080fd5b5061039f7f0000000000000000000000002def7abc86c460e796d61e43e45cd48ea6df149f81565b3480156104d457600080fd5b50600b5461032b9060ff1681565b3480156104ee57600080fd5b506102de6104fd366004612248565b610be5565b34801561050e57600080fd5b506103c860105481565b34801561052457600080fd5b50600b5461032b9062010000900460ff1681565b34801561054457600080fd5b506102de610c78565b34801561055957600080fd5b506103c8610568366004612300565b6001600160a01b031660009081526020819052604090205490565b34801561058f57600080fd5b506102de610cd0565b3480156105a457600080fd5b5061032b610d06565b3480156105b957600080fd5b506102de6105c8366004612387565b610d43565b3480156105d957600080fd5b5060065461039f906001600160a01b031681565b3480156105f957600080fd5b506103c8600e5481565b34801561060f57600080fd5b506102de61061e36600461231d565b610d98565b34801561062f57600080fd5b506102de610dfe565b34801561064457600080fd5b506005546001600160a01b031661039f565b34801561066257600080fd5b5060075461039f906001600160a01b031681565b34801561068257600080fd5b506103c860115481565b34801561069857600080fd5b506102de6106a73660046123bc565b610e3b565b3480156106b857600080fd5b506102f5610e81565b3480156106cd57600080fd5b506102de6106dc366004612387565b610e90565b3480156106ed57600080fd5b5061032b6106fc3660046122d4565b610f6c565b34801561070d57600080fd5b5061032b61071c3660046122d4565b611005565b34801561072d57600080fd5b506102de61073c366004612300565b611012565b34801561074d57600080fd5b5061032b61075c366004612300565b60176020526000908152604090205460ff1681565b34801561077d57600080fd5b50600b5461032b90610100900460ff1681565b34801561079c57600080fd5b506102de6107ab366004612387565b611099565b3480156107bc57600080fd5b506102de6107cb36600461231d565b611122565b3480156107dc57600080fd5b506103c860085481565b3480156107f257600080fd5b5061032b61080136600461231d565b6111f3565b34801561081257600080fd5b506103c8600d5481565b34801561082857600080fd5b506103c86108373660046123d7565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b34801561086e57600080fd5b506103c860095481565b34801561088457600080fd5b506103c8600f5481565b34801561089a57600080fd5b506102de6108a9366004612300565b61134a565b3480156108ba57600080fd5b506103c860125481565b3480156108d057600080fd5b506103c8600a5481565b6005546001600160a01b0316331461090d5760405162461bcd60e51b815260040161090490612410565b60405180910390fd5b60118290556012819055610921818361245b565b6010819055601e10156109765760405162461bcd60e51b815260206004820152601d60248201527f4d757374206b656570206665657320617420333025206f72206c6573730000006044820152606401610904565b5050565b60606003805461098990612473565b80601f01602080910402602001604051908101604052809291908181526020018280546109b590612473565b8015610a025780601f106109d757610100808354040283529160200191610a02565b820191906000526020600020905b8154815290600101906020018083116109e557829003601f168201915b5050505050905090565b6000610a193384846113e2565b50600192915050565b6005546001600160a01b03163314610a4c5760405162461bcd60e51b815260040161090490612410565b670de0b6b3a76400006103e8610a6160025490565b610a6c9060016124ae565b610a7691906124cd565b610a8091906124cd565b811015610ae75760405162461bcd60e51b815260206004820152602f60248201527f43616e6e6f7420736574206d61785472616e73616374696f6e416d6f756e742060448201526e6c6f776572207468616e20302e312560881b6064820152608401610904565b610af981670de0b6b3a76400006124ae565b60085550565b6000610b0c848484611506565b6001600160a01b038416600090815260016020908152604080832033845290915290205482811015610b915760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b6064820152608401610904565b610b9e85338584036113e2565b506001949350505050565b3360008181526001602090815260408083206001600160a01b03871684529091528120549091610a19918590610be090869061245b565b6113e2565b6005546001600160a01b03163314610c0f5760405162461bcd60e51b815260040161090490612410565b600e829055600f819055610c23818361245b565b600d819055601410156109765760405162461bcd60e51b815260206004820152601d60248201527f4d757374206b656570206665657320617420323025206f72206c6573730000006044820152606401610904565b6006546040516000916001600160a01b03169047908381818185875af1925050503d8060008114610cc5576040519150601f19603f3d011682016040523d82523d6000602084013e610cca565b606091505b50505050565b6005546001600160a01b03163314610cfa5760405162461bcd60e51b815260040161090490612410565b610d046000611bb3565b565b6005546000906001600160a01b03163314610d335760405162461bcd60e51b815260040161090490612410565b50600b805460ff19169055600190565b6005546001600160a01b03163314610d6d5760405162461bcd60e51b815260040161090490612410565b6001600160a01b03919091166000908152601660205260409020805460ff1916911515919091179055565b306000908152602081905260409020548111158015610db75750600081115b610df25760405162461bcd60e51b815260206004820152600c60248201526b15dc9bdb99c8185b5bdd5b9d60a21b6044820152606401610904565b610dfb81611c05565b50565b6005546001600160a01b03163314610e285760405162461bcd60e51b815260040161090490612410565b600b805462ffff00191662010100179055565b6005546001600160a01b03163314610e655760405162461bcd60e51b815260040161090490612410565b600b8054911515620100000262ff000019909216919091179055565b60606004805461098990612473565b6005546001600160a01b03163314610eba5760405162461bcd60e51b815260040161090490612410565b7f0000000000000000000000002def7abc86c460e796d61e43e45cd48ea6df149f6001600160a01b0316826001600160a01b03161415610f625760405162461bcd60e51b815260206004820152603960248201527f54686520706169722063616e6e6f742062652072656d6f7665642066726f6d2060448201527f6175746f6d617465644d61726b65744d616b65725061697273000000000000006064820152608401610904565b6109768282611dc5565b3360009081526001602090815260408083206001600160a01b038616845290915281205482811015610fee5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608401610904565b610ffb33858584036113e2565b5060019392505050565b6000610a19338484611506565b6005546001600160a01b0316331461103c5760405162461bcd60e51b815260040161090490612410565b6006546040516001600160a01b03918216918316907fa751787977eeb3902e30e1d19ca00c6ad274a1f622c31a206e32366700b0567490600090a3600680546001600160a01b0319166001600160a01b0392909216919091179055565b6005546001600160a01b031633146110c35760405162461bcd60e51b815260040161090490612410565b6001600160a01b038216600081815260156020908152604091829020805460ff191685151590811790915591519182527f9d8f7706ea1113d1a167b526eca956215946dd36cc7df39eb16180222d8b5df7910160405180910390a25050565b6005546001600160a01b0316331461114c5760405162461bcd60e51b815260040161090490612410565b670de0b6b3a76400006103e861116160025490565b61116c9060056124ae565b61117691906124cd565b61118091906124cd565b8110156111db5760405162461bcd60e51b8152602060048201526024808201527f43616e6e6f7420736574206d617857616c6c6574206c6f776572207468616e20604482015263302e352560e01b6064820152608401610904565b6111ed81670de0b6b3a76400006124ae565b600a5550565b6005546000906001600160a01b031633146112205760405162461bcd60e51b815260040161090490612410565b620186a061122d60025490565b6112389060016124ae565b61124291906124cd565b8210156112af5760405162461bcd60e51b815260206004820152603560248201527f5377617020616d6f756e742063616e6e6f74206265206c6f776572207468616e60448201527410181718181892903a37ba30b61039bab838363c9760591b6064820152608401610904565b6103e86112bb60025490565b6112c69060056124ae565b6112d091906124cd565b82111561133c5760405162461bcd60e51b815260206004820152603460248201527f5377617020616d6f756e742063616e6e6f742062652068696768657220746861604482015273371018171a92903a37ba30b61039bab838363c9760611b6064820152608401610904565b50600981905560015b919050565b6005546001600160a01b031633146113745760405162461bcd60e51b815260040161090490612410565b6001600160a01b0381166113d95760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610904565b610dfb81611bb3565b6001600160a01b0383166114445760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610904565b6001600160a01b0382166114a55760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610904565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b6001600160a01b03831661152c5760405162461bcd60e51b8152600401610904906124ef565b6001600160a01b0382166115525760405162461bcd60e51b815260040161090490612534565b806115685761156383836000611e19565b505050565b600b5460ff16156118de576005546001600160a01b0384811691161480159061159f57506005546001600160a01b03838116911614155b80156115b357506001600160a01b03821615155b80156115ca57506001600160a01b03821661dead14155b80156115e05750600554600160a01b900460ff16155b156118de57600b54610100900460ff16611678576001600160a01b03831660009081526015602052604090205460ff168061163357506001600160a01b03821660009081526015602052604090205460ff165b6116785760405162461bcd60e51b81526020600482015260166024820152752a3930b234b7339034b9903737ba1030b1ba34bb329760511b6044820152606401610904565b6001600160a01b03831660009081526017602052604090205460ff1680156116b957506001600160a01b03821660009081526016602052604090205460ff16155b1561179d5760085481111561172e5760405162461bcd60e51b815260206004820152603560248201527f427579207472616e7366657220616d6f756e742065786365656473207468652060448201527436b0bc2a3930b739b0b1ba34b7b720b6b7bab73a1760591b6064820152608401610904565b600a546001600160a01b038316600090815260208190526040902054611754908361245b565b11156117985760405162461bcd60e51b815260206004820152601360248201527213585e081dd85b1b195d08195e18d959591959606a1b6044820152606401610904565b6118de565b6001600160a01b03821660009081526017602052604090205460ff1680156117de57506001600160a01b03831660009081526016602052604090205460ff16155b15611854576008548111156117985760405162461bcd60e51b815260206004820152603660248201527f53656c6c207472616e7366657220616d6f756e742065786365656473207468656044820152751036b0bc2a3930b739b0b1ba34b7b720b6b7bab73a1760511b6064820152608401610904565b6001600160a01b03821660009081526016602052604090205460ff166118de57600a546001600160a01b03831660009081526020819052604090205461189a908361245b565b11156118de5760405162461bcd60e51b815260206004820152601360248201527213585e081dd85b1b195d08195e18d959591959606a1b6044820152606401610904565b306000908152602081905260409020546009548110801590819061190a5750600b5462010000900460ff165b80156119205750600554600160a01b900460ff16155b801561194557506001600160a01b03851660009081526017602052604090205460ff16155b801561196a57506001600160a01b03851660009081526015602052604090205460ff16155b801561198f57506001600160a01b03841660009081526015602052604090205460ff16155b156119bd576005805460ff60a01b1916600160a01b1790556119af611f6e565b6005805460ff60a01b191690555b6005546001600160a01b03861660009081526015602052604090205460ff600160a01b909204821615911680611a0b57506001600160a01b03851660009081526015602052604090205460ff165b15611a14575060005b60008115611b9f576001600160a01b03861660009081526017602052604090205460ff168015611a4657506000601054115b15611ad457611a6b6064611a656010548861211790919063ffffffff16565b9061212a565b905060105460125482611a7e91906124ae565b611a8891906124cd565b60146000828254611a99919061245b565b9091555050601054601154611aae90836124ae565b611ab891906124cd565b60136000828254611ac9919061245b565b90915550611b819050565b6001600160a01b03871660009081526017602052604090205460ff168015611afe57506000600d54115b15611b8157611b1d6064611a65600d548861211790919063ffffffff16565b9050600d54600f5482611b3091906124ae565b611b3a91906124cd565b60146000828254611b4b919061245b565b9091555050600d54600e54611b6090836124ae565b611b6a91906124cd565b60136000828254611b7b919061245b565b90915550505b8015611b9257611b92873083611e19565b611b9c8186612577565b94505b611baa878787611e19565b50505050505050565b600580546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6040805160028082526060820183526000926020830190803683370190505090503081600081518110611c3a57611c3a61258e565b60200260200101906001600160a01b031690816001600160a01b0316815250507f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d6001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015611cb8573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611cdc91906125a4565b81600181518110611cef57611cef61258e565b60200260200101906001600160a01b031690816001600160a01b031681525050611d3a307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d846113e2565b60405163791ac94760e01b81526001600160a01b037f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d169063791ac94790611d8f9085906000908690309042906004016125c1565b600060405180830381600087803b158015611da957600080fd5b505af1158015611dbd573d6000803e3d6000fd5b505050505050565b6001600160a01b038216600081815260176020526040808220805460ff191685151590811790915590519092917fffa9187bf1f18bf477bd0ea1bcbb64e93b6a98132473929edfce215cd9b16fab91a35050565b6001600160a01b038316611e3f5760405162461bcd60e51b8152600401610904906124ef565b6001600160a01b038216611e655760405162461bcd60e51b815260040161090490612534565b6001600160a01b03831660009081526020819052604090205481811015611edd5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610904565b6001600160a01b03808516600090815260208190526040808220858503905591851681529081208054849290611f1490849061245b565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611f6091815260200190565b60405180910390a350505050565b3060009081526020819052604081205490506000601354601454611f92919061245b565b90506000821580611fa1575081155b15611fab57505050565b600954611fb99060146124ae565b831115611fd157600954611fce9060146124ae565b92505b600060028360145486611fe491906124ae565b611fee91906124cd565b611ff891906124cd565b905060006120068583612136565b90504761201282611c05565b600061201e4783612136565b9050600061203b87611a656013548561211790919063ffffffff16565b905060006120498284612577565b60006014819055601355905085158015906120645750600081115b156120b7576120738682612142565b601454604080518781526020810184905280820192909252517f17bbfb9a6069321b6ded73bd96327c9e6b7212a5cd51ff219cd61370acafb5619181900360600190a15b6006546040516001600160a01b03909116904790600081818185875af1925050503d8060008114612104576040519150601f19603f3d011682016040523d82523d6000602084013e612109565b606091505b505050505050505050505050565b600061212382846124ae565b9392505050565b600061212382846124cd565b60006121238284612577565b61216d307f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d846113e2565b7f0000000000000000000000007a250d5630b4cf539739df2c5dacb4c659f2488d6001600160a01b031663f305d7198230856000806121b46005546001600160a01b031690565b60405160e088901b6001600160e01b03191681526001600160a01b03958616600482015260248101949094526044840192909252606483015290911660848201524260a482015260c40160606040518083038185885af115801561221c573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906122419190612632565b5050505050565b6000806040838503121561225b57600080fd5b50508035926020909101359150565b600060208083528351808285015260005b818110156122975785810183015185820160400152820161227b565b818111156122a9576000604083870101525b50601f01601f1916929092016040019392505050565b6001600160a01b0381168114610dfb57600080fd5b600080604083850312156122e757600080fd5b82356122f2816122bf565b946020939093013593505050565b60006020828403121561231257600080fd5b8135612123816122bf565b60006020828403121561232f57600080fd5b5035919050565b60008060006060848603121561234b57600080fd5b8335612356816122bf565b92506020840135612366816122bf565b929592945050506040919091013590565b8035801515811461134557600080fd5b6000806040838503121561239a57600080fd5b82356123a5816122bf565b91506123b360208401612377565b90509250929050565b6000602082840312156123ce57600080fd5b61212382612377565b600080604083850312156123ea57600080fd5b82356123f5816122bf565b91506020830135612405816122bf565b809150509250929050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b6000821982111561246e5761246e612445565b500190565b600181811c9082168061248757607f821691505b602082108114156124a857634e487b7160e01b600052602260045260246000fd5b50919050565b60008160001904831182151516156124c8576124c8612445565b500290565b6000826124ea57634e487b7160e01b600052601260045260246000fd5b500490565b60208082526025908201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604082015264647265737360d81b606082015260800190565b60208082526023908201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260408201526265737360e81b606082015260800190565b60008282101561258957612589612445565b500390565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156125b657600080fd5b8151612123816122bf565b600060a082018783526020878185015260a0604085015281875180845260c086019150828901935060005b818110156126115784516001600160a01b0316835293830193918301916001016125ec565b50506001600160a01b03969096166060850152505050608001529392505050565b60008060006060848603121561264757600080fd5b835192506020840151915060408401519050925092509256fea264697066735822122032919740adf99e4eeaf3ef1df0c7b4c33b4fbc4f893fe75d9d2e260836b5064664736f6c634300080a0033

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

0000000000000000000000002e2df7f38d4eb9f158a92dd90994c7dad33608a2

-----Decoded View---------------
Arg [0] : wallet1 (address): 0x2E2dF7f38D4Eb9F158A92dD90994C7Dad33608a2

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 0000000000000000000000002e2df7f38d4eb9f158a92dd90994c7dad33608a2


Deployed Bytecode Sourcemap

36934:14247:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;43080:342;;;;;;;;;;-1:-1:-1;43080:342:0;;;;;:::i;:::-;;:::i;:::-;;13729:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;15896:169;;;;;;;;;;-1:-1:-1;15896:169:0;;;;;:::i;:::-;;:::i;:::-;;;1490:14:1;;1483:22;1465:41;;1453:2;1438:18;15896:169:0;1325:187:1;38136:63:0;;;;;;;;;;-1:-1:-1;38136:63:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;37011:51;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;1960:32:1;;;1942:51;;1930:2;1915:18;37011:51:0;1769:230:1;14849:108:0;;;;;;;;;;-1:-1:-1;14937:12:0;;14849:108;;;2150:25:1;;;2138:2;2123:18;14849:108:0;2004:177:1;37954:33:0;;;;;;;;;;;;;;;;37914;;;;;;;;;;;;;;;;41819:275;;;;;;;;;;-1:-1:-1;41819:275:0;;;;;:::i;:::-;;:::i;16547:492::-;;;;;;;;;;-1:-1:-1;16547:492:0;;;;;:::i;:::-;;:::i;37114:53::-;;;;;;;;;;;;37160:6;37114:53;;14691:93;;;;;;;;;;-1:-1:-1;14691:93:0;;14774:2;3182:36:1;;3170:2;3155:18;14691:93:0;3040:184:1;17448:215:0;;;;;;;;;;-1:-1:-1;17448:215:0;;;;;:::i;:::-;;:::i;37069:38::-;;;;;;;;;;;;;;;37391:33;;;;;;;;;;-1:-1:-1;37391:33:0;;;;;;;;42737:335;;;;;;;;;;-1:-1:-1;42737:335:0;;;;;:::i;:::-;;:::i;37801:28::-;;;;;;;;;;;;;;;;37471:31;;;;;;;;;;-1:-1:-1;37471:31:0;;;;;;;;;;;43800:174;;;;;;;;;;;;;:::i;15020:127::-;;;;;;;;;;-1:-1:-1;15020:127:0;;;;;:::i;:::-;-1:-1:-1;;;;;15121:18:0;15094:7;15121:18;;;;;;;;;;;;15020:127;6964:103;;;;;;;;;;;;;:::i;41121:121::-;;;;;;;;;;;;;:::i;42366:167::-;;;;;;;;;;-1:-1:-1;42366:167:0;;;;;:::i;:::-;;:::i;37206:30::-;;;;;;;;;;-1:-1:-1;37206:30:0;;;;-1:-1:-1;;;;;37206:30:0;;;37725;;;;;;;;;;;;;;;;43620:172;;;;;;;;;;-1:-1:-1;43620:172:0;;;;;:::i;:::-;;:::i;40957:112::-;;;;;;;;;;;;;:::i;6313:87::-;;;;;;;;;;-1:-1:-1;6386:6:0;;-1:-1:-1;;;;;6386:6:0;6313:87;;37243:24;;;;;;;;;;-1:-1:-1;37243:24:0;;;;-1:-1:-1;;;;;37243:24:0;;;37836:31;;;;;;;;;;;;;;;;42629:100;;;;;;;;;;-1:-1:-1;42629:100:0;;;;;:::i;:::-;;:::i;13948:104::-;;;;;;;;;;;;;:::i;43982:304::-;;;;;;;;;;-1:-1:-1;43982:304:0;;;;;:::i;:::-;;:::i;18166:413::-;;;;;;;;;;-1:-1:-1;18166:413:0;;;;;:::i;:::-;;:::i;15360:175::-;;;;;;;;;;-1:-1:-1;15360:175:0;;;;;:::i;:::-;;:::i;44490:231::-;;;;;;;;;;-1:-1:-1;44490:231:0;;;;;:::i;:::-;;:::i;38357:57::-;;;;;;;;;;-1:-1:-1;38357:57:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;37431:33;;;;;;;;;;-1:-1:-1;37431:33:0;;;;;;;;;;;43430:182;;;;;;;;;;-1:-1:-1;43430:182:0;;;;;:::i;:::-;;:::i;42102:256::-;;;;;;;;;;-1:-1:-1;42102:256:0;;;;;:::i;:::-;;:::i;37276:35::-;;;;;;;;;;;;;;;;41314:497;;;;;;;;;;-1:-1:-1;41314:497:0;;;;;:::i;:::-;;:::i;37691:27::-;;;;;;;;;;;;;;;;15598:151;;;;;;;;;;-1:-1:-1;15598:151:0;;;;;:::i;:::-;-1:-1:-1;;;;;15714:18:0;;;15687:7;15714:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;15598:151;37318:33;;;;;;;;;;;;;;;;37762:30;;;;;;;;;;;;;;;;7222:201;;;;;;;;;;-1:-1:-1;7222:201:0;;;;;:::i;:::-;;:::i;37874:31::-;;;;;;;;;;;;;;;;37358:24;;;;;;;;;;;;;;;;43080:342;6386:6;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;;;;;;;;;43205:16:::1;:32:::0;;;43248:16:::1;:32:::0;;;43307:35:::1;43267:13:::0;43224;43307:35:::1;:::i;:::-;43291:13;:51:::0;;;43378:2:::1;-1:-1:-1::0;43361:19:0::1;43353:61;;;::::0;-1:-1:-1;;;43353:61:0;;5120:2:1;43353:61:0::1;::::0;::::1;5102:21:1::0;5159:2;5139:18;;;5132:30;5198:31;5178:18;;;5171:59;5247:18;;43353:61:0::1;4918:353:1::0;43353:61:0::1;43080:342:::0;;:::o;13729:100::-;13783:13;13816:5;13809:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13729:100;:::o;15896:169::-;15979:4;15996:39;5066:10;16019:7;16028:6;15996:8;:39::i;:::-;-1:-1:-1;16053:4:0;15896:169;;;;:::o;41819:275::-;6386:6;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;41956:4:::1;41948;41927:13;14937:12:::0;;;14849:108;41927:13:::1;:17;::::0;41943:1:::1;41927:17;:::i;:::-;41926:26;;;;:::i;:::-;41925:35;;;;:::i;:::-;41915:6;:45;;41893:142;;;::::0;-1:-1:-1;;;41893:142:0;;6258:2:1;41893:142:0::1;::::0;::::1;6240:21:1::0;6297:2;6277:18;;;6270:30;6336:34;6316:18;;;6309:62;-1:-1:-1;;;6387:18:1;;;6380:45;6442:19;;41893:142:0::1;6056:411:1::0;41893:142:0::1;42069:17;:6:::0;42079::::1;42069:17;:::i;:::-;42046:20;:40:::0;-1:-1:-1;41819:275:0:o;16547:492::-;16687:4;16704:36;16714:6;16722:9;16733:6;16704:9;:36::i;:::-;-1:-1:-1;;;;;16780:19:0;;16753:24;16780:19;;;:11;:19;;;;;;;;5066:10;16780:33;;;;;;;;16832:26;;;;16824:79;;;;-1:-1:-1;;;16824:79:0;;6674:2:1;16824:79:0;;;6656:21:1;6713:2;6693:18;;;6686:30;6752:34;6732:18;;;6725:62;-1:-1:-1;;;6803:18:1;;;6796:38;6851:19;;16824:79:0;6472:404:1;16824:79:0;16939:57;16948:6;5066:10;16989:6;16970:16;:25;16939:8;:57::i;:::-;-1:-1:-1;17027:4:0;;16547:492;-1:-1:-1;;;;16547:492:0:o;17448:215::-;5066:10;17536:4;17585:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;17585:34:0;;;;;;;;;;17536:4;;17553:80;;17576:7;;17585:47;;17622:10;;17585:47;:::i;:::-;17553:8;:80::i;42737:335::-;6386:6;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;42861:15:::1;:31:::0;;;42903:15:::1;:31:::0;;;42960:33:::1;42921:13:::0;42879;42960:33:::1;:::i;:::-;42945:12;:48:::0;;;43028:2:::1;-1:-1:-1::0;43012:18:0::1;43004:60;;;::::0;-1:-1:-1;;;43004:60:0;;7083:2:1;43004:60:0::1;::::0;::::1;7065:21:1::0;7122:2;7102:18;;;7095:30;7161:31;7141:18;;;7134:59;7210:18;;43004:60:0::1;6881:353:1::0;43800:174:0;43887:15;;43879:87;;43842:12;;-1:-1:-1;;;;;43887:15:0;;43930:21;;43842:12;43879:87;43842:12;43879:87;43930:21;43887:15;43879:87;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;43800:174:0:o;6964:103::-;6386:6;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;7029:30:::1;7056:1;7029:18;:30::i;:::-;6964:103::o:0;41121:121::-;6386:6;;41173:4;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;-1:-1:-1;41190:14:0::1;:22:::0;;-1:-1:-1;;41190:22:0::1;::::0;;;41121:121;:::o;42366:167::-;6386:6;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;42479:39:0;;;::::1;;::::0;;;:31:::1;:39;::::0;;;;:46;;-1:-1:-1;;42479:46:0::1;::::0;::::1;;::::0;;;::::1;::::0;;42366:167::o;43620:172::-;43712:4;15094:7;15121:18;;;;;;;;;;;43684:6;:34;;:48;;;;;43731:1;43722:6;:10;43684:48;43676:73;;;;-1:-1:-1;;;43676:73:0;;7651:2:1;43676:73:0;;;7633:21:1;7690:2;7670:18;;;7663:30;-1:-1:-1;;;7709:18:1;;;7702:42;7761:18;;43676:73:0;7449:336:1;43676:73:0;43760:24;43777:6;43760:16;:24::i;:::-;43620:172;:::o;40957:112::-;6386:6;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;41012:13:::1;:20:::0;;-1:-1:-1;;41043:18:0;;;;;40957:112::o;42629:100::-;6386:6;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;42700:11:::1;:21:::0;;;::::1;;::::0;::::1;-1:-1:-1::0;;42700:21:0;;::::1;::::0;;;::::1;::::0;;42629:100::o;13948:104::-;14004:13;14037:7;14030:14;;;;;:::i;43982:304::-;6386:6;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;44126:13:::1;-1:-1:-1::0;;;;;44118:21:0::1;:4;-1:-1:-1::0;;;;;44118:21:0::1;;;44096:128;;;::::0;-1:-1:-1;;;44096:128:0;;7992:2:1;44096:128:0::1;::::0;::::1;7974:21:1::0;8031:2;8011:18;;;8004:30;8070:34;8050:18;;;8043:62;8141:27;8121:18;;;8114:55;8186:19;;44096:128:0::1;7790:421:1::0;44096:128:0::1;44237:41;44266:4;44272:5;44237:28;:41::i;18166:413::-:0;5066:10;18259:4;18303:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;18303:34:0;;;;;;;;;;18356:35;;;;18348:85;;;;-1:-1:-1;;;18348:85:0;;8418:2:1;18348:85:0;;;8400:21:1;8457:2;8437:18;;;8430:30;8496:34;8476:18;;;8469:62;-1:-1:-1;;;8547:18:1;;;8540:35;8592:19;;18348:85:0;8216:401:1;18348:85:0;18469:67;5066:10;18492:7;18520:15;18501:16;:34;18469:8;:67::i;:::-;-1:-1:-1;18567:4:0;;18166:413;-1:-1:-1;;;18166:413:0:o;15360:175::-;15446:4;15463:42;5066:10;15487:9;15498:6;15463:9;:42::i;44490:231::-;6386:6;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;44650:15:::1;::::0;44607:59:::1;::::0;-1:-1:-1;;;;;44650:15:0;;::::1;::::0;44607:59;::::1;::::0;::::1;::::0;44650:15:::1;::::0;44607:59:::1;44677:15;:36:::0;;-1:-1:-1;;;;;;44677:36:0::1;-1:-1:-1::0;;;;;44677:36:0;;;::::1;::::0;;;::::1;::::0;;44490:231::o;43430:182::-;6386:6;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;43515:28:0;::::1;;::::0;;;:19:::1;:28;::::0;;;;;;;;:39;;-1:-1:-1;;43515:39:0::1;::::0;::::1;;::::0;;::::1;::::0;;;43570:34;;1465:41:1;;;43570:34:0::1;::::0;1438:18:1;43570:34:0::1;;;;;;;43430:182:::0;;:::o;42102:256::-;6386:6;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;42242:4:::1;42234;42213:13;14937:12:::0;;;14849:108;42213:13:::1;:17;::::0;42229:1:::1;42213:17;:::i;:::-;42212:26;;;;:::i;:::-;42211:35;;;;:::i;:::-;42201:6;:45;;42179:131;;;::::0;-1:-1:-1;;;42179:131:0;;8824:2:1;42179:131:0::1;::::0;::::1;8806:21:1::0;8863:2;8843:18;;;8836:30;8902:34;8882:18;;;8875:62;-1:-1:-1;;;8953:18:1;;;8946:34;8997:19;;42179:131:0::1;8622:400:1::0;42179:131:0::1;42333:17;:6:::0;42343::::1;42333:17;:::i;:::-;42321:9;:29:::0;-1:-1:-1;42102:256:0:o;41314:497::-;6386:6;;41422:4;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;41501:6:::1;41480:13;14937:12:::0;;;14849:108;41480:13:::1;:17;::::0;41496:1:::1;41480:17;:::i;:::-;41479:28;;;;:::i;:::-;41466:9;:41;;41444:144;;;::::0;-1:-1:-1;;;41444:144:0;;9229:2:1;41444:144:0::1;::::0;::::1;9211:21:1::0;9268:2;9248:18;;;9241:30;9307:34;9287:18;;;9280:62;-1:-1:-1;;;9358:18:1;;;9351:51;9419:19;;41444:144:0::1;9027:417:1::0;41444:144:0::1;41656:4;41635:13;14937:12:::0;;;14849:108;41635:13:::1;:17;::::0;41651:1:::1;41635:17;:::i;:::-;41634:26;;;;:::i;:::-;41621:9;:39;;41599:141;;;::::0;-1:-1:-1;;;41599:141:0;;9651:2:1;41599:141:0::1;::::0;::::1;9633:21:1::0;9690:2;9670:18;;;9663:30;9729:34;9709:18;;;9702:62;-1:-1:-1;;;9780:18:1;;;9773:50;9840:19;;41599:141:0::1;9449:416:1::0;41599:141:0::1;-1:-1:-1::0;41751:18:0::1;:30:::0;;;41799:4:::1;6604:1;41314:497:::0;;;:::o;7222:201::-;6386:6;;-1:-1:-1;;;;;6386:6:0;5066:10;6533:23;6525:68;;;;-1:-1:-1;;;6525:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;7311:22:0;::::1;7303:73;;;::::0;-1:-1:-1;;;7303:73:0;;10072:2:1;7303:73:0::1;::::0;::::1;10054:21:1::0;10111:2;10091:18;;;10084:30;10150:34;10130:18;;;10123:62;-1:-1:-1;;;10201:18:1;;;10194:36;10247:19;;7303:73:0::1;9870:402:1::0;7303:73:0::1;7387:28;7406:8;7387:18;:28::i;21850:380::-:0;-1:-1:-1;;;;;21986:19:0;;21978:68;;;;-1:-1:-1;;;21978:68:0;;10479:2:1;21978:68:0;;;10461:21:1;10518:2;10498:18;;;10491:30;10557:34;10537:18;;;10530:62;-1:-1:-1;;;10608:18:1;;;10601:34;10652:19;;21978:68:0;10277:400:1;21978:68:0;-1:-1:-1;;;;;22065:21:0;;22057:68;;;;-1:-1:-1;;;22057:68:0;;10884:2:1;22057:68:0;;;10866:21:1;10923:2;10903:18;;;10896:30;10962:34;10942:18;;;10935:62;-1:-1:-1;;;11013:18:1;;;11006:32;11055:19;;22057:68:0;10682:398:1;22057:68:0;-1:-1:-1;;;;;22138:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;22190:32;;2150:25:1;;;22190:32:0;;2123:18:1;22190:32:0;;;;;;;21850:380;;;:::o;44729:3786::-;-1:-1:-1;;;;;44861:18:0;;44853:68;;;;-1:-1:-1;;;44853:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;44940:16:0;;44932:64;;;;-1:-1:-1;;;44932:64:0;;;;;;;:::i;:::-;45013:11;45009:93;;45041:28;45057:4;45063:2;45067:1;45041:15;:28::i;:::-;44729:3786;;;:::o;45009:93::-;45118:14;;;;45114:1694;;;6386:6;;-1:-1:-1;;;;;45171:15:0;;;6386:6;;45171:15;;;;:49;;-1:-1:-1;6386:6:0;;-1:-1:-1;;;;;45207:13:0;;;6386:6;;45207:13;;45171:49;:86;;;;-1:-1:-1;;;;;;45241:16:0;;;;45171:86;:128;;;;-1:-1:-1;;;;;;45278:21:0;;45292:6;45278:21;;45171:128;:158;;;;-1:-1:-1;45321:8:0;;-1:-1:-1;;;45321:8:0;;;;45320:9;45171:158;45149:1648;;;45369:13;;;;;;;45364:223;;-1:-1:-1;;;;;45441:25:0;;;;;;:19;:25;;;;;;;;;:52;;-1:-1:-1;;;;;;45470:23:0;;;;;;:19;:23;;;;;;;;45441:52;45407:160;;;;-1:-1:-1;;;45407:160:0;;12097:2:1;45407:160:0;;;12079:21:1;12136:2;12116:18;;;12109:30;-1:-1:-1;;;12155:18:1;;;12148:52;12217:18;;45407:160:0;11895:346:1;45407:160:0;-1:-1:-1;;;;;45661:31:0;;;;;;:25;:31;;;;;;;;:92;;;;-1:-1:-1;;;;;;45718:35:0;;;;;;:31;:35;;;;;;;;45717:36;45661:92;45635:1147;;;45840:20;;45830:6;:30;;45796:169;;;;-1:-1:-1;;;45796:169:0;;12448:2:1;45796:169:0;;;12430:21:1;12487:2;12467:18;;;12460:30;12526:34;12506:18;;;12499:62;-1:-1:-1;;;12577:18:1;;;12570:51;12638:19;;45796:169:0;12246:417:1;45796:169:0;46048:9;;-1:-1:-1;;;;;15121:18:0;;15094:7;15121:18;;;;;;;;;;;46022:22;;:6;:22;:::i;:::-;:35;;45988:140;;;;-1:-1:-1;;;45988:140:0;;12870:2:1;45988:140:0;;;12852:21:1;12909:2;12889:18;;;12882:30;-1:-1:-1;;;12928:18:1;;;12921:49;12987:18;;45988:140:0;12668:343:1;45988:140:0;45635:1147;;;-1:-1:-1;;;;;46226:29:0;;;;;;:25;:29;;;;;;;;:92;;;;-1:-1:-1;;;;;;46281:37:0;;;;;;:31;:37;;;;;;;;46280:38;46226:92;46200:582;;;46405:20;;46395:6;:30;;46361:170;;;;-1:-1:-1;;;46361:170:0;;13218:2:1;46361:170:0;;;13200:21:1;13257:2;13237:18;;;13230:30;13296:34;13276:18;;;13269:62;-1:-1:-1;;;13347:18:1;;;13340:52;13409:19;;46361:170:0;13016:418:1;46200:582:0;-1:-1:-1;;;;;46562:35:0;;;;;;:31;:35;;;;;;;;46557:225;;46682:9;;-1:-1:-1;;;;;15121:18:0;;15094:7;15121:18;;;;;;;;;;;46656:22;;:6;:22;:::i;:::-;:35;;46622:140;;;;-1:-1:-1;;;46622:140:0;;12870:2:1;46622:140:0;;;12852:21:1;12909:2;12889:18;;;12882:30;-1:-1:-1;;;12928:18:1;;;12921:49;12987:18;;46622:140:0;12668:343:1;46622:140:0;46869:4;46820:28;15121:18;;;;;;;;;;;46927;;46903:42;;;;;;;46976:35;;-1:-1:-1;47000:11:0;;;;;;;46976:35;:61;;;;-1:-1:-1;47029:8:0;;-1:-1:-1;;;47029:8:0;;;;47028:9;46976:61;:110;;;;-1:-1:-1;;;;;;47055:31:0;;;;;;:25;:31;;;;;;;;47054:32;46976:110;:153;;;;-1:-1:-1;;;;;;47104:25:0;;;;;;:19;:25;;;;;;;;47103:26;46976:153;:194;;;;-1:-1:-1;;;;;;47147:23:0;;;;;;:19;:23;;;;;;;;47146:24;46976:194;46958:326;;;47197:8;:15;;-1:-1:-1;;;;47197:15:0;-1:-1:-1;;;47197:15:0;;;47229:10;:8;:10::i;:::-;47256:8;:16;;-1:-1:-1;;;;47256:16:0;;;46958:326;47312:8;;-1:-1:-1;;;;;47422:25:0;;47296:12;47422:25;;;:19;:25;;;;;;47312:8;-1:-1:-1;;;47312:8:0;;;;;47311:9;;47422:25;;:52;;-1:-1:-1;;;;;;47451:23:0;;;;;;:19;:23;;;;;;;;47422:52;47418:100;;;-1:-1:-1;47501:5:0;47418:100;47530:12;47635:7;47631:831;;;-1:-1:-1;;;;;47687:29:0;;;;;;:25;:29;;;;;;;;:50;;;;;47736:1;47720:13;;:17;47687:50;47683:630;;;47765:34;47795:3;47765:25;47776:13;;47765:6;:10;;:25;;;;:::i;:::-;:29;;:34::i;:::-;47758:41;;47868:13;;47848:16;;47841:4;:23;;;;:::i;:::-;47840:41;;;;:::i;:::-;47818:18;;:63;;;;;;;:::i;:::-;;;;-1:-1:-1;;47950:13:0;;47930:16;;47923:23;;:4;:23;:::i;:::-;47922:41;;;;:::i;:::-;47900:18;;:63;;;;;;;:::i;:::-;;;;-1:-1:-1;47683:630:0;;-1:-1:-1;47683:630:0;;-1:-1:-1;;;;;48025:31:0;;;;;;:25;:31;;;;;;;;:51;;;;;48075:1;48060:12;;:16;48025:51;48021:292;;;48104:33;48133:3;48104:24;48115:12;;48104:6;:10;;:24;;;;:::i;:33::-;48097:40;;48205:12;;48186:15;;48179:4;:22;;;;:::i;:::-;48178:39;;;;:::i;:::-;48156:18;;:61;;;;;;;:::i;:::-;;;;-1:-1:-1;;48285:12:0;;48266:15;;48259:22;;:4;:22;:::i;:::-;48258:39;;;;:::i;:::-;48236:18;;:61;;;;;;;:::i;:::-;;;;-1:-1:-1;;48021:292:0;48333:8;;48329:91;;48362:42;48378:4;48392;48399;48362:15;:42::i;:::-;48436:14;48446:4;48436:14;;:::i;:::-;;;47631:831;48474:33;48490:4;48496:2;48500:6;48474:15;:33::i;:::-;44842:3673;;;;44729:3786;;;:::o;7583:191::-;7676:6;;;-1:-1:-1;;;;;7693:17:0;;;-1:-1:-1;;;;;;7693:17:0;;;;;;;7726:40;;7676:6;;;7693:17;7676:6;;7726:40;;7657:16;;7726:40;7646:128;7583:191;:::o;48523:589::-;48673:16;;;48687:1;48673:16;;;;;;;;48649:21;;48673:16;;;;;;;;;;-1:-1:-1;48673:16:0;48649:40;;48718:4;48700;48705:1;48700:7;;;;;;;;:::i;:::-;;;;;;:23;-1:-1:-1;;;;;48700:23:0;;;-1:-1:-1;;;;;48700:23:0;;;;;48744:15;-1:-1:-1;;;;;48744:20:0;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;48734:4;48739:1;48734:7;;;;;;;;:::i;:::-;;;;;;:32;-1:-1:-1;;;;;48734:32:0;;;-1:-1:-1;;;;;48734:32:0;;;;;48779:62;48796:4;48811:15;48829:11;48779:8;:62::i;:::-;48880:224;;-1:-1:-1;;;48880:224:0;;-1:-1:-1;;;;;48880:15:0;:66;;;;:224;;48961:11;;48987:1;;49031:4;;49058;;49078:15;;48880:224;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;48578:534;48523:589;:::o;44294:188::-;-1:-1:-1;;;;;44377:31:0;;;;;;:25;:31;;;;;;:39;;-1:-1:-1;;44377:39:0;;;;;;;;;;44434:40;;44377:39;;:31;44434:40;;;44294:188;;:::o;19069:733::-;-1:-1:-1;;;;;19209:20:0;;19201:70;;;;-1:-1:-1;;;19201:70:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;19290:23:0;;19282:71;;;;-1:-1:-1;;;19282:71:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;19450:17:0;;19426:21;19450:17;;;;;;;;;;;19486:23;;;;19478:74;;;;-1:-1:-1;;;19478:74:0;;15276:2:1;19478:74:0;;;15258:21:1;15315:2;15295:18;;;15288:30;15354:34;15334:18;;;15327:62;-1:-1:-1;;;15405:18:1;;;15398:36;15451:19;;19478:74:0;15074:402:1;19478:74:0;-1:-1:-1;;;;;19588:17:0;;;:9;:17;;;;;;;;;;;19608:22;;;19588:42;;19652:20;;;;;;;;:30;;19624:6;;19588:9;19652:30;;19624:6;;19652:30;:::i;:::-;;;;;;;;19717:9;-1:-1:-1;;;;;19700:35:0;19709:6;-1:-1:-1;;;;;19700:35:0;;19728:6;19700:35;;;;2150:25:1;;2138:2;2123:18;;2004:177;19700:35:0;;;;;;;;19190:612;19069:733;;;:::o;49641:1535::-;49724:4;49680:23;15121:18;;;;;;;;;;;49680:50;;49741:25;49803:18;;49769;;:52;;;;:::i;:::-;49741:80;-1:-1:-1;49832:12:0;49861:20;;;:46;;-1:-1:-1;49885:22:0;;49861:46;49857:85;;;49924:7;;;49641:1535::o;49857:85::-;49976:18;;:23;;49997:2;49976:23;:::i;:::-;49958:15;:41;49954:115;;;50034:18;;:23;;50055:2;50034:23;:::i;:::-;50016:41;;49954:115;50130:23;50243:1;50210:17;50175:18;;50157:15;:36;;;;:::i;:::-;50156:71;;;;:::i;:::-;:88;;;;:::i;:::-;50130:114;-1:-1:-1;50255:26:0;50284:36;:15;50130:114;50284:19;:36::i;:::-;50255:65;-1:-1:-1;50361:21:0;50395:36;50255:65;50395:16;:36::i;:::-;50444:18;50465:44;:21;50491:17;50465:25;:44::i;:::-;50444:65;;50522:23;50548:81;50601:17;50548:34;50563:18;;50548:10;:14;;:34;;;;:::i;:81::-;50522:107;-1:-1:-1;50642:23:0;50668:28;50522:107;50668:10;:28;:::i;:::-;50730:1;50709:18;:22;;;50742:18;:22;50642:54;-1:-1:-1;50781:19:0;;;;;:42;;;50822:1;50804:15;:19;50781:42;50777:278;;;50840:46;50853:15;50870;50840:12;:46::i;:::-;51010:18;;50906:137;;;15683:25:1;;;15739:2;15724:18;;15717:34;;;15767:18;;;15760:34;;;;50906:137:0;;;;;;15671:2:1;50906:137:0;;;50777:278;51089:15;;51081:87;;-1:-1:-1;;;;;51089:15:0;;;;51132:21;;51081:87;;;;51132:21;51089:15;51081:87;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;;49641:1535:0:o;27303:98::-;27361:7;27388:5;27392:1;27388;:5;:::i;:::-;27381:12;27303:98;-1:-1:-1;;;27303:98:0:o;27702:::-;27760:7;27787:5;27791:1;27787;:5;:::i;26946:98::-;27004:7;27031:5;27035:1;27031;:5;:::i;49120:513::-;49268:62;49285:4;49300:15;49318:11;49268:8;:62::i;:::-;49373:15;-1:-1:-1;;;;;49373:31:0;;49412:9;49445:4;49465:11;49491:1;49534;49577:7;6386:6;;-1:-1:-1;;;;;6386:6:0;;6313:87;49577:7;49373:252;;;;;;-1:-1:-1;;;;;;49373:252:0;;;-1:-1:-1;;;;;16164:15:1;;;49373:252:0;;;16146:34:1;16196:18;;;16189:34;;;;16239:18;;;16232:34;;;;16282:18;;;16275:34;16346:15;;;16325:19;;;16318:44;49599:15:0;16378:19:1;;;16371:35;16080:19;;49373:252:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;49120:513;;:::o;14:248:1:-;82:6;90;143:2;131:9;122:7;118:23;114:32;111:52;;;159:1;156;149:12;111:52;-1:-1:-1;;182:23:1;;;252:2;237:18;;;224:32;;-1:-1:-1;14:248:1:o;267:597::-;379:4;408:2;437;426:9;419:21;469:6;463:13;512:6;507:2;496:9;492:18;485:34;537:1;547:140;561:6;558:1;555:13;547:140;;;656:14;;;652:23;;646:30;622:17;;;641:2;618:26;611:66;576:10;;547:140;;;705:6;702:1;699:13;696:91;;;775:1;770:2;761:6;750:9;746:22;742:31;735:42;696:91;-1:-1:-1;848:2:1;827:15;-1:-1:-1;;823:29:1;808:45;;;;855:2;804:54;;267:597;-1:-1:-1;;;267:597:1:o;869:131::-;-1:-1:-1;;;;;944:31:1;;934:42;;924:70;;990:1;987;980:12;1005:315;1073:6;1081;1134:2;1122:9;1113:7;1109:23;1105:32;1102:52;;;1150:1;1147;1140:12;1102:52;1189:9;1176:23;1208:31;1233:5;1208:31;:::i;:::-;1258:5;1310:2;1295:18;;;;1282:32;;-1:-1:-1;;;1005:315:1:o;1517:247::-;1576:6;1629:2;1617:9;1608:7;1604:23;1600:32;1597:52;;;1645:1;1642;1635:12;1597:52;1684:9;1671:23;1703:31;1728:5;1703:31;:::i;2186:180::-;2245:6;2298:2;2286:9;2277:7;2273:23;2269:32;2266:52;;;2314:1;2311;2304:12;2266:52;-1:-1:-1;2337:23:1;;2186:180;-1:-1:-1;2186:180:1:o;2371:456::-;2448:6;2456;2464;2517:2;2505:9;2496:7;2492:23;2488:32;2485:52;;;2533:1;2530;2523:12;2485:52;2572:9;2559:23;2591:31;2616:5;2591:31;:::i;:::-;2641:5;-1:-1:-1;2698:2:1;2683:18;;2670:32;2711:33;2670:32;2711:33;:::i;:::-;2371:456;;2763:7;;-1:-1:-1;;;2817:2:1;2802:18;;;;2789:32;;2371:456::o;3229:160::-;3294:20;;3350:13;;3343:21;3333:32;;3323:60;;3379:1;3376;3369:12;3394:315;3459:6;3467;3520:2;3508:9;3499:7;3495:23;3491:32;3488:52;;;3536:1;3533;3526:12;3488:52;3575:9;3562:23;3594:31;3619:5;3594:31;:::i;:::-;3644:5;-1:-1:-1;3668:35:1;3699:2;3684:18;;3668:35;:::i;:::-;3658:45;;3394:315;;;;;:::o;3714:180::-;3770:6;3823:2;3811:9;3802:7;3798:23;3794:32;3791:52;;;3839:1;3836;3829:12;3791:52;3862:26;3878:9;3862:26;:::i;3899:388::-;3967:6;3975;4028:2;4016:9;4007:7;4003:23;3999:32;3996:52;;;4044:1;4041;4034:12;3996:52;4083:9;4070:23;4102:31;4127:5;4102:31;:::i;:::-;4152:5;-1:-1:-1;4209:2:1;4194:18;;4181:32;4222:33;4181:32;4222:33;:::i;:::-;4274:7;4264:17;;;3899:388;;;;;:::o;4292:356::-;4494:2;4476:21;;;4513:18;;;4506:30;4572:34;4567:2;4552:18;;4545:62;4639:2;4624:18;;4292:356::o;4653:127::-;4714:10;4709:3;4705:20;4702:1;4695:31;4745:4;4742:1;4735:15;4769:4;4766:1;4759:15;4785:128;4825:3;4856:1;4852:6;4849:1;4846:13;4843:39;;;4862:18;;:::i;:::-;-1:-1:-1;4898:9:1;;4785:128::o;5276:380::-;5355:1;5351:12;;;;5398;;;5419:61;;5473:4;5465:6;5461:17;5451:27;;5419:61;5526:2;5518:6;5515:14;5495:18;5492:38;5489:161;;;5572:10;5567:3;5563:20;5560:1;5553:31;5607:4;5604:1;5597:15;5635:4;5632:1;5625:15;5489:161;;5276:380;;;:::o;5661:168::-;5701:7;5767:1;5763;5759:6;5755:14;5752:1;5749:21;5744:1;5737:9;5730:17;5726:45;5723:71;;;5774:18;;:::i;:::-;-1:-1:-1;5814:9:1;;5661:168::o;5834:217::-;5874:1;5900;5890:132;;5944:10;5939:3;5935:20;5932:1;5925:31;5979:4;5976:1;5969:15;6007:4;6004:1;5997:15;5890:132;-1:-1:-1;6036:9:1;;5834:217::o;11085:401::-;11287:2;11269:21;;;11326:2;11306:18;;;11299:30;11365:34;11360:2;11345:18;;11338:62;-1:-1:-1;;;11431:2:1;11416:18;;11409:35;11476:3;11461:19;;11085:401::o;11491:399::-;11693:2;11675:21;;;11732:2;11712:18;;;11705:30;11771:34;11766:2;11751:18;;11744:62;-1:-1:-1;;;11837:2:1;11822:18;;11815:33;11880:3;11865:19;;11491:399::o;13439:125::-;13479:4;13507:1;13504;13501:8;13498:34;;;13512:18;;:::i;:::-;-1:-1:-1;13549:9:1;;13439:125::o;13701:127::-;13762:10;13757:3;13753:20;13750:1;13743:31;13793:4;13790:1;13783:15;13817:4;13814:1;13807:15;13833:251;13903:6;13956:2;13944:9;13935:7;13931:23;13927:32;13924:52;;;13972:1;13969;13962:12;13924:52;14004:9;13998:16;14023:31;14048:5;14023:31;:::i;14089:980::-;14351:4;14399:3;14388:9;14384:19;14430:6;14419:9;14412:25;14456:2;14494:6;14489:2;14478:9;14474:18;14467:34;14537:3;14532:2;14521:9;14517:18;14510:31;14561:6;14596;14590:13;14627:6;14619;14612:22;14665:3;14654:9;14650:19;14643:26;;14704:2;14696:6;14692:15;14678:29;;14725:1;14735:195;14749:6;14746:1;14743:13;14735:195;;;14814:13;;-1:-1:-1;;;;;14810:39:1;14798:52;;14905:15;;;;14870:12;;;;14846:1;14764:9;14735:195;;;-1:-1:-1;;;;;;;14986:32:1;;;;14981:2;14966:18;;14959:60;-1:-1:-1;;;15050:3:1;15035:19;15028:35;14947:3;14089:980;-1:-1:-1;;;14089:980:1:o;16417:306::-;16505:6;16513;16521;16574:2;16562:9;16553:7;16549:23;16545:32;16542:52;;;16590:1;16587;16580:12;16542:52;16619:9;16613:16;16603:26;;16669:2;16658:9;16654:18;16648:25;16638:35;;16713:2;16702:9;16698:18;16692:25;16682:35;;16417:306;;;;;:::o

Swarm Source

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