ETH Price: $3,275.25 (+0.91%)
Gas: 2 Gwei

Token

DREAMERS (DRMRS)
 

Overview

Max Total Supply

32 DRMRS

Holders

23

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Filtered by Token Holder
gamesmaster.eth
Balance
1 DRMRS
0xe0057A40A3F1F9F2A8618baa9bDCAf85979E6527
Loading...
Loading
Loading...
Loading
Loading...
Loading

OVERVIEW

Dreamers is a collection based on the journey between fashion and technology.

# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
Dreamers

Compiler Version
v0.8.7+commit.e28d00a7

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2021-11-09
*/

// SPDX-License-Identifier: MIT
/*  
                                             ,,,,╓╥╖╥µ╖,
                                  ,╓╥@@@]@@]▒▒╖▒▒▒╖'▒▒▒▒@▓m,                ▄
                            ,╦g╓∩║h▒▒ ▒▒╣▒▒▒▒▒╬╢▒╢▒▒▒▒▒▒▒╣╢╣@W,           ▄▀
                         ,@▒ ╢╓▒▒▒▒▒╣▒▒▒╢▒▒▒▒║╣╬╫▒╣▒╬╢▒▒▒▒╣╢╢▓▓▄,      ▄▄█
                       ╓▓░░/╓╓║▒╢╫╣╢╟▓▒▒▒║╣╫▒▒╢╢▓╢╣╣╣▒╬▒╢╫╢▓▓▓▓▓▓▄,▄▄██▀
                     ╓▓▒░,▒░▒]╫╣╣▒╬╣╣▓▓▒▒╢╢╢╣╢╣╣╢▓╣╬▓╫╢╢▓╠▓▓▓▓╣███████▀
                   ╓╓▒░▒ ║░▒▒▒╢▓╫▓▒▓▒▓▓▓╣╢╣╢╣╣▓▓▓╢╢▓▓▓▓╣╣▓▓╢█████████
                  ║╓▒]▒▒░▒▒▒▒▒╫▓▓▓▓╣╣╣▓▓▓▓╢▓▓▓▓▓▓▓▓▓▓▓▓▓▀███████████╢▄
                 ╟░▒▒║▒▒ ╢▒▒╟╢▒▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓███▓▓▓▓▌▐█████████▓▓▓▓▌
                 ╟░▒]╢▒▒░╠▒▒╢╫╣▒▓▓▓▓▓▓▓▓▓▓▓▓▓▓█████████]█████████▓██▓▓▓▌
                 ║H╣▒╟╫▒▌▒▓╣▒╢▓╣╣▓▓▓▓▓▓▓▓▓▓████▓█████████████████████▓▓▓▌
                 ╟▒▓▓▒▓▒▒▒▒▓▓▒╢╣▓▓▓▓▓▓▓▓▓███▀▒╣██████████████▓████████▓▓╣╕
                  ║▒▓▒╠▓▓▓▓███▓▓▓▓▓▓▓╢╢▓▀▄█ ƒ▐▀███████████████████████▓▓▓▒
                     ╨▓▄▓▓▓▓▓▓▓╣▒▒▒▒▒▄▄█▒█▌Ñ╖██████▀███████████████████╫╣▌[
                      ╙▓██████▀████▓████▐████████████████▓████████████▓▓▓╫U
                     ╓]╜╜╙▓▓▀▒██████████████████████████████████████████▓▒▌
                   φ▄▄╖,  ▒  ███████████████████████████▓██████████████▓▓▌▒
                  ╫█████▓▒▒╓███████████████████████████████████████████▓▓▓▒
                 ▐███████▓█▓██████████████████████████████████████████▓▓▓▓▒
                   ▀████▌▓███████████████████████████████▓█████████▓▓█▓▓╣▒░
                     ▀██████████████████████████████████▓██████████▓▓▓▓▓▓▒
                      ███████████████████████████████████▓███▓█▓██▓▓▓╣▓╢░
                      ▐████████████████████████████████▓▓████████▓▓▓▓▓╢▒`
                      ▐▓█████████████████████████████▓▓█████████▓▓▓▓▓▓▒`
                      ▐███▓▀███████▀███████████████▓███████████▓▓▓▓▓╜╜`
                      Å▓███▓▓▓██████████████████████████████████▓▓╫▒╜`
                      ▐██▒▓▓███▀"""```"███████████████████████████
                     ]██▌▒▄██▀        ▐███████████████████████████▄,
                      ▀██▀▀            ██████████████████████████████▄
                                       ▐██████████████████████████████
                                       ▐██████████████████████████████▌
                                        ████████████████████████████████
*/

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

pragma solidity ^0.8.0;

/**
 * @title Counters
 * @author Matt Condon (@shrugs)
 * @dev Provides counters that can only be incremented, decremented or reset. This can be used e.g. to track the number
 * of elements in a mapping, issuing ERC721 ids, or counting request ids.
 *
 * Include with `using Counters for Counters.Counter;`
 */
library Counters {
    struct Counter {
        // This variable should never be directly accessed by users of the library: interactions must be restricted to
        // the library's function. As of Solidity v0.5.2, this cannot be enforced, though there is a proposal to add
        // this feature: see https://github.com/ethereum/solidity/issues/4637
        uint256 _value; // default: 0
    }

    function current(Counter storage counter) internal view returns (uint256) {
        return counter._value;
    }

    function increment(Counter storage counter) internal {
        unchecked {
            counter._value += 1;
        }
    }

    function decrement(Counter storage counter) internal {
        uint256 value = counter._value;
        require(value > 0, "Counter: decrement overflow");
        unchecked {
            counter._value = value - 1;
        }
    }

    function reset(Counter storage counter) internal {
        counter._value = 0;
    }
}

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



pragma solidity ^0.8.0;

/**
 * @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/Context.sol



pragma solidity ^0.8.0;

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

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

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



pragma solidity ^0.8.0;


/**
 * @dev Contract module which provides a basic access control mechanism, where
 * there is an account (an owner) that can be granted exclusive access to
 * specific functions.
 *
 * By default, the owner account will be the one that deploys the contract. This
 * can later be changed with {transferOwnership}.
 *
 * This module is used through inheritance. It will make available the modifier
 * `onlyOwner`, which can be applied to your functions to restrict their use to
 * the owner.
 */
abstract contract Ownable is Context {
    address private _owner;

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

    /**
     * @dev Initializes the contract setting the deployer as the initial owner.
     */
    constructor() {
        _setOwner(_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 {
        _setOwner(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");
        _setOwner(newOwner);
    }

    function _setOwner(address newOwner) private {
        address oldOwner = _owner;
        _owner = newOwner;
        emit OwnershipTransferred(oldOwner, newOwner);
    }
}

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



pragma solidity ^0.8.0;

/**
 * @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
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize, which returns 0 for contracts in
        // construction, since the code is only stored at the end of the
        // constructor execution.

        uint256 size;
        assembly {
            size := extcodesize(account)
        }
        return size > 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/token/ERC721/IERC721Receiver.sol



pragma solidity ^0.8.0;

/**
 * @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 `IERC721.onERC721Received.selector`.
     */
    function onERC721Received(
        address operator,
        address from,
        uint256 tokenId,
        bytes calldata data
    ) external returns (bytes4);
}

// File: @openzeppelin/contracts/utils/introspection/IERC165.sol



pragma solidity ^0.8.0;

/**
 * @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/utils/introspection/ERC165.sol



pragma solidity ^0.8.0;


/**
 * @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/IERC721.sol



pragma solidity ^0.8.0;


/**
 * @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`, 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 Returns the account approved for `tokenId` token.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function getApproved(uint256 tokenId) external view returns (address operator);

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

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

// File: @openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.sol



pragma solidity ^0.8.0;


/**
 * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Enumerable is IERC721 {
    /**
     * @dev Returns the total amount of tokens stored by the contract.
     */
    function totalSupply() external view returns (uint256);

    /**
     * @dev Returns a token ID owned by `owner` at a given `index` of its token list.
     * Use along with {balanceOf} to enumerate all of ``owner``'s tokens.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index) external view returns (uint256 tokenId);

    /**
     * @dev Returns a token ID at a given `index` of all the tokens stored by the contract.
     * Use along with {totalSupply} to enumerate all tokens.
     */
    function tokenByIndex(uint256 index) external view returns (uint256);
}

// File: @openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol



pragma solidity ^0.8.0;


/**
 * @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/token/ERC721/ERC721.sol



pragma solidity ^0.8.0;








/**
 * @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 overriden 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 {
        require(operator != _msgSender(), "ERC721: approve to caller");

        _operatorApprovals[_msgSender()][operator] = approved;
        emit ApprovalForAll(_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 || getApproved(tokenId) == spender || isApprovedForAll(owner, 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);
    }

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

    /**
     * @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 of token that is not own");
        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);
    }

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

// File: @openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol



pragma solidity ^0.8.0;


/**
 * @dev ERC721 token with storage based token URI management.
 */
abstract contract ERC721URIStorage is ERC721 {
    using Strings for uint256;

    // Optional mapping for token URIs
    mapping(uint256 => string) private _tokenURIs;

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

        string memory _tokenURI = _tokenURIs[tokenId];
        string memory base = _baseURI();

        // If there is no base URI, return the token URI.
        if (bytes(base).length == 0) {
            return _tokenURI;
        }
        // If both are set, concatenate the baseURI and tokenURI (via abi.encodePacked).
        if (bytes(_tokenURI).length > 0) {
            return string(abi.encodePacked(base, _tokenURI));
        }

        return super.tokenURI(tokenId);
    }

    /**
     * @dev Sets `_tokenURI` as the tokenURI of `tokenId`.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     */
    function _setTokenURI(uint256 tokenId, string memory _tokenURI) internal virtual {
        require(_exists(tokenId), "ERC721URIStorage: URI set of nonexistent token");
        _tokenURIs[tokenId] = _tokenURI;
    }

    /**
     * @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 override {
        super._burn(tokenId);

        if (bytes(_tokenURIs[tokenId]).length != 0) {
            delete _tokenURIs[tokenId];
        }
    }
}

// File: @openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.sol



pragma solidity ^0.8.0;



/**
 * @dev This implements an optional extension of {ERC721} defined in the EIP that adds
 * enumerability of all the token ids in the contract as well as all token ids owned by each
 * account.
 */
abstract contract ERC721Enumerable is ERC721, IERC721Enumerable {
    // Mapping from owner to list of owned token IDs
    mapping(address => mapping(uint256 => uint256)) private _ownedTokens;

    // Mapping from token ID to index of the owner tokens list
    mapping(uint256 => uint256) private _ownedTokensIndex;

    // Array with all token ids, used for enumeration
    uint256[] private _allTokens;

    // Mapping from token id to position in the allTokens array
    mapping(uint256 => uint256) private _allTokensIndex;

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

    /**
     * @dev See {IERC721Enumerable-tokenOfOwnerByIndex}.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index) public view virtual override returns (uint256) {
        require(index < ERC721.balanceOf(owner), "ERC721Enumerable: owner index out of bounds");
        return _ownedTokens[owner][index];
    }

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

    /**
     * @dev See {IERC721Enumerable-tokenByIndex}.
     */
    function tokenByIndex(uint256 index) public view virtual override returns (uint256) {
        require(index < ERC721Enumerable.totalSupply(), "ERC721Enumerable: global index out of bounds");
        return _allTokens[index];
    }

    /**
     * @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` cannot be the zero address.
     * - `to` cannot be the zero address.
     *
     * 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 override {
        super._beforeTokenTransfer(from, to, tokenId);

        if (from == address(0)) {
            _addTokenToAllTokensEnumeration(tokenId);
        } else if (from != to) {
            _removeTokenFromOwnerEnumeration(from, tokenId);
        }
        if (to == address(0)) {
            _removeTokenFromAllTokensEnumeration(tokenId);
        } else if (to != from) {
            _addTokenToOwnerEnumeration(to, tokenId);
        }
    }

    /**
     * @dev Private function to add a token to this extension's ownership-tracking data structures.
     * @param to address representing the new owner of the given token ID
     * @param tokenId uint256 ID of the token to be added to the tokens list of the given address
     */
    function _addTokenToOwnerEnumeration(address to, uint256 tokenId) private {
        uint256 length = ERC721.balanceOf(to);
        _ownedTokens[to][length] = tokenId;
        _ownedTokensIndex[tokenId] = length;
    }

    /**
     * @dev Private function to add a token to this extension's token tracking data structures.
     * @param tokenId uint256 ID of the token to be added to the tokens list
     */
    function _addTokenToAllTokensEnumeration(uint256 tokenId) private {
        _allTokensIndex[tokenId] = _allTokens.length;
        _allTokens.push(tokenId);
    }

    /**
     * @dev Private function to remove a token from this extension's ownership-tracking data structures. Note that
     * while the token is not assigned a new owner, the `_ownedTokensIndex` mapping is _not_ updated: this allows for
     * gas optimizations e.g. when performing a transfer operation (avoiding double writes).
     * This has O(1) time complexity, but alters the order of the _ownedTokens array.
     * @param from address representing the previous owner of the given token ID
     * @param tokenId uint256 ID of the token to be removed from the tokens list of the given address
     */
    function _removeTokenFromOwnerEnumeration(address from, uint256 tokenId) private {
        // To prevent a gap in from's tokens array, we store the last token in the index of the token to delete, and
        // then delete the last slot (swap and pop).

        uint256 lastTokenIndex = ERC721.balanceOf(from) - 1;
        uint256 tokenIndex = _ownedTokensIndex[tokenId];

        // When the token to delete is the last token, the swap operation is unnecessary
        if (tokenIndex != lastTokenIndex) {
            uint256 lastTokenId = _ownedTokens[from][lastTokenIndex];

            _ownedTokens[from][tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token
            _ownedTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index
        }

        // This also deletes the contents at the last position of the array
        delete _ownedTokensIndex[tokenId];
        delete _ownedTokens[from][lastTokenIndex];
    }

    /**
     * @dev Private function to remove a token from this extension's token tracking data structures.
     * This has O(1) time complexity, but alters the order of the _allTokens array.
     * @param tokenId uint256 ID of the token to be removed from the tokens list
     */
    function _removeTokenFromAllTokensEnumeration(uint256 tokenId) private {
        // To prevent a gap in the tokens array, we store the last token in the index of the token to delete, and
        // then delete the last slot (swap and pop).

        uint256 lastTokenIndex = _allTokens.length - 1;
        uint256 tokenIndex = _allTokensIndex[tokenId];

        // When the token to delete is the last token, the swap operation is unnecessary. However, since this occurs so
        // rarely (when the last minted token is burnt) that we still do the swap here to avoid the gas cost of adding
        // an 'if' statement (like in _removeTokenFromOwnerEnumeration)
        uint256 lastTokenId = _allTokens[lastTokenIndex];

        _allTokens[tokenIndex] = lastTokenId; // Move the last token to the slot of the to-delete token
        _allTokensIndex[lastTokenId] = tokenIndex; // Update the moved token's index

        // This also deletes the contents at the last position of the array
        delete _allTokensIndex[tokenId];
        _allTokens.pop();
    }
}

// File: DREAMERS.sol


pragma solidity ^0.8.0;


contract Dreamers is ERC721Enumerable, Ownable {
    using Strings for uint256;
    using Counters for Counters.Counter;

    string public baseTokenURI = "";

    string private _contractURI;
    ProxyRegistry private _proxyRegistry;
    Counters.Counter private _tokenIds;

    constructor(address openseaProxyRegistry_) ERC721("DREAMERS", "DRMRS") {
        if (address(0) != openseaProxyRegistry_) {
            _setOpenSeaRegistry(openseaProxyRegistry_);
        }
    }

    function mint(uint256 _amount, string memory _newBaseURI) public onlyOwner {
        for (uint256 i = 0; i < _amount; i++) {
            _tokenIds.increment();
            uint256 newNftTokenId = _tokenIds.current();
            _safeMint(msg.sender, newNftTokenId);
        }
        baseTokenURI = _newBaseURI;
    }

    function tokenURI(uint256 _tokenId)
        public
        view
        virtual
        override
        returns (string memory)
    {
        require(_exists(_tokenId));
        return string(abi.encodePacked(baseTokenURI, _tokenId.toString()));
    }

    function setBaseTokenURI(string memory _uri) public onlyOwner {
        baseTokenURI = _uri;
    }

    function contractURI() public view returns (string memory) {
        return _contractURI;
    }

    function isOwnersOpenSeaProxy(address owner, address operator)
        public
        view
        returns (bool)
    {
        ProxyRegistry proxyRegistry = _proxyRegistry;
        return
            address(proxyRegistry) != address(0) &&
            address(proxyRegistry.proxies(owner)) == operator;
    }

    function _setOpenSeaRegistry(address proxyRegistryAddress) internal {
        _proxyRegistry = ProxyRegistry(proxyRegistryAddress);
    }

    function isApprovedForAll(address owner, address operator)
        public
        view
        virtual
        override
        returns (bool)
    {
        if (isOwnersOpenSeaProxy(owner, operator)) {
            return true;
        }

        return super.isApprovedForAll(owner, operator);
    }

    function setOpenSeaRegistry(address proxyRegistryAddress)
        external
        onlyOwner
    {
        _proxyRegistry = ProxyRegistry(proxyRegistryAddress);
    }
}

contract OwnableDelegateProxy {}

contract ProxyRegistry {
    mapping(address => OwnableDelegateProxy) public proxies;
}
/* ~~ Cr0wn Gh0ul LLC. ~~ */

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"openseaProxyRegistry_","type":"address"}],"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":[],"name":"baseTokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"contractURI","outputs":[{"internalType":"string","name":"","type":"string"}],"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":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isOwnersOpenSeaProxy","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"string","name":"_newBaseURI","type":"string"}],"name":"mint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"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":"_uri","type":"string"}],"name":"setBaseTokenURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"proxyRegistryAddress","type":"address"}],"name":"setOpenSeaRegistry","outputs":[],"stateMutability":"nonpayable","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":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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"}]

