ETH Price: $2,399.18 (-3.51%)
Gas: 3.73 Gwei

Token

PEPEBOND (PEPEBOND)
 

Overview

Max Total Supply

882,222,222,000,000,000,000,000,000 PEPEBOND

Holders

30

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 0 Decimals)

Balance
12,549,748,665,509,288,925,051,445 PEPEBOND

Value
$0.00
0x82af7581909a9a9dd85c41180de73925c39fbf38
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:
PEPEBOND

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-12
*/

// https://twitter.com/pepebondeth
// https://t.me/pepebondeth

// ..........................................................................................
// ..........................................................................................
// ..................................................:.......................................
// ............................-+**####*+=-...:=+*********+=-:...............................
// .........................=+**+++++**####%%%%**++++**###***##%#*+=:........................
// .......................+#+++***##****++******#%###*******##**++++*#*+.....................
// .....................-#*++***+++++*#**##+=---::-=*%@#+=-:.  :++=:   -+....................
// ....................=#+++++++++**##+=:.   :=++=.   -%.     =@@%#@*   --...................
// ....................%++++++++**+=-.      *@@%*%@.   .*     =@@*+%=   --...................
// ...................-#++++++++**==.       %@@*-#@:   .@+-.   .---: .:+*....................
// ..................-#*+++++++++++***=:    .+#*+=.   -#%#**#######%%#*=.....................
// .................+*++++++++++++++***##++===----==*##*++*###***#%%%%+......................
// ................**++++++++++++++**+++********#%%##*+++++++*%%**+++++*+:...................
// ...............=#++++++++++++*+++*###################%####***+++++++++#+===-..............
// ...............+*+++++++++***+++++++++**###**+==---------=+*##%#*++++*+----==:............
// ...............#++++++++++*#**+++*###**+=----------:::::::::::-=*#*++**------=+=--........
// ..............:%*+++*+++*#*++*#**+=-----------------:::::::::::::-=*#+++----===+*-+.......
// .............++------#+*#++*#*=--------------------::::::::::::::::-=#*++=---==+==:.......
// ...........-=-------+*+++*%+--------=++****+=----:::::::::::::::::-::-##+*=++===-.........
// ........-=+=+==-----++++%#=------===+**##%%@@%*-::::::::.....:-*#%%+::-#*#*+..............
// .......*-**====----++++%*------===========-==*##+::::::......:%%+-:::::-@*+*..............
// .......===++==----*++*%+=-----========+++++=-----::::.........::----==-:+%+*..............
// ........:-=====***##+@*=----======+++****=::=+=-::::::........:+#%%*- --:##+-.............
// ...............**+++##==----=====++*%*@@@@%=..+-::::::.......::%*#@%%+ =:-@++.............
// ...............=#+++%===---======+-%@@@@@@%%..:=:::::..........=%%%%#* -::##*.............
// ................%+++%===---========+%%%%%%%=..---::::::::::.....:=++=..-::=@+.............
// ................**+*#===----=========+*++=-:::::::::--:::..........::::::::%=.............
// ................:*+**===-----========----:::::::.::--::..+:..-=..:.:::::-::*-.............
// .................*++%====-----====------:::::::::::-==-:.-:...:.:::::::::::*:.............
// .................-*+#*====-------------:::::=--:::::--====---:--:=-::::::::*:.............
// ..................+*+%+=====----------::::::=*+=---------===+*##%#-::::::::#..............
// ...................*#+#*=====-----------:::::-*@@@@@@@@@@@@@@#%#+:::::::::=*..............
// ....................=#*##=====-----------::::..:+#%%%%@%%@@%%*=:.::::::::-#:..............
// ......................+**#*====----------:::::...::-========-:..::::::::=+................
// ........................-=##+===-----------:::::::::::::::::::::::::-=+=-.................
// ........................-+***%%*+=------------:::::::::::::::::--=+*%=....................
// ....................:=*#*+*##*+**####**++==------------===+*##%%#*+++*#+..................
// .................:=*++++++++++**#****############%%%%%%%%##*++++++++++++#+................
// ...............-**+++++++++++++++++++++++*********++++++++++++++++++++++++#=..............
// ..............+*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++**:............
// ............:#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#=...........
// ...........:#+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#+..........
// ..........:%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++#*.........
// .........:%+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++%*........      

// File @openzeppelin/contracts/utils/[email protected]

// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.0 (utils/Context.sol)

pragma solidity ^0.8.0;

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

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


// File @openzeppelin/contracts/access/[email protected]


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

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

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

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

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


// File @openzeppelin/contracts/token/ERC20/[email protected]


// OpenZeppelin Contracts v4.4.0 (token/ERC20/IERC20.sol)

pragma solidity ^0.8.0;

/**
 * @dev Interface of the ERC20 standard as defined in the EIP.
 */
interface IERC20 {
    /**
     * @dev Returns the amount of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

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

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

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

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

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

    /**
     * @dev Emitted when `value` tokens are moved from one account (`from`) to
     * another (`to`).
     *
     * Note that `value` may be zero.
     */
    event Transfer(address indexed from, address indexed to, uint256 value);

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


// File @openzeppelin/contracts/token/ERC20/extensions/[email protected]


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

pragma solidity ^0.8.0;

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

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

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


// File @openzeppelin/contracts/token/ERC20/[email protected]


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

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

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

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

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

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

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

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

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

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

