ETH Price: $2,378.64 (+0.44%)

Token

ayy lmao (LMAO)
 

Overview

Max Total Supply

800,813,500,000 LMAO

Holders

47

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Balance
1,479,558,259.656407731147636313 LMAO

Value
$0.00
0xdb8e0c16b547d8327bda6e5e75f6ba5b396eacec
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:
ayylmao

Compiler Version
v0.8.17+commit.8df45f5f

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion
File 1 of 6 : ayylmao.sol
/*

$$\       $$\      $$\  $$$$$$\   $$$$$$\  
$$ |      $$$\    $$$ |$$  __$$\ $$  __$$\ 
$$ |      $$$$\  $$$$ |$$ /  $$ |$$ /  $$ |
$$ |      $$\$$\$$ $$ |$$$$$$$$ |$$ |  $$ |
$$ |      $$ \$$$  $$ |$$  __$$ |$$ |  $$ |
$$ |      $$ |\$  /$$ |$$ |  $$ |$$ |  $$ |
$$$$$$$$\ $$ | \_/ $$ |$$ |  $$ | $$$$$$  |
\________|\__|     \__|\__|  \__| \______/ 

https://t.me/AyyLmaoPortal
https://ayylmao.space
https://twitter.com/ayylmao_eth                                    

ayy lmao $LMAO (the “$LMAO token”)
 
DISCLAIMER: THIS TOKEN IS NOT A SECURITY
 
IMPORTANT: PLEASE READ THIS DISCLAIMER CAREFULLY BEFORE PROCEEDING WITH ANY PURCHASE OF THE $LMAO TOKEN. BY PURCHASING THE $LMAO TOKEN, YOU ACKNOWLEDGE THAT YOU HAVE READ THIS DISCLAIMER, UNDERSTAND IT, AND AGREE TO BE BOUND BY ITS TERMS.
 
1. NOT A SECURITY:
The $LMAO token is NOT a security by any definition of the term "security" as may be interpreted by the U.S. Securities and Exchange Commission (SEC). The $LMAO token does not qualify as a security under Section 2(a)(1) of the Securities Act of 1933 and Section 3(a)(10) of the Securities Exchange Act of 1934. The issuance and transfer of the $LMAO token have not been registered under these or any other securities laws, and therefore cannot and should not be considered as such.
 
2. NO INVESTMENT:
The purchase of the $LMAO token is not an investment. You acknowledge that you are not purchasing the $LMAO token with the expectation of earning a return or profit.
 
3. NO COMMON ENTERPRISE:
You acknowledge that there is no common enterprise between you, the issuer of the $LMAO token, or any other holder of the $LMAO token. The issuer of the $LMAO token is not responsible for and has no obligations towards the utility, value, or transferability of the $LMAO token.
 
4. NO EFFORTS OF OTHERS:
You acknowledge that any potential increase in the utility or value of the $LMAO token will not come solely from the efforts of others. You have no expectation that others will perform labor or undertake efforts that would result in a profit or increase in value for you.
 
5. COMPLETE UNDERSTANDING:
By purchasing the $LMAO token, you confirm that you fully understand that the $LMAO token is not a security, not an investment, and that there is no common enterprise between you and the issuer or any other holder of the $LMAO token.
 
6. BINDING AGREEMENT:
By purchasing the $LMAO token, you agree to these terms and acknowledge that you are not purchasing a security, and you relinquish any and all rights to participate in, or make claims based on, securities laws, including but not limited to any sort of legal actions, claims, suits, or complaints.
 
7. LEGAL JURISDICTION:
This disclaimer and the purchase of the $LMAO token are governed by the laws of the Republic of Malta.
 
8. INDEPENDENT LEGAL ADVICE:
You acknowledge that you have had the opportunity to seek independent legal advice before purchasing the $LMAO token and that either you have done so or you have voluntarily chosen not to.
 
9. RISK DISCLOSURE AND ASSUMPTION OF RISK:
You expressly acknowledge, understand, and agree that your purchase of the $LMAO token is inherently risky. Risks include, but are not limited to, market volatility, technological vulnerabilities, regulatory actions or inactions, and the potential for total and permanent loss of value. By purchasing the $LMAO token, you affirm that you fully understand and voluntarily assume these risks, and you agree that the issuer shall not be liable for any losses, direct or indirect, that result from your purchase or holding of the $LMAO token.
 
10. AFFIRMATIVE CONFIRMATION AND BINDING ACCEPTANCE:
By purchasing the $LMAO token, you expressly acknowledge and affirm that you have read, understood, and unconditionally agree to be bound by every term and condition set forth in this disclaimer, including but not limited to the risk disclosures, limitations of liability, and arbitration requirements. You also acknowledge that you have had the opportunity to seek independent legal advice prior to making this purchase. Your purchase of the $LMAO token constitutes irrevocable acceptance of, and agreement to, all such terms and conditions.
 
11. UPDATES AND AMENDMENTS:
The issuer reserves the right to modify this disclaimer at any time, and it is your responsibility to review it for any changes before purchasing the $LMAO token.
 
12. THIRD PARTIES: INDEMNIFICATION AGAINST CLAIMS:
By purchasing the $LMAO token, you acknowledge and agree that this disclaimer does not offer any assurances or protections with respect to third parties that may offer, promote, or trade the $LMAO token. You further agree to indemnify, defend, and hold harmless the issuer of the $LMAO token from and against all claims, damages, losses, and expenses (including but not limited to reasonable attorney fees) arising from or related to any promotions, representations, or activities conducted by third-party sellers, promoters, or traders of the $LMAO token. You acknowledge that the issuer is not liable for any statements made or actions taken by such third parties, including but not limited to claims related to the potential profitability of the $LMAO token.
 
13. WAIVER OF CLASS ACTIONS OR ARBITRATION CLAUSE:
You agree to settle any disputes through individual arbitration and waive your right to participate in any class-action lawsuits against the issuer.
 
14. SEVERABILITY:
If any provision of this disclaimer is deemed invalid or unenforceable, the remaining provisions will continue in full force and effect.
 
15. ENTIRE AGREEMENT:
This disclaimer constitutes the entire agreement between you and the issuer with respect to your purchase of the $LMAO token and supersedes all prior understandings, both oral and written.
                                            
*/

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.17;

