ETH Price: $3,403.03 (-1.63%)
Gas: 6 Gwei

Token

SHOOT (SHOOT)
 

Overview

Max Total Supply

1,000,000,000 SHOOT

Holders

1,212 ( 0.083%)

Market

Price

$0.01 @ 0.000002 ETH (-13.27%)

Onchain Market Cap

$6,516,220.00

Circulating Supply Market Cap

$789,823.00

Other Info

Token Contract (WITH 18 Decimals)

Balance
8,756.477 SHOOT

Value
$57.06 ( ~0.0167674276029198 Eth) [0.0009%]
0x84140914ebdcc6ef6237c0418e4bef9a0a890590
Loading...
Loading
Loading...
Loading
Loading...
Loading

OVERVIEW

Mars Battle is a high-octane arena shooter with a twist as players compete against each other inside vast Martian facilities or on the surface of the Red Planet.

Market

Volume (24H):$348,262.00
Market Capitalization:$789,823.00
Circulating Supply:121,098,385.00 SHOOT
Market Data Source: Coinmarketcap

# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
ShootERC20

Compiler Version
v0.8.0+commit.c7dfd78e

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, None license
/**
 *Submitted for verification at Etherscan.io on 2024-03-26
*/

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



pragma solidity ^0.8.0;

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

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


// File: @openzeppelin/contracts/token/ERC20/IERC20.sol



pragma solidity ^0.8.0;

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

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

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

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

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

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

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

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

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



pragma solidity ^0.8.0;


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

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

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


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



pragma solidity ^0.8.0;




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

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

    uint256 private _totalSupply;

    string private _name;
    string private _symbol;

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

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

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

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

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

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

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

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

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

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

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

        return true;
    }

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

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

        return true;
    }

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

        _beforeTokenTransfer(sender, recipient, amount);

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

        emit Transfer(sender, recipient, amount);

        _afterTokenTransfer(sender, recipient, amount);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

//SPDX-License-Identifier: Unlicense
pragma solidity ^0.8.0;


contract ShootERC20 is ERC20("SHOOT", "SHOOT") {
    constructor() {
        _mint(msg.sender, 1_000_000_000 ether);
    }

    function burn(uint256 amount) public virtual returns (bool) {
        _burn(_msgSender(), amount);
        return true;
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"spender","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"approve","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"burn","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"decimals","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"subtractedValue","type":"uint256"}],"name":"decreaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"spender","type":"address"},{"internalType":"uint256","name":"addedValue","type":"uint256"}],"name":"increaseAllowance","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"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":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transfer","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"sender","type":"address"},{"internalType":"address","name":"recipient","type":"address"},{"internalType":"uint256","name":"amount","type":"uint256"}],"name":"transferFrom","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}]

