ETH Price: $3,163.65 (+3.01%)
Gas: 1 Gwei

Token

BABY F WAS HERE (BABYF)
 

Overview

Max Total Supply

11,364,381 BABYF

Holders

70

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Balance
0.13260776029242547 BABYF

Value
$0.00
0x02def9170754b3d4d08b7a1f2a88a8fbb465f575
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:
BABYFWASHERE

Compiler Version
v0.8.19+commit.7dd6d404

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2023-05-23
*/

// SPDX-License-Identifier: MIT

// BABY F IS HERE 👶
// SECRET HEX MESSAGE: <0x95d943021ee8faddcf329b0e2e277c75eca4a791c46f24701b30a08d67381a86>
// DAD IM HOME! 👶 
// @ 0x38857Ed3a8fC5951289E58e20fB56A00e88f0BBD
// @ 0x3d5d3DCD01469eF8C6bC9C45665835814635c725
// https://twitter.com/VitalikButerin/status/1333744735735795712
// https://decrypt.co/50055/the-strange-message-written-on-ethereum-2-0s-first-block
// https://twitter.com/MrFwashere


// File: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/1642b6639b93e3b97be163d49827e1f56b81ca11/contracts/token/ERC20/IERC20.sol


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

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

// File: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/1642b6639b93e3b97be163d49827e1f56b81ca11/contracts/token/ERC20/extensions/IERC20Metadata.sol


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

pragma solidity ^0.8.0;


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

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

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

// File: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/1642b6639b93e3b97be163d49827e1f56b81ca11/contracts/utils/Context.sol


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

pragma solidity ^0.8.0;

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

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

// File: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/1642b6639b93e3b97be163d49827e1f56b81ca11/contracts/token/ERC20/ERC20.sol


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

pragma solidity ^0.8.0;




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


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