import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
import "@openzeppelin/contracts/access/Ownable.sol";

contract ayylmao is Ownable, ERC20 {
    error Transfer__Paused();
    error Unauthorized();
    error Zero__Address();
    error Max__Wallet__Size__Exceeded();
    error Max__Ten__Percent();

    string internal _name = "ayy lmao";
    string internal _symbol = "LMAO";
    uint256 internal _supply = 800813500000 * 10 ** 18;
    uint256 public maxWalletSize = (_supply * 3) / 100;

    uint256 public buyTaxPercentage = 9999 * 10 ** 16;
    uint256 public sellTaxPercentage = 9999 * 10 ** 16;

    bool ownershipRenounced;
    bool transferPaused;
    bool whaleProtection;
    address public marketplace;
    address public marketingWallet;
    address public governor;

    mapping(address => bool) public whitelist;

    modifier onlyGovernor() {
        if (msg.sender != governor) {
            revert Unauthorized();
        }
        _;
    }

    constructor(address _marketingWallet) ERC20(_name, _symbol) {
        if (_marketingWallet == address(0)) {
            revert Zero__Address();
        }
        _mint(msg.sender, _supply);
        marketingWallet = _marketingWallet;
        governor = msg.sender;
        whaleProtection = true;
    }

    function renounceOwnership() public virtual override onlyOwner {
        ownershipRenounced = true;
        if (transferPaused) {
            transferPaused = false;
        }
        super.renounceOwnership();
    }

    function _transfer(
        address sender,
        address recipient,
        uint256 amount
    ) internal override {
        if (transferPaused) {
            revert Transfer__Paused();
        }

        if (sender == owner() && recipient == marketplace) {
            super._transfer(sender, recipient, amount);
        } else {
            if (!whitelist[sender] && !whitelist[recipient]) {
                uint256 taxPercentage = getTaxPercentage(sender, recipient);
                uint256 tax = (amount * taxPercentage) / 10 ** 20;
                uint256 amountAfterTax = amount - tax;
                if (whaleProtection) {
                    if (recipient != marketplace) {
                        if (
                            balanceOf(recipient) + amountAfterTax >
                            maxWalletSize
                        ) {
                            revert Max__Wallet__Size__Exceeded();
                        }
                    }
                }
                super._transfer(sender, recipient, amountAfterTax);
                super._transfer(sender, marketingWallet, tax);
            } else {
                super._transfer(sender, recipient, amount);
            }
        }
    }

    function getTaxPercentage(
        address sender,
        address recipient
    ) internal view returns (uint256 percentage) {
        if (sender == marketplace) {
            percentage = buyTaxPercentage;
        } else if (recipient == marketplace) {
            percentage = sellTaxPercentage;
        } else {
            percentage = 0;
        }
    }

    function setBuyTaxPercentage(
        uint256 _buyTaxPercentage
    ) external onlyGovernor {
        if (ownershipRenounced) {
            if (_buyTaxPercentage > 10 * 10 ** 18) {
                revert Max__Ten__Percent();
            }
        }
        buyTaxPercentage = _buyTaxPercentage;
    }

    function setSellTaxPercentage(
        uint256 _sellTaxPercentage
    ) external onlyGovernor {
        if (ownershipRenounced) {
            if (_sellTaxPercentage > 10 * 10 ** 18) {
                revert Max__Ten__Percent();
            }
        }
        sellTaxPercentage = _sellTaxPercentage;
    }

    function setMarketingWallet(
        address _marketingWallet
    ) external onlyGovernor {
        if (_marketingWallet == address(0)) {
            revert Zero__Address();
        }
        marketingWallet = _marketingWallet;
    }

    function setMarketplace(address _marketplace) external onlyGovernor {
        if (_marketplace == address(0)) {
            revert Zero__Address();
        }
        marketplace = _marketplace;
    }

    function pause() external onlyOwner {
        transferPaused = true;
    }

    function unPause() external onlyOwner {
        transferPaused = false;
    }

    function addToWhitelist(address[] memory wallets) external onlyGovernor {
        for (uint256 i = 0; i < wallets.length; i++) {
            whitelist[wallets[i]] = true;
        }
    }

    function removeFromWhitelist(
        address[] memory wallets
    ) external onlyGovernor {
        for (uint256 i = 0; i < wallets.length; i++) {
            whitelist[wallets[i]] = false;
        }
    }

    function antiWhale(bool enabled) external onlyOwner {
        whaleProtection = enabled;
    }

    function isWhitelisted(address wallet) external view returns (bool) {
        return whitelist[wallet];
    }
}

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

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

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

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

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