608060405260405180602001604052806000815250600b90805190602001906200002b9291906200027f565b503480156200003957600080fd5b5060405162003e6838038062003e6883398181016040528101906200005f919062000346565b6040518060400160405280600881526020017f445245414d4552530000000000000000000000000000000000000000000000008152506040518060400160405280600581526020017f44524d52530000000000000000000000000000000000000000000000000000008152508160009080519060200190620000e39291906200027f565b508060019080519060200190620000fc9291906200027f565b5050506200011f620001136200016d60201b60201c565b6200017560201b60201c565b8073ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff1614620001665762000165816200023b60201b60201c565b5b5062000430565b600033905090565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b80600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b8280546200028d90620003ac565b90600052602060002090601f016020900481019282620002b15760008555620002fd565b82601f10620002cc57805160ff1916838001178555620002fd565b82800160010185558215620002fd579182015b82811115620002fc578251825591602001919060010190620002df565b5b5090506200030c919062000310565b5090565b5b808211156200032b57600081600090555060010162000311565b5090565b600081519050620003408162000416565b92915050565b6000602082840312156200035f576200035e62000411565b5b60006200036f848285016200032f565b91505092915050565b600062000385826200038c565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006002820490506001821680620003c557607f821691505b60208210811415620003dc57620003db620003e2565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600080fd5b620004218162000378565b81146200042d57600080fd5b50565b613a2880620004406000396000f3fe608060405234801561001057600080fd5b50600436106101735760003560e01c806370a08231116100de578063b5f4975911610097578063d547cfb711610071578063d547cfb71461045a578063e8a3d48514610478578063e985e9c514610496578063f2fde38b146104c657610173565b8063b5f49759146103f2578063b88d4fde1461040e578063c87b56dd1461042a57610173565b806370a0823114610344578063715018a61461037457806377097fc81461037e5780638da5cb5b1461039a57806395d89b41146103b8578063a22cb465146103d657610173565b80632f745c59116101305780632f745c591461024c57806330176e131461027c57806342842e0e146102985780634f6ccce7146102b45780636102de98146102e45780636352211e1461031457610173565b806301ffc9a71461017857806306fdde03146101a8578063081812fc146101c6578063095ea7b3146101f657806318160ddd1461021257806323b872dd14610230575b600080fd5b610192600480360381019061018d919061285c565b6104e2565b60405161019f9190612de2565b60405180910390f35b6101b061055c565b6040516101bd9190612dfd565b60405180910390f35b6101e060048036038101906101db919061292c565b6105ee565b6040516101ed9190612d7b565b60405180910390f35b610210600480360381019061020b919061281c565b610673565b005b61021a61078b565b604051610227919061303f565b60405180910390f35b61024a60048036038101906102459190612706565b610798565b005b6102666004803603810190610261919061281c565b6107f8565b604051610273919061303f565b60405180910390f35b610296600480360381019061029191906128e3565b61089d565b005b6102b260048036038101906102ad9190612706565b610933565b005b6102ce60048036038101906102c9919061292c565b610953565b6040516102db919061303f565b60405180910390f35b6102fe60048036038101906102f991906126c6565b6109c4565b60405161030b9190612de2565b60405180910390f35b61032e6004803603810190610329919061292c565b610ae5565b60405161033b9190612d7b565b60405180910390f35b61035e60048036038101906103599190612699565b610b97565b60405161036b919061303f565b60405180910390f35b61037c610c4f565b005b61039860048036038101906103939190612959565b610cd7565b005b6103a2610db0565b6040516103af9190612d7b565b60405180910390f35b6103c0610dda565b6040516103cd9190612dfd565b60405180910390f35b6103f060048036038101906103eb91906127dc565b610e6c565b005b61040c60048036038101906104079190612699565b610fed565b005b61042860048036038101906104239190612759565b6110ad565b005b610444600480360381019061043f919061292c565b61110f565b6040516104519190612dfd565b60405180910390f35b610462611155565b60405161046f9190612dfd565b60405180910390f35b6104806111e3565b60405161048d9190612dfd565b60405180910390f35b6104b060048036038101906104ab91906126c6565b611275565b6040516104bd9190612de2565b60405180910390f35b6104e060048036038101906104db9190612699565b6112a2565b005b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061055557506105548261139a565b5b9050919050565b60606000805461056b906132bc565b80601f0160208091040260200160405190810160405280929190818152602001828054610597906132bc565b80156105e45780601f106105b9576101008083540402835291602001916105e4565b820191906000526020600020905b8154815290600101906020018083116105c757829003601f168201915b5050505050905090565b60006105f98261147c565b610638576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161062f90612f7f565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b600061067e82610ae5565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156106ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106e690612fdf565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1661070e6114e8565b73ffffffffffffffffffffffffffffffffffffffff16148061073d575061073c816107376114e8565b611275565b5b61077c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161077390612eff565b60405180910390fd5b61078683836114f0565b505050565b6000600880549050905090565b6107a96107a36114e8565b826115a9565b6107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90612fff565b60405180910390fd5b6107f3838383611687565b505050565b600061080383610b97565b8210610844576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161083b90612e1f565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b6108a56114e8565b73ffffffffffffffffffffffffffffffffffffffff166108c3610db0565b73ffffffffffffffffffffffffffffffffffffffff1614610919576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161091090612f9f565b60405180910390fd5b80600b908051906020019061092f929190612498565b5050565b61094e838383604051806020016040528060008152506110ad565b505050565b600061095d61078b565b821061099e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109959061301f565b60405180910390fd5b600882815481106109b2576109b1613455565b5b90600052602060002001549050919050565b600080600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614158015610adc57508273ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1663c4552791866040518263ffffffff1660e01b8152600401610a749190612d7b565b60206040518083038186803b158015610a8c57600080fd5b505afa158015610aa0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ac491906128b6565b73ffffffffffffffffffffffffffffffffffffffff16145b91505092915050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610b8e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b8590612f3f565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610c08576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bff90612f1f565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610c576114e8565b73ffffffffffffffffffffffffffffffffffffffff16610c75610db0565b73ffffffffffffffffffffffffffffffffffffffff1614610ccb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cc290612f9f565b60405180910390fd5b610cd560006118e3565b565b610cdf6114e8565b73ffffffffffffffffffffffffffffffffffffffff16610cfd610db0565b73ffffffffffffffffffffffffffffffffffffffff1614610d53576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d4a90612f9f565b60405180910390fd5b60005b82811015610d9457610d68600e6119a9565b6000610d74600e6119bf565b9050610d8033826119cd565b508080610d8c9061331f565b915050610d56565b5080600b9080519060200190610dab929190612498565b505050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054610de9906132bc565b80601f0160208091040260200160405190810160405280929190818152602001828054610e15906132bc565b8015610e625780601f10610e3757610100808354040283529160200191610e62565b820191906000526020600020905b815481529060010190602001808311610e4557829003601f168201915b5050505050905090565b610e746114e8565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610ee2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ed990612ebf565b60405180910390fd5b8060056000610eef6114e8565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16610f9c6114e8565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051610fe19190612de2565b60405180910390a35050565b610ff56114e8565b73ffffffffffffffffffffffffffffffffffffffff16611013610db0565b73ffffffffffffffffffffffffffffffffffffffff1614611069576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161106090612f9f565b60405180910390fd5b80600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6110be6110b86114e8565b836115a9565b6110fd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110f490612fff565b60405180910390fd5b611109848484846119eb565b50505050565b606061111a8261147c565b61112357600080fd5b600b61112e83611a47565b60405160200161113f929190612d57565b6040516020818303038152906040529050919050565b600b8054611162906132bc565b80601f016020809104026020016040519081016040528092919081815260200182805461118e906132bc565b80156111db5780601f106111b0576101008083540402835291602001916111db565b820191906000526020600020905b8154815290600101906020018083116111be57829003601f168201915b505050505081565b6060600c80546111f2906132bc565b80601f016020809104026020016040519081016040528092919081815260200182805461121e906132bc565b801561126b5780601f106112405761010080835404028352916020019161126b565b820191906000526020600020905b81548152906001019060200180831161124e57829003601f168201915b5050505050905090565b600061128183836109c4565b1561128f576001905061129c565b6112998383611ba8565b90505b92915050565b6112aa6114e8565b73ffffffffffffffffffffffffffffffffffffffff166112c8610db0565b73ffffffffffffffffffffffffffffffffffffffff161461131e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161131590612f9f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561138e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161138590612e5f565b60405180910390fd5b611397816118e3565b50565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061146557507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80611475575061147482611c3c565b5b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff1661156383610ae5565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b60006115b48261147c565b6115f3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115ea90612edf565b60405180910390fd5b60006115fe83610ae5565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061166d57508373ffffffffffffffffffffffffffffffffffffffff16611655846105ee565b73ffffffffffffffffffffffffffffffffffffffff16145b8061167e575061167d8185611275565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff166116a782610ae5565b73ffffffffffffffffffffffffffffffffffffffff16146116fd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116f490612fbf565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561176d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161176490612e9f565b60405180910390fd5b611778838383611ca6565b6117836000826114f0565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546117d391906131c0565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461182a9190613139565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6001816000016000828254019250508190555050565b600081600001549050919050565b6119e7828260405180602001604052806000815250611dba565b5050565b6119f6848484611687565b611a0284848484611e15565b611a41576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a3890612e3f565b60405180910390fd5b50505050565b60606000821415611a8f576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050611ba3565b600082905060005b60008214611ac1578080611aaa9061331f565b915050600a82611aba919061318f565b9150611a97565b60008167ffffffffffffffff811115611add57611adc613484565b5b6040519080825280601f01601f191660200182016040528015611b0f5781602001600182028036833780820191505090505b5090505b60008514611b9c57600182611b2891906131c0565b9150600a85611b379190613368565b6030611b439190613139565b60f81b818381518110611b5957611b58613455565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a85611b95919061318f565b9450611b13565b8093505050505b919050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b611cb1838383611fac565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611cf457611cef81611fb1565b611d33565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614611d3257611d318382611ffa565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611d7657611d7181612167565b611db5565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614611db457611db38282612238565b5b5b505050565b611dc483836122b7565b611dd16000848484611e15565b611e10576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e0790612e3f565b60405180910390fd5b505050565b6000611e368473ffffffffffffffffffffffffffffffffffffffff16612485565b15611f9f578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02611e5f6114e8565b8786866040518563ffffffff1660e01b8152600401611e819493929190612d96565b602060405180830381600087803b158015611e9b57600080fd5b505af1925050508015611ecc57506040513d601f19601f82011682018060405250810190611ec99190612889565b60015b611f4f573d8060008114611efc576040519150601f19603f3d011682016040523d82523d6000602084013e611f01565b606091505b50600081511415611f47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f3e90612e3f565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050611fa4565b600190505b949350505050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b6000600161200784610b97565b61201191906131c0565b90506000600760008481526020019081526020016000205490508181146120f6576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b6000600160088054905061217b91906131c0565b90506000600960008481526020019081526020016000205490506000600883815481106121ab576121aa613455565b5b9060005260206000200154905080600883815481106121cd576121cc613455565b5b90600052602060002001819055508160096000838152602001908152602001600020819055506009600085815260200190815260200160002060009055600880548061221c5761221b613426565b5b6001900381819060005260206000200160009055905550505050565b600061224383610b97565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612327576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161231e90612f5f565b60405180910390fd5b6123308161147c565b15612370576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161236790612e7f565b60405180910390fd5b61237c60008383611ca6565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546123cc9190613139565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b600080823b905060008111915050919050565b8280546124a4906132bc565b90600052602060002090601f0160209004810192826124c6576000855561250d565b82601f106124df57805160ff191683800117855561250d565b8280016001018555821561250d579182015b8281111561250c5782518255916020019190600101906124f1565b5b50905061251a919061251e565b5090565b5b8082111561253757600081600090555060010161251f565b5090565b600061254e6125498461307f565b61305a565b90508281526020810184848401111561256a576125696134b8565b5b61257584828561327a565b509392505050565b600061259061258b846130b0565b61305a565b9050828152602081018484840111156125ac576125ab6134b8565b5b6125b784828561327a565b509392505050565b6000813590506125ce8161397f565b92915050565b6000813590506125e381613996565b92915050565b6000813590506125f8816139ad565b92915050565b60008151905061260d816139ad565b92915050565b600082601f830112612628576126276134b3565b5b813561263884826020860161253b565b91505092915050565b600081519050612650816139c4565b92915050565b600082601f83011261266b5761266a6134b3565b5b813561267b84826020860161257d565b91505092915050565b600081359050612693816139db565b92915050565b6000602082840312156126af576126ae6134c2565b5b60006126bd848285016125bf565b91505092915050565b600080604083850312156126dd576126dc6134c2565b5b60006126eb858286016125bf565b92505060206126fc858286016125bf565b9150509250929050565b60008060006060848603121561271f5761271e6134c2565b5b600061272d868287016125bf565b935050602061273e868287016125bf565b925050604061274f86828701612684565b9150509250925092565b60008060008060808587031215612773576127726134c2565b5b6000612781878288016125bf565b9450506020612792878288016125bf565b93505060406127a387828801612684565b925050606085013567ffffffffffffffff8111156127c4576127c36134bd565b5b6127d087828801612613565b91505092959194509250565b600080604083850312156127f3576127f26134c2565b5b6000612801858286016125bf565b9250506020612812858286016125d4565b9150509250929050565b60008060408385031215612833576128326134c2565b5b6000612841858286016125bf565b925050602061285285828601612684565b9150509250929050565b600060208284031215612872576128716134c2565b5b6000612880848285016125e9565b91505092915050565b60006020828403121561289f5761289e6134c2565b5b60006128ad848285016125fe565b91505092915050565b6000602082840312156128cc576128cb6134c2565b5b60006128da84828501612641565b91505092915050565b6000602082840312156128f9576128f86134c2565b5b600082013567ffffffffffffffff811115612917576129166134bd565b5b61292384828501612656565b91505092915050565b600060208284031215612942576129416134c2565b5b600061295084828501612684565b91505092915050565b600080604083850312156129705761296f6134c2565b5b600061297e85828601612684565b925050602083013567ffffffffffffffff81111561299f5761299e6134bd565b5b6129ab85828601612656565b9150509250929050565b6129be816131f4565b82525050565b6129cd81613206565b82525050565b60006129de826130f6565b6129e8818561310c565b93506129f8818560208601613289565b612a01816134c7565b840191505092915050565b6000612a1782613101565b612a21818561311d565b9350612a31818560208601613289565b612a3a816134c7565b840191505092915050565b6000612a5082613101565b612a5a818561312e565b9350612a6a818560208601613289565b80840191505092915050565b60008154612a83816132bc565b612a8d818661312e565b94506001821660008114612aa85760018114612ab957612aec565b60ff19831686528186019350612aec565b612ac2856130e1565b60005b83811015612ae457815481890152600182019150602081019050612ac5565b838801955050505b50505092915050565b6000612b02602b8361311d565b9150612b0d826134d8565b604082019050919050565b6000612b2560328361311d565b9150612b3082613527565b604082019050919050565b6000612b4860268361311d565b9150612b5382613576565b604082019050919050565b6000612b6b601c8361311d565b9150612b76826135c5565b602082019050919050565b6000612b8e60248361311d565b9150612b99826135ee565b604082019050919050565b6000612bb160198361311d565b9150612bbc8261363d565b602082019050919050565b6000612bd4602c8361311d565b9150612bdf82613666565b604082019050919050565b6000612bf760388361311d565b9150612c02826136b5565b604082019050919050565b6000612c1a602a8361311d565b9150612c2582613704565b604082019050919050565b6000612c3d60298361311d565b9150612c4882613753565b604082019050919050565b6000612c6060208361311d565b9150612c6b826137a2565b602082019050919050565b6000612c83602c8361311d565b9150612c8e826137cb565b604082019050919050565b6000612ca660208361311d565b9150612cb18261381a565b602082019050919050565b6000612cc960298361311d565b9150612cd482613843565b604082019050919050565b6000612cec60218361311d565b9150612cf782613892565b604082019050919050565b6000612d0f60318361311d565b9150612d1a826138e1565b604082019050919050565b6000612d32602c8361311d565b9150612d3d82613930565b604082019050919050565b612d5181613270565b82525050565b6000612d638285612a76565b9150612d6f8284612a45565b91508190509392505050565b6000602082019050612d9060008301846129b5565b92915050565b6000608082019050612dab60008301876129b5565b612db860208301866129b5565b612dc56040830185612d48565b8181036060830152612dd781846129d3565b905095945050505050565b6000602082019050612df760008301846129c4565b92915050565b60006020820190508181036000830152612e178184612a0c565b905092915050565b60006020820190508181036000830152612e3881612af5565b9050919050565b60006020820190508181036000830152612e5881612b18565b9050919050565b60006020820190508181036000830152612e7881612b3b565b9050919050565b60006020820190508181036000830152612e9881612b5e565b9050919050565b60006020820190508181036000830152612eb881612b81565b9050919050565b60006020820190508181036000830152612ed881612ba4565b9050919050565b60006020820190508181036000830152612ef881612bc7565b9050919050565b60006020820190508181036000830152612f1881612bea565b9050919050565b60006020820190508181036000830152612f3881612c0d565b9050919050565b60006020820190508181036000830152612f5881612c30565b9050919050565b60006020820190508181036000830152612f7881612c53565b9050919050565b60006020820190508181036000830152612f9881612c76565b9050919050565b60006020820190508181036000830152612fb881612c99565b9050919050565b60006020820190508181036000830152612fd881612cbc565b9050919050565b60006020820190508181036000830152612ff881612cdf565b9050919050565b6000602082019050818103600083015261301881612d02565b9050919050565b6000602082019050818103600083015261303881612d25565b9050919050565b60006020820190506130546000830184612d48565b92915050565b6000613064613075565b905061307082826132ee565b919050565b6000604051905090565b600067ffffffffffffffff82111561309a57613099613484565b5b6130a3826134c7565b9050602081019050919050565b600067ffffffffffffffff8211156130cb576130ca613484565b5b6130d4826134c7565b9050602081019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600061314482613270565b915061314f83613270565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561318457613183613399565b5b828201905092915050565b600061319a82613270565b91506131a583613270565b9250826131b5576131b46133c8565b5b828204905092915050565b60006131cb82613270565b91506131d683613270565b9250828210156131e9576131e8613399565b5b828203905092915050565b60006131ff82613250565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6000613249826131f4565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b838110156132a757808201518184015260208101905061328c565b838111156132b6576000848401525b50505050565b600060028204905060018216806132d457607f821691505b602082108114156132e8576132e76133f7565b5b50919050565b6132f7826134c7565b810181811067ffffffffffffffff8211171561331657613315613484565b5b80604052505050565b600061332a82613270565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561335d5761335c613399565b5b600182019050919050565b600061337382613270565b915061337e83613270565b92508261338e5761338d6133c8565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b613988816131f4565b811461399357600080fd5b50565b61399f81613206565b81146139aa57600080fd5b50565b6139b681613212565b81146139c157600080fd5b50565b6139cd8161323e565b81146139d857600080fd5b50565b6139e481613270565b81146139ef57600080fd5b5056fea2646970667358221220734a3e69c7ad59700340be74f33ab3a5b4c5f7d6c3249fac693ce5a9a3b5860464736f6c63430008070033000000000000000000000000a5409ec958c83c3f309868babaca7c86dcb077c1

