ETH Price: $3,180.52 (-8.09%)
Gas: 3 Gwei

Token

Dwarven Mines (DWARF)
 

Overview

Max Total Supply

640 DWARF

Holders

134

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Balance
5 DWARF
0xd52dd81b111214598c9d56fdabfc5d5a52b017c7
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:
DwarvenMines

Compiler Version
v0.8.14+commit.80d49f37

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-06-25
*/

// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (utils/introspection/IERC165.sol)

pragma solidity ^0.8.1;

/**
 * @dev Interface of the ERC165 standard, as defined in the
 * https://eips.ethereum.org/EIPS/eip-165[EIP].
 *
 * Implementers can declare support of contract interfaces, which can then be
 * queried by others ({ERC165Checker}).
 *
 * For an implementation, see {ERC165}.
 */
interface IERC165 {
    /**
     * @dev Returns true if this contract implements the interface defined by
     * `interfaceId`. See the corresponding
     * https://eips.ethereum.org/EIPS/eip-165#how-interfaces-are-identified[EIP section]
     * to learn more about how these ids are created.
     *
     * This function call must use less than 30 000 gas.
     */
    function supportsInterface(bytes4 interfaceId) external view returns (bool);
}


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

// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721.sol)

/**
 * @dev Required interface of an ERC721 compliant contract.
 */
interface IERC721 is IERC165 {
    /**
     * @dev Emitted when `tokenId` token is transferred from `from` to `to`.
     */
    event Transfer(address indexed from, address indexed to, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables `approved` to manage the `tokenId` token.
     */
    event Approval(address indexed owner, address indexed approved, uint256 indexed tokenId);

    /**
     * @dev Emitted when `owner` enables or disables (`approved`) `operator` to manage all of its assets.
     */
    event ApprovalForAll(address indexed owner, address indexed operator, bool approved);

    /**
     * @dev Returns the number of tokens in ``owner``'s account.
     */
    function balanceOf(address owner) external view returns (uint256 balance);

    /**
     * @dev Returns the owner of the `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function ownerOf(uint256 tokenId) external view returns (address owner);

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId,
        bytes calldata data
    ) external;

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
     * are aware of the ERC721 protocol to prevent tokens from being forever locked.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If the caller is not `from`, it must be have been allowed to move this token by either {approve} or {setApprovalForAll}.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId
    ) external;

    /**
     * @dev Transfers `tokenId` token from `from` to `to`.
     *
     * WARNING: Usage of this method is discouraged, use {safeTransferFrom} whenever possible.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     * - If the caller is not `from`, it must be approved to move this token by either {approve} or {setApprovalForAll}.
     *
     * Emits a {Transfer} event.
     */
    function transferFrom(
        address from,
        address to,
        uint256 tokenId
    ) external;

    /**
     * @dev Gives permission to `to` to transfer `tokenId` token to another account.
     * The approval is cleared when the token is transferred.
     *
     * Only a single account can be approved at a time, so approving the zero address clears previous approvals.
     *
     * Requirements:
     *
     * - The caller must own the token or be an approved operator.
     * - `tokenId` must exist.
     *
     * Emits an {Approval} event.
     */
    function approve(address to, uint256 tokenId) external;

    /**
     * @dev Approve or remove `operator` as an operator for the caller.
     * Operators can call {transferFrom} or {safeTransferFrom} for any token owned by the caller.
     *
     * Requirements:
     *
     * - The `operator` cannot be the caller.
     *
     * Emits an {ApprovalForAll} event.
     */
    function setApprovalForAll(address operator, bool _approved) external;

    /**
     * @dev Returns the account approved for `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function getApproved(uint256 tokenId) external view returns (address operator);

    /**
     * @dev Returns if the `operator` is allowed to manage all of the assets of `owner`.
     *
     * See {setApprovalForAll}
     */
    function isApprovedForAll(address owner, address operator) external view returns (bool);
}


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

// OpenZeppelin Contracts (last updated v4.6.0) (token/ERC721/IERC721Receiver.sol)

/**
 * @title ERC721 token receiver interface
 * @dev Interface for any contract that wants to support safeTransfers
 * from ERC721 asset contracts.
 */
interface IERC721Receiver {
    /**
     * @dev Whenever an {IERC721} `tokenId` token is transferred to this contract via {IERC721-safeTransferFrom}
     * by `operator` from `from`, this function is called.
     *
     * It must return its Solidity selector to confirm the token transfer.
     * If any other value is returned or the interface is not implemented by the recipient, the transfer will be reverted.
     *
     * The selector can be obtained in Solidity with `IERC721Receiver.onERC721Received.selector`.
     */
    function onERC721Received(
        address operator,
        address from,
        uint256 tokenId,
        bytes calldata data
    ) external returns (bytes4);
}


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

// OpenZeppelin Contracts v4.4.1 (token/ERC721/extensions/IERC721Metadata.sol)

/**
 * @title ERC-721 Non-Fungible Token Standard, optional metadata extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Metadata is IERC721 {
    /**
     * @dev Returns the token collection name.
     */
    function name() external view returns (string memory);

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

    /**
     * @dev Returns the Uniform Resource Identifier (URI) for `tokenId` token.
     */
    function tokenURI(uint256 tokenId) external view returns (string memory);
}


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

