ETH Price: $2,602.80 (+0.40%)

Token

LONGEST TICKER EVER (LONGTICKEREVERBOTWORLDRECORD2024TOTHEMOONLFGNFTWEB)
 

Overview

Max Total Supply

1,000,000,000 LONGTICKEREVERBOTWORLDRECORD2024TOTHEMOONLFGNFTWEB

Holders

30

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Balance
602,039.547636818599981839 LONGTICKEREVERBOTWORLDRECORD2024TOTHEMOONLFGNFTWEB

Value
$0.00
0x894b29a686ff37a487486a19322f2ac3a6f812c8
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:
LongestTickerEver

Compiler Version
v0.8.22+commit.4fc1097e

Optimization Enabled:
Yes with 1337 runs

Other Settings:
default evmVersion, None license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2024-01-12
*/

// File: @uniswap/v2-periphery/contracts/interfaces/IUniswapV2Router01.sol

pragma solidity >=0.6.2;

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

    function addLiquidity(
        address tokenA,
        address tokenB,
        uint amountADesired,
        uint amountBDesired,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline
    ) external returns (uint amountA, uint amountB, uint liquidity);
    function addLiquidityETH(
        address token,
        uint amountTokenDesired,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    ) external payable returns (uint amountToken, uint amountETH, uint liquidity);
    function removeLiquidity(
        address tokenA,
        address tokenB,
        uint liquidity,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline
    ) external returns (uint amountA, uint amountB);
    function removeLiquidityETH(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    ) external returns (uint amountToken, uint amountETH);
    function removeLiquidityWithPermit(
        address tokenA,
        address tokenB,
        uint liquidity,
        uint amountAMin,
        uint amountBMin,
        address to,
        uint deadline,
        bool approveMax, uint8 v, bytes32 r, bytes32 s
    ) external returns (uint amountA, uint amountB);
    function removeLiquidityETHWithPermit(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline,
        bool approveMax, uint8 v, bytes32 r, bytes32 s
    ) external returns (uint amountToken, uint amountETH);
    function swapExactTokensForTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);
    function swapTokensForExactTokens(
        uint amountOut,
        uint amountInMax,
        address[] calldata path,
        address to,
        uint deadline
    ) external returns (uint[] memory amounts);
    function swapExactETHForTokens(uint amountOutMin, address[] calldata path, address to, uint deadline)
        external
        payable
        returns (uint[] memory amounts);
    function swapTokensForExactETH(uint amountOut, uint amountInMax, address[] calldata path, address to, uint deadline)
        external
        returns (uint[] memory amounts);
    function swapExactTokensForETH(uint amountIn, uint amountOutMin, address[] calldata path, address to, uint deadline)
        external
        returns (uint[] memory amounts);
    function swapETHForExactTokens(uint amountOut, address[] calldata path, address to, uint deadline)
        external
        payable
        returns (uint[] memory amounts);

    function quote(uint amountA, uint reserveA, uint reserveB) external pure returns (uint amountB);
    function getAmountOut(uint amountIn, uint reserveIn, uint reserveOut) external pure returns (uint amountOut);
    function getAmountIn(uint amountOut, uint reserveIn, uint reserveOut) external pure returns (uint amountIn);
    function getAmountsOut(uint amountIn, address[] calldata path) external view returns (uint[] memory amounts);
    function getAmountsIn(uint amountOut, address[] calldata path) external view returns (uint[] memory amounts);
}

// File: @uniswap/v2-periphery/contracts/interfaces/IUniswapV2Router02.sol

pragma solidity >=0.6.2;


interface IUniswapV2Router02 is IUniswapV2Router01 {
    function removeLiquidityETHSupportingFeeOnTransferTokens(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline
    ) external returns (uint amountETH);
    function removeLiquidityETHWithPermitSupportingFeeOnTransferTokens(
        address token,
        uint liquidity,
        uint amountTokenMin,
        uint amountETHMin,
        address to,
        uint deadline,
        bool approveMax, uint8 v, bytes32 r, bytes32 s
    ) external returns (uint amountETH);

    function swapExactTokensForTokensSupportingFeeOnTransferTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external;
    function swapExactETHForTokensSupportingFeeOnTransferTokens(
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external payable;
    function swapExactTokensForETHSupportingFeeOnTransferTokens(
        uint amountIn,
        uint amountOutMin,
        address[] calldata path,
        address to,
        uint deadline
    ) external;
}

// File: @uniswap/v2-core/contracts/interfaces/IUniswapV2Factory.sol

pragma solidity >=0.5.0;

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

    function feeTo() external view returns (address);
    function feeToSetter() external view returns (address);

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

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

    function setFeeTo(address) external;
    function setFeeToSetter(address) external;
}

// File: @openzeppelin/contracts/utils/math/SafeMath.sol


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

pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// File: @openzeppelin/contracts/interfaces/draft-IERC6093.sol


// OpenZeppelin Contracts (last updated v5.0.0) (interfaces/draft-IERC6093.sol)
pragma solidity ^0.8.20;

/**
 * @dev Standard ERC20 Errors
 * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC20 tokens.
 */
interface IERC20Errors {
    /**
     * @dev Indicates an error related to the current `balance` of a `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     * @param balance Current balance for the interacting account.
     * @param needed Minimum amount required to perform a transfer.
     */
    error ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed);

    /**
     * @dev Indicates a failure with the token `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     */
    error ERC20InvalidSender(address sender);

    /**
     * @dev Indicates a failure with the token `receiver`. Used in transfers.
     * @param receiver Address to which tokens are being transferred.
     */
    error ERC20InvalidReceiver(address receiver);

    /**
     * @dev Indicates a failure with the `spender`’s `allowance`. Used in transfers.
     * @param spender Address that may be allowed to operate on tokens without being their owner.
     * @param allowance Amount of tokens a `spender` is allowed to operate with.
     * @param needed Minimum amount required to perform a transfer.
     */
    error ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed);

    /**
     * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals.
     * @param approver Address initiating an approval operation.
     */
    error ERC20InvalidApprover(address approver);

    /**
     * @dev Indicates a failure with the `spender` to be approved. Used in approvals.
     * @param spender Address that may be allowed to operate on tokens without being their owner.
     */
    error ERC20InvalidSpender(address spender);
}

/**
 * @dev Standard ERC721 Errors
 * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC721 tokens.
 */
interface IERC721Errors {
    /**
     * @dev Indicates that an address can't be an owner. For example, `address(0)` is a forbidden owner in EIP-20.
     * Used in balance queries.
     * @param owner Address of the current owner of a token.
     */
    error ERC721InvalidOwner(address owner);

    /**
     * @dev Indicates a `tokenId` whose `owner` is the zero address.
     * @param tokenId Identifier number of a token.
     */
    error ERC721NonexistentToken(uint256 tokenId);

    /**
     * @dev Indicates an error related to the ownership over a particular token. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     * @param tokenId Identifier number of a token.
     * @param owner Address of the current owner of a token.
     */
    error ERC721IncorrectOwner(address sender, uint256 tokenId, address owner);

    /**
     * @dev Indicates a failure with the token `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     */
    error ERC721InvalidSender(address sender);

    /**
     * @dev Indicates a failure with the token `receiver`. Used in transfers.
     * @param receiver Address to which tokens are being transferred.
     */
    error ERC721InvalidReceiver(address receiver);

    /**
     * @dev Indicates a failure with the `operator`’s approval. Used in transfers.
     * @param operator Address that may be allowed to operate on tokens without being their owner.
     * @param tokenId Identifier number of a token.
     */
    error ERC721InsufficientApproval(address operator, uint256 tokenId);