Deployed Bytecode

0x608060405234801561001057600080fd5b50600436106101735760003560e01c806370a08231116100de578063b5f4975911610097578063d547cfb711610071578063d547cfb71461045a578063e8a3d48514610478578063e985e9c514610496578063f2fde38b146104c657610173565b8063b5f49759146103f2578063b88d4fde1461040e578063c87b56dd1461042a57610173565b806370a0823114610344578063715018a61461037457806377097fc81461037e5780638da5cb5b1461039a57806395d89b41146103b8578063a22cb465146103d657610173565b80632f745c59116101305780632f745c591461024c57806330176e131461027c57806342842e0e146102985780634f6ccce7146102b45780636102de98146102e45780636352211e1461031457610173565b806301ffc9a71461017857806306fdde03146101a8578063081812fc146101c6578063095ea7b3146101f657806318160ddd1461021257806323b872dd14610230575b600080fd5b610192600480360381019061018d919061285c565b6104e2565b60405161019f9190612de2565b60405180910390f35b6101b061055c565b6040516101bd9190612dfd565b60405180910390f35b6101e060048036038101906101db919061292c565b6105ee565b6040516101ed9190612d7b565b60405180910390f35b610210600480360381019061020b919061281c565b610673565b005b61021a61078b565b604051610227919061303f565b60405180910390f35b61024a60048036038101906102459190612706565b610798565b005b6102666004803603810190610261919061281c565b6107f8565b604051610273919061303f565b60405180910390f35b610296600480360381019061029191906128e3565b61089d565b005b6102b260048036038101906102ad9190612706565b610933565b005b6102ce60048036038101906102c9919061292c565b610953565b6040516102db919061303f565b60405180910390f35b6102fe60048036038101906102f991906126c6565b6109c4565b60405161030b9190612de2565b60405180910390f35b61032e6004803603810190610329919061292c565b610ae5565b60405161033b9190612d7b565b60405180910390f35b61035e60048036038101906103599190612699565b610b97565b60405161036b919061303f565b60405180910390f35b61037c610c4f565b005b61039860048036038101906103939190612959565b610cd7565b005b6103a2610db0565b6040516103af9190612d7b565b60405180910390f35b6103c0610dda565b6040516103cd9190612dfd565b60405180910390f35b6103f060048036038101906103eb91906127dc565b610e6c565b005b61040c60048036038101906104079190612699565b610fed565b005b61042860048036038101906104239190612759565b6110ad565b005b610444600480360381019061043f919061292c565b61110f565b6040516104519190612dfd565b60405180910390f35b610462611155565b60405161046f9190612dfd565b60405180910390f35b6104806111e3565b60405161048d9190612dfd565b60405180910390f35b6104b060048036038101906104ab91906126c6565b611275565b6040516104bd9190612de2565b60405180910390f35b6104e060048036038101906104db9190612699565b6112a2565b005b60007f780e9d63000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061055557506105548261139a565b5b9050919050565b60606000805461056b906132bc565b80601f0160208091040260200160405190810160405280929190818152602001828054610597906132bc565b80156105e45780601f106105b9576101008083540402835291602001916105e4565b820191906000526020600020905b8154815290600101906020018083116105c757829003601f168201915b5050505050905090565b60006105f98261147c565b610638576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161062f90612f7f565b60405180910390fd5b6004600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b600061067e82610ae5565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614156106ef576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016106e690612fdf565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1661070e6114e8565b73ffffffffffffffffffffffffffffffffffffffff16148061073d575061073c816107376114e8565b611275565b5b61077c576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161077390612eff565b60405180910390fd5b61078683836114f0565b505050565b6000600880549050905090565b6107a96107a36114e8565b826115a9565b6107e8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016107df90612fff565b60405180910390fd5b6107f3838383611687565b505050565b600061080383610b97565b8210610844576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161083b90612e1f565b60405180910390fd5b600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002054905092915050565b6108a56114e8565b73ffffffffffffffffffffffffffffffffffffffff166108c3610db0565b73ffffffffffffffffffffffffffffffffffffffff1614610919576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161091090612f9f565b60405180910390fd5b80600b908051906020019061092f929190612498565b5050565b61094e838383604051806020016040528060008152506110ad565b505050565b600061095d61078b565b821061099e576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109959061301f565b60405180910390fd5b600882815481106109b2576109b1613455565b5b90600052602060002001549050919050565b600080600d60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1614158015610adc57508273ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff1663c4552791866040518263ffffffff1660e01b8152600401610a749190612d7b565b60206040518083038186803b158015610a8c57600080fd5b505afa158015610aa0573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ac491906128b6565b73ffffffffffffffffffffffffffffffffffffffff16145b91505092915050565b6000806002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610b8e576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b8590612f3f565b60405180910390fd5b80915050919050565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610c08576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610bff90612f1f565b60405180910390fd5b600360008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610c576114e8565b73ffffffffffffffffffffffffffffffffffffffff16610c75610db0565b73ffffffffffffffffffffffffffffffffffffffff1614610ccb576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610cc290612f9f565b60405180910390fd5b610cd560006118e3565b565b610cdf6114e8565b73ffffffffffffffffffffffffffffffffffffffff16610cfd610db0565b73ffffffffffffffffffffffffffffffffffffffff1614610d53576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d4a90612f9f565b60405180910390fd5b60005b82811015610d9457610d68600e6119a9565b6000610d74600e6119bf565b9050610d8033826119cd565b508080610d8c9061331f565b915050610d56565b5080600b9080519060200190610dab929190612498565b505050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060018054610de9906132bc565b80601f0160208091040260200160405190810160405280929190818152602001828054610e15906132bc565b8015610e625780601f10610e3757610100808354040283529160200191610e62565b820191906000526020600020905b815481529060010190602001808311610e4557829003601f168201915b5050505050905090565b610e746114e8565b73ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610ee2576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610ed990612ebf565b60405180910390fd5b8060056000610eef6114e8565b73ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff16610f9c6114e8565b73ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051610fe19190612de2565b60405180910390a35050565b610ff56114e8565b73ffffffffffffffffffffffffffffffffffffffff16611013610db0565b73ffffffffffffffffffffffffffffffffffffffff1614611069576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161106090612f9f565b60405180910390fd5b80600d60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050565b6110be6110b86114e8565b836115a9565b6110fd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110f490612fff565b60405180910390fd5b611109848484846119eb565b50505050565b606061111a8261147c565b61112357600080fd5b600b61112e83611a47565b60405160200161113f929190612d57565b6040516020818303038152906040529050919050565b600b8054611162906132bc565b80601f016020809104026020016040519081016040528092919081815260200182805461118e906132bc565b80156111db5780601f106111b0576101008083540402835291602001916111db565b820191906000526020600020905b8154815290600101906020018083116111be57829003601f168201915b505050505081565b6060600c80546111f2906132bc565b80601f016020809104026020016040519081016040528092919081815260200182805461121e906132bc565b801561126b5780601f106112405761010080835404028352916020019161126b565b820191906000526020600020905b81548152906001019060200180831161124e57829003601f168201915b5050505050905090565b600061128183836109c4565b1561128f576001905061129c565b6112998383611ba8565b90505b92915050565b6112aa6114e8565b73ffffffffffffffffffffffffffffffffffffffff166112c8610db0565b73ffffffffffffffffffffffffffffffffffffffff161461131e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161131590612f9f565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff16141561138e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161138590612e5f565b60405180910390fd5b611397816118e3565b50565b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061146557507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b80611475575061147482611c3c565b5b9050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166002600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816004600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff1661156383610ae5565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b60006115b48261147c565b6115f3576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016115ea90612edf565b60405180910390fd5b60006115fe83610ae5565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061166d57508373ffffffffffffffffffffffffffffffffffffffff16611655846105ee565b73ffffffffffffffffffffffffffffffffffffffff16145b8061167e575061167d8185611275565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff166116a782610ae5565b73ffffffffffffffffffffffffffffffffffffffff16146116fd576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016116f490612fbf565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561176d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161176490612e9f565b60405180910390fd5b611778838383611ca6565b6117836000826114f0565b6001600360008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546117d391906131c0565b925050819055506001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825461182a9190613139565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b6000600a60009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905081600a60006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6001816000016000828254019250508190555050565b600081600001549050919050565b6119e7828260405180602001604052806000815250611dba565b5050565b6119f6848484611687565b611a0284848484611e15565b611a41576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611a3890612e3f565b60405180910390fd5b50505050565b60606000821415611a8f576040518060400160405280600181526020017f30000000000000000000000000000000000000000000000000000000000000008152509050611ba3565b600082905060005b60008214611ac1578080611aaa9061331f565b915050600a82611aba919061318f565b9150611a97565b60008167ffffffffffffffff811115611add57611adc613484565b5b6040519080825280601f01601f191660200182016040528015611b0f5781602001600182028036833780820191505090505b5090505b60008514611b9c57600182611b2891906131c0565b9150600a85611b379190613368565b6030611b439190613139565b60f81b818381518110611b5957611b58613455565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a85611b95919061318f565b9450611b13565b8093505050505b919050565b6000600560008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b611cb1838383611fac565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611cf457611cef81611fb1565b611d33565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1614611d3257611d318382611ffa565b5b5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415611d7657611d7181612167565b611db5565b8273ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1614611db457611db38282612238565b5b5b505050565b611dc483836122b7565b611dd16000848484611e15565b611e10576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e0790612e3f565b60405180910390fd5b505050565b6000611e368473ffffffffffffffffffffffffffffffffffffffff16612485565b15611f9f578373ffffffffffffffffffffffffffffffffffffffff1663150b7a02611e5f6114e8565b8786866040518563ffffffff1660e01b8152600401611e819493929190612d96565b602060405180830381600087803b158015611e9b57600080fd5b505af1925050508015611ecc57506040513d601f19601f82011682018060405250810190611ec99190612889565b60015b611f4f573d8060008114611efc576040519150601f19603f3d011682016040523d82523d6000602084013e611f01565b606091505b50600081511415611f47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611f3e90612e3f565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050611fa4565b600190505b949350505050565b505050565b6008805490506009600083815260200190815260200160002081905550600881908060018154018082558091505060019003906000526020600020016000909190919091505550565b6000600161200784610b97565b61201191906131c0565b90506000600760008481526020019081526020016000205490508181146120f6576000600660008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002054905080600660008773ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600084815260200190815260200160002081905550816007600083815260200190815260200160002081905550505b6007600084815260200190815260200160002060009055600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008381526020019081526020016000206000905550505050565b6000600160088054905061217b91906131c0565b90506000600960008481526020019081526020016000205490506000600883815481106121ab576121aa613455565b5b9060005260206000200154905080600883815481106121cd576121cc613455565b5b90600052602060002001819055508160096000838152602001908152602001600020819055506009600085815260200190815260200160002060009055600880548061221c5761221b613426565b5b6001900381819060005260206000200160009055905550505050565b600061224383610b97565b905081600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600083815260200190815260200160002081905550806007600084815260200190815260200160002081905550505050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612327576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161231e90612f5f565b60405180910390fd5b6123308161147c565b15612370576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161236790612e7f565b60405180910390fd5b61237c60008383611ca6565b6001600360008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546123cc9190613139565b92505081905550816002600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45050565b600080823b905060008111915050919050565b8280546124a4906132bc565b90600052602060002090601f0160209004810192826124c6576000855561250d565b82601f106124df57805160ff191683800117855561250d565b8280016001018555821561250d579182015b8281111561250c5782518255916020019190600101906124f1565b5b50905061251a919061251e565b5090565b5b8082111561253757600081600090555060010161251f565b5090565b600061254e6125498461307f565b61305a565b90508281526020810184848401111561256a576125696134b8565b5b61257584828561327a565b509392505050565b600061259061258b846130b0565b61305a565b9050828152602081018484840111156125ac576125ab6134b8565b5b6125b784828561327a565b509392505050565b6000813590506125ce8161397f565b92915050565b6000813590506125e381613996565b92915050565b6000813590506125f8816139ad565b92915050565b60008151905061260d816139ad565b92915050565b600082601f830112612628576126276134b3565b5b813561263884826020860161253b565b91505092915050565b600081519050612650816139c4565b92915050565b600082601f83011261266b5761266a6134b3565b5b813561267b84826020860161257d565b91505092915050565b600081359050612693816139db565b92915050565b6000602082840312156126af576126ae6134c2565b5b60006126bd848285016125bf565b91505092915050565b600080604083850312156126dd576126dc6134c2565b5b60006126eb858286016125bf565b92505060206126fc858286016125bf565b9150509250929050565b60008060006060848603121561271f5761271e6134c2565b5b600061272d868287016125bf565b935050602061273e868287016125bf565b925050604061274f86828701612684565b9150509250925092565b60008060008060808587031215612773576127726134c2565b5b6000612781878288016125bf565b9450506020612792878288016125bf565b93505060406127a387828801612684565b925050606085013567ffffffffffffffff8111156127c4576127c36134bd565b5b6127d087828801612613565b91505092959194509250565b600080604083850312156127f3576127f26134c2565b5b6000612801858286016125bf565b9250506020612812858286016125d4565b9150509250929050565b60008060408385031215612833576128326134c2565b5b6000612841858286016125bf565b925050602061285285828601612684565b9150509250929050565b600060208284031215612872576128716134c2565b5b6000612880848285016125e9565b91505092915050565b60006020828403121561289f5761289e6134c2565b5b60006128ad848285016125fe565b91505092915050565b6000602082840312156128cc576128cb6134c2565b5b60006128da84828501612641565b91505092915050565b6000602082840312156128f9576128f86134c2565b5b600082013567ffffffffffffffff811115612917576129166134bd565b5b61292384828501612656565b91505092915050565b600060208284031215612942576129416134c2565b5b600061295084828501612684565b91505092915050565b600080604083850312156129705761296f6134c2565b5b600061297e85828601612684565b925050602083013567ffffffffffffffff81111561299f5761299e6134bd565b5b6129ab85828601612656565b9150509250929050565b6129be816131f4565b82525050565b6129cd81613206565b82525050565b60006129de826130f6565b6129e8818561310c565b93506129f8818560208601613289565b612a01816134c7565b840191505092915050565b6000612a1782613101565b612a21818561311d565b9350612a31818560208601613289565b612a3a816134c7565b840191505092915050565b6000612a5082613101565b612a5a818561312e565b9350612a6a818560208601613289565b80840191505092915050565b60008154612a83816132bc565b612a8d818661312e565b94506001821660008114612aa85760018114612ab957612aec565b60ff19831686528186019350612aec565b612ac2856130e1565b60005b83811015612ae457815481890152600182019150602081019050612ac5565b838801955050505b50505092915050565b6000612b02602b8361311d565b9150612b0d826134d8565b604082019050919050565b6000612b2560328361311d565b9150612b3082613527565b604082019050919050565b6000612b4860268361311d565b9150612b5382613576565b604082019050919050565b6000612b6b601c8361311d565b9150612b76826135c5565b602082019050919050565b6000612b8e60248361311d565b9150612b99826135ee565b604082019050919050565b6000612bb160198361311d565b9150612bbc8261363d565b602082019050919050565b6000612bd4602c8361311d565b9150612bdf82613666565b604082019050919050565b6000612bf760388361311d565b9150612c02826136b5565b604082019050919050565b6000612c1a602a8361311d565b9150612c2582613704565b604082019050919050565b6000612c3d60298361311d565b9150612c4882613753565b604082019050919050565b6000612c6060208361311d565b9150612c6b826137a2565b602082019050919050565b6000612c83602c8361311d565b9150612c8e826137cb565b604082019050919050565b6000612ca660208361311d565b9150612cb18261381a565b602082019050919050565b6000612cc960298361311d565b9150612cd482613843565b604082019050919050565b6000612cec60218361311d565b9150612cf782613892565b604082019050919050565b6000612d0f60318361311d565b9150612d1a826138e1565b604082019050919050565b6000612d32602c8361311d565b9150612d3d82613930565b604082019050919050565b612d5181613270565b82525050565b6000612d638285612a76565b9150612d6f8284612a45565b91508190509392505050565b6000602082019050612d9060008301846129b5565b92915050565b6000608082019050612dab60008301876129b5565b612db860208301866129b5565b612dc56040830185612d48565b8181036060830152612dd781846129d3565b905095945050505050565b6000602082019050612df760008301846129c4565b92915050565b60006020820190508181036000830152612e178184612a0c565b905092915050565b60006020820190508181036000830152612e3881612af5565b9050919050565b60006020820190508181036000830152612e5881612b18565b9050919050565b60006020820190508181036000830152612e7881612b3b565b9050919050565b60006020820190508181036000830152612e9881612b5e565b9050919050565b60006020820190508181036000830152612eb881612b81565b9050919050565b60006020820190508181036000830152612ed881612ba4565b9050919050565b60006020820190508181036000830152612ef881612bc7565b9050919050565b60006020820190508181036000830152612f1881612bea565b9050919050565b60006020820190508181036000830152612f3881612c0d565b9050919050565b60006020820190508181036000830152612f5881612c30565b9050919050565b60006020820190508181036000830152612f7881612c53565b9050919050565b60006020820190508181036000830152612f9881612c76565b9050919050565b60006020820190508181036000830152612fb881612c99565b9050919050565b60006020820190508181036000830152612fd881612cbc565b9050919050565b60006020820190508181036000830152612ff881612cdf565b9050919050565b6000602082019050818103600083015261301881612d02565b9050919050565b6000602082019050818103600083015261303881612d25565b9050919050565b60006020820190506130546000830184612d48565b92915050565b6000613064613075565b905061307082826132ee565b919050565b6000604051905090565b600067ffffffffffffffff82111561309a57613099613484565b5b6130a3826134c7565b9050602081019050919050565b600067ffffffffffffffff8211156130cb576130ca613484565b5b6130d4826134c7565b9050602081019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b600061314482613270565b915061314f83613270565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff0382111561318457613183613399565b5b828201905092915050565b600061319a82613270565b91506131a583613270565b9250826131b5576131b46133c8565b5b828204905092915050565b60006131cb82613270565b91506131d683613270565b9250828210156131e9576131e8613399565b5b828203905092915050565b60006131ff82613250565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b6000613249826131f4565b9050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b838110156132a757808201518184015260208101905061328c565b838111156132b6576000848401525b50505050565b600060028204905060018216806132d457607f821691505b602082108114156132e8576132e76133f7565b5b50919050565b6132f7826134c7565b810181811067ffffffffffffffff8211171561331657613315613484565b5b80604052505050565b600061332a82613270565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561335d5761335c613399565b5b600182019050919050565b600061337382613270565b915061337e83613270565b92508261338e5761338d6133c8565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f455243373231456e756d657261626c653a206f776e657220696e646578206f7560008201527f74206f6620626f756e6473000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960008201527f73206e6f74206f776e0000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b7f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60008201527f7574206f6620626f756e64730000000000000000000000000000000000000000602082015250565b613988816131f4565b811461399357600080fd5b50565b61399f81613206565b81146139aa57600080fd5b50565b6139b681613212565b81146139c157600080fd5b50565b6139cd8161323e565b81146139d857600080fd5b50565b6139e481613270565b81146139ef57600080fd5b5056fea2646970667358221220734a3e69c7ad59700340be74f33ab3a5b4c5f7d6c3249fac693ce5a9a3b5860464736f6c63430008070033

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