pragma solidity ^0.8.0;

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

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

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

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

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

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

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

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

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

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

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

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

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

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

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

        return true;
    }

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

        _beforeTokenTransfer(from, to, amount);

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

        emit Transfer(from, to, amount);

        _afterTokenTransfer(from, to, amount);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

File 4 of 6 : Context.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/Context.sol)

pragma solidity ^0.8.0;

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

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

File 5 of 6 : IERC20Metadata.sol
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC20/extensions/IERC20Metadata.sol)

pragma solidity ^0.8.0;

import "../IERC20.sol";

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

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

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

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

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

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

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_marketingWallet","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"Max__Ten__Percent","type":"error"},{"inputs":[],"name":"Max__Wallet__Size__Exceeded","type":"error"},{"inputs":[],"name":"Transfer__Paused","type":"error"},{"inputs":[],"name":"Unauthorized","type":"error"},{"inputs":[],"name":"Zero__Address","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address[]","name":"wallets","type":"address[]"}],"name":"addToWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bool","name":"enabled","type":"bool"}],"name":"antiWhale","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"buyTaxPercentage","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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":"governor","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"wallet","type":"address"}],"name":"isWhitelisted","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"marketingWallet","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"marketplace","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxWalletSize","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"pause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"wallets","type":"address[]"}],"name":"removeFromWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"sellTaxPercentage","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_buyTaxPercentage","type":"uint256"}],"name":"setBuyTaxPercentage","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_marketingWallet","type":"address"}],"name":"setMarketingWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_marketplace","type":"address"}],"name":"setMarketplace","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_sellTaxPercentage","type":"uint256"}],"name":"setSellTaxPercentage","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"unPause","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"whitelist","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"}]