// OpenZeppelin Contracts (last updated v4.5.0) (utils/Address.sol)

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     *
     * [IMPORTANT]
     * ====
     * You shouldn't rely on `isContract` to protect against flash loan attacks!
     *
     * Preventing calls from contracts is highly discouraged. It breaks composability, breaks support for smart wallets
     * like Gnosis Safe, and does not provide security since it can be circumvented by calling from a contract
     * constructor.
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize/address.code.length, which returns 0
        // for contracts in construction, since the code is only stored at the end
        // of the constructor execution.

        return account.code.length > 0;
    }

    /**
     * @dev Replacement for Solidity's `transfer`: sends `amount` wei to
     * `recipient`, forwarding all available gas and reverting on errors.
     *
     * https://eips.ethereum.org/EIPS/eip-1884[EIP1884] increases the gas cost
     * of certain opcodes, possibly making contracts go over the 2300 gas limit
     * imposed by `transfer`, making them unable to receive funds via
     * `transfer`. {sendValue} removes this limitation.
     *
     * https://diligence.consensys.net/posts/2019/09/stop-using-soliditys-transfer-now/[Learn more].
     *
     * IMPORTANT: because control is transferred to `recipient`, care must be
     * taken to not create reentrancy vulnerabilities. Consider using
     * {ReentrancyGuard} or the
     * https://solidity.readthedocs.io/en/v0.5.11/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].
     */
    function sendValue(address payable recipient, uint256 amount) internal {
        require(address(this).balance >= amount, "Address: insufficient balance");

        (bool success, ) = recipient.call{value: amount}("");
        require(success, "Address: unable to send value, recipient may have reverted");
    }

    /**
     * @dev Performs a Solidity function call using a low level `call`. A
     * plain `call` is an unsafe replacement for a function call: use this
     * function instead.
     *
     * If `target` reverts with a revert reason, it is bubbled up by this
     * function (like regular Solidity function calls).
     *
     * Returns the raw returned data. To convert to the expected return value,
     * use https://solidity.readthedocs.io/en/latest/units-and-global-variables.html?highlight=abi.decode#abi-encoding-and-decoding-functions[`abi.decode`].
     *
     * Requirements:
     *
     * - `target` must be a contract.
     * - calling `target` with `data` must not revert.
     *
     * _Available since v3.1._
     */
    function functionCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionCall(target, data, "Address: low-level call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`], but with
     * `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, 0, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but also transferring `value` wei to `target`.
     *
     * Requirements:
     *
     * - the calling contract must have an ETH balance of at least `value`.
     * - the called Solidity function must be `payable`.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value
    ) internal returns (bytes memory) {
        return functionCallWithValue(target, data, value, "Address: low-level call with value failed");
    }

    /**
     * @dev Same as {xref-Address-functionCallWithValue-address-bytes-uint256-}[`functionCallWithValue`], but
     * with `errorMessage` as a fallback revert reason when `target` reverts.
     *
     * _Available since v3.1._
     */
    function functionCallWithValue(
        address target,
        bytes memory data,
        uint256 value,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(address(this).balance >= value, "Address: insufficient balance for call");
        require(isContract(target), "Address: call to non-contract");

        (bool success, bytes memory returndata) = target.call{value: value}(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {
        return functionStaticCall(target, data, "Address: low-level static call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a static call.
     *
     * _Available since v3.3._
     */
    function functionStaticCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal view returns (bytes memory) {
        require(isContract(target), "Address: static call to non-contract");

        (bool success, bytes memory returndata) = target.staticcall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {
        return functionDelegateCall(target, data, "Address: low-level delegate call failed");
    }

    /**
     * @dev Same as {xref-Address-functionCall-address-bytes-string-}[`functionCall`],
     * but performing a delegate call.
     *
     * _Available since v3.4._
     */
    function functionDelegateCall(
        address target,
        bytes memory data,
        string memory errorMessage
    ) internal returns (bytes memory) {
        require(isContract(target), "Address: delegate call to non-contract");

        (bool success, bytes memory returndata) = target.delegatecall(data);
        return verifyCallResult(success, returndata, errorMessage);
    }

    /**
     * @dev Tool to verifies that a low level call was successful, and revert if it wasn't, either by bubbling the
     * revert reason using the provided one.
     *
     * _Available since v4.3._
     */
    function verifyCallResult(
        bool success,
        bytes memory returndata,
        string memory errorMessage
    ) internal pure returns (bytes memory) {
        if (success) {
            return returndata;
        } else {
            // Look for revert reason and bubble it up if present
            if (returndata.length > 0) {
                // The easiest way to bubble the revert reason is using memory via assembly

                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}


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

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

/**
 * @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/utils/[email protected]

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

/**
 * @dev String operations.
 */
library Strings {
    bytes16 private constant _HEX_SYMBOLS = "0123456789abcdef";

    /**
     * @dev Converts a `uint256` to its ASCII `string` decimal representation.
     */
    function toString(uint256 value) internal pure returns (string memory) {
        // Inspired by OraclizeAPI's implementation - MIT licence
        // https://github.com/oraclize/ethereum-api/blob/b42146b063c7d6ee1358846c198246239e9360e8/oraclizeAPI_0.4.25.sol

        if (value == 0) {
            return "0";
        }
        uint256 temp = value;
        uint256 digits;
        while (temp != 0) {
            digits++;
            temp /= 10;
        }
        bytes memory buffer = new bytes(digits);
        while (value != 0) {
            digits -= 1;
            buffer[digits] = bytes1(uint8(48 + uint256(value % 10)));
            value /= 10;
        }
        return string(buffer);
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation.
     */
    function toHexString(uint256 value) internal pure returns (string memory) {
        if (value == 0) {
            return "0x00";
        }
        uint256 temp = value;
        uint256 length = 0;
        while (temp != 0) {
            length++;
            temp >>= 8;
        }
        return toHexString(value, length);
    }

    /**
     * @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length.
     */
    function toHexString(uint256 value, uint256 length) internal pure returns (string memory) {
        bytes memory buffer = new bytes(2 * length + 2);
        buffer[0] = "0";
        buffer[1] = "x";
        for (uint256 i = 2 * length + 1; i > 1; --i) {
            buffer[i] = _HEX_SYMBOLS[value & 0xf];
            value >>= 4;
        }
        require(value == 0, "Strings: hex length insufficient");
        return string(buffer);
    }
}


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

// OpenZeppelin Contracts v4.4.1 (utils/introspection/ERC165.sol)

/**
 * @dev Implementation of the {IERC165} interface.
 *
 * Contracts that want to implement ERC165 should inherit from this contract and override {supportsInterface} to check
 * for the additional interface id that will be supported. For example:
 *
 * ```solidity
 * function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
 *     return interfaceId == type(MyInterface).interfaceId || super.supportsInterface(interfaceId);
 * }
 * ```
 *
 * Alternatively, {ERC165Storage} provides an easier to use but more expensive implementation.
 */
abstract contract ERC165 is IERC165 {
    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
        return interfaceId == type(IERC165).interfaceId;
    }
}


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

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

/**
 * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including
 * the Metadata extension, but not including the Enumerable extension, which is available separately as
 * {ERC721Enumerable}.
 */
contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
    using Address for address;
    using Strings for uint256;

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

    // Mapping from token ID to owner address
    mapping(uint256 => address) private _owners;

    // Mapping owner address to token count
    mapping(address => uint256) private _balances;

    // Mapping from token ID to approved address
    mapping(uint256 => address) private _tokenApprovals;

    // Mapping from owner to operator approvals
    mapping(address => mapping(address => bool)) private _operatorApprovals;

    /**
     * @dev Initializes the contract by setting a `name` and a `symbol` to the token collection.
     */
    constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
    }

    /**
     * @dev See {IERC165-supportsInterface}.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override(ERC165, IERC165) returns (bool) {
        return
            interfaceId == type(IERC721).interfaceId ||
            interfaceId == type(IERC721Metadata).interfaceId ||
            super.supportsInterface(interfaceId);
    }

    /**
     * @dev See {IERC721-balanceOf}.
     */
    function balanceOf(address owner) public view virtual override returns (uint256) {
        require(owner != address(0), "ERC721: balance query for the zero address");
        return _balances[owner];
    }

    /**
     * @dev See {IERC721-ownerOf}.
     */
    function ownerOf(uint256 tokenId) public view virtual override returns (address) {
        address owner = _owners[tokenId];
        require(owner != address(0), "ERC721: owner query for nonexistent token");
        return owner;
    }

    /**
     * @dev See {IERC721Metadata-name}.
     */
    function name() public view virtual override returns (string memory) {
        return _name;
    }

    /**
     * @dev See {IERC721Metadata-symbol}.
     */
    function symbol() public view virtual override returns (string memory) {
        return _symbol;
    }

    /**
     * @dev See {IERC721Metadata-tokenURI}.
     */
    function tokenURI(uint256 tokenId) public view virtual override returns (string memory) {
        require(_exists(tokenId), "ERC721Metadata: URI query for nonexistent token");

        string memory baseURI = _baseURI();
        return bytes(baseURI).length > 0 ? string(abi.encodePacked(baseURI, tokenId.toString())) : "";
    }

    /**
     * @dev Base URI for computing {tokenURI}. If set, the resulting URI for each
     * token will be the concatenation of the `baseURI` and the `tokenId`. Empty
     * by default, can be overridden in child contracts.
     */
    function _baseURI() internal view virtual returns (string memory) {
        return "";
    }

    /**
     * @dev See {IERC721-approve}.
     */
    function approve(address to, uint256 tokenId) public virtual override {
        address owner = ERC721.ownerOf(tokenId);
        require(to != owner, "ERC721: approval to current owner");

        require(
            _msgSender() == owner || isApprovedForAll(owner, _msgSender()),
            "ERC721: approve caller is not owner nor approved for all"
        );

        _approve(to, tokenId);
    }

    /**
     * @dev See {IERC721-getApproved}.
     */
    function getApproved(uint256 tokenId) public view virtual override returns (address) {
        require(_exists(tokenId), "ERC721: approved query for nonexistent token");

        return _tokenApprovals[tokenId];
    }

    /**
     * @dev See {IERC721-setApprovalForAll}.
     */
    function setApprovalForAll(address operator, bool approved) public virtual override {
        _setApprovalForAll(_msgSender(), operator, approved);
    }

    /**
     * @dev See {IERC721-isApprovedForAll}.
     */
    function isApprovedForAll(address owner, address operator) public view virtual override returns (bool) {
        return _operatorApprovals[owner][operator];
    }

    /**
     * @dev See {IERC721-transferFrom}.
     */
    function transferFrom(
        address from,
        address to,
        uint256 tokenId
    ) public virtual override {
        //solhint-disable-next-line max-line-length
        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved");

        _transfer(from, to, tokenId);
    }

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId
    ) public virtual override {
        safeTransferFrom(from, to, tokenId, "");
    }

    /**
     * @dev See {IERC721-safeTransferFrom}.
     */
    function safeTransferFrom(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) public virtual override {
        require(_isApprovedOrOwner(_msgSender(), tokenId), "ERC721: transfer caller is not owner nor approved");
        _safeTransfer(from, to, tokenId, _data);
    }

    /**
     * @dev Safely transfers `tokenId` token from `from` to `to`, checking first that contract recipients
     * are aware of the ERC721 protocol to prevent tokens from being forever locked.
     *
     * `_data` is additional data, it has no specified format and it is sent in call to `to`.
     *
     * This internal function is equivalent to {safeTransferFrom}, and can be used to e.g.
     * implement alternative mechanisms to perform token transfer, such as signature-based.
     *
     * Requirements:
     *
     * - `from` cannot be the zero address.
     * - `to` cannot be the zero address.
     * - `tokenId` token must exist and be owned by `from`.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function _safeTransfer(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) internal virtual {
        _transfer(from, to, tokenId);
        require(_checkOnERC721Received(from, to, tokenId, _data), "ERC721: transfer to non ERC721Receiver implementer");
    }

    /**
     * @dev Returns whether `tokenId` exists.
     *
     * Tokens can be managed by their owner or approved accounts via {approve} or {setApprovalForAll}.
     *
     * Tokens start existing when they are minted (`_mint`),
     * and stop existing when they are burned (`_burn`).
     */
    function _exists(uint256 tokenId) internal view virtual returns (bool) {
        return _owners[tokenId] != address(0);
    }

    /**
     * @dev Returns whether `spender` is allowed to manage `tokenId`.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function _isApprovedOrOwner(address spender, uint256 tokenId) internal view virtual returns (bool) {
        require(_exists(tokenId), "ERC721: operator query for nonexistent token");
        address owner = ERC721.ownerOf(tokenId);
        return (spender == owner || isApprovedForAll(owner, spender) || getApproved(tokenId) == spender);
    }

    /**
     * @dev Safely mints `tokenId` and transfers it to `to`.
     *
     * Requirements:
     *
     * - `tokenId` must not exist.
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called upon a safe transfer.
     *
     * Emits a {Transfer} event.
     */
    function _safeMint(address to, uint256 tokenId) internal virtual {
        _safeMint(to, tokenId, "");
    }

    /**
     * @dev Same as {xref-ERC721-_safeMint-address-uint256-}[`_safeMint`], with an additional `data` parameter which is
     * forwarded in {IERC721Receiver-onERC721Received} to contract recipients.
     */
    function _safeMint(
        address to,
        uint256 tokenId,
        bytes memory _data
    ) internal virtual {
        _mint(to, tokenId);
        require(
            _checkOnERC721Received(address(0), to, tokenId, _data),
            "ERC721: transfer to non ERC721Receiver implementer"
        );
    }

    /**
     * @dev Mints `tokenId` and transfers it to `to`.
     *
     * WARNING: Usage of this method is discouraged, use {_safeMint} whenever possible
     *
     * Requirements:
     *
     * - `tokenId` must not exist.
     * - `to` cannot be the zero address.
     *
     * Emits a {Transfer} event.
     */
    function _mint(address to, uint256 tokenId) internal virtual {
        require(to != address(0), "ERC721: mint to the zero address");
        require(!_exists(tokenId), "ERC721: token already minted");

        _beforeTokenTransfer(address(0), to, tokenId);

        _balances[to] += 1;
        _owners[tokenId] = to;

        emit Transfer(address(0), to, tokenId);

        _afterTokenTransfer(address(0), to, tokenId);
    }

    /**
     * @dev Destroys `tokenId`.
     * The approval is cleared when the token is burned.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     *
     * Emits a {Transfer} event.
     */
    function _burn(uint256 tokenId) internal virtual {
        address owner = ERC721.ownerOf(tokenId);

        _beforeTokenTransfer(owner, address(0), tokenId);

        // Clear approvals
        _approve(address(0), tokenId);

        _balances[owner] -= 1;
        delete _owners[tokenId];

        emit Transfer(owner, address(0), tokenId);

        _afterTokenTransfer(owner, address(0), tokenId);
    }

    /**
     * @dev Transfers `tokenId` from `from` to `to`.
     *  As opposed to {transferFrom}, this imposes no restrictions on msg.sender.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - `tokenId` token must be owned by `from`.
     *
     * Emits a {Transfer} event.
     */
    function _transfer(
        address from,
        address to,
        uint256 tokenId
    ) internal virtual {
        require(ERC721.ownerOf(tokenId) == from, "ERC721: transfer from incorrect owner");
        require(to != address(0), "ERC721: transfer to the zero address");

        _beforeTokenTransfer(from, to, tokenId);

        // Clear approvals from the previous owner
        _approve(address(0), tokenId);

        _balances[from] -= 1;
        _balances[to] += 1;
        _owners[tokenId] = to;

        emit Transfer(from, to, tokenId);

        _afterTokenTransfer(from, to, tokenId);
    }

    /**
     * @dev Approve `to` to operate on `tokenId`
     *
     * Emits a {Approval} event.
     */
    function _approve(address to, uint256 tokenId) internal virtual {
        _tokenApprovals[tokenId] = to;
        emit Approval(ERC721.ownerOf(tokenId), to, tokenId);
    }

    /**
     * @dev Approve `operator` to operate on all of `owner` tokens
     *
     * Emits a {ApprovalForAll} event.
     */
    function _setApprovalForAll(
        address owner,
        address operator,
        bool approved
    ) internal virtual {
        require(owner != operator, "ERC721: approve to caller");
        _operatorApprovals[owner][operator] = approved;
        emit ApprovalForAll(owner, operator, approved);
    }

    /**
     * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target address.
     * The call is not executed if the target address is not a contract.
     *
     * @param from address representing the previous owner of the given token ID
     * @param to target address that will receive the tokens
     * @param tokenId uint256 ID of the token to be transferred
     * @param _data bytes optional data to send along with the call
     * @return bool whether the call correctly returned the expected magic value
     */
    function _checkOnERC721Received(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) private returns (bool) {
        if (to.isContract()) {
            try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, _data) returns (bytes4 retval) {
                return retval == IERC721Receiver.onERC721Received.selector;
            } catch (bytes memory reason) {
                if (reason.length == 0) {
                    revert("ERC721: transfer to non ERC721Receiver implementer");
                } else {
                    assembly {
                        revert(add(32, reason), mload(reason))
                    }
                }
            }
        } else {
            return true;
        }
    }

    /**
     * @dev Hook that is called before any token transfer. This includes minting
     * and burning.
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, ``from``'s `tokenId` will be
     * transferred to `to`.
     * - When `from` is zero, `tokenId` will be minted for `to`.
     * - When `to` is zero, ``from``'s `tokenId` 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 tokenId
    ) 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.
     * - `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 tokenId
    ) internal virtual {}
}


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