000000000000000000000000a5409ec958c83c3f309868babaca7c86dcb077c1

-----Decoded View---------------
Arg [0] : openseaProxyRegistry_ (address): 0xa5409ec958C83C3f309868babACA7c86DCB077c1

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 000000000000000000000000a5409ec958c83c3f309868babaca7c86dcb077c1


Deployed Bytecode Sourcemap

51791:2278:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;45587:224;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;31555:100;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;33114:221;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;32637:411;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;46227:113;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;34004:339;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;45895:256;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;52890:100;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;34414:185;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;46417:233;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;53103:318;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;31249:239;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;30979:208;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11254:94;;;:::i;:::-;;52288:325;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;10603:87;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;31724:104;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;33407:295;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;53895:171;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;34670:328;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;52621:261;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;51921:31;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;52998:97;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;53576:311;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11503:192;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;45587:224;45689:4;45728:35;45713:50;;;:11;:50;;;;:90;;;;45767:36;45791:11;45767:23;:36::i;:::-;45713:90;45706:97;;45587:224;;;:::o;31555:100::-;31609:13;31642:5;31635:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31555:100;:::o;33114:221::-;33190:7;33218:16;33226:7;33218;:16::i;:::-;33210:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;33303:15;:24;33319:7;33303:24;;;;;;;;;;;;;;;;;;;;;33296:31;;33114:221;;;:::o;32637:411::-;32718:13;32734:23;32749:7;32734:14;:23::i;:::-;32718:39;;32782:5;32776:11;;:2;:11;;;;32768:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;32876:5;32860:21;;:12;:10;:12::i;:::-;:21;;;:62;;;;32885:37;32902:5;32909:12;:10;:12::i;:::-;32885:16;:37::i;:::-;32860:62;32838:168;;;;;;;;;;;;:::i;:::-;;;;;;;;;33019:21;33028:2;33032:7;33019:8;:21::i;:::-;32707:341;32637:411;;:::o;46227:113::-;46288:7;46315:10;:17;;;;46308:24;;46227:113;:::o;34004:339::-;34199:41;34218:12;:10;:12::i;:::-;34232:7;34199:18;:41::i;:::-;34191:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;34307:28;34317:4;34323:2;34327:7;34307:9;:28::i;:::-;34004:339;;;:::o;45895:256::-;45992:7;46028:23;46045:5;46028:16;:23::i;:::-;46020:5;:31;46012:87;;;;;;;;;;;;:::i;:::-;;;;;;;;;46117:12;:19;46130:5;46117:19;;;;;;;;;;;;;;;:26;46137:5;46117:26;;;;;;;;;;;;46110:33;;45895:256;;;;:::o;52890:100::-;10834:12;:10;:12::i;:::-;10823:23;;:7;:5;:7::i;:::-;:23;;;10815:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;52978:4:::1;52963:12;:19;;;;;;;;;;;;:::i;:::-;;52890:100:::0;:::o;34414:185::-;34552:39;34569:4;34575:2;34579:7;34552:39;;;;;;;;;;;;:16;:39::i;:::-;34414:185;;;:::o;46417:233::-;46492:7;46528:30;:28;:30::i;:::-;46520:5;:38;46512:95;;;;;;;;;;;;:::i;:::-;;;;;;;;;46625:10;46636:5;46625:17;;;;;;;;:::i;:::-;;;;;;;;;;46618:24;;46417:233;;;:::o;53103:318::-;53214:4;53236:27;53266:14;;;;;;;;;;;53236:44;;53345:1;53311:36;;53319:13;53311:36;;;;:102;;;;;53405:8;53364:49;;53372:13;:21;;;53394:5;53372:28;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;53364:49;;;53311:102;53291:122;;;53103:318;;;;:::o;31249:239::-;31321:7;31341:13;31357:7;:16;31365:7;31357:16;;;;;;;;;;;;;;;;;;;;;31341:32;;31409:1;31392:19;;:5;:19;;;;31384:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;31475:5;31468:12;;;31249:239;;;:::o;30979:208::-;31051:7;31096:1;31079:19;;:5;:19;;;;31071:74;;;;;;;;;;;;:::i;:::-;;;;;;;;;31163:9;:16;31173:5;31163:16;;;;;;;;;;;;;;;;31156:23;;30979:208;;;:::o;11254:94::-;10834:12;:10;:12::i;:::-;10823:23;;:7;:5;:7::i;:::-;:23;;;10815:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11319:21:::1;11337:1;11319:9;:21::i;:::-;11254:94::o:0;52288:325::-;10834:12;:10;:12::i;:::-;10823:23;;:7;:5;:7::i;:::-;:23;;;10815:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;52379:9:::1;52374:195;52398:7;52394:1;:11;52374:195;;;52427:21;:9;:19;:21::i;:::-;52463;52487:19;:9;:17;:19::i;:::-;52463:43;;52521:36;52531:10;52543:13;52521:9;:36::i;:::-;52412:157;52407:3;;;;;:::i;:::-;;;;52374:195;;;;52594:11;52579:12;:26;;;;;;;;;;;;:::i;:::-;;52288:325:::0;;:::o;10603:87::-;10649:7;10676:6;;;;;;;;;;;10669:13;;10603:87;:::o;31724:104::-;31780:13;31813:7;31806:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;31724:104;:::o;33407:295::-;33522:12;:10;:12::i;:::-;33510:24;;:8;:24;;;;33502:62;;;;;;;;;;;;:::i;:::-;;;;;;;;;33622:8;33577:18;:32;33596:12;:10;:12::i;:::-;33577:32;;;;;;;;;;;;;;;:42;33610:8;33577:42;;;;;;;;;;;;;;;;:53;;;;;;;;;;;;;;;;;;33675:8;33646:48;;33661:12;:10;:12::i;:::-;33646:48;;;33685:8;33646:48;;;;;;:::i;:::-;;;;;;;;33407:295;;:::o;53895:171::-;10834:12;:10;:12::i;:::-;10823:23;;:7;:5;:7::i;:::-;:23;;;10815:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;54037:20:::1;54006:14;;:52;;;;;;;;;;;;;;;;;;53895:171:::0;:::o;34670:328::-;34845:41;34864:12;:10;:12::i;:::-;34878:7;34845:18;:41::i;:::-;34837:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;34951:39;34965:4;34971:2;34975:7;34984:5;34951:13;:39::i;:::-;34670:328;;;;:::o;52621:261::-;52740:13;52779:17;52787:8;52779:7;:17::i;:::-;52771:26;;;;;;52839:12;52853:19;:8;:17;:19::i;:::-;52822:51;;;;;;;;;:::i;:::-;;;;;;;;;;;;;52808:66;;52621:261;;;:::o;51921:31::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;52998:97::-;53042:13;53075:12;53068:19;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;52998:97;:::o;53576:311::-;53718:4;53744:37;53765:5;53772:8;53744:20;:37::i;:::-;53740:81;;;53805:4;53798:11;;;;53740:81;53840:39;53863:5;53870:8;53840:22;:39::i;:::-;53833:46;;53576:311;;;;;:::o;11503:192::-;10834:12;:10;:12::i;:::-;10823:23;;:7;:5;:7::i;:::-;:23;;;10815:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11612:1:::1;11592:22;;:8;:22;;;;11584:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;11668:19;11678:8;11668:9;:19::i;:::-;11503:192:::0;:::o;30610:305::-;30712:4;30764:25;30749:40;;;:11;:40;;;;:105;;;;30821:33;30806:48;;;:11;:48;;;;30749:105;:158;;;;30871:36;30895:11;30871:23;:36::i;:::-;30749:158;30729:178;;30610:305;;;:::o;36508:127::-;36573:4;36625:1;36597:30;;:7;:16;36605:7;36597:16;;;;;;;;;;;;;;;;;;;;;:30;;;;36590:37;;36508:127;;;:::o;9391:98::-;9444:7;9471:10;9464:17;;9391:98;:::o;40490:174::-;40592:2;40565:15;:24;40581:7;40565:24;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;40648:7;40644:2;40610:46;;40619:23;40634:7;40619:14;:23::i;:::-;40610:46;;;;;;;;;;;;40490:174;;:::o;36802:348::-;36895:4;36920:16;36928:7;36920;:16::i;:::-;36912:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;36996:13;37012:23;37027:7;37012:14;:23::i;:::-;36996:39;;37065:5;37054:16;;:7;:16;;;:51;;;;37098:7;37074:31;;:20;37086:7;37074:11;:20::i;:::-;:31;;;37054:51;:87;;;;37109:32;37126:5;37133:7;37109:16;:32::i;:::-;37054:87;37046:96;;;36802:348;;;;:::o;39794:578::-;39953:4;39926:31;;:23;39941:7;39926:14;:23::i;:::-;:31;;;39918:85;;;;;;;;;;;;:::i;:::-;;;;;;;;;40036:1;40022:16;;:2;:16;;;;40014:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;40092:39;40113:4;40119:2;40123:7;40092:20;:39::i;:::-;40196:29;40213:1;40217:7;40196:8;:29::i;:::-;40257:1;40238:9;:15;40248:4;40238:15;;;;;;;;;;;;;;;;:20;;;;;;;:::i;:::-;;;;;;;;40286:1;40269:9;:13;40279:2;40269:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;40317:2;40298:7;:16;40306:7;40298:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;40356:7;40352:2;40337:27;;40346:4;40337:27;;;;;;;;;;;;39794:578;;;:::o;11703:173::-;11759:16;11778:6;;;;;;;;;;;11759:25;;11804:8;11795:6;;:17;;;;;;;;;;;;;;;;;;11859:8;11828:40;;11849:8;11828:40;;;;;;;;;;;;11748:128;11703:173;:::o;6225:127::-;6332:1;6314:7;:14;;;:19;;;;;;;;;;;6225:127;:::o;6103:114::-;6168:7;6195;:14;;;6188:21;;6103:114;;;:::o;37492:110::-;37568:26;37578:2;37582:7;37568:26;;;;;;;;;;;;:9;:26::i;:::-;37492:110;;:::o;35880:315::-;36037:28;36047:4;36053:2;36057:7;36037:9;:28::i;:::-;36084:48;36107:4;36113:2;36117:7;36126:5;36084:22;:48::i;:::-;36076:111;;;;;;;;;;;;:::i;:::-;;;;;;;;;35880:315;;;;:::o;7007:723::-;7063:13;7293:1;7284:5;:10;7280:53;;;7311:10;;;;;;;;;;;;;;;;;;;;;7280:53;7343:12;7358:5;7343:20;;7374:14;7399:78;7414:1;7406:4;:9;7399:78;;7432:8;;;;;:::i;:::-;;;;7463:2;7455:10;;;;;:::i;:::-;;;7399:78;;;7487:19;7519:6;7509:17;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;7487:39;;7537:154;7553:1;7544:5;:10;7537:154;;7581:1;7571:11;;;;;:::i;:::-;;;7648:2;7640:5;:10;;;;:::i;:::-;7627:2;:24;;;;:::i;:::-;7614:39;;7597:6;7604;7597:14;;;;;;;;:::i;:::-;;;;;:56;;;;;;;;;;;7677:2;7668:11;;;;;:::i;:::-;;;7537:154;;;7715:6;7701:21;;;;;7007:723;;;;:::o;33773:164::-;33870:4;33894:18;:25;33913:5;33894:25;;;;;;;;;;;;;;;:35;33920:8;33894:35;;;;;;;;;;;;;;;;;;;;;;;;;33887:42;;33773:164;;;;:::o;22589:157::-;22674:4;22713:25;22698:40;;;:11;:40;;;;22691:47;;22589:157;;;:::o;47263:589::-;47407:45;47434:4;47440:2;47444:7;47407:26;:45::i;:::-;47485:1;47469:18;;:4;:18;;;47465:187;;;47504:40;47536:7;47504:31;:40::i;:::-;47465:187;;;47574:2;47566:10;;:4;:10;;;47562:90;;47593:47;47626:4;47632:7;47593:32;:47::i;:::-;47562:90;47465:187;47680:1;47666:16;;:2;:16;;;47662:183;;;47699:45;47736:7;47699:36;:45::i;:::-;47662:183;;;47772:4;47766:10;;:2;:10;;;47762:83;;47793:40;47821:2;47825:7;47793:27;:40::i;:::-;47762:83;47662:183;47263:589;;;:::o;37829:321::-;37959:18;37965:2;37969:7;37959:5;:18::i;:::-;38010:54;38041:1;38045:2;38049:7;38058:5;38010:22;:54::i;:::-;37988:154;;;;;;;;;;;;:::i;:::-;;;;;;;;;37829:321;;;:::o;41229:799::-;41384:4;41405:15;:2;:13;;;:15::i;:::-;41401:620;;;41457:2;41441:36;;;41478:12;:10;:12::i;:::-;41492:4;41498:7;41507:5;41441:72;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;41437:529;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;41700:1;41683:6;:13;:18;41679:272;;;41726:60;;;;;;;;;;:::i;:::-;;;;;;;;41679:272;41901:6;41895:13;41886:6;41882:2;41878:15;41871:38;41437:529;41574:41;;;41564:51;;;:6;:51;;;;41557:58;;;;;41401:620;42005:4;41998:11;;41229:799;;;;;;;:::o;42600:126::-;;;;:::o;48575:164::-;48679:10;:17;;;;48652:15;:24;48668:7;48652:24;;;;;;;;;;;:44;;;;48707:10;48723:7;48707:24;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;48575:164;:::o;49366:988::-;49632:22;49682:1;49657:22;49674:4;49657:16;:22::i;:::-;:26;;;;:::i;:::-;49632:51;;49694:18;49715:17;:26;49733:7;49715:26;;;;;;;;;;;;49694:47;;49862:14;49848:10;:28;49844:328;;49893:19;49915:12;:18;49928:4;49915:18;;;;;;;;;;;;;;;:34;49934:14;49915:34;;;;;;;;;;;;49893:56;;49999:11;49966:12;:18;49979:4;49966:18;;;;;;;;;;;;;;;:30;49985:10;49966:30;;;;;;;;;;;:44;;;;50116:10;50083:17;:30;50101:11;50083:30;;;;;;;;;;;:43;;;;49878:294;49844:328;50268:17;:26;50286:7;50268:26;;;;;;;;;;;50261:33;;;50312:12;:18;50325:4;50312:18;;;;;;;;;;;;;;;:34;50331:14;50312:34;;;;;;;;;;;50305:41;;;49447:907;;49366:988;;:::o;50649:1079::-;50902:22;50947:1;50927:10;:17;;;;:21;;;;:::i;:::-;50902:46;;50959:18;50980:15;:24;50996:7;50980:24;;;;;;;;;;;;50959:45;;51331:19;51353:10;51364:14;51353:26;;;;;;;;:::i;:::-;;;;;;;;;;51331:48;;51417:11;51392:10;51403;51392:22;;;;;;;;:::i;:::-;;;;;;;;;:36;;;;51528:10;51497:15;:28;51513:11;51497:28;;;;;;;;;;;:41;;;;51669:15;:24;51685:7;51669:24;;;;;;;;;;;51662:31;;;51704:10;:16;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;50720:1008;;;50649:1079;:::o;48153:221::-;48238:14;48255:20;48272:2;48255:16;:20::i;:::-;48238:37;;48313:7;48286:12;:16;48299:2;48286:16;;;;;;;;;;;;;;;:24;48303:6;48286:24;;;;;;;;;;;:34;;;;48360:6;48331:17;:26;48349:7;48331:26;;;;;;;;;;;:35;;;;48227:147;48153:221;;:::o;38486:382::-;38580:1;38566:16;;:2;:16;;;;38558:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;38639:16;38647:7;38639;:16::i;:::-;38638:17;38630:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;38701:45;38730:1;38734:2;38738:7;38701:20;:45::i;:::-;38776:1;38759:9;:13;38769:2;38759:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;38807:2;38788:7;:16;38796:7;38788:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;38852:7;38848:2;38827:33;;38844:1;38827:33;;;;;;;;;;;;38486:382;;:::o;12649:387::-;12709:4;12917:12;12984:7;12972:20;12964:28;;13027:1;13020:4;:8;13013:15;;;12649:387;;;:::o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::o;7:410:1:-;84:5;109:65;125:48;166:6;125:48;:::i;:::-;109:65;:::i;:::-;100:74;;197:6;190:5;183:21;235:4;228:5;224:16;273:3;264:6;259:3;255:16;252:25;249:112;;;280:79;;:::i;:::-;249:112;370:41;404:6;399:3;394;370:41;:::i;:::-;90:327;7:410;;;;;:::o;423:412::-;501:5;526:66;542:49;584:6;542:49;:::i;:::-;526:66;:::i;:::-;517:75;;615:6;608:5;601:21;653:4;646:5;642:16;691:3;682:6;677:3;673:16;670:25;667:112;;;698:79;;:::i;:::-;667:112;788:41;822:6;817:3;812;788:41;:::i;:::-;507:328;423:412;;;;;:::o;841:139::-;887:5;925:6;912:20;903:29;;941:33;968:5;941:33;:::i;:::-;841:139;;;;:::o;986:133::-;1029:5;1067:6;1054:20;1045:29;;1083:30;1107:5;1083:30;:::i;:::-;986:133;;;;:::o;1125:137::-;1170:5;1208:6;1195:20;1186:29;;1224:32;1250:5;1224:32;:::i;:::-;1125:137;;;;:::o;1268:141::-;1324:5;1355:6;1349:13;1340:22;;1371:32;1397:5;1371:32;:::i;:::-;1268:141;;;;:::o;1428:338::-;1483:5;1532:3;1525:4;1517:6;1513:17;1509:27;1499:122;;1540:79;;:::i;:::-;1499:122;1657:6;1644:20;1682:78;1756:3;1748:6;1741:4;1733:6;1729:17;1682:78;:::i;:::-;1673:87;;1489:277;1428:338;;;;:::o;1772:201::-;1858:5;1889:6;1883:13;1874:22;;1905:62;1961:5;1905:62;:::i;:::-;1772:201;;;;:::o;1993:340::-;2049:5;2098:3;2091:4;2083:6;2079:17;2075:27;2065:122;;2106:79;;:::i;:::-;2065:122;2223:6;2210:20;2248:79;2323:3;2315:6;2308:4;2300:6;2296:17;2248:79;:::i;:::-;2239:88;;2055:278;1993:340;;;;:::o;2339:139::-;2385:5;2423:6;2410:20;2401:29;;2439:33;2466:5;2439:33;:::i;:::-;2339:139;;;;:::o;2484:329::-;2543:6;2592:2;2580:9;2571:7;2567:23;2563:32;2560:119;;;2598:79;;:::i;:::-;2560:119;2718:1;2743:53;2788:7;2779:6;2768:9;2764:22;2743:53;:::i;:::-;2733:63;;2689:117;2484:329;;;;:::o;2819:474::-;2887:6;2895;2944:2;2932:9;2923:7;2919:23;2915:32;2912:119;;;2950:79;;:::i;:::-;2912:119;3070:1;3095:53;3140:7;3131:6;3120:9;3116:22;3095:53;:::i;:::-;3085:63;;3041:117;3197:2;3223:53;3268:7;3259:6;3248:9;3244:22;3223:53;:::i;:::-;3213:63;;3168:118;2819:474;;;;;:::o;3299:619::-;3376:6;3384;3392;3441:2;3429:9;3420:7;3416:23;3412:32;3409:119;;;3447:79;;:::i;:::-;3409:119;3567:1;3592:53;3637:7;3628:6;3617:9;3613:22;3592:53;:::i;:::-;3582:63;;3538:117;3694:2;3720:53;3765:7;3756:6;3745:9;3741:22;3720:53;:::i;:::-;3710:63;;3665:118;3822:2;3848:53;3893:7;3884:6;3873:9;3869:22;3848:53;:::i;:::-;3838:63;;3793:118;3299:619;;;;;:::o;3924:943::-;4019:6;4027;4035;4043;4092:3;4080:9;4071:7;4067:23;4063:33;4060:120;;;4099:79;;:::i;:::-;4060:120;4219:1;4244:53;4289:7;4280:6;4269:9;4265:22;4244:53;:::i;:::-;4234:63;;4190:117;4346:2;4372:53;4417:7;4408:6;4397:9;4393:22;4372:53;:::i;:::-;4362:63;;4317:118;4474:2;4500:53;4545:7;4536:6;4525:9;4521:22;4500:53;:::i;:::-;4490:63;;4445:118;4630:2;4619:9;4615:18;4602:32;4661:18;4653:6;4650:30;4647:117;;;4683:79;;:::i;:::-;4647:117;4788:62;4842:7;4833:6;4822:9;4818:22;4788:62;:::i;:::-;4778:72;;4573:287;3924:943;;;;;;;:::o;4873:468::-;4938:6;4946;4995:2;4983:9;4974:7;4970:23;4966:32;4963:119;;;5001:79;;:::i;:::-;4963:119;5121:1;5146:53;5191:7;5182:6;5171:9;5167:22;5146:53;:::i;:::-;5136:63;;5092:117;5248:2;5274:50;5316:7;5307:6;5296:9;5292:22;5274:50;:::i;:::-;5264:60;;5219:115;4873:468;;;;;:::o;5347:474::-;5415:6;5423;5472:2;5460:9;5451:7;5447:23;5443:32;5440:119;;;5478:79;;:::i;:::-;5440:119;5598:1;5623:53;5668:7;5659:6;5648:9;5644:22;5623:53;:::i;:::-;5613:63;;5569:117;5725:2;5751:53;5796:7;5787:6;5776:9;5772:22;5751:53;:::i;:::-;5741:63;;5696:118;5347:474;;;;;:::o;5827:327::-;5885:6;5934:2;5922:9;5913:7;5909:23;5905:32;5902:119;;;5940:79;;:::i;:::-;5902:119;6060:1;6085:52;6129:7;6120:6;6109:9;6105:22;6085:52;:::i;:::-;6075:62;;6031:116;5827:327;;;;:::o;6160:349::-;6229:6;6278:2;6266:9;6257:7;6253:23;6249:32;6246:119;;;6284:79;;:::i;:::-;6246:119;6404:1;6429:63;6484:7;6475:6;6464:9;6460:22;6429:63;:::i;:::-;6419:73;;6375:127;6160:349;;;;:::o;6515:409::-;6614:6;6663:2;6651:9;6642:7;6638:23;6634:32;6631:119;;;6669:79;;:::i;:::-;6631:119;6789:1;6814:93;6899:7;6890:6;6879:9;6875:22;6814:93;:::i;:::-;6804:103;;6760:157;6515:409;;;;:::o;6930:509::-;6999:6;7048:2;7036:9;7027:7;7023:23;7019:32;7016:119;;;7054:79;;:::i;:::-;7016:119;7202:1;7191:9;7187:17;7174:31;7232:18;7224:6;7221:30;7218:117;;;7254:79;;:::i;:::-;7218:117;7359:63;7414:7;7405:6;7394:9;7390:22;7359:63;:::i;:::-;7349:73;;7145:287;6930:509;;;;:::o;7445:329::-;7504:6;7553:2;7541:9;7532:7;7528:23;7524:32;7521:119;;;7559:79;;:::i;:::-;7521:119;7679:1;7704:53;7749:7;7740:6;7729:9;7725:22;7704:53;:::i;:::-;7694:63;;7650:117;7445:329;;;;:::o;7780:654::-;7858:6;7866;7915:2;7903:9;7894:7;7890:23;7886:32;7883:119;;;7921:79;;:::i;:::-;7883:119;8041:1;8066:53;8111:7;8102:6;8091:9;8087:22;8066:53;:::i;:::-;8056:63;;8012:117;8196:2;8185:9;8181:18;8168:32;8227:18;8219:6;8216:30;8213:117;;;8249:79;;:::i;:::-;8213:117;8354:63;8409:7;8400:6;8389:9;8385:22;8354:63;:::i;:::-;8344:73;;8139:288;7780:654;;;;;:::o;8440:118::-;8527:24;8545:5;8527:24;:::i;:::-;8522:3;8515:37;8440:118;;:::o;8564:109::-;8645:21;8660:5;8645:21;:::i;:::-;8640:3;8633:34;8564:109;;:::o;8679:360::-;8765:3;8793:38;8825:5;8793:38;:::i;:::-;8847:70;8910:6;8905:3;8847:70;:::i;:::-;8840:77;;8926:52;8971:6;8966:3;8959:4;8952:5;8948:16;8926:52;:::i;:::-;9003:29;9025:6;9003:29;:::i;:::-;8998:3;8994:39;8987:46;;8769:270;8679:360;;;;:::o;9045:364::-;9133:3;9161:39;9194:5;9161:39;:::i;:::-;9216:71;9280:6;9275:3;9216:71;:::i;:::-;9209:78;;9296:52;9341:6;9336:3;9329:4;9322:5;9318:16;9296:52;:::i;:::-;9373:29;9395:6;9373:29;:::i;:::-;9368:3;9364:39;9357:46;;9137:272;9045:364;;;;:::o;9415:377::-;9521:3;9549:39;9582:5;9549:39;:::i;:::-;9604:89;9686:6;9681:3;9604:89;:::i;:::-;9597:96;;9702:52;9747:6;9742:3;9735:4;9728:5;9724:16;9702:52;:::i;:::-;9779:6;9774:3;9770:16;9763:23;;9525:267;9415:377;;;;:::o;9822:845::-;9925:3;9962:5;9956:12;9991:36;10017:9;9991:36;:::i;:::-;10043:89;10125:6;10120:3;10043:89;:::i;:::-;10036:96;;10163:1;10152:9;10148:17;10179:1;10174:137;;;;10325:1;10320:341;;;;10141:520;;10174:137;10258:4;10254:9;10243;10239:25;10234:3;10227:38;10294:6;10289:3;10285:16;10278:23;;10174:137;;10320:341;10387:38;10419:5;10387:38;:::i;:::-;10447:1;10461:154;10475:6;10472:1;10469:13;10461:154;;;10549:7;10543:14;10539:1;10534:3;10530:11;10523:35;10599:1;10590:7;10586:15;10575:26;;10497:4;10494:1;10490:12;10485:17;;10461:154;;;10644:6;10639:3;10635:16;10628:23;;10327:334;;10141:520;;9929:738;;9822:845;;;;:::o;10673:366::-;10815:3;10836:67;10900:2;10895:3;10836:67;:::i;:::-;10829:74;;10912:93;11001:3;10912:93;:::i;:::-;11030:2;11025:3;11021:12;11014:19;;10673:366;;;:::o;11045:::-;11187:3;11208:67;11272:2;11267:3;11208:67;:::i;:::-;11201:74;;11284:93;11373:3;11284:93;:::i;:::-;11402:2;11397:3;11393:12;11386:19;;11045:366;;;:::o;11417:::-;11559:3;11580:67;11644:2;11639:3;11580:67;:::i;:::-;11573:74;;11656:93;11745:3;11656:93;:::i;:::-;11774:2;11769:3;11765:12;11758:19;;11417:366;;;:::o;11789:::-;11931:3;11952:67;12016:2;12011:3;11952:67;:::i;:::-;11945:74;;12028:93;12117:3;12028:93;:::i;:::-;12146:2;12141:3;12137:12;12130:19;;11789:366;;;:::o;12161:::-;12303:3;12324:67;12388:2;12383:3;12324:67;:::i;:::-;12317:74;;12400:93;12489:3;12400:93;:::i;:::-;12518:2;12513:3;12509:12;12502:19;;12161:366;;;:::o;12533:::-;12675:3;12696:67;12760:2;12755:3;12696:67;:::i;:::-;12689:74;;12772:93;12861:3;12772:93;:::i;:::-;12890:2;12885:3;12881:12;12874:19;;12533:366;;;:::o;12905:::-;13047:3;13068:67;13132:2;13127:3;13068:67;:::i;:::-;13061:74;;13144:93;13233:3;13144:93;:::i;:::-;13262:2;13257:3;13253:12;13246:19;;12905:366;;;:::o;13277:::-;13419:3;13440:67;13504:2;13499:3;13440:67;:::i;:::-;13433:74;;13516:93;13605:3;13516:93;:::i;:::-;13634:2;13629:3;13625:12;13618:19;;13277:366;;;:::o;13649:::-;13791:3;13812:67;13876:2;13871:3;13812:67;:::i;:::-;13805:74;;13888:93;13977:3;13888:93;:::i;:::-;14006:2;14001:3;13997:12;13990:19;;13649:366;;;:::o;14021:::-;14163:3;14184:67;14248:2;14243:3;14184:67;:::i;:::-;14177:74;;14260:93;14349:3;14260:93;:::i;:::-;14378:2;14373:3;14369:12;14362:19;;14021:366;;;:::o;14393:::-;14535:3;14556:67;14620:2;14615:3;14556:67;:::i;:::-;14549:74;;14632:93;14721:3;14632:93;:::i;:::-;14750:2;14745:3;14741:12;14734:19;;14393:366;;;:::o;14765:::-;14907:3;14928:67;14992:2;14987:3;14928:67;:::i;:::-;14921:74;;15004:93;15093:3;15004:93;:::i;:::-;15122:2;15117:3;15113:12;15106:19;;14765:366;;;:::o;15137:::-;15279:3;15300:67;15364:2;15359:3;15300:67;:::i;:::-;15293:74;;15376:93;15465:3;15376:93;:::i;:::-;15494:2;15489:3;15485:12;15478:19;;15137:366;;;:::o;15509:::-;15651:3;15672:67;15736:2;15731:3;15672:67;:::i;:::-;15665:74;;15748:93;15837:3;15748:93;:::i;:::-;15866:2;15861:3;15857:12;15850:19;;15509:366;;;:::o;15881:::-;16023:3;16044:67;16108:2;16103:3;16044:67;:::i;:::-;16037:74;;16120:93;16209:3;16120:93;:::i;:::-;16238:2;16233:3;16229:12;16222:19;;15881:366;;;:::o;16253:::-;16395:3;16416:67;16480:2;16475:3;16416:67;:::i;:::-;16409:74;;16492:93;16581:3;16492:93;:::i;:::-;16610:2;16605:3;16601:12;16594:19;;16253:366;;;:::o;16625:::-;16767:3;16788:67;16852:2;16847:3;16788:67;:::i;:::-;16781:74;;16864:93;16953:3;16864:93;:::i;:::-;16982:2;16977:3;16973:12;16966:19;;16625:366;;;:::o;16997:118::-;17084:24;17102:5;17084:24;:::i;:::-;17079:3;17072:37;16997:118;;:::o;17121:429::-;17298:3;17320:92;17408:3;17399:6;17320:92;:::i;:::-;17313:99;;17429:95;17520:3;17511:6;17429:95;:::i;:::-;17422:102;;17541:3;17534:10;;17121:429;;;;;:::o;17556:222::-;17649:4;17687:2;17676:9;17672:18;17664:26;;17700:71;17768:1;17757:9;17753:17;17744:6;17700:71;:::i;:::-;17556:222;;;;:::o;17784:640::-;17979:4;18017:3;18006:9;18002:19;17994:27;;18031:71;18099:1;18088:9;18084:17;18075:6;18031:71;:::i;:::-;18112:72;18180:2;18169:9;18165:18;18156:6;18112:72;:::i;:::-;18194;18262:2;18251:9;18247:18;18238:6;18194:72;:::i;:::-;18313:9;18307:4;18303:20;18298:2;18287:9;18283:18;18276:48;18341:76;18412:4;18403:6;18341:76;:::i;:::-;18333:84;;17784:640;;;;;;;:::o;18430:210::-;18517:4;18555:2;18544:9;18540:18;18532:26;;18568:65;18630:1;18619:9;18615:17;18606:6;18568:65;:::i;:::-;18430:210;;;;:::o;18646:313::-;18759:4;18797:2;18786:9;18782:18;18774:26;;18846:9;18840:4;18836:20;18832:1;18821:9;18817:17;18810:47;18874:78;18947:4;18938:6;18874:78;:::i;:::-;18866:86;;18646:313;;;;:::o;18965:419::-;19131:4;19169:2;19158:9;19154:18;19146:26;;19218:9;19212:4;19208:20;19204:1;19193:9;19189:17;19182:47;19246:131;19372:4;19246:131;:::i;:::-;19238:139;;18965:419;;;:::o;19390:::-;19556:4;19594:2;19583:9;19579:18;19571:26;;19643:9;19637:4;19633:20;19629:1;19618:9;19614:17;19607:47;19671:131;19797:4;19671:131;:::i;:::-;19663:139;;19390:419;;;:::o;19815:::-;19981:4;20019:2;20008:9;20004:18;19996:26;;20068:9;20062:4;20058:20;20054:1;20043:9;20039:17;20032:47;20096:131;20222:4;20096:131;:::i;:::-;20088:139;;19815:419;;;:::o;20240:::-;20406:4;20444:2;20433:9;20429:18;20421:26;;20493:9;20487:4;20483:20;20479:1;20468:9;20464:17;20457:47;20521:131;20647:4;20521:131;:::i;:::-;20513:139;;20240:419;;;:::o;20665:::-;20831:4;20869:2;20858:9;20854:18;20846:26;;20918:9;20912:4;20908:20;20904:1;20893:9;20889:17;20882:47;20946:131;21072:4;20946:131;:::i;:::-;20938:139;;20665:419;;;:::o;21090:::-;21256:4;21294:2;21283:9;21279:18;21271:26;;21343:9;21337:4;21333:20;21329:1;21318:9;21314:17;21307:47;21371:131;21497:4;21371:131;:::i;:::-;21363:139;;21090:419;;;:::o;21515:::-;21681:4;21719:2;21708:9;21704:18;21696:26;;21768:9;21762:4;21758:20;21754:1;21743:9;21739:17;21732:47;21796:131;21922:4;21796:131;:::i;:::-;21788:139;;21515:419;;;:::o;21940:::-;22106:4;22144:2;22133:9;22129:18;22121:26;;22193:9;22187:4;22183:20;22179:1;22168:9;22164:17;22157:47;22221:131;22347:4;22221:131;:::i;:::-;22213:139;;21940:419;;;:::o;22365:::-;22531:4;22569:2;22558:9;22554:18;22546:26;;22618:9;22612:4;22608:20;22604:1;22593:9;22589:17;22582:47;22646:131;22772:4;22646:131;:::i;:::-;22638:139;;22365:419;;;:::o;22790:::-;22956:4;22994:2;22983:9;22979:18;22971:26;;23043:9;23037:4;23033:20;23029:1;23018:9;23014:17;23007:47;23071:131;23197:4;23071:131;:::i;:::-;23063:139;;22790:419;;;:::o;23215:::-;23381:4;23419:2;23408:9;23404:18;23396:26;;23468:9;23462:4;23458:20;23454:1;23443:9;23439:17;23432:47;23496:131;23622:4;23496:131;:::i;:::-;23488:139;;23215:419;;;:::o;23640:::-;23806:4;23844:2;23833:9;23829:18;23821:26;;23893:9;23887:4;23883:20;23879:1;23868:9;23864:17;23857:47;23921:131;24047:4;23921:131;:::i;:::-;23913:139;;23640:419;;;:::o;24065:::-;24231:4;24269:2;24258:9;24254:18;24246:26;;24318:9;24312:4;24308:20;24304:1;24293:9;24289:17;24282:47;24346:131;24472:4;24346:131;:::i;:::-;24338:139;;24065:419;;;:::o;24490:::-;24656:4;24694:2;24683:9;24679:18;24671:26;;24743:9;24737:4;24733:20;24729:1;24718:9;24714:17;24707:47;24771:131;24897:4;24771:131;:::i;:::-;24763:139;;24490:419;;;:::o;24915:::-;25081:4;25119:2;25108:9;25104:18;25096:26;;25168:9;25162:4;25158:20;25154:1;25143:9;25139:17;25132:47;25196:131;25322:4;25196:131;:::i;:::-;25188:139;;24915:419;;;:::o;25340:::-;25506:4;25544:2;25533:9;25529:18;25521:26;;25593:9;25587:4;25583:20;25579:1;25568:9;25564:17;25557:47;25621:131;25747:4;25621:131;:::i;:::-;25613:139;;25340:419;;;:::o;25765:::-;25931:4;25969:2;25958:9;25954:18;25946:26;;26018:9;26012:4;26008:20;26004:1;25993:9;25989:17;25982:47;26046:131;26172:4;26046:131;:::i;:::-;26038:139;;25765:419;;;:::o;26190:222::-;26283:4;26321:2;26310:9;26306:18;26298:26;;26334:71;26402:1;26391:9;26387:17;26378:6;26334:71;:::i;:::-;26190:222;;;;:::o;26418:129::-;26452:6;26479:20;;:::i;:::-;26469:30;;26508:33;26536:4;26528:6;26508:33;:::i;:::-;26418:129;;;:::o;26553:75::-;26586:6;26619:2;26613:9;26603:19;;26553:75;:::o;26634:307::-;26695:4;26785:18;26777:6;26774:30;26771:56;;;26807:18;;:::i;:::-;26771:56;26845:29;26867:6;26845:29;:::i;:::-;26837:37;;26929:4;26923;26919:15;26911:23;;26634:307;;;:::o;26947:308::-;27009:4;27099:18;27091:6;27088:30;27085:56;;;27121:18;;:::i;:::-;27085:56;27159:29;27181:6;27159:29;:::i;:::-;27151:37;;27243:4;27237;27233:15;27225:23;;26947:308;;;:::o;27261:141::-;27310:4;27333:3;27325:11;;27356:3;27353:1;27346:14;27390:4;27387:1;27377:18;27369:26;;27261:141;;;:::o;27408:98::-;27459:6;27493:5;27487:12;27477:22;;27408:98;;;:::o;27512:99::-;27564:6;27598:5;27592:12;27582:22;;27512:99;;;:::o;27617:168::-;27700:11;27734:6;27729:3;27722:19;27774:4;27769:3;27765:14;27750:29;;27617:168;;;;:::o;27791:169::-;27875:11;27909:6;27904:3;27897:19;27949:4;27944:3;27940:14;27925:29;;27791:169;;;;:::o;27966:148::-;28068:11;28105:3;28090:18;;27966:148;;;;:::o;28120:305::-;28160:3;28179:20;28197:1;28179:20;:::i;:::-;28174:25;;28213:20;28231:1;28213:20;:::i;:::-;28208:25;;28367:1;28299:66;28295:74;28292:1;28289:81;28286:107;;;28373:18;;:::i;:::-;28286:107;28417:1;28414;28410:9;28403:16;;28120:305;;;;:::o;28431:185::-;28471:1;28488:20;28506:1;28488:20;:::i;:::-;28483:25;;28522:20;28540:1;28522:20;:::i;:::-;28517:25;;28561:1;28551:35;;28566:18;;:::i;:::-;28551:35;28608:1;28605;28601:9;28596:14;;28431:185;;;;:::o;28622:191::-;28662:4;28682:20;28700:1;28682:20;:::i;:::-;28677:25;;28716:20;28734:1;28716:20;:::i;:::-;28711:25;;28755:1;28752;28749:8;28746:34;;;28760:18;;:::i;:::-;28746:34;28805:1;28802;28798:9;28790:17;;28622:191;;;;:::o;28819:96::-;28856:7;28885:24;28903:5;28885:24;:::i;:::-;28874:35;;28819:96;;;:::o;28921:90::-;28955:7;28998:5;28991:13;28984:21;28973:32;;28921:90;;;:::o;29017:149::-;29053:7;29093:66;29086:5;29082:78;29071:89;;29017:149;;;:::o;29172:125::-;29238:7;29267:24;29285:5;29267:24;:::i;:::-;29256:35;;29172:125;;;:::o;29303:126::-;29340:7;29380:42;29373:5;29369:54;29358:65;;29303:126;;;:::o;29435:77::-;29472:7;29501:5;29490:16;;29435:77;;;:::o;29518:154::-;29602:6;29597:3;29592;29579:30;29664:1;29655:6;29650:3;29646:16;29639:27;29518:154;;;:::o;29678:307::-;29746:1;29756:113;29770:6;29767:1;29764:13;29756:113;;;29855:1;29850:3;29846:11;29840:18;29836:1;29831:3;29827:11;29820:39;29792:2;29789:1;29785:10;29780:15;;29756:113;;;29887:6;29884:1;29881:13;29878:101;;;29967:1;29958:6;29953:3;29949:16;29942:27;29878:101;29727:258;29678:307;;;:::o;29991:320::-;30035:6;30072:1;30066:4;30062:12;30052:22;;30119:1;30113:4;30109:12;30140:18;30130:81;;30196:4;30188:6;30184:17;30174:27;;30130:81;30258:2;30250:6;30247:14;30227:18;30224:38;30221:84;;;30277:18;;:::i;:::-;30221:84;30042:269;29991:320;;;:::o;30317:281::-;30400:27;30422:4;30400:27;:::i;:::-;30392:6;30388:40;30530:6;30518:10;30515:22;30494:18;30482:10;30479:34;30476:62;30473:88;;;30541:18;;:::i;:::-;30473:88;30581:10;30577:2;30570:22;30360:238;30317:281;;:::o;30604:233::-;30643:3;30666:24;30684:5;30666:24;:::i;:::-;30657:33;;30712:66;30705:5;30702:77;30699:103;;;30782:18;;:::i;:::-;30699:103;30829:1;30822:5;30818:13;30811:20;;30604:233;;;:::o;30843:176::-;30875:1;30892:20;30910:1;30892:20;:::i;:::-;30887:25;;30926:20;30944:1;30926:20;:::i;:::-;30921:25;;30965:1;30955:35;;30970:18;;:::i;:::-;30955:35;31011:1;31008;31004:9;30999:14;;30843:176;;;;:::o;31025:180::-;31073:77;31070:1;31063:88;31170:4;31167:1;31160:15;31194:4;31191:1;31184:15;31211:180;31259:77;31256:1;31249:88;31356:4;31353:1;31346:15;31380:4;31377:1;31370:15;31397:180;31445:77;31442:1;31435:88;31542:4;31539:1;31532:15;31566:4;31563:1;31556:15;31583:180;31631:77;31628:1;31621:88;31728:4;31725:1;31718:15;31752:4;31749:1;31742:15;31769:180;31817:77;31814:1;31807:88;31914:4;31911:1;31904:15;31938:4;31935:1;31928:15;31955:180;32003:77;32000:1;31993:88;32100:4;32097:1;32090:15;32124:4;32121:1;32114:15;32141:117;32250:1;32247;32240:12;32264:117;32373:1;32370;32363:12;32387:117;32496:1;32493;32486:12;32510:117;32619:1;32616;32609:12;32633:102;32674:6;32725:2;32721:7;32716:2;32709:5;32705:14;32701:28;32691:38;;32633:102;;;:::o;32741:230::-;32881:34;32877:1;32869:6;32865:14;32858:58;32950:13;32945:2;32937:6;32933:15;32926:38;32741:230;:::o;32977:237::-;33117:34;33113:1;33105:6;33101:14;33094:58;33186:20;33181:2;33173:6;33169:15;33162:45;32977:237;:::o;33220:225::-;33360:34;33356:1;33348:6;33344:14;33337:58;33429:8;33424:2;33416:6;33412:15;33405:33;33220:225;:::o;33451:178::-;33591:30;33587:1;33579:6;33575:14;33568:54;33451:178;:::o;33635:223::-;33775:34;33771:1;33763:6;33759:14;33752:58;33844:6;33839:2;33831:6;33827:15;33820:31;33635:223;:::o;33864:175::-;34004:27;34000:1;33992:6;33988:14;33981:51;33864:175;:::o;34045:231::-;34185:34;34181:1;34173:6;34169:14;34162:58;34254:14;34249:2;34241:6;34237:15;34230:39;34045:231;:::o;34282:243::-;34422:34;34418:1;34410:6;34406:14;34399:58;34491:26;34486:2;34478:6;34474:15;34467:51;34282:243;:::o;34531:229::-;34671:34;34667:1;34659:6;34655:14;34648:58;34740:12;34735:2;34727:6;34723:15;34716:37;34531:229;:::o;34766:228::-;34906:34;34902:1;34894:6;34890:14;34883:58;34975:11;34970:2;34962:6;34958:15;34951:36;34766:228;:::o;35000:182::-;35140:34;35136:1;35128:6;35124:14;35117:58;35000:182;:::o;35188:231::-;35328:34;35324:1;35316:6;35312:14;35305:58;35397:14;35392:2;35384:6;35380:15;35373:39;35188:231;:::o;35425:182::-;35565:34;35561:1;35553:6;35549:14;35542:58;35425:182;:::o;35613:228::-;35753:34;35749:1;35741:6;35737:14;35730:58;35822:11;35817:2;35809:6;35805:15;35798:36;35613:228;:::o;35847:220::-;35987:34;35983:1;35975:6;35971:14;35964:58;36056:3;36051:2;36043:6;36039:15;36032:28;35847:220;:::o;36073:236::-;36213:34;36209:1;36201:6;36197:14;36190:58;36282:19;36277:2;36269:6;36265:15;36258:44;36073:236;:::o;36315:231::-;36455:34;36451:1;36443:6;36439:14;36432:58;36524:14;36519:2;36511:6;36507:15;36500:39;36315:231;:::o;36552:122::-;36625:24;36643:5;36625:24;:::i;:::-;36618:5;36615:35;36605:63;;36664:1;36661;36654:12;36605:63;36552:122;:::o;36680:116::-;36750:21;36765:5;36750:21;:::i;:::-;36743:5;36740:32;36730:60;;36786:1;36783;36776:12;36730:60;36680:116;:::o;36802:120::-;36874:23;36891:5;36874:23;:::i;:::-;36867:5;36864:34;36854:62;;36912:1;36909;36902:12;36854:62;36802:120;:::o;36928:180::-;37030:53;37077:5;37030:53;:::i;:::-;37023:5;37020:64;37010:92;;37098:1;37095;37088:12;37010:92;36928:180;:::o;37114:122::-;37187:24;37205:5;37187:24;:::i;:::-;37180:5;37177:35;37167:63;;37226:1;37223;37216:12;37167:63;37114:122;:::o

Swarm Source

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