60806040523480156200001157600080fd5b506040518060400160405280600581526020017f53484f4f540000000000000000000000000000000000000000000000000000008152506040518060400160405280600581526020017f53484f4f5400000000000000000000000000000000000000000000000000000081525081600390805190602001906200009692919062000259565b508060049080519060200190620000af92919062000259565b505050620000d0336b033b2e3c9fd0803ce8000000620000d660201b60201c565b620004a7565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141562000149576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040162000140906200035c565b60405180910390fd5b6200015d600083836200024f60201b60201c565b8060026000828254620001719190620003ac565b92505081905550806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254620001c89190620003ac565b925050819055508173ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef836040516200022f91906200037e565b60405180910390a36200024b600083836200025460201b60201c565b5050565b505050565b505050565b828054620002679062000413565b90600052602060002090601f0160209004810192826200028b5760008555620002d7565b82601f10620002a657805160ff1916838001178555620002d7565b82800160010185558215620002d7579182015b82811115620002d6578251825591602001919060010190620002b9565b5b509050620002e69190620002ea565b5090565b5b8082111562000305576000816000905550600101620002eb565b5090565b600062000318601f836200039b565b91507f45524332303a206d696e7420746f20746865207a65726f2061646472657373006000830152602082019050919050565b620003568162000409565b82525050565b60006020820190508181036000830152620003778162000309565b9050919050565b60006020820190506200039560008301846200034b565b92915050565b600082825260208201905092915050565b6000620003b98262000409565b9150620003c68362000409565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff03821115620003fe57620003fd62000449565b5b828201905092915050565b6000819050919050565b600060028204905060018216806200042c57607f821691505b6020821081141562000443576200044262000478565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6116d880620004b76000396000f3fe608060405234801561001057600080fd5b50600436106100b45760003560e01c806342966c681161007157806342966c68146101a357806370a08231146101d357806395d89b4114610203578063a457c2d714610221578063a9059cbb14610251578063dd62ed3e14610281576100b4565b806306fdde03146100b9578063095ea7b3146100d757806318160ddd1461010757806323b872dd14610125578063313ce567146101555780633950935114610173575b600080fd5b6100c16102b1565b6040516100ce919061132d565b60405180910390f35b6100f160048036038101906100ec9190610eb1565b610343565b6040516100fe9190611312565b60405180910390f35b61010f610361565b60405161011c919061146f565b60405180910390f35b61013f600480360381019061013a9190610e62565b61036b565b60405161014c9190611312565b60405180910390f35b61015d610463565b60405161016a919061148a565b60405180910390f35b61018d60048036038101906101889190610eb1565b61046c565b60405161019a9190611312565b60405180910390f35b6101bd60048036038101906101b89190610eed565b610518565b6040516101ca9190611312565b60405180910390f35b6101ed60048036038101906101e89190610dfd565b610534565b6040516101fa919061146f565b60405180910390f35b61020b61057c565b604051610218919061132d565b60405180910390f35b61023b60048036038101906102369190610eb1565b61060e565b6040516102489190611312565b60405180910390f35b61026b60048036038101906102669190610eb1565b6106f9565b6040516102789190611312565b60405180910390f35b61029b60048036038101906102969190610e26565b610717565b6040516102a8919061146f565b60405180910390f35b6060600380546102c0906115d3565b80601f01602080910402602001604051908101604052809291908181526020018280546102ec906115d3565b80156103395780601f1061030e57610100808354040283529160200191610339565b820191906000526020600020905b81548152906001019060200180831161031c57829003601f168201915b5050505050905090565b600061035761035061079e565b84846107a6565b6001905092915050565b6000600254905090565b6000610378848484610971565b6000600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006103c361079e565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610443576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161043a906113cf565b60405180910390fd5b6104578561044f61079e565b8584036107a6565b60019150509392505050565b60006012905090565b600061050e61047961079e565b84846001600061048761079e565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461050991906114c1565b6107a6565b6001905092915050565b600061052b61052561079e565b83610bf2565b60019050919050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60606004805461058b906115d3565b80601f01602080910402602001604051908101604052809291908181526020018280546105b7906115d3565b80156106045780601f106105d957610100808354040283529160200191610604565b820191906000526020600020905b8154815290600101906020018083116105e757829003601f168201915b5050505050905090565b6000806001600061061d61079e565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050828110156106da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106d19061144f565b60405180910390fd5b6106ee6106e561079e565b858584036107a6565b600191505092915050565b600061070d61070661079e565b8484610971565b6001905092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610816576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161080d9061142f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610886576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161087d9061138f565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610964919061146f565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156109e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d89061140f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610a51576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a489061134f565b60405180910390fd5b610a5c838383610dc9565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610ae2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ad9906113af565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610b7591906114c1565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610bd9919061146f565b60405180910390a3610bec848484610dce565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610c62576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c59906113ef565b60405180910390fd5b610c6e82600083610dc9565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610cf4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ceb9061136f565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508160026000828254610d4b9190611517565b92505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610db0919061146f565b60405180910390a3610dc483600084610dce565b505050565b505050565b505050565b600081359050610de281611674565b92915050565b600081359050610df78161168b565b92915050565b600060208284031215610e0f57600080fd5b6000610e1d84828501610dd3565b91505092915050565b60008060408385031215610e3957600080fd5b6000610e4785828601610dd3565b9250506020610e5885828601610dd3565b9150509250929050565b600080600060608486031215610e7757600080fd5b6000610e8586828701610dd3565b9350506020610e9686828701610dd3565b9250506040610ea786828701610de8565b9150509250925092565b60008060408385031215610ec457600080fd5b6000610ed285828601610dd3565b9250506020610ee385828601610de8565b9150509250929050565b600060208284031215610eff57600080fd5b6000610f0d84828501610de8565b91505092915050565b610f1f8161155d565b82525050565b6000610f30826114a5565b610f3a81856114b0565b9350610f4a8185602086016115a0565b610f5381611663565b840191505092915050565b6000610f6b6023836114b0565b91507f45524332303a207472616e7366657220746f20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000610fd16022836114b0565b91507f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008301527f63650000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006110376022836114b0565b91507f45524332303a20617070726f766520746f20746865207a65726f20616464726560008301527f73730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061109d6026836114b0565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006111036028836114b0565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206160008301527f6c6c6f77616e63650000000000000000000000000000000000000000000000006020830152604082019050919050565b60006111696021836114b0565b91507f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008301527f73000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006111cf6025836114b0565b91507f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006112356024836114b0565b91507f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061129b6025836114b0565b91507f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008301527f207a65726f0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6112fd81611589565b82525050565b61130c81611593565b82525050565b60006020820190506113276000830184610f16565b92915050565b600060208201905081810360008301526113478184610f25565b905092915050565b6000602082019050818103600083015261136881610f5e565b9050919050565b6000602082019050818103600083015261138881610fc4565b9050919050565b600060208201905081810360008301526113a88161102a565b9050919050565b600060208201905081810360008301526113c881611090565b9050919050565b600060208201905081810360008301526113e8816110f6565b9050919050565b600060208201905081810360008301526114088161115c565b9050919050565b60006020820190508181036000830152611428816111c2565b9050919050565b6000602082019050818103600083015261144881611228565b9050919050565b600060208201905081810360008301526114688161128e565b9050919050565b600060208201905061148460008301846112f4565b92915050565b600060208201905061149f6000830184611303565b92915050565b600081519050919050565b600082825260208201905092915050565b60006114cc82611589565b91506114d783611589565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561150c5761150b611605565b5b828201905092915050565b600061152282611589565b915061152d83611589565b9250828210156115405761153f611605565b5b828203905092915050565b600061155682611569565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b60005b838110156115be5780820151818401526020810190506115a3565b838111156115cd576000848401525b50505050565b600060028204905060018216806115eb57607f821691505b602082108114156115ff576115fe611634565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000601f19601f8301169050919050565b61167d8161154b565b811461168857600080fd5b50565b61169481611589565b811461169f57600080fd5b5056fea2646970667358221220ec33ad700122e88692df8b78857a4b10d3ff907e57af41018dfa58679008f52364736f6c63430008000033

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106100b45760003560e01c806342966c681161007157806342966c68146101a357806370a08231146101d357806395d89b4114610203578063a457c2d714610221578063a9059cbb14610251578063dd62ed3e14610281576100b4565b806306fdde03146100b9578063095ea7b3146100d757806318160ddd1461010757806323b872dd14610125578063313ce567146101555780633950935114610173575b600080fd5b6100c16102b1565b6040516100ce919061132d565b60405180910390f35b6100f160048036038101906100ec9190610eb1565b610343565b6040516100fe9190611312565b60405180910390f35b61010f610361565b60405161011c919061146f565b60405180910390f35b61013f600480360381019061013a9190610e62565b61036b565b60405161014c9190611312565b60405180910390f35b61015d610463565b60405161016a919061148a565b60405180910390f35b61018d60048036038101906101889190610eb1565b61046c565b60405161019a9190611312565b60405180910390f35b6101bd60048036038101906101b89190610eed565b610518565b6040516101ca9190611312565b60405180910390f35b6101ed60048036038101906101e89190610dfd565b610534565b6040516101fa919061146f565b60405180910390f35b61020b61057c565b604051610218919061132d565b60405180910390f35b61023b60048036038101906102369190610eb1565b61060e565b6040516102489190611312565b60405180910390f35b61026b60048036038101906102669190610eb1565b6106f9565b6040516102789190611312565b60405180910390f35b61029b60048036038101906102969190610e26565b610717565b6040516102a8919061146f565b60405180910390f35b6060600380546102c0906115d3565b80601f01602080910402602001604051908101604052809291908181526020018280546102ec906115d3565b80156103395780601f1061030e57610100808354040283529160200191610339565b820191906000526020600020905b81548152906001019060200180831161031c57829003601f168201915b5050505050905090565b600061035761035061079e565b84846107a6565b6001905092915050565b6000600254905090565b6000610378848484610971565b6000600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006103c361079e565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905082811015610443576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161043a906113cf565b60405180910390fd5b6104578561044f61079e565b8584036107a6565b60019150509392505050565b60006012905090565b600061050e61047961079e565b84846001600061048761079e565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008873ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205461050991906114c1565b6107a6565b6001905092915050565b600061052b61052561079e565b83610bf2565b60019050919050565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60606004805461058b906115d3565b80601f01602080910402602001604051908101604052809291908181526020018280546105b7906115d3565b80156106045780601f106105d957610100808354040283529160200191610604565b820191906000526020600020905b8154815290600101906020018083116105e757829003601f168201915b5050505050905090565b6000806001600061061d61079e565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050828110156106da576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106d19061144f565b60405180910390fd5b6106ee6106e561079e565b858584036107a6565b600191505092915050565b600061070d61070661079e565b8484610971565b6001905092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415610816576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161080d9061142f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610886576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161087d9061138f565b60405180910390fd5b80600160008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92583604051610964919061146f565b60405180910390a3505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156109e1576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109d89061140f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610a51576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a489061134f565b60405180910390fd5b610a5c838383610dc9565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610ae2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ad9906113af565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550816000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254610b7591906114c1565b925050819055508273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610bd9919061146f565b60405180910390a3610bec848484610dce565b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610c62576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c59906113ef565b60405180910390fd5b610c6e82600083610dc9565b60008060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905081811015610cf4576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ceb9061136f565b60405180910390fd5b8181036000808573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020819055508160026000828254610d4b9190611517565b92505081905550600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef84604051610db0919061146f565b60405180910390a3610dc483600084610dce565b505050565b505050565b505050565b600081359050610de281611674565b92915050565b600081359050610df78161168b565b92915050565b600060208284031215610e0f57600080fd5b6000610e1d84828501610dd3565b91505092915050565b60008060408385031215610e3957600080fd5b6000610e4785828601610dd3565b9250506020610e5885828601610dd3565b9150509250929050565b600080600060608486031215610e7757600080fd5b6000610e8586828701610dd3565b9350506020610e9686828701610dd3565b9250506040610ea786828701610de8565b9150509250925092565b60008060408385031215610ec457600080fd5b6000610ed285828601610dd3565b9250506020610ee385828601610de8565b9150509250929050565b600060208284031215610eff57600080fd5b6000610f0d84828501610de8565b91505092915050565b610f1f8161155d565b82525050565b6000610f30826114a5565b610f3a81856114b0565b9350610f4a8185602086016115a0565b610f5381611663565b840191505092915050565b6000610f6b6023836114b0565b91507f45524332303a207472616e7366657220746f20746865207a65726f206164647260008301527f65737300000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6000610fd16022836114b0565b91507f45524332303a206275726e20616d6f756e7420657863656564732062616c616e60008301527f63650000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006110376022836114b0565b91507f45524332303a20617070726f766520746f20746865207a65726f20616464726560008301527f73730000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061109d6026836114b0565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206260008301527f616c616e636500000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006111036028836114b0565b91507f45524332303a207472616e7366657220616d6f756e742065786365656473206160008301527f6c6c6f77616e63650000000000000000000000000000000000000000000000006020830152604082019050919050565b60006111696021836114b0565b91507f45524332303a206275726e2066726f6d20746865207a65726f2061646472657360008301527f73000000000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006111cf6025836114b0565b91507f45524332303a207472616e736665722066726f6d20746865207a65726f20616460008301527f64726573730000000000000000000000000000000000000000000000000000006020830152604082019050919050565b60006112356024836114b0565b91507f45524332303a20617070726f76652066726f6d20746865207a65726f2061646460008301527f72657373000000000000000000000000000000000000000000000000000000006020830152604082019050919050565b600061129b6025836114b0565b91507f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f7760008301527f207a65726f0000000000000000000000000000000000000000000000000000006020830152604082019050919050565b6112fd81611589565b82525050565b61130c81611593565b82525050565b60006020820190506113276000830184610f16565b92915050565b600060208201905081810360008301526113478184610f25565b905092915050565b6000602082019050818103600083015261136881610f5e565b9050919050565b6000602082019050818103600083015261138881610fc4565b9050919050565b600060208201905081810360008301526113a88161102a565b9050919050565b600060208201905081810360008301526113c881611090565b9050919050565b600060208201905081810360008301526113e8816110f6565b9050919050565b600060208201905081810360008301526114088161115c565b9050919050565b60006020820190508181036000830152611428816111c2565b9050919050565b6000602082019050818103600083015261144881611228565b9050919050565b600060208201905081810360008301526114688161128e565b9050919050565b600060208201905061148460008301846112f4565b92915050565b600060208201905061149f6000830184611303565b92915050565b600081519050919050565b600082825260208201905092915050565b60006114cc82611589565b91506114d783611589565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561150c5761150b611605565b5b828201905092915050565b600061152282611589565b915061152d83611589565b9250828210156115405761153f611605565b5b828203905092915050565b600061155682611569565b9050919050565b60008115159050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b600060ff82169050919050565b60005b838110156115be5780820151818401526020810190506115a3565b838111156115cd576000848401525b50505050565b600060028204905060018216806115eb57607f821691505b602082108114156115ff576115fe611634565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b6000601f19601f8301169050919050565b61167d8161154b565b811461168857600080fd5b50565b61169481611589565b811461169f57600080fd5b5056fea2646970667358221220ec33ad700122e88692df8b78857a4b10d3ff907e57af41018dfa58679008f52364736f6c63430008000033