// OpenZeppelin Contracts v4.4.1 (access/Ownable.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.
 *
 * By default, the owner account will be the one that deploys the contract. This
 * can later be changed with {transferOwnership}.
 *
 * This module is used through inheritance. It will make available the modifier
 * `onlyOwner`, which can be applied to your functions to restrict their use to
 * the owner.
 */
abstract contract Ownable is Context {
    address private _owner;

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

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

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

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

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

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

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


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

// OpenZeppelin Contracts v4.4.1 (security/ReentrancyGuard.sol)

/**
 * @dev Contract module that helps prevent reentrant calls to a function.
 *
 * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier
 * available, which can be applied to functions to make sure there are no nested
 * (reentrant) calls to them.
 *
 * Note that because there is a single `nonReentrant` guard, functions marked as
 * `nonReentrant` may not call one another. This can be worked around by making
 * those functions `private`, and then adding `external` `nonReentrant` entry
 * points to them.
 *
 * TIP: If you would like to learn more about reentrancy and alternative ways
 * to protect against it, check out our blog post
 * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].
 */
abstract contract ReentrancyGuard {
    // Booleans are more expensive than uint256 or any type that takes up a full
    // word because each write operation emits an extra SLOAD to first read the
    // slot's contents, replace the bits taken up by the boolean, and then write
    // back. This is the compiler's defense against contract upgrades and
    // pointer aliasing, and it cannot be disabled.

    // The values being non-zero value makes deployment a bit more expensive,
    // but in exchange the refund on every call to nonReentrant will be lower in
    // amount. Since refunds are capped to a percentage of the total
    // transaction's gas, it is best to keep them low in cases like this one, to
    // increase the likelihood of the full refund coming into effect.
    uint256 private constant _NOT_ENTERED = 1;
    uint256 private constant _ENTERED = 2;

    uint256 private _status;

    constructor() {
        _status = _NOT_ENTERED;
    }

    /**
     * @dev Prevents a contract from calling itself, directly or indirectly.
     * Calling a `nonReentrant` function from another `nonReentrant`
     * function is not supported. It is possible to prevent this from happening
     * by making the `nonReentrant` function external, and making it call a
     * `private` function that does the actual work.
     */
    modifier nonReentrant() {
        // On the first call to nonReentrant, _notEntered will be true
        require(_status != _ENTERED, "ReentrancyGuard: reentrant call");

        // Any calls to nonReentrant after this point will fail
        _status = _ENTERED;

        _;

        // By storing the original value once again, a refund is triggered (see
        // https://eips.ethereum.org/EIPS/eip-2200)
        _status = _NOT_ENTERED;
    }
}


// File contracts/lib/Random.sol

library Random {
  function rand(
    uint256 _seed,
    uint256 _index
  ) internal pure returns (uint256 val) {
    unchecked {
      val = uint256(keccak256(abi.encodePacked(
        _seed, _index
      )));
    }
  }

  function randUint256(
    uint256 _seed,
    uint256 _index,
    uint256 n
  ) internal pure returns (uint256) {
    require(n > 0, "SeedRand#randUint256: n must be positive");
    uint256 val;
    uint256 div = type(uint256).max / n;

    do {
      val = rand(_seed, _index);
    } while (val >= div * n);

    return val % n;
  }

  function range(
    uint256 _seed,
    uint256 _index,
    uint256 min,
    uint256 max
  ) internal pure returns (uint256) {
    return min + randUint256(_seed, _index, max - min);
  }
}


// File contracts/DwarvenMines.sol

contract DwarvenMines is ERC721, Ownable, ReentrancyGuard {
  uint256 constant MAX_PER_WALLET = 5;

  uint256 immutable public maxSupply;
  bytes32 immutable public proofHash;

  uint256 public totalSupply = 0;
  uint256 public startingIndex = 0;

  uint256 public openTime;
  string baseURI;

  mapping(address => uint256) mintsByAddress;

  constructor(
    uint256 _maxSupply,
    uint256 _openTime,
    bytes32 _proofHash
  ) ERC721("Dwarven Mines", "DWARF") {
    maxSupply = _maxSupply;
    openTime = _openTime;
    proofHash = _proofHash;
  }

  function updateOpenTime(uint256 _newOpenTime) external onlyOwner() {
    openTime = _newOpenTime;
  }

  function _initStartingIndex() internal {
    startingIndex = Random.randUint256(
      uint256(blockhash(block.number - 1)),
      block.difficulty, 
      maxSupply
    );
  }

  function mint(uint256 _amount) external nonReentrant() {
    require(totalSupply + _amount <= maxSupply, "mint: would exceed max supply");
    require(block.timestamp >= openTime, "mint: closed");

    require(
      _amount + getMintedAmount(_msgSender()) <= MAX_PER_WALLET,
      "mint: amount above limit per wallet"
    );

    if (startingIndex == 0) {
      _initStartingIndex();
    }

    uint256 nextId = totalSupply + 1;
    totalSupply += _amount;
    mintsByAddress[_msgSender()] += _amount;
    
    for (uint256 i = 0; i < _amount; i++) {
      _safeMint(_msgSender(), nextId + i);
    }
  }

  function _baseURI() internal view override returns(string memory) {
    return baseURI;
  }

  function getMintedAmount(address _account) public view returns(uint256) {
    return mintsByAddress[_account];
  }

  function setBaseURI(string memory _newBaseURI) external onlyOwner() {
    baseURI = _newBaseURI;
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"uint256","name":"_maxSupply","type":"uint256"},{"internalType":"uint256","name":"_openTime","type":"uint256"},{"internalType":"bytes32","name":"_proofHash","type":"bytes32"}],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_account","type":"address"}],"name":"getMintedAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"openTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"proofHash","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_newBaseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"startingIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","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":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_newOpenTime","type":"uint256"}],"name":"updateOpenTime","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60c0604052600060085560006009553480156200001b57600080fd5b5060405162001dda38038062001dda8339810160408190526200003e91620001d6565b604080518082018252600d81526c4477617276656e204d696e657360981b602080830191825283518085019094526005845264222ba0a92360d91b908401528151919291620000909160009162000130565b508051620000a690600190602084019062000130565b505050620000c3620000bd620000da60201b60201c565b620000de565b6001600755608092909252600a5560a05262000241565b3390565b600680546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b8280546200013e9062000205565b90600052602060002090601f016020900481019282620001625760008555620001ad565b82601f106200017d57805160ff1916838001178555620001ad565b82800160010185558215620001ad579182015b82811115620001ad57825182559160200191906001019062000190565b50620001bb929150620001bf565b5090565b5b80821115620001bb5760008155600101620001c0565b600080600060608486031215620001ec57600080fd5b8351925060208401519150604084015190509250925092565b600181811c908216806200021a57607f821691505b6020821081036200023b57634e487b7160e01b600052602260045260246000fd5b50919050565b60805160a051611b656200027560003960006102b4015260008181610352015281816108b10152610f930152611b656000f3fe608060405234801561001057600080fd5b50600436106101735760003560e01c8063715018a6116100de578063b425688811610097578063cb774d4711610071578063cb774d4714610344578063d5abeb011461034d578063e985e9c514610374578063f2fde38b146103b057600080fd5b8063b425688814610315578063b88d4fde1461031e578063c87b56dd1461033157600080fd5b8063715018a6146102a75780637a36a190146102af5780638da5cb5b146102d657806395d89b41146102e7578063a0712d68146102ef578063a22cb4651461030257600080fd5b806323b872dd1161013057806323b872dd1461021f57806342842e0e1461023257806355f804b3146102455780636352211e1461025857806363b266ba1461026b57806370a082311461029457600080fd5b806301ffc9a71461017857806306fdde03146101a0578063081812fc146101b5578063095ea7b3146101e0578063132f697f146101f557806318160ddd14610208575b600080fd5b61018b6101863660046115cf565b6103c3565b60405190151581526020015b60405180910390f35b6101a8610415565b6040516101979190611644565b6101c86101c3366004611657565b6104a7565b6040516001600160a01b039091168152602001610197565b6101f36101ee36600461168c565b610541565b005b6101f3610203366004611657565b610656565b61021160085481565b604051908152602001610197565b6101f361022d3660046116b6565b610685565b6101f36102403660046116b6565b6106b6565b6101f361025336600461177e565b6106d1565b6101c8610266366004611657565b610712565b6102116102793660046117c7565b6001600160a01b03166000908152600c602052604090205490565b6102116102a23660046117c7565b610789565b6101f3610810565b6102117f000000000000000000000000000000000000000000000000000000000000000081565b6006546001600160a01b03166101c8565b6101a8610846565b6101f36102fd366004611657565b610855565b6101f36103103660046117e2565b610a75565b610211600a5481565b6101f361032c36600461181e565b610a80565b6101a861033f366004611657565b610ab8565b61021160095481565b6102117f000000000000000000000000000000000000000000000000000000000000000081565b61018b61038236600461189a565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b6101f36103be3660046117c7565b610b93565b60006001600160e01b031982166380ac58cd60e01b14806103f457506001600160e01b03198216635b5e139f60e01b145b8061040f57506301ffc9a760e01b6001600160e01b03198316145b92915050565b606060008054610424906118cd565b80601f0160208091040260200160405190810160405280929190818152602001828054610450906118cd565b801561049d5780601f106104725761010080835404028352916020019161049d565b820191906000526020600020905b81548152906001019060200180831161048057829003601f168201915b5050505050905090565b6000818152600260205260408120546001600160a01b03166105255760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600460205260409020546001600160a01b031690565b600061054c82610712565b9050806001600160a01b0316836001600160a01b0316036105b95760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b606482015260840161051c565b336001600160a01b03821614806105d557506105d58133610382565b6106475760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000606482015260840161051c565b6106518383610c2e565b505050565b6006546001600160a01b031633146106805760405162461bcd60e51b815260040161051c90611907565b600a55565b61068f3382610c9c565b6106ab5760405162461bcd60e51b815260040161051c9061193c565b610651838383610d93565b61065183838360405180602001604052806000815250610a80565b6006546001600160a01b031633146106fb5760405162461bcd60e51b815260040161051c90611907565b805161070e90600b906020840190611520565b5050565b6000818152600260205260408120546001600160a01b03168061040f5760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b606482015260840161051c565b60006001600160a01b0382166107f45760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b606482015260840161051c565b506001600160a01b031660009081526003602052604090205490565b6006546001600160a01b0316331461083a5760405162461bcd60e51b815260040161051c90611907565b6108446000610f2f565b565b606060018054610424906118cd565b6002600754036108a75760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015260640161051c565b60026007556008547f0000000000000000000000000000000000000000000000000000000000000000906108dc9083906119a3565b111561092a5760405162461bcd60e51b815260206004820152601d60248201527f6d696e743a20776f756c6420657863656564206d617820737570706c79000000604482015260640161051c565b600a5442101561096b5760405162461bcd60e51b815260206004820152600c60248201526b1b5a5b9d0e8818db1bdcd95960a21b604482015260640161051c565b600561097633610279565b61098090836119a3565b11156109da5760405162461bcd60e51b815260206004820152602360248201527f6d696e743a20616d6f756e742061626f7665206c696d6974207065722077616c6044820152621b195d60ea1b606482015260840161051c565b6009546000036109ec576109ec610f81565b600060085460016109fd91906119a3565b90508160086000828254610a1191906119a3565b9091555050336000908152600c602052604081208054849290610a359084906119a3565b90915550600090505b82811015610a6b57610a5933610a5483856119a3565b610fbc565b80610a63816119bb565b915050610a3e565b5050600160075550565b61070e338383610fd6565b610a8a3383610c9c565b610aa65760405162461bcd60e51b815260040161051c9061193c565b610ab2848484846110a4565b50505050565b6000818152600260205260409020546060906001600160a01b0316610b375760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b606482015260840161051c565b6000610b416110d7565b90506000815111610b615760405180602001604052806000815250610b8c565b80610b6b846110e6565b604051602001610b7c9291906119d4565b6040516020818303038152906040525b9392505050565b6006546001600160a01b03163314610bbd5760405162461bcd60e51b815260040161051c90611907565b6001600160a01b038116610c225760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161051c565b610c2b81610f2f565b50565b600081815260046020526040902080546001600160a01b0319166001600160a01b0384169081179091558190610c6382610712565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000818152600260205260408120546001600160a01b0316610d155760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b606482015260840161051c565b6000610d2083610712565b9050806001600160a01b0316846001600160a01b03161480610d6757506001600160a01b0380821660009081526005602090815260408083209388168352929052205460ff165b80610d8b5750836001600160a01b0316610d80846104a7565b6001600160a01b0316145b949350505050565b826001600160a01b0316610da682610712565b6001600160a01b031614610e0a5760405162461bcd60e51b815260206004820152602560248201527f4552433732313a207472616e736665722066726f6d20696e636f72726563742060448201526437bbb732b960d91b606482015260840161051c565b6001600160a01b038216610e6c5760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b606482015260840161051c565b610e77600082610c2e565b6001600160a01b0383166000908152600360205260408120805460019290610ea0908490611a03565b90915550506001600160a01b0382166000908152600360205260408120805460019290610ece9084906119a3565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b600680546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b610fb7610f8f600143611a03565b40447f00000000000000000000000000000000000000000000000000000000000000006111e7565b600955565b61070e8282604051806020016040528060008152506112aa565b816001600160a01b0316836001600160a01b0316036110375760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c657200000000000000604482015260640161051c565b6001600160a01b03838116600081815260056020908152604080832094871680845294825291829020805460ff191686151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a3505050565b6110af848484610d93565b6110bb848484846112dd565b610ab25760405162461bcd60e51b815260040161051c90611a1a565b6060600b8054610424906118cd565b60608160000361110d5750506040805180820190915260018152600360fc1b602082015290565b8160005b81156111375780611121816119bb565b91506111309050600a83611a82565b9150611111565b60008167ffffffffffffffff811115611152576111526116f2565b6040519080825280601f01601f19166020018201604052801561117c576020820181803683370190505b5090505b8415610d8b57611191600183611a03565b915061119e600a86611a96565b6111a99060306119a3565b60f81b8183815181106111be576111be611aaa565b60200101906001600160f81b031916908160001a9053506111e0600a86611a82565b9450611180565b60008082116112495760405162461bcd60e51b815260206004820152602860248201527f5365656452616e642372616e6455696e743235363a206e206d75737420626520604482015267706f73697469766560c01b606482015260840161051c565b60008061125884600019611a82565b90505b60408051602080820189905281830188905282518083038401815260609092019092528051910120915061128f8482611ac0565b82101561125b576112a08483611a96565b9695505050505050565b6112b483836113de565b6112c160008484846112dd565b6106515760405162461bcd60e51b815260040161051c90611a1a565b60006001600160a01b0384163b156113d357604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290611321903390899088908890600401611adf565b6020604051808303816000875af192505050801561135c575060408051601f3d908101601f1916820190925261135991810190611b12565b60015b6113b9573d80801561138a576040519150601f19603f3d011682016040523d82523d6000602084013e61138f565b606091505b5080516000036113b15760405162461bcd60e51b815260040161051c90611a1a565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050610d8b565b506001949350505050565b6001600160a01b0382166114345760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015260640161051c565b6000818152600260205260409020546001600160a01b0316156114995760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015260640161051c565b6001600160a01b03821660009081526003602052604081208054600192906114c29084906119a3565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b82805461152c906118cd565b90600052602060002090601f01602090048101928261154e5760008555611594565b82601f1061156757805160ff1916838001178555611594565b82800160010185558215611594579182015b82811115611594578251825591602001919060010190611579565b506115a09291506115a4565b5090565b5b808211156115a057600081556001016115a5565b6001600160e01b031981168114610c2b57600080fd5b6000602082840312156115e157600080fd5b8135610b8c816115b9565b60005b838110156116075781810151838201526020016115ef565b83811115610ab25750506000910152565b600081518084526116308160208601602086016115ec565b601f01601f19169290920160200192915050565b602081526000610b8c6020830184611618565b60006020828403121561166957600080fd5b5035919050565b80356001600160a01b038116811461168757600080fd5b919050565b6000806040838503121561169f57600080fd5b6116a883611670565b946020939093013593505050565b6000806000606084860312156116cb57600080fd5b6116d484611670565b92506116e260208501611670565b9150604084013590509250925092565b634e487b7160e01b600052604160045260246000fd5b600067ffffffffffffffff80841115611723576117236116f2565b604051601f8501601f19908116603f0116810190828211818310171561174b5761174b6116f2565b8160405280935085815286868601111561176457600080fd5b858560208301376000602087830101525050509392505050565b60006020828403121561179057600080fd5b813567ffffffffffffffff8111156117a757600080fd5b8201601f810184136117b857600080fd5b610d8b84823560208401611708565b6000602082840312156117d957600080fd5b610b8c82611670565b600080604083850312156117f557600080fd5b6117fe83611670565b91506020830135801515811461181357600080fd5b809150509250929050565b6000806000806080858703121561183457600080fd5b61183d85611670565b935061184b60208601611670565b925060408501359150606085013567ffffffffffffffff81111561186e57600080fd5b8501601f8101871361187f57600080fd5b61188e87823560208401611708565b91505092959194509250565b600080604083850312156118ad57600080fd5b6118b683611670565b91506118c460208401611670565b90509250929050565b600181811c908216806118e157607f821691505b60208210810361190157634e487b7160e01b600052602260045260246000fd5b50919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b634e487b7160e01b600052601160045260246000fd5b600082198211156119b6576119b661198d565b500190565b6000600182016119cd576119cd61198d565b5060010190565b600083516119e68184602088016115ec565b8351908301906119fa8183602088016115ec565b01949350505050565b600082821015611a1557611a1561198d565b500390565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b634e487b7160e01b600052601260045260246000fd5b600082611a9157611a91611a6c565b500490565b600082611aa557611aa5611a6c565b500690565b634e487b7160e01b600052603260045260246000fd5b6000816000190483118215151615611ada57611ada61198d565b500290565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906112a090830184611618565b600060208284031215611b2457600080fd5b8151610b8c816115b956fea264697066735822122017d7dbf5c144b65b01f4318ded3940463a3678f61d4e376c5addb4f37867f6f564736f6c634300080e00330000000000000000000000000000000000000000000000000000000000000bc20000000000000000000000000000000000000000000000000000000062b74d20946dd00e0dc048126e151725ee9aed5ab433c85eae9f4b62a8bb5b78e77e3bad

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101735760003560e01c8063715018a6116100de578063b425688811610097578063cb774d4711610071578063cb774d4714610344578063d5abeb011461034d578063e985e9c514610374578063f2fde38b146103b057600080fd5b8063b425688814610315578063b88d4fde1461031e578063c87b56dd1461033157600080fd5b8063715018a6146102a75780637a36a190146102af5780638da5cb5b146102d657806395d89b41146102e7578063a0712d68146102ef578063a22cb4651461030257600080fd5b806323b872dd1161013057806323b872dd1461021f57806342842e0e1461023257806355f804b3146102455780636352211e1461025857806363b266ba1461026b57806370a082311461029457600080fd5b806301ffc9a71461017857806306fdde03146101a0578063081812fc146101b5578063095ea7b3146101e0578063132f697f146101f557806318160ddd14610208575b600080fd5b61018b6101863660046115cf565b6103c3565b60405190151581526020015b60405180910390f35b6101a8610415565b6040516101979190611644565b6101c86101c3366004611657565b6104a7565b6040516001600160a01b039091168152602001610197565b6101f36101ee36600461168c565b610541565b005b6101f3610203366004611657565b610656565b61021160085481565b604051908152602001610197565b6101f361022d3660046116b6565b610685565b6101f36102403660046116b6565b6106b6565b6101f361025336600461177e565b6106d1565b6101c8610266366004611657565b610712565b6102116102793660046117c7565b6001600160a01b03166000908152600c602052604090205490565b6102116102a23660046117c7565b610789565b6101f3610810565b6102117f946dd00e0dc048126e151725ee9aed5ab433c85eae9f4b62a8bb5b78e77e3bad81565b6006546001600160a01b03166101c8565b6101a8610846565b6101f36102fd366004611657565b610855565b6101f36103103660046117e2565b610a75565b610211600a5481565b6101f361032c36600461181e565b610a80565b6101a861033f366004611657565b610ab8565b61021160095481565b6102117f0000000000000000000000000000000000000000000000000000000000000bc281565b61018b61038236600461189a565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b6101f36103be3660046117c7565b610b93565b60006001600160e01b031982166380ac58cd60e01b14806103f457506001600160e01b03198216635b5e139f60e01b145b8061040f57506301ffc9a760e01b6001600160e01b03198316145b92915050565b606060008054610424906118cd565b80601f0160208091040260200160405190810160405280929190818152602001828054610450906118cd565b801561049d5780601f106104725761010080835404028352916020019161049d565b820191906000526020600020905b81548152906001019060200180831161048057829003601f168201915b5050505050905090565b6000818152600260205260408120546001600160a01b03166105255760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600460205260409020546001600160a01b031690565b600061054c82610712565b9050806001600160a01b0316836001600160a01b0316036105b95760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b606482015260840161051c565b336001600160a01b03821614806105d557506105d58133610382565b6106475760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000606482015260840161051c565b6106518383610c2e565b505050565b6006546001600160a01b031633146106805760405162461bcd60e51b815260040161051c90611907565b600a55565b61068f3382610c9c565b6106ab5760405162461bcd60e51b815260040161051c9061193c565b610651838383610d93565b61065183838360405180602001604052806000815250610a80565b6006546001600160a01b031633146106fb5760405162461bcd60e51b815260040161051c90611907565b805161070e90600b906020840190611520565b5050565b6000818152600260205260408120546001600160a01b03168061040f5760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b606482015260840161051c565b60006001600160a01b0382166107f45760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b606482015260840161051c565b506001600160a01b031660009081526003602052604090205490565b6006546001600160a01b0316331461083a5760405162461bcd60e51b815260040161051c90611907565b6108446000610f2f565b565b606060018054610424906118cd565b6002600754036108a75760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015260640161051c565b60026007556008547f0000000000000000000000000000000000000000000000000000000000000bc2906108dc9083906119a3565b111561092a5760405162461bcd60e51b815260206004820152601d60248201527f6d696e743a20776f756c6420657863656564206d617820737570706c79000000604482015260640161051c565b600a5442101561096b5760405162461bcd60e51b815260206004820152600c60248201526b1b5a5b9d0e8818db1bdcd95960a21b604482015260640161051c565b600561097633610279565b61098090836119a3565b11156109da5760405162461bcd60e51b815260206004820152602360248201527f6d696e743a20616d6f756e742061626f7665206c696d6974207065722077616c6044820152621b195d60ea1b606482015260840161051c565b6009546000036109ec576109ec610f81565b600060085460016109fd91906119a3565b90508160086000828254610a1191906119a3565b9091555050336000908152600c602052604081208054849290610a359084906119a3565b90915550600090505b82811015610a6b57610a5933610a5483856119a3565b610fbc565b80610a63816119bb565b915050610a3e565b5050600160075550565b61070e338383610fd6565b610a8a3383610c9c565b610aa65760405162461bcd60e51b815260040161051c9061193c565b610ab2848484846110a4565b50505050565b6000818152600260205260409020546060906001600160a01b0316610b375760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b606482015260840161051c565b6000610b416110d7565b90506000815111610b615760405180602001604052806000815250610b8c565b80610b6b846110e6565b604051602001610b7c9291906119d4565b6040516020818303038152906040525b9392505050565b6006546001600160a01b03163314610bbd5760405162461bcd60e51b815260040161051c90611907565b6001600160a01b038116610c225760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161051c565b610c2b81610f2f565b50565b600081815260046020526040902080546001600160a01b0319166001600160a01b0384169081179091558190610c6382610712565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000818152600260205260408120546001600160a01b0316610d155760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b606482015260840161051c565b6000610d2083610712565b9050806001600160a01b0316846001600160a01b03161480610d6757506001600160a01b0380821660009081526005602090815260408083209388168352929052205460ff165b80610d8b5750836001600160a01b0316610d80846104a7565b6001600160a01b0316145b949350505050565b826001600160a01b0316610da682610712565b6001600160a01b031614610e0a5760405162461bcd60e51b815260206004820152602560248201527f4552433732313a207472616e736665722066726f6d20696e636f72726563742060448201526437bbb732b960d91b606482015260840161051c565b6001600160a01b038216610e6c5760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b606482015260840161051c565b610e77600082610c2e565b6001600160a01b0383166000908152600360205260408120805460019290610ea0908490611a03565b90915550506001600160a01b0382166000908152600360205260408120805460019290610ece9084906119a3565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b600680546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b610fb7610f8f600143611a03565b40447f0000000000000000000000000000000000000000000000000000000000000bc26111e7565b600955565b61070e8282604051806020016040528060008152506112aa565b816001600160a01b0316836001600160a01b0316036110375760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c657200000000000000604482015260640161051c565b6001600160a01b03838116600081815260056020908152604080832094871680845294825291829020805460ff191686151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a3505050565b6110af848484610d93565b6110bb848484846112dd565b610ab25760405162461bcd60e51b815260040161051c90611a1a565b6060600b8054610424906118cd565b60608160000361110d5750506040805180820190915260018152600360fc1b602082015290565b8160005b81156111375780611121816119bb565b91506111309050600a83611a82565b9150611111565b60008167ffffffffffffffff811115611152576111526116f2565b6040519080825280601f01601f19166020018201604052801561117c576020820181803683370190505b5090505b8415610d8b57611191600183611a03565b915061119e600a86611a96565b6111a99060306119a3565b60f81b8183815181106111be576111be611aaa565b60200101906001600160f81b031916908160001a9053506111e0600a86611a82565b9450611180565b60008082116112495760405162461bcd60e51b815260206004820152602860248201527f5365656452616e642372616e6455696e743235363a206e206d75737420626520604482015267706f73697469766560c01b606482015260840161051c565b60008061125884600019611a82565b90505b60408051602080820189905281830188905282518083038401815260609092019092528051910120915061128f8482611ac0565b82101561125b576112a08483611a96565b9695505050505050565b6112b483836113de565b6112c160008484846112dd565b6106515760405162461bcd60e51b815260040161051c90611a1a565b60006001600160a01b0384163b156113d357604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290611321903390899088908890600401611adf565b6020604051808303816000875af192505050801561135c575060408051601f3d908101601f1916820190925261135991810190611b12565b60015b6113b9573d80801561138a576040519150601f19603f3d011682016040523d82523d6000602084013e61138f565b606091505b5080516000036113b15760405162461bcd60e51b815260040161051c90611a1a565b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050610d8b565b506001949350505050565b6001600160a01b0382166114345760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015260640161051c565b6000818152600260205260409020546001600160a01b0316156114995760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015260640161051c565b6001600160a01b03821660009081526003602052604081208054600192906114c29084906119a3565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b82805461152c906118cd565b90600052602060002090601f01602090048101928261154e5760008555611594565b82601f1061156757805160ff1916838001178555611594565b82800160010185558215611594579182015b82811115611594578251825591602001919060010190611579565b506115a09291506115a4565b5090565b5b808211156115a057600081556001016115a5565b6001600160e01b031981168114610c2b57600080fd5b6000602082840312156115e157600080fd5b8135610b8c816115b9565b60005b838110156116075781810151838201526020016115ef565b83811115610ab25750506000910152565b600081518084526116308160208601602086016115ec565b601f01601f19169290920160200192915050565b602081526000610b8c6020830184611618565b60006020828403121561166957600080fd5b5035919050565b80356001600160a01b038116811461168757600080fd5b919050565b6000806040838503121561169f57600080fd5b6116a883611670565b946020939093013593505050565b6000806000606084860312156116cb57600080fd5b6116d484611670565b92506116e260208501611670565b9150604084013590509250925092565b634e487b7160e01b600052604160045260246000fd5b600067ffffffffffffffff80841115611723576117236116f2565b604051601f8501601f19908116603f0116810190828211818310171561174b5761174b6116f2565b8160405280935085815286868601111561176457600080fd5b858560208301376000602087830101525050509392505050565b60006020828403121561179057600080fd5b813567ffffffffffffffff8111156117a757600080fd5b8201601f810184136117b857600080fd5b610d8b84823560208401611708565b6000602082840312156117d957600080fd5b610b8c82611670565b600080604083850312156117f557600080fd5b6117fe83611670565b91506020830135801515811461181357600080fd5b809150509250929050565b6000806000806080858703121561183457600080fd5b61183d85611670565b935061184b60208601611670565b925060408501359150606085013567ffffffffffffffff81111561186e57600080fd5b8501601f8101871361187f57600080fd5b61188e87823560208401611708565b91505092959194509250565b600080604083850312156118ad57600080fd5b6118b683611670565b91506118c460208401611670565b90509250929050565b600181811c908216806118e157607f821691505b60208210810361190157634e487b7160e01b600052602260045260246000fd5b50919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b634e487b7160e01b600052601160045260246000fd5b600082198211156119b6576119b661198d565b500190565b6000600182016119cd576119cd61198d565b5060010190565b600083516119e68184602088016115ec565b8351908301906119fa8183602088016115ec565b01949350505050565b600082821015611a1557611a1561198d565b500390565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b634e487b7160e01b600052601260045260246000fd5b600082611a9157611a91611a6c565b500490565b600082611aa557611aa5611a6c565b500690565b634e487b7160e01b600052603260045260246000fd5b6000816000190483118215151615611ada57611ada61198d565b500290565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906112a090830184611618565b600060208284031215611b2457600080fd5b8151610b8c816115b956fea264697066735822122017d7dbf5c144b65b01f4318ded3940463a3678f61d4e376c5addb4f37867f6f564736f6c634300080e0033

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

0000000000000000000000000000000000000000000000000000000000000bc20000000000000000000000000000000000000000000000000000000062b74d20946dd00e0dc048126e151725ee9aed5ab433c85eae9f4b62a8bb5b78e77e3bad

-----Decoded View---------------
Arg [0] : _maxSupply (uint256): 3010
Arg [1] : _openTime (uint256): 1656180000
Arg [2] : _proofHash (bytes32): 0x946dd00e0dc048126e151725ee9aed5ab433c85eae9f4b62a8bb5b78e77e3bad

-----Encoded View---------------
3 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000bc2
Arg [1] : 0000000000000000000000000000000000000000000000000000000062b74d20
Arg [2] : 946dd00e0dc048126e151725ee9aed5ab433c85eae9f4b62a8bb5b78e77e3bad


Deployed Bytecode Sourcemap

40617:1832:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;21392:305;;;;;;:::i;:::-;;:::i;:::-;;;565:14:1;;558:22;540:41;;528:2;513:18;21392:305:0;;;;;;;;22337:100;;;:::i;:::-;;;;;;;:::i;23897:221::-;;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;1692:32:1;;;1674:51;;1662:2;1647:18;23897:221:0;1528:203:1;23420:411:0;;;;;;:::i;:::-;;:::i;:::-;;41195:103;;;;;;:::i;:::-;;:::i;40802:30::-;;;;;;;;;2319:25:1;;;2307:2;2292:18;40802:30:0;2173:177:1;24647:339:0;;;;;;:::i;:::-;;:::i;25057:185::-;;;;;;:::i;:::-;;:::i;42344:102::-;;;;;;:::i;:::-;;:::i;22031:239::-;;;;;;:::i;:::-;;:::i;42222:116::-;;;;;;:::i;:::-;-1:-1:-1;;;;;42308:24:0;42285:7;42308:24;;;:14;:24;;;;;;;42222:116;21761:208;;;;;;:::i;:::-;;:::i;36197:103::-;;;:::i;40761:34::-;;;;;35546:87;35619:6;;-1:-1:-1;;;;;35619:6:0;35546:87;;22506:104;;;:::i;41492:625::-;;;;;;:::i;:::-;;:::i;24190:155::-;;;;;;:::i;:::-;;:::i;40876:23::-;;;;;;25313:328;;;;;;:::i;:::-;;:::i;22681:334::-;;;;;;:::i;:::-;;:::i;40837:32::-;;;;;;40722:34;;;;;24416:164;;;;;;:::i;:::-;-1:-1:-1;;;;;24537:25:0;;;24513:4;24537:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;;;24416:164;36455:201;;;;;;:::i;:::-;;:::i;21392:305::-;21494:4;-1:-1:-1;;;;;;21531:40:0;;-1:-1:-1;;;21531:40:0;;:105;;-1:-1:-1;;;;;;;21588:48:0;;-1:-1:-1;;;21588:48:0;21531:105;:158;;;-1:-1:-1;;;;;;;;;;19965:40:0;;;21653:36;21511:178;21392:305;-1:-1:-1;;21392:305:0:o;22337:100::-;22391:13;22424:5;22417:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22337:100;:::o;23897:221::-;23973:7;27240:16;;;:7;:16;;;;;;-1:-1:-1;;;;;27240:16:0;23993:73;;;;-1:-1:-1;;;23993:73:0;;6162:2:1;23993:73:0;;;6144:21:1;6201:2;6181:18;;;6174:30;6240:34;6220:18;;;6213:62;-1:-1:-1;;;6291:18:1;;;6284:42;6343:19;;23993:73:0;;;;;;;;;-1:-1:-1;24086:24:0;;;;:15;:24;;;;;;-1:-1:-1;;;;;24086:24:0;;23897:221::o;23420:411::-;23501:13;23517:23;23532:7;23517:14;:23::i;:::-;23501:39;;23565:5;-1:-1:-1;;;;;23559:11:0;:2;-1:-1:-1;;;;;23559:11:0;;23551:57;;;;-1:-1:-1;;;23551:57:0;;6575:2:1;23551:57:0;;;6557:21:1;6614:2;6594:18;;;6587:30;6653:34;6633:18;;;6626:62;-1:-1:-1;;;6704:18:1;;;6697:31;6745:19;;23551:57:0;6373:397:1;23551:57:0;16777:10;-1:-1:-1;;;;;23643:21:0;;;;:62;;-1:-1:-1;23668:37:0;23685:5;16777:10;24416:164;:::i;23668:37::-;23621:168;;;;-1:-1:-1;;;23621:168:0;;6977:2:1;23621:168:0;;;6959:21:1;7016:2;6996:18;;;6989:30;7055:34;7035:18;;;7028:62;7126:26;7106:18;;;7099:54;7170:19;;23621:168:0;6775:420:1;23621:168:0;23802:21;23811:2;23815:7;23802:8;:21::i;:::-;23490:341;23420:411;;:::o;41195:103::-;35619:6;;-1:-1:-1;;;;;35619:6:0;16777:10;35766:23;35758:68;;;;-1:-1:-1;;;35758:68:0;;;;;;;:::i;:::-;41269:8:::1;:23:::0;41195:103::o;24647:339::-;24842:41;16777:10;24875:7;24842:18;:41::i;:::-;24834:103;;;;-1:-1:-1;;;24834:103:0;;;;;;;:::i;:::-;24950:28;24960:4;24966:2;24970:7;24950:9;:28::i;25057:185::-;25195:39;25212:4;25218:2;25222:7;25195:39;;;;;;;;;;;;:16;:39::i;42344:102::-;35619:6;;-1:-1:-1;;;;;35619:6:0;16777:10;35766:23;35758:68;;;;-1:-1:-1;;;35758:68:0;;;;;;;:::i;:::-;42419:21;;::::1;::::0;:7:::1;::::0;:21:::1;::::0;::::1;::::0;::::1;:::i;:::-;;42344:102:::0;:::o;22031:239::-;22103:7;22139:16;;;:7;:16;;;;;;-1:-1:-1;;;;;22139:16:0;;22166:73;;;;-1:-1:-1;;;22166:73:0;;8181:2:1;22166:73:0;;;8163:21:1;8220:2;8200:18;;;8193:30;8259:34;8239:18;;;8232:62;-1:-1:-1;;;8310:18:1;;;8303:39;8359:19;;22166:73:0;7979:405:1;21761:208:0;21833:7;-1:-1:-1;;;;;21861:19:0;;21853:74;;;;-1:-1:-1;;;21853:74:0;;8591:2:1;21853:74:0;;;8573:21:1;8630:2;8610:18;;;8603:30;8669:34;8649:18;;;8642:62;-1:-1:-1;;;8720:18:1;;;8713:40;8770:19;;21853:74:0;8389:406:1;21853:74:0;-1:-1:-1;;;;;;21945:16:0;;;;;:9;:16;;;;;;;21761:208::o;36197:103::-;35619:6;;-1:-1:-1;;;;;35619:6:0;16777:10;35766:23;35758:68;;;;-1:-1:-1;;;35758:68:0;;;;;;;:::i;:::-;36262:30:::1;36289:1;36262:18;:30::i;:::-;36197:103::o:0;22506:104::-;22562:13;22595:7;22588:14;;;;;:::i;41492:625::-;38805:1;39403:7;;:19;39395:63;;;;-1:-1:-1;;;39395:63:0;;9002:2:1;39395:63:0;;;8984:21:1;9041:2;9021:18;;;9014:30;9080:33;9060:18;;;9053:61;9131:18;;39395:63:0;8800:355:1;39395:63:0;38805:1;39536:7;:18;41562:11:::1;::::0;41587:9:::1;::::0;41562:21:::1;::::0;41576:7;;41562:21:::1;:::i;:::-;:34;;41554:76;;;::::0;-1:-1:-1;;;41554:76:0;;9627:2:1;41554:76:0::1;::::0;::::1;9609:21:1::0;9666:2;9646:18;;;9639:30;9705:31;9685:18;;;9678:59;9754:18;;41554:76:0::1;9425:353:1::0;41554:76:0::1;41664:8;;41645:15;:27;;41637:52;;;::::0;-1:-1:-1;;;41637:52:0;;9985:2:1;41637:52:0::1;::::0;::::1;9967:21:1::0;10024:2;10004:18;;;9997:30;-1:-1:-1;;;10043:18:1;;;10036:42;10095:18;;41637:52:0::1;9783:336:1::0;41637:52:0::1;40714:1;41724:29;16777:10:::0;41740:12:::1;16697:98:::0;41724:29:::1;41714:39;::::0;:7;:39:::1;:::i;:::-;:57;;41698:126;;;::::0;-1:-1:-1;;;41698:126:0;;10326:2:1;41698:126:0::1;::::0;::::1;10308:21:1::0;10365:2;10345:18;;;10338:30;10404:34;10384:18;;;10377:62;-1:-1:-1;;;10455:18:1;;;10448:33;10498:19;;41698:126:0::1;10124:399:1::0;41698:126:0::1;41837:13;;41854:1;41837:18:::0;41833:61:::1;;41866:20;:18;:20::i;:::-;41902:14;41919:11;;41933:1;41919:15;;;;:::i;:::-;41902:32;;41956:7;41941:11;;:22;;;;;;;:::i;:::-;::::0;;;-1:-1:-1;;16777:10:0;41970:28:::1;::::0;;;:14:::1;:28;::::0;;;;:39;;42002:7;;41970:28;:39:::1;::::0;42002:7;;41970:39:::1;:::i;:::-;::::0;;;-1:-1:-1;42027:9:0::1;::::0;-1:-1:-1;42022:90:0::1;42046:7;42042:1;:11;42022:90;;;42069:35;16777:10:::0;42093::::1;42102:1:::0;42093:6;:10:::1;:::i;:::-;42069:9;:35::i;:::-;42055:3:::0;::::1;::::0;::::1;:::i;:::-;;;;42022:90;;;-1:-1:-1::0;;38761:1:0;39715:7;:22;-1:-1:-1;41492:625:0:o;24190:155::-;24285:52;16777:10;24318:8;24328;24285:18;:52::i;25313:328::-;25488:41;16777:10;25521:7;25488:18;:41::i;:::-;25480:103;;;;-1:-1:-1;;;25480:103:0;;;;;;;:::i;:::-;25594:39;25608:4;25614:2;25618:7;25627:5;25594:13;:39::i;:::-;25313:328;;;;:::o;22681:334::-;27216:4;27240:16;;;:7;:16;;;;;;22754:13;;-1:-1:-1;;;;;27240:16:0;22780:76;;;;-1:-1:-1;;;22780:76:0;;10870:2:1;22780:76:0;;;10852:21:1;10909:2;10889:18;;;10882:30;10948:34;10928:18;;;10921:62;-1:-1:-1;;;10999:18:1;;;10992:45;11054:19;;22780:76:0;10668:411:1;22780:76:0;22869:21;22893:10;:8;:10::i;:::-;22869:34;;22945:1;22927:7;22921:21;:25;:86;;;;;;;;;;;;;;;;;22973:7;22982:18;:7;:16;:18::i;:::-;22956:45;;;;;;;;;:::i;:::-;;;;;;;;;;;;;22921:86;22914:93;22681:334;-1:-1:-1;;;22681:334:0:o;36455:201::-;35619:6;;-1:-1:-1;;;;;35619:6:0;16777:10;35766:23;35758:68;;;;-1:-1:-1;;;35758:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;36544:22:0;::::1;36536:73;;;::::0;-1:-1:-1;;;36536:73:0;;11761:2:1;36536:73:0::1;::::0;::::1;11743:21:1::0;11800:2;11780:18;;;11773:30;11839:34;11819:18;;;11812:62;-1:-1:-1;;;11890:18:1;;;11883:36;11936:19;;36536:73:0::1;11559:402:1::0;36536:73:0::1;36620:28;36639:8;36620:18;:28::i;:::-;36455:201:::0;:::o;31297:174::-;31372:24;;;;:15;:24;;;;;:29;;-1:-1:-1;;;;;;31372:29:0;-1:-1:-1;;;;;31372:29:0;;;;;;;;:24;;31426:23;31372:24;31426:14;:23::i;:::-;-1:-1:-1;;;;;31417:46:0;;;;;;;;;;;31297:174;;:::o;27445:348::-;27538:4;27240:16;;;:7;:16;;;;;;-1:-1:-1;;;;;27240:16:0;27555:73;;;;-1:-1:-1;;;27555:73:0;;12168:2:1;27555:73:0;;;12150:21:1;12207:2;12187:18;;;12180:30;12246:34;12226:18;;;12219:62;-1:-1:-1;;;12297:18:1;;;12290:42;12349:19;;27555:73:0;11966:408:1;27555:73:0;27639:13;27655:23;27670:7;27655:14;:23::i;:::-;27639:39;;27708:5;-1:-1:-1;;;;;27697:16:0;:7;-1:-1:-1;;;;;27697:16:0;;:52;;;-1:-1:-1;;;;;;24537:25:0;;;24513:4;24537:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;27717:32;27697:87;;;;27777:7;-1:-1:-1;;;;;27753:31:0;:20;27765:7;27753:11;:20::i;:::-;-1:-1:-1;;;;;27753:31:0;;27697:87;27689:96;27445:348;-1:-1:-1;;;;27445:348:0:o;30554:625::-;30713:4;-1:-1:-1;;;;;30686:31:0;:23;30701:7;30686:14;:23::i;:::-;-1:-1:-1;;;;;30686:31:0;;30678:81;;;;-1:-1:-1;;;30678:81:0;;12581:2:1;30678:81:0;;;12563:21:1;12620:2;12600:18;;;12593:30;12659:34;12639:18;;;12632:62;-1:-1:-1;;;12710:18:1;;;12703:35;12755:19;;30678:81:0;12379:401:1;30678:81:0;-1:-1:-1;;;;;30778:16:0;;30770:65;;;;-1:-1:-1;;;30770:65:0;;12987:2:1;30770:65:0;;;12969:21:1;13026:2;13006:18;;;12999:30;13065:34;13045:18;;;13038:62;-1:-1:-1;;;13116:18:1;;;13109:34;13160:19;;30770:65:0;12785:400:1;30770:65:0;30952:29;30969:1;30973:7;30952:8;:29::i;:::-;-1:-1:-1;;;;;30994:15:0;;;;;;:9;:15;;;;;:20;;31013:1;;30994:15;:20;;31013:1;;30994:20;:::i;:::-;;;;-1:-1:-1;;;;;;;31025:13:0;;;;;;:9;:13;;;;;:18;;31042:1;;31025:13;:18;;31042:1;;31025:18;:::i;:::-;;;;-1:-1:-1;;31054:16:0;;;;:7;:16;;;;;;:21;;-1:-1:-1;;;;;;31054:21:0;-1:-1:-1;;;;;31054:21:0;;;;;;;;;31093:27;;31054:16;;31093:27;;;;;;;23490:341;23420:411;;:::o;36816:191::-;36909:6;;;-1:-1:-1;;;;;36926:17:0;;;-1:-1:-1;;;;;;36926:17:0;;;;;;;36959:40;;36909:6;;;36926:17;36909:6;;36959:40;;36890:16;;36959:40;36879:128;36816:191;:::o;41304:182::-;41366:114;41411:16;41426:1;41411:12;:16;:::i;:::-;41401:27;41438:16;41464:9;41366:18;:114::i;:::-;41350:13;:130;41304:182::o;28135:110::-;28211:26;28221:2;28225:7;28211:26;;;;;;;;;;;;:9;:26::i;31613:315::-;31768:8;-1:-1:-1;;;;;31759:17:0;:5;-1:-1:-1;;;;;31759:17:0;;31751:55;;;;-1:-1:-1;;;31751:55:0;;13522:2:1;31751:55:0;;;13504:21:1;13561:2;13541:18;;;13534:30;13600:27;13580:18;;;13573:55;13645:18;;31751:55:0;13320:349:1;31751:55:0;-1:-1:-1;;;;;31817:25:0;;;;;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;:46;;-1:-1:-1;;31817:46:0;;;;;;;;;;31879:41;;540::1;;;31879::0;;513:18:1;31879:41:0;;;;;;;31613:315;;;:::o;26523:::-;26680:28;26690:4;26696:2;26700:7;26680:9;:28::i;:::-;26727:48;26750:4;26756:2;26760:7;26769:5;26727:22;:48::i;:::-;26719:111;;;;-1:-1:-1;;;26719:111:0;;;;;;;:::i;42123:93::-;42174:13;42203:7;42196:14;;;;;:::i;17255:723::-;17311:13;17532:5;17541:1;17532:10;17528:53;;-1:-1:-1;;17559:10:0;;;;;;;;;;;;-1:-1:-1;;;17559:10:0;;;;;17255:723::o;17528:53::-;17606:5;17591:12;17647:78;17654:9;;17647:78;;17680:8;;;;:::i;:::-;;-1:-1:-1;17703:10:0;;-1:-1:-1;17711:2:0;17703:10;;:::i;:::-;;;17647:78;;;17735:19;17767:6;17757:17;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;17757:17:0;;17735:39;;17785:154;17792:10;;17785:154;;17819:11;17829:1;17819:11;;:::i;:::-;;-1:-1:-1;17888:10:0;17896:2;17888:5;:10;:::i;:::-;17875:24;;:2;:24;:::i;:::-;17862:39;;17845:6;17852;17845:14;;;;;;;;:::i;:::-;;;;:56;-1:-1:-1;;;;;17845:56:0;;;;;;;;-1:-1:-1;17916:11:0;17925:2;17916:11;;:::i;:::-;;;17785:154;;40026:346;40132:7;40160:1;40156;:5;40148:58;;;;-1:-1:-1;;;40148:58:0;;14801:2:1;40148:58:0;;;14783:21:1;14840:2;14820:18;;;14813:30;14879:34;14859:18;;;14852:62;-1:-1:-1;;;14930:18:1;;;14923:38;14978:19;;40148:58:0;14599:404:1;40148:58:0;40213:11;;40245:21;40265:1;-1:-1:-1;;40245:21:0;:::i;:::-;40231:35;;40275:69;39956:49;;;;;;;16086:19:1;;;16121:12;;;16114:28;;;39956:49:0;;;;;;;;;16158:12:1;;;;39956:49:0;;;39946:60;;;;;40287:25;-1:-1:-1;40335:7:0;40341:1;40335:3;:7;:::i;:::-;40328:3;:14;;40275:69;;40359:7;40365:1;40359:3;:7;:::i;:::-;40352:14;40026:346;-1:-1:-1;;;;;;40026:346:0:o;28472:321::-;28602:18;28608:2;28612:7;28602:5;:18::i;:::-;28653:54;28684:1;28688:2;28692:7;28701:5;28653:22;:54::i;:::-;28631:154;;;;-1:-1:-1;;;28631:154:0;;;;;;;:::i;32493:799::-;32648:4;-1:-1:-1;;;;;32669:13:0;;9064:19;:23;32665:620;;32705:72;;-1:-1:-1;;;32705:72:0;;-1:-1:-1;;;;;32705:36:0;;;;;:72;;16777:10;;32756:4;;32762:7;;32771:5;;32705:72;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;-1:-1:-1;32705:72:0;;;;;;;;-1:-1:-1;;32705:72:0;;;;;;;;;;;;:::i;:::-;;;32701:529;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32947:6;:13;32964:1;32947:18;32943:272;;32990:60;;-1:-1:-1;;;32990:60:0;;;;;;;:::i;32943:272::-;33165:6;33159:13;33150:6;33146:2;33142:15;33135:38;32701:529;-1:-1:-1;;;;;;32828:51:0;-1:-1:-1;;;32828:51:0;;-1:-1:-1;32821:58:0;;32665:620;-1:-1:-1;33269:4:0;32493:799;;;;;;:::o;29129:439::-;-1:-1:-1;;;;;29209:16:0;;29201:61;;;;-1:-1:-1;;;29201:61:0;;16383:2:1;29201:61:0;;;16365:21:1;;;16402:18;;;16395:30;16461:34;16441:18;;;16434:62;16513:18;;29201:61:0;16181:356:1;29201:61:0;27216:4;27240:16;;;:7;:16;;;;;;-1:-1:-1;;;;;27240:16:0;:30;29273:58;;;;-1:-1:-1;;;29273:58:0;;16744:2:1;29273:58:0;;;16726:21:1;16783:2;16763:18;;;16756:30;16822;16802:18;;;16795:58;16870:18;;29273:58:0;16542:352:1;29273:58:0;-1:-1:-1;;;;;29402:13:0;;;;;;:9;:13;;;;;:18;;29419:1;;29402:13;:18;;29419:1;;29402:18;:::i;:::-;;;;-1:-1:-1;;29431:16:0;;;;:7;:16;;;;;;:21;;-1:-1:-1;;;;;;29431:21:0;-1:-1:-1;;;;;29431:21:0;;;;;;;;29470:33;;29431:16;;;29470:33;;29431:16;;29470:33;42419:21:::1;42344:102:::0;:::o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;14:131:1;-1:-1:-1;;;;;;88:32:1;;78:43;;68:71;;135:1;132;125:12;150:245;208:6;261:2;249:9;240:7;236:23;232:32;229:52;;;277:1;274;267:12;229:52;316:9;303:23;335:30;359:5;335:30;:::i;592:258::-;664:1;674:113;688:6;685:1;682:13;674:113;;;764:11;;;758:18;745:11;;;738:39;710:2;703:10;674:113;;;805:6;802:1;799:13;796:48;;;-1:-1:-1;;840:1:1;822:16;;815:27;592:258::o;855:::-;897:3;935:5;929:12;962:6;957:3;950:19;978:63;1034:6;1027:4;1022:3;1018:14;1011:4;1004:5;1000:16;978:63;:::i;:::-;1095:2;1074:15;-1:-1:-1;;1070:29:1;1061:39;;;;1102:4;1057:50;;855:258;-1:-1:-1;;855:258:1:o;1118:220::-;1267:2;1256:9;1249:21;1230:4;1287:45;1328:2;1317:9;1313:18;1305:6;1287:45;:::i;1343:180::-;1402:6;1455:2;1443:9;1434:7;1430:23;1426:32;1423:52;;;1471:1;1468;1461:12;1423:52;-1:-1:-1;1494:23:1;;1343:180;-1:-1:-1;1343:180:1:o;1736:173::-;1804:20;;-1:-1:-1;;;;;1853:31:1;;1843:42;;1833:70;;1899:1;1896;1889:12;1833:70;1736:173;;;:::o;1914:254::-;1982:6;1990;2043:2;2031:9;2022:7;2018:23;2014:32;2011:52;;;2059:1;2056;2049:12;2011:52;2082:29;2101:9;2082:29;:::i;:::-;2072:39;2158:2;2143:18;;;;2130:32;;-1:-1:-1;;;1914:254:1:o;2355:328::-;2432:6;2440;2448;2501:2;2489:9;2480:7;2476:23;2472:32;2469:52;;;2517:1;2514;2507:12;2469:52;2540:29;2559:9;2540:29;:::i;:::-;2530:39;;2588:38;2622:2;2611:9;2607:18;2588:38;:::i;:::-;2578:48;;2673:2;2662:9;2658:18;2645:32;2635:42;;2355:328;;;;;:::o;2688:127::-;2749:10;2744:3;2740:20;2737:1;2730:31;2780:4;2777:1;2770:15;2804:4;2801:1;2794:15;2820:632;2885:5;2915:18;2956:2;2948:6;2945:14;2942:40;;;2962:18;;:::i;:::-;3037:2;3031:9;3005:2;3091:15;;-1:-1:-1;;3087:24:1;;;3113:2;3083:33;3079:42;3067:55;;;3137:18;;;3157:22;;;3134:46;3131:72;;;3183:18;;:::i;:::-;3223:10;3219:2;3212:22;3252:6;3243:15;;3282:6;3274;3267:22;3322:3;3313:6;3308:3;3304:16;3301:25;3298:45;;;3339:1;3336;3329:12;3298:45;3389:6;3384:3;3377:4;3369:6;3365:17;3352:44;3444:1;3437:4;3428:6;3420;3416:19;3412:30;3405:41;;;;2820:632;;;;;:::o;3457:451::-;3526:6;3579:2;3567:9;3558:7;3554:23;3550:32;3547:52;;;3595:1;3592;3585:12;3547:52;3635:9;3622:23;3668:18;3660:6;3657:30;3654:50;;;3700:1;3697;3690:12;3654:50;3723:22;;3776:4;3768:13;;3764:27;-1:-1:-1;3754:55:1;;3805:1;3802;3795:12;3754:55;3828:74;3894:7;3889:2;3876:16;3871:2;3867;3863:11;3828:74;:::i;3913:186::-;3972:6;4025:2;4013:9;4004:7;4000:23;3996:32;3993:52;;;4041:1;4038;4031:12;3993:52;4064:29;4083:9;4064:29;:::i;4286:347::-;4351:6;4359;4412:2;4400:9;4391:7;4387:23;4383:32;4380:52;;;4428:1;4425;4418:12;4380:52;4451:29;4470:9;4451:29;:::i;:::-;4441:39;;4530:2;4519:9;4515:18;4502:32;4577:5;4570:13;4563:21;4556:5;4553:32;4543:60;;4599:1;4596;4589:12;4543:60;4622:5;4612:15;;;4286:347;;;;;:::o;4638:667::-;4733:6;4741;4749;4757;4810:3;4798:9;4789:7;4785:23;4781:33;4778:53;;;4827:1;4824;4817:12;4778:53;4850:29;4869:9;4850:29;:::i;:::-;4840:39;;4898:38;4932:2;4921:9;4917:18;4898:38;:::i;:::-;4888:48;;4983:2;4972:9;4968:18;4955:32;4945:42;;5038:2;5027:9;5023:18;5010:32;5065:18;5057:6;5054:30;5051:50;;;5097:1;5094;5087:12;5051:50;5120:22;;5173:4;5165:13;;5161:27;-1:-1:-1;5151:55:1;;5202:1;5199;5192:12;5151:55;5225:74;5291:7;5286:2;5273:16;5268:2;5264;5260:11;5225:74;:::i;:::-;5215:84;;;4638:667;;;;;;;:::o;5310:260::-;5378:6;5386;5439:2;5427:9;5418:7;5414:23;5410:32;5407:52;;;5455:1;5452;5445:12;5407:52;5478:29;5497:9;5478:29;:::i;:::-;5468:39;;5526:38;5560:2;5549:9;5545:18;5526:38;:::i;:::-;5516:48;;5310:260;;;;;:::o;5575:380::-;5654:1;5650:12;;;;5697;;;5718:61;;5772:4;5764:6;5760:17;5750:27;;5718:61;5825:2;5817:6;5814:14;5794:18;5791:38;5788:161;;5871:10;5866:3;5862:20;5859:1;5852:31;5906:4;5903:1;5896:15;5934:4;5931:1;5924:15;5788:161;;5575:380;;;:::o;7200:356::-;7402:2;7384:21;;;7421:18;;;7414:30;7480:34;7475:2;7460:18;;7453:62;7547:2;7532:18;;7200:356::o;7561:413::-;7763:2;7745:21;;;7802:2;7782:18;;;7775:30;7841:34;7836:2;7821:18;;7814:62;-1:-1:-1;;;7907:2:1;7892:18;;7885:47;7964:3;7949:19;;7561:413::o;9160:127::-;9221:10;9216:3;9212:20;9209:1;9202:31;9252:4;9249:1;9242:15;9276:4;9273:1;9266:15;9292:128;9332:3;9363:1;9359:6;9356:1;9353:13;9350:39;;;9369:18;;:::i;:::-;-1:-1:-1;9405:9:1;;9292:128::o;10528:135::-;10567:3;10588:17;;;10585:43;;10608:18;;:::i;:::-;-1:-1:-1;10655:1:1;10644:13;;10528:135::o;11084:470::-;11263:3;11301:6;11295:13;11317:53;11363:6;11358:3;11351:4;11343:6;11339:17;11317:53;:::i;:::-;11433:13;;11392:16;;;;11455:57;11433:13;11392:16;11489:4;11477:17;;11455:57;:::i;:::-;11528:20;;11084:470;-1:-1:-1;;;;11084:470:1:o;13190:125::-;13230:4;13258:1;13255;13252:8;13249:34;;;13263:18;;:::i;:::-;-1:-1:-1;13300:9:1;;13190:125::o;13674:414::-;13876:2;13858:21;;;13915:2;13895:18;;;13888:30;13954:34;13949:2;13934:18;;13927:62;-1:-1:-1;;;14020:2:1;14005:18;;13998:48;14078:3;14063:19;;13674:414::o;14093:127::-;14154:10;14149:3;14145:20;14142:1;14135:31;14185:4;14182:1;14175:15;14209:4;14206:1;14199:15;14225:120;14265:1;14291;14281:35;;14296:18;;:::i;:::-;-1:-1:-1;14330:9:1;;14225:120::o;14350:112::-;14382:1;14408;14398:35;;14413:18;;:::i;:::-;-1:-1:-1;14447:9:1;;14350:112::o;14467:127::-;14528:10;14523:3;14519:20;14516:1;14509:31;14559:4;14556:1;14549:15;14583:4;14580:1;14573:15;15008:168;15048:7;15114:1;15110;15106:6;15102:14;15099:1;15096:21;15091:1;15084:9;15077:17;15073:45;15070:71;;;15121:18;;:::i;:::-;-1:-1:-1;15161:9:1;;15008:168::o;15181:489::-;-1:-1:-1;;;;;15450:15:1;;;15432:34;;15502:15;;15497:2;15482:18;;15475:43;15549:2;15534:18;;15527:34;;;15597:3;15592:2;15577:18;;15570:31;;;15375:4;;15618:46;;15644:19;;15636:6;15618:46;:::i;15675:249::-;15744:6;15797:2;15785:9;15776:7;15772:23;15768:32;15765:52;;;15813:1;15810;15803:12;15765:52;15845:9;15839:16;15864:30;15888:5;15864:30;:::i

Swarm Source

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