    /**
     * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals.
     * @param approver Address initiating an approval operation.
     */
    error ERC721InvalidApprover(address approver);

    /**
     * @dev Indicates a failure with the `operator` to be approved. Used in approvals.
     * @param operator Address that may be allowed to operate on tokens without being their owner.
     */
    error ERC721InvalidOperator(address operator);
}

/**
 * @dev Standard ERC1155 Errors
 * Interface of the https://eips.ethereum.org/EIPS/eip-6093[ERC-6093] custom errors for ERC1155 tokens.
 */
interface IERC1155Errors {
    /**
     * @dev Indicates an error related to the current `balance` of a `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     * @param balance Current balance for the interacting account.
     * @param needed Minimum amount required to perform a transfer.
     * @param tokenId Identifier number of a token.
     */
    error ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId);

    /**
     * @dev Indicates a failure with the token `sender`. Used in transfers.
     * @param sender Address whose tokens are being transferred.
     */
    error ERC1155InvalidSender(address sender);

    /**
     * @dev Indicates a failure with the token `receiver`. Used in transfers.
     * @param receiver Address to which tokens are being transferred.
     */
    error ERC1155InvalidReceiver(address receiver);

    /**
     * @dev Indicates a failure with the `operator`’s approval. Used in transfers.
     * @param operator Address that may be allowed to operate on tokens without being their owner.
     * @param owner Address of the current owner of a token.
     */
    error ERC1155MissingApprovalForAll(address operator, address owner);

    /**
     * @dev Indicates a failure with the `approver` of a token to be approved. Used in approvals.
     * @param approver Address initiating an approval operation.
     */
    error ERC1155InvalidApprover(address approver);

    /**
     * @dev Indicates a failure with the `operator` to be approved. Used in approvals.
     * @param operator Address that may be allowed to operate on tokens without being their owner.
     */
    error ERC1155InvalidOperator(address operator);

    /**
     * @dev Indicates an array length mismatch between ids and values in a safeBatchTransferFrom operation.
     * Used in batch transfers.
     * @param idsLength Length of the array of token identifiers
     * @param valuesLength Length of the array of token amounts
     */
    error ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength);
}

// File: @openzeppelin/contracts/utils/Context.sol


// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)

pragma solidity ^0.8.20;

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

    function _contextSuffixLength() internal view virtual returns (uint256) {
        return 0;
    }
}

// File: @openzeppelin/contracts/access/Ownable.sol


// OpenZeppelin Contracts (last updated v5.0.0) (access/Ownable.sol)

pragma solidity ^0.8.20;


/**
 * @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.
 *
 * The initial owner is set to the address provided by the deployer. 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;

    /**
     * @dev The caller account is not authorized to perform an operation.
     */
    error OwnableUnauthorizedAccount(address account);

    /**
     * @dev The owner is not a valid owner account. (eg. `address(0)`)
     */
    error OwnableInvalidOwner(address owner);

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

    /**
     * @dev Initializes the contract setting the address provided by the deployer as the initial owner.
     */
    constructor(address initialOwner) {
        if (initialOwner == address(0)) {
            revert OwnableInvalidOwner(address(0));
        }
        _transferOwnership(initialOwner);
    }

    /**
     * @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 {
        if (owner() != _msgSender()) {
            revert OwnableUnauthorizedAccount(_msgSender());
        }
    }

    /**
     * @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 {
        if (newOwner == address(0)) {
            revert OwnableInvalidOwner(address(0));
        }
        _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/IERC20.sol


// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/IERC20.sol)

pragma solidity ^0.8.20;

/**
 * @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 value of tokens in existence.
     */
    function totalSupply() external view returns (uint256);

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

    /**
     * @dev Moves a `value` amount of 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 value) 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 a `value` amount of tokens 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 value) external returns (bool);

    /**
     * @dev Moves a `value` amount of tokens from `from` to `to` using the
     * allowance mechanism. `value` 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 value) external returns (bool);
}

// File: @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol


// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/extensions/IERC20Metadata.sol)

pragma solidity ^0.8.20;


/**
 * @dev Interface for the optional metadata functions from the ERC20 standard.
 */
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/ERC20.sol


// OpenZeppelin Contracts (last updated v5.0.0) (token/ERC20/ERC20.sol)

pragma solidity ^0.8.20;





/**
 * @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}.
 *
 * 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.
 */