    /**
     * @dev See {IERC20-approve}.
     *
     * Requirements:
     *
     * - `spender` cannot be the zero address.
     */
    function approve(address spender, uint256 amount) public virtual override returns (bool) {
        _approve(_msgSender(), spender, amount);
        return true;
    }

    /**
     * @dev See {IERC20-transferFrom}.
     *
     * Emits an {Approval} event indicating the updated allowance. This is not
     * required by the EIP. See the note at the beginning of {ERC20}.
     *
     * Requirements:
     *
     * - `sender` and `recipient` cannot be the zero address.
     * - `sender` must have a balance of at least `amount`.
     * - the caller must have allowance for ``sender``'s tokens of at least
     * `amount`.
     */
    function transferFrom(
        address sender,
        address recipient,
        uint256 amount
    ) public virtual override returns (bool) {
        _transfer(sender, recipient, amount);

        uint256 currentAllowance = _allowances[sender][_msgSender()];
        require(currentAllowance >= amount, "ERC20: transfer amount exceeds allowance");
        unchecked {
            _approve(sender, _msgSender(), currentAllowance - amount);
        }

        return true;
    }

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

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

        return true;
    }

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

        _beforeTokenTransfer(sender, recipient, amount);

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

        emit Transfer(sender, recipient, amount);

        _afterTokenTransfer(sender, recipient, amount);
    }

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

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

        _totalSupply += amount;
        _balances[account] += amount;
        emit Transfer(address(0), account, amount);

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

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

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

        uint256 accountBalance = _balances[account];
        require(accountBalance >= amount, "ERC20: burn amount exceeds balance");
        unchecked {
            _balances[account] = accountBalance - amount;
        }
        _totalSupply -= amount;

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

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

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

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

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

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


// File contracts/PEPEBOND.sol

pragma solidity ^0.8.19;

