ETH Price: $3,487.12 (+7.42%)
Gas: 7 Gwei

Token

Dad Gods (DGODS)
 

Overview

Max Total Supply

6,666 DGODS

Holders

1,962

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A

Other Info

Balance
2 DGODS
0x27e467edbd9f5c8087d8f107d251b5a9432ac891
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
DadGods

Compiler Version
v0.8.13+commit.abaa5c0e

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-12-30
*/

/**⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀

          _____                    _____                    _____                                   
         /\    \                  /\    \                  /\    \                                  
        /::\    \                /::\    \                /::\    \                                 
       /::::\    \              /::::\    \              /::::\    \                                
      /::::::\    \            /::::::\    \            /::::::\    \                               
     /:::/\:::\    \          /:::/\:::\    \          /:::/\:::\    \                              
    /:::/  \:::\    \        /:::/__\:::\    \        /:::/  \:::\    \                             
   /:::/    \:::\    \      /::::\   \:::\    \      /:::/    \:::\    \                            
  /:::/    / \:::\    \    /::::::\   \:::\    \    /:::/    / \:::\    \                           
 /:::/    /   \:::\ ___\  /:::/\:::\   \:::\    \  /:::/    /   \:::\ ___\                          
/:::/____/     \:::|    |/:::/  \:::\   \:::\____\/:::/____/     \:::|    |                         
\:::\    \     /:::|____|\::/    \:::\  /:::/    /\:::\    \     /:::|____|                         
 \:::\    \   /:::/    /  \/____/ \:::\/:::/    /  \:::\    \   /:::/    /                          
  \:::\    \ /:::/    /            \::::::/    /    \:::\    \ /:::/    /                           
   \:::\    /:::/    /              \::::/    /      \:::\    /:::/    /                            
    \:::\  /:::/    /               /:::/    /        \:::\  /:::/    /                             
     \:::\/:::/    /               /:::/    /          \:::\/:::/    /                              
      \::::::/    /               /:::/    /            \::::::/    /                               
       \::::/    /               /:::/    /              \::::/    /                                
        \::/____/                \::/    /                \::/____/                                 
         ~~                       \/____/                  ~~                                       
                                                                                                    
          _____                   _______                   _____                    _____          
         /\    \                 /::\    \                 /\    \                  /\    \         
        /::\    \               /::::\    \               /::\    \                /::\    \        
       /::::\    \             /::::::\    \             /::::\    \              /::::\    \       
      /::::::\    \           /::::::::\    \           /::::::\    \            /::::::\    \      
     /:::/\:::\    \         /:::/~~\:::\    \         /:::/\:::\    \          /:::/\:::\    \     
    /:::/  \:::\    \       /:::/    \:::\    \       /:::/  \:::\    \        /:::/__\:::\    \    
   /:::/    \:::\    \     /:::/    / \:::\    \     /:::/    \:::\    \       \:::\   \:::\    \   
  /:::/    / \:::\    \   /:::/____/   \:::\____\   /:::/    / \:::\    \    ___\:::\   \:::\    \  
 /:::/    /   \:::\ ___\ |:::|    |     |:::|    | /:::/    /   \:::\ ___\  /\   \:::\   \:::\    \ 
/:::/____/  ___\:::|    ||:::|____|     |:::|    |/:::/____/     \:::|    |/::\   \:::\   \:::\____\
\:::\    \ /\  /:::|____| \:::\    \   /:::/    / \:::\    \     /:::|____|\:::\   \:::\   \::/    /
 \:::\    /::\ \::/    /   \:::\    \ /:::/    /   \:::\    \   /:::/    /  \:::\   \:::\   \/____/ 
  \:::\   \:::\ \/____/     \:::\    /:::/    /     \:::\    \ /:::/    /    \:::\   \:::\    \     
   \:::\   \:::\____\        \:::\__/:::/    /       \:::\    /:::/    /      \:::\   \:::\____\    
    \:::\  /:::/    /         \::::::::/    /         \:::\  /:::/    /        \:::\  /:::/    /    
     \:::\/:::/    /           \::::::/    /           \:::\/:::/    /          \:::\/:::/    /     
      \::::::/    /             \::::/    /             \::::::/    /            \::::::/    /      
       \::::/    /               \::/____/               \::::/    /              \::::/    /       
        \::/____/                 ~~                      \::/____/                \::/    /        
                                                           ~~                       \/____/         
                                                                                                    
⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
 */
// SPDX-License-Identifier: MIT
//Developer Info:



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

// OpenZeppelin Contracts v4.4.1 (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


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

pragma solidity ^0.8.0;

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

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

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


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

pragma solidity ^0.8.1;

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

        return account.code.length > 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// File: @openzeppelin/contracts/token/ERC721/IERC721Receiver.sol


// OpenZeppelin Contracts v4.4.1 (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


// OpenZeppelin Contracts v4.4.1 (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


// OpenZeppelin Contracts v4.4.1 (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


// OpenZeppelin Contracts v4.4.1 (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/IERC721Metadata.sol


// OpenZeppelin Contracts v4.4.1 (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: contracts/new.sol




pragma solidity ^0.8.4;








error ApprovalCallerNotOwnerNorApproved();
error ApprovalQueryForNonexistentToken();
error ApproveToCaller();
error ApprovalToCurrentOwner();
error BalanceQueryForZeroAddress();
error MintToZeroAddress();
error MintZeroQuantity();
error OwnerQueryForNonexistentToken();
error TransferCallerNotOwnerNorApproved();
error TransferFromIncorrectOwner();
error TransferToNonERC721ReceiverImplementer();
error TransferToZeroAddress();
error URIQueryForNonexistentToken();

/**
 * @dev Implementation of https://eips.ethereum.org/EIPS/eip-721[ERC721] Non-Fungible Token Standard, including
 * the Metadata extension. Built to optimize for lower gas during batch mints.
 *
 * Assumes serials are sequentially minted starting at _startTokenId() (defaults to 0, e.g. 0, 1, 2, 3..).
 *
 * Assumes that an owner cannot have more than 2**64 - 1 (max value of uint64) of supply.
 *
 * Assumes that the maximum token id cannot exceed 2**256 - 1 (max value of uint256).
 */