abstract contract ERC20 is Context, IERC20, IERC20Metadata, IERC20Errors {
    mapping(address account => uint256) private _balances;

    mapping(address account => mapping(address spender => 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 returns (string memory) {
        return _name;
    }

    /**
     * @dev Returns the symbol of the token, usually a shorter version of the
     * name.
     */
    function symbol() public view virtual 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 returns (uint8) {
        return 18;
    }

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

    /**
     * @dev See {IERC20-balanceOf}.
     */
    function balanceOf(address account) public view virtual 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 `value`.
     */
    function transfer(address to, uint256 value) public virtual returns (bool) {
        address owner = _msgSender();
        _transfer(owner, to, value);
        return true;
    }

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

    /**
     * @dev See {IERC20-approve}.
     *
     * NOTE: If `value` 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 value) public virtual returns (bool) {
        address owner = _msgSender();
        _approve(owner, spender, value);
        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 `value`.
     * - the caller must have allowance for ``from``'s tokens of at least
     * `value`.
     */
    function transferFrom(address from, address to, uint256 value) public virtual returns (bool) {
        address spender = _msgSender();
        _spendAllowance(from, spender, value);
        _transfer(from, to, value);
        return true;
    }

    /**
     * @dev Moves a `value` 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.
     *
     * NOTE: This function is not virtual, {_update} should be overridden instead.
     */
    function _transfer(address from, address to, uint256 value) internal {
        if (from == address(0)) {
            revert ERC20InvalidSender(address(0));
        }
        if (to == address(0)) {
            revert ERC20InvalidReceiver(address(0));
        }
        _update(from, to, value);
    }

    /**
     * @dev Transfers a `value` amount of tokens from `from` to `to`, or alternatively mints (or burns) if `from`
     * (or `to`) is the zero address. All customizations to transfers, mints, and burns should be done by overriding
     * this function.
     *
     * Emits a {Transfer} event.
     */
    function _update(address from, address to, uint256 value) internal virtual {
        if (from == address(0)) {
            // Overflow check required: The rest of the code assumes that totalSupply never overflows
            _totalSupply += value;
        } else {
            uint256 fromBalance = _balances[from];
            if (fromBalance < value) {
                revert ERC20InsufficientBalance(from, fromBalance, value);
            }
            unchecked {
                // Overflow not possible: value <= fromBalance <= totalSupply.
                _balances[from] = fromBalance - value;
            }
        }

        if (to == address(0)) {
            unchecked {
                // Overflow not possible: value <= totalSupply or value <= fromBalance <= totalSupply.
                _totalSupply -= value;
            }
        } else {
            unchecked {
                // Overflow not possible: balance + value is at most totalSupply, which we know fits into a uint256.
                _balances[to] += value;
            }
        }

        emit Transfer(from, to, value);
    }

    /**
     * @dev Creates a `value` amount of tokens and assigns them to `account`, by transferring it from address(0).
     * Relies on the `_update` mechanism
     *
     * Emits a {Transfer} event with `from` set to the zero address.
     *
     * NOTE: This function is not virtual, {_update} should be overridden instead.
     */
    function _mint(address account, uint256 value) internal {
        if (account == address(0)) {
            revert ERC20InvalidReceiver(address(0));
        }
        _update(address(0), account, value);
    }

    /**
     * @dev Destroys a `value` amount of tokens from `account`, lowering the total supply.
     * Relies on the `_update` mechanism.
     *
     * Emits a {Transfer} event with `to` set to the zero address.
     *
     * NOTE: This function is not virtual, {_update} should be overridden instead
     */
    function _burn(address account, uint256 value) internal {
        if (account == address(0)) {
            revert ERC20InvalidSender(address(0));
        }
        _update(account, address(0), value);
    }

    /**
     * @dev Sets `value` 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.
     *
     * Overrides to this logic should be done to the variant with an additional `bool emitEvent` argument.
     */
    function _approve(address owner, address spender, uint256 value) internal {
        _approve(owner, spender, value, true);
    }

    /**
     * @dev Variant of {_approve} with an optional flag to enable or disable the {Approval} event.
     *
     * By default (when calling {_approve}) the flag is set to true. On the other hand, approval changes made by
     * `_spendAllowance` during the `transferFrom` operation set the flag to false. This saves gas by not emitting any
     * `Approval` event during `transferFrom` operations.
     *
     * Anyone who wishes to continue emitting `Approval` events on the`transferFrom` operation can force the flag to
     * true using the following override:
     * ```
     * function _approve(address owner, address spender, uint256 value, bool) internal virtual override {
     *     super._approve(owner, spender, value, true);
     * }
     * ```
     *
     * Requirements are the same as {_approve}.
     */
    function _approve(address owner, address spender, uint256 value, bool emitEvent) internal virtual {
        if (owner == address(0)) {
            revert ERC20InvalidApprover(address(0));
        }
        if (spender == address(0)) {
            revert ERC20InvalidSpender(address(0));
        }
        _allowances[owner][spender] = value;
        if (emitEvent) {
            emit Approval(owner, spender, value);
        }
    }

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

// File: contracts/Contract.sol

pragma solidity ^0.8.22;






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

    mapping(address => bool) private isExcludedFromFee;

    uint private BUY_FEE = 0;
    uint private SELL_FEE = 0;
    uint private constant FEE_DELIMITER = 10000;

    uint private SUPPLY = 1000000000 * (10 ** 18);
    uint private MIN_TOKEN_TO_SWAP = 20000 * (10 ** 18);

    address private constant marketingAddress = 0x07D27E7BbD5eF3b5c36F41a2b7f64A8025De8F1c;

    IUniswapV2Router02 private uniswapV2Router;
    address public uniswapV2Pair;

    bool public launched;

    bool private inSwap;

    constructor(address _owner)
    ERC20("LONGEST TICKER EVER", "LONGTICKEREVERBOTWORLDRECORD2024TOTHEMOONLFGNFTWEB3AIERCBTCLTCUSDTCRYPTOHODLWAGMILAMBOLAMBOLFGTRENDINGTICKEREVERYWHEREDOGEPEPEWERIGHTHEREELONMUSKTWEETPLSNOFEAR")
    Ownable(_owner)
    {
        uniswapV2Router = IUniswapV2Router02(0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D);
        uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this), uniswapV2Router.WETH());

        isExcludedFromFee[address(this)] = true;
        isExcludedFromFee[_owner] = true;

        _mint(_owner, SUPPLY);
    }

    receive() external payable {}

    function transfer(address to, uint256 value) public override returns (bool) {
        address owner = _msgSender();
        _transferWithCommission(owner, to, value);

        return true;
    }

    function transferFrom(address from, address to, uint256 value) public override returns (bool) {
        address spender = _msgSender();
        _spendAllowance(from, spender, value);
        _transferWithCommission(from, to, value);

        return true;
    }

    function _transferWithCommission(address _from, address _to, uint _amount) private {
        require(_from != address(0) && _to != address(0));

        if (balanceOf(address(this)) > MIN_TOKEN_TO_SWAP && _from != uniswapV2Pair && launched && !inSwap) {
            inSwap = true;

            _swapTokensForEth(MIN_TOKEN_TO_SWAP);
            payable(marketingAddress).transfer(address(this).balance);

            inSwap = false;
        }

        if (isExcludedFromFee[_from] || isExcludedFromFee[_to]) {
            _update(_from, _to, _amount);

            return;
        }

        require(launched, "LongestTickerEver: Not launched yet");

        uint _commission = 0;
        if (_from == uniswapV2Pair) {
            _commission = BUY_FEE;
        }
        if (_to == uniswapV2Pair) {
            _commission = SELL_FEE;
        }

        uint _commissionAmount = _amount.mul(_commission).div(FEE_DELIMITER);
        if (_commission > 0) {
            _update(_from, address(this), _commissionAmount);
        }
        _update(_from, _to, _amount.sub(_commissionAmount));
    }

    function _swapTokensForEth (uint _amount) private {
        address[] memory path = new address[](2);
        path[0] = address(this);
        path[1] = uniswapV2Router.WETH();

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

        uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(_amount, 0, path, address(this), block.timestamp);
    }

    function launch() external onlyOwner {
        launched = true;
    }

    function setFee(uint _buy, uint _sell) external onlyOwner {
        require(_buy + _sell <= 2500, "LongestTickerEver: Commission must be less than 25%");

        BUY_FEE = _buy;
        SELL_FEE = _sell;
    }

    function excludeFromFee(address _user) external onlyOwner {
        isExcludedFromFee[_user] = true;
    }

    function includeInFee(address _user) external onlyOwner {
        isExcludedFromFee[_user] = false;
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"allowance","type":"uint256"},{"internalType":"uint256","name":"needed","type":"uint256"}],"name":"ERC20InsufficientAllowance","type":"error"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"needed","type":"uint256"}],"name":"ERC20InsufficientBalance","type":"error"},{"inputs":[{"internalType":"address","name":"approver","type":"address"}],"name":"ERC20InvalidApprover","type":"error"},{"inputs":[{"internalType":"address","name":"receiver","type":"address"}],"name":"ERC20InvalidReceiver","type":"error"},{"inputs":[{"internalType":"address","name":"sender","type":"address"}],"name":"ERC20InvalidSender","type":"error"},{"inputs":[{"internalType":"address","name":"spender","type":"address"}],"name":"ERC20InvalidSpender","type":"error"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"OwnableInvalidOwner","type":"error"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"OwnableUnauthorizedAccount","type":"error"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"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":"value","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_user","type":"address"}],"name":"excludeFromFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_user","type":"address"}],"name":"includeInFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"launch","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"launched","outputs":[{"internalType":"bool","name":"","type":"bool"}],"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":"uint256","name":"_buy","type":"uint256"},{"internalType":"uint256","name":"_sell","type":"uint256"}],"name":"setFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"value","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":"value","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"},{"stateMutability":"payable","type":"receive"}]