contract PEPEBOND is Ownable, ERC20 {
    address public uniswapV2Pair;
    
    string public twitter = "https://twitter.com/pepebondeth";
    string public telegram = "https://t.me/pepebondeth";
    
    constructor() ERC20("PEPEBOND", "PEPEBOND") {
        _mint(msg.sender, 888_888_888 * 10 ** decimals());
    }

    function openTrading(address _uniswapV2Pair) external onlyOwner {
        uniswapV2Pair = _uniswapV2Pair;
    }

    function _beforeTokenTransfer(
        address from,
        address to,
        uint256
    ) override internal virtual {
        if (uniswapV2Pair == address(0)) {
            require(from == owner() || to == owner(), "Trading has not started yet.");
            return;
        }
    }

    function updateSocials(string calldata _twitter, string calldata _telegram) external onlyOwner {
        twitter = _twitter;
        telegram = _telegram;
    }

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

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"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":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_uniswapV2Pair","type":"address"}],"name":"openTrading","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"telegram","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":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"twitter","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uniswapV2Pair","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"_twitter","type":"string"},{"internalType":"string","name":"_telegram","type":"string"}],"name":"updateSocials","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60c0604052601f60809081527f68747470733a2f2f747769747465722e636f6d2f70657065626f6e646574680060a0526007906200003e9082620003cd565b5060408051808201909152601881527f68747470733a2f2f742e6d652f70657065626f6e6465746800000000000000006020820152600890620000829082620003cd565b503480156200009057600080fd5b5060405180604001604052806008815260200167141154115093d39160c21b81525060405180604001604052806008815260200167141154115093d39160c21b815250620000ed620000e76200014b60201b60201c565b6200014f565b6004620000fb8382620003cd565b5060056200010a8282620003cd565b5050506200014533620001226200019f60201b60201c565b6200012f90600a620005ae565b6200013f906334fb5e38620005c6565b620001a4565b620005f6565b3390565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b601290565b6001600160a01b038216620002005760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f20616464726573730060448201526064015b60405180910390fd5b6200020e600083836200029b565b8060036000828254620002229190620005e0565b90915550506001600160a01b0382166000908152600160205260408120805483929062000251908490620005e0565b90915550506040518181526001600160a01b038316906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200160405180910390a35050565b6006546001600160a01b031662000324576000546001600160a01b0384811691161480620002d657506000546001600160a01b038381169116145b620003245760405162461bcd60e51b815260206004820152601c60248201527f54726164696e6720686173206e6f742073746172746564207965742e000000006044820152606401620001f7565b505050565b634e487b7160e01b600052604160045260246000fd5b600181811c908216806200035457607f821691505b6020821081036200037557634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156200032457600081815260208120601f850160051c81016020861015620003a45750805b601f850160051c820191505b81811015620003c557828155600101620003b0565b505050505050565b81516001600160401b03811115620003e957620003e962000329565b6200040181620003fa84546200033f565b846200037b565b602080601f831160018114620004395760008415620004205750858301515b600019600386901b1c1916600185901b178555620003c5565b600085815260208120601f198616915b828110156200046a5788860151825594840194600190910190840162000449565b5085821015620004895787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b634e487b7160e01b600052601160045260246000fd5b600181815b80851115620004f0578160001904821115620004d457620004d462000499565b80851615620004e257918102915b93841c9390800290620004b4565b509250929050565b6000826200050957506001620005a8565b816200051857506000620005a8565b81600181146200053157600281146200053c576200055c565b6001915050620005a8565b60ff84111562000550576200055062000499565b50506001821b620005a8565b5060208310610133831016604e8410600b841016171562000581575081810a620005a8565b6200058d8383620004af565b8060001904821115620005a457620005a462000499565b0290505b92915050565b6000620005bf60ff841683620004f8565b9392505050565b8082028115828204841417620005a857620005a862000499565b80820180821115620005a857620005a862000499565b61106580620006066000396000f3fe608060405234801561001057600080fd5b506004361061012c5760003560e01c8063715018a6116100ad578063a9059cbb11610071578063a9059cbb14610271578063abfaeee014610284578063ca72a4e71461028c578063dd62ed3e1461029f578063f2fde38b146102d857600080fd5b8063715018a61461022a5780638da5cb5b1461023257806395d89b41146102435780639dd0cba41461024b578063a457c2d71461025e57600080fd5b806339509351116100f457806339509351146101a657806342966c68146101b957806347ecb665146101ce57806349bd5a5e146101d657806370a082311461020157600080fd5b806306fdde0314610131578063095ea7b31461014f57806318160ddd1461017257806323b872dd14610184578063313ce56714610197575b600080fd5b6101396102eb565b6040516101469190610c6d565b60405180910390f35b61016261015d366004610cd7565b61037d565b6040519015158152602001610146565b6003545b604051908152602001610146565b610162610192366004610d01565b610394565b60405160128152602001610146565b6101626101b4366004610cd7565b610443565b6101cc6101c7366004610d3d565b61047f565b005b61013961048c565b6006546101e9906001600160a01b031681565b6040516001600160a01b039091168152602001610146565b61017661020f366004610d56565b6001600160a01b031660009081526001602052604090205490565b6101cc61051a565b6000546001600160a01b03166101e9565b610139610550565b6101cc610259366004610dc1565b61055f565b61016261026c366004610cd7565b6105ab565b61016261027f366004610cd7565b610644565b610139610651565b6101cc61029a366004610d56565b61065e565b6101766102ad366004610e2d565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b6101cc6102e6366004610d56565b6106aa565b6060600480546102fa90610e60565b80601f016020809104026020016040519081016040528092919081815260200182805461032690610e60565b80156103735780601f1061034857610100808354040283529160200191610373565b820191906000526020600020905b81548152906001019060200180831161035657829003601f168201915b5050505050905090565b600061038a338484610742565b5060015b92915050565b60006103a1848484610867565b6001600160a01b03841660009081526002602090815260408083203384529091529020548281101561042b5760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b60648201526084015b60405180910390fd5b6104388533858403610742565b506001949350505050565b3360008181526002602090815260408083206001600160a01b0387168452909152812054909161038a91859061047a908690610eb0565b610742565b6104893382610a41565b50565b6008805461049990610e60565b80601f01602080910402602001604051908101604052809291908181526020018280546104c590610e60565b80156105125780601f106104e757610100808354040283529160200191610512565b820191906000526020600020905b8154815290600101906020018083116104f557829003601f168201915b505050505081565b6000546001600160a01b031633146105445760405162461bcd60e51b815260040161042290610ec3565b61054e6000610b98565b565b6060600580546102fa90610e60565b6000546001600160a01b031633146105895760405162461bcd60e51b815260040161042290610ec3565b6007610596848683610f5c565b5060086105a4828483610f5c565b5050505050565b3360009081526002602090815260408083206001600160a01b03861684529091528120548281101561062d5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608401610422565b61063a3385858403610742565b5060019392505050565b600061038a338484610867565b6007805461049990610e60565b6000546001600160a01b031633146106885760405162461bcd60e51b815260040161042290610ec3565b600680546001600160a01b0319166001600160a01b0392909216919091179055565b6000546001600160a01b031633146106d45760405162461bcd60e51b815260040161042290610ec3565b6001600160a01b0381166107395760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610422565b61048981610b98565b6001600160a01b0383166107a45760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610422565b6001600160a01b0382166108055760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610422565b6001600160a01b0383811660008181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b0383166108cb5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610422565b6001600160a01b03821661092d5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610422565b610938838383610be8565b6001600160a01b038316600090815260016020526040902054818110156109b05760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610422565b6001600160a01b038085166000908152600160205260408082208585039055918516815290812080548492906109e7908490610eb0565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a3391815260200190565b60405180910390a350505050565b6001600160a01b038216610aa15760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610422565b610aad82600083610be8565b6001600160a01b03821660009081526001602052604090205481811015610b215760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610422565b6001600160a01b0383166000908152600160205260408120838303905560038054849290610b5090849061101c565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200161085a565b505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6006546001600160a01b0316610b93576000546001600160a01b0384811691161480610c2157506000546001600160a01b038381169116145b610b935760405162461bcd60e51b815260206004820152601c60248201527f54726164696e6720686173206e6f742073746172746564207965742e000000006044820152606401610422565b600060208083528351808285015260005b81811015610c9a57858101830151858201604001528201610c7e565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b0381168114610cd257600080fd5b919050565b60008060408385031215610cea57600080fd5b610cf383610cbb565b946020939093013593505050565b600080600060608486031215610d1657600080fd5b610d1f84610cbb565b9250610d2d60208501610cbb565b9150604084013590509250925092565b600060208284031215610d4f57600080fd5b5035919050565b600060208284031215610d6857600080fd5b610d7182610cbb565b9392505050565b60008083601f840112610d8a57600080fd5b50813567ffffffffffffffff811115610da257600080fd5b602083019150836020828501011115610dba57600080fd5b9250929050565b60008060008060408587031215610dd757600080fd5b843567ffffffffffffffff80821115610def57600080fd5b610dfb88838901610d78565b90965094506020870135915080821115610e1457600080fd5b50610e2187828801610d78565b95989497509550505050565b60008060408385031215610e4057600080fd5b610e4983610cbb565b9150610e5760208401610cbb565b90509250929050565b600181811c90821680610e7457607f821691505b602082108103610e9457634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b8082018082111561038e5761038e610e9a565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052604160045260246000fd5b601f821115610b9357600081815260208120601f850160051c81016020861015610f355750805b601f850160051c820191505b81811015610f5457828155600101610f41565b505050505050565b67ffffffffffffffff831115610f7457610f74610ef8565b610f8883610f828354610e60565b83610f0e565b6000601f841160018114610fbc5760008515610fa45750838201355b600019600387901b1c1916600186901b1783556105a4565b600083815260209020601f19861690835b82811015610fed5786850135825560209485019460019092019101610fcd565b508682101561100a5760001960f88860031b161c19848701351681555b505060018560011b0183555050505050565b8181038181111561038e5761038e610e9a56fea2646970667358221220ba4e0166eca79ff4954f32b0dc675c0cec8cdd12a2147656b99a9f91d2511dd064736f6c63430008130033

Deployed Bytecode

0x608060405234801561001057600080fd5b506004361061012c5760003560e01c8063715018a6116100ad578063a9059cbb11610071578063a9059cbb14610271578063abfaeee014610284578063ca72a4e71461028c578063dd62ed3e1461029f578063f2fde38b146102d857600080fd5b8063715018a61461022a5780638da5cb5b1461023257806395d89b41146102435780639dd0cba41461024b578063a457c2d71461025e57600080fd5b806339509351116100f457806339509351146101a657806342966c68146101b957806347ecb665146101ce57806349bd5a5e146101d657806370a082311461020157600080fd5b806306fdde0314610131578063095ea7b31461014f57806318160ddd1461017257806323b872dd14610184578063313ce56714610197575b600080fd5b6101396102eb565b6040516101469190610c6d565b60405180910390f35b61016261015d366004610cd7565b61037d565b6040519015158152602001610146565b6003545b604051908152602001610146565b610162610192366004610d01565b610394565b60405160128152602001610146565b6101626101b4366004610cd7565b610443565b6101cc6101c7366004610d3d565b61047f565b005b61013961048c565b6006546101e9906001600160a01b031681565b6040516001600160a01b039091168152602001610146565b61017661020f366004610d56565b6001600160a01b031660009081526001602052604090205490565b6101cc61051a565b6000546001600160a01b03166101e9565b610139610550565b6101cc610259366004610dc1565b61055f565b61016261026c366004610cd7565b6105ab565b61016261027f366004610cd7565b610644565b610139610651565b6101cc61029a366004610d56565b61065e565b6101766102ad366004610e2d565b6001600160a01b03918216600090815260026020908152604080832093909416825291909152205490565b6101cc6102e6366004610d56565b6106aa565b6060600480546102fa90610e60565b80601f016020809104026020016040519081016040528092919081815260200182805461032690610e60565b80156103735780601f1061034857610100808354040283529160200191610373565b820191906000526020600020905b81548152906001019060200180831161035657829003601f168201915b5050505050905090565b600061038a338484610742565b5060015b92915050565b60006103a1848484610867565b6001600160a01b03841660009081526002602090815260408083203384529091529020548281101561042b5760405162461bcd60e51b815260206004820152602860248201527f45524332303a207472616e7366657220616d6f756e74206578636565647320616044820152676c6c6f77616e636560c01b60648201526084015b60405180910390fd5b6104388533858403610742565b506001949350505050565b3360008181526002602090815260408083206001600160a01b0387168452909152812054909161038a91859061047a908690610eb0565b610742565b6104893382610a41565b50565b6008805461049990610e60565b80601f01602080910402602001604051908101604052809291908181526020018280546104c590610e60565b80156105125780601f106104e757610100808354040283529160200191610512565b820191906000526020600020905b8154815290600101906020018083116104f557829003601f168201915b505050505081565b6000546001600160a01b031633146105445760405162461bcd60e51b815260040161042290610ec3565b61054e6000610b98565b565b6060600580546102fa90610e60565b6000546001600160a01b031633146105895760405162461bcd60e51b815260040161042290610ec3565b6007610596848683610f5c565b5060086105a4828483610f5c565b5050505050565b3360009081526002602090815260408083206001600160a01b03861684529091528120548281101561062d5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b6064820152608401610422565b61063a3385858403610742565b5060019392505050565b600061038a338484610867565b6007805461049990610e60565b6000546001600160a01b031633146106885760405162461bcd60e51b815260040161042290610ec3565b600680546001600160a01b0319166001600160a01b0392909216919091179055565b6000546001600160a01b031633146106d45760405162461bcd60e51b815260040161042290610ec3565b6001600160a01b0381166107395760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610422565b61048981610b98565b6001600160a01b0383166107a45760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610422565b6001600160a01b0382166108055760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610422565b6001600160a01b0383811660008181526002602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591015b60405180910390a3505050565b6001600160a01b0383166108cb5760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610422565b6001600160a01b03821661092d5760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610422565b610938838383610be8565b6001600160a01b038316600090815260016020526040902054818110156109b05760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610422565b6001600160a01b038085166000908152600160205260408082208585039055918516815290812080548492906109e7908490610eb0565b92505081905550826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610a3391815260200190565b60405180910390a350505050565b6001600160a01b038216610aa15760405162461bcd60e51b815260206004820152602160248201527f45524332303a206275726e2066726f6d20746865207a65726f206164647265736044820152607360f81b6064820152608401610422565b610aad82600083610be8565b6001600160a01b03821660009081526001602052604090205481811015610b215760405162461bcd60e51b815260206004820152602260248201527f45524332303a206275726e20616d6f756e7420657863656564732062616c616e604482015261636560f01b6064820152608401610422565b6001600160a01b0383166000908152600160205260408120838303905560038054849290610b5090849061101c565b90915550506040518281526000906001600160a01b038516907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9060200161085a565b505050565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6006546001600160a01b0316610b93576000546001600160a01b0384811691161480610c2157506000546001600160a01b038381169116145b610b935760405162461bcd60e51b815260206004820152601c60248201527f54726164696e6720686173206e6f742073746172746564207965742e000000006044820152606401610422565b600060208083528351808285015260005b81811015610c9a57858101830151858201604001528201610c7e565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b0381168114610cd257600080fd5b919050565b60008060408385031215610cea57600080fd5b610cf383610cbb565b946020939093013593505050565b600080600060608486031215610d1657600080fd5b610d1f84610cbb565b9250610d2d60208501610cbb565b9150604084013590509250925092565b600060208284031215610d4f57600080fd5b5035919050565b600060208284031215610d6857600080fd5b610d7182610cbb565b9392505050565b60008083601f840112610d8a57600080fd5b50813567ffffffffffffffff811115610da257600080fd5b602083019150836020828501011115610dba57600080fd5b9250929050565b60008060008060408587031215610dd757600080fd5b843567ffffffffffffffff80821115610def57600080fd5b610dfb88838901610d78565b90965094506020870135915080821115610e1457600080fd5b50610e2187828801610d78565b95989497509550505050565b60008060408385031215610e4057600080fd5b610e4983610cbb565b9150610e5760208401610cbb565b90509250929050565b600181811c90821680610e7457607f821691505b602082108103610e9457634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b8082018082111561038e5761038e610e9a565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052604160045260246000fd5b601f821115610b9357600081815260208120601f850160051c81016020861015610f355750805b601f850160051c820191505b81811015610f5457828155600101610f41565b505050505050565b67ffffffffffffffff831115610f7457610f74610ef8565b610f8883610f828354610e60565b83610f0e565b6000601f841160018114610fbc5760008515610fa45750838201355b600019600387901b1c1916600186901b1783556105a4565b600083815260209020601f19861690835b82811015610fed5786850135825560209485019460019092019101610fcd565b508682101561100a5760001960f88860031b161c19848701351681555b505060018560011b0183555050505050565b8181038181111561038e5761038e610e9a56fea2646970667358221220ba4e0166eca79ff4954f32b0dc675c0cec8cdd12a2147656b99a9f91d2511dd064736f6c63430008130033

Deployed Bytecode Sourcemap

23528:1013:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13503:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;15670:169;;;;;;:::i;:::-;;:::i;:::-;;;1169:14:1;;1162:22;1144:41;;1132:2;1117:18;15670:169:0;1004:187:1;14623:108:0;14711:12;;14623:108;;;1342:25:1;;;1330:2;1315:18;14623:108:0;1196:177:1;16321:492:0;;;;;;:::i;:::-;;:::i;14465:93::-;;;14548:2;1853:36:1;;1841:2;1826:18;14465:93:0;1711:184:1;17222:215:0;;;;;;:::i;:::-;;:::i;24457:81::-;;;;;;:::i;:::-;;:::i;:::-;;23676:51;;;:::i;23571:28::-;;;;;-1:-1:-1;;;;;23571:28:0;;;;;;-1:-1:-1;;;;;2249:32:1;;;2231:51;;2219:2;2204:18;23571:28:0;2085:203:1;14794:127:0;;;;;;:::i;:::-;-1:-1:-1;;;;;14895:18:0;14868:7;14895:18;;;:9;:18;;;;;;;14794:127;6904:103;;;:::i;6253:87::-;6299:7;6326:6;-1:-1:-1;;;;;6326:6:0;6253:87;;13722:104;;;:::i;24286:163::-;;;;;;:::i;:::-;;:::i;17940:413::-;;;;;;:::i;:::-;;:::i;15134:175::-;;;;;;:::i;:::-;;:::i;23612:57::-;;;:::i;23860:113::-;;;;;;:::i;:::-;;:::i;15372:151::-;;;;;;:::i;:::-;-1:-1:-1;;;;;15488:18:0;;;15461:7;15488:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;15372:151;7162:201;;;;;;:::i;:::-;;:::i;13503:100::-;13557:13;13590:5;13583:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13503:100;:::o;15670:169::-;15753:4;15770:39;5051:10;15793:7;15802:6;15770:8;:39::i;:::-;-1:-1:-1;15827:4:0;15670:169;;;;;:::o;16321:492::-;16461:4;16478:36;16488:6;16496:9;16507:6;16478:9;:36::i;:::-;-1:-1:-1;;;;;16554:19:0;;16527:24;16554:19;;;:11;:19;;;;;;;;5051:10;16554:33;;;;;;;;16606:26;;;;16598:79;;;;-1:-1:-1;;;16598:79:0;;4415:2:1;16598:79:0;;;4397:21:1;4454:2;4434:18;;;4427:30;4493:34;4473:18;;;4466:62;-1:-1:-1;;;4544:18:1;;;4537:38;4592:19;;16598:79:0;;;;;;;;;16713:57;16722:6;5051:10;16763:6;16744:16;:25;16713:8;:57::i;:::-;-1:-1:-1;16801:4:0;;16321:492;-1:-1:-1;;;;16321:492:0:o;17222:215::-;5051:10;17310:4;17359:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;17359:34:0;;;;;;;;;;17310:4;;17327:80;;17350:7;;17359:47;;17396:10;;17359:47;:::i;:::-;17327:8;:80::i;24457:81::-;24506:24;24512:10;24524:5;24506;:24::i;:::-;24457:81;:::o;23676:51::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;6904:103::-;6299:7;6326:6;-1:-1:-1;;;;;6326:6:0;5051:10;6473:23;6465:68;;;;-1:-1:-1;;;6465:68:0;;;;;;;:::i;:::-;6969:30:::1;6996:1;6969:18;:30::i;:::-;6904:103::o:0;13722:104::-;13778:13;13811:7;13804:14;;;;;:::i;24286:163::-;6299:7;6326:6;-1:-1:-1;;;;;6326:6:0;5051:10;6473:23;6465:68;;;;-1:-1:-1;;;6465:68:0;;;;;;;:::i;:::-;24392:7:::1;:18;24402:8:::0;;24392:7;:18:::1;:::i;:::-;-1:-1:-1::0;24421:8:0::1;:20;24432:9:::0;;24421:8;:20:::1;:::i;:::-;;24286:163:::0;;;;:::o;17940:413::-;5051:10;18033:4;18077:25;;;:11;:25;;;;;;;;-1:-1:-1;;;;;18077:34:0;;;;;;;;;;18130:35;;;;18122:85;;;;-1:-1:-1;;;18122:85:0;;7637:2:1;18122:85:0;;;7619:21:1;7676:2;7656:18;;;7649:30;7715:34;7695:18;;;7688:62;-1:-1:-1;;;7766:18:1;;;7759:35;7811:19;;18122:85:0;7435:401:1;18122:85:0;18243:67;5051:10;18266:7;18294:15;18275:16;:34;18243:8;:67::i;:::-;-1:-1:-1;18341:4:0;;17940:413;-1:-1:-1;;;17940:413:0:o;15134:175::-;15220:4;15237:42;5051:10;15261:9;15272:6;15237:9;:42::i;23612:57::-;;;;;;;:::i;23860:113::-;6299:7;6326:6;-1:-1:-1;;;;;6326:6:0;5051:10;6473:23;6465:68;;;;-1:-1:-1;;;6465:68:0;;;;;;;:::i;:::-;23935:13:::1;:30:::0;;-1:-1:-1;;;;;;23935:30:0::1;-1:-1:-1::0;;;;;23935:30:0;;;::::1;::::0;;;::::1;::::0;;23860:113::o;7162:201::-;6299:7;6326:6;-1:-1:-1;;;;;6326:6:0;5051:10;6473:23;6465:68;;;;-1:-1:-1;;;6465:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;7251:22:0;::::1;7243:73;;;::::0;-1:-1:-1;;;7243:73:0;;8043:2:1;7243:73:0::1;::::0;::::1;8025:21:1::0;8082:2;8062:18;;;8055:30;8121:34;8101:18;;;8094:62;-1:-1:-1;;;8172:18:1;;;8165:36;8218:19;;7243:73:0::1;7841:402:1::0;7243:73:0::1;7327:28;7346:8;7327:18;:28::i;21624:380::-:0;-1:-1:-1;;;;;21760:19:0;;21752:68;;;;-1:-1:-1;;;21752:68:0;;8450:2:1;21752:68:0;;;8432:21:1;8489:2;8469:18;;;8462:30;8528:34;8508:18;;;8501:62;-1:-1:-1;;;8579:18:1;;;8572:34;8623:19;;21752:68:0;8248:400:1;21752:68:0;-1:-1:-1;;;;;21839:21:0;;21831:68;;;;-1:-1:-1;;;21831:68:0;;8855:2:1;21831:68:0;;;8837:21:1;8894:2;8874:18;;;8867:30;8933:34;8913:18;;;8906:62;-1:-1:-1;;;8984:18:1;;;8977:32;9026:19;;21831:68:0;8653:398:1;21831:68:0;-1:-1:-1;;;;;21912:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;:36;;;21964:32;;1342:25:1;;;21964:32:0;;1315:18:1;21964:32:0;;;;;;;;21624:380;;;:::o;18843:733::-;-1:-1:-1;;;;;18983:20:0;;18975:70;;;;-1:-1:-1;;;18975:70:0;;9258:2:1;18975:70:0;;;9240:21:1;9297:2;9277:18;;;9270:30;9336:34;9316:18;;;9309:62;-1:-1:-1;;;9387:18:1;;;9380:35;9432:19;;18975:70:0;9056:401:1;18975:70:0;-1:-1:-1;;;;;19064:23:0;;19056:71;;;;-1:-1:-1;;;19056:71:0;;9664:2:1;19056:71:0;;;9646:21:1;9703:2;9683:18;;;9676:30;9742:34;9722:18;;;9715:62;-1:-1:-1;;;9793:18:1;;;9786:33;9836:19;;19056:71:0;9462:399:1;19056:71:0;19140:47;19161:6;19169:9;19180:6;19140:20;:47::i;:::-;-1:-1:-1;;;;;19224:17:0;;19200:21;19224:17;;;:9;:17;;;;;;19260:23;;;;19252:74;;;;-1:-1:-1;;;19252:74:0;;10068:2:1;19252:74:0;;;10050:21:1;10107:2;10087:18;;;10080:30;10146:34;10126:18;;;10119:62;-1:-1:-1;;;10197:18:1;;;10190:36;10243:19;;19252:74:0;9866:402:1;19252:74:0;-1:-1:-1;;;;;19362:17:0;;;;;;;:9;:17;;;;;;19382:22;;;19362:42;;19426:20;;;;;;;;:30;;19398:6;;19362:17;19426:30;;19398:6;;19426:30;:::i;:::-;;;;;;;;19491:9;-1:-1:-1;;;;;19474:35:0;19483:6;-1:-1:-1;;;;;19474:35:0;;19502:6;19474:35;;;;1342:25:1;;1330:2;1315:18;;1196:177;19474:35:0;;;;;;;;18964:612;18843:733;;;:::o;20595:591::-;-1:-1:-1;;;;;20679:21:0;;20671:67;;;;-1:-1:-1;;;20671:67:0;;10475:2:1;20671:67:0;;;10457:21:1;10514:2;10494:18;;;10487:30;10553:34;10533:18;;;10526:62;-1:-1:-1;;;10604:18:1;;;10597:31;10645:19;;20671:67:0;10273:397:1;20671:67:0;20751:49;20772:7;20789:1;20793:6;20751:20;:49::i;:::-;-1:-1:-1;;;;;20838:18:0;;20813:22;20838:18;;;:9;:18;;;;;;20875:24;;;;20867:71;;;;-1:-1:-1;;;20867:71:0;;10877:2:1;20867:71:0;;;10859:21:1;10916:2;10896:18;;;10889:30;10955:34;10935:18;;;10928:62;-1:-1:-1;;;11006:18:1;;;10999:32;11048:19;;20867:71:0;10675:398:1;20867:71:0;-1:-1:-1;;;;;20974:18:0;;;;;;:9;:18;;;;;20995:23;;;20974:44;;21040:12;:22;;21012:6;;20974:18;21040:22;;21012:6;;21040:22;:::i;:::-;;;;-1:-1:-1;;21080:37:0;;1342:25:1;;;21106:1:0;;-1:-1:-1;;;;;21080:37:0;;;;;1330:2:1;1315:18;21080:37:0;1196:177:1;21130:48:0;20660:526;20595:591;;:::o;7523:191::-;7597:16;7616:6;;-1:-1:-1;;;;;7633:17:0;;;-1:-1:-1;;;;;;7633:17:0;;;;;;7666:40;;7616:6;;;;;;;7666:40;;7597:16;7666:40;7586:128;7523:191;:::o;23981:297::-;24121:13;;-1:-1:-1;;;;;24121:13:0;24117:154;;6299:7;6326:6;-1:-1:-1;;;;;24173:15:0;;;6326:6;;24173:15;;:32;;-1:-1:-1;6299:7:0;6326:6;-1:-1:-1;;;;;24192:13:0;;;6326:6;;24192:13;24173:32;24165:73;;;;-1:-1:-1;;;24165:73:0;;11413:2:1;24165:73:0;;;11395:21:1;11452:2;11432:18;;;11425:30;11491;11471:18;;;11464:58;11539:18;;24165:73:0;11211:352:1;14:548;126:4;155:2;184;173:9;166:21;216:6;210:13;259:6;254:2;243:9;239:18;232:34;284:1;294:140;308:6;305:1;302:13;294:140;;;403:14;;;399:23;;393:30;369:17;;;388:2;365:26;358:66;323:10;;294:140;;;298:3;483:1;478:2;469:6;458:9;454:22;450:31;443:42;553:2;546;542:7;537:2;529:6;525:15;521:29;510:9;506:45;502:54;494:62;;;;14:548;;;;:::o;567:173::-;635:20;;-1:-1:-1;;;;;684:31:1;;674:42;;664:70;;730:1;727;720:12;664:70;567:173;;;:::o;745:254::-;813:6;821;874:2;862:9;853:7;849:23;845:32;842:52;;;890:1;887;880:12;842:52;913:29;932:9;913:29;:::i;:::-;903:39;989:2;974:18;;;;961:32;;-1:-1:-1;;;745: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:186::-;2352:6;2405:2;2393:9;2384:7;2380:23;2376:32;2373:52;;;2421:1;2418;2411:12;2373:52;2444:29;2463:9;2444:29;:::i;:::-;2434:39;2293:186;-1:-1:-1;;;2293:186:1:o;2484:348::-;2536:8;2546:6;2600:3;2593:4;2585:6;2581:17;2577:27;2567:55;;2618:1;2615;2608:12;2567:55;-1:-1:-1;2641:20:1;;2684:18;2673:30;;2670:50;;;2716:1;2713;2706:12;2670:50;2753:4;2745:6;2741:17;2729:29;;2805:3;2798:4;2789:6;2781;2777:19;2773:30;2770:39;2767:59;;;2822:1;2819;2812:12;2767:59;2484:348;;;;;:::o;2837:721::-;2929:6;2937;2945;2953;3006:2;2994:9;2985:7;2981:23;2977:32;2974:52;;;3022:1;3019;3012:12;2974:52;3062:9;3049:23;3091:18;3132:2;3124:6;3121:14;3118:34;;;3148:1;3145;3138:12;3118:34;3187:59;3238:7;3229:6;3218:9;3214:22;3187:59;:::i;:::-;3265:8;;-1:-1:-1;3161:85:1;-1:-1:-1;3353:2:1;3338:18;;3325:32;;-1:-1:-1;3369:16:1;;;3366:36;;;3398:1;3395;3388:12;3366:36;;3437:61;3490:7;3479:8;3468:9;3464:24;3437:61;:::i;:::-;2837:721;;;;-1:-1:-1;3517:8:1;-1:-1:-1;;;;2837:721:1:o;3563:260::-;3631:6;3639;3692:2;3680:9;3671:7;3667:23;3663:32;3660:52;;;3708:1;3705;3698:12;3660:52;3731:29;3750:9;3731:29;:::i;:::-;3721:39;;3779:38;3813:2;3802:9;3798:18;3779:38;:::i;:::-;3769:48;;3563:260;;;;;:::o;3828:380::-;3907:1;3903:12;;;;3950;;;3971:61;;4025:4;4017:6;4013:17;4003:27;;3971:61;4078:2;4070:6;4067:14;4047:18;4044:38;4041:161;;4124:10;4119:3;4115:20;4112:1;4105:31;4159:4;4156:1;4149:15;4187:4;4184:1;4177:15;4041:161;;3828:380;;;:::o;4622:127::-;4683:10;4678:3;4674:20;4671:1;4664:31;4714:4;4711:1;4704:15;4738:4;4735:1;4728:15;4754:125;4819:9;;;4840:10;;;4837:36;;;4853:18;;:::i;4884:356::-;5086:2;5068:21;;;5105:18;;;5098:30;5164:34;5159:2;5144:18;;5137:62;5231:2;5216:18;;4884:356::o;5245:127::-;5306:10;5301:3;5297:20;5294:1;5287:31;5337:4;5334:1;5327:15;5361:4;5358:1;5351:15;5503:545;5605:2;5600:3;5597:11;5594:448;;;5641:1;5666:5;5662:2;5655:17;5711:4;5707:2;5697:19;5781:2;5769:10;5765:19;5762:1;5758:27;5752:4;5748:38;5817:4;5805:10;5802:20;5799:47;;;-1:-1:-1;5840:4:1;5799:47;5895:2;5890:3;5886:12;5883:1;5879:20;5873:4;5869:31;5859:41;;5950:82;5968:2;5961:5;5958:13;5950:82;;;6013:17;;;5994:1;5983:13;5950:82;;;5954:3;;;5503:545;;;:::o;6224:1206::-;6348:18;6343:3;6340:27;6337:53;;;6370:18;;:::i;:::-;6399:94;6489:3;6449:38;6481:4;6475:11;6449:38;:::i;:::-;6443:4;6399:94;:::i;:::-;6519:1;6544:2;6539:3;6536:11;6561:1;6556:616;;;;7216:1;7233:3;7230:93;;;-1:-1:-1;7289:19:1;;;7276:33;7230:93;-1:-1:-1;;6181:1:1;6177:11;;;6173:24;6169:29;6159:40;6205:1;6201:11;;;6156:57;7336:78;;6529:895;;6556:616;5450:1;5443:14;;;5487:4;5474:18;;-1:-1:-1;;6592:17:1;;;6693:9;6715:229;6729:7;6726:1;6723:14;6715:229;;;6818:19;;;6805:33;6790:49;;6925:4;6910:20;;;;6878:1;6866:14;;;;6745:12;6715:229;;;6719:3;6972;6963:7;6960:16;6957:159;;;7096:1;7092:6;7086:3;7080;7077:1;7073:11;7069:21;7065:34;7061:39;7048:9;7043:3;7039:19;7026:33;7022:79;7014:6;7007:95;6957:159;;;7159:1;7153:3;7150:1;7146:11;7142:19;7136:4;7129:33;6529:895;;6224:1206;;;:::o;11078:128::-;11145:9;;;11166:11;;;11163:37;;;11180:18;;:::i

Swarm Source

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