pragma solidity ^0.8.0;


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

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

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

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

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

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

    /**
     * @dev Leaves the contract without owner. It will not be possible to call
     * `onlyOwner` functions. 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: contracts/BABYFWASHERE.sol



//Secret HEX MESSAGE: 
pragma solidity ^0.8.0;


           
contract BABYFWASHERE is Ownable, ERC20 {
    bool public limittoggle = false;
    uint256 public startTokenTrading = 0;
    uint256 public maxHoldingAmount;
    address public uniswapV2Pair;
    
    constructor(uint256 _totalSupply) ERC20("BABY F WAS HERE", "BABYF") { //CHANGE TOKEN NAME AND SYMBOL
        _mint(msg.sender, _totalSupply);
    }

    function burn(uint256 value) external {
        _burn(msg.sender, value);
    }

    function airdropTokens(address[] calldata recipients, uint256[] calldata amounts) external onlyOwner   {
        require(recipients.length == amounts.length, "Mismatched input arrays");

        for (uint256 i = 0; i < recipients.length; i++) {
            _transfer(owner(), recipients[i], amounts[i]);
        }
    }

    function MaxHoldingCapacity(bool _limittoggle, uint256 _maxHoldingAmount) external onlyOwner   {
        limittoggle = _limittoggle;
        maxHoldingAmount = _maxHoldingAmount;
    }

    function setUniswapV2Pair(address _uniswapV2Pair) external onlyOwner   {
        require(startTokenTrading == 0, "Can only set pair once.");
        uniswapV2Pair = _uniswapV2Pair;
        startTokenTrading = block.timestamp;
    }
    
    function _beforeTokenTransfer(
        address from,
        address to,
        uint256 amount
    ) override internal virtual  {      

        if (uniswapV2Pair == address(0) && from != address(0)) {
            require(from == owner(), "Trading yet to begin");
            return;
        }

        if (limittoggle && from == uniswapV2Pair) {
            require(super.balanceOf(to) + amount <= maxHoldingAmount, "Exceeds allowable holding limit per wallet");
        }

    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"uint256","name":"_totalSupply","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"bool","name":"_limittoggle","type":"bool"},{"internalType":"uint256","name":"_maxHoldingAmount","type":"uint256"}],"name":"MaxHoldingCapacity","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"recipients","type":"address[]"},{"internalType":"uint256[]","name":"amounts","type":"uint256[]"}],"name":"airdropTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"value","type":"uint256"}],"name":"burn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"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":"limittoggle","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxHoldingAmount","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":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_uniswapV2Pair","type":"address"}],"name":"setUniswapV2Pair","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"startTokenTrading","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]

60806040526006805460ff1916905560006007553480156200002057600080fd5b50604051620015173803806200151783398101604081905262000043916200034c565b6040518060400160405280600f81526020016e42414259204620574153204845524560881b815250604051806040016040528060058152602001642120a12ca360d91b815250620000a36200009d620000dc60201b60201c565b620000e0565b6004620000b183826200040a565b506005620000c082826200040a565b505050620000d533826200013060201b60201c565b50620004fe565b3390565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6001600160a01b0382166200018c5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064015b60405180910390fd5b6200019a6000838362000207565b8060036000828254620001ae9190620004d6565b90915550506001600160a01b0382166000818152600160209081526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b6009546001600160a01b03161580156200022957506001600160a01b03831615155b1562000293576000546001600160a01b038481169116146200028e5760405162461bcd60e51b815260206004820152601460248201527f54726164696e672079657420746f20626567696e000000000000000000000000604482015260640162000183565b505050565b60065460ff168015620002b357506009546001600160a01b038481169116145b156200028e5760085481620002dd846001600160a01b031660009081526001602052604090205490565b620002e99190620004d6565b11156200028e5760405162461bcd60e51b815260206004820152602a60248201527f4578636565647320616c6c6f7761626c6520686f6c64696e67206c696d6974206044820152691c195c881dd85b1b195d60b21b606482015260840162000183565b6000602082840312156200035f57600080fd5b5051919050565b634e487b7160e01b600052604160045260246000fd5b600181811c908216806200039157607f821691505b602082108103620003b257634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156200028e57600081815260208120601f850160051c81016020861015620003e15750805b601f850160051c820191505b818110156200040257828155600101620003ed565b505050505050565b81516001600160401b0381111562000426576200042662000366565b6200043e816200043784546200037c565b84620003b8565b602080601f8311600181146200047657600084156200045d5750858301515b600019600386901b1c1916600185901b17855562000402565b600085815260208120601f198616915b82811015620004a75788860151825594840194600190910190840162000486565b5085821015620004c65787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b80820180821115620004f857634e487b7160e01b600052601160045260246000fd5b92915050565b611009806200050e6000396000f3fe608060405234801561001057600080fd5b50600436106101425760003560e01c806370a08231116100b8578063a29a60891161007c578063a29a60891461028b578063a457c2d71461029e578063a9059cbb146102b1578063d1dac170146102c4578063dd62ed3e146102d7578063f2fde38b146102ea57600080fd5b806370a0823114610238578063715018a61461026157806389f9a1d3146102695780638da5cb5b1461027257806395d89b411461028357600080fd5b8063313ce5671161010a578063313ce567146101b657806339509351146101c557806342966c68146101d857806349bd5a5e146101ed578063597eab6414610218578063706f69371461022557600080fd5b8063038472581461014757806306fdde0314610163578063095ea7b31461017857806318160ddd1461019b57806323b872dd146101a3575b600080fd5b61015060075481565b6040519081526020015b60405180910390f35b61016b6102fd565b60405161015a9190610d28565b61018b610186366004610d92565b61038f565b604051901515815260200161015a565b600354610150565b61018b6101b1366004610dbc565b6103a9565b6040516012815260200161015a565b61018b6101d3366004610d92565b6103cd565b6101eb6101e6366004610df8565b6103ef565b005b600954610200906001600160a01b031681565b6040516001600160a01b03909116815260200161015a565b60065461018b9060ff1681565b6101eb610233366004610e5d565b6103fc565b610150610246366004610ec9565b6001600160a01b031660009081526001602052604090205490565b6101eb6104d6565b61015060085481565b6000546001600160a01b0316610200565b61016b6104ea565b6101eb610299366004610ec9565b6104f9565b61018b6102ac366004610d92565b610577565b61018b6102bf366004610d92565b6105f2565b6101eb6102d2366004610eeb565b610600565b6101506102e5366004610f0e565b61061f565b6101eb6102f8366004610ec9565b61064a565b60606004805461030c90610f41565b80601f016020809104026020016040519081016040528092919081815260200182805461033890610f41565b80156103855780601f1061035a57610100808354040283529160200191610385565b820191906000526020600020905b81548152906001019060200180831161036857829003601f168201915b5050505050905090565b60003361039d8185856106c0565b60019150505b92915050565b6000336103b78582856107e5565b6103c285858561085f565b506001949350505050565b60003361039d8185856103e0838361061f565b6103ea9190610f91565b6106c0565b6103f93382610a15565b50565b610404610b52565b8281146104585760405162461bcd60e51b815260206004820152601760248201527f4d69736d61746368656420696e7075742061727261797300000000000000000060448201526064015b60405180910390fd5b60005b838110156104cf576104bd6104786000546001600160a01b031690565b86868481811061048a5761048a610fa4565b905060200201602081019061049f9190610ec9565b8585858181106104b1576104b1610fa4565b9050602002013561085f565b806104c781610fba565b91505061045b565b5050505050565b6104de610b52565b6104e86000610bac565b565b60606005805461030c90610f41565b610501610b52565b600754156105515760405162461bcd60e51b815260206004820152601760248201527f43616e206f6e6c79207365742070616972206f6e63652e000000000000000000604482015260640161044f565b600980546001600160a01b0319166001600160a01b039290921691909117905542600755565b60003381610585828661061f565b9050838110156105e55760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161044f565b6103c282868684036106c0565b60003361039d81858561085f565b610608610b52565b6006805460ff191692151592909217909155600855565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b610652610b52565b6001600160a01b0381166106b75760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161044f565b6103f981610bac565b6001600160a01b0383166107225760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161044f565b6001600160a01b0382166107835760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161044f565b6001600160a01b0383811660008181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b60006107f1848461061f565b90506000198114610859578181101561084c5760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161044f565b61085984848484036106c0565b50505050565b6001600160a01b0383166108c35760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161044f565b6001600160a01b0382166109255760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161044f565b610930838383610bfc565b6001600160a01b038316600090815260016020526040902054818110156109a85760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161044f565b6001600160a01b0380851660008181526001602052604080822086860390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90610a089086815260200190565b60405180910390a3610859565b6001600160a01b038216610a755760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161044f565b610a8182600083610bfc565b6001600160a01b03821660009081526001602052604090205481811015610af55760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161044f565b6001600160a01b03831660008181526001602090815260408083208686039055600380548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016107d8565b505050565b6000546001600160a01b031633146104e85760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161044f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6009546001600160a01b0316158015610c1d57506001600160a01b03831615155b15610c76576000546001600160a01b03848116911614610b4d5760405162461bcd60e51b81526020600482015260146024820152732a3930b234b733903cb2ba103a37903132b3b4b760611b604482015260640161044f565b60065460ff168015610c9557506009546001600160a01b038481169116145b15610b4d5760085481610cbd846001600160a01b031660009081526001602052604090205490565b610cc79190610f91565b1115610b4d5760405162461bcd60e51b815260206004820152602a60248201527f4578636565647320616c6c6f7761626c6520686f6c64696e67206c696d6974206044820152691c195c881dd85b1b195d60b21b606482015260840161044f565b600060208083528351808285015260005b81811015610d5557858101830151858201604001528201610d39565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b0381168114610d8d57600080fd5b919050565b60008060408385031215610da557600080fd5b610dae83610d76565b946020939093013593505050565b600080600060608486031215610dd157600080fd5b610dda84610d76565b9250610de860208501610d76565b9150604084013590509250925092565b600060208284031215610e0a57600080fd5b5035919050565b60008083601f840112610e2357600080fd5b50813567ffffffffffffffff811115610e3b57600080fd5b6020830191508360208260051b8501011115610e5657600080fd5b9250929050565b60008060008060408587031215610e7357600080fd5b843567ffffffffffffffff80821115610e8b57600080fd5b610e9788838901610e11565b90965094506020870135915080821115610eb057600080fd5b50610ebd87828801610e11565b95989497509550505050565b600060208284031215610edb57600080fd5b610ee482610d76565b9392505050565b60008060408385031215610efe57600080fd5b82358015158114610dae57600080fd5b60008060408385031215610f2157600080fd5b610f2a83610d76565b9150610f3860208401610d76565b90509250929050565b600181811c90821680610f5557607f821691505b602082108103610f7557634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b808201808211156103a3576103a3610f7b565b634e487b7160e01b600052603260045260246000fd5b600060018201610fcc57610fcc610f7b565b506001019056fea2646970667358221220946ec53de3259ff1c60e41b6d8606f28e17e32e887fc5ad8297fcc85a94d21d964736f6c634300081300330000000000000000000000000000000000000000000966805415ccee96540000

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101425760003560e01c806370a08231116100b8578063a29a60891161007c578063a29a60891461028b578063a457c2d71461029e578063a9059cbb146102b1578063d1dac170146102c4578063dd62ed3e146102d7578063f2fde38b146102ea57600080fd5b806370a0823114610238578063715018a61461026157806389f9a1d3146102695780638da5cb5b1461027257806395d89b411461028357600080fd5b8063313ce5671161010a578063313ce567146101b657806339509351146101c557806342966c68146101d857806349bd5a5e146101ed578063597eab6414610218578063706f69371461022557600080fd5b8063038472581461014757806306fdde0314610163578063095ea7b31461017857806318160ddd1461019b57806323b872dd146101a3575b600080fd5b61015060075481565b6040519081526020015b60405180910390f35b61016b6102fd565b60405161015a9190610d28565b61018b610186366004610d92565b61038f565b604051901515815260200161015a565b600354610150565b61018b6101b1366004610dbc565b6103a9565b6040516012815260200161015a565b61018b6101d3366004610d92565b6103cd565b6101eb6101e6366004610df8565b6103ef565b005b600954610200906001600160a01b031681565b6040516001600160a01b03909116815260200161015a565b60065461018b9060ff1681565b6101eb610233366004610e5d565b6103fc565b610150610246366004610ec9565b6001600160a01b031660009081526001602052604090205490565b6101eb6104d6565b61015060085481565b6000546001600160a01b0316610200565b61016b6104ea565b6101eb610299366004610ec9565b6104f9565b61018b6102ac366004610d92565b610577565b61018b6102bf366004610d92565b6105f2565b6101eb6102d2366004610eeb565b610600565b6101506102e5366004610f0e565b61061f565b6101eb6102f8366004610ec9565b61064a565b60606004805461030c90610f41565b80601f016020809104026020016040519081016040528092919081815260200182805461033890610f41565b80156103855780601f1061035a57610100808354040283529160200191610385565b820191906000526020600020905b81548152906001019060200180831161036857829003601f168201915b5050505050905090565b60003361039d8185856106c0565b60019150505b92915050565b6000336103b78582856107e5565b6103c285858561085f565b506001949350505050565b60003361039d8185856103e0838361061f565b6103ea9190610f91565b6106c0565b6103f93382610a15565b50565b610404610b52565b8281146104585760405162461bcd60e51b815260206004820152601760248201527f4d69736d61746368656420696e7075742061727261797300000000000000000060448201526064015b60405180910390fd5b60005b838110156104cf576104bd6104786000546001600160a01b031690565b86868481811061048a5761048a610fa4565b905060200201602081019061049f9190610ec9565b8585858181106104b1576104b1610fa4565b9050602002013561085f565b806104c781610fba565b91505061045b565b5050505050565b6104de610b52565b6104e86000610bac565b565b60606005805461030c90610f41565b610501610b52565b600754156105515760405162461bcd60e51b815260206004820152601760248201527f43616e206f6e6c79207365742070616972206f6e63652e000000000000000000604482015260640161044f565b600980546001600160a01b0319166001600160a01b039290921691909117905542600755565b60003381610585828661061f565b9050838110156105e55760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b606482015260840161044f565b6103c282868684036106c0565b60003361039d81858561085f565b610608610b52565b6006805460ff191692151592909217909155600855565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b610652610b52565b6001600160a01b0381166106b75760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161044f565b6103f981610bac565b6001600160a01b0383166107225760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b606482015260840161044f565b6001600160a01b0382166107835760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b606482015260840161044f565b6001600160a01b0383811660008181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b60006107f1848461061f565b90506000198114610859578181101561084c5760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604482015260640161044f565b61085984848484036106c0565b50505050565b6001600160a01b0383166108c35760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b606482015260840161044f565b6001600160a01b0382166109255760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b606482015260840161044f565b610930838383610bfc565b6001600160a01b038316600090815260016020526040902054818110156109a85760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b606482015260840161044f565b6001600160a01b0380851660008181526001602052604080822086860390559286168082529083902080548601905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90610a089086815260200190565b60405180910390a3610859565b6001600160a01b038216610a755760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b606482015260840161044f565b610a8182600083610bfc565b6001600160a01b03821660009081526001602052604090205481811015610af55760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b606482015260840161044f565b6001600160a01b03831660008181526001602090815260408083208686039055600380548790039055518581529192917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91016107d8565b505050565b6000546001600160a01b031633146104e85760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161044f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6009546001600160a01b0316158015610c1d57506001600160a01b03831615155b15610c76576000546001600160a01b03848116911614610b4d5760405162461bcd60e51b81526020600482015260146024820152732a3930b234b733903cb2ba103a37903132b3b4b760611b604482015260640161044f565b60065460ff168015610c9557506009546001600160a01b038481169116145b15610b4d5760085481610cbd846001600160a01b031660009081526001602052604090205490565b610cc79190610f91565b1115610b4d5760405162461bcd60e51b815260206004820152602a60248201527f4578636565647320616c6c6f7761626c6520686f6c64696e67206c696d6974206044820152691c195c881dd85b1b195d60b21b606482015260840161044f565b600060208083528351808285015260005b81811015610d5557858101830151858201604001528201610d39565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b0381168114610d8d57600080fd5b919050565b60008060408385031215610da557600080fd5b610dae83610d76565b946020939093013593505050565b600080600060608486031215610dd157600080fd5b610dda84610d76565b9250610de860208501610d76565b9150604084013590509250925092565b600060208284031215610e0a57600080fd5b5035919050565b60008083601f840112610e2357600080fd5b50813567ffffffffffffffff811115610e3b57600080fd5b6020830191508360208260051b8501011115610e5657600080fd5b9250929050565b60008060008060408587031215610e7357600080fd5b843567ffffffffffffffff80821115610e8b57600080fd5b610e9788838901610e11565b90965094506020870135915080821115610eb057600080fd5b50610ebd87828801610e11565b95989497509550505050565b600060208284031215610edb57600080fd5b610ee482610d76565b9392505050565b60008060408385031215610efe57600080fd5b82358015158114610dae57600080fd5b60008060408385031215610f2157600080fd5b610f2a83610d76565b9150610f3860208401610d76565b90509250929050565b600181811c90821680610f5557607f821691505b602082108103610f7557634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b808201808211156103a3576103a3610f7b565b634e487b7160e01b600052603260045260246000fd5b600060018201610fcc57610fcc610f7b565b506001019056fea2646970667358221220946ec53de3259ff1c60e41b6d8606f28e17e32e887fc5ad8297fcc85a94d21d964736f6c63430008130033

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

0000000000000000000000000000000000000000000966805415ccee96540000

-----Decoded View---------------
Arg [0] : _totalSupply (uint256): 11364381000000000000000000

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000966805415ccee96540000


Deployed Bytecode Sourcemap

21315:1727:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21400:36;;;;;;;;;160:25:1;;;148:2;133:18;21400:36:0;;;;;;;;7433:100;;;:::i;:::-;;;;;;;:::i;9793:201::-;;;;;;:::i;:::-;;:::i;:::-;;;1351:14:1;;1344:22;1326:41;;1314:2;1299:18;9793:201:0;1186:187:1;8562:108:0;8650:12;;8562:108;;10574:261;;;;;;:::i;:::-;;:::i;8404:93::-;;;8487:2;1853:36:1;;1841:2;1826:18;8404:93:0;1711:184:1;11244:238:0;;;;;;:::i;:::-;;:::i;21679:81::-;;;;;;:::i;:::-;;:::i;:::-;;21481:28;;;;;-1:-1:-1;;;;;21481:28:0;;;;;;-1:-1:-1;;;;;2249:32:1;;;2231:51;;2219:2;2204:18;21481:28:0;2085:203:1;21362:31:0;;;;;;;;;21768:325;;;;;;:::i;:::-;;:::i;8733:127::-;;;;;;:::i;:::-;-1:-1:-1;;;;;8834:18:0;8807:7;8834:18;;;:9;:18;;;;;;;8733:127;20389:103;;;:::i;21443:31::-;;;;;;19748:87;19794:7;19821:6;-1:-1:-1;;;;;19821:6:0;19748:87;;7652:104;;;:::i;22296:235::-;;;;;;:::i;:::-;;:::i;11985:436::-;;;;;;:::i;:::-;;:::i;9066:193::-;;;;;;:::i;:::-;;:::i;22101:187::-;;;;;;:::i;:::-;;:::i;9322:151::-;;;;;;:::i;:::-;;:::i;20647:201::-;;;;;;:::i;:::-;;:::i;7433:100::-;7487:13;7520:5;7513:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7433:100;:::o;9793:201::-;9876:4;5064:10;9932:32;5064:10;9948:7;9957:6;9932:8;:32::i;:::-;9982:4;9975:11;;;9793:201;;;;;:::o;10574:261::-;10671:4;5064:10;10729:38;10745:4;5064:10;10760:6;10729:15;:38::i;:::-;10778:27;10788:4;10794:2;10798:6;10778:9;:27::i;:::-;-1:-1:-1;10823:4:0;;10574:261;-1:-1:-1;;;;10574:261:0:o;11244:238::-;11332:4;5064:10;11388:64;5064:10;11404:7;11441:10;11413:25;5064:10;11404:7;11413:9;:25::i;:::-;:38;;;;:::i;:::-;11388:8;:64::i;21679:81::-;21728:24;21734:10;21746:5;21728;:24::i;:::-;21679:81;:::o;21768:325::-;19634:13;:11;:13::i;:::-;21890:35;;::::1;21882:71;;;::::0;-1:-1:-1;;;21882:71:0;;5094:2:1;21882:71:0::1;::::0;::::1;5076:21:1::0;5133:2;5113:18;;;5106:30;5172:25;5152:18;;;5145:53;5215:18;;21882:71:0::1;;;;;;;;;21971:9;21966:120;21986:21:::0;;::::1;21966:120;;;22029:45;22039:7;19794::::0;19821:6;-1:-1:-1;;;;;19821:6:0;;19748:87;22039:7:::1;22048:10;;22059:1;22048:13;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;22063:7;;22071:1;22063:10;;;;;;;:::i;:::-;;;;;;;22029:9;:45::i;:::-;22009:3:::0;::::1;::::0;::::1;:::i;:::-;;;;21966:120;;;;21768:325:::0;;;;:::o;20389:103::-;19634:13;:11;:13::i;:::-;20454:30:::1;20481:1;20454:18;:30::i;:::-;20389:103::o:0;7652:104::-;7708:13;7741:7;7734:14;;;;;:::i;22296:235::-;19634:13;:11;:13::i;:::-;22386:17:::1;::::0;:22;22378:58:::1;;;::::0;-1:-1:-1;;;22378:58:0;;5718:2:1;22378:58:0::1;::::0;::::1;5700:21:1::0;5757:2;5737:18;;;5730:30;5796:25;5776:18;;;5769:53;5839:18;;22378:58:0::1;5516:347:1::0;22378:58:0::1;22447:13;:30:::0;;-1:-1:-1;;;;;;22447:30:0::1;-1:-1:-1::0;;;;;22447:30:0;;;::::1;::::0;;;::::1;::::0;;22508:15:::1;22488:17;:35:::0;22296:235::o;11985:436::-;12078:4;5064:10;12078:4;12161:25;5064:10;12178:7;12161:9;:25::i;:::-;12134:52;;12225:15;12205:16;:35;;12197:85;;;;-1:-1:-1;;;12197:85:0;;6070:2:1;12197:85:0;;;6052:21:1;6109:2;6089:18;;;6082:30;6148:34;6128:18;;;6121:62;-1:-1:-1;;;6199:18:1;;;6192:35;6244:19;;12197:85:0;5868:401:1;12197:85:0;12318:60;12327:5;12334:7;12362:15;12343:16;:34;12318:8;:60::i;9066:193::-;9145:4;5064:10;9201:28;5064:10;9218:2;9222:6;9201:9;:28::i;22101:187::-;19634:13;:11;:13::i;:::-;22207:11:::1;:26:::0;;-1:-1:-1;;22207:26:0::1;::::0;::::1;;::::0;;;::::1;::::0;;;22244:16:::1;:36:::0;22101:187::o;9322:151::-;-1:-1:-1;;;;;9438:18:0;;;9411:7;9438:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;9322:151::o;20647:201::-;19634:13;:11;:13::i;:::-;-1:-1:-1;;;;;20736:22:0;::::1;20728:73;;;::::0;-1:-1:-1;;;20728:73:0;;6476:2:1;20728:73:0::1;::::0;::::1;6458:21:1::0;6515:2;6495:18;;;6488:30;6554:34;6534:18;;;6527:62;-1:-1:-1;;;6605:18:1;;;6598:36;6651:19;;20728:73:0::1;6274:402:1::0;20728:73:0::1;20812:28;20831:8;20812:18;:28::i;15978:346::-:0;-1:-1:-1;;;;;16080:19:0;;16072:68;;;;-1:-1:-1;;;16072:68:0;;6883:2:1;16072:68:0;;;6865:21:1;6922:2;6902:18;;;6895:30;6961:34;6941:18;;;6934:62;-1:-1:-1;;;7012:18:1;;;7005:34;7056:19;;16072:68:0;6681:400:1;16072:68:0;-1:-1:-1;;;;;16159:21:0;;16151:68;;;;-1:-1:-1;;;16151:68:0;;7288:2:1;16151:68:0;;;7270:21:1;7327:2;7307:18;;;7300:30;7366:34;7346:18;;;7339:62;-1:-1:-1;;;7417:18:1;;;7410:32;7459:19;;16151:68:0;7086:398:1;16151:68:0;-1:-1:-1;;;;;16232:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;16284:32;;160:25:1;;;16284:32:0;;133:18:1;16284:32:0;;;;;;;;15978:346;;;:::o;16615:419::-;16716:24;16743:25;16753:5;16760:7;16743:9;:25::i;:::-;16716:52;;-1:-1:-1;;16783:16:0;:37;16779:248;;16865:6;16845:16;:26;;16837:68;;;;-1:-1:-1;;;16837:68:0;;7691:2:1;16837:68:0;;;7673:21:1;7730:2;7710:18;;;7703:30;7769:31;7749:18;;;7742:59;7818:18;;16837:68:0;7489:353:1;16837:68:0;16949:51;16958:5;16965:7;16993:6;16974:16;:25;16949:8;:51::i;:::-;16705:329;16615:419;;;:::o;12891:806::-;-1:-1:-1;;;;;12988:18:0;;12980:68;;;;-1:-1:-1;;;12980:68:0;;8049:2:1;12980:68:0;;;8031:21:1;8088:2;8068:18;;;8061:30;8127:34;8107:18;;;8100:62;-1:-1:-1;;;8178:18:1;;;8171:35;8223:19;;12980:68:0;7847:401:1;12980:68:0;-1:-1:-1;;;;;13067:16:0;;13059:64;;;;-1:-1:-1;;;13059:64:0;;8455:2:1;13059:64:0;;;8437:21:1;8494:2;8474:18;;;8467:30;8533:34;8513:18;;;8506:62;-1:-1:-1;;;8584:18:1;;;8577:33;8627:19;;13059:64:0;8253:399:1;13059:64:0;13136:38;13157:4;13163:2;13167:6;13136:20;:38::i;:::-;-1:-1:-1;;;;;13209:15:0;;13187:19;13209:15;;;:9;:15;;;;;;13243:21;;;;13235:72;;;;-1:-1:-1;;;13235:72:0;;8859:2:1;13235:72:0;;;8841:21:1;8898:2;8878:18;;;8871:30;8937:34;8917:18;;;8910:62;-1:-1:-1;;;8988:18:1;;;8981:36;9034:19;;13235:72:0;8657:402:1;13235:72:0;-1:-1:-1;;;;;13343:15:0;;;;;;;:9;:15;;;;;;13361:20;;;13343:38;;13561:13;;;;;;;;;;:23;;;;;;13613:26;;;;;;13375:6;160:25:1;;148:2;133:18;;14:177;13613:26:0;;;;;;;;13652:37;14865:675;;-1:-1:-1;;;;;14949:21:0;;14941:67;;;;-1:-1:-1;;;14941:67:0;;9266:2:1;14941:67:0;;;9248:21:1;9305:2;9285:18;;;9278:30;9344:34;9324:18;;;9317:62;-1:-1:-1;;;9395:18:1;;;9388:31;9436:19;;14941:67:0;9064:397:1;14941:67:0;15021:49;15042:7;15059:1;15063:6;15021:20;:49::i;:::-;-1:-1:-1;;;;;15108:18:0;;15083:22;15108:18;;;:9;:18;;;;;;15145:24;;;;15137:71;;;;-1:-1:-1;;;15137:71:0;;9668:2:1;15137:71:0;;;9650:21:1;9707:2;9687:18;;;9680:30;9746:34;9726:18;;;9719:62;-1:-1:-1;;;9797:18:1;;;9790:32;9839:19;;15137:71:0;9466:398:1;15137:71:0;-1:-1:-1;;;;;15244:18:0;;;;;;:9;:18;;;;;;;;15265:23;;;15244:44;;15383:12;:22;;;;;;;15434:37;160:25:1;;;15244:18:0;;;15434:37;;133:18:1;15434:37:0;14:177:1;15484:48:0;14930:610;14865:675;;:::o;19913:132::-;19794:7;19821:6;-1:-1:-1;;;;;19821:6:0;5064:10;19977:23;19969:68;;;;-1:-1:-1;;;19969:68:0;;10071:2:1;19969:68:0;;;10053:21:1;;;10090:18;;;10083:30;10149:34;10129:18;;;10122:62;10201:18;;19969:68:0;9869:356:1;21008:191:0;21082:16;21101:6;;-1:-1:-1;;;;;21118:17:0;;;-1:-1:-1;;;;;;21118:17:0;;;;;;21151:40;;21101:6;;;;;;;21151:40;;21082:16;21151:40;21071:128;21008:191;:::o;22543:496::-;22699:13;;-1:-1:-1;;;;;22699:13:0;:27;:49;;;;-1:-1:-1;;;;;;22730:18:0;;;;22699:49;22695:151;;;19794:7;19821:6;-1:-1:-1;;;;;22773:15:0;;;19821:6;;22773:15;22765:48;;;;-1:-1:-1;;;22765:48:0;;10432:2:1;22765:48:0;;;10414:21:1;10471:2;10451:18;;;10444:30;-1:-1:-1;;;10490:18:1;;;10483:50;10550:18;;22765:48:0;10230:344:1;22695:151:0;22862:11;;;;:36;;;;-1:-1:-1;22885:13:0;;-1:-1:-1;;;;;22877:21:0;;;22885:13;;22877:21;22862:36;22858:172;;;22955:16;;22945:6;22923:19;22939:2;-1:-1:-1;;;;;8834:18:0;8807:7;8834:18;;;:9;:18;;;;;;;8733:127;22923:19;:28;;;;:::i;:::-;:48;;22915:103;;;;-1:-1:-1;;;22915:103:0;;10781:2:1;22915:103:0;;;10763:21:1;10820:2;10800:18;;;10793:30;10859:34;10839:18;;;10832:62;-1:-1:-1;;;10910:18:1;;;10903:40;10960:19;;22915:103:0;10579:406:1;196:548;308:4;337:2;366;355:9;348:21;398:6;392:13;441:6;436:2;425:9;421:18;414:34;466:1;476:140;490:6;487:1;484:13;476:140;;;585:14;;;581:23;;575:30;551:17;;;570:2;547:26;540:66;505:10;;476:140;;;480:3;665:1;660:2;651:6;640:9;636:22;632:31;625:42;735:2;728;724:7;719:2;711:6;707:15;703:29;692:9;688:45;684:54;676:62;;;;196:548;;;;:::o;749:173::-;817:20;;-1:-1:-1;;;;;866:31:1;;856:42;;846:70;;912:1;909;902:12;846:70;749:173;;;:::o;927:254::-;995:6;1003;1056:2;1044:9;1035:7;1031:23;1027:32;1024:52;;;1072:1;1069;1062:12;1024:52;1095:29;1114:9;1095:29;:::i;:::-;1085:39;1171:2;1156:18;;;;1143:32;;-1:-1:-1;;;927:254:1:o;1378:328::-;1455:6;1463;1471;1524:2;1512:9;1503:7;1499:23;1495:32;1492:52;;;1540:1;1537;1530:12;1492:52;1563:29;1582:9;1563:29;:::i;:::-;1553:39;;1611:38;1645:2;1634:9;1630:18;1611:38;:::i;:::-;1601:48;;1696:2;1685:9;1681:18;1668:32;1658:42;;1378:328;;;;;:::o;1900:180::-;1959:6;2012:2;2000:9;1991:7;1987:23;1983:32;1980:52;;;2028:1;2025;2018:12;1980:52;-1:-1:-1;2051:23:1;;1900:180;-1:-1:-1;1900:180:1:o;2293:367::-;2356:8;2366:6;2420:3;2413:4;2405:6;2401:17;2397:27;2387:55;;2438:1;2435;2428:12;2387:55;-1:-1:-1;2461:20:1;;2504:18;2493:30;;2490:50;;;2536:1;2533;2526:12;2490:50;2573:4;2565:6;2561:17;2549:29;;2633:3;2626:4;2616:6;2613:1;2609:14;2601:6;2597:27;2593:38;2590:47;2587:67;;;2650:1;2647;2640:12;2587:67;2293:367;;;;;:::o;2665:773::-;2787:6;2795;2803;2811;2864:2;2852:9;2843:7;2839:23;2835:32;2832:52;;;2880:1;2877;2870:12;2832:52;2920:9;2907:23;2949:18;2990:2;2982:6;2979:14;2976:34;;;3006:1;3003;2996:12;2976:34;3045:70;3107:7;3098:6;3087:9;3083:22;3045:70;:::i;:::-;3134:8;;-1:-1:-1;3019:96:1;-1:-1:-1;3222:2:1;3207:18;;3194:32;;-1:-1:-1;3238:16:1;;;3235:36;;;3267:1;3264;3257:12;3235:36;;3306:72;3370:7;3359:8;3348:9;3344:24;3306:72;:::i;:::-;2665:773;;;;-1:-1:-1;3397:8:1;-1:-1:-1;;;;2665:773:1:o;3443:186::-;3502:6;3555:2;3543:9;3534:7;3530:23;3526:32;3523:52;;;3571:1;3568;3561:12;3523:52;3594:29;3613:9;3594:29;:::i;:::-;3584:39;3443:186;-1:-1:-1;;;3443:186:1:o;3634:341::-;3699:6;3707;3760:2;3748:9;3739:7;3735:23;3731:32;3728:52;;;3776:1;3773;3766:12;3728:52;3815:9;3802:23;3868:5;3861:13;3854:21;3847:5;3844:32;3834:60;;3890:1;3887;3880:12;3980:260;4048:6;4056;4109:2;4097:9;4088:7;4084:23;4080:32;4077:52;;;4125:1;4122;4115:12;4077:52;4148:29;4167:9;4148:29;:::i;:::-;4138:39;;4196:38;4230:2;4219:9;4215:18;4196:38;:::i;:::-;4186:48;;3980:260;;;;;:::o;4245:380::-;4324:1;4320:12;;;;4367;;;4388:61;;4442:4;4434:6;4430:17;4420:27;;4388:61;4495:2;4487:6;4484:14;4464:18;4461:38;4458:161;;4541:10;4536:3;4532:20;4529:1;4522:31;4576:4;4573:1;4566:15;4604:4;4601:1;4594:15;4458:161;;4245:380;;;:::o;4630:127::-;4691:10;4686:3;4682:20;4679:1;4672:31;4722:4;4719:1;4712:15;4746:4;4743:1;4736:15;4762:125;4827:9;;;4848:10;;;4845:36;;;4861:18;;:::i;5244:127::-;5305:10;5300:3;5296:20;5293:1;5286:31;5336:4;5333:1;5326:15;5360:4;5357:1;5350:15;5376:135;5415:3;5436:17;;;5433:43;;5456:18;;:::i;:::-;-1:-1:-1;5503:1:1;5492:13;;5376:135::o

Swarm Source

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