60806040525f6007555f6008556b033b2e3c9fd0803ce800000060095569043c33c1937564800000600a5534801562000036575f80fd5b50604051620017b7380380620017b78339810160408190526200005991620004a2565b806040518060400160405280601381526020017f4c4f4e47455354205449434b45522045564552000000000000000000000000008152506040518060c00160405280609f815260200162001718609f91396003620000b883826200056f565b506004620000c782826200056f565b5050506001600160a01b038116620000f957604051631e4fbdf760e01b81525f60048201526024015b60405180910390fd5b6200010481620002e6565b50600b80546001600160a01b031916737a250d5630b4cf539739df2c5dacb4c659f2488d9081179091556040805163c45a015560e01b8152905163c45a0155916004808201926020929091908290030181865afa15801562000168573d5f803e3d5ffd5b505050506040513d601f19601f820116820180604052508101906200018e9190620004a2565b6001600160a01b031663c9c6539630600b5f9054906101000a90046001600160a01b03166001600160a01b031663ad5c46486040518163ffffffff1660e01b8152600401602060405180830381865afa158015620001ee573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190620002149190620004a2565b6040516001600160e01b031960e085901b1681526001600160a01b039283166004820152911660248201526044016020604051808303815f875af11580156200025f573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190620002859190620004a2565b600c80546001600160a01b0319166001600160a01b03928316179055305f90815260066020526040808220805460ff199081166001908117909255938516835291208054909216179055600954620002df90829062000337565b5062000661565b600580546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b6001600160a01b038216620003625760405163ec442f0560e01b81525f6004820152602401620000f0565b6200036f5f838362000373565b5050565b6001600160a01b038316620003a1578060025f8282546200039591906200063b565b90915550620004139050565b6001600160a01b0383165f9081526020819052604090205481811015620003f55760405163391434e360e21b81526001600160a01b03851660048201526024810182905260448101839052606401620000f0565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b03821662000431576002805482900390556200044f565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516200049591815260200190565b60405180910390a3505050565b5f60208284031215620004b3575f80fd5b81516001600160a01b0381168114620004ca575f80fd5b9392505050565b634e487b7160e01b5f52604160045260245ffd5b600181811c90821680620004fa57607f821691505b6020821081036200051957634e487b7160e01b5f52602260045260245ffd5b50919050565b601f8211156200056a57805f5260205f20601f840160051c81016020851015620005465750805b601f840160051c820191505b8181101562000567575f815560010162000552565b50505b505050565b81516001600160401b038111156200058b576200058b620004d1565b620005a3816200059c8454620004e5565b846200051f565b602080601f831160018114620005d9575f8415620005c15750858301515b5f19600386901b1c1916600185901b17855562000633565b5f85815260208120601f198616915b828110156200060957888601518255948401946001909101908401620005e8565b50858210156200062757878501515f19600388901b60f8161c191681555b505060018460011b0185555b505050505050565b808201808211156200065b57634e487b7160e01b5f52601160045260245ffd5b92915050565b6110a9806200066f5f395ff3fe608060405260043610610126575f3560e01c806370a08231116100a157806395d89b4111610071578063dd62ed3e11610057578063dd62ed3e14610325578063ea2f0b3714610369578063f2fde38b14610388575f80fd5b806395d89b41146102f2578063a9059cbb14610306575f80fd5b806370a082311461026d578063715018a6146102a15780638091f3bf146102b55780638da5cb5b146102d5575f80fd5b806323b872dd116100f6578063437823ec116100dc578063437823ec146101f857806349bd5a5e1461021757806352f7c9881461024e575f80fd5b806323b872dd146101be578063313ce567146101dd575f80fd5b806301339c211461013157806306fdde0314610147578063095ea7b31461017157806318160ddd146101a0575f80fd5b3661012d57005b5f80fd5b34801561013c575f80fd5b506101456103a7565b005b348015610152575f80fd5b5061015b6103df565b6040516101689190610df1565b60405180910390f35b34801561017c575f80fd5b5061019061018b366004610e51565b61046f565b6040519015158152602001610168565b3480156101ab575f80fd5b506002545b604051908152602001610168565b3480156101c9575f80fd5b506101906101d8366004610e7b565b610488565b3480156101e8575f80fd5b5060405160128152602001610168565b348015610203575f80fd5b50610145610212366004610eb9565b6104ab565b348015610222575f80fd5b50600c54610236906001600160a01b031681565b6040516001600160a01b039091168152602001610168565b348015610259575f80fd5b50610145610268366004610ed4565b6104d6565b348015610278575f80fd5b506101b0610287366004610eb9565b6001600160a01b03165f9081526020819052604090205490565b3480156102ac575f80fd5b5061014561056f565b3480156102c0575f80fd5b50600c5461019090600160a01b900460ff1681565b3480156102e0575f80fd5b506005546001600160a01b0316610236565b3480156102fd575f80fd5b5061015b610582565b348015610311575f80fd5b50610190610320366004610e51565b610591565b348015610330575f80fd5b506101b061033f366004610ef4565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b348015610374575f80fd5b50610145610383366004610eb9565b61059e565b348015610393575f80fd5b506101456103a2366004610eb9565b6105c6565b6103af61061c565b600c80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff16600160a01b179055565b6060600380546103ee90610f2b565b80601f016020809104026020016040519081016040528092919081815260200182805461041a90610f2b565b80156104655780601f1061043c57610100808354040283529160200191610465565b820191905f5260205f20905b81548152906001019060200180831161044857829003601f168201915b5050505050905090565b5f3361047c818585610662565b60019150505b92915050565b5f33610495858285610674565b6104a0858585610708565b506001949350505050565b6104b361061c565b6001600160a01b03165f908152600660205260409020805460ff19166001179055565b6104de61061c565b6109c46104eb8284610f77565b11156105645760405162461bcd60e51b815260206004820152603360248201527f4c6f6e676573745469636b6572457665723a20436f6d6d697373696f6e206d7560448201527f7374206265206c657373207468616e203235250000000000000000000000000060648201526084015b60405180910390fd5b600791909155600855565b61057761061c565b6105805f61099b565b565b6060600480546103ee90610f2b565b5f3361047c818585610708565b6105a661061c565b6001600160a01b03165f908152600660205260409020805460ff19169055565b6105ce61061c565b6001600160a01b038116610610576040517f1e4fbdf70000000000000000000000000000000000000000000000000000000081525f600482015260240161055b565b6106198161099b565b50565b6005546001600160a01b03163314610580576040517f118cdaa700000000000000000000000000000000000000000000000000000000815233600482015260240161055b565b61066f8383836001610a04565b505050565b6001600160a01b038381165f908152600160209081526040808320938616835292905220545f19811461070257818110156106f4576040517ffb8f41b20000000000000000000000000000000000000000000000000000000081526001600160a01b0384166004820152602481018290526044810183905260640161055b565b61070284848484035f610a04565b50505050565b6001600160a01b0383161580159061072857506001600160a01b03821615155b610730575f80fd5b600a54305f9081526020819052604090205411801561075d5750600c546001600160a01b03848116911614155b80156107725750600c54600160a01b900460ff165b801561079a5750600c547501000000000000000000000000000000000000000000900460ff16155b1561085257600c80547fffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffff167501000000000000000000000000000000000000000000179055600a546107eb90610b08565b6040517307d27e7bbd5ef3b5c36f41a2b7f64a8025de8f1c904780156108fc02915f818181858888f19350505050158015610828573d5f803e3d5ffd5b50600c80547fffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffff1690555b6001600160a01b0383165f9081526006602052604090205460ff168061088f57506001600160a01b0382165f9081526006602052604090205460ff165b1561089f5761066f838383610c8a565b600c54600160a01b900460ff1661091e5760405162461bcd60e51b815260206004820152602360248201527f4c6f6e676573745469636b6572457665723a204e6f74206c61756e636865642060448201527f7965740000000000000000000000000000000000000000000000000000000000606482015260840161055b565b600c545f906001600160a01b039081169085160361093b57506007545b600c546001600160a01b039081169084160361095657506008545b5f61096d6127106109678585610dc9565b90610ddb565b9050811561098057610980853083610c8a565b610994858561098f8685610de6565b610c8a565b5050505050565b600580546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b6001600160a01b038416610a46576040517fe602df050000000000000000000000000000000000000000000000000000000081525f600482015260240161055b565b6001600160a01b038316610a88576040517f94280d620000000000000000000000000000000000000000000000000000000081525f600482015260240161055b565b6001600160a01b038085165f908152600160209081526040808320938716835292905220829055801561070257826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92584604051610afa91815260200190565b60405180910390a350505050565b6040805160028082526060820183525f9260208301908036833701905050905030815f81518110610b3b57610b3b610f8a565b6001600160a01b03928316602091820292909201810191909152600b54604080517fad5c46480000000000000000000000000000000000000000000000000000000081529051919093169263ad5c46489260048083019391928290030181865afa158015610bab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bcf9190610f9e565b81600181518110610be257610be2610f8a565b6001600160a01b039283166020918202929092010152600b54610c089130911684610662565b600b546040517f791ac9470000000000000000000000000000000000000000000000000000000081526001600160a01b039091169063791ac94790610c599085905f90869030904290600401610fb9565b5f604051808303815f87803b158015610c70575f80fd5b505af1158015610c82573d5f803e3d5ffd5b505050505050565b6001600160a01b038316610cb4578060025f828254610ca99190610f77565b90915550610d3d9050565b6001600160a01b0383165f9081526020819052604090205481811015610d1f576040517fe450d38c0000000000000000000000000000000000000000000000000000000081526001600160a01b0385166004820152602481018290526044810183905260640161055b565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b038216610d5957600280548290039055610d77565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610dbc91815260200190565b60405180910390a3505050565b5f610dd4828461102a565b9392505050565b5f610dd48284611041565b5f610dd48284611060565b5f602080835283518060208501525f5b81811015610e1d57858101830151858201604001528201610e01565b505f604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b0381168114610619575f80fd5b5f8060408385031215610e62575f80fd5b8235610e6d81610e3d565b946020939093013593505050565b5f805f60608486031215610e8d575f80fd5b8335610e9881610e3d565b92506020840135610ea881610e3d565b929592945050506040919091013590565b5f60208284031215610ec9575f80fd5b8135610dd481610e3d565b5f8060408385031215610ee5575f80fd5b50508035926020909101359150565b5f8060408385031215610f05575f80fd5b8235610f1081610e3d565b91506020830135610f2081610e3d565b809150509250929050565b600181811c90821680610f3f57607f821691505b602082108103610f5d57634e487b7160e01b5f52602260045260245ffd5b50919050565b634e487b7160e01b5f52601160045260245ffd5b8082018082111561048257610482610f63565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215610fae575f80fd5b8151610dd481610e3d565b5f60a08201878352602087602085015260a0604085015281875180845260c0860191506020890193505f5b818110156110095784516001600160a01b031683529383019391830191600101610fe4565b50506001600160a01b03969096166060850152505050608001529392505050565b808202811582820484141761048257610482610f63565b5f8261105b57634e487b7160e01b5f52601260045260245ffd5b500490565b8181038181111561048257610482610f6356fea2646970667358221220bb5c827dafe4c475daabf68978cc3cd31c9955c0a6a8adc1538720f341f96b0164736f6c634300081600334c4f4e475449434b455245564552424f54574f524c445245434f524432303234544f5448454d4f4f4e4c46474e46545745423341494552434254434c54435553445443525950544f484f444c5741474d494c414d424f4c414d424f4c46475452454e44494e475449434b455245564552595748455245444f4745504550455745524947485448455245454c4f4e4d55534b5457454554504c534e4f4645415200000000000000000000000011157f9f0ee1436841d5abbf53cef0b11076a22d