contract ERC721A is Context, ERC165, IERC721, IERC721Metadata {
    using Address for address;
    using Strings for uint256;

    // Compiler will pack this into a single 256bit word.
    struct TokenOwnership {
        // The address of the owner.
        address addr;
        // Keeps track of the start time of ownership with minimal overhead for tokenomics.
        uint64 startTimestamp;
        // Whether the token has been burned.
        bool burned;
    }

    // Compiler will pack this into a single 256bit word.
    struct AddressData {
        // Realistically, 2**64-1 is more than enough.
        uint64 balance;
        // Keeps track of mint count with minimal overhead for tokenomics.
        uint64 numberMinted;
        // Keeps track of burn count with minimal overhead for tokenomics.
        uint64 numberBurned;
        // For miscellaneous variable(s) pertaining to the address
        // (e.g. number of whitelist mint slots used).
        // If there are multiple variables, please pack them into a uint64.
        uint64 aux;
    }

    // The tokenId of the next token to be minted.
    uint256 internal _currentIndex;

    // The number of tokens burned.
    uint256 internal _burnCounter;

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

    // Mapping from token ID to ownership details
    // An empty struct value does not necessarily mean the token is unowned. See _ownershipOf implementation for details.
    mapping(uint256 => TokenOwnership) internal _ownerships;

    // Mapping owner address to address data
    mapping(address => AddressData) private _addressData;

    // 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;

    constructor(string memory name_, string memory symbol_) {
        _name = name_;
        _symbol = symbol_;
        _currentIndex = _startTokenId();
    }

    /**
     * To change the starting tokenId, please override this function.
     */
    function _startTokenId() internal view virtual returns (uint256) {
        return 0;
    }

    /**
     * @dev Burned tokens are calculated here, use _totalMinted() if you want to count just minted tokens.
     */
    function totalSupply() public view returns (uint256) {
        // Counter underflow is impossible as _burnCounter cannot be incremented
        // more than _currentIndex - _startTokenId() times
        unchecked {
            return _currentIndex - _burnCounter - _startTokenId();
        }
    }

    /**
     * Returns the total amount of tokens minted in the contract.
     */
    function _totalMinted() internal view returns (uint256) {
        // Counter underflow is impossible as _currentIndex does not decrement,
        // and it is initialized to _startTokenId()
        unchecked {
            return _currentIndex - _startTokenId();
        }
    }

    /**
     * @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 override returns (uint256) {
        if (owner == address(0)) revert BalanceQueryForZeroAddress();
        return uint256(_addressData[owner].balance);
    }

    /**
     * Returns the number of tokens minted by `owner`.
     */
    function _numberMinted(address owner) internal view returns (uint256) {
        return uint256(_addressData[owner].numberMinted);
    }

    /**
     * Returns the number of tokens burned by or on behalf of `owner`.
     */
    function _numberBurned(address owner) internal view returns (uint256) {
        return uint256(_addressData[owner].numberBurned);
    }

    /**
     * Returns the auxillary data for `owner`. (e.g. number of whitelist mint slots used).
     */
    function _getAux(address owner) internal view returns (uint64) {
        return _addressData[owner].aux;
    }

    /**
     * Sets the auxillary data for `owner`. (e.g. number of whitelist mint slots used).
     * If there are multiple variables, please pack them into a uint64.
     */
    function _setAux(address owner, uint64 aux) internal {
        _addressData[owner].aux = aux;
    }

    /**
     * Gas spent here starts off proportional to the maximum mint batch size.
     * It gradually moves to O(1) as tokens get transferred around in the collection over time.
     */
    function _ownershipOf(uint256 tokenId) internal view returns (TokenOwnership memory) {
        uint256 curr = tokenId;

        unchecked {
            if (_startTokenId() <= curr && curr < _currentIndex) {
                TokenOwnership memory ownership = _ownerships[curr];
                if (!ownership.burned) {
                    if (ownership.addr != address(0)) {
                        return ownership;
                    }
                    // Invariant:
                    // There will always be an ownership that has an address and is not burned
                    // before an ownership that does not have an address and is not burned.
                    // Hence, curr will not underflow.
                    while (true) {
                        curr--;
                        ownership = _ownerships[curr];
                        if (ownership.addr != address(0)) {
                            return ownership;
                        }
                    }
                }
            }
        }
        revert OwnerQueryForNonexistentToken();
    }

    /**
     * @dev See {IERC721-ownerOf}.
     */
    function ownerOf(uint256 tokenId) public view override returns (address) {
        return _ownershipOf(tokenId).addr;
    }

    /**
     * @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) {
        if (!_exists(tokenId)) revert URIQueryForNonexistentToken();

        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 override {
        address owner = ERC721A.ownerOf(tokenId);
        if (to == owner) revert ApprovalToCurrentOwner();

        if (_msgSender() != owner && !isApprovedForAll(owner, _msgSender())) {
            revert ApprovalCallerNotOwnerNorApproved();
        }

        _approve(to, tokenId, owner);
    }

    /**
     * @dev See {IERC721-getApproved}.
     */
    function getApproved(uint256 tokenId) public view override returns (address) {
        if (!_exists(tokenId)) revert ApprovalQueryForNonexistentToken();

        return _tokenApprovals[tokenId];
    }

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

        _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 {
        _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 {
        _transfer(from, to, tokenId);
        if (to.isContract() && !_checkContractOnERC721Received(from, to, tokenId, _data)) {
            revert TransferToNonERC721ReceiverImplementer();
        }
    }

    /**
     * @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`),
     */
    function _exists(uint256 tokenId) internal view returns (bool) {
        return _startTokenId() <= tokenId && tokenId < _currentIndex &&
            !_ownerships[tokenId].burned;
    }

    function _safeMint(address to, uint256 quantity) internal {
        _safeMint(to, quantity, '');
    }

    /**
     * @dev Safely mints `quantity` tokens and transfers them to `to`.
     *
     * Requirements:
     *
     * - If `to` refers to a smart contract, it must implement {IERC721Receiver-onERC721Received}, which is called for each safe transfer.
     * - `quantity` must be greater than 0.
     *
     * Emits a {Transfer} event.
     */
    function _safeMint(
        address to,
        uint256 quantity,
        bytes memory _data
    ) internal {
        _mint(to, quantity, _data, true);
    }

    /**
     * @dev Mints `quantity` tokens and transfers them to `to`.
     *
     * Requirements:
     *
     * - `to` cannot be the zero address.
     * - `quantity` must be greater than 0.
     *
     * Emits a {Transfer} event.
     */
    function _mint(
        address to,
        uint256 quantity,
        bytes memory _data,
        bool safe
    ) internal {
        uint256 startTokenId = _currentIndex;
        if (to == address(0)) revert MintToZeroAddress();
        if (quantity == 0) revert MintZeroQuantity();

        _beforeTokenTransfers(address(0), to, startTokenId, quantity);

        // Overflows are incredibly unrealistic.
        // balance or numberMinted overflow if current value of either + quantity > 1.8e19 (2**64) - 1
        // updatedIndex overflows if _currentIndex + quantity > 1.2e77 (2**256) - 1
        unchecked {
            _addressData[to].balance += uint64(quantity);
            _addressData[to].numberMinted += uint64(quantity);

            _ownerships[startTokenId].addr = to;
            _ownerships[startTokenId].startTimestamp = uint64(block.timestamp);

            uint256 updatedIndex = startTokenId;
            uint256 end = updatedIndex + quantity;

            if (safe && to.isContract()) {
                do {
                    emit Transfer(address(0), to, updatedIndex);
                    if (!_checkContractOnERC721Received(address(0), to, updatedIndex++, _data)) {
                        revert TransferToNonERC721ReceiverImplementer();
                    }
                } while (updatedIndex != end);
                // Reentrancy protection
                if (_currentIndex != startTokenId) revert();
            } else {
                do {
                    emit Transfer(address(0), to, updatedIndex++);
                } while (updatedIndex != end);
            }
            _currentIndex = updatedIndex;
        }
        _afterTokenTransfers(address(0), to, startTokenId, quantity);
    }

    /**
     * @dev Transfers `tokenId` from `from` to `to`.
     *
     * 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
    ) private {
        TokenOwnership memory prevOwnership = _ownershipOf(tokenId);

        if (prevOwnership.addr != from) revert TransferFromIncorrectOwner();

        bool isApprovedOrOwner = (_msgSender() == from ||
            isApprovedForAll(from, _msgSender()) ||
            getApproved(tokenId) == _msgSender());

        if (!isApprovedOrOwner) revert TransferCallerNotOwnerNorApproved();
        if (to == address(0)) revert TransferToZeroAddress();

        _beforeTokenTransfers(from, to, tokenId, 1);

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

        // Underflow of the sender's balance is impossible because we check for
        // ownership above and the recipient's balance can't realistically overflow.
        // Counter overflow is incredibly unrealistic as tokenId would have to be 2**256.
        unchecked {
            _addressData[from].balance -= 1;
            _addressData[to].balance += 1;

            TokenOwnership storage currSlot = _ownerships[tokenId];
            currSlot.addr = to;
            currSlot.startTimestamp = uint64(block.timestamp);

            // If the ownership slot of tokenId+1 is not explicitly set, that means the transfer initiator owns it.
            // Set the slot of tokenId+1 explicitly in storage to maintain correctness for ownerOf(tokenId+1) calls.
            uint256 nextTokenId = tokenId + 1;
            TokenOwnership storage nextSlot = _ownerships[nextTokenId];
            if (nextSlot.addr == address(0)) {
                // This will suffice for checking _exists(nextTokenId),
                // as a burned slot cannot contain the zero address.
                if (nextTokenId != _currentIndex) {
                    nextSlot.addr = from;
                    nextSlot.startTimestamp = prevOwnership.startTimestamp;
                }
            }
        }

        emit Transfer(from, to, tokenId);
        _afterTokenTransfers(from, to, tokenId, 1);
    }

    /**
     * @dev This is equivalent to _burn(tokenId, false)
     */
    function _burn(uint256 tokenId) internal virtual {
        _burn(tokenId, false);
    }

    /**
     * @dev Destroys `tokenId`.
     * The approval is cleared when the token is burned.
     *
     * Requirements:
     *
     * - `tokenId` must exist.
     *
     * Emits a {Transfer} event.
     */
    function _burn(uint256 tokenId, bool approvalCheck) internal virtual {
        TokenOwnership memory prevOwnership = _ownershipOf(tokenId);

        address from = prevOwnership.addr;

        if (approvalCheck) {
            bool isApprovedOrOwner = (_msgSender() == from ||
                isApprovedForAll(from, _msgSender()) ||
                getApproved(tokenId) == _msgSender());

            if (!isApprovedOrOwner) revert TransferCallerNotOwnerNorApproved();
        }

        _beforeTokenTransfers(from, address(0), tokenId, 1);

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

        // Underflow of the sender's balance is impossible because we check for
        // ownership above and the recipient's balance can't realistically overflow.
        // Counter overflow is incredibly unrealistic as tokenId would have to be 2**256.
        unchecked {
            AddressData storage addressData = _addressData[from];
            addressData.balance -= 1;
            addressData.numberBurned += 1;

            // Keep track of who burned the token, and the timestamp of burning.
            TokenOwnership storage currSlot = _ownerships[tokenId];
            currSlot.addr = from;
            currSlot.startTimestamp = uint64(block.timestamp);
            currSlot.burned = true;

            // If the ownership slot of tokenId+1 is not explicitly set, that means the burn initiator owns it.
            // Set the slot of tokenId+1 explicitly in storage to maintain correctness for ownerOf(tokenId+1) calls.
            uint256 nextTokenId = tokenId + 1;
            TokenOwnership storage nextSlot = _ownerships[nextTokenId];
            if (nextSlot.addr == address(0)) {
                // This will suffice for checking _exists(nextTokenId),
                // as a burned slot cannot contain the zero address.
                if (nextTokenId != _currentIndex) {
                    nextSlot.addr = from;
                    nextSlot.startTimestamp = prevOwnership.startTimestamp;
                }
            }
        }

        emit Transfer(from, address(0), tokenId);
        _afterTokenTransfers(from, address(0), tokenId, 1);

        // Overflow not possible, as _burnCounter cannot be exceed _currentIndex times.
        unchecked {
            _burnCounter++;
        }
    }

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

    /**
     * @dev Internal function to invoke {IERC721Receiver-onERC721Received} on a target 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 _checkContractOnERC721Received(
        address from,
        address to,
        uint256 tokenId,
        bytes memory _data
    ) private returns (bool) {
        try IERC721Receiver(to).onERC721Received(_msgSender(), from, tokenId, _data) returns (bytes4 retval) {
            return retval == IERC721Receiver(to).onERC721Received.selector;
        } catch (bytes memory reason) {
            if (reason.length == 0) {
                revert TransferToNonERC721ReceiverImplementer();
            } else {
                assembly {
                    revert(add(32, reason), mload(reason))
                }
            }
        }
    }

    /**
     * @dev Hook that is called before a set of serially-ordered token ids are about to be transferred. This includes minting.
     * And also called before burning one token.
     *
     * startTokenId - the first token id to be transferred
     * quantity - the amount to be transferred
     *
     * 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, `tokenId` will be burned by `from`.
     * - `from` and `to` are never both zero.
     */
    function _beforeTokenTransfers(
        address from,
        address to,
        uint256 startTokenId,
        uint256 quantity
    ) internal virtual {}

    /**
     * @dev Hook that is called after a set of serially-ordered token ids have been transferred. This includes
     * minting.
     * And also called after one token has been burned.
     *
     * startTokenId - the first token id to be transferred
     * quantity - the amount to be transferred
     *
     * Calling conditions:
     *
     * - When `from` and `to` are both non-zero, `from`'s `tokenId` has been
     * transferred to `to`.
     * - When `from` is zero, `tokenId` has been minted for `to`.
     * - When `to` is zero, `tokenId` has been burned by `from`.
     * - `from` and `to` are never both zero.
     */
    function _afterTokenTransfers(
        address from,
        address to,
        uint256 startTokenId,
        uint256 quantity
    ) internal virtual {}
}

abstract contract Ownable is Context {
    address private _owner;

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

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

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

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

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

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

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

interface IOperatorFilterRegistry {
    function isOperatorAllowed(address registrant, address operator) external view returns (bool);
    function register(address registrant) external;
    function registerAndSubscribe(address registrant, address subscription) external;
    function registerAndCopyEntries(address registrant, address registrantToCopy) external;
    function updateOperator(address registrant, address operator, bool filtered) external;
    function updateOperators(address registrant, address[] calldata operators, bool filtered) external;
    function updateCodeHash(address registrant, bytes32 codehash, bool filtered) external;
    function updateCodeHashes(address registrant, bytes32[] calldata codeHashes, bool filtered) external;
    function subscribe(address registrant, address registrantToSubscribe) external;
    function unsubscribe(address registrant, bool copyExistingEntries) external;
    function subscriptionOf(address addr) external returns (address registrant);
    function subscribers(address registrant) external returns (address[] memory);
    function subscriberAt(address registrant, uint256 index) external returns (address);
    function copyEntriesOf(address registrant, address registrantToCopy) external;
    function isOperatorFiltered(address registrant, address operator) external returns (bool);
    function isCodeHashOfFiltered(address registrant, address operatorWithCode) external returns (bool);
    function isCodeHashFiltered(address registrant, bytes32 codeHash) external returns (bool);
    function filteredOperators(address addr) external returns (address[] memory);
    function filteredCodeHashes(address addr) external returns (bytes32[] memory);
    function filteredOperatorAt(address registrant, uint256 index) external returns (address);
    function filteredCodeHashAt(address registrant, uint256 index) external returns (bytes32);
    function isRegistered(address addr) external returns (bool);
    function codeHashOf(address addr) external returns (bytes32);
}
pragma solidity ^0.8.13;



abstract contract OperatorFilterer {
    error OperatorNotAllowed(address operator);

    IOperatorFilterRegistry constant operatorFilterRegistry =
        IOperatorFilterRegistry(0x000000000000AAeB6D7670E522A718067333cd4E);

    constructor(address subscriptionOrRegistrantToCopy, bool subscribe) {
        // If an inheriting token contract is deployed to a network without the registry deployed, the modifier
        // will not revert, but the contract will need to be registered with the registry once it is deployed in
        // order for the modifier to filter addresses.
        if (address(operatorFilterRegistry).code.length > 0) {
            if (subscribe) {
                operatorFilterRegistry.registerAndSubscribe(address(this), subscriptionOrRegistrantToCopy);
            } else {
                if (subscriptionOrRegistrantToCopy != address(0)) {
                    operatorFilterRegistry.registerAndCopyEntries(address(this), subscriptionOrRegistrantToCopy);
                } else {
                    operatorFilterRegistry.register(address(this));
                }
            }
        }
    }

    modifier onlyAllowedOperator(address from) virtual {
        // Check registry code length to facilitate testing in environments without a deployed registry.
        if (address(operatorFilterRegistry).code.length > 0) {
            // Allow spending tokens from addresses with balance
            // Note that this still allows listings and marketplaces with escrow to transfer tokens if transferred
            // from an EOA.
            if (from == msg.sender) {
                _;
                return;
            }
            if (
                !(
                    operatorFilterRegistry.isOperatorAllowed(address(this), msg.sender)
                        && operatorFilterRegistry.isOperatorAllowed(address(this), from)
                )
            ) {
                revert OperatorNotAllowed(msg.sender);
            }
        }
        _;
    }
}
pragma solidity ^0.8.13;



abstract contract DefaultOperatorFilterer is OperatorFilterer {
    address constant DEFAULT_SUBSCRIPTION = address(0x3cc6CddA760b79bAfa08dF41ECFA224f810dCeB6);

    constructor() OperatorFilterer(DEFAULT_SUBSCRIPTION, true) {}
}
    pragma solidity ^0.8.7;
    
    contract DadGods is ERC721A, DefaultOperatorFilterer , Ownable {
    using Strings for uint256;


  string private uriPrefix ;
  string private uriSuffix = ".json";
  string public hiddenURL;

  
  

  uint256 public cost = 0.002 ether;
 
  

  uint16 public maxSupply = 8888;
  uint8 public maxMintAmountPerTx = 1;
    uint8 public maxFreeMintAmountPerWallet = 1;
                                                             
 
  bool public paused = true;
  bool public reveal =false;

   mapping (address => uint8) public NFTPerPublicAddress;

 
  
  
 
  

  constructor() ERC721A("Dad Gods", "DGODS") {
  }


  
 
  function mint(uint8 _mintAmount) external payable  {
     uint16 totalSupply = uint16(totalSupply());
     uint8 nft = NFTPerPublicAddress[msg.sender];
    require(totalSupply + _mintAmount <= maxSupply, "Exceeds max supply.");
    require(_mintAmount + nft <= maxMintAmountPerTx, "Exceeds max per transaction.");
    require(msg.sender == tx.origin , "No Bots Allowed");

    require(!paused, "The contract is paused!");
    
      if(nft >= maxFreeMintAmountPerWallet)
    {
    require(msg.value >= cost * _mintAmount, "Insufficient funds!");
    }
    else {
         uint8 costAmount = _mintAmount + nft;
        if(costAmount > maxFreeMintAmountPerWallet)
       {
        costAmount = costAmount - maxFreeMintAmountPerWallet;
        require(msg.value >= cost * costAmount, "Insufficient funds!");
       }
       
         
    }
    


    _safeMint(msg.sender , _mintAmount);

    NFTPerPublicAddress[msg.sender] = _mintAmount + nft;
     
     delete totalSupply;
     delete _mintAmount;
  }
  
  function Reserve(uint16 _mintAmount, address _receiver) external onlyOwner {
     uint16 totalSupply = uint16(totalSupply());
    require(totalSupply + _mintAmount <= maxSupply, "Exceeds max supply.");
     _safeMint(_receiver , _mintAmount);
     delete _mintAmount;
     delete _receiver;
     delete totalSupply;
  }

  function  Airdrop(uint8 _amountPerAddress, address[] calldata addresses) external onlyOwner {
     uint16 totalSupply = uint16(totalSupply());
     uint totalAmount =   _amountPerAddress * addresses.length;
    require(totalSupply + totalAmount <= maxSupply, "Exceeds max supply.");
     for (uint256 i = 0; i < addresses.length; i++) {
            _safeMint(addresses[i], _amountPerAddress);
        }

     delete _amountPerAddress;
     delete totalSupply;
  }

 

  function setMaxSupply(uint16 _maxSupply) external onlyOwner {
      maxSupply = _maxSupply;
  }



   
  function tokenURI(uint256 _tokenId)
    public
    view
    virtual
    override
    returns (string memory)
  {
    require(
      _exists(_tokenId),
      "ERC721Metadata: URI query for nonexistent token"
    );
    
  
if ( reveal == false)
{
    return hiddenURL;
}
    

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


 function setFreeMaxLimitPerAddress(uint8 _limit) external onlyOwner{
    maxFreeMintAmountPerWallet = _limit;
   delete _limit;

}

    
  

  function setUriPrefix(string memory _uriPrefix) external onlyOwner {
    uriPrefix = _uriPrefix;
  }
   function setHiddenUri(string memory _uriPrefix) external onlyOwner {
    hiddenURL = _uriPrefix;
  }


  function setPaused() external onlyOwner {
    paused = !paused;
   
  }

  function setCost(uint _cost) external onlyOwner{
      cost = _cost;

  }

 function setRevealed() external onlyOwner{
     reveal = !reveal;
 }

  function setMaxMintAmountPerTx(uint8 _maxtx) external onlyOwner{
      maxMintAmountPerTx = _maxtx;

  }

 

  function withdraw() external onlyOwner {
  uint _balance = address(this).balance;
     payable(msg.sender).transfer(_balance ); 
       
  }


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

    function transferFrom(address from, address to, uint256 tokenId) public override onlyAllowedOperator(from) {
        super.transferFrom(from, to, tokenId);
    }

    function safeTransferFrom(address from, address to, uint256 tokenId) public override onlyAllowedOperator(from) {
        super.safeTransferFrom(from, to, tokenId);
    }

    function safeTransferFrom(address from, address to, uint256 tokenId, bytes memory data)
        public
        override
        onlyAllowedOperator(from)
    {
        super.safeTransferFrom(from, to, tokenId, data);
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"ApprovalCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"ApprovalQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"ApprovalToCurrentOwner","type":"error"},{"inputs":[],"name":"ApproveToCaller","type":"error"},{"inputs":[],"name":"BalanceQueryForZeroAddress","type":"error"},{"inputs":[],"name":"MintToZeroAddress","type":"error"},{"inputs":[],"name":"MintZeroQuantity","type":"error"},{"inputs":[{"internalType":"address","name":"operator","type":"address"}],"name":"OperatorNotAllowed","type":"error"},{"inputs":[],"name":"OwnerQueryForNonexistentToken","type":"error"},{"inputs":[],"name":"TransferCallerNotOwnerNorApproved","type":"error"},{"inputs":[],"name":"TransferFromIncorrectOwner","type":"error"},{"inputs":[],"name":"TransferToNonERC721ReceiverImplementer","type":"error"},{"inputs":[],"name":"TransferToZeroAddress","type":"error"},{"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":"uint8","name":"_amountPerAddress","type":"uint8"},{"internalType":"address[]","name":"addresses","type":"address[]"}],"name":"Airdrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"NFTPerPublicAddress","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint16","name":"_mintAmount","type":"uint16"},{"internalType":"address","name":"_receiver","type":"address"}],"name":"Reserve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"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":"cost","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"hiddenURL","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxFreeMintAmountPerWallet","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxMintAmountPerTx","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint8","name":"_mintAmount","type":"uint8"}],"name":"mint","outputs":[],"stateMutability":"payable","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":"paused","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"reveal","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","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":"uint256","name":"_cost","type":"uint256"}],"name":"setCost","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint8","name":"_limit","type":"uint8"}],"name":"setFreeMaxLimitPerAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_uriPrefix","type":"string"}],"name":"setHiddenUri","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint8","name":"_maxtx","type":"uint8"}],"name":"setMaxMintAmountPerTx","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_maxSupply","type":"uint16"}],"name":"setMaxSupply","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"setPaused","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"setRevealed","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_uriPrefix","type":"string"}],"name":"setUriPrefix","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":"_tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60c06040526005608081905264173539b7b760d91b60a09081526200002891600a919062000286565b5066071afd498d0000600c55600d805465ffffffffffff19166401010122b81790553480156200005757600080fd5b50604080518082018252600881526744616420476f647360c01b60208083019182528351808501909452600584526444474f445360d81b908401528151733cc6cdda760b79bafa08df41ecfa224f810dceb693600193929091620000be9160029162000286565b508051620000d490600390602084019062000286565b506000805550506daaeb6d7670e522a718067333cd4e3b15620002205780156200016e57604051633e9f1edf60e11b81523060048201526001600160a01b03831660248201526daaeb6d7670e522a718067333cd4e90637d3e3dbe906044015b600060405180830381600087803b1580156200014f57600080fd5b505af115801562000164573d6000803e3d6000fd5b5050505062000220565b6001600160a01b03821615620001bf5760405163a0af290360e01b81523060048201526001600160a01b03831660248201526daaeb6d7670e522a718067333cd4e9063a0af29039060440162000134565b604051632210724360e11b81523060048201526daaeb6d7670e522a718067333cd4e90634420e48690602401600060405180830381600087803b1580156200020657600080fd5b505af11580156200021b573d6000803e3d6000fd5b505050505b506200022e90503362000234565b62000368565b600880546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b82805462000294906200032c565b90600052602060002090601f016020900481019282620002b8576000855562000303565b82601f10620002d357805160ff191683800117855562000303565b8280016001018555821562000303579182015b8281111562000303578251825591602001919060010190620002e6565b506200031192915062000315565b5090565b5b8082111562000311576000815560010162000316565b600181811c908216806200034157607f821691505b6020821081036200036257634e487b7160e01b600052602260045260246000fd5b50919050565b61276180620003786000396000f3fe60806040526004361061021a5760003560e01c80636ecd230611610123578063aa062290116100ab578063e94053c71161006f578063e94053c71461062c578063e985e9c51461065c578063eef440af146106a5578063f2fde38b146106ba578063f8bf5172146106da57600080fd5b8063aa0622901461057e578063b88d4fde1461059e578063c87b56dd146105be578063cffb6e20146105de578063d5abeb01146105fe57600080fd5b80638da5cb5b116100f25780638da5cb5b146104d657806394354fd0146104f457806395d89b4114610526578063a22cb4651461053b578063a475b5dd1461055b57600080fd5b80636ecd23061461046e57806370a0823114610481578063715018a6146104a15780637ec4a659146104b657600080fd5b80632f6f98e1116101a657806342842e0e1161017557806342842e0e146103cc57806344a0d68a146103ec5780634d9c18481461040c5780635c975abb1461042c5780636352211e1461044e57600080fd5b80632f6f98e11461036d57806337a66d851461038d5780633bd64968146103a25780633ccfd60b146103b757600080fd5b8063095ea7b3116101ed578063095ea7b3146102d05780631067fcc7146102f057806313faede61461031057806318160ddd1461033457806323b872dd1461034d57600080fd5b806301ffc9a71461021f57806306421c2f1461025457806306fdde0314610276578063081812fc14610298575b600080fd5b34801561022b57600080fd5b5061023f61023a366004612014565b6106fb565b60405190151581526020015b60405180910390f35b34801561026057600080fd5b5061027461026f366004612048565b61074d565b005b34801561028257600080fd5b5061028b610798565b60405161024b91906120bb565b3480156102a457600080fd5b506102b86102b33660046120ce565b61082a565b6040516001600160a01b03909116815260200161024b565b3480156102dc57600080fd5b506102746102eb3660046120fe565b61086e565b3480156102fc57600080fd5b5061027461030b3660046121b4565b6108fb565b34801561031c57600080fd5b50610326600c5481565b60405190815260200161024b565b34801561034057600080fd5b5060015460005403610326565b34801561035957600080fd5b506102746103683660046121fd565b61093c565b34801561037957600080fd5b50610274610388366004612239565b610a98565b34801561039957600080fd5b50610274610b15565b3480156103ae57600080fd5b50610274610b62565b3480156103c357600080fd5b50610274610bb1565b3480156103d857600080fd5b506102746103e73660046121fd565b610c0a565b3480156103f857600080fd5b506102746104073660046120ce565b610d5b565b34801561041857600080fd5b5061027461042736600461227d565b610d8a565b34801561043857600080fd5b50600d5461023f90640100000000900460ff1681565b34801561045a57600080fd5b506102b86104693660046120ce565b610dd4565b61027461047c36600461227d565b610de6565b34801561048d57600080fd5b5061032661049c366004612298565b61108e565b3480156104ad57600080fd5b506102746110dd565b3480156104c257600080fd5b506102746104d13660046121b4565b611113565b3480156104e257600080fd5b506008546001600160a01b03166102b8565b34801561050057600080fd5b50600d546105149062010000900460ff1681565b60405160ff909116815260200161024b565b34801561053257600080fd5b5061028b611150565b34801561054757600080fd5b506102746105563660046122c1565b61115f565b34801561056757600080fd5b50600d5461023f9065010000000000900460ff1681565b34801561058a57600080fd5b5061027461059936600461227d565b6111f4565b3480156105aa57600080fd5b506102746105b93660046122f8565b61123c565b3480156105ca57600080fd5b5061028b6105d93660046120ce565b61139b565b3480156105ea57600080fd5b506102746105f9366004612374565b611513565b34801561060a57600080fd5b50600d546106199061ffff1681565b60405161ffff909116815260200161024b565b34801561063857600080fd5b50610514610647366004612298565b600e6020526000908152604090205460ff1681565b34801561066857600080fd5b5061023f6106773660046123fa565b6001600160a01b03918216600090815260076020908152604080832093909416825291909152205460ff1690565b3480156106b157600080fd5b5061028b6115ed565b3480156106c657600080fd5b506102746106d5366004612298565b61167b565b3480156106e657600080fd5b50600d54610514906301000000900460ff1681565b60006001600160e01b031982166380ac58cd60e01b148061072c57506001600160e01b03198216635b5e139f60e01b145b8061074757506301ffc9a760e01b6001600160e01b03198316145b92915050565b6008546001600160a01b031633146107805760405162461bcd60e51b815260040161077790612416565b60405180910390fd5b600d805461ffff191661ffff92909216919091179055565b6060600280546107a79061244b565b80601f01602080910402602001604051908101604052809291908181526020018280546107d39061244b565b80156108205780601f106107f557610100808354040283529160200191610820565b820191906000526020600020905b81548152906001019060200180831161080357829003601f168201915b5050505050905090565b600061083582611716565b610852576040516333d1c03960e21b815260040160405180910390fd5b506000908152600660205260409020546001600160a01b031690565b600061087982610dd4565b9050806001600160a01b0316836001600160a01b0316036108ad5760405163250fdee360e21b815260040160405180910390fd5b336001600160a01b038216148015906108cd57506108cb8133610677565b155b156108eb576040516367d9dca160e11b815260040160405180910390fd5b6108f6838383611741565b505050565b6008546001600160a01b031633146109255760405162461bcd60e51b815260040161077790612416565b805161093890600b906020840190611f65565b5050565b826daaeb6d7670e522a718067333cd4e3b15610a8757336001600160a01b038216036109725761096d84848461179d565b610a92565b604051633185c44d60e21b81523060048201523360248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa1580156109c1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109e59190612485565b8015610a685750604051633185c44d60e21b81523060048201526001600160a01b03821660248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa158015610a44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a689190612485565b610a8757604051633b79c77360e21b8152336004820152602401610777565b610a9284848461179d565b50505050565b6008546001600160a01b03163314610ac25760405162461bcd60e51b815260040161077790612416565b6000610ad16001546000540390565b600d5490915061ffff16610ae584836124b8565b61ffff161115610b075760405162461bcd60e51b8152600401610777906124de565b6108f6828461ffff166117a8565b6008546001600160a01b03163314610b3f5760405162461bcd60e51b815260040161077790612416565b600d805464ff000000001981166401000000009182900460ff1615909102179055565b6008546001600160a01b03163314610b8c5760405162461bcd60e51b815260040161077790612416565b600d805465ff0000000000198116650100000000009182900460ff1615909102179055565b6008546001600160a01b03163314610bdb5760405162461bcd60e51b815260040161077790612416565b6040514790339082156108fc029083906000818181858888f19350505050158015610938573d6000803e3d6000fd5b826daaeb6d7670e522a718067333cd4e3b15610d5057336001600160a01b03821603610c3b5761096d8484846117c2565b604051633185c44d60e21b81523060048201523360248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa158015610c8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cae9190612485565b8015610d315750604051633185c44d60e21b81523060048201526001600160a01b03821660248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa158015610d0d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d319190612485565b610d5057604051633b79c77360e21b8152336004820152602401610777565b610a928484846117c2565b6008546001600160a01b03163314610d855760405162461bcd60e51b815260040161077790612416565b600c55565b6008546001600160a01b03163314610db45760405162461bcd60e51b815260040161077790612416565b600d805460ff90921663010000000263ff00000019909216919091179055565b6000610ddf826117dd565b5192915050565b6000610df56001546000540390565b336000908152600e6020526040902054600d5491925060ff9081169161ffff1690610e22908516846124b8565b61ffff161115610e445760405162461bcd60e51b8152600401610777906124de565b600d5462010000900460ff16610e5a828561250b565b60ff161115610eab5760405162461bcd60e51b815260206004820152601c60248201527f45786365656473206d617820706572207472616e73616374696f6e2e000000006044820152606401610777565b333214610eec5760405162461bcd60e51b815260206004820152600f60248201526e139bc8109bdd1cc8105b1b1bddd959608a1b6044820152606401610777565b600d54640100000000900460ff1615610f475760405162461bcd60e51b815260206004820152601760248201527f54686520636f6e747261637420697320706175736564210000000000000000006044820152606401610777565b600d5460ff6301000000909104811690821610610fb9578260ff16600c54610f6f9190612530565b341015610fb45760405162461bcd60e51b8152602060048201526013602482015272496e73756666696369656e742066756e64732160681b6044820152606401610777565b611051565b6000610fc5828561250b565b600d5490915060ff63010000009091048116908216111561104f57600d54610ff7906301000000900460ff168261254f565b90508060ff16600c5461100a9190612530565b34101561104f5760405162461bcd60e51b8152602060048201526013602482015272496e73756666696369656e742066756e64732160681b6044820152606401610777565b505b61105e338460ff166117a8565b611068818461250b565b336000908152600e60205260409020805460ff191660ff92909216919091179055505050565b60006001600160a01b0382166110b7576040516323d3ad8160e21b815260040160405180910390fd5b506001600160a01b031660009081526005602052604090205467ffffffffffffffff1690565b6008546001600160a01b031633146111075760405162461bcd60e51b815260040161077790612416565b61111160006118f9565b565b6008546001600160a01b0316331461113d5760405162461bcd60e51b815260040161077790612416565b8051610938906009906020840190611f65565b6060600380546107a79061244b565b336001600160a01b038316036111885760405163b06307db60e01b815260040160405180910390fd5b3360008181526007602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b6008546001600160a01b0316331461121e5760405162461bcd60e51b815260040161077790612416565b600d805460ff909216620100000262ff000019909216919091179055565b836daaeb6d7670e522a718067333cd4e3b1561138857336001600160a01b038216036112735761126e8585858561194b565b611394565b604051633185c44d60e21b81523060048201523360248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa1580156112c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112e69190612485565b80156113695750604051633185c44d60e21b81523060048201526001600160a01b03821660248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa158015611345573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113699190612485565b61138857604051633b79c77360e21b8152336004820152602401610777565b6113948585858561194b565b5050505050565b60606113a682611716565b61140a5760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b6064820152608401610777565b600d5465010000000000900460ff1615156000036114b457600b805461142f9061244b565b80601f016020809104026020016040519081016040528092919081815260200182805461145b9061244b565b80156114a85780601f1061147d576101008083540402835291602001916114a8565b820191906000526020600020905b81548152906001019060200180831161148b57829003601f168201915b50505050509050919050565b60006114be611996565b905060008151116114de576040518060200160405280600081525061150c565b806114e8846119a5565b600a6040516020016114fc93929190612572565b6040516020818303038152906040525b9392505050565b6008546001600160a01b0316331461153d5760405162461bcd60e51b815260040161077790612416565b600061154c6001546000540390565b9050600061155d8360ff8716612530565b600d5490915061ffff908116906115779083908516612635565b11156115955760405162461bcd60e51b8152600401610777906124de565b60005b838110156115e5576115d38585838181106115b5576115b561264d565b90506020020160208101906115ca9190612298565b8760ff166117a8565b806115dd81612663565b915050611598565b505050505050565b600b80546115fa9061244b565b80601f01602080910402602001604051908101604052809291908181526020018280546116269061244b565b80156116735780601f1061164857610100808354040283529160200191611673565b820191906000526020600020905b81548152906001019060200180831161165657829003601f168201915b505050505081565b6008546001600160a01b031633146116a55760405162461bcd60e51b815260040161077790612416565b6001600160a01b03811661170a5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610777565b611713816118f9565b50565b6000805482108015610747575050600090815260046020526040902054600160e01b900460ff161590565b60008281526006602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6108f6838383611aae565b610938828260405180602001604052806000815250611c9b565b6108f68383836040518060200160405280600081525061123c565b6040805160608101825260008082526020820181905291810191909152816000548110156118e057600081815260046020908152604091829020825160608101845290546001600160a01b0381168252600160a01b810467ffffffffffffffff1692820192909252600160e01b90910460ff161515918101829052906118de5780516001600160a01b031615611874579392505050565b5060001901600081815260046020908152604091829020825160608101845290546001600160a01b038116808352600160a01b820467ffffffffffffffff1693830193909352600160e01b900460ff16151592810192909252156118d9579392505050565b611874565b505b604051636f96cda160e11b815260040160405180910390fd5b600880546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b611956848484611aae565b6001600160a01b0383163b15158015611978575061197684848484611ca8565b155b15610a92576040516368d2bf6b60e11b815260040160405180910390fd5b6060600980546107a79061244b565b6060816000036119cc5750506040805180820190915260018152600360fc1b602082015290565b8160005b81156119f657806119e081612663565b91506119ef9050600a83612692565b91506119d0565b60008167ffffffffffffffff811115611a1157611a11612128565b6040519080825280601f01601f191660200182016040528015611a3b576020820181803683370190505b5090505b8415611aa657611a506001836126a6565b9150611a5d600a866126bd565b611a68906030612635565b60f81b818381518110611a7d57611a7d61264d565b60200101906001600160f81b031916908160001a905350611a9f600a86612692565b9450611a3f565b949350505050565b6000611ab9826117dd565b9050836001600160a01b031681600001516001600160a01b031614611af05760405162a1148160e81b815260040160405180910390fd5b6000336001600160a01b0386161480611b0e5750611b0e8533610677565b80611b29575033611b1e8461082a565b6001600160a01b0316145b905080611b4957604051632ce44b5f60e11b815260040160405180910390fd5b6001600160a01b038416611b7057604051633a954ecd60e21b815260040160405180910390fd5b611b7c60008487611741565b6001600160a01b038581166000908152600560209081526040808320805467ffffffffffffffff1980821667ffffffffffffffff92831660001901831617909255898616808652838620805493841693831660019081018416949094179055898652600490945282852080546001600160e01b031916909417600160a01b42909216919091021783558701808452922080549193909116611c52576000548214611c52578054602086015167ffffffffffffffff16600160a01b026001600160e01b03199091166001600160a01b038a16171781555b50505082846001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611394565b6108f68383836001611d93565b604051630a85bd0160e11b81526000906001600160a01b0385169063150b7a0290611cdd9033908990889088906004016126d1565b6020604051808303816000875af1925050508015611d18575060408051601f3d908101601f19168201909252611d159181019061270e565b60015b611d76573d808015611d46576040519150601f19603f3d011682016040523d82523d6000602084013e611d4b565b606091505b508051600003611d6e576040516368d2bf6b60e11b815260040160405180910390fd5b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050949350505050565b6000546001600160a01b038516611dbc57604051622e076360e81b815260040160405180910390fd5b83600003611ddd5760405163b562e8dd60e01b815260040160405180910390fd5b6001600160a01b038516600081815260056020908152604080832080546fffffffffffffffffffffffffffffffff19811667ffffffffffffffff8083168c0181169182176801000000000000000067ffffffffffffffff1990941690921783900481168c01811690920217909155858452600490925290912080546001600160e01b031916909217600160a01b429092169190910217905580808501838015611e8f57506001600160a01b0387163b15155b15611f17575b60405182906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a4611ee06000888480600101955088611ca8565b611efd576040516368d2bf6b60e11b815260040160405180910390fd5b808203611e95578260005414611f1257600080fd5b611f5c565b5b6040516001830192906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a4808203611f18575b50600055611394565b828054611f719061244b565b90600052602060002090601f016020900481019282611f935760008555611fd9565b82601f10611fac57805160ff1916838001178555611fd9565b82800160010185558215611fd9579182015b82811115611fd9578251825591602001919060010190611fbe565b50611fe5929150611fe9565b5090565b5b80821115611fe55760008155600101611fea565b6001600160e01b03198116811461171357600080fd5b60006020828403121561202657600080fd5b813561150c81611ffe565b803561ffff8116811461204357600080fd5b919050565b60006020828403121561205a57600080fd5b61150c82612031565b60005b8381101561207e578181015183820152602001612066565b83811115610a925750506000910152565b600081518084526120a7816020860160208601612063565b601f01601f19169290920160200192915050565b60208152600061150c602083018461208f565b6000602082840312156120e057600080fd5b5035919050565b80356001600160a01b038116811461204357600080fd5b6000806040838503121561211157600080fd5b61211a836120e7565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b600067ffffffffffffffff8084111561215957612159612128565b604051601f8501601f19908116603f0116810190828211818310171561218157612181612128565b8160405280935085815286868601111561219a57600080fd5b858560208301376000602087830101525050509392505050565b6000602082840312156121c657600080fd5b813567ffffffffffffffff8111156121dd57600080fd5b8201601f810184136121ee57600080fd5b611aa68482356020840161213e565b60008060006060848603121561221257600080fd5b61221b846120e7565b9250612229602085016120e7565b9150604084013590509250925092565b6000806040838503121561224c57600080fd5b61225583612031565b9150612263602084016120e7565b90509250929050565b803560ff8116811461204357600080fd5b60006020828403121561228f57600080fd5b61150c8261226c565b6000602082840312156122aa57600080fd5b61150c826120e7565b801515811461171357600080fd5b600080604083850312156122d457600080fd5b6122dd836120e7565b915060208301356122ed816122b3565b809150509250929050565b6000806000806080858703121561230e57600080fd5b612317856120e7565b9350612325602086016120e7565b925060408501359150606085013567ffffffffffffffff81111561234857600080fd5b8501601f8101871361235957600080fd5b6123688782356020840161213e565b91505092959194509250565b60008060006040848603121561238957600080fd5b6123928461226c565b9250602084013567ffffffffffffffff808211156123af57600080fd5b818601915086601f8301126123c357600080fd5b8135818111156123d257600080fd5b8760208260051b85010111156123e757600080fd5b6020830194508093505050509250925092565b6000806040838503121561240d57600080fd5b612255836120e7565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b600181811c9082168061245f57607f821691505b60208210810361247f57634e487b7160e01b600052602260045260246000fd5b50919050565b60006020828403121561249757600080fd5b815161150c816122b3565b634e487b7160e01b600052601160045260246000fd5b600061ffff8083168185168083038211156124d5576124d56124a2565b01949350505050565b60208082526013908201527222bc31b2b2b2399036b0bc1039bab838363c9760691b604082015260600190565b600060ff821660ff84168060ff03821115612528576125286124a2565b019392505050565b600081600019048311821515161561254a5761254a6124a2565b500290565b600060ff821660ff841680821015612569576125696124a2565b90039392505050565b6000845160206125858285838a01612063565b8551918401916125988184848a01612063565b8554920191600090600181811c90808316806125b557607f831692505b85831081036125d257634e487b7160e01b85526022600452602485fd5b8080156125e657600181146125f757612624565b60ff19851688528388019550612624565b60008b81526020902060005b8581101561261c5781548a820152908401908801612603565b505083880195505b50939b9a5050505050505050505050565b60008219821115612648576126486124a2565b500190565b634e487b7160e01b600052603260045260246000fd5b600060018201612675576126756124a2565b5060010190565b634e487b7160e01b600052601260045260246000fd5b6000826126a1576126a161267c565b500490565b6000828210156126b8576126b86124a2565b500390565b6000826126cc576126cc61267c565b500690565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906127049083018461208f565b9695505050505050565b60006020828403121561272057600080fd5b815161150c81611ffe56fea264697066735822122016e1f42c647df36c73bfca180cdfc8f30df5804819f2b9a401efb3570e83b03a64736f6c634300080d0033