60806040526040518060400160405280600881526020017f617979206c6d616f000000000000000000000000000000000000000000000000815250600690816200004a91906200085b565b506040518060400160405280600481526020017f4c4d414f00000000000000000000000000000000000000000000000000000000815250600790816200009191906200085b565b506c0a1b9166c6c938f3741d80000060085560646003600854620000b6919062000971565b620000c29190620009eb565b60095568056ba3d73af34f0000600a5568056ba3d73af34f0000600b55348015620000ec57600080fd5b50604051620033d9380380620033d9833981810160405281019062000112919062000a8d565b6006805462000121906200064a565b80601f01602080910402602001604051908101604052809291908181526020018280546200014f906200064a565b8015620001a05780601f106200017457610100808354040283529160200191620001a0565b820191906000526020600020905b8154815290600101906020018083116200018257829003601f168201915b505050505060078054620001b4906200064a565b80601f0160208091040260200160405190810160405280929190818152602001828054620001e2906200064a565b8015620002335780601f10620002075761010080835404028352916020019162000233565b820191906000526020600020905b8154815290600101906020018083116200021557829003601f168201915b5050505050620002586200024c6200039d60201b60201c565b620003a560201b60201c565b81600490816200026991906200085b565b5080600590816200027b91906200085b565b505050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603620002e5576040517f761b7c7c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b620002f9336008546200046960201b60201c565b80600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555033600e60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506001600c60026101000a81548160ff0219169083151502179055505062000bab565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603620004db576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401620004d29062000b20565b60405180910390fd5b620004ef60008383620005d760201b60201c565b806003600082825462000503919062000b42565b9250508190555080600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051620005b7919062000b8e565b60405180910390a3620005d360008383620005dc60201b60201c565b5050565b505050565b505050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200066357607f821691505b6020821081036200067957620006786200061b565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302620006e37fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82620006a4565b620006ef8683620006a4565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b60006200073c62000736620007308462000707565b62000711565b62000707565b9050919050565b6000819050919050565b62000758836200071b565b62000770620007678262000743565b848454620006b1565b825550505050565b600090565b6200078762000778565b620007948184846200074d565b505050565b5b81811015620007bc57620007b06000826200077d565b6001810190506200079a565b5050565b601f8211156200080b57620007d5816200067f565b620007e08462000694565b81016020851015620007f0578190505b62000808620007ff8562000694565b83018262000799565b50505b505050565b600082821c905092915050565b6000620008306000198460080262000810565b1980831691505092915050565b60006200084b83836200081d565b9150826002028217905092915050565b6200086682620005e1565b67ffffffffffffffff811115620008825762000881620005ec565b5b6200088e82546200064a565b6200089b828285620007c0565b600060209050601f831160018114620008d35760008415620008be578287015190505b620008ca85826200083d565b8655506200093a565b601f198416620008e3866200067f565b60005b828110156200090d57848901518255600182019150602085019450602081019050620008e6565b868310156200092d578489015162000929601f8916826200081d565b8355505b6001600288020188555050505b505050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006200097e8262000707565b91506200098b8362000707565b92508282026200099b8162000707565b91508282048414831517620009b557620009b462000942565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b6000620009f88262000707565b915062000a058362000707565b92508262000a185762000a17620009bc565b5b828204905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b600062000a558262000a28565b9050919050565b62000a678162000a48565b811462000a7357600080fd5b50565b60008151905062000a878162000a5c565b92915050565b60006020828403121562000aa65762000aa562000a23565b5b600062000ab68482850162000a76565b91505092915050565b600082825260208201905092915050565b7f45524332303a206d696e7420746f20746865207a65726f206164647265737300600082015250565b600062000b08601f8362000abf565b915062000b158262000ad0565b602082019050919050565b6000602082019050818103600083015262000b3b8162000af9565b9050919050565b600062000b4f8262000707565b915062000b5c8362000707565b925082820190508082111562000b775762000b7662000942565b5b92915050565b62000b888162000707565b82525050565b600060208201905062000ba5600083018462000b7d565b92915050565b61281e8062000bbb6000396000f3fe608060405234801561001057600080fd5b50600436106101e55760003560e01c8063760bf1861161010f5780639ec4be41116100a2578063abc8c7af11610071578063abc8c7af1461056e578063dd62ed3e1461058c578063f2fde38b146105bc578063f7b188a5146105d8576101e5565b80639ec4be41146104d6578063a457c2d7146104f2578063a56d37f914610522578063a9059cbb1461053e576101e5565b80638f3fa860116100de5780638f3fa8601461044c57806395d89b411461046a5780639b19251a146104885780639e7d8d1d146104b8576101e5565b8063760bf186146103ea5780637f649783146104085780638456cb59146104245780638da5cb5b1461042e576101e5565b80633af32abf1161018757806370a082311161015657806370a0823114610376578063715018a6146103a657806373ad6c2d146103b057806375f0a874146103cc576101e5565b80633af32abf146102f2578063548db1741461032257806355d981721461033e5780635d098b381461035a576101e5565b806318160ddd116101c357806318160ddd1461025657806323b872dd14610274578063313ce567146102a457806339509351146102c2576101e5565b806306fdde03146101ea578063095ea7b3146102085780630c340a2414610238575b600080fd5b6101f26105e2565b6040516101ff9190611c60565b60405180910390f35b610222600480360381019061021d9190611d2a565b610674565b60405161022f9190611d85565b60405180910390f35b610240610697565b60405161024d9190611daf565b60405180910390f35b61025e6106bd565b60405161026b9190611dd9565b60405180910390f35b61028e60048036038101906102899190611df4565b6106c7565b60405161029b9190611d85565b60405180910390f35b6102ac6106f6565b6040516102b99190611e63565b60405180910390f35b6102dc60048036038101906102d79190611d2a565b6106ff565b6040516102e99190611d85565b60405180910390f35b61030c60048036038101906103079190611e7e565b610736565b6040516103199190611d85565b60405180910390f35b61033c60048036038101906103379190611ff3565b61078c565b005b61035860048036038101906103539190612068565b6108a8565b005b610374600480360381019061036f9190611e7e565b6108cd565b005b610390600480360381019061038b9190611e7e565b6109fe565b60405161039d9190611dd9565b60405180910390f35b6103ae610a47565b005b6103ca60048036038101906103c59190611e7e565b610aa5565b005b6103d4610bd6565b6040516103e19190611daf565b60405180910390f35b6103f2610bfc565b6040516103ff9190611dd9565b60405180910390f35b610422600480360381019061041d9190611ff3565b610c02565b005b61042c610d1e565b005b610436610d43565b6040516104439190611daf565b60405180910390f35b610454610d6c565b6040516104619190611dd9565b60405180910390f35b610472610d72565b60405161047f9190611c60565b60405180910390f35b6104a2600480360381019061049d9190611e7e565b610e04565b6040516104af9190611d85565b60405180910390f35b6104c0610e24565b6040516104cd9190611dd9565b60405180910390f35b6104f060048036038101906104eb9190612095565b610e2a565b005b61050c60048036038101906105079190611d2a565b610f13565b6040516105199190611d85565b60405180910390f35b61053c60048036038101906105379190612095565b610f8a565b005b61055860048036038101906105539190611d2a565b611073565b6040516105659190611d85565b60405180910390f35b610576611096565b6040516105839190611daf565b60405180910390f35b6105a660048036038101906105a191906120c2565b6110bc565b6040516105b39190611dd9565b60405180910390f35b6105d660048036038101906105d19190611e7e565b611143565b005b6105e06111c6565b005b6060600480546105f190612131565b80601f016020809104026020016040519081016040528092919081815260200182805461061d90612131565b801561066a5780601f1061063f5761010080835404028352916020019161066a565b820191906000526020600020905b81548152906001019060200180831161064d57829003601f168201915b5050505050905090565b60008061067f6111eb565b905061068c8185856111f3565b600191505092915050565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600354905090565b6000806106d26111eb565b90506106df8582856113bc565b6106ea858585611448565b60019150509392505050565b60006012905090565b60008061070a6111eb565b905061072b81858561071c85896110bc565b6107269190612191565b6111f3565b600191505092915050565b6000600f60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610813576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b81518110156108a4576000600f6000848481518110610838576108376121c5565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550808061089c906121f4565b915050610816565b5050565b6108b061172b565b80600c60026101000a81548160ff02191690831515021790555050565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610954576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036109ba576040517f761b7c7c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610a4f61172b565b6001600c60006101000a81548160ff021916908315150217905550600c60019054906101000a900460ff1615610a9b576000600c60016101000a81548160ff0219169083151502179055505b610aa36117a9565b565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610b2c576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610b92576040517f761b7c7c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80600c60036101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600a5481565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610c89576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b8151811015610d1a576001600f6000848481518110610cae57610cad6121c5565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508080610d12906121f4565b915050610c8c565b5050565b610d2661172b565b6001600c60016101000a81548160ff021916908315150217905550565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60095481565b606060058054610d8190612131565b80601f0160208091040260200160405190810160405280929190818152602001828054610dad90612131565b8015610dfa5780601f10610dcf57610100808354040283529160200191610dfa565b820191906000526020600020905b815481529060010190602001808311610ddd57829003601f168201915b5050505050905090565b600f6020528060005260406000206000915054906101000a900460ff1681565b600b5481565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610eb1576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600c60009054906101000a900460ff1615610f0957678ac7230489e80000811115610f08576040517fd8567b1f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b80600b8190555050565b600080610f1e6111eb565b90506000610f2c82866110bc565b905083811015610f71576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f68906122ae565b60405180910390fd5b610f7e82868684036111f3565b60019250505092915050565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611011576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600c60009054906101000a900460ff161561106957678ac7230489e80000811115611068576040517fd8567b1f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b80600a8190555050565b60008061107e6111eb565b905061108b818585611448565b600191505092915050565b600c60039054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b61114b61172b565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036111ba576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b190612340565b60405180910390fd5b6111c3816117bd565b50565b6111ce61172b565b6000600c60016101000a81548160ff021916908315150217905550565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611262576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611259906123d2565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036112d1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112c890612464565b60405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516113af9190611dd9565b60405180910390a3505050565b60006113c884846110bc565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146114425781811015611434576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161142b906124d0565b60405180910390fd5b61144184848484036111f3565b5b50505050565b600c60019054906101000a900460ff161561148f576040517f069dd27a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611497610d43565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614801561151e5750600c60039054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b156115335761152e838383611881565b611726565b600f60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161580156115d75750600f60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b156117195760006115e88484611afa565b9050600068056bc75e2d63100000828461160291906124f0565b61160c9190612561565b90506000818461161c9190612592565b9050600c60029054906101000a900460ff16156116d957600c60039054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16146116d85760095481611695876109fe565b61169f9190612191565b11156116d7576040517f8a64ab6100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b5b6116e4868683611881565b61171186600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1684611881565b505050611725565b611724838383611881565b5b5b505050565b6117336111eb565b73ffffffffffffffffffffffffffffffffffffffff16611751610d43565b73ffffffffffffffffffffffffffffffffffffffff16146117a7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161179e90612612565b60405180910390fd5b565b6117b161172b565b6117bb60006117bd565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036118f0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118e7906126a4565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361195f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161195690612736565b60405180910390fd5b61196a838383611bc6565b6000600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156119f1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119e8906127c8565b60405180910390fd5b818103600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611ae19190611dd9565b60405180910390a3611af4848484611bcb565b50505050565b6000600c60039054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611b5b57600a549050611bc0565b600c60039054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611bba57600b549050611bbf565b600090505b5b92915050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015611c0a578082015181840152602081019050611bef565b60008484015250505050565b6000601f19601f8301169050919050565b6000611c3282611bd0565b611c3c8185611bdb565b9350611c4c818560208601611bec565b611c5581611c16565b840191505092915050565b60006020820190508181036000830152611c7a8184611c27565b905092915050565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000611cc182611c96565b9050919050565b611cd181611cb6565b8114611cdc57600080fd5b50565b600081359050611cee81611cc8565b92915050565b6000819050919050565b611d0781611cf4565b8114611d1257600080fd5b50565b600081359050611d2481611cfe565b92915050565b60008060408385031215611d4157611d40611c8c565b5b6000611d4f85828601611cdf565b9250506020611d6085828601611d15565b9150509250929050565b60008115159050919050565b611d7f81611d6a565b82525050565b6000602082019050611d9a6000830184611d76565b92915050565b611da981611cb6565b82525050565b6000602082019050611dc46000830184611da0565b92915050565b611dd381611cf4565b82525050565b6000602082019050611dee6000830184611dca565b92915050565b600080600060608486031215611e0d57611e0c611c8c565b5b6000611e1b86828701611cdf565b9350506020611e2c86828701611cdf565b9250506040611e3d86828701611d15565b9150509250925092565b600060ff82169050919050565b611e5d81611e47565b82525050565b6000602082019050611e786000830184611e54565b92915050565b600060208284031215611e9457611e93611c8c565b5b6000611ea284828501611cdf565b91505092915050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b611ee882611c16565b810181811067ffffffffffffffff82111715611f0757611f06611eb0565b5b80604052505050565b6000611f1a611c82565b9050611f268282611edf565b919050565b600067ffffffffffffffff821115611f4657611f45611eb0565b5b602082029050602081019050919050565b600080fd5b6000611f6f611f6a84611f2b565b611f10565b90508083825260208201905060208402830185811115611f9257611f91611f57565b5b835b81811015611fbb5780611fa78882611cdf565b845260208401935050602081019050611f94565b5050509392505050565b600082601f830112611fda57611fd9611eab565b5b8135611fea848260208601611f5c565b91505092915050565b60006020828403121561200957612008611c8c565b5b600082013567ffffffffffffffff81111561202757612026611c91565b5b61203384828501611fc5565b91505092915050565b61204581611d6a565b811461205057600080fd5b50565b6000813590506120628161203c565b92915050565b60006020828403121561207e5761207d611c8c565b5b600061208c84828501612053565b91505092915050565b6000602082840312156120ab576120aa611c8c565b5b60006120b984828501611d15565b91505092915050565b600080604083850312156120d9576120d8611c8c565b5b60006120e785828601611cdf565b92505060206120f885828601611cdf565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061214957607f821691505b60208210810361215c5761215b612102565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061219c82611cf4565b91506121a783611cf4565b92508282019050808211156121bf576121be612162565b5b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006121ff82611cf4565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361223157612230612162565b5b600182019050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000612298602583611bdb565b91506122a38261223c565b604082019050919050565b600060208201905081810360008301526122c78161228b565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b600061232a602683611bdb565b9150612335826122ce565b604082019050919050565b600060208201905081810360008301526123598161231d565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006123bc602483611bdb565b91506123c782612360565b604082019050919050565b600060208201905081810360008301526123eb816123af565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b600061244e602283611bdb565b9150612459826123f2565b604082019050919050565b6000602082019050818103600083015261247d81612441565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b60006124ba601d83611bdb565b91506124c582612484565b602082019050919050565b600060208201905081810360008301526124e9816124ad565b9050919050565b60006124fb82611cf4565b915061250683611cf4565b925082820261251481611cf4565b9150828204841483151761252b5761252a612162565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061256c82611cf4565b915061257783611cf4565b92508261258757612586612532565b5b828204905092915050565b600061259d82611cf4565b91506125a883611cf4565b92508282039050818111156125c0576125bf612162565b5b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006125fc602083611bdb565b9150612607826125c6565b602082019050919050565b6000602082019050818103600083015261262b816125ef565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061268e602583611bdb565b915061269982612632565b604082019050919050565b600060208201905081810360008301526126bd81612681565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000612720602383611bdb565b915061272b826126c4565b604082019050919050565b6000602082019050818103600083015261274f81612713565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006127b2602683611bdb565b91506127bd82612756565b604082019050919050565b600060208201905081810360008301526127e1816127a5565b905091905056fea264697066735822122058e112676419f2a975ce8e6d5b80d7f55435d6ecfbcbfdd46137b459e1e2033164736f6c63430008110033000000000000000000000000f1b3c1675138496f696fd5b997a2ccf68ee748ae

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101e55760003560e01c8063760bf1861161010f5780639ec4be41116100a2578063abc8c7af11610071578063abc8c7af1461056e578063dd62ed3e1461058c578063f2fde38b146105bc578063f7b188a5146105d8576101e5565b80639ec4be41146104d6578063a457c2d7146104f2578063a56d37f914610522578063a9059cbb1461053e576101e5565b80638f3fa860116100de5780638f3fa8601461044c57806395d89b411461046a5780639b19251a146104885780639e7d8d1d146104b8576101e5565b8063760bf186146103ea5780637f649783146104085780638456cb59146104245780638da5cb5b1461042e576101e5565b80633af32abf1161018757806370a082311161015657806370a0823114610376578063715018a6146103a657806373ad6c2d146103b057806375f0a874146103cc576101e5565b80633af32abf146102f2578063548db1741461032257806355d981721461033e5780635d098b381461035a576101e5565b806318160ddd116101c357806318160ddd1461025657806323b872dd14610274578063313ce567146102a457806339509351146102c2576101e5565b806306fdde03146101ea578063095ea7b3146102085780630c340a2414610238575b600080fd5b6101f26105e2565b6040516101ff9190611c60565b60405180910390f35b610222600480360381019061021d9190611d2a565b610674565b60405161022f9190611d85565b60405180910390f35b610240610697565b60405161024d9190611daf565b60405180910390f35b61025e6106bd565b60405161026b9190611dd9565b60405180910390f35b61028e60048036038101906102899190611df4565b6106c7565b60405161029b9190611d85565b60405180910390f35b6102ac6106f6565b6040516102b99190611e63565b60405180910390f35b6102dc60048036038101906102d79190611d2a565b6106ff565b6040516102e99190611d85565b60405180910390f35b61030c60048036038101906103079190611e7e565b610736565b6040516103199190611d85565b60405180910390f35b61033c60048036038101906103379190611ff3565b61078c565b005b61035860048036038101906103539190612068565b6108a8565b005b610374600480360381019061036f9190611e7e565b6108cd565b005b610390600480360381019061038b9190611e7e565b6109fe565b60405161039d9190611dd9565b60405180910390f35b6103ae610a47565b005b6103ca60048036038101906103c59190611e7e565b610aa5565b005b6103d4610bd6565b6040516103e19190611daf565b60405180910390f35b6103f2610bfc565b6040516103ff9190611dd9565b60405180910390f35b610422600480360381019061041d9190611ff3565b610c02565b005b61042c610d1e565b005b610436610d43565b6040516104439190611daf565b60405180910390f35b610454610d6c565b6040516104619190611dd9565b60405180910390f35b610472610d72565b60405161047f9190611c60565b60405180910390f35b6104a2600480360381019061049d9190611e7e565b610e04565b6040516104af9190611d85565b60405180910390f35b6104c0610e24565b6040516104cd9190611dd9565b60405180910390f35b6104f060048036038101906104eb9190612095565b610e2a565b005b61050c60048036038101906105079190611d2a565b610f13565b6040516105199190611d85565b60405180910390f35b61053c60048036038101906105379190612095565b610f8a565b005b61055860048036038101906105539190611d2a565b611073565b6040516105659190611d85565b60405180910390f35b610576611096565b6040516105839190611daf565b60405180910390f35b6105a660048036038101906105a191906120c2565b6110bc565b6040516105b39190611dd9565b60405180910390f35b6105d660048036038101906105d19190611e7e565b611143565b005b6105e06111c6565b005b6060600480546105f190612131565b80601f016020809104026020016040519081016040528092919081815260200182805461061d90612131565b801561066a5780601f1061063f5761010080835404028352916020019161066a565b820191906000526020600020905b81548152906001019060200180831161064d57829003601f168201915b5050505050905090565b60008061067f6111eb565b905061068c8185856111f3565b600191505092915050565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600354905090565b6000806106d26111eb565b90506106df8582856113bc565b6106ea858585611448565b60019150509392505050565b60006012905090565b60008061070a6111eb565b905061072b81858561071c85896110bc565b6107269190612191565b6111f3565b600191505092915050565b6000600f60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff169050919050565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610813576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b81518110156108a4576000600f6000848481518110610838576108376121c5565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff021916908315150217905550808061089c906121f4565b915050610816565b5050565b6108b061172b565b80600c60026101000a81548160ff02191690831515021790555050565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610954576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036109ba576040517f761b7c7c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6000600160008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610a4f61172b565b6001600c60006101000a81548160ff021916908315150217905550600c60019054906101000a900460ff1615610a9b576000600c60016101000a81548160ff0219169083151502179055505b610aa36117a9565b565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610b2c576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1603610b92576040517f761b7c7c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b80600c60036101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b600a5481565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610c89576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60005b8151811015610d1a576001600f6000848481518110610cae57610cad6121c5565b5b602002602001015173ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508080610d12906121f4565b915050610c8c565b5050565b610d2661172b565b6001600c60016101000a81548160ff021916908315150217905550565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b60095481565b606060058054610d8190612131565b80601f0160208091040260200160405190810160405280929190818152602001828054610dad90612131565b8015610dfa5780601f10610dcf57610100808354040283529160200191610dfa565b820191906000526020600020905b815481529060010190602001808311610ddd57829003601f168201915b5050505050905090565b600f6020528060005260406000206000915054906101000a900460ff1681565b600b5481565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614610eb1576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600c60009054906101000a900460ff1615610f0957678ac7230489e80000811115610f08576040517fd8567b1f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b80600b8190555050565b600080610f1e6111eb565b90506000610f2c82866110bc565b905083811015610f71576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f68906122ae565b60405180910390fd5b610f7e82868684036111f3565b60019250505092915050565b600e60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614611011576040517f82b4290000000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600c60009054906101000a900460ff161561106957678ac7230489e80000811115611068576040517fd8567b1f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b80600a8190555050565b60008061107e6111eb565b905061108b818585611448565b600191505092915050565b600c60039054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000600260008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b61114b61172b565b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16036111ba576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111b190612340565b60405180910390fd5b6111c3816117bd565b50565b6111ce61172b565b6000600c60016101000a81548160ff021916908315150217905550565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611262576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611259906123d2565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036112d1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112c890612464565b60405180910390fd5b80600260008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925836040516113af9190611dd9565b60405180910390a3505050565b60006113c884846110bc565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146114425781811015611434576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161142b906124d0565b60405180910390fd5b61144184848484036111f3565b5b50505050565b600c60019054906101000a900460ff161561148f576040517f069dd27a00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b611497610d43565b73ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614801561151e5750600c60039054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16145b156115335761152e838383611881565b611726565b600f60008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff161580156115d75750600f60008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16155b156117195760006115e88484611afa565b9050600068056bc75e2d63100000828461160291906124f0565b61160c9190612561565b90506000818461161c9190612592565b9050600c60029054906101000a900460ff16156116d957600c60039054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168573ffffffffffffffffffffffffffffffffffffffff16146116d85760095481611695876109fe565b61169f9190612191565b11156116d7576040517f8a64ab6100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b5b5b6116e4868683611881565b61171186600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1684611881565b505050611725565b611724838383611881565b5b5b505050565b6117336111eb565b73ffffffffffffffffffffffffffffffffffffffff16611751610d43565b73ffffffffffffffffffffffffffffffffffffffff16146117a7576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161179e90612612565b60405180910390fd5b565b6117b161172b565b6117bb60006117bd565b565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036118f0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016118e7906126a4565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361195f576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161195690612736565b60405180910390fd5b61196a838383611bc6565b6000600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156119f1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016119e8906127c8565b60405180910390fd5b818103600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555081600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051611ae19190611dd9565b60405180910390a3611af4848484611bcb565b50505050565b6000600c60039054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603611b5b57600a549050611bc0565b600c60039054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603611bba57600b549050611bbf565b600090505b5b92915050565b505050565b505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015611c0a578082015181840152602081019050611bef565b60008484015250505050565b6000601f19601f8301169050919050565b6000611c3282611bd0565b611c3c8185611bdb565b9350611c4c818560208601611bec565b611c5581611c16565b840191505092915050565b60006020820190508181036000830152611c7a8184611c27565b905092915050565b6000604051905090565b600080fd5b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000611cc182611c96565b9050919050565b611cd181611cb6565b8114611cdc57600080fd5b50565b600081359050611cee81611cc8565b92915050565b6000819050919050565b611d0781611cf4565b8114611d1257600080fd5b50565b600081359050611d2481611cfe565b92915050565b60008060408385031215611d4157611d40611c8c565b5b6000611d4f85828601611cdf565b9250506020611d6085828601611d15565b9150509250929050565b60008115159050919050565b611d7f81611d6a565b82525050565b6000602082019050611d9a6000830184611d76565b92915050565b611da981611cb6565b82525050565b6000602082019050611dc46000830184611da0565b92915050565b611dd381611cf4565b82525050565b6000602082019050611dee6000830184611dca565b92915050565b600080600060608486031215611e0d57611e0c611c8c565b5b6000611e1b86828701611cdf565b9350506020611e2c86828701611cdf565b9250506040611e3d86828701611d15565b9150509250925092565b600060ff82169050919050565b611e5d81611e47565b82525050565b6000602082019050611e786000830184611e54565b92915050565b600060208284031215611e9457611e93611c8c565b5b6000611ea284828501611cdf565b91505092915050565b600080fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b611ee882611c16565b810181811067ffffffffffffffff82111715611f0757611f06611eb0565b5b80604052505050565b6000611f1a611c82565b9050611f268282611edf565b919050565b600067ffffffffffffffff821115611f4657611f45611eb0565b5b602082029050602081019050919050565b600080fd5b6000611f6f611f6a84611f2b565b611f10565b90508083825260208201905060208402830185811115611f9257611f91611f57565b5b835b81811015611fbb5780611fa78882611cdf565b845260208401935050602081019050611f94565b5050509392505050565b600082601f830112611fda57611fd9611eab565b5b8135611fea848260208601611f5c565b91505092915050565b60006020828403121561200957612008611c8c565b5b600082013567ffffffffffffffff81111561202757612026611c91565b5b61203384828501611fc5565b91505092915050565b61204581611d6a565b811461205057600080fd5b50565b6000813590506120628161203c565b92915050565b60006020828403121561207e5761207d611c8c565b5b600061208c84828501612053565b91505092915050565b6000602082840312156120ab576120aa611c8c565b5b60006120b984828501611d15565b91505092915050565b600080604083850312156120d9576120d8611c8c565b5b60006120e785828601611cdf565b92505060206120f885828601611cdf565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000600282049050600182168061214957607f821691505b60208210810361215c5761215b612102565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b600061219c82611cf4565b91506121a783611cf4565b92508282019050808211156121bf576121be612162565b5b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b60006121ff82611cf4565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff820361223157612230612162565b5b600182019050919050565b7f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008201527f207a65726f000000000000000000000000000000000000000000000000000000602082015250565b6000612298602583611bdb565b91506122a38261223c565b604082019050919050565b600060208201905081810360008301526122c78161228b565b9050919050565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b600061232a602683611bdb565b9150612335826122ce565b604082019050919050565b600060208201905081810360008301526123598161231d565b9050919050565b7f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b60006123bc602483611bdb565b91506123c782612360565b604082019050919050565b600060208201905081810360008301526123eb816123af565b9050919050565b7f45524332303a20617070726f766520746f20746865207a65726f20616464726560008201527f7373000000000000000000000000000000000000000000000000000000000000602082015250565b600061244e602283611bdb565b9150612459826123f2565b604082019050919050565b6000602082019050818103600083015261247d81612441565b9050919050565b7f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000600082015250565b60006124ba601d83611bdb565b91506124c582612484565b602082019050919050565b600060208201905081810360008301526124e9816124ad565b9050919050565b60006124fb82611cf4565b915061250683611cf4565b925082820261251481611cf4565b9150828204841483151761252b5761252a612162565b5b5092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b600061256c82611cf4565b915061257783611cf4565b92508261258757612586612532565b5b828204905092915050565b600061259d82611cf4565b91506125a883611cf4565b92508282039050818111156125c0576125bf612162565b5b92915050565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b60006125fc602083611bdb565b9150612607826125c6565b602082019050919050565b6000602082019050818103600083015261262b816125ef565b9050919050565b7f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008201527f6472657373000000000000000000000000000000000000000000000000000000602082015250565b600061268e602583611bdb565b915061269982612632565b604082019050919050565b600060208201905081810360008301526126bd81612681565b9050919050565b7f45524332303a207472616e7366657220746f20746865207a65726f206164647260008201527f6573730000000000000000000000000000000000000000000000000000000000602082015250565b6000612720602383611bdb565b915061272b826126c4565b604082019050919050565b6000602082019050818103600083015261274f81612713565b9050919050565b7f45524332303a207472616e7366657220616d6f756e742065786365656473206260008201527f616c616e63650000000000000000000000000000000000000000000000000000602082015250565b60006127b2602683611bdb565b91506127bd82612756565b604082019050919050565b600060208201905081810360008301526127e1816127a5565b905091905056fea264697066735822122058e112676419f2a975ce8e6d5b80d7f55435d6ecfbcbfdd46137b459e1e2033164736f6c63430008110033

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

000000000000000000000000f1b3c1675138496f696fd5b997a2ccf68ee748ae

-----Decoded View---------------
Arg [0] : _marketingWallet (address): 0xf1b3c1675138496f696Fd5B997a2CcF68EE748aE

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


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.