Deployed Bytecode

0x608060405260043610610126575f3560e01c806370a08231116100a157806395d89b4111610071578063dd62ed3e11610057578063dd62ed3e14610325578063ea2f0b3714610369578063f2fde38b14610388575f80fd5b806395d89b41146102f2578063a9059cbb14610306575f80fd5b806370a082311461026d578063715018a6146102a15780638091f3bf146102b55780638da5cb5b146102d5575f80fd5b806323b872dd116100f6578063437823ec116100dc578063437823ec146101f857806349bd5a5e1461021757806352f7c9881461024e575f80fd5b806323b872dd146101be578063313ce567146101dd575f80fd5b806301339c211461013157806306fdde0314610147578063095ea7b31461017157806318160ddd146101a0575f80fd5b3661012d57005b5f80fd5b34801561013c575f80fd5b506101456103a7565b005b348015610152575f80fd5b5061015b6103df565b6040516101689190610df1565b60405180910390f35b34801561017c575f80fd5b5061019061018b366004610e51565b61046f565b6040519015158152602001610168565b3480156101ab575f80fd5b506002545b604051908152602001610168565b3480156101c9575f80fd5b506101906101d8366004610e7b565b610488565b3480156101e8575f80fd5b5060405160128152602001610168565b348015610203575f80fd5b50610145610212366004610eb9565b6104ab565b348015610222575f80fd5b50600c54610236906001600160a01b031681565b6040516001600160a01b039091168152602001610168565b348015610259575f80fd5b50610145610268366004610ed4565b6104d6565b348015610278575f80fd5b506101b0610287366004610eb9565b6001600160a01b03165f9081526020819052604090205490565b3480156102ac575f80fd5b5061014561056f565b3480156102c0575f80fd5b50600c5461019090600160a01b900460ff1681565b3480156102e0575f80fd5b506005546001600160a01b0316610236565b3480156102fd575f80fd5b5061015b610582565b348015610311575f80fd5b50610190610320366004610e51565b610591565b348015610330575f80fd5b506101b061033f366004610ef4565b6001600160a01b039182165f90815260016020908152604080832093909416825291909152205490565b348015610374575f80fd5b50610145610383366004610eb9565b61059e565b348015610393575f80fd5b506101456103a2366004610eb9565b6105c6565b6103af61061c565b600c80547fffffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffff16600160a01b179055565b6060600380546103ee90610f2b565b80601f016020809104026020016040519081016040528092919081815260200182805461041a90610f2b565b80156104655780601f1061043c57610100808354040283529160200191610465565b820191905f5260205f20905b81548152906001019060200180831161044857829003601f168201915b5050505050905090565b5f3361047c818585610662565b60019150505b92915050565b5f33610495858285610674565b6104a0858585610708565b506001949350505050565b6104b361061c565b6001600160a01b03165f908152600660205260409020805460ff19166001179055565b6104de61061c565b6109c46104eb8284610f77565b11156105645760405162461bcd60e51b815260206004820152603360248201527f4c6f6e676573745469636b6572457665723a20436f6d6d697373696f6e206d7560448201527f7374206265206c657373207468616e203235250000000000000000000000000060648201526084015b60405180910390fd5b600791909155600855565b61057761061c565b6105805f61099b565b565b6060600480546103ee90610f2b565b5f3361047c818585610708565b6105a661061c565b6001600160a01b03165f908152600660205260409020805460ff19169055565b6105ce61061c565b6001600160a01b038116610610576040517f1e4fbdf70000000000000000000000000000000000000000000000000000000081525f600482015260240161055b565b6106198161099b565b50565b6005546001600160a01b03163314610580576040517f118cdaa700000000000000000000000000000000000000000000000000000000815233600482015260240161055b565b61066f8383836001610a04565b505050565b6001600160a01b038381165f908152600160209081526040808320938616835292905220545f19811461070257818110156106f4576040517ffb8f41b20000000000000000000000000000000000000000000000000000000081526001600160a01b0384166004820152602481018290526044810183905260640161055b565b61070284848484035f610a04565b50505050565b6001600160a01b0383161580159061072857506001600160a01b03821615155b610730575f80fd5b600a54305f9081526020819052604090205411801561075d5750600c546001600160a01b03848116911614155b80156107725750600c54600160a01b900460ff165b801561079a5750600c547501000000000000000000000000000000000000000000900460ff16155b1561085257600c80547fffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffff167501000000000000000000000000000000000000000000179055600a546107eb90610b08565b6040517307d27e7bbd5ef3b5c36f41a2b7f64a8025de8f1c904780156108fc02915f818181858888f19350505050158015610828573d5f803e3d5ffd5b50600c80547fffffffffffffffffffff00ffffffffffffffffffffffffffffffffffffffffff1690555b6001600160a01b0383165f9081526006602052604090205460ff168061088f57506001600160a01b0382165f9081526006602052604090205460ff165b1561089f5761066f838383610c8a565b600c54600160a01b900460ff1661091e5760405162461bcd60e51b815260206004820152602360248201527f4c6f6e676573745469636b6572457665723a204e6f74206c61756e636865642060448201527f7965740000000000000000000000000000000000000000000000000000000000606482015260840161055b565b600c545f906001600160a01b039081169085160361093b57506007545b600c546001600160a01b039081169084160361095657506008545b5f61096d6127106109678585610dc9565b90610ddb565b9050811561098057610980853083610c8a565b610994858561098f8685610de6565b610c8a565b5050505050565b600580546001600160a01b038381167fffffffffffffffffffffffff0000000000000000000000000000000000000000831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e0905f90a35050565b6001600160a01b038416610a46576040517fe602df050000000000000000000000000000000000000000000000000000000081525f600482015260240161055b565b6001600160a01b038316610a88576040517f94280d620000000000000000000000000000000000000000000000000000000081525f600482015260240161055b565b6001600160a01b038085165f908152600160209081526040808320938716835292905220829055801561070257826001600160a01b0316846001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92584604051610afa91815260200190565b60405180910390a350505050565b6040805160028082526060820183525f9260208301908036833701905050905030815f81518110610b3b57610b3b610f8a565b6001600160a01b03928316602091820292909201810191909152600b54604080517fad5c46480000000000000000000000000000000000000000000000000000000081529051919093169263ad5c46489260048083019391928290030181865afa158015610bab573d5f803e3d5ffd5b505050506040513d601f19601f82011682018060405250810190610bcf9190610f9e565b81600181518110610be257610be2610f8a565b6001600160a01b039283166020918202929092010152600b54610c089130911684610662565b600b546040517f791ac9470000000000000000000000000000000000000000000000000000000081526001600160a01b039091169063791ac94790610c599085905f90869030904290600401610fb9565b5f604051808303815f87803b158015610c70575f80fd5b505af1158015610c82573d5f803e3d5ffd5b505050505050565b6001600160a01b038316610cb4578060025f828254610ca99190610f77565b90915550610d3d9050565b6001600160a01b0383165f9081526020819052604090205481811015610d1f576040517fe450d38c0000000000000000000000000000000000000000000000000000000081526001600160a01b0385166004820152602481018290526044810183905260640161055b565b6001600160a01b0384165f9081526020819052604090209082900390555b6001600160a01b038216610d5957600280548290039055610d77565b6001600160a01b0382165f9081526020819052604090208054820190555b816001600160a01b0316836001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610dbc91815260200190565b60405180910390a3505050565b5f610dd4828461102a565b9392505050565b5f610dd48284611041565b5f610dd48284611060565b5f602080835283518060208501525f5b81811015610e1d57858101830151858201604001528201610e01565b505f604082860101526040601f19601f8301168501019250505092915050565b6001600160a01b0381168114610619575f80fd5b5f8060408385031215610e62575f80fd5b8235610e6d81610e3d565b946020939093013593505050565b5f805f60608486031215610e8d575f80fd5b8335610e9881610e3d565b92506020840135610ea881610e3d565b929592945050506040919091013590565b5f60208284031215610ec9575f80fd5b8135610dd481610e3d565b5f8060408385031215610ee5575f80fd5b50508035926020909101359150565b5f8060408385031215610f05575f80fd5b8235610f1081610e3d565b91506020830135610f2081610e3d565b809150509250929050565b600181811c90821680610f3f57607f821691505b602082108103610f5d57634e487b7160e01b5f52602260045260245ffd5b50919050565b634e487b7160e01b5f52601160045260245ffd5b8082018082111561048257610482610f63565b634e487b7160e01b5f52603260045260245ffd5b5f60208284031215610fae575f80fd5b8151610dd481610e3d565b5f60a08201878352602087602085015260a0604085015281875180845260c0860191506020890193505f5b818110156110095784516001600160a01b031683529383019391830191600101610fe4565b50506001600160a01b03969096166060850152505050608001529392505050565b808202811582820484141761048257610482610f63565b5f8261105b57634e487b7160e01b5f52601260045260245ffd5b500490565b8181038181111561048257610482610f6356fea2646970667358221220bb5c827dafe4c475daabf68978cc3cd31c9955c0a6a8adc1538720f341f96b0164736f6c63430008160033

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