Deployed Bytecode Sourcemap

16438:264:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6410:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8577:169;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7530:108;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;9228:492;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7372:93;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10129:215;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;16571:128;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;7701:127;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6629:104;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;10847:413;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8041:175;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;8279:151;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;6410:100;6464:13;6497:5;6490:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6410:100;:::o;8577:169::-;8660:4;8677:39;8686:12;:10;:12::i;:::-;8700:7;8709:6;8677:8;:39::i;:::-;8734:4;8727:11;;8577:169;;;;:::o;7530:108::-;7591:7;7618:12;;7611:19;;7530:108;:::o;9228:492::-;9368:4;9385:36;9395:6;9403:9;9414:6;9385:9;:36::i;:::-;9434:24;9461:11;:19;9473:6;9461:19;;;;;;;;;;;;;;;:33;9481:12;:10;:12::i;:::-;9461:33;;;;;;;;;;;;;;;;9434:60;;9533:6;9513:16;:26;;9505:79;;;;;;;;;;;;:::i;:::-;;;;;;;;;9620:57;9629:6;9637:12;:10;:12::i;:::-;9670:6;9651:16;:25;9620:8;:57::i;:::-;9708:4;9701:11;;;9228:492;;;;;:::o;7372:93::-;7430:5;7455:2;7448:9;;7372:93;:::o;10129:215::-;10217:4;10234:80;10243:12;:10;:12::i;:::-;10257:7;10303:10;10266:11;:25;10278:12;:10;:12::i;:::-;10266:25;;;;;;;;;;;;;;;:34;10292:7;10266:34;;;;;;;;;;;;;;;;:47;;;;:::i;:::-;10234:8;:80::i;:::-;10332:4;10325:11;;10129:215;;;;:::o;16571:128::-;16625:4;16642:27;16648:12;:10;:12::i;:::-;16662:6;16642:5;:27::i;:::-;16687:4;16680:11;;16571:128;;;:::o;7701:127::-;7775:7;7802:9;:18;7812:7;7802:18;;;;;;;;;;;;;;;;7795:25;;7701:127;;;:::o;6629:104::-;6685:13;6718:7;6711:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6629:104;:::o;10847:413::-;10940:4;10957:24;10984:11;:25;10996:12;:10;:12::i;:::-;10984:25;;;;;;;;;;;;;;;:34;11010:7;10984:34;;;;;;;;;;;;;;;;10957:61;;11057:15;11037:16;:35;;11029:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;11150:67;11159:12;:10;:12::i;:::-;11173:7;11201:15;11182:16;:34;11150:8;:67::i;:::-;11248:4;11241:11;;;10847:413;;;;:::o;8041:175::-;8127:4;8144:42;8154:12;:10;:12::i;:::-;8168:9;8179:6;8144:9;:42::i;:::-;8204:4;8197:11;;8041:175;;;;:::o;8279:151::-;8368:7;8395:11;:18;8407:5;8395:18;;;;;;;;;;;;;;;:27;8414:7;8395:27;;;;;;;;;;;;;;;;8388:34;;8279:151;;;;:::o;625:98::-;678:7;705:10;698:17;;625:98;:::o;14531:380::-;14684:1;14667:19;;:5;:19;;;;14659:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;14765:1;14746:21;;:7;:21;;;;14738:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;14849:6;14819:11;:18;14831:5;14819:18;;;;;;;;;;;;;;;:27;14838:7;14819:27;;;;;;;;;;;;;;;:36;;;;14887:7;14871:32;;14880:5;14871:32;;;14896:6;14871:32;;;;;;:::i;:::-;;;;;;;;14531:380;;;:::o;11750:733::-;11908:1;11890:20;;:6;:20;;;;11882:70;;;;;;;;;;;;:::i;:::-;;;;;;;;;11992:1;11971:23;;:9;:23;;;;11963:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;12047:47;12068:6;12076:9;12087:6;12047:20;:47::i;:::-;12107:21;12131:9;:17;12141:6;12131:17;;;;;;;;;;;;;;;;12107:41;;12184:6;12167:13;:23;;12159:74;;;;;;;;;;;;:::i;:::-;;;;;;;;;12305:6;12289:13;:22;12269:9;:17;12279:6;12269:17;;;;;;;;;;;;;;;:42;;;;12357:6;12333:9;:20;12343:9;12333:20;;;;;;;;;;;;;;;;:30;;;;;;;:::i;:::-;;;;;;;;12398:9;12381:35;;12390:6;12381:35;;;12409:6;12381:35;;;;;;:::i;:::-;;;;;;;;12429:46;12449:6;12457:9;12468:6;12429:19;:46::i;:::-;11750:733;;;;:::o;13502:591::-;13605:1;13586:21;;:7;:21;;;;13578:67;;;;;;;;;;;;:::i;:::-;;;;;;;;;13658:49;13679:7;13696:1;13700:6;13658:20;:49::i;:::-;13720:22;13745:9;:18;13755:7;13745:18;;;;;;;;;;;;;;;;13720:43;;13800:6;13782:14;:24;;13774:71;;;;;;;;;;;;:::i;:::-;;;;;;;;;13919:6;13902:14;:23;13881:9;:18;13891:7;13881:18;;;;;;;;;;;;;;;:44;;;;13963:6;13947:12;;:22;;;;;;;:::i;:::-;;;;;;;;14013:1;13987:37;;13996:7;13987:37;;;14017:6;13987:37;;;;;;:::i;:::-;;;;;;;;14037:48;14057:7;14074:1;14078:6;14037:19;:48::i;:::-;13502:591;;;:::o;15511:125::-;;;;:::o;16240:124::-;;;;:::o;7:139:1:-;;91:6;78:20;69:29;;107:33;134:5;107:33;:::i;:::-;59:87;;;;:::o;152:139::-;;236:6;223:20;214:29;;252:33;279:5;252:33;:::i;:::-;204:87;;;;:::o;297:262::-;;405:2;393:9;384:7;380:23;376:32;373:2;;;421:1;418;411:12;373:2;464:1;489:53;534:7;525:6;514:9;510:22;489:53;:::i;:::-;479:63;;435:117;363:196;;;;:::o;565:407::-;;;690:2;678:9;669:7;665:23;661:32;658:2;;;706:1;703;696:12;658:2;749:1;774:53;819:7;810:6;799:9;795:22;774:53;:::i;:::-;764:63;;720:117;876:2;902:53;947:7;938:6;927:9;923:22;902:53;:::i;:::-;892:63;;847:118;648:324;;;;;:::o;978:552::-;;;;1120:2;1108:9;1099:7;1095:23;1091:32;1088:2;;;1136:1;1133;1126:12;1088:2;1179:1;1204:53;1249:7;1240:6;1229:9;1225:22;1204:53;:::i;:::-;1194:63;;1150:117;1306:2;1332:53;1377:7;1368:6;1357:9;1353:22;1332:53;:::i;:::-;1322:63;;1277:118;1434:2;1460:53;1505:7;1496:6;1485:9;1481:22;1460:53;:::i;:::-;1450:63;;1405:118;1078:452;;;;;:::o;1536:407::-;;;1661:2;1649:9;1640:7;1636:23;1632:32;1629:2;;;1677:1;1674;1667:12;1629:2;1720:1;1745:53;1790:7;1781:6;1770:9;1766:22;1745:53;:::i;:::-;1735:63;;1691:117;1847:2;1873:53;1918:7;1909:6;1898:9;1894:22;1873:53;:::i;:::-;1863:63;;1818:118;1619:324;;;;;:::o;1949:262::-;;2057:2;2045:9;2036:7;2032:23;2028:32;2025:2;;;2073:1;2070;2063:12;2025:2;2116:1;2141:53;2186:7;2177:6;2166:9;2162:22;2141:53;:::i;:::-;2131:63;;2087:117;2015:196;;;;:::o;2217:109::-;2298:21;2313:5;2298:21;:::i;:::-;2293:3;2286:34;2276:50;;:::o;2332:364::-;;2448:39;2481:5;2448:39;:::i;:::-;2503:71;2567:6;2562:3;2503:71;:::i;:::-;2496:78;;2583:52;2628:6;2623:3;2616:4;2609:5;2605:16;2583:52;:::i;:::-;2660:29;2682:6;2660:29;:::i;:::-;2655:3;2651:39;2644:46;;2424:272;;;;;:::o;2702:367::-;;2865:67;2929:2;2924:3;2865:67;:::i;:::-;2858:74;;2962:34;2958:1;2953:3;2949:11;2942:55;3028:5;3023:2;3018:3;3014:12;3007:27;3060:2;3055:3;3051:12;3044:19;;2848:221;;;:::o;3075:366::-;;3238:67;3302:2;3297:3;3238:67;:::i;:::-;3231:74;;3335:34;3331:1;3326:3;3322:11;3315:55;3401:4;3396:2;3391:3;3387:12;3380:26;3432:2;3427:3;3423:12;3416:19;;3221:220;;;:::o;3447:366::-;;3610:67;3674:2;3669:3;3610:67;:::i;:::-;3603:74;;3707:34;3703:1;3698:3;3694:11;3687:55;3773:4;3768:2;3763:3;3759:12;3752:26;3804:2;3799:3;3795:12;3788:19;;3593:220;;;:::o;3819:370::-;;3982:67;4046:2;4041:3;3982:67;:::i;:::-;3975:74;;4079:34;4075:1;4070:3;4066:11;4059:55;4145:8;4140:2;4135:3;4131:12;4124:30;4180:2;4175:3;4171:12;4164:19;;3965:224;;;:::o;4195:372::-;;4358:67;4422:2;4417:3;4358:67;:::i;:::-;4351:74;;4455:34;4451:1;4446:3;4442:11;4435:55;4521:10;4516:2;4511:3;4507:12;4500:32;4558:2;4553:3;4549:12;4542:19;;4341:226;;;:::o;4573:365::-;;4736:67;4800:2;4795:3;4736:67;:::i;:::-;4729:74;;4833:34;4829:1;4824:3;4820:11;4813:55;4899:3;4894:2;4889:3;4885:12;4878:25;4929:2;4924:3;4920:12;4913:19;;4719:219;;;:::o;4944:369::-;;5107:67;5171:2;5166:3;5107:67;:::i;:::-;5100:74;;5204:34;5200:1;5195:3;5191:11;5184:55;5270:7;5265:2;5260:3;5256:12;5249:29;5304:2;5299:3;5295:12;5288:19;;5090:223;;;:::o;5319:368::-;;5482:67;5546:2;5541:3;5482:67;:::i;:::-;5475:74;;5579:34;5575:1;5570:3;5566:11;5559:55;5645:6;5640:2;5635:3;5631:12;5624:28;5678:2;5673:3;5669:12;5662:19;;5465:222;;;:::o;5693:369::-;;5856:67;5920:2;5915:3;5856:67;:::i;:::-;5849:74;;5953:34;5949:1;5944:3;5940:11;5933:55;6019:7;6014:2;6009:3;6005:12;5998:29;6053:2;6048:3;6044:12;6037:19;;5839:223;;;:::o;6068:118::-;6155:24;6173:5;6155:24;:::i;:::-;6150:3;6143:37;6133:53;;:::o;6192:112::-;6275:22;6291:5;6275:22;:::i;:::-;6270:3;6263:35;6253:51;;:::o;6310:210::-;;6435:2;6424:9;6420:18;6412:26;;6448:65;6510:1;6499:9;6495:17;6486:6;6448:65;:::i;:::-;6402:118;;;;:::o;6526:313::-;;6677:2;6666:9;6662:18;6654:26;;6726:9;6720:4;6716:20;6712:1;6701:9;6697:17;6690:47;6754:78;6827:4;6818:6;6754:78;:::i;:::-;6746:86;;6644:195;;;;:::o;6845:419::-;;7049:2;7038:9;7034:18;7026:26;;7098:9;7092:4;7088:20;7084:1;7073:9;7069:17;7062:47;7126:131;7252:4;7126:131;:::i;:::-;7118:139;;7016:248;;;:::o;7270:419::-;;7474:2;7463:9;7459:18;7451:26;;7523:9;7517:4;7513:20;7509:1;7498:9;7494:17;7487:47;7551:131;7677:4;7551:131;:::i;:::-;7543:139;;7441:248;;;:::o;7695:419::-;;7899:2;7888:9;7884:18;7876:26;;7948:9;7942:4;7938:20;7934:1;7923:9;7919:17;7912:47;7976:131;8102:4;7976:131;:::i;:::-;7968:139;;7866:248;;;:::o;8120:419::-;;8324:2;8313:9;8309:18;8301:26;;8373:9;8367:4;8363:20;8359:1;8348:9;8344:17;8337:47;8401:131;8527:4;8401:131;:::i;:::-;8393:139;;8291:248;;;:::o;8545:419::-;;8749:2;8738:9;8734:18;8726:26;;8798:9;8792:4;8788:20;8784:1;8773:9;8769:17;8762:47;8826:131;8952:4;8826:131;:::i;:::-;8818:139;;8716:248;;;:::o;8970:419::-;;9174:2;9163:9;9159:18;9151:26;;9223:9;9217:4;9213:20;9209:1;9198:9;9194:17;9187:47;9251:131;9377:4;9251:131;:::i;:::-;9243:139;;9141:248;;;:::o;9395:419::-;;9599:2;9588:9;9584:18;9576:26;;9648:9;9642:4;9638:20;9634:1;9623:9;9619:17;9612:47;9676:131;9802:4;9676:131;:::i;:::-;9668:139;;9566:248;;;:::o;9820:419::-;;10024:2;10013:9;10009:18;10001:26;;10073:9;10067:4;10063:20;10059:1;10048:9;10044:17;10037:47;10101:131;10227:4;10101:131;:::i;:::-;10093:139;;9991:248;;;:::o;10245:419::-;;10449:2;10438:9;10434:18;10426:26;;10498:9;10492:4;10488:20;10484:1;10473:9;10469:17;10462:47;10526:131;10652:4;10526:131;:::i;:::-;10518:139;;10416:248;;;:::o;10670:222::-;;10801:2;10790:9;10786:18;10778:26;;10814:71;10882:1;10871:9;10867:17;10858:6;10814:71;:::i;:::-;10768:124;;;;:::o;10898:214::-;;11025:2;11014:9;11010:18;11002:26;;11038:67;11102:1;11091:9;11087:17;11078:6;11038:67;:::i;:::-;10992:120;;;;:::o;11118:99::-;;11204:5;11198:12;11188:22;;11177:40;;;:::o;11223:169::-;;11341:6;11336:3;11329:19;11381:4;11376:3;11372:14;11357:29;;11319:73;;;;:::o;11398:305::-;;11457:20;11475:1;11457:20;:::i;:::-;11452:25;;11491:20;11509:1;11491:20;:::i;:::-;11486:25;;11645:1;11577:66;11573:74;11570:1;11567:81;11564:2;;;11651:18;;:::i;:::-;11564:2;11695:1;11692;11688:9;11681:16;;11442:261;;;;:::o;11709:191::-;;11769:20;11787:1;11769:20;:::i;:::-;11764:25;;11803:20;11821:1;11803:20;:::i;:::-;11798:25;;11842:1;11839;11836:8;11833:2;;;11847:18;;:::i;:::-;11833:2;11892:1;11889;11885:9;11877:17;;11754:146;;;;:::o;11906:96::-;;11972:24;11990:5;11972:24;:::i;:::-;11961:35;;11951:51;;;:::o;12008:90::-;;12085:5;12078:13;12071:21;12060:32;;12050:48;;;:::o;12104:126::-;;12181:42;12174:5;12170:54;12159:65;;12149:81;;;:::o;12236:77::-;;12302:5;12291:16;;12281:32;;;:::o;12319:86::-;;12394:4;12387:5;12383:16;12372:27;;12362:43;;;:::o;12411:307::-;12479:1;12489:113;12503:6;12500:1;12497:13;12489:113;;;12588:1;12583:3;12579:11;12573:18;12569:1;12564:3;12560:11;12553:39;12525:2;12522:1;12518:10;12513:15;;12489:113;;;12620:6;12617:1;12614:13;12611:2;;;12700:1;12691:6;12686:3;12682:16;12675:27;12611:2;12460:258;;;;:::o;12724:320::-;;12805:1;12799:4;12795:12;12785:22;;12852:1;12846:4;12842:12;12873:18;12863:2;;12929:4;12921:6;12917:17;12907:27;;12863:2;12991;12983:6;12980:14;12960:18;12957:38;12954:2;;;13010:18;;:::i;:::-;12954:2;12775:269;;;;:::o;13050:180::-;13098:77;13095:1;13088:88;13195:4;13192:1;13185:15;13219:4;13216:1;13209:15;13236:180;13284:77;13281:1;13274:88;13381:4;13378:1;13371:15;13405:4;13402:1;13395:15;13422:102;;13514:2;13510:7;13505:2;13498:5;13494:14;13490:28;13480:38;;13470:54;;;:::o;13530:122::-;13603:24;13621:5;13603:24;:::i;:::-;13596:5;13593:35;13583:2;;13642:1;13639;13632:12;13583:2;13573:79;:::o;13658:122::-;13731:24;13749:5;13731:24;:::i;:::-;13724:5;13721:35;13711:2;;13770:1;13767;13760:12;13711:2;13701:79;:::o

Swarm Source

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