Deployed Bytecode

0x60806040526004361061021a5760003560e01c80636ecd230611610123578063aa062290116100ab578063e94053c71161006f578063e94053c71461062c578063e985e9c51461065c578063eef440af146106a5578063f2fde38b146106ba578063f8bf5172146106da57600080fd5b8063aa0622901461057e578063b88d4fde1461059e578063c87b56dd146105be578063cffb6e20146105de578063d5abeb01146105fe57600080fd5b80638da5cb5b116100f25780638da5cb5b146104d657806394354fd0146104f457806395d89b4114610526578063a22cb4651461053b578063a475b5dd1461055b57600080fd5b80636ecd23061461046e57806370a0823114610481578063715018a6146104a15780637ec4a659146104b657600080fd5b80632f6f98e1116101a657806342842e0e1161017557806342842e0e146103cc57806344a0d68a146103ec5780634d9c18481461040c5780635c975abb1461042c5780636352211e1461044e57600080fd5b80632f6f98e11461036d57806337a66d851461038d5780633bd64968146103a25780633ccfd60b146103b757600080fd5b8063095ea7b3116101ed578063095ea7b3146102d05780631067fcc7146102f057806313faede61461031057806318160ddd1461033457806323b872dd1461034d57600080fd5b806301ffc9a71461021f57806306421c2f1461025457806306fdde0314610276578063081812fc14610298575b600080fd5b34801561022b57600080fd5b5061023f61023a366004612014565b6106fb565b60405190151581526020015b60405180910390f35b34801561026057600080fd5b5061027461026f366004612048565b61074d565b005b34801561028257600080fd5b5061028b610798565b60405161024b91906120bb565b3480156102a457600080fd5b506102b86102b33660046120ce565b61082a565b6040516001600160a01b03909116815260200161024b565b3480156102dc57600080fd5b506102746102eb3660046120fe565b61086e565b3480156102fc57600080fd5b5061027461030b3660046121b4565b6108fb565b34801561031c57600080fd5b50610326600c5481565b60405190815260200161024b565b34801561034057600080fd5b5060015460005403610326565b34801561035957600080fd5b506102746103683660046121fd565b61093c565b34801561037957600080fd5b50610274610388366004612239565b610a98565b34801561039957600080fd5b50610274610b15565b3480156103ae57600080fd5b50610274610b62565b3480156103c357600080fd5b50610274610bb1565b3480156103d857600080fd5b506102746103e73660046121fd565b610c0a565b3480156103f857600080fd5b506102746104073660046120ce565b610d5b565b34801561041857600080fd5b5061027461042736600461227d565b610d8a565b34801561043857600080fd5b50600d5461023f90640100000000900460ff1681565b34801561045a57600080fd5b506102b86104693660046120ce565b610dd4565b61027461047c36600461227d565b610de6565b34801561048d57600080fd5b5061032661049c366004612298565b61108e565b3480156104ad57600080fd5b506102746110dd565b3480156104c257600080fd5b506102746104d13660046121b4565b611113565b3480156104e257600080fd5b506008546001600160a01b03166102b8565b34801561050057600080fd5b50600d546105149062010000900460ff1681565b60405160ff909116815260200161024b565b34801561053257600080fd5b5061028b611150565b34801561054757600080fd5b506102746105563660046122c1565b61115f565b34801561056757600080fd5b50600d5461023f9065010000000000900460ff1681565b34801561058a57600080fd5b5061027461059936600461227d565b6111f4565b3480156105aa57600080fd5b506102746105b93660046122f8565b61123c565b3480156105ca57600080fd5b5061028b6105d93660046120ce565b61139b565b3480156105ea57600080fd5b506102746105f9366004612374565b611513565b34801561060a57600080fd5b50600d546106199061ffff1681565b60405161ffff909116815260200161024b565b34801561063857600080fd5b50610514610647366004612298565b600e6020526000908152604090205460ff1681565b34801561066857600080fd5b5061023f6106773660046123fa565b6001600160a01b03918216600090815260076020908152604080832093909416825291909152205460ff1690565b3480156106b157600080fd5b5061028b6115ed565b3480156106c657600080fd5b506102746106d5366004612298565b61167b565b3480156106e657600080fd5b50600d54610514906301000000900460ff1681565b60006001600160e01b031982166380ac58cd60e01b148061072c57506001600160e01b03198216635b5e139f60e01b145b8061074757506301ffc9a760e01b6001600160e01b03198316145b92915050565b6008546001600160a01b031633146107805760405162461bcd60e51b815260040161077790612416565b60405180910390fd5b600d805461ffff191661ffff92909216919091179055565b6060600280546107a79061244b565b80601f01602080910402602001604051908101604052809291908181526020018280546107d39061244b565b80156108205780601f106107f557610100808354040283529160200191610820565b820191906000526020600020905b81548152906001019060200180831161080357829003601f168201915b5050505050905090565b600061083582611716565b610852576040516333d1c03960e21b815260040160405180910390fd5b506000908152600660205260409020546001600160a01b031690565b600061087982610dd4565b9050806001600160a01b0316836001600160a01b0316036108ad5760405163250fdee360e21b815260040160405180910390fd5b336001600160a01b038216148015906108cd57506108cb8133610677565b155b156108eb576040516367d9dca160e11b815260040160405180910390fd5b6108f6838383611741565b505050565b6008546001600160a01b031633146109255760405162461bcd60e51b815260040161077790612416565b805161093890600b906020840190611f65565b5050565b826daaeb6d7670e522a718067333cd4e3b15610a8757336001600160a01b038216036109725761096d84848461179d565b610a92565b604051633185c44d60e21b81523060048201523360248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa1580156109c1573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109e59190612485565b8015610a685750604051633185c44d60e21b81523060048201526001600160a01b03821660248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa158015610a44573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610a689190612485565b610a8757604051633b79c77360e21b8152336004820152602401610777565b610a9284848461179d565b50505050565b6008546001600160a01b03163314610ac25760405162461bcd60e51b815260040161077790612416565b6000610ad16001546000540390565b600d5490915061ffff16610ae584836124b8565b61ffff161115610b075760405162461bcd60e51b8152600401610777906124de565b6108f6828461ffff166117a8565b6008546001600160a01b03163314610b3f5760405162461bcd60e51b815260040161077790612416565b600d805464ff000000001981166401000000009182900460ff1615909102179055565b6008546001600160a01b03163314610b8c5760405162461bcd60e51b815260040161077790612416565b600d805465ff0000000000198116650100000000009182900460ff1615909102179055565b6008546001600160a01b03163314610bdb5760405162461bcd60e51b815260040161077790612416565b6040514790339082156108fc029083906000818181858888f19350505050158015610938573d6000803e3d6000fd5b826daaeb6d7670e522a718067333cd4e3b15610d5057336001600160a01b03821603610c3b5761096d8484846117c2565b604051633185c44d60e21b81523060048201523360248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa158015610c8a573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610cae9190612485565b8015610d315750604051633185c44d60e21b81523060048201526001600160a01b03821660248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa158015610d0d573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d319190612485565b610d5057604051633b79c77360e21b8152336004820152602401610777565b610a928484846117c2565b6008546001600160a01b03163314610d855760405162461bcd60e51b815260040161077790612416565b600c55565b6008546001600160a01b03163314610db45760405162461bcd60e51b815260040161077790612416565b600d805460ff90921663010000000263ff00000019909216919091179055565b6000610ddf826117dd565b5192915050565b6000610df56001546000540390565b336000908152600e6020526040902054600d5491925060ff9081169161ffff1690610e22908516846124b8565b61ffff161115610e445760405162461bcd60e51b8152600401610777906124de565b600d5462010000900460ff16610e5a828561250b565b60ff161115610eab5760405162461bcd60e51b815260206004820152601c60248201527f45786365656473206d617820706572207472616e73616374696f6e2e000000006044820152606401610777565b333214610eec5760405162461bcd60e51b815260206004820152600f60248201526e139bc8109bdd1cc8105b1b1bddd959608a1b6044820152606401610777565b600d54640100000000900460ff1615610f475760405162461bcd60e51b815260206004820152601760248201527f54686520636f6e747261637420697320706175736564210000000000000000006044820152606401610777565b600d5460ff6301000000909104811690821610610fb9578260ff16600c54610f6f9190612530565b341015610fb45760405162461bcd60e51b8152602060048201526013602482015272496e73756666696369656e742066756e64732160681b6044820152606401610777565b611051565b6000610fc5828561250b565b600d5490915060ff63010000009091048116908216111561104f57600d54610ff7906301000000900460ff168261254f565b90508060ff16600c5461100a9190612530565b34101561104f5760405162461bcd60e51b8152602060048201526013602482015272496e73756666696369656e742066756e64732160681b6044820152606401610777565b505b61105e338460ff166117a8565b611068818461250b565b336000908152600e60205260409020805460ff191660ff92909216919091179055505050565b60006001600160a01b0382166110b7576040516323d3ad8160e21b815260040160405180910390fd5b506001600160a01b031660009081526005602052604090205467ffffffffffffffff1690565b6008546001600160a01b031633146111075760405162461bcd60e51b815260040161077790612416565b61111160006118f9565b565b6008546001600160a01b0316331461113d5760405162461bcd60e51b815260040161077790612416565b8051610938906009906020840190611f65565b6060600380546107a79061244b565b336001600160a01b038316036111885760405163b06307db60e01b815260040160405180910390fd5b3360008181526007602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b6008546001600160a01b0316331461121e5760405162461bcd60e51b815260040161077790612416565b600d805460ff909216620100000262ff000019909216919091179055565b836daaeb6d7670e522a718067333cd4e3b1561138857336001600160a01b038216036112735761126e8585858561194b565b611394565b604051633185c44d60e21b81523060048201523360248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa1580156112c2573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906112e69190612485565b80156113695750604051633185c44d60e21b81523060048201526001600160a01b03821660248201526daaeb6d7670e522a718067333cd4e9063c617113490604401602060405180830381865afa158015611345573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113699190612485565b61138857604051633b79c77360e21b8152336004820152602401610777565b6113948585858561194b565b5050505050565b60606113a682611716565b61140a5760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b6064820152608401610777565b600d5465010000000000900460ff1615156000036114b457600b805461142f9061244b565b80601f016020809104026020016040519081016040528092919081815260200182805461145b9061244b565b80156114a85780601f1061147d576101008083540402835291602001916114a8565b820191906000526020600020905b81548152906001019060200180831161148b57829003601f168201915b50505050509050919050565b60006114be611996565b905060008151116114de576040518060200160405280600081525061150c565b806114e8846119a5565b600a6040516020016114fc93929190612572565b6040516020818303038152906040525b9392505050565b6008546001600160a01b0316331461153d5760405162461bcd60e51b815260040161077790612416565b600061154c6001546000540390565b9050600061155d8360ff8716612530565b600d5490915061ffff908116906115779083908516612635565b11156115955760405162461bcd60e51b8152600401610777906124de565b60005b838110156115e5576115d38585838181106115b5576115b561264d565b90506020020160208101906115ca9190612298565b8760ff166117a8565b806115dd81612663565b915050611598565b505050505050565b600b80546115fa9061244b565b80601f01602080910402602001604051908101604052809291908181526020018280546116269061244b565b80156116735780601f1061164857610100808354040283529160200191611673565b820191906000526020600020905b81548152906001019060200180831161165657829003601f168201915b505050505081565b6008546001600160a01b031633146116a55760405162461bcd60e51b815260040161077790612416565b6001600160a01b03811661170a5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610777565b611713816118f9565b50565b6000805482108015610747575050600090815260046020526040902054600160e01b900460ff161590565b60008281526006602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b6108f6838383611aae565b610938828260405180602001604052806000815250611c9b565b6108f68383836040518060200160405280600081525061123c565b6040805160608101825260008082526020820181905291810191909152816000548110156118e057600081815260046020908152604091829020825160608101845290546001600160a01b0381168252600160a01b810467ffffffffffffffff1692820192909252600160e01b90910460ff161515918101829052906118de5780516001600160a01b031615611874579392505050565b5060001901600081815260046020908152604091829020825160608101845290546001600160a01b038116808352600160a01b820467ffffffffffffffff1693830193909352600160e01b900460ff16151592810192909252156118d9579392505050565b611874565b505b604051636f96cda160e11b815260040160405180910390fd5b600880546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b611956848484611aae565b6001600160a01b0383163b15158015611978575061197684848484611ca8565b155b15610a92576040516368d2bf6b60e11b815260040160405180910390fd5b6060600980546107a79061244b565b6060816000036119cc5750506040805180820190915260018152600360fc1b602082015290565b8160005b81156119f657806119e081612663565b91506119ef9050600a83612692565b91506119d0565b60008167ffffffffffffffff811115611a1157611a11612128565b6040519080825280601f01601f191660200182016040528015611a3b576020820181803683370190505b5090505b8415611aa657611a506001836126a6565b9150611a5d600a866126bd565b611a68906030612635565b60f81b818381518110611a7d57611a7d61264d565b60200101906001600160f81b031916908160001a905350611a9f600a86612692565b9450611a3f565b949350505050565b6000611ab9826117dd565b9050836001600160a01b031681600001516001600160a01b031614611af05760405162a1148160e81b815260040160405180910390fd5b6000336001600160a01b0386161480611b0e5750611b0e8533610677565b80611b29575033611b1e8461082a565b6001600160a01b0316145b905080611b4957604051632ce44b5f60e11b815260040160405180910390fd5b6001600160a01b038416611b7057604051633a954ecd60e21b815260040160405180910390fd5b611b7c60008487611741565b6001600160a01b038581166000908152600560209081526040808320805467ffffffffffffffff1980821667ffffffffffffffff92831660001901831617909255898616808652838620805493841693831660019081018416949094179055898652600490945282852080546001600160e01b031916909417600160a01b42909216919091021783558701808452922080549193909116611c52576000548214611c52578054602086015167ffffffffffffffff16600160a01b026001600160e01b03199091166001600160a01b038a16171781555b50505082846001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611394565b6108f68383836001611d93565b604051630a85bd0160e11b81526000906001600160a01b0385169063150b7a0290611cdd9033908990889088906004016126d1565b6020604051808303816000875af1925050508015611d18575060408051601f3d908101601f19168201909252611d159181019061270e565b60015b611d76573d808015611d46576040519150601f19603f3d011682016040523d82523d6000602084013e611d4b565b606091505b508051600003611d6e576040516368d2bf6b60e11b815260040160405180910390fd5b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050949350505050565b6000546001600160a01b038516611dbc57604051622e076360e81b815260040160405180910390fd5b83600003611ddd5760405163b562e8dd60e01b815260040160405180910390fd5b6001600160a01b038516600081815260056020908152604080832080546fffffffffffffffffffffffffffffffff19811667ffffffffffffffff8083168c0181169182176801000000000000000067ffffffffffffffff1990941690921783900481168c01811690920217909155858452600490925290912080546001600160e01b031916909217600160a01b429092169190910217905580808501838015611e8f57506001600160a01b0387163b15155b15611f17575b60405182906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a4611ee06000888480600101955088611ca8565b611efd576040516368d2bf6b60e11b815260040160405180910390fd5b808203611e95578260005414611f1257600080fd5b611f5c565b5b6040516001830192906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a4808203611f18575b50600055611394565b828054611f719061244b565b90600052602060002090601f016020900481019282611f935760008555611fd9565b82601f10611fac57805160ff1916838001178555611fd9565b82800160010185558215611fd9579182015b82811115611fd9578251825591602001919060010190611fbe565b50611fe5929150611fe9565b5090565b5b80821115611fe55760008155600101611fea565b6001600160e01b03198116811461171357600080fd5b60006020828403121561202657600080fd5b813561150c81611ffe565b803561ffff8116811461204357600080fd5b919050565b60006020828403121561205a57600080fd5b61150c82612031565b60005b8381101561207e578181015183820152602001612066565b83811115610a925750506000910152565b600081518084526120a7816020860160208601612063565b601f01601f19169290920160200192915050565b60208152600061150c602083018461208f565b6000602082840312156120e057600080fd5b5035919050565b80356001600160a01b038116811461204357600080fd5b6000806040838503121561211157600080fd5b61211a836120e7565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b600067ffffffffffffffff8084111561215957612159612128565b604051601f8501601f19908116603f0116810190828211818310171561218157612181612128565b8160405280935085815286868601111561219a57600080fd5b858560208301376000602087830101525050509392505050565b6000602082840312156121c657600080fd5b813567ffffffffffffffff8111156121dd57600080fd5b8201601f810184136121ee57600080fd5b611aa68482356020840161213e565b60008060006060848603121561221257600080fd5b61221b846120e7565b9250612229602085016120e7565b9150604084013590509250925092565b6000806040838503121561224c57600080fd5b61225583612031565b9150612263602084016120e7565b90509250929050565b803560ff8116811461204357600080fd5b60006020828403121561228f57600080fd5b61150c8261226c565b6000602082840312156122aa57600080fd5b61150c826120e7565b801515811461171357600080fd5b600080604083850312156122d457600080fd5b6122dd836120e7565b915060208301356122ed816122b3565b809150509250929050565b6000806000806080858703121561230e57600080fd5b612317856120e7565b9350612325602086016120e7565b925060408501359150606085013567ffffffffffffffff81111561234857600080fd5b8501601f8101871361235957600080fd5b6123688782356020840161213e565b91505092959194509250565b60008060006040848603121561238957600080fd5b6123928461226c565b9250602084013567ffffffffffffffff808211156123af57600080fd5b818601915086601f8301126123c357600080fd5b8135818111156123d257600080fd5b8760208260051b85010111156123e757600080fd5b6020830194508093505050509250925092565b6000806040838503121561240d57600080fd5b612255836120e7565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b600181811c9082168061245f57607f821691505b60208210810361247f57634e487b7160e01b600052602260045260246000fd5b50919050565b60006020828403121561249757600080fd5b815161150c816122b3565b634e487b7160e01b600052601160045260246000fd5b600061ffff8083168185168083038211156124d5576124d56124a2565b01949350505050565b60208082526013908201527222bc31b2b2b2399036b0bc1039bab838363c9760691b604082015260600190565b600060ff821660ff84168060ff03821115612528576125286124a2565b019392505050565b600081600019048311821515161561254a5761254a6124a2565b500290565b600060ff821660ff841680821015612569576125696124a2565b90039392505050565b6000845160206125858285838a01612063565b8551918401916125988184848a01612063565b8554920191600090600181811c90808316806125b557607f831692505b85831081036125d257634e487b7160e01b85526022600452602485fd5b8080156125e657600181146125f757612624565b60ff19851688528388019550612624565b60008b81526020902060005b8581101561261c5781548a820152908401908801612603565b505083880195505b50939b9a5050505050505050505050565b60008219821115612648576126486124a2565b500190565b634e487b7160e01b600052603260045260246000fd5b600060018201612675576126756124a2565b5060010190565b634e487b7160e01b600052601260045260246000fd5b6000826126a1576126a161267c565b500490565b6000828210156126b8576126b86124a2565b500390565b6000826126cc576126cc61267c565b500690565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906127049083018461208f565b9695505050505050565b60006020828403121561272057600080fd5b815161150c81611ffe56fea264697066735822122016e1f42c647df36c73bfca180cdfc8f30df5804819f2b9a401efb3570e83b03a64736f6c634300080d0033