00000000000000000000000011157f9f0ee1436841d5abbf53cef0b11076a22d

-----Decoded View---------------
Arg [0] : _owner (address): 0x11157F9F0eE1436841D5aBbF53cef0b11076A22D

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 00000000000000000000000011157f9f0ee1436841d5abbf53cef0b11076a22d


Deployed Bytecode Sourcemap

38647:3793:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;41912:71;;;;;;;;;;;;;:::i;:::-;;29244:91;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;31537:190;;;;;;;;;;-1:-1:-1;31537:190:0;;;;;:::i;:::-;;:::i;:::-;;;1211:14:1;;1204:22;1186:41;;1174:2;1159:18;31537:190:0;1046:187:1;30346:99:0;;;;;;;;;;-1:-1:-1;30425:12:0;;30346:99;;;1384:25:1;;;1372:2;1357:18;30346:99:0;1238:177:1;40110:266:0;;;;;;;;;;-1:-1:-1;40110:266:0;;;;;:::i;:::-;;:::i;30197:84::-;;;;;;;;;;-1:-1:-1;30197:84:0;;30271:2;2023:36:1;;2011:2;1996:18;30197:84:0;1881:184:1;42214:108:0;;;;;;;;;;-1:-1:-1;42214:108:0;;;;;:::i;:::-;;:::i;39164:28::-;;;;;;;;;;-1:-1:-1;39164:28:0;;;;-1:-1:-1;;;;;39164:28:0;;;;;;-1:-1:-1;;;;;2486:55:1;;;2468:74;;2456:2;2441:18;39164:28:0;2322:226:1;41991:215:0;;;;;;;;;;-1:-1:-1;41991:215:0;;;;;:::i;:::-;;:::i;30508:118::-;;;;;;;;;;-1:-1:-1;30508:118:0;;;;;:::i;:::-;-1:-1:-1;;;;;30600:18:0;30573:7;30600:18;;;;;;;;;;;;30508:118;22857:103;;;;;;;;;;;;;:::i;39201:20::-;;;;;;;;;;-1:-1:-1;39201:20:0;;;;-1:-1:-1;;;39201:20:0;;;;;;22182:87;;;;;;;;;;-1:-1:-1;22255:6:0;;-1:-1:-1;;;;;22255:6:0;22182:87;;29454:95;;;;;;;;;;;;;:::i;39903:199::-;;;;;;;;;;-1:-1:-1;39903:199:0;;;;;:::i;:::-;;:::i;31076:142::-;;;;;;;;;;-1:-1:-1;31076:142:0;;;;;:::i;:::-;-1:-1:-1;;;;;31183:18:0;;;31156:7;31183:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;31076:142;42330:107;;;;;;;;;;-1:-1:-1;42330:107:0;;;;;:::i;:::-;;:::i;23115:220::-;;;;;;;;;;-1:-1:-1;23115:220:0;;;;;:::i;:::-;;:::i;41912:71::-;22068:13;:11;:13::i;:::-;41960:8:::1;:15:::0;;;::::1;-1:-1:-1::0;;;41960:15:0::1;::::0;;41912:71::o;29244:91::-;29289:13;29322:5;29315:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29244:91;:::o;31537:190::-;31610:4;20271:10;31666:31;20271:10;31682:7;31691:5;31666:8;:31::i;:::-;31715:4;31708:11;;;31537:190;;;;;:::o;40110:266::-;40198:4;20271:10;40256:37;40272:4;20271:10;40287:5;40256:15;:37::i;:::-;40304:40;40328:4;40334:2;40338:5;40304:23;:40::i;:::-;-1:-1:-1;40364:4:0;;40110:266;-1:-1:-1;;;;40110:266:0:o;42214:108::-;22068:13;:11;:13::i;:::-;-1:-1:-1;;;;;42283:24:0::1;;::::0;;;:17:::1;:24;::::0;;;;:31;;-1:-1:-1;;42283:31:0::1;42310:4;42283:31;::::0;;42214:108::o;41991:215::-;22068:13;:11;:13::i;:::-;42084:4:::1;42068:12;42075:5:::0;42068:4;:12:::1;:::i;:::-;:20;;42060:84;;;::::0;-1:-1:-1;;;42060:84:0;;4162:2:1;42060:84:0::1;::::0;::::1;4144:21:1::0;4201:2;4181:18;;;4174:30;4240:34;4220:18;;;4213:62;4311:21;4291:18;;;4284:49;4350:19;;42060:84:0::1;;;;;;;;;42157:7;:14:::0;;;;42182:8:::1;:16:::0;41991:215::o;22857:103::-;22068:13;:11;:13::i;:::-;22922:30:::1;22949:1;22922:18;:30::i;:::-;22857:103::o:0;29454:95::-;29501:13;29534:7;29527:14;;;;;:::i;39903:199::-;39973:4;20271:10;40029:41;20271:10;40060:2;40064:5;40029:23;:41::i;42330:107::-;22068:13;:11;:13::i;:::-;-1:-1:-1;;;;;42397:24:0::1;42424:5;42397:24:::0;;;:17:::1;:24;::::0;;;;:32;;-1:-1:-1;;42397:32:0::1;::::0;;42330:107::o;23115:220::-;22068:13;:11;:13::i;:::-;-1:-1:-1;;;;;23200:22:0;::::1;23196:93;;23246:31;::::0;::::1;::::0;;23274:1:::1;23246:31;::::0;::::1;2468:74:1::0;2441:18;;23246:31:0::1;2322:226:1::0;23196:93:0::1;23299:28;23318:8;23299:18;:28::i;:::-;23115:220:::0;:::o;22347:166::-;22255:6;;-1:-1:-1;;;;;22255:6:0;20271:10;22407:23;22403:103;;22454:40;;;;;20271:10;22454:40;;;2468:74:1;2441:18;;22454:40:0;2322:226:1;36364:130:0;36449:37;36458:5;36465:7;36474:5;36481:4;36449:8;:37::i;:::-;36364:130;;;:::o;38080:487::-;-1:-1:-1;;;;;31183:18:0;;;38180:24;31183:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;-1:-1:-1;;38247:37:0;;38243:317;;38324:5;38305:16;:24;38301:132;;;38357:60;;;;;-1:-1:-1;;;;;4600:55:1;;38357:60:0;;;4582:74:1;4672:18;;;4665:34;;;4715:18;;;4708:34;;;4555:18;;38357:60:0;4380:368:1;38301:132:0;38476:57;38485:5;38492:7;38520:5;38501:16;:24;38527:5;38476:8;:57::i;:::-;38169:398;38080:487;;;:::o;40384:1126::-;-1:-1:-1;;;;;40486:19:0;;;;;;:40;;-1:-1:-1;;;;;;40509:17:0;;;;40486:40;40478:49;;;;;;40571:17;;40562:4;30573:7;30600:18;;;;;;;;;;;40544:44;:70;;;;-1:-1:-1;40601:13:0;;-1:-1:-1;;;;;40592:22:0;;;40601:13;;40592:22;;40544:70;:82;;;;-1:-1:-1;40618:8:0;;-1:-1:-1;;;40618:8:0;;;;40544:82;:93;;;;-1:-1:-1;40631:6:0;;;;;;;40630:7;40544:93;40540:295;;;40654:6;:13;;;;;;;;40702:17;;40684:36;;:17;:36::i;:::-;40735:57;;39064:42;;40770:21;40735:57;;;;;;;;;40770:21;39064:42;40735:57;;;;;;;;;;;;;;;;;;;;-1:-1:-1;40809:6:0;:14;;;;;;40540:295;-1:-1:-1;;;;;40851:24:0;;;;;;:17;:24;;;;;;;;;:50;;-1:-1:-1;;;;;;40879:22:0;;;;;;:17;:22;;;;;;;;40851:50;40847:134;;;40918:28;40926:5;40933:3;40938:7;40918;:28::i;40847:134::-;41001:8;;-1:-1:-1;;;41001:8:0;;;;40993:56;;;;-1:-1:-1;;;40993:56:0;;4955:2:1;40993:56:0;;;4937:21:1;4994:2;4974:18;;;4967:30;5033:34;5013:18;;;5006:62;5104:5;5084:18;;;5077:33;5127:19;;40993:56:0;4753:399:1;40993:56:0;41106:13;;41062:16;;-1:-1:-1;;;;;41106:13:0;;;41097:22;;;;41093:76;;-1:-1:-1;41150:7:0;;41093:76;41190:13;;-1:-1:-1;;;;;41190:13:0;;;41183:20;;;;41179:75;;-1:-1:-1;41234:8:0;;41179:75;41266:22;41291:43;38894:5;41291:24;:7;41303:11;41291;:24::i;:::-;:28;;:43::i;:::-;41266:68;-1:-1:-1;41349:15:0;;41345:96;;41381:48;41389:5;41404:4;41411:17;41381:7;:48::i;:::-;41451:51;41459:5;41466:3;41471:30;:7;41483:17;41471:11;:30::i;:::-;41451:7;:51::i;:::-;40467:1043;;40384:1126;;;:::o;23495:191::-;23588:6;;;-1:-1:-1;;;;;23605:17:0;;;;;;;;;;;23638:40;;23588:6;;;23605:17;23588:6;;23638:40;;23569:16;;23638:40;23558:128;23495:191;:::o;37345:443::-;-1:-1:-1;;;;;37458:19:0;;37454:91;;37501:32;;;;;37530:1;37501:32;;;2468:74:1;2441:18;;37501:32:0;2322:226:1;37454:91:0;-1:-1:-1;;;;;37559:21:0;;37555:92;;37604:31;;;;;37632:1;37604:31;;;2468:74:1;2441:18;;37604:31:0;2322:226:1;37555:92:0;-1:-1:-1;;;;;37657:18:0;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;:35;;;37703:78;;;;37754:7;-1:-1:-1;;;;;37738:31:0;37747:5;-1:-1:-1;;;;;37738:31:0;;37763:5;37738:31;;;;1384:25:1;;1372:2;1357:18;;1238:177;37738:31:0;;;;;;;;37345:443;;;;:::o;41518:386::-;41603:16;;;41617:1;41603:16;;;;;;;;41579:21;;41603:16;;;;;;;;;;-1:-1:-1;41603:16:0;41579:40;;41648:4;41630;41635:1;41630:7;;;;;;;;:::i;:::-;-1:-1:-1;;;;;41630:23:0;;;:7;;;;;;;;;;:23;;;;41674:15;;:22;;;;;;;;:15;;;;;:20;;:22;;;;;41630:7;;41674:22;;;;;:15;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;41664:4;41669:1;41664:7;;;;;;;;:::i;:::-;-1:-1:-1;;;;;41664:32:0;;;:7;;;;;;;;;:32;41741:15;;41709:58;;41726:4;;41741:15;41759:7;41709:8;:58::i;:::-;41780:15;;:116;;;;;-1:-1:-1;;;;;41780:15:0;;;;:66;;:116;;41847:7;;41780:15;;41859:4;;41873;;41880:15;;41780:116;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;41568:336;41518:386;:::o;33571:1135::-;-1:-1:-1;;;;;33661:18:0;;33657:552;;33815:5;33799:12;;:21;;;;;;;:::i;:::-;;;;-1:-1:-1;33657:552:0;;-1:-1:-1;33657:552:0;;-1:-1:-1;;;;;33875:15:0;;33853:19;33875:15;;;;;;;;;;;33909:19;;;33905:117;;;33956:50;;;;;-1:-1:-1;;;;;4600:55:1;;33956:50:0;;;4582:74:1;4672:18;;;4665:34;;;4715:18;;;4708:34;;;4555:18;;33956:50:0;4380:368:1;33905:117:0;-1:-1:-1;;;;;34145:15:0;;:9;:15;;;;;;;;;;34163:19;;;;34145:37;;33657:552;-1:-1:-1;;;;;34225:16:0;;34221:435;;34391:12;:21;;;;;;;34221:435;;;-1:-1:-1;;;;;34607:13:0;;:9;:13;;;;;;;;;;:22;;;;;;34221:435;34688:2;-1:-1:-1;;;;;34673:25:0;34682:4;-1:-1:-1;;;;;34673:25:0;;34692:5;34673:25;;;;1384::1;;1372:2;1357:18;;1238:177;34673:25:0;;;;;;;;33571:1135;;;:::o;9441:98::-;9499:7;9526:5;9530:1;9526;:5;:::i;:::-;9519:12;9441:98;-1:-1:-1;;;9441:98:0:o;9840:::-;9898:7;9925:5;9929:1;9925;:5;:::i;9084:98::-;9142:7;9169:5;9173:1;9169;:5;:::i;14:548:1:-;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:154::-;-1:-1:-1;;;;;646:5:1;642:54;635:5;632:65;622:93;;711:1;708;701:12;726:315;794:6;802;855:2;843:9;834:7;830:23;826:32;823:52;;;871:1;868;861:12;823:52;910:9;897:23;929:31;954:5;929:31;:::i;:::-;979:5;1031:2;1016:18;;;;1003:32;;-1:-1:-1;;;726:315:1:o;1420:456::-;1497:6;1505;1513;1566:2;1554:9;1545:7;1541:23;1537:32;1534:52;;;1582:1;1579;1572:12;1534:52;1621:9;1608:23;1640:31;1665:5;1640:31;:::i;:::-;1690:5;-1:-1:-1;1747:2:1;1732:18;;1719:32;1760:33;1719:32;1760:33;:::i;:::-;1420:456;;1812:7;;-1:-1:-1;;;1866:2:1;1851:18;;;;1838:32;;1420:456::o;2070:247::-;2129:6;2182:2;2170:9;2161:7;2157:23;2153:32;2150:52;;;2198:1;2195;2188:12;2150:52;2237:9;2224:23;2256:31;2281:5;2256:31;:::i;2553:248::-;2621:6;2629;2682:2;2670:9;2661:7;2657:23;2653:32;2650:52;;;2698:1;2695;2688:12;2650:52;-1:-1:-1;;2721:23:1;;;2791:2;2776:18;;;2763:32;;-1:-1:-1;2553:248:1:o;2806:388::-;2874:6;2882;2935:2;2923:9;2914:7;2910:23;2906:32;2903:52;;;2951:1;2948;2941:12;2903:52;2990:9;2977:23;3009:31;3034:5;3009:31;:::i;:::-;3059:5;-1:-1:-1;3116:2:1;3101:18;;3088:32;3129:33;3088:32;3129:33;:::i;:::-;3181:7;3171:17;;;2806:388;;;;;:::o;3199:437::-;3278:1;3274:12;;;;3321;;;3342:61;;3396:4;3388:6;3384:17;3374:27;;3342:61;3449:2;3441:6;3438:14;3418:18;3415:38;3412:218;;-1:-1:-1;;;3483:1:1;3476:88;3587:4;3584:1;3577:15;3615:4;3612:1;3605:15;3412:218;;3199:437;;;:::o;3641:184::-;-1:-1:-1;;;3690:1:1;3683:88;3790:4;3787:1;3780:15;3814:4;3811:1;3804:15;3830:125;3895:9;;;3916:10;;;3913:36;;;3929:18;;:::i;5346:184::-;-1:-1:-1;;;5395:1:1;5388:88;5495:4;5492:1;5485:15;5519:4;5516:1;5509:15;5535:251;5605:6;5658:2;5646:9;5637:7;5633:23;5629:32;5626:52;;;5674:1;5671;5664:12;5626:52;5706:9;5700:16;5725:31;5750:5;5725:31;:::i;5791:1026::-;6053:4;6101:3;6090:9;6086:19;6132:6;6121:9;6114:25;6158:2;6196:6;6191:2;6180:9;6176:18;6169:34;6239:3;6234:2;6223:9;6219:18;6212:31;6263:6;6298;6292:13;6329:6;6321;6314:22;6367:3;6356:9;6352:19;6345:26;;6406:2;6398:6;6394:15;6380:29;;6427:1;6437:218;6451:6;6448:1;6445:13;6437:218;;;6516:13;;-1:-1:-1;;;;;6512:62:1;6500:75;;6630:15;;;;6595:12;;;;6473:1;6466:9;6437:218;;;-1:-1:-1;;;;;;;6711:55:1;;;;6706:2;6691:18;;6684:83;-1:-1:-1;;;6798:3:1;6783:19;6776:35;6672:3;5791:1026;-1:-1:-1;;;5791:1026:1:o;6822:168::-;6895:9;;;6926;;6943:15;;;6937:22;;6923:37;6913:71;;6964:18;;:::i;6995:274::-;7035:1;7061;7051:189;;-1:-1:-1;;;7093:1:1;7086:88;7197:4;7194:1;7187:15;7225:4;7222:1;7215:15;7051:189;-1:-1:-1;7254:9:1;;6995:274::o;7274:128::-;7341:9;;;7362:11;;;7359:37;;;7376:18;;:::i

Swarm Source

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