Deployed Bytecode Sourcemap

53224:4694:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;29113:305;;;;;;;;;;-1:-1:-1;29113:305:0;;;;;:::i;:::-;;:::i;:::-;;;565:14:1;;558:22;540:41;;528:2;513:18;29113:305:0;;;;;;;;55741:97;;;;;;;;;;-1:-1:-1;55741:97:0;;;;;:::i;:::-;;:::i;:::-;;32226:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;33729:204::-;;;;;;;;;;-1:-1:-1;33729:204:0;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;2045:32:1;;;2027:51;;2015:2;2000:18;33729:204:0;1881:203:1;33292:371:0;;;;;;;;;;-1:-1:-1;33292:371:0;;;;;:::i;:::-;;:::i;56615:102::-;;;;;;;;;;-1:-1:-1;56615:102:0;;;;;:::i;:::-;;:::i;53437:33::-;;;;;;;;;;;;;;;;;;;3897:25:1;;;3885:2;3870:18;53437:33:0;3751:177:1;28362:303:0;;;;;;;;;;-1:-1:-1;28616:12:0;;28406:7;28600:13;:28;28362:303;;57337:163;;;;;;;;;;-1:-1:-1;57337:163:0;;;;;:::i;:::-;;:::i;54925:326::-;;;;;;;;;;-1:-1:-1;54925:326:0;;;;;:::i;:::-;;:::i;56725:74::-;;;;;;;;;;;;;:::i;56886:70::-;;;;;;;;;;;;;:::i;57080:144::-;;;;;;;;;;;;;:::i;57508:171::-;;;;;;;;;;-1:-1:-1;57508:171:0;;;;;:::i;:::-;;:::i;56805:76::-;;;;;;;;;;-1:-1:-1;56805:76:0;;;;;:::i;:::-;;:::i;56356:134::-;;;;;;;;;;-1:-1:-1;56356:134:0;;;;;:::i;:::-;;:::i;53675:25::-;;;;;;;;;;-1:-1:-1;53675:25:0;;;;;;;;;;;32034:125;;;;;;;;;;-1:-1:-1;32034:125:0;;;;;:::i;:::-;;:::i;53882:1035::-;;;;;;:::i;:::-;;:::i;29482:206::-;;;;;;;;;;-1:-1:-1;29482:206:0;;;;;:::i;:::-;;:::i;47935:103::-;;;;;;;;;;;;;:::i;56508:102::-;;;;;;;;;;-1:-1:-1;56508:102:0;;;;;:::i;:::-;;:::i;47283:87::-;;;;;;;;;;-1:-1:-1;47356:6:0;;-1:-1:-1;;;;;47356:6:0;47283:87;;53519:35;;;;;;;;;;-1:-1:-1;53519:35:0;;;;;;;;;;;;;;5240:4:1;5228:17;;;5210:36;;5198:2;5183:18;53519:35:0;5068:184:1;32395:104:0;;;;;;;;;;;;;:::i;34005:287::-;;;;;;;;;;-1:-1:-1;34005:287:0;;;;;:::i;:::-;;:::i;53705:25::-;;;;;;;;;;-1:-1:-1;53705:25:0;;;;;;;;;;;56962:107;;;;;;;;;;-1:-1:-1;56962:107:0;;;;;:::i;:::-;;:::i;57687:228::-;;;;;;;;;;-1:-1:-1;57687:228:0;;;;;:::i;:::-;;:::i;55853:490::-;;;;;;;;;;-1:-1:-1;55853:490:0;;;;;:::i;:::-;;:::i;55257:473::-;;;;;;;;;;-1:-1:-1;55257:473:0;;;;;:::i;:::-;;:::i;53484:30::-;;;;;;;;;;-1:-1:-1;53484:30:0;;;;;;;;;;;7236:6:1;7224:19;;;7206:38;;7194:2;7179:18;53484:30:0;7062:188:1;53738:53:0;;;;;;;;;;-1:-1:-1;53738:53:0;;;;;:::i;:::-;;;;;;;;;;;;;;;;34363:164;;;;;;;;;;-1:-1:-1;34363:164:0;;;;;:::i;:::-;-1:-1:-1;;;;;34484:25:0;;;34460:4;34484:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;;;34363:164;53397:23;;;;;;;;;;;;;:::i;48193:201::-;;;;;;;;;;-1:-1:-1;48193:201:0;;;;;:::i;:::-;;:::i;53561:43::-;;;;;;;;;;-1:-1:-1;53561:43:0;;;;;;;;;;;29113:305;29215:4;-1:-1:-1;;;;;;29252:40:0;;-1:-1:-1;;;29252:40:0;;:105;;-1:-1:-1;;;;;;;29309:48:0;;-1:-1:-1;;;29309:48:0;29252:105;:158;;;-1:-1:-1;;;;;;;;;;19147:40:0;;;29374:36;29232:178;29113:305;-1:-1:-1;;29113:305:0:o;55741:97::-;47356:6;;-1:-1:-1;;;;;47356:6:0;7588:10;47503:23;47495:69;;;;-1:-1:-1;;;47495:69:0;;;;;;;:::i;:::-;;;;;;;;;55810:9:::1;:22:::0;;-1:-1:-1;;55810:22:0::1;;::::0;;;::::1;::::0;;;::::1;::::0;;55741:97::o;32226:100::-;32280:13;32313:5;32306:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;32226:100;:::o;33729:204::-;33797:7;33822:16;33830:7;33822;:16::i;:::-;33817:64;;33847:34;;-1:-1:-1;;;33847:34:0;;;;;;;;;;;33817:64;-1:-1:-1;33901:24:0;;;;:15;:24;;;;;;-1:-1:-1;;;;;33901:24:0;;33729:204::o;33292:371::-;33365:13;33381:24;33397:7;33381:15;:24::i;:::-;33365:40;;33426:5;-1:-1:-1;;;;;33420:11:0;:2;-1:-1:-1;;;;;33420:11:0;;33416:48;;33440:24;;-1:-1:-1;;;33440:24:0;;;;;;;;;;;33416:48;7588:10;-1:-1:-1;;;;;33481:21:0;;;;;;:63;;-1:-1:-1;33507:37:0;33524:5;7588:10;34363:164;:::i;33507:37::-;33506:38;33481:63;33477:138;;;33568:35;;-1:-1:-1;;;33568:35:0;;;;;;;;;;;33477:138;33627:28;33636:2;33640:7;33649:5;33627:8;:28::i;:::-;33354:309;33292:371;;:::o;56615:102::-;47356:6;;-1:-1:-1;;;;;47356:6:0;7588:10;47503:23;47495:69;;;;-1:-1:-1;;;47495:69:0;;;;;;;:::i;:::-;56689:22;;::::1;::::0;:9:::1;::::0;:22:::1;::::0;::::1;::::0;::::1;:::i;:::-;;56615:102:::0;:::o;57337:163::-;57438:4;51059:42;52199:43;:47;52195:699;;52486:10;-1:-1:-1;;;;;52478:18:0;;;52474:85;;57455:37:::1;57474:4;57480:2;57484:7;57455:18;:37::i;:::-;52537:7:::0;;52474:85;52619:67;;-1:-1:-1;;;52619:67:0;;52668:4;52619:67;;;8478:34:1;52675:10:0;8528:18:1;;;8521:43;51059:42:0;;52619:40;;8413:18:1;;52619:67:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:157;;;;-1:-1:-1;52715:61:0;;-1:-1:-1;;;52715:61:0;;52764:4;52715:61;;;8478:34:1;-1:-1:-1;;;;;8548:15:1;;8528:18;;;8521:43;51059:42:0;;52715:40;;8413:18:1;;52715:61:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;52573:310;;52837:30;;-1:-1:-1;;;52837:30:0;;52856:10;52837:30;;;2027:51:1;2000:18;;52837:30:0;1881:203:1;52573:310:0;57455:37:::1;57474:4;57480:2;57484:7;57455:18;:37::i;:::-;57337:163:::0;;;;:::o;54925:326::-;47356:6;;-1:-1:-1;;;;;47356:6:0;7588:10;47503:23;47495:69;;;;-1:-1:-1;;;47495:69:0;;;;;;;:::i;:::-;55008:18:::1;55036:13;28616:12:::0;;28406:7;28600:13;:28;;28362:303;55036:13:::1;55094:9;::::0;55008:42;;-1:-1:-1;55094:9:0::1;;55065:25;55079:11:::0;55008:42;55065:25:::1;:::i;:::-;:38;;;;55057:70;;;;-1:-1:-1::0;;;55057:70:0::1;;;;;;;:::i;:::-;55135:34;55145:9;55157:11;55135:34;;:9;:34::i;56725:74::-:0;47356:6;;-1:-1:-1;;;;;47356:6:0;7588:10;47503:23;47495:69;;;;-1:-1:-1;;;47495:69:0;;;;;;;:::i;:::-;56782:6:::1;::::0;;-1:-1:-1;;56772:16:0;::::1;56782:6:::0;;;;::::1;;;56781:7;56772:16:::0;;::::1;;::::0;;56725:74::o;56886:70::-;47356:6;;-1:-1:-1;;;;;47356:6:0;7588:10;47503:23;47495:69;;;;-1:-1:-1;;;47495:69:0;;;;;;;:::i;:::-;56945:6:::1;::::0;;-1:-1:-1;;56935:16:0;::::1;56945:6:::0;;;;::::1;;;56944:7;56935:16:::0;;::::1;;::::0;;56886:70::o;57080:144::-;47356:6;;-1:-1:-1;;;;;47356:6:0;7588:10;47503:23;47495:69;;;;-1:-1:-1;;;47495:69:0;;;;;;;:::i;:::-;57169:39:::1;::::0;57140:21:::1;::::0;57177:10:::1;::::0;57169:39;::::1;;;::::0;57140:21;;57124:13:::1;57169:39:::0;57124:13;57169:39;57140:21;57177:10;57169:39;::::1;;;;;;;;;;;;;::::0;::::1;;;;57508:171:::0;57613:4;51059:42;52199:43;:47;52195:699;;52486:10;-1:-1:-1;;;;;52478:18:0;;;52474:85;;57630:41:::1;57653:4;57659:2;57663:7;57630:22;:41::i;52474:85::-:0;52619:67;;-1:-1:-1;;;52619:67:0;;52668:4;52619:67;;;8478:34:1;52675:10:0;8528:18:1;;;8521:43;51059:42:0;;52619:40;;8413:18:1;;52619:67:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:157;;;;-1:-1:-1;52715:61:0;;-1:-1:-1;;;52715:61:0;;52764:4;52715:61;;;8478:34:1;-1:-1:-1;;;;;8548:15:1;;8528:18;;;8521:43;51059:42:0;;52715:40;;8413:18:1;;52715:61:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;52573:310;;52837:30;;-1:-1:-1;;;52837:30:0;;52856:10;52837:30;;;2027:51:1;2000:18;;52837:30:0;1881:203:1;52573:310:0;57630:41:::1;57653:4;57659:2;57663:7;57630:22;:41::i;56805:76::-:0;47356:6;;-1:-1:-1;;;;;47356:6:0;7588:10;47503:23;47495:69;;;;-1:-1:-1;;;47495:69:0;;;;;;;:::i;:::-;56861:4:::1;:12:::0;56805:76::o;56356:134::-;47356:6;;-1:-1:-1;;;;;47356:6:0;7588:10;47503:23;47495:69;;;;-1:-1:-1;;;47495:69:0;;;;;;;:::i;:::-;56430:26:::1;:35:::0;;::::1;::::0;;::::1;::::0;::::1;-1:-1:-1::0;;56430:35:0;;::::1;::::0;;;::::1;::::0;;56356:134::o;32034:125::-;32098:7;32125:21;32138:7;32125:12;:21::i;:::-;:26;;32034:125;-1:-1:-1;;32034:125:0:o;53882:1035::-;53941:18;53969:13;28616:12;;28406:7;28600:13;:28;;28362:303;53969:13;54023:10;53991:9;54003:31;;;:19;:31;;;;;;54078:9;;53941:42;;-1:-1:-1;54003:31:0;;;;;54078:9;;;54049:25;;;;53941:42;54049:25;:::i;:::-;:38;;;;54041:70;;;;-1:-1:-1;;;54041:70:0;;;;;;;:::i;:::-;54147:18;;;;;;;54126:17;54140:3;54126:11;:17;:::i;:::-;:39;;;;54118:80;;;;-1:-1:-1;;;54118:80:0;;9945:2:1;54118:80:0;;;9927:21:1;9984:2;9964:18;;;9957:30;10023;10003:18;;;9996:58;10071:18;;54118:80:0;9743:352:1;54118:80:0;54213:10;54227:9;54213:23;54205:52;;;;-1:-1:-1;;;54205:52:0;;10302:2:1;54205:52:0;;;10284:21:1;10341:2;10321:18;;;10314:30;-1:-1:-1;;;10360:18:1;;;10353:45;10415:18;;54205:52:0;10100:339:1;54205:52:0;54275:6;;;;;;;54274:7;54266:43;;;;-1:-1:-1;;;54266:43:0;;10646:2:1;54266:43:0;;;10628:21:1;10685:2;10665:18;;;10658:30;10724:25;10704:18;;;10697:53;10767:18;;54266:43:0;10444:347:1;54266:43:0;54334:26;;;;;;;;;54327:33;;;;54324:417;;54402:11;54395:18;;:4;;:18;;;;:::i;:::-;54382:9;:31;;54374:63;;;;-1:-1:-1;;;54374:63:0;;11171:2:1;54374:63:0;;;11153:21:1;11210:2;11190:18;;;11183:30;-1:-1:-1;;;11229:18:1;;;11222:49;11288:18;;54374:63:0;10969:343:1;54374:63:0;54324:417;;;54468:16;54487:17;54501:3;54487:11;:17;:::i;:::-;54531:26;;54468:36;;-1:-1:-1;54531:26:0;;;;;;;54518:39;;;;54515:199;;;54604:26;;54591:39;;54604:26;;;;;54591:10;:39;:::i;:::-;54578:52;;54669:10;54662:17;;:4;;:17;;;;:::i;:::-;54649:9;:30;;54641:62;;;;-1:-1:-1;;;54641:62:0;;11171:2:1;54641:62:0;;;11153:21:1;11210:2;11190:18;;;11183:30;-1:-1:-1;;;11229:18:1;;;11222:49;11288:18;;54641:62:0;10969:343:1;54641:62:0;54456:285;54324:417;54757:35;54767:10;54780:11;54757:35;;:9;:35::i;:::-;54835:17;54849:3;54835:11;:17;:::i;:::-;54821:10;54801:31;;;;:19;:31;;;;;:51;;-1:-1:-1;;54801:51:0;;;;;;;;;;;;-1:-1:-1;;;53882:1035:0:o;29482:206::-;29546:7;-1:-1:-1;;;;;29570:19:0;;29566:60;;29598:28;;-1:-1:-1;;;29598:28:0;;;;;;;;;;;29566:60;-1:-1:-1;;;;;;29652:19:0;;;;;:12;:19;;;;;:27;;;;29482:206::o;47935:103::-;47356:6;;-1:-1:-1;;;;;47356:6:0;7588:10;47503:23;47495:69;;;;-1:-1:-1;;;47495:69:0;;;;;;;:::i;:::-;48000:30:::1;48027:1;48000:18;:30::i;:::-;47935:103::o:0;56508:102::-;47356:6;;-1:-1:-1;;;;;47356:6:0;7588:10;47503:23;47495:69;;;;-1:-1:-1;;;47495:69:0;;;;;;;:::i;:::-;56582:22;;::::1;::::0;:9:::1;::::0;:22:::1;::::0;::::1;::::0;::::1;:::i;32395:104::-:0;32451:13;32484:7;32477:14;;;;;:::i;34005:287::-;7588:10;-1:-1:-1;;;;;34104:24:0;;;34100:54;;34137:17;;-1:-1:-1;;;34137:17:0;;;;;;;;;;;34100:54;7588:10;34167:32;;;;:18;:32;;;;;;;;-1:-1:-1;;;;;34167:42:0;;;;;;;;;;;;:53;;-1:-1:-1;;34167:53:0;;;;;;;;;;34236:48;;540:41:1;;;34167:42:0;;7588:10;34236:48;;513:18:1;34236:48:0;;;;;;;34005:287;;:::o;56962:107::-;47356:6;;-1:-1:-1;;;;;47356:6:0;7588:10;47503:23;47495:69;;;;-1:-1:-1;;;47495:69:0;;;;;;;:::i;:::-;57034:18:::1;:27:::0;;::::1;::::0;;::::1;::::0;::::1;-1:-1:-1::0;;57034:27:0;;::::1;::::0;;;::::1;::::0;;56962:107::o;57687:228::-;57838:4;51059:42;52199:43;:47;52195:699;;52486:10;-1:-1:-1;;;;;52478:18:0;;;52474:85;;57860:47:::1;57883:4;57889:2;57893:7;57902:4;57860:22;:47::i;:::-;52537:7:::0;;52474:85;52619:67;;-1:-1:-1;;;52619:67:0;;52668:4;52619:67;;;8478:34:1;52675:10:0;8528:18:1;;;8521:43;51059:42:0;;52619:40;;8413:18:1;;52619:67:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:157;;;;-1:-1:-1;52715:61:0;;-1:-1:-1;;;52715:61:0;;52764:4;52715:61;;;8478:34:1;-1:-1:-1;;;;;8548:15:1;;8528:18;;;8521:43;51059:42:0;;52715:40;;8413:18:1;;52715:61:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;52573:310;;52837:30;;-1:-1:-1;;;52837:30:0;;52856:10;52837:30;;;2027:51:1;2000:18;;52837:30:0;1881:203:1;52573:310:0;57860:47:::1;57883:4;57889:2;57893:7;57902:4;57860:22;:47::i;:::-;57687:228:::0;;;;;:::o;55853:490::-;55952:13;55993:17;56001:8;55993:7;:17::i;:::-;55977:98;;;;-1:-1:-1;;;55977:98:0;;11719:2:1;55977:98:0;;;11701:21:1;11758:2;11738:18;;;11731:30;11797:34;11777:18;;;11770:62;-1:-1:-1;;;11848:18:1;;;11841:45;11903:19;;55977:98:0;11517:411:1;55977:98:0;56093:6;;;;;;;:15;;56103:5;56093:15;56088:50;;56125:9;56118:16;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;55853:490;;;:::o;56088:50::-;56152:28;56183:10;:8;:10::i;:::-;56152:41;;56238:1;56213:14;56207:28;:32;:130;;;;;;;;;;;;;;;;;56275:14;56291:19;:8;:17;:19::i;:::-;56312:9;56258:64;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;56207:130;56200:137;55853:490;-1:-1:-1;;;55853:490:0:o;55257:473::-;47356:6;;-1:-1:-1;;;;;47356:6:0;7588:10;47503:23;47495:69;;;;-1:-1:-1;;;47495:69:0;;;;;;;:::i;:::-;55357:18:::1;55385:13;28616:12:::0;;28406:7;28600:13;:28;;28362:303;55385:13:::1;55357:42:::0;-1:-1:-1;55407:16:0::1;55428:36;55448:9:::0;55428:36:::1;::::0;::::1;;:::i;:::-;55508:9;::::0;55407:57;;-1:-1:-1;55508:9:0::1;::::0;;::::1;::::0;55479:25:::1;::::0;55407:57;;55479:25;::::1;;:::i;:::-;:38;;55471:70;;;;-1:-1:-1::0;;;55471:70:0::1;;;;;;;:::i;:::-;55554:9;55549:116;55569:20:::0;;::::1;55549:116;;;55611:42;55621:9;;55631:1;55621:12;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;55635:17;55611:42;;:9;:42::i;:::-;55591:3:::0;::::1;::::0;::::1;:::i;:::-;;;;55549:116;;;-1:-1:-1::0;;;;;;55257:473:0:o;53397:23::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;48193:201::-;47356:6;;-1:-1:-1;;;;;47356:6:0;7588:10;47503:23;47495:69;;;;-1:-1:-1;;;47495:69:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;48282:22:0;::::1;48274:73;;;::::0;-1:-1:-1;;;48274:73:0;;14198:2:1;48274:73:0::1;::::0;::::1;14180:21:1::0;14237:2;14217:18;;;14210:30;14276:34;14256:18;;;14249:62;-1:-1:-1;;;14327:18:1;;;14320:36;14373:19;;48274:73:0::1;13996:402:1::0;48274:73:0::1;48358:28;48377:8;48358:18;:28::i;:::-;48193:201:::0;:::o;35715:187::-;35772:4;35836:13;;35826:7;:23;35796:98;;;;-1:-1:-1;;35867:20:0;;;;:11;:20;;;;;:27;-1:-1:-1;;;35867:27:0;;;;35866:28;;35715:187::o;43885:196::-;44000:24;;;;:15;:24;;;;;;:29;;-1:-1:-1;;;;;;44000:29:0;-1:-1:-1;;;;;44000:29:0;;;;;;;;;44045:28;;44000:24;;44045:28;;;;;;;43885:196;;;:::o;34594:170::-;34728:28;34738:4;34744:2;34748:7;34728:9;:28::i;35910:104::-;35979:27;35989:2;35993:8;35979:27;;;;;;;;;;;;:9;:27::i;34835:185::-;34973:39;34990:4;34996:2;35000:7;34973:39;;;;;;;;;;;;:16;:39::i;30863:1109::-;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;30974:7:0;31057:13;;31050:4;:20;31019:886;;;31091:31;31125:17;;;:11;:17;;;;;;;;;31091:51;;;;;;;;;-1:-1:-1;;;;;31091:51:0;;;;-1:-1:-1;;;31091:51:0;;;;;;;;;;;-1:-1:-1;;;31091:51:0;;;;;;;;;;;;;;31161:729;;31211:14;;-1:-1:-1;;;;;31211:28:0;;31207:101;;31275:9;30863:1109;-1:-1:-1;;;30863:1109:0:o;31207:101::-;-1:-1:-1;;;31650:6:0;31695:17;;;;:11;:17;;;;;;;;;31683:29;;;;;;;;;-1:-1:-1;;;;;31683:29:0;;;;;-1:-1:-1;;;31683:29:0;;;;;;;;;;;-1:-1:-1;;;31683:29:0;;;;;;;;;;;;;31743:28;31739:109;;31811:9;30863:1109;-1:-1:-1;;;30863:1109:0:o;31739:109::-;31610:261;;;31072:833;31019:886;31933:31;;-1:-1:-1;;;31933:31:0;;;;;;;;;;;48554:191;48647:6;;;-1:-1:-1;;;;;48664:17:0;;;-1:-1:-1;;;;;;48664:17:0;;;;;;;48697:40;;48647:6;;;48664:17;48647:6;;48697:40;;48628:16;;48697:40;48617:128;48554:191;:::o;35091:369::-;35258:28;35268:4;35274:2;35278:7;35258:9;:28::i;:::-;-1:-1:-1;;;;;35301:13:0;;9250:19;:23;;35301:76;;;;;35321:56;35352:4;35358:2;35362:7;35371:5;35321:30;:56::i;:::-;35320:57;35301:76;35297:156;;;35401:40;;-1:-1:-1;;;35401:40:0;;;;;;;;;;;57232:97;57285:13;57314:9;57307:16;;;;;:::i;5070:723::-;5126:13;5347:5;5356:1;5347:10;5343:53;;-1:-1:-1;;5374:10:0;;;;;;;;;;;;-1:-1:-1;;;5374:10:0;;;;;5070:723::o;5343:53::-;5421:5;5406:12;5462:78;5469:9;;5462:78;;5495:8;;;;:::i;:::-;;-1:-1:-1;5518:10:0;;-1:-1:-1;5526:2:0;5518:10;;:::i;:::-;;;5462:78;;;5550:19;5582:6;5572:17;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;5572:17:0;;5550:39;;5600:154;5607:10;;5600:154;;5634:11;5644:1;5634:11;;:::i;:::-;;-1:-1:-1;5703:10:0;5711:2;5703:5;:10;:::i;:::-;5690:24;;:2;:24;:::i;:::-;5677:39;;5660:6;5667;5660:14;;;;;;;;:::i;:::-;;;;:56;-1:-1:-1;;;;;5660:56:0;;;;;;;;-1:-1:-1;5731:11:0;5740:2;5731:11;;:::i;:::-;;;5600:154;;;5778:6;5070:723;-1:-1:-1;;;;5070:723:0:o;38828:2130::-;38943:35;38981:21;38994:7;38981:12;:21::i;:::-;38943:59;;39041:4;-1:-1:-1;;;;;39019:26:0;:13;:18;;;-1:-1:-1;;;;;39019:26:0;;39015:67;;39054:28;;-1:-1:-1;;;39054:28:0;;;;;;;;;;;39015:67;39095:22;7588:10;-1:-1:-1;;;;;39121:20:0;;;;:73;;-1:-1:-1;39158:36:0;39175:4;7588:10;34363:164;:::i;39158:36::-;39121:126;;;-1:-1:-1;7588:10:0;39211:20;39223:7;39211:11;:20::i;:::-;-1:-1:-1;;;;;39211:36:0;;39121:126;39095:153;;39266:17;39261:66;;39292:35;;-1:-1:-1;;;39292:35:0;;;;;;;;;;;39261:66;-1:-1:-1;;;;;39342:16:0;;39338:52;;39367:23;;-1:-1:-1;;;39367:23:0;;;;;;;;;;;39338:52;39511:35;39528:1;39532:7;39541:4;39511:8;:35::i;:::-;-1:-1:-1;;;;;39842:18:0;;;;;;;:12;:18;;;;;;;;:31;;-1:-1:-1;;39842:31:0;;;;;;;-1:-1:-1;;39842:31:0;;;;;;;39888:16;;;;;;;;;:29;;;;;;;;-1:-1:-1;39888:29:0;;;;;;;;;;;39968:20;;;:11;:20;;;;;;40003:18;;-1:-1:-1;;;;;;40036:49:0;;;;-1:-1:-1;;;40069:15:0;40036:49;;;;;;;;;;40359:11;;40419:24;;;;;40462:13;;39968:20;;40419:24;;40462:13;40458:384;;40672:13;;40657:11;:28;40653:174;;40710:20;;40779:28;;;;40753:54;;-1:-1:-1;;;40753:54:0;-1:-1:-1;;;;;;40753:54:0;;;-1:-1:-1;;;;;40710:20:0;;40753:54;;;;40653:174;39817:1036;;;40889:7;40885:2;-1:-1:-1;;;;;40870:27:0;40879:4;-1:-1:-1;;;;;40870:27:0;;;;;;;;;;;40908:42;57337:163;36377;36500:32;36506:2;36510:8;36520:5;36527:4;36500:5;:32::i;44573:667::-;44757:72;;-1:-1:-1;;;44757:72:0;;44736:4;;-1:-1:-1;;;;;44757:36:0;;;;;:72;;7588:10;;44808:4;;44814:7;;44823:5;;44757:72;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;-1:-1:-1;44757:72:0;;;;;;;;-1:-1:-1;;44757:72:0;;;;;;;;;;;;:::i;:::-;;;44753:480;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44991:6;:13;45008:1;44991:18;44987:235;;45037:40;;-1:-1:-1;;;45037:40:0;;;;;;;;;;;44987:235;45180:6;45174:13;45165:6;45161:2;45157:15;45150:38;44753:480;-1:-1:-1;;;;;;44876:55:0;-1:-1:-1;;;44876:55:0;;-1:-1:-1;44573:667:0;;;;;;:::o;36799:1775::-;36938:20;36961:13;-1:-1:-1;;;;;36989:16:0;;36985:48;;37014:19;;-1:-1:-1;;;37014:19:0;;;;;;;;;;;36985:48;37048:8;37060:1;37048:13;37044:44;;37070:18;;-1:-1:-1;;;37070:18:0;;;;;;;;;;;37044:44;-1:-1:-1;;;;;37439:16:0;;;;;;:12;:16;;;;;;;;:44;;-1:-1:-1;;37498:49:0;;37439:44;;;;;;;;37498:49;;;;-1:-1:-1;;37439:44:0;;;;;;37498:49;;;;;;;;;;;;;;;;37564:25;;;:11;:25;;;;;;:35;;-1:-1:-1;;;;;;37614:66:0;;;;-1:-1:-1;;;37664:15:0;37614:66;;;;;;;;;;37564:25;37761:23;;;37805:4;:23;;;;-1:-1:-1;;;;;;37813:13:0;;9250:19;:23;;37813:15;37801:641;;;37849:314;37880:38;;37905:12;;-1:-1:-1;;;;;37880:38:0;;;37897:1;;37880:38;;37897:1;;37880:38;37946:69;37985:1;37989:2;37993:14;;;;;;38009:5;37946:30;:69::i;:::-;37941:174;;38051:40;;-1:-1:-1;;;38051:40:0;;;;;;;;;;;37941:174;38158:3;38142:12;:19;37849:314;;38244:12;38227:13;;:29;38223:43;;38258:8;;;38223:43;37801:641;;;38307:120;38338:40;;38363:14;;;;;-1:-1:-1;;;;;38338:40:0;;;38355:1;;38338:40;;38355:1;;38338:40;38422:3;38406:12;:19;38307:120;;37801:641;-1:-1:-1;38456:13:0;:28;38506:60;57337:163;-1:-1:-1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;14:131:1;-1:-1:-1;;;;;;88:32:1;;78:43;;68:71;;135:1;132;125:12;150:245;208:6;261:2;249:9;240:7;236:23;232:32;229:52;;;277:1;274;267:12;229:52;316:9;303:23;335:30;359:5;335:30;:::i;592:159::-;659:20;;719:6;708:18;;698:29;;688:57;;741:1;738;731:12;688:57;592:159;;;:::o;756:184::-;814:6;867:2;855:9;846:7;842:23;838:32;835:52;;;883:1;880;873:12;835:52;906:28;924:9;906:28;:::i;945:258::-;1017:1;1027:113;1041:6;1038:1;1035:13;1027:113;;;1117:11;;;1111:18;1098:11;;;1091:39;1063:2;1056:10;1027:113;;;1158:6;1155:1;1152:13;1149:48;;;-1:-1:-1;;1193:1:1;1175:16;;1168:27;945:258::o;1208:::-;1250:3;1288:5;1282:12;1315:6;1310:3;1303:19;1331:63;1387:6;1380:4;1375:3;1371:14;1364:4;1357:5;1353:16;1331:63;:::i;:::-;1448:2;1427:15;-1:-1:-1;;1423:29:1;1414:39;;;;1455:4;1410:50;;1208:258;-1:-1:-1;;1208:258:1:o;1471:220::-;1620:2;1609:9;1602:21;1583:4;1640:45;1681:2;1670:9;1666:18;1658:6;1640:45;:::i;1696:180::-;1755:6;1808:2;1796:9;1787:7;1783:23;1779:32;1776:52;;;1824:1;1821;1814:12;1776:52;-1:-1:-1;1847:23:1;;1696:180;-1:-1:-1;1696:180:1:o;2089:173::-;2157:20;;-1:-1:-1;;;;;2206:31:1;;2196:42;;2186:70;;2252:1;2249;2242:12;2267:254;2335:6;2343;2396:2;2384:9;2375:7;2371:23;2367:32;2364:52;;;2412:1;2409;2402:12;2364:52;2435:29;2454:9;2435:29;:::i;:::-;2425:39;2511:2;2496:18;;;;2483:32;;-1:-1:-1;;;2267:254:1:o;2526:127::-;2587:10;2582:3;2578:20;2575:1;2568:31;2618:4;2615:1;2608:15;2642:4;2639:1;2632:15;2658:632;2723:5;2753:18;2794:2;2786:6;2783:14;2780:40;;;2800:18;;:::i;:::-;2875:2;2869:9;2843:2;2929:15;;-1:-1:-1;;2925:24:1;;;2951:2;2921:33;2917:42;2905:55;;;2975:18;;;2995:22;;;2972:46;2969:72;;;3021:18;;:::i;:::-;3061:10;3057:2;3050:22;3090:6;3081:15;;3120:6;3112;3105:22;3160:3;3151:6;3146:3;3142:16;3139:25;3136:45;;;3177:1;3174;3167:12;3136:45;3227:6;3222:3;3215:4;3207:6;3203:17;3190:44;3282:1;3275:4;3266:6;3258;3254:19;3250:30;3243:41;;;;2658:632;;;;;:::o;3295:451::-;3364:6;3417:2;3405:9;3396:7;3392:23;3388:32;3385:52;;;3433:1;3430;3423:12;3385:52;3473:9;3460:23;3506:18;3498:6;3495:30;3492:50;;;3538:1;3535;3528:12;3492:50;3561:22;;3614:4;3606:13;;3602:27;-1:-1:-1;3592:55:1;;3643:1;3640;3633:12;3592:55;3666:74;3732:7;3727:2;3714:16;3709:2;3705;3701:11;3666:74;:::i;3933:328::-;4010:6;4018;4026;4079:2;4067:9;4058:7;4054:23;4050:32;4047:52;;;4095:1;4092;4085:12;4047:52;4118:29;4137:9;4118:29;:::i;:::-;4108:39;;4166:38;4200:2;4189:9;4185:18;4166:38;:::i;:::-;4156:48;;4251:2;4240:9;4236:18;4223:32;4213:42;;3933:328;;;;;:::o;4266:258::-;4333:6;4341;4394:2;4382:9;4373:7;4369:23;4365:32;4362:52;;;4410:1;4407;4400:12;4362:52;4433:28;4451:9;4433:28;:::i;:::-;4423:38;;4480;4514:2;4503:9;4499:18;4480:38;:::i;:::-;4470:48;;4266:258;;;;;:::o;4529:156::-;4595:20;;4655:4;4644:16;;4634:27;;4624:55;;4675:1;4672;4665:12;4690:182;4747:6;4800:2;4788:9;4779:7;4775:23;4771:32;4768:52;;;4816:1;4813;4806:12;4768:52;4839:27;4856:9;4839:27;:::i;4877:186::-;4936:6;4989:2;4977:9;4968:7;4964:23;4960:32;4957:52;;;5005:1;5002;4995:12;4957:52;5028:29;5047:9;5028:29;:::i;5257:118::-;5343:5;5336:13;5329:21;5322:5;5319:32;5309:60;;5365:1;5362;5355:12;5380:315;5445:6;5453;5506:2;5494:9;5485:7;5481:23;5477:32;5474:52;;;5522:1;5519;5512:12;5474:52;5545:29;5564:9;5545:29;:::i;:::-;5535:39;;5624:2;5613:9;5609:18;5596:32;5637:28;5659:5;5637:28;:::i;:::-;5684:5;5674:15;;;5380:315;;;;;:::o;5700:667::-;5795:6;5803;5811;5819;5872:3;5860:9;5851:7;5847:23;5843:33;5840:53;;;5889:1;5886;5879:12;5840:53;5912:29;5931:9;5912:29;:::i;:::-;5902:39;;5960:38;5994:2;5983:9;5979:18;5960:38;:::i;:::-;5950:48;;6045:2;6034:9;6030:18;6017:32;6007:42;;6100:2;6089:9;6085:18;6072:32;6127:18;6119:6;6116:30;6113:50;;;6159:1;6156;6149:12;6113:50;6182:22;;6235:4;6227:13;;6223:27;-1:-1:-1;6213:55:1;;6264:1;6261;6254:12;6213:55;6287:74;6353:7;6348:2;6335:16;6330:2;6326;6322:11;6287:74;:::i;:::-;6277:84;;;5700:667;;;;;;;:::o;6372:685::-;6465:6;6473;6481;6534:2;6522:9;6513:7;6509:23;6505:32;6502:52;;;6550:1;6547;6540:12;6502:52;6573:27;6590:9;6573:27;:::i;:::-;6563:37;;6651:2;6640:9;6636:18;6623:32;6674:18;6715:2;6707:6;6704:14;6701:34;;;6731:1;6728;6721:12;6701:34;6769:6;6758:9;6754:22;6744:32;;6814:7;6807:4;6803:2;6799:13;6795:27;6785:55;;6836:1;6833;6826:12;6785:55;6876:2;6863:16;6902:2;6894:6;6891:14;6888:34;;;6918:1;6915;6908:12;6888:34;6971:7;6966:2;6956:6;6953:1;6949:14;6945:2;6941:23;6937:32;6934:45;6931:65;;;6992:1;6989;6982:12;6931:65;7023:2;7019;7015:11;7005:21;;7045:6;7035:16;;;;;6372:685;;;;;:::o;7255:260::-;7323:6;7331;7384:2;7372:9;7363:7;7359:23;7355:32;7352:52;;;7400:1;7397;7390:12;7352:52;7423:29;7442:9;7423:29;:::i;7520:356::-;7722:2;7704:21;;;7741:18;;;7734:30;7800:34;7795:2;7780:18;;7773:62;7867:2;7852:18;;7520:356::o;7881:380::-;7960:1;7956:12;;;;8003;;;8024:61;;8078:4;8070:6;8066:17;8056:27;;8024:61;8131:2;8123:6;8120:14;8100:18;8097:38;8094:161;;8177:10;8172:3;8168:20;8165:1;8158:31;8212:4;8209:1;8202:15;8240:4;8237:1;8230:15;8094:161;;7881:380;;;:::o;8575:245::-;8642:6;8695:2;8683:9;8674:7;8670:23;8666:32;8663:52;;;8711:1;8708;8701:12;8663:52;8743:9;8737:16;8762:28;8784:5;8762:28;:::i;8825:127::-;8886:10;8881:3;8877:20;8874:1;8867:31;8917:4;8914:1;8907:15;8941:4;8938:1;8931:15;8957:224;8996:3;9024:6;9057:2;9054:1;9050:10;9087:2;9084:1;9080:10;9118:3;9114:2;9110:12;9105:3;9102:21;9099:47;;;9126:18;;:::i;:::-;9162:13;;8957:224;-1:-1:-1;;;;8957:224:1:o;9186:343::-;9388:2;9370:21;;;9427:2;9407:18;;;9400:30;-1:-1:-1;;;9461:2:1;9446:18;;9439:49;9520:2;9505:18;;9186:343::o;9534:204::-;9572:3;9608:4;9605:1;9601:12;9640:4;9637:1;9633:12;9675:3;9669:4;9665:14;9660:3;9657:23;9654:49;;;9683:18;;:::i;:::-;9719:13;;9534:204;-1:-1:-1;;;9534:204:1:o;10796:168::-;10836:7;10902:1;10898;10894:6;10890:14;10887:1;10884:21;10879:1;10872:9;10865:17;10861:45;10858:71;;;10909:18;;:::i;:::-;-1:-1:-1;10949:9:1;;10796:168::o;11317:195::-;11355:4;11392;11389:1;11385:12;11424:4;11421:1;11417:12;11449:3;11444;11441:12;11438:38;;;11456:18;;:::i;:::-;11493:13;;;11317:195;-1:-1:-1;;;11317:195:1:o;12059:1527::-;12283:3;12321:6;12315:13;12347:4;12360:51;12404:6;12399:3;12394:2;12386:6;12382:15;12360:51;:::i;:::-;12474:13;;12433:16;;;;12496:55;12474:13;12433:16;12518:15;;;12496:55;:::i;:::-;12640:13;;12573:20;;;12613:1;;12700;12722:18;;;;12775;;;;12802:93;;12880:4;12870:8;12866:19;12854:31;;12802:93;12943:2;12933:8;12930:16;12910:18;12907:40;12904:167;;-1:-1:-1;;;12970:33:1;;13026:4;13023:1;13016:15;13056:4;12977:3;13044:17;12904:167;13087:18;13114:110;;;;13238:1;13233:328;;;;13080:481;;13114:110;-1:-1:-1;;13149:24:1;;13135:39;;13194:20;;;;-1:-1:-1;13114:110:1;;13233:328;12006:1;11999:14;;;12043:4;12030:18;;13328:1;13342:169;13356:8;13353:1;13350:15;13342:169;;;13438:14;;13423:13;;;13416:37;13481:16;;;;13373:10;;13342:169;;;13346:3;;13542:8;13535:5;13531:20;13524:27;;13080:481;-1:-1:-1;13577:3:1;;12059:1527;-1:-1:-1;;;;;;;;;;;12059:1527:1:o;13591:128::-;13631:3;13662:1;13658:6;13655:1;13652:13;13649:39;;;13668:18;;:::i;:::-;-1:-1:-1;13704:9:1;;13591:128::o;13724:127::-;13785:10;13780:3;13776:20;13773:1;13766:31;13816:4;13813:1;13806:15;13840:4;13837:1;13830:15;13856:135;13895:3;13916:17;;;13913:43;;13936:18;;:::i;:::-;-1:-1:-1;13983:1:1;13972:13;;13856:135::o;14403:127::-;14464:10;14459:3;14455:20;14452:1;14445:31;14495:4;14492:1;14485:15;14519:4;14516:1;14509:15;14535:120;14575:1;14601;14591:35;;14606:18;;:::i;:::-;-1:-1:-1;14640:9:1;;14535:120::o;14660:125::-;14700:4;14728:1;14725;14722:8;14719:34;;;14733:18;;:::i;:::-;-1:-1:-1;14770:9:1;;14660:125::o;14790:112::-;14822:1;14848;14838:35;;14853:18;;:::i;:::-;-1:-1:-1;14887:9:1;;14790:112::o;14907:489::-;-1:-1:-1;;;;;15176:15:1;;;15158:34;;15228:15;;15223:2;15208:18;;15201:43;15275:2;15260:18;;15253:34;;;15323:3;15318:2;15303:18;;15296:31;;;15101:4;;15344:46;;15370:19;;15362:6;15344:46;:::i;:::-;15336:54;14907:489;-1:-1:-1;;;;;;14907:489:1:o;15401:249::-;15470:6;15523:2;15511:9;15502:7;15498:23;15494:32;15491:52;;;15539:1;15536;15529:12;15491:52;15571:9;15565:16;15590:30;15614:5;15590:30;:::i

Swarm Source

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