ETH Price: $2,393.43 (+0.17%)

Token

DOLOROSA (DOLOR)
 

Overview

Max Total Supply

448 DOLOR

Holders

354

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Balance
1 DOLOR
0x0c70c309536dE9Aa4957cc78483fAeD8B51534C3
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:
Dolorosa

Compiler Version
v0.8.9+commit.e5eed63a

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-07-08
*/

// SPDX-License-Identifier: MIT

/*

▓█████▄  ▒█████   ██▓     ▒█████   ██▀███   ▒█████    ██████  ▄▄▄                     
▒██▀ ██▌▒██▒  ██▒▓██▒    ▒██▒  ██▒▓██ ▒ ██▒▒██▒  ██▒▒██    ▒ ▒████▄                   
░██   █▌▒██░  ██▒▒██░    ▒██░  ██▒▓██ ░▄█ ▒▒██░  ██▒░ ▓██▄   ▒██  ▀█▄                 
░▓█▄   ▌▒██   ██░▒██░    ▒██   ██░▒██▀▀█▄  ▒██   ██░  ▒   ██▒░██▄▄▄▄██                
░▒████▓ ░ ████▓▒░░██████▒░ ████▓▒░░██▓ ▒██▒░ ████▓▒░▒██████▒▒ ▓█   ▓██▒               
 ▒▒▓  ▒ ░ ▒░▒░▒░ ░ ▒░▓  ░░ ▒░▒░▒░ ░ ▒▓ ░▒▓░░ ▒░▒░▒░ ▒ ▒▓▒ ▒ ░ ▒▒   ▓▒█░               
 ░ ▒  ▒   ░ ▒ ▒░ ░ ░ ▒  ░  ░ ▒ ▒░   ░▒ ░ ▒░  ░ ▒ ▒░ ░ ░▒  ░ ░  ▒   ▒▒ ░               
 ░ ░  ░ ░ ░ ░ ▒    ░ ░   ░ ░ ░ ▒    ░░   ░ ░ ░ ░ ▒  ░  ░  ░    ░   ▒                  
   ░        ░ ░      ░  ░    ░ ░     ░         ░ ░        ░        ░  ░               
 ░                                                                                    
                                                                                                                                                                   
                                                                                      
 █     █░▓█████     ▄▄▄       ██▓     ██▓        ▄▄▄▄    ██▓    ▓█████ ▓█████ ▓█████▄ 
▓█░ █ ░█░▓█   ▀    ▒████▄    ▓██▒    ▓██▒       ▓█████▄ ▓██▒    ▓█   ▀ ▓█   ▀ ▒██▀ ██▌
▒█░ █ ░█ ▒███      ▒██  ▀█▄  ▒██░    ▒██░       ▒██▒ ▄██▒██░    ▒███   ▒███   ░██   █▌
░█░ █ ░█ ▒▓█  ▄    ░██▄▄▄▄██ ▒██░    ▒██░       ▒██░█▀  ▒██░    ▒▓█  ▄ ▒▓█  ▄ ░▓█▄   ▌
░░██▒██▓ ░▒████▒    ▓█   ▓██▒░██████▒░██████▒   ░▓█  ▀█▓░██████▒░▒████▒░▒████▒░▒████▓ 
░ ▓░▒ ▒  ░░ ▒░ ░    ▒▒   ▓▒█░░ ▒░▓  ░░ ▒░▓  ░   ░▒▓███▀▒░ ▒░▓  ░░░ ▒░ ░░░ ▒░ ░ ▒▒▓  ▒ 
  ▒ ░ ░   ░ ░  ░     ▒   ▒▒ ░░ ░ ▒  ░░ ░ ▒  ░   ▒░▒   ░ ░ ░ ▒  ░ ░ ░  ░ ░ ░  ░ ░ ▒  ▒ 
  ░   ░     ░        ░   ▒     ░ ░     ░ ░       ░    ░   ░ ░      ░      ░    ░ ░  ░ 
    ░       ░  ░         ░  ░    ░  ░    ░  ░    ░          ░  ░   ░  ░   ░  ░   ░    
                                                      ░                        ░  

*/

// File: @openzeppelin/contracts/security/ReentrancyGuard.sol

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

pragma solidity ^0.8.0;

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

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

    uint256 private _status;

    constructor() {
        _status = _NOT_ENTERED;
    }

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

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

        _;

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

// File: @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/access/Ownable.sol


// OpenZeppelin Contracts v4.4.1 (access/Ownable.sol)

pragma solidity ^0.8.0;


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

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

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

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

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

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

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

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

// File: @openzeppelin/contracts/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: erc721a/contracts/ERC721A.sol


// Creator: Chiru Labs

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 {}
}



pragma solidity >=0.8.9 <0.9.0;


contract Dolorosa is ERC721A, Ownable, ReentrancyGuard {

  using Strings for uint256;

  string public uriPrefix = '';
  string public uriSuffix = '.json';
  
  uint256 public cost;
  uint256 public maxSupply;
  uint256 public maxMintAmountPerWallet;

  bool public paused = true;
  bool public allowlistOver = false;

  mapping(address => uint256) private _walletMints;

  mapping(address => uint256) public allowlist;

  constructor(
    string memory _tokenName,
    string memory _tokenSymbol,
    uint256 _cost,
    uint256 _maxSupply,
    uint256 _maxMintAmountPerWallet,
    string memory _uriPrefix
  ) ERC721A(_tokenName, _tokenSymbol) {
    setCost(_cost);
    maxSupply = _maxSupply;
    setMaxMintAmountPerWallet(_maxMintAmountPerWallet);
    setUriPrefix(_uriPrefix);
    _safeMint(_msgSender(), 1);
  }

  modifier mintCompliance(uint256 _mintAmount) {
    require(_mintAmount > 0 && _mintAmount <= maxMintAmountPerWallet, "Invalid mint amount!");
    require(_walletMints[_msgSender()] + _mintAmount < maxMintAmountPerWallet + 1, "You have already minted");
    require(totalSupply() + _mintAmount <= maxSupply, "Max supply exceeded!");
    _;
  }

  modifier mintPriceCompliance(uint256 _mintAmount) {
    require(msg.value >= cost * _mintAmount, "Insufficient funds!");
    _;
  }

  function mint(uint256 _mintAmount) public payable mintCompliance(_mintAmount) mintPriceCompliance(_mintAmount) {
    require(!paused, "The contract is paused!");
    require(allowlistOver, "Allowlist not over yet!");

    _walletMints[_msgSender()] += _mintAmount;
    _safeMint(_msgSender(), _mintAmount);
  }

   function allowlistMint() external {
    require(!paused, "The contract is paused!");
    require(allowlist[msg.sender] > 0, "Not eligible for allowlist mint");
    require(totalSupply() + allowlist[msg.sender] <= maxSupply, "Max supply exceeded!");
    _safeMint(_msgSender(), allowlist[msg.sender]);
    allowlist[_msgSender()] = 0;
  }

  function walletOfOwner(address _owner) public view returns (uint256[] memory) {
    uint256 ownerTokenCount = balanceOf(_owner);
    uint256[] memory ownedTokenIds = new uint256[](ownerTokenCount);
    uint256 currentTokenId = _startTokenId();
    uint256 ownedTokenIndex = 0;
    address latestOwnerAddress;

    while (ownedTokenIndex < ownerTokenCount && currentTokenId <= maxSupply) {
      TokenOwnership memory ownership = _ownerships[currentTokenId];

      if (!ownership.burned && ownership.addr != address(0)) {
        latestOwnerAddress = ownership.addr;
      }

      if (latestOwnerAddress == _owner) {
        ownedTokenIds[ownedTokenIndex] = currentTokenId;

        ownedTokenIndex++;
      }

      currentTokenId++;
    }

    return ownedTokenIds;
  }

  function _startTokenId() internal view virtual override returns (uint256) {
    return 1;
  }

  function tokenURI(uint256 _tokenId) public view virtual override returns (string memory) {
    require(_exists(_tokenId), "ERC721Metadata: URI query for nonexistent token");

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

  function setCost(uint256 _cost) public onlyOwner {
    cost = _cost;
  }

  function setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet) public onlyOwner {
    maxMintAmountPerWallet = _maxMintAmountPerWallet;
  }

  function seedAllowlist(address[] memory addresses, uint256[] memory numSlots) public onlyOwner{
    require(addresses.length == numSlots.length, "addresses does not match numSlots length");
    for (uint256 i = 0; i < addresses.length; i++) {
      allowlist[addresses[i]] = numSlots[i];
    }
  }

  function setUriPrefix(string memory _uriPrefix) public onlyOwner {
    uriPrefix = _uriPrefix;
  }

  function setUriSuffix(string memory _uriSuffix) public onlyOwner {
    uriSuffix = _uriSuffix;
  }

  function setPaused(bool _state) public onlyOwner {
    paused = _state;
  }

  function setAllowlistOver(bool _state) public onlyOwner {
    allowlistOver = _state;
  }


  function withdraw() public onlyOwner nonReentrant {

    (bool os, ) = payable(owner()).call{value: address(this).balance}('');
    require(os);
  }

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

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"string","name":"_tokenName","type":"string"},{"internalType":"string","name":"_tokenSymbol","type":"string"},{"internalType":"uint256","name":"_cost","type":"uint256"},{"internalType":"uint256","name":"_maxSupply","type":"uint256"},{"internalType":"uint256","name":"_maxMintAmountPerWallet","type":"uint256"},{"internalType":"string","name":"_uriPrefix","type":"string"}],"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":[],"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":"address","name":"","type":"address"}],"name":"allowlist","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"allowlistMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"allowlistOver","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","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":[{"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":"maxMintAmountPerWallet","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_mintAmount","type":"uint256"}],"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":[{"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":"addresses","type":"address[]"},{"internalType":"uint256[]","name":"numSlots","type":"uint256[]"}],"name":"seedAllowlist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_state","type":"bool"}],"name":"setAllowlistOver","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":"uint256","name":"_maxMintAmountPerWallet","type":"uint256"}],"name":"setMaxMintAmountPerWallet","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_state","type":"bool"}],"name":"setPaused","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_uriPrefix","type":"string"}],"name":"setUriPrefix","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_uriSuffix","type":"string"}],"name":"setUriSuffix","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":"uriPrefix","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"uriSuffix","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"walletOfOwner","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]

60a06040819052600060808190526200001b91600a9162000578565b5060408051808201909152600580825264173539b7b760d91b60209092019182526200004a91600b9162000578565b50600f805461ffff191660011790553480156200006657600080fd5b5060405162002d0938038062002d098339810160408190526200008991620006f4565b855186908690620000a290600290602085019062000578565b508051620000b890600390602084019062000578565b5050600160005550620000cb336200010f565b6001600955620000db8462000161565b600d839055620000eb82620001b5565b620000f68162000205565b6200010333600162000269565b50505050505062000867565b600880546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b6008546001600160a01b03163314620001b05760405162461bcd60e51b8152602060048201819052602482015260008051602062002cc983398151915260448201526064015b60405180910390fd5b600c55565b6008546001600160a01b03163314620002005760405162461bcd60e51b8152602060048201819052602482015260008051602062002cc98339815191526044820152606401620001a7565b600e55565b6008546001600160a01b03163314620002505760405162461bcd60e51b8152602060048201819052602482015260008051602062002cc98339815191526044820152606401620001a7565b80516200026590600a90602084019062000578565b5050565b620002658282604051806020016040528060008152506200028b60201b60201c565b6200029a83838360016200029f565b505050565b6000546001600160a01b038516620002c957604051622e076360e81b815260040160405180910390fd5b83620002e85760405163b562e8dd60e01b815260040160405180910390fd5b6001600160a01b038516600081815260056020908152604080832080546001600160801b031981166001600160401b038083168c018116918217680100000000000000006001600160401b031990941690921783900481168c01811690920217909155858452600490925290912080546001600160e01b031916909217600160a01b429092169190910217905580808501838015620003a15750620003a1876001600160a01b03166200046860201b620014541760201c565b1562000421575b60405182906001600160a01b0389169060009060008051602062002ce9833981519152908290a46001820191620003e59060009089908862000477565b62000403576040516368d2bf6b60e11b815260040160405180910390fd5b80821415620003a85782600054146200041b57600080fd5b62000457565b5b6040516001830192906001600160a01b0389169060009060008051602062002ce9833981519152908290a48082141562000422575b506000555050505050565b50505050565b6001600160a01b03163b151590565b604051630a85bd0160e11b81526000906001600160a01b0385169063150b7a0290620004ae903390899088908890600401620007a1565b602060405180830381600087803b158015620004c957600080fd5b505af1925050508015620004fc575060408051601f3d908101601f19168201909252620004f991810190620007f7565b60015b6200055b573d8080156200052d576040519150601f19603f3d011682016040523d82523d6000602084013e62000532565b606091505b50805162000553576040516368d2bf6b60e11b815260040160405180910390fd5b805181602001fd5b6001600160e01b031916630a85bd0160e11b149050949350505050565b82805462000586906200082a565b90600052602060002090601f016020900481019282620005aa5760008555620005f5565b82601f10620005c557805160ff1916838001178555620005f5565b82800160010185558215620005f5579182015b82811115620005f5578251825591602001919060010190620005d8565b506200060392915062000607565b5090565b5b8082111562000603576000815560010162000608565b634e487b7160e01b600052604160045260246000fd5b60005b838110156200065157818101518382015260200162000637565b83811115620004625750506000910152565b600082601f8301126200067557600080fd5b81516001600160401b03808211156200069257620006926200061e565b604051601f8301601f19908116603f01168101908282118183101715620006bd57620006bd6200061e565b81604052838152866020858801011115620006d757600080fd5b620006ea84602083016020890162000634565b9695505050505050565b60008060008060008060c087890312156200070e57600080fd5b86516001600160401b03808211156200072657600080fd5b620007348a838b0162000663565b975060208901519150808211156200074b57600080fd5b620007598a838b0162000663565b965060408901519550606089015194506080890151935060a08901519150808211156200078557600080fd5b506200079489828a0162000663565b9150509295509295509295565b600060018060a01b038087168352808616602084015250836040830152608060608301528251806080840152620007e08160a085016020870162000634565b601f01601f19169190910160a00195945050505050565b6000602082840312156200080a57600080fd5b81516001600160e01b0319811681146200082357600080fd5b9392505050565b600181811c908216806200083f57607f821691505b602082108114156200086157634e487b7160e01b600052602260045260246000fd5b50919050565b61245280620008776000396000f3fe60806040526004361061020f5760003560e01c80636352211e11610118578063a7cd52cb116100a0578063c87b56dd1161006f578063c87b56dd146105df578063d5abeb01146105ff578063d86d416c14610615578063e985e9c514610634578063f2fde38b1461067d57600080fd5b8063a7cd52cb1461055c578063b05863d514610589578063b88d4fde146105a9578063bc951b91146105c957600080fd5b80637ec4a659116100e75780637ec4a659146104d65780638da5cb5b146104f657806395d89b4114610514578063a0712d6814610529578063a22cb4651461053c57600080fd5b80636352211e1461046157806370a0823114610481578063715018a6146104a1578063766b7d09146104b657600080fd5b806323b872dd1161019b578063438b63001161016a578063438b6300146103d057806344a0d68a146103fd5780635503a0e81461041d5780635c975abb1461043257806362b99ad41461044c57600080fd5b806323b872dd146103665780633ccfd60b1461038657806341fbddbd1461039b57806342842e0e146103b057600080fd5b806313faede6116101e257806313faede6146102c557806316ba10e0146102e957806316c38b3c1461030957806318160ddd146103295780632185fd801461034657600080fd5b806301ffc9a71461021457806306fdde0314610249578063081812fc1461026b578063095ea7b3146102a3575b600080fd5b34801561022057600080fd5b5061023461022f366004611d04565b61069d565b60405190151581526020015b60405180910390f35b34801561025557600080fd5b5061025e6106ef565b6040516102409190611d79565b34801561027757600080fd5b5061028b610286366004611d8c565b610781565b6040516001600160a01b039091168152602001610240565b3480156102af57600080fd5b506102c36102be366004611dc1565b6107c5565b005b3480156102d157600080fd5b506102db600c5481565b604051908152602001610240565b3480156102f557600080fd5b506102c3610304366004611e88565b610853565b34801561031557600080fd5b506102c3610324366004611ee0565b61089d565b34801561033557600080fd5b5060015460005403600019016102db565b34801561035257600080fd5b506102c3610361366004611ee0565b6108da565b34801561037257600080fd5b506102c3610381366004611efb565b61091e565b34801561039257600080fd5b506102c3610929565b3480156103a757600080fd5b506102c3610a24565b3480156103bc57600080fd5b506102c36103cb366004611efb565b610b6d565b3480156103dc57600080fd5b506103f06103eb366004611f37565b610b88565b6040516102409190611f52565b34801561040957600080fd5b506102c3610418366004611d8c565b610ccf565b34801561042957600080fd5b5061025e610cfe565b34801561043e57600080fd5b50600f546102349060ff1681565b34801561045857600080fd5b5061025e610d8c565b34801561046d57600080fd5b5061028b61047c366004611d8c565b610d99565b34801561048d57600080fd5b506102db61049c366004611f37565b610dab565b3480156104ad57600080fd5b506102c3610df9565b3480156104c257600080fd5b506102c36104d1366004611d8c565b610e2f565b3480156104e257600080fd5b506102c36104f1366004611e88565b610e5e565b34801561050257600080fd5b506008546001600160a01b031661028b565b34801561052057600080fd5b5061025e610e9b565b6102c3610537366004611d8c565b610eaa565b34801561054857600080fd5b506102c3610557366004611f96565b6110fd565b34801561056857600080fd5b506102db610577366004611f37565b60116020526000908152604090205481565b34801561059557600080fd5b506102c36105a4366004612057565b611193565b3480156105b557600080fd5b506102c36105c4366004612116565b61129a565b3480156105d557600080fd5b506102db600e5481565b3480156105eb57600080fd5b5061025e6105fa366004611d8c565b6112eb565b34801561060b57600080fd5b506102db600d5481565b34801561062157600080fd5b50600f5461023490610100900460ff1681565b34801561064057600080fd5b5061023461064f366004612191565b6001600160a01b03918216600090815260076020908152604080832093909416825291909152205460ff1690565b34801561068957600080fd5b506102c3610698366004611f37565b6113b9565b60006001600160e01b031982166380ac58cd60e01b14806106ce57506001600160e01b03198216635b5e139f60e01b145b806106e957506301ffc9a760e01b6001600160e01b03198316145b92915050565b6060600280546106fe906121bb565b80601f016020809104026020016040519081016040528092919081815260200182805461072a906121bb565b80156107775780601f1061074c57610100808354040283529160200191610777565b820191906000526020600020905b81548152906001019060200180831161075a57829003601f168201915b5050505050905090565b600061078c82611463565b6107a9576040516333d1c03960e21b815260040160405180910390fd5b506000908152600660205260409020546001600160a01b031690565b60006107d082610d99565b9050806001600160a01b0316836001600160a01b031614156108055760405163250fdee360e21b815260040160405180910390fd5b336001600160a01b038216148015906108255750610823813361064f565b155b15610843576040516367d9dca160e11b815260040160405180910390fd5b61084e83838361149c565b505050565b6008546001600160a01b031633146108865760405162461bcd60e51b815260040161087d906121f6565b60405180910390fd5b805161089990600b906020840190611c55565b5050565b6008546001600160a01b031633146108c75760405162461bcd60e51b815260040161087d906121f6565b600f805460ff1916911515919091179055565b6008546001600160a01b031633146109045760405162461bcd60e51b815260040161087d906121f6565b600f80549115156101000261ff0019909216919091179055565b61084e8383836114f8565b6008546001600160a01b031633146109535760405162461bcd60e51b815260040161087d906121f6565b600260095414156109a65760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015260640161087d565b600260095560006109bf6008546001600160a01b031690565b6001600160a01b03164760405160006040518083038185875af1925050503d8060008114610a09576040519150601f19603f3d011682016040523d82523d6000602084013e610a0e565b606091505b5050905080610a1c57600080fd5b506001600955565b600f5460ff1615610a715760405162461bcd60e51b815260206004820152601760248201527654686520636f6e7472616374206973207061757365642160481b604482015260640161087d565b33600090815260116020526040902054610acd5760405162461bcd60e51b815260206004820152601f60248201527f4e6f7420656c696769626c6520666f7220616c6c6f776c697374206d696e7400604482015260640161087d565b600d5433600090815260116020526040902054610af36001546000546000199190030190565b610afd9190612241565b1115610b425760405162461bcd60e51b81526020600482015260146024820152734d617820737570706c792065786365656465642160601b604482015260640161087d565b610b5b33336000908152601160205260409020546116e6565b33600090815260116020526040812055565b61084e8383836040518060200160405280600081525061129a565b60606000610b9583610dab565b90506000816001600160401b03811115610bb157610bb1611deb565b604051908082528060200260200182016040528015610bda578160200160208202803683370190505b50905060016000805b8482108015610bf45750600d548311155b15610cc457600083815260046020908152604091829020825160608101845290546001600160a01b0381168252600160a01b81046001600160401b031692820192909252600160e01b90910460ff161580159282018390529091610c61575080516001600160a01b031615155b15610c6b57805191505b876001600160a01b0316826001600160a01b03161415610cb15783858481518110610c9857610c98612259565b602090810291909101015282610cad8161226f565b9350505b83610cbb8161226f565b94505050610be3565b509195945050505050565b6008546001600160a01b03163314610cf95760405162461bcd60e51b815260040161087d906121f6565b600c55565b600b8054610d0b906121bb565b80601f0160208091040260200160405190810160405280929190818152602001828054610d37906121bb565b8015610d845780601f10610d5957610100808354040283529160200191610d84565b820191906000526020600020905b815481529060010190602001808311610d6757829003601f168201915b505050505081565b600a8054610d0b906121bb565b6000610da482611700565b5192915050565b60006001600160a01b038216610dd4576040516323d3ad8160e21b815260040160405180910390fd5b506001600160a01b03166000908152600560205260409020546001600160401b031690565b6008546001600160a01b03163314610e235760405162461bcd60e51b815260040161087d906121f6565b610e2d6000611827565b565b6008546001600160a01b03163314610e595760405162461bcd60e51b815260040161087d906121f6565b600e55565b6008546001600160a01b03163314610e885760405162461bcd60e51b815260040161087d906121f6565b805161089990600a906020840190611c55565b6060600380546106fe906121bb565b80600081118015610ebd5750600e548111155b610f005760405162461bcd60e51b8152602060048201526014602482015273496e76616c6964206d696e7420616d6f756e742160601b604482015260640161087d565b600e54610f0e906001612241565b33600090815260106020526040902054610f29908390612241565b10610f765760405162461bcd60e51b815260206004820152601760248201527f596f75206861766520616c7265616479206d696e746564000000000000000000604482015260640161087d565b600d546001546000548391900360001901610f919190612241565b1115610fd65760405162461bcd60e51b81526020600482015260146024820152734d617820737570706c792065786365656465642160601b604482015260640161087d565b8180600c54610fe5919061228a565b34101561102a5760405162461bcd60e51b8152602060048201526013602482015272496e73756666696369656e742066756e64732160681b604482015260640161087d565b600f5460ff16156110775760405162461bcd60e51b815260206004820152601760248201527654686520636f6e7472616374206973207061757365642160481b604482015260640161087d565b600f54610100900460ff166110ce5760405162461bcd60e51b815260206004820152601760248201527f416c6c6f776c697374206e6f74206f7665722079657421000000000000000000604482015260640161087d565b33600090815260106020526040812080548592906110ed908490612241565b9091555061084e905033846116e6565b6001600160a01b0382163314156111275760405163b06307db60e01b815260040160405180910390fd5b3360008181526007602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b6008546001600160a01b031633146111bd5760405162461bcd60e51b815260040161087d906121f6565b805182511461121f5760405162461bcd60e51b815260206004820152602860248201527f61646472657373657320646f6573206e6f74206d61746368206e756d536c6f746044820152670e640d8cadccee8d60c31b606482015260840161087d565b60005b825181101561084e5781818151811061123d5761123d612259565b60200260200101516011600085848151811061125b5761125b612259565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020016000208190555080806112929061226f565b915050611222565b6112a58484846114f8565b6001600160a01b0383163b151580156112c757506112c584848484611879565b155b156112e5576040516368d2bf6b60e11b815260040160405180910390fd5b50505050565b60606112f682611463565b61135a5760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b606482015260840161087d565b6000611364611971565b9050600081511161138457604051806020016040528060008152506113b2565b8061138e84611980565b600b6040516020016113a2939291906122a9565b6040516020818303038152906040525b9392505050565b6008546001600160a01b031633146113e35760405162461bcd60e51b815260040161087d906121f6565b6001600160a01b0381166114485760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161087d565b61145181611827565b50565b6001600160a01b03163b151590565b600081600111158015611477575060005482105b80156106e9575050600090815260046020526040902054600160e01b900460ff161590565b60008281526006602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b600061150382611700565b9050836001600160a01b031681600001516001600160a01b03161461153a5760405162a1148160e81b815260040160405180910390fd5b6000336001600160a01b03861614806115585750611558853361064f565b8061157357503361156884610781565b6001600160a01b0316145b90508061159357604051632ce44b5f60e11b815260040160405180910390fd5b6001600160a01b0384166115ba57604051633a954ecd60e21b815260040160405180910390fd5b6115c66000848761149c565b6001600160a01b038581166000908152600560209081526040808320805467ffffffffffffffff198082166001600160401b0392831660001901831617909255898616808652838620805493841693831660019081018416949094179055898652600490945282852080546001600160e01b031916909417600160a01b4290921691909102178355870180845292208054919390911661169a57600054821461169a57805460208601516001600160401b0316600160a01b026001600160e01b03199091166001600160a01b038a16171781555b50505082846001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45b5050505050565b610899828260405180602001604052806000815250611a7d565b60408051606081018252600080825260208201819052918101919091528180600111158015611730575060005481105b1561180e57600081815260046020908152604091829020825160608101845290546001600160a01b0381168252600160a01b81046001600160401b031692820192909252600160e01b90910460ff1615159181018290529061180c5780516001600160a01b0316156117a3579392505050565b5060001901600081815260046020908152604091829020825160608101845290546001600160a01b038116808352600160a01b82046001600160401b031693830193909352600160e01b900460ff1615159281019290925215611807579392505050565b6117a3565b505b604051636f96cda160e11b815260040160405180910390fd5b600880546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b604051630a85bd0160e11b81526000906001600160a01b0385169063150b7a02906118ae90339089908890889060040161236d565b602060405180830381600087803b1580156118c857600080fd5b505af19250505080156118f8575060408051601f3d908101601f191682019092526118f5918101906123aa565b60015b611953573d808015611926576040519150601f19603f3d011682016040523d82523d6000602084013e61192b565b606091505b50805161194b576040516368d2bf6b60e11b815260040160405180910390fd5b805181602001fd5b6001600160e01b031916630a85bd0160e11b1490505b949350505050565b6060600a80546106fe906121bb565b6060816119a45750506040805180820190915260018152600360fc1b602082015290565b8160005b81156119ce57806119b88161226f565b91506119c79050600a836123dd565b91506119a8565b6000816001600160401b038111156119e8576119e8611deb565b6040519080825280601f01601f191660200182016040528015611a12576020820181803683370190505b5090505b841561196957611a276001836123f1565b9150611a34600a86612408565b611a3f906030612241565b60f81b818381518110611a5457611a54612259565b60200101906001600160f81b031916908160001a905350611a76600a866123dd565b9450611a16565b61084e83838360016000546001600160a01b038516611aae57604051622e076360e81b815260040160405180910390fd5b83611acc5760405163b562e8dd60e01b815260040160405180910390fd5b6001600160a01b038516600081815260056020908152604080832080546fffffffffffffffffffffffffffffffff1981166001600160401b038083168c0181169182176801000000000000000067ffffffffffffffff1990941690921783900481168c01811690920217909155858452600490925290912080546001600160e01b031916909217600160a01b429092169190910217905580808501838015611b7d57506001600160a01b0387163b15155b15611c06575b60405182906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a4611bce6000888480600101955088611879565b611beb576040516368d2bf6b60e11b815260040160405180910390fd5b80821415611b83578260005414611c0157600080fd5b611c4c565b5b6040516001830192906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a480821415611c07575b506000556116df565b828054611c61906121bb565b90600052602060002090601f016020900481019282611c835760008555611cc9565b82601f10611c9c57805160ff1916838001178555611cc9565b82800160010185558215611cc9579182015b82811115611cc9578251825591602001919060010190611cae565b50611cd5929150611cd9565b5090565b5b80821115611cd55760008155600101611cda565b6001600160e01b03198116811461145157600080fd5b600060208284031215611d1657600080fd5b81356113b281611cee565b60005b83811015611d3c578181015183820152602001611d24565b838111156112e55750506000910152565b60008151808452611d65816020860160208601611d21565b601f01601f19169290920160200192915050565b6020815260006113b26020830184611d4d565b600060208284031215611d9e57600080fd5b5035919050565b80356001600160a01b0381168114611dbc57600080fd5b919050565b60008060408385031215611dd457600080fd5b611ddd83611da5565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715611e2957611e29611deb565b604052919050565b60006001600160401b03831115611e4a57611e4a611deb565b611e5d601f8401601f1916602001611e01565b9050828152838383011115611e7157600080fd5b828260208301376000602084830101529392505050565b600060208284031215611e9a57600080fd5b81356001600160401b03811115611eb057600080fd5b8201601f81018413611ec157600080fd5b61196984823560208401611e31565b80358015158114611dbc57600080fd5b600060208284031215611ef257600080fd5b6113b282611ed0565b600080600060608486031215611f1057600080fd5b611f1984611da5565b9250611f2760208501611da5565b9150604084013590509250925092565b600060208284031215611f4957600080fd5b6113b282611da5565b6020808252825182820181905260009190848201906040850190845b81811015611f8a57835183529284019291840191600101611f6e565b50909695505050505050565b60008060408385031215611fa957600080fd5b611fb283611da5565b9150611fc060208401611ed0565b90509250929050565b60006001600160401b03821115611fe257611fe2611deb565b5060051b60200190565b600082601f830112611ffd57600080fd5b8135602061201261200d83611fc9565b611e01565b82815260059290921b8401810191818101908684111561203157600080fd5b8286015b8481101561204c5780358352918301918301612035565b509695505050505050565b6000806040838503121561206a57600080fd5b82356001600160401b038082111561208157600080fd5b818501915085601f83011261209557600080fd5b813560206120a561200d83611fc9565b82815260059290921b840181019181810190898411156120c457600080fd5b948201945b838610156120e9576120da86611da5565b825294820194908201906120c9565b965050860135925050808211156120ff57600080fd5b5061210c85828601611fec565b9150509250929050565b6000806000806080858703121561212c57600080fd5b61213585611da5565b935061214360208601611da5565b92506040850135915060608501356001600160401b0381111561216557600080fd5b8501601f8101871361217657600080fd5b61218587823560208401611e31565b91505092959194509250565b600080604083850312156121a457600080fd5b6121ad83611da5565b9150611fc060208401611da5565b600181811c908216806121cf57607f821691505b602082108114156121f057634e487b7160e01b600052602260045260246000fd5b50919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b600082198211156122545761225461222b565b500190565b634e487b7160e01b600052603260045260246000fd5b60006000198214156122835761228361222b565b5060010190565b60008160001904831182151516156122a4576122a461222b565b500290565b6000845160206122bc8285838a01611d21565b8551918401916122cf8184848a01611d21565b8554920191600090600181811c90808316806122ec57607f831692505b85831081141561230a57634e487b7160e01b85526022600452602485fd5b80801561231e576001811461232f5761235c565b60ff1985168852838801955061235c565b60008b81526020902060005b858110156123545781548a82015290840190880161233b565b505083880195505b50939b9a5050505050505050505050565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906123a090830184611d4d565b9695505050505050565b6000602082840312156123bc57600080fd5b81516113b281611cee565b634e487b7160e01b600052601260045260246000fd5b6000826123ec576123ec6123c7565b500490565b6000828210156124035761240361222b565b500390565b600082612417576124176123c7565b50069056fea26469706673582212204deced7d42eb5097942799fe21aaeecfdfd22e798b3db144ee7b90937b70b3ae64736f6c634300080900334f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000002e2f6e5e14800000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000001400000000000000000000000000000000000000000000000000000000000000008444f4c4f524f53410000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005444f4c4f520000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000043697066733a2f2f62616679626569686d776f6c756e366e75356f776974676376356f636b71706a626536686937326e6b6e6b3436646c62357367686763626f65356d2f0000000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x60806040526004361061020f5760003560e01c80636352211e11610118578063a7cd52cb116100a0578063c87b56dd1161006f578063c87b56dd146105df578063d5abeb01146105ff578063d86d416c14610615578063e985e9c514610634578063f2fde38b1461067d57600080fd5b8063a7cd52cb1461055c578063b05863d514610589578063b88d4fde146105a9578063bc951b91146105c957600080fd5b80637ec4a659116100e75780637ec4a659146104d65780638da5cb5b146104f657806395d89b4114610514578063a0712d6814610529578063a22cb4651461053c57600080fd5b80636352211e1461046157806370a0823114610481578063715018a6146104a1578063766b7d09146104b657600080fd5b806323b872dd1161019b578063438b63001161016a578063438b6300146103d057806344a0d68a146103fd5780635503a0e81461041d5780635c975abb1461043257806362b99ad41461044c57600080fd5b806323b872dd146103665780633ccfd60b1461038657806341fbddbd1461039b57806342842e0e146103b057600080fd5b806313faede6116101e257806313faede6146102c557806316ba10e0146102e957806316c38b3c1461030957806318160ddd146103295780632185fd801461034657600080fd5b806301ffc9a71461021457806306fdde0314610249578063081812fc1461026b578063095ea7b3146102a3575b600080fd5b34801561022057600080fd5b5061023461022f366004611d04565b61069d565b60405190151581526020015b60405180910390f35b34801561025557600080fd5b5061025e6106ef565b6040516102409190611d79565b34801561027757600080fd5b5061028b610286366004611d8c565b610781565b6040516001600160a01b039091168152602001610240565b3480156102af57600080fd5b506102c36102be366004611dc1565b6107c5565b005b3480156102d157600080fd5b506102db600c5481565b604051908152602001610240565b3480156102f557600080fd5b506102c3610304366004611e88565b610853565b34801561031557600080fd5b506102c3610324366004611ee0565b61089d565b34801561033557600080fd5b5060015460005403600019016102db565b34801561035257600080fd5b506102c3610361366004611ee0565b6108da565b34801561037257600080fd5b506102c3610381366004611efb565b61091e565b34801561039257600080fd5b506102c3610929565b3480156103a757600080fd5b506102c3610a24565b3480156103bc57600080fd5b506102c36103cb366004611efb565b610b6d565b3480156103dc57600080fd5b506103f06103eb366004611f37565b610b88565b6040516102409190611f52565b34801561040957600080fd5b506102c3610418366004611d8c565b610ccf565b34801561042957600080fd5b5061025e610cfe565b34801561043e57600080fd5b50600f546102349060ff1681565b34801561045857600080fd5b5061025e610d8c565b34801561046d57600080fd5b5061028b61047c366004611d8c565b610d99565b34801561048d57600080fd5b506102db61049c366004611f37565b610dab565b3480156104ad57600080fd5b506102c3610df9565b3480156104c257600080fd5b506102c36104d1366004611d8c565b610e2f565b3480156104e257600080fd5b506102c36104f1366004611e88565b610e5e565b34801561050257600080fd5b506008546001600160a01b031661028b565b34801561052057600080fd5b5061025e610e9b565b6102c3610537366004611d8c565b610eaa565b34801561054857600080fd5b506102c3610557366004611f96565b6110fd565b34801561056857600080fd5b506102db610577366004611f37565b60116020526000908152604090205481565b34801561059557600080fd5b506102c36105a4366004612057565b611193565b3480156105b557600080fd5b506102c36105c4366004612116565b61129a565b3480156105d557600080fd5b506102db600e5481565b3480156105eb57600080fd5b5061025e6105fa366004611d8c565b6112eb565b34801561060b57600080fd5b506102db600d5481565b34801561062157600080fd5b50600f5461023490610100900460ff1681565b34801561064057600080fd5b5061023461064f366004612191565b6001600160a01b03918216600090815260076020908152604080832093909416825291909152205460ff1690565b34801561068957600080fd5b506102c3610698366004611f37565b6113b9565b60006001600160e01b031982166380ac58cd60e01b14806106ce57506001600160e01b03198216635b5e139f60e01b145b806106e957506301ffc9a760e01b6001600160e01b03198316145b92915050565b6060600280546106fe906121bb565b80601f016020809104026020016040519081016040528092919081815260200182805461072a906121bb565b80156107775780601f1061074c57610100808354040283529160200191610777565b820191906000526020600020905b81548152906001019060200180831161075a57829003601f168201915b5050505050905090565b600061078c82611463565b6107a9576040516333d1c03960e21b815260040160405180910390fd5b506000908152600660205260409020546001600160a01b031690565b60006107d082610d99565b9050806001600160a01b0316836001600160a01b031614156108055760405163250fdee360e21b815260040160405180910390fd5b336001600160a01b038216148015906108255750610823813361064f565b155b15610843576040516367d9dca160e11b815260040160405180910390fd5b61084e83838361149c565b505050565b6008546001600160a01b031633146108865760405162461bcd60e51b815260040161087d906121f6565b60405180910390fd5b805161089990600b906020840190611c55565b5050565b6008546001600160a01b031633146108c75760405162461bcd60e51b815260040161087d906121f6565b600f805460ff1916911515919091179055565b6008546001600160a01b031633146109045760405162461bcd60e51b815260040161087d906121f6565b600f80549115156101000261ff0019909216919091179055565b61084e8383836114f8565b6008546001600160a01b031633146109535760405162461bcd60e51b815260040161087d906121f6565b600260095414156109a65760405162461bcd60e51b815260206004820152601f60248201527f5265656e7472616e637947756172643a207265656e7472616e742063616c6c00604482015260640161087d565b600260095560006109bf6008546001600160a01b031690565b6001600160a01b03164760405160006040518083038185875af1925050503d8060008114610a09576040519150601f19603f3d011682016040523d82523d6000602084013e610a0e565b606091505b5050905080610a1c57600080fd5b506001600955565b600f5460ff1615610a715760405162461bcd60e51b815260206004820152601760248201527654686520636f6e7472616374206973207061757365642160481b604482015260640161087d565b33600090815260116020526040902054610acd5760405162461bcd60e51b815260206004820152601f60248201527f4e6f7420656c696769626c6520666f7220616c6c6f776c697374206d696e7400604482015260640161087d565b600d5433600090815260116020526040902054610af36001546000546000199190030190565b610afd9190612241565b1115610b425760405162461bcd60e51b81526020600482015260146024820152734d617820737570706c792065786365656465642160601b604482015260640161087d565b610b5b33336000908152601160205260409020546116e6565b33600090815260116020526040812055565b61084e8383836040518060200160405280600081525061129a565b60606000610b9583610dab565b90506000816001600160401b03811115610bb157610bb1611deb565b604051908082528060200260200182016040528015610bda578160200160208202803683370190505b50905060016000805b8482108015610bf45750600d548311155b15610cc457600083815260046020908152604091829020825160608101845290546001600160a01b0381168252600160a01b81046001600160401b031692820192909252600160e01b90910460ff161580159282018390529091610c61575080516001600160a01b031615155b15610c6b57805191505b876001600160a01b0316826001600160a01b03161415610cb15783858481518110610c9857610c98612259565b602090810291909101015282610cad8161226f565b9350505b83610cbb8161226f565b94505050610be3565b509195945050505050565b6008546001600160a01b03163314610cf95760405162461bcd60e51b815260040161087d906121f6565b600c55565b600b8054610d0b906121bb565b80601f0160208091040260200160405190810160405280929190818152602001828054610d37906121bb565b8015610d845780601f10610d5957610100808354040283529160200191610d84565b820191906000526020600020905b815481529060010190602001808311610d6757829003601f168201915b505050505081565b600a8054610d0b906121bb565b6000610da482611700565b5192915050565b60006001600160a01b038216610dd4576040516323d3ad8160e21b815260040160405180910390fd5b506001600160a01b03166000908152600560205260409020546001600160401b031690565b6008546001600160a01b03163314610e235760405162461bcd60e51b815260040161087d906121f6565b610e2d6000611827565b565b6008546001600160a01b03163314610e595760405162461bcd60e51b815260040161087d906121f6565b600e55565b6008546001600160a01b03163314610e885760405162461bcd60e51b815260040161087d906121f6565b805161089990600a906020840190611c55565b6060600380546106fe906121bb565b80600081118015610ebd5750600e548111155b610f005760405162461bcd60e51b8152602060048201526014602482015273496e76616c6964206d696e7420616d6f756e742160601b604482015260640161087d565b600e54610f0e906001612241565b33600090815260106020526040902054610f29908390612241565b10610f765760405162461bcd60e51b815260206004820152601760248201527f596f75206861766520616c7265616479206d696e746564000000000000000000604482015260640161087d565b600d546001546000548391900360001901610f919190612241565b1115610fd65760405162461bcd60e51b81526020600482015260146024820152734d617820737570706c792065786365656465642160601b604482015260640161087d565b8180600c54610fe5919061228a565b34101561102a5760405162461bcd60e51b8152602060048201526013602482015272496e73756666696369656e742066756e64732160681b604482015260640161087d565b600f5460ff16156110775760405162461bcd60e51b815260206004820152601760248201527654686520636f6e7472616374206973207061757365642160481b604482015260640161087d565b600f54610100900460ff166110ce5760405162461bcd60e51b815260206004820152601760248201527f416c6c6f776c697374206e6f74206f7665722079657421000000000000000000604482015260640161087d565b33600090815260106020526040812080548592906110ed908490612241565b9091555061084e905033846116e6565b6001600160a01b0382163314156111275760405163b06307db60e01b815260040160405180910390fd5b3360008181526007602090815260408083206001600160a01b03871680855290835292819020805460ff191686151590811790915590519081529192917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a35050565b6008546001600160a01b031633146111bd5760405162461bcd60e51b815260040161087d906121f6565b805182511461121f5760405162461bcd60e51b815260206004820152602860248201527f61646472657373657320646f6573206e6f74206d61746368206e756d536c6f746044820152670e640d8cadccee8d60c31b606482015260840161087d565b60005b825181101561084e5781818151811061123d5761123d612259565b60200260200101516011600085848151811061125b5761125b612259565b60200260200101516001600160a01b03166001600160a01b031681526020019081526020016000208190555080806112929061226f565b915050611222565b6112a58484846114f8565b6001600160a01b0383163b151580156112c757506112c584848484611879565b155b156112e5576040516368d2bf6b60e11b815260040160405180910390fd5b50505050565b60606112f682611463565b61135a5760405162461bcd60e51b815260206004820152602f60248201527f4552433732314d657461646174613a2055524920717565727920666f72206e6f60448201526e3732bc34b9ba32b73a103a37b5b2b760891b606482015260840161087d565b6000611364611971565b9050600081511161138457604051806020016040528060008152506113b2565b8061138e84611980565b600b6040516020016113a2939291906122a9565b6040516020818303038152906040525b9392505050565b6008546001600160a01b031633146113e35760405162461bcd60e51b815260040161087d906121f6565b6001600160a01b0381166114485760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161087d565b61145181611827565b50565b6001600160a01b03163b151590565b600081600111158015611477575060005482105b80156106e9575050600090815260046020526040902054600160e01b900460ff161590565b60008281526006602052604080822080546001600160a01b0319166001600160a01b0387811691821790925591518593918516917f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92591a4505050565b600061150382611700565b9050836001600160a01b031681600001516001600160a01b03161461153a5760405162a1148160e81b815260040160405180910390fd5b6000336001600160a01b03861614806115585750611558853361064f565b8061157357503361156884610781565b6001600160a01b0316145b90508061159357604051632ce44b5f60e11b815260040160405180910390fd5b6001600160a01b0384166115ba57604051633a954ecd60e21b815260040160405180910390fd5b6115c66000848761149c565b6001600160a01b038581166000908152600560209081526040808320805467ffffffffffffffff198082166001600160401b0392831660001901831617909255898616808652838620805493841693831660019081018416949094179055898652600490945282852080546001600160e01b031916909417600160a01b4290921691909102178355870180845292208054919390911661169a57600054821461169a57805460208601516001600160401b0316600160a01b026001600160e01b03199091166001600160a01b038a16171781555b50505082846001600160a01b0316866001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a45b5050505050565b610899828260405180602001604052806000815250611a7d565b60408051606081018252600080825260208201819052918101919091528180600111158015611730575060005481105b1561180e57600081815260046020908152604091829020825160608101845290546001600160a01b0381168252600160a01b81046001600160401b031692820192909252600160e01b90910460ff1615159181018290529061180c5780516001600160a01b0316156117a3579392505050565b5060001901600081815260046020908152604091829020825160608101845290546001600160a01b038116808352600160a01b82046001600160401b031693830193909352600160e01b900460ff1615159281019290925215611807579392505050565b6117a3565b505b604051636f96cda160e11b815260040160405180910390fd5b600880546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b604051630a85bd0160e11b81526000906001600160a01b0385169063150b7a02906118ae90339089908890889060040161236d565b602060405180830381600087803b1580156118c857600080fd5b505af19250505080156118f8575060408051601f3d908101601f191682019092526118f5918101906123aa565b60015b611953573d808015611926576040519150601f19603f3d011682016040523d82523d6000602084013e61192b565b606091505b50805161194b576040516368d2bf6b60e11b815260040160405180910390fd5b805181602001fd5b6001600160e01b031916630a85bd0160e11b1490505b949350505050565b6060600a80546106fe906121bb565b6060816119a45750506040805180820190915260018152600360fc1b602082015290565b8160005b81156119ce57806119b88161226f565b91506119c79050600a836123dd565b91506119a8565b6000816001600160401b038111156119e8576119e8611deb565b6040519080825280601f01601f191660200182016040528015611a12576020820181803683370190505b5090505b841561196957611a276001836123f1565b9150611a34600a86612408565b611a3f906030612241565b60f81b818381518110611a5457611a54612259565b60200101906001600160f81b031916908160001a905350611a76600a866123dd565b9450611a16565b61084e83838360016000546001600160a01b038516611aae57604051622e076360e81b815260040160405180910390fd5b83611acc5760405163b562e8dd60e01b815260040160405180910390fd5b6001600160a01b038516600081815260056020908152604080832080546fffffffffffffffffffffffffffffffff1981166001600160401b038083168c0181169182176801000000000000000067ffffffffffffffff1990941690921783900481168c01811690920217909155858452600490925290912080546001600160e01b031916909217600160a01b429092169190910217905580808501838015611b7d57506001600160a01b0387163b15155b15611c06575b60405182906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a4611bce6000888480600101955088611879565b611beb576040516368d2bf6b60e11b815260040160405180910390fd5b80821415611b83578260005414611c0157600080fd5b611c4c565b5b6040516001830192906001600160a01b038916906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a480821415611c07575b506000556116df565b828054611c61906121bb565b90600052602060002090601f016020900481019282611c835760008555611cc9565b82601f10611c9c57805160ff1916838001178555611cc9565b82800160010185558215611cc9579182015b82811115611cc9578251825591602001919060010190611cae565b50611cd5929150611cd9565b5090565b5b80821115611cd55760008155600101611cda565b6001600160e01b03198116811461145157600080fd5b600060208284031215611d1657600080fd5b81356113b281611cee565b60005b83811015611d3c578181015183820152602001611d24565b838111156112e55750506000910152565b60008151808452611d65816020860160208601611d21565b601f01601f19169290920160200192915050565b6020815260006113b26020830184611d4d565b600060208284031215611d9e57600080fd5b5035919050565b80356001600160a01b0381168114611dbc57600080fd5b919050565b60008060408385031215611dd457600080fd5b611ddd83611da5565b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b0381118282101715611e2957611e29611deb565b604052919050565b60006001600160401b03831115611e4a57611e4a611deb565b611e5d601f8401601f1916602001611e01565b9050828152838383011115611e7157600080fd5b828260208301376000602084830101529392505050565b600060208284031215611e9a57600080fd5b81356001600160401b03811115611eb057600080fd5b8201601f81018413611ec157600080fd5b61196984823560208401611e31565b80358015158114611dbc57600080fd5b600060208284031215611ef257600080fd5b6113b282611ed0565b600080600060608486031215611f1057600080fd5b611f1984611da5565b9250611f2760208501611da5565b9150604084013590509250925092565b600060208284031215611f4957600080fd5b6113b282611da5565b6020808252825182820181905260009190848201906040850190845b81811015611f8a57835183529284019291840191600101611f6e565b50909695505050505050565b60008060408385031215611fa957600080fd5b611fb283611da5565b9150611fc060208401611ed0565b90509250929050565b60006001600160401b03821115611fe257611fe2611deb565b5060051b60200190565b600082601f830112611ffd57600080fd5b8135602061201261200d83611fc9565b611e01565b82815260059290921b8401810191818101908684111561203157600080fd5b8286015b8481101561204c5780358352918301918301612035565b509695505050505050565b6000806040838503121561206a57600080fd5b82356001600160401b038082111561208157600080fd5b818501915085601f83011261209557600080fd5b813560206120a561200d83611fc9565b82815260059290921b840181019181810190898411156120c457600080fd5b948201945b838610156120e9576120da86611da5565b825294820194908201906120c9565b965050860135925050808211156120ff57600080fd5b5061210c85828601611fec565b9150509250929050565b6000806000806080858703121561212c57600080fd5b61213585611da5565b935061214360208601611da5565b92506040850135915060608501356001600160401b0381111561216557600080fd5b8501601f8101871361217657600080fd5b61218587823560208401611e31565b91505092959194509250565b600080604083850312156121a457600080fd5b6121ad83611da5565b9150611fc060208401611da5565b600181811c908216806121cf57607f821691505b602082108114156121f057634e487b7160e01b600052602260045260246000fd5b50919050565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b634e487b7160e01b600052601160045260246000fd5b600082198211156122545761225461222b565b500190565b634e487b7160e01b600052603260045260246000fd5b60006000198214156122835761228361222b565b5060010190565b60008160001904831182151516156122a4576122a461222b565b500290565b6000845160206122bc8285838a01611d21565b8551918401916122cf8184848a01611d21565b8554920191600090600181811c90808316806122ec57607f831692505b85831081141561230a57634e487b7160e01b85526022600452602485fd5b80801561231e576001811461232f5761235c565b60ff1985168852838801955061235c565b60008b81526020902060005b858110156123545781548a82015290840190880161233b565b505083880195505b50939b9a5050505050505050505050565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906123a090830184611d4d565b9695505050505050565b6000602082840312156123bc57600080fd5b81516113b281611cee565b634e487b7160e01b600052601260045260246000fd5b6000826123ec576123ec6123c7565b500490565b6000828210156124035761240361222b565b500390565b600082612417576124176123c7565b50069056fea26469706673582212204deced7d42eb5097942799fe21aaeecfdfd22e798b3db144ee7b90937b70b3ae64736f6c63430008090033

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

00000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000002e2f6e5e14800000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000001400000000000000000000000000000000000000000000000000000000000000008444f4c4f524f53410000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000005444f4c4f520000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000043697066733a2f2f62616679626569686d776f6c756e366e75356f776974676376356f636b71706a626536686937326e6b6e6b3436646c62357367686763626f65356d2f0000000000000000000000000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : _tokenName (string): DOLOROSA
Arg [1] : _tokenSymbol (string): DOLOR
Arg [2] : _cost (uint256): 13000000000000000
Arg [3] : _maxSupply (uint256): 448
Arg [4] : _maxMintAmountPerWallet (uint256): 1
Arg [5] : _uriPrefix (string): ipfs://bafybeihmwolun6nu5owitgcv5ockqpjbe6hi72nknk46dlb5sghgcboe5m/

-----Encoded View---------------
14 Constructor Arguments found :
Arg [0] : 00000000000000000000000000000000000000000000000000000000000000c0
Arg [1] : 0000000000000000000000000000000000000000000000000000000000000100
Arg [2] : 000000000000000000000000000000000000000000000000002e2f6e5e148000
Arg [3] : 00000000000000000000000000000000000000000000000000000000000001c0
Arg [4] : 0000000000000000000000000000000000000000000000000000000000000001
Arg [5] : 0000000000000000000000000000000000000000000000000000000000000140
Arg [6] : 0000000000000000000000000000000000000000000000000000000000000008
Arg [7] : 444f4c4f524f5341000000000000000000000000000000000000000000000000
Arg [8] : 0000000000000000000000000000000000000000000000000000000000000005
Arg [9] : 444f4c4f52000000000000000000000000000000000000000000000000000000
Arg [10] : 0000000000000000000000000000000000000000000000000000000000000043
Arg [11] : 697066733a2f2f62616679626569686d776f6c756e366e75356f776974676376
Arg [12] : 356f636b71706a626536686937326e6b6e6b3436646c62357367686763626f65
Arg [13] : 356d2f0000000000000000000000000000000000000000000000000000000000


Deployed Bytecode Sourcemap

51100:4500:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33301:305;;;;;;;;;;-1:-1:-1;33301:305:0;;;;;:::i;:::-;;:::i;:::-;;;565:14:1;;558:22;540:41;;528:2;513:18;33301:305:0;;;;;;;;36414:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;37917:204::-;;;;;;;;;;-1:-1:-1;37917:204:0;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;1692:32:1;;;1674:51;;1662:2;1647:18;37917:204:0;1528:203:1;37480:371:0;;;;;;;;;;-1:-1:-1;37480:371:0;;;;;:::i;:::-;;:::i;:::-;;51269:19;;;;;;;;;;;;;;;;;;;2319:25:1;;;2307:2;2292:18;51269:19:0;2173:177:1;55047:100:0;;;;;;;;;;-1:-1:-1;55047:100:0;;;;;:::i;:::-;;:::i;55153:77::-;;;;;;;;;;-1:-1:-1;55153:77:0;;;;;:::i;:::-;;:::i;32550:303::-;;;;;;;;;;-1:-1:-1;54009:1:0;32804:12;32594:7;32788:13;:28;-1:-1:-1;;32788:46:0;32550:303;;55236:91;;;;;;;;;;-1:-1:-1;55236:91:0;;;;;:::i;:::-;;:::i;38782:170::-;;;;;;;;;;-1:-1:-1;38782:170:0;;;;;:::i;:::-;;:::i;55335:152::-;;;;;;;;;;;;;:::i;52770:343::-;;;;;;;;;;;;;:::i;39023:185::-;;;;;;;;;;-1:-1:-1;39023:185:0;;;;;:::i;:::-;;:::i;53119:796::-;;;;;;;;;;-1:-1:-1;53119:796:0;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;54401:74::-;;;;;;;;;;-1:-1:-1;54401:74:0;;;;;:::i;:::-;;:::i;51227:33::-;;;;;;;;;;;;;:::i;51366:25::-;;;;;;;;;;-1:-1:-1;51366:25:0;;;;;;;;51194:28;;;;;;;;;;;;;:::i;36222:125::-;;;;;;;;;;-1:-1:-1;36222:125:0;;;;;:::i;:::-;;:::i;33670:206::-;;;;;;;;;;-1:-1:-1;33670:206:0;;;;;:::i;:::-;;:::i;11059:103::-;;;;;;;;;;;;;:::i;54481:146::-;;;;;;;;;;-1:-1:-1;54481:146:0;;;;;:::i;:::-;;:::i;54941:100::-;;;;;;;;;;-1:-1:-1;54941:100:0;;;;;:::i;:::-;;:::i;10408:87::-;;;;;;;;;;-1:-1:-1;10481:6:0;;-1:-1:-1;;;;;10481:6:0;10408:87;;36583:104;;;;;;;;;;;;;:::i;52447:316::-;;;;;;:::i;:::-;;:::i;38193:287::-;;;;;;;;;;-1:-1:-1;38193:287:0;;;;;:::i;:::-;;:::i;51491:44::-;;;;;;;;;;-1:-1:-1;51491:44:0;;;;;:::i;:::-;;;;;;;;;;;;;;54633:302;;;;;;;;;;-1:-1:-1;54633:302:0;;;;;:::i;:::-;;:::i;39279:369::-;;;;;;;;;;-1:-1:-1;39279:369:0;;;;;:::i;:::-;;:::i;51322:37::-;;;;;;;;;;;;;;;;54022:373;;;;;;;;;;-1:-1:-1;54022:373:0;;;;;:::i;:::-;;:::i;51293:24::-;;;;;;;;;;;;;;;;51396:33;;;;;;;;;;-1:-1:-1;51396:33:0;;;;;;;;;;;38551:164;;;;;;;;;;-1:-1:-1;38551:164:0;;;;;:::i;:::-;-1:-1:-1;;;;;38672:25:0;;;38648:4;38672:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;;;38551:164;11317:201;;;;;;;;;;-1:-1:-1;11317:201:0;;;;;:::i;:::-;;:::i;33301:305::-;33403:4;-1:-1:-1;;;;;;33440:40:0;;-1:-1:-1;;;33440:40:0;;:105;;-1:-1:-1;;;;;;;33497:48:0;;-1:-1:-1;;;33497:48:0;33440:105;:158;;;-1:-1:-1;;;;;;;;;;23301:40:0;;;33562:36;33420:178;33301:305;-1:-1:-1;;33301:305:0:o;36414:100::-;36468:13;36501:5;36494:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;36414:100;:::o;37917:204::-;37985:7;38010:16;38018:7;38010;:16::i;:::-;38005:64;;38035:34;;-1:-1:-1;;;38035:34:0;;;;;;;;;;;38005:64;-1:-1:-1;38089:24:0;;;;:15;:24;;;;;;-1:-1:-1;;;;;38089:24:0;;37917:204::o;37480:371::-;37553:13;37569:24;37585:7;37569:15;:24::i;:::-;37553:40;;37614:5;-1:-1:-1;;;;;37608:11:0;:2;-1:-1:-1;;;;;37608:11:0;;37604:48;;;37628:24;;-1:-1:-1;;;37628:24:0;;;;;;;;;;;37604:48;9212:10;-1:-1:-1;;;;;37669:21:0;;;;;;:63;;-1:-1:-1;37695:37:0;37712:5;9212:10;38551:164;:::i;37695:37::-;37694:38;37669:63;37665:138;;;37756:35;;-1:-1:-1;;;37756:35:0;;;;;;;;;;;37665:138;37815:28;37824:2;37828:7;37837:5;37815:8;:28::i;:::-;37542:309;37480:371;;:::o;55047:100::-;10481:6;;-1:-1:-1;;;;;10481:6:0;9212:10;10628:23;10620:68;;;;-1:-1:-1;;;10620:68:0;;;;;;;:::i;:::-;;;;;;;;;55119:22;;::::1;::::0;:9:::1;::::0;:22:::1;::::0;::::1;::::0;::::1;:::i;:::-;;55047:100:::0;:::o;55153:77::-;10481:6;;-1:-1:-1;;;;;10481:6:0;9212:10;10628:23;10620:68;;;;-1:-1:-1;;;10620:68:0;;;;;;;:::i;:::-;55209:6:::1;:15:::0;;-1:-1:-1;;55209:15:0::1;::::0;::::1;;::::0;;;::::1;::::0;;55153:77::o;55236:91::-;10481:6;;-1:-1:-1;;;;;10481:6:0;9212:10;10628:23;10620:68;;;;-1:-1:-1;;;10620:68:0;;;;;;;:::i;:::-;55299:13:::1;:22:::0;;;::::1;;;;-1:-1:-1::0;;55299:22:0;;::::1;::::0;;;::::1;::::0;;55236:91::o;38782:170::-;38916:28;38926:4;38932:2;38936:7;38916:9;:28::i;55335:152::-;10481:6;;-1:-1:-1;;;;;10481:6:0;9212:10;10628:23;10620:68;;;;-1:-1:-1;;;10620:68:0;;;;;;;:::i;:::-;5382:1:::1;5980:7;;:19;;5972:63;;;::::0;-1:-1:-1;;;5972:63:0;;9296:2:1;5972:63:0::1;::::0;::::1;9278:21:1::0;9335:2;9315:18;;;9308:30;9374:33;9354:18;;;9347:61;9425:18;;5972:63:0::1;9094:355:1::0;5972:63:0::1;5382:1;6113:7;:18:::0;55395:7:::2;55416;10481:6:::0;;-1:-1:-1;;;;;10481:6:0;;10408:87;55416:7:::2;-1:-1:-1::0;;;;;55408:21:0::2;55437;55408:55;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;55394:69;;;55478:2;55470:11;;;::::0;::::2;;-1:-1:-1::0;5338:1:0::1;6292:7;:22:::0;55335:152::o;52770:343::-;52820:6;;;;52819:7;52811:43;;;;-1:-1:-1;;;52811:43:0;;9866:2:1;52811:43:0;;;9848:21:1;9905:2;9885:18;;;9878:30;-1:-1:-1;;;9924:18:1;;;9917:53;9987:18;;52811:43:0;9664:347:1;52811:43:0;52879:10;52893:1;52869:21;;;:9;:21;;;;;;52861:69;;;;-1:-1:-1;;;52861:69:0;;10218:2:1;52861:69:0;;;10200:21:1;10257:2;10237:18;;;10230:30;10296:33;10276:18;;;10269:61;10347:18;;52861:69:0;10016:355:1;52861:69:0;52986:9;;52971:10;52961:21;;;;:9;:21;;;;;;52945:13;54009:1;32804:12;32594:7;32788:13;-1:-1:-1;;32788:28:0;;;:46;;32550:303;52945:13;:37;;;;:::i;:::-;:50;;52937:83;;;;-1:-1:-1;;;52937:83:0;;10843:2:1;52937:83:0;;;10825:21:1;10882:2;10862:18;;;10855:30;-1:-1:-1;;;10901:18:1;;;10894:50;10961:18;;52937:83:0;10641:344:1;52937:83:0;53027:46;9212:10;53061;53051:21;;;;:9;:21;;;;;;53027:9;:46::i;:::-;9212:10;53106:1;53080:23;;;:9;:23;;;;;:27;52770:343::o;39023:185::-;39161:39;39178:4;39184:2;39188:7;39161:39;;;;;;;;;;;;:16;:39::i;53119:796::-;53179:16;53204:23;53230:17;53240:6;53230:9;:17::i;:::-;53204:43;;53254:30;53301:15;-1:-1:-1;;;;;53287:30:0;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;53287:30:0;-1:-1:-1;53254:63:0;-1:-1:-1;54009:1:0;53324:22;;53440:441;53465:15;53447;:33;:64;;;;;53502:9;;53484:14;:27;;53447:64;53440:441;;;53522:31;53556:27;;;:11;:27;;;;;;;;;53522:61;;;;;;;;;-1:-1:-1;;;;;53522:61:0;;;;-1:-1:-1;;;53522:61:0;;-1:-1:-1;;;;;53522:61:0;;;;;;;;-1:-1:-1;;;53522:61:0;;;;;;;;;;;;;;;;53598:49;;-1:-1:-1;53619:14:0;;-1:-1:-1;;;;;53619:28:0;;;53598:49;53594:111;;;53681:14;;;-1:-1:-1;53594:111:0;53741:6;-1:-1:-1;;;;;53719:28:0;:18;-1:-1:-1;;;;;53719:28:0;;53715:132;;;53793:14;53760:13;53774:15;53760:30;;;;;;;;:::i;:::-;;;;;;;;;;:47;53820:17;;;;:::i;:::-;;;;53715:132;53857:16;;;;:::i;:::-;;;;53513:368;53440:441;;;-1:-1:-1;53896:13:0;;53119:796;-1:-1:-1;;;;;53119:796:0:o;54401:74::-;10481:6;;-1:-1:-1;;;;;10481:6:0;9212:10;10628:23;10620:68;;;;-1:-1:-1;;;10620:68:0;;;;;;;:::i;:::-;54457:4:::1;:12:::0;54401:74::o;51227:33::-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;51194:28::-;;;;;;;:::i;36222:125::-;36286:7;36313:21;36326:7;36313:12;:21::i;:::-;:26;;36222:125;-1:-1:-1;;36222:125:0:o;33670:206::-;33734:7;-1:-1:-1;;;;;33758:19:0;;33754:60;;33786:28;;-1:-1:-1;;;33786:28:0;;;;;;;;;;;33754:60;-1:-1:-1;;;;;;33840:19:0;;;;;:12;:19;;;;;:27;-1:-1:-1;;;;;33840:27:0;;33670:206::o;11059:103::-;10481:6;;-1:-1:-1;;;;;10481:6:0;9212:10;10628:23;10620:68;;;;-1:-1:-1;;;10620:68:0;;;;;;;:::i;:::-;11124:30:::1;11151:1;11124:18;:30::i;:::-;11059:103::o:0;54481:146::-;10481:6;;-1:-1:-1;;;;;10481:6:0;9212:10;10628:23;10620:68;;;;-1:-1:-1;;;10620:68:0;;;;;;;:::i;:::-;54573:22:::1;:48:::0;54481:146::o;54941:100::-;10481:6;;-1:-1:-1;;;;;10481:6:0;9212:10;10628:23;10620:68;;;;-1:-1:-1;;;10620:68:0;;;;;;;:::i;:::-;55013:22;;::::1;::::0;:9:::1;::::0;:22:::1;::::0;::::1;::::0;::::1;:::i;36583:104::-:0;36639:13;36672:7;36665:14;;;;;:::i;52447:316::-;52512:11;52028:1;52014:11;:15;:56;;;;;52048:22;;52033:11;:37;;52014:56;52006:89;;;;-1:-1:-1;;;52006:89:0;;11464:2:1;52006:89:0;;;11446:21:1;11503:2;11483:18;;;11476:30;-1:-1:-1;;;11522:18:1;;;11515:50;11582:18;;52006:89:0;11262:344:1;52006:89:0;52153:22;;:26;;52178:1;52153:26;:::i;:::-;9212:10;52110:26;;;;:12;:26;;;;;;:40;;52139:11;;52110:40;:::i;:::-;:69;52102:105;;;;-1:-1:-1;;;52102:105:0;;11813:2:1;52102:105:0;;;11795:21:1;11852:2;11832:18;;;11825:30;11891:25;11871:18;;;11864:53;11934:18;;52102:105:0;11611:347:1;52102:105:0;52253:9;;54009:1;32804:12;32594:7;32788:13;52238:11;;32788:28;;-1:-1:-1;;32788:46:0;52222:27;;;;:::i;:::-;:40;;52214:73;;;;-1:-1:-1;;;52214:73:0;;10843:2:1;52214:73:0;;;10825:21:1;10882:2;10862:18;;;10855:30;-1:-1:-1;;;10901:18:1;;;10894:50;10961:18;;52214:73:0;10641:344:1;52214:73:0;52545:11:::1;52392;52385:4;;:18;;;;:::i;:::-;52372:9;:31;;52364:63;;;::::0;-1:-1:-1;;;52364:63:0;;12338:2:1;52364:63:0::1;::::0;::::1;12320:21:1::0;12377:2;12357:18;;;12350:30;-1:-1:-1;;;12396:18:1;;;12389:49;12455:18;;52364:63:0::1;12136:343:1::0;52364:63:0::1;52574:6:::2;::::0;::::2;;52573:7;52565:43;;;::::0;-1:-1:-1;;;52565:43:0;;9866:2:1;52565:43:0::2;::::0;::::2;9848:21:1::0;9905:2;9885:18;;;9878:30;-1:-1:-1;;;9924:18:1;;;9917:53;9987:18;;52565:43:0::2;9664:347:1::0;52565:43:0::2;52623:13;::::0;::::2;::::0;::::2;;;52615:49;;;::::0;-1:-1:-1;;;52615:49:0;;12686:2:1;52615:49:0::2;::::0;::::2;12668:21:1::0;12725:2;12705:18;;;12698:30;12764:25;12744:18;;;12737:53;12807:18;;52615:49:0::2;12484:347:1::0;52615:49:0::2;9212:10:::0;52673:26:::2;::::0;;;:12:::2;:26;::::0;;;;:41;;52703:11;;52673:26;:41:::2;::::0;52703:11;;52673:41:::2;:::i;:::-;::::0;;;-1:-1:-1;52721:36:0::2;::::0;-1:-1:-1;9212:10:0;52745:11:::2;52721:9;:36::i;38193:287::-:0;-1:-1:-1;;;;;38292:24:0;;9212:10;38292:24;38288:54;;;38325:17;;-1:-1:-1;;;38325:17:0;;;;;;;;;;;38288:54;9212:10;38355:32;;;;:18;:32;;;;;;;;-1:-1:-1;;;;;38355:42:0;;;;;;;;;;;;:53;;-1:-1:-1;;38355:53:0;;;;;;;;;;38424:48;;540:41:1;;;38355:42:0;;9212:10;38424:48;;513:18:1;38424:48:0;;;;;;;38193:287;;:::o;54633:302::-;10481:6;;-1:-1:-1;;;;;10481:6:0;9212:10;10628:23;10620:68;;;;-1:-1:-1;;;10620:68:0;;;;;;;:::i;:::-;54762:8:::1;:15;54742:9;:16;:35;54734:88;;;::::0;-1:-1:-1;;;54734:88:0;;13038:2:1;54734:88:0::1;::::0;::::1;13020:21:1::0;13077:2;13057:18;;;13050:30;13116:34;13096:18;;;13089:62;-1:-1:-1;;;13167:18:1;;;13160:38;13215:19;;54734:88:0::1;12836:404:1::0;54734:88:0::1;54834:9;54829:101;54853:9;:16;54849:1;:20;54829:101;;;54911:8;54920:1;54911:11;;;;;;;;:::i;:::-;;;;;;;54885:9;:23;54895:9;54905:1;54895:12;;;;;;;;:::i;:::-;;;;;;;-1:-1:-1::0;;;;;54885:23:0::1;-1:-1:-1::0;;;;;54885:23:0::1;;;;;;;;;;;;:37;;;;54871:3;;;;;:::i;:::-;;;;54829:101;;39279:369:::0;39446:28;39456:4;39462:2;39466:7;39446:9;:28::i;:::-;-1:-1:-1;;;;;39489:13:0;;13404:19;:23;;39489:76;;;;;39509:56;39540:4;39546:2;39550:7;39559:5;39509:30;:56::i;:::-;39508:57;39489:76;39485:156;;;39589:40;;-1:-1:-1;;;39589:40:0;;;;;;;;;;;39485:156;39279:369;;;;:::o;54022:373::-;54096:13;54126:17;54134:8;54126:7;:17::i;:::-;54118:77;;;;-1:-1:-1;;;54118:77:0;;13447:2:1;54118:77:0;;;13429:21:1;13486:2;13466:18;;;13459:30;13525:34;13505:18;;;13498:62;-1:-1:-1;;;13576:18:1;;;13569:45;13631:19;;54118:77:0;13245:411:1;54118:77:0;54204:28;54235:10;:8;:10::i;:::-;54204:41;;54290:1;54265:14;54259:28;:32;:130;;;;;;;;;;;;;;;;;54327:14;54343:19;:8;:17;:19::i;:::-;54364:9;54310:64;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;54259:130;54252:137;54022:373;-1:-1:-1;;;54022:373:0:o;11317:201::-;10481:6;;-1:-1:-1;;;;;10481:6:0;9212:10;10628:23;10620:68;;;;-1:-1:-1;;;10620:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;11406:22:0;::::1;11398:73;;;::::0;-1:-1:-1;;;11398:73:0;;15521:2:1;11398:73:0::1;::::0;::::1;15503:21:1::0;15560:2;15540:18;;;15533:30;15599:34;15579:18;;;15572:62;-1:-1:-1;;;15650:18:1;;;15643:36;15696:19;;11398:73:0::1;15319:402:1::0;11398:73:0::1;11482:28;11501:8;11482:18;:28::i;:::-;11317:201:::0;:::o;13109:326::-;-1:-1:-1;;;;;13404:19:0;;:23;;;13109:326::o;39903:187::-;39960:4;40003:7;54009:1;39984:26;;:53;;;;;40024:13;;40014:7;:23;39984:53;:98;;;;-1:-1:-1;;40055:20:0;;;;:11;:20;;;;;:27;-1:-1:-1;;;40055:27:0;;;;40054:28;;39903:187::o;48073:196::-;48188:24;;;;:15;:24;;;;;;:29;;-1:-1:-1;;;;;;48188:29:0;-1:-1:-1;;;;;48188:29:0;;;;;;;;;48233:28;;48188:24;;48233:28;;;;;;;48073:196;;;:::o;43016:2130::-;43131:35;43169:21;43182:7;43169:12;:21::i;:::-;43131:59;;43229:4;-1:-1:-1;;;;;43207:26:0;:13;:18;;;-1:-1:-1;;;;;43207:26:0;;43203:67;;43242:28;;-1:-1:-1;;;43242:28:0;;;;;;;;;;;43203:67;43283:22;9212:10;-1:-1:-1;;;;;43309:20:0;;;;:73;;-1:-1:-1;43346:36:0;43363:4;9212:10;38551:164;:::i;43346:36::-;43309:126;;;-1:-1:-1;9212:10:0;43399:20;43411:7;43399:11;:20::i;:::-;-1:-1:-1;;;;;43399:36:0;;43309:126;43283:153;;43454:17;43449:66;;43480:35;;-1:-1:-1;;;43480:35:0;;;;;;;;;;;43449:66;-1:-1:-1;;;;;43530:16:0;;43526:52;;43555:23;;-1:-1:-1;;;43555:23:0;;;;;;;;;;;43526:52;43699:35;43716:1;43720:7;43729:4;43699:8;:35::i;:::-;-1:-1:-1;;;;;44030:18:0;;;;;;;:12;:18;;;;;;;;:31;;-1:-1:-1;;44030:31:0;;;-1:-1:-1;;;;;44030:31:0;;;-1:-1:-1;;44030:31:0;;;;;;;44076:16;;;;;;;;;:29;;;;;;;;-1:-1:-1;44076:29:0;;;;;;;;;;;44156:20;;;:11;:20;;;;;;44191:18;;-1:-1:-1;;;;;;44224:49:0;;;;-1:-1:-1;;;44257:15:0;44224:49;;;;;;;;;;44547:11;;44607:24;;;;;44650:13;;44156:20;;44607:24;;44650:13;44646:384;;44860:13;;44845:11;:28;44841:174;;44898:20;;44967:28;;;;-1:-1:-1;;;;;44941:54:0;-1:-1:-1;;;44941:54:0;-1:-1:-1;;;;;;44941:54:0;;;-1:-1:-1;;;;;44898:20:0;;44941:54;;;;44841:174;44005:1036;;;45077:7;45073:2;-1:-1:-1;;;;;45058:27:0;45067:4;-1:-1:-1;;;;;45058:27:0;;;;;;;;;;;45096:42;43120:2026;;43016:2130;;;:::o;40098:104::-;40167:27;40177:2;40181:8;40167:27;;;;;;;;;;;;:9;:27::i;35051:1109::-;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;35162:7:0;;54009:1;35211:23;;:47;;;;;35245:13;;35238:4;:20;35211:47;35207:886;;;35279:31;35313:17;;;:11;:17;;;;;;;;;35279:51;;;;;;;;;-1:-1:-1;;;;;35279:51:0;;;;-1:-1:-1;;;35279:51:0;;-1:-1:-1;;;;;35279:51:0;;;;;;;;-1:-1:-1;;;35279:51:0;;;;;;;;;;;;;;35349:729;;35399:14;;-1:-1:-1;;;;;35399:28:0;;35395:101;;35463:9;35051:1109;-1:-1:-1;;;35051:1109:0:o;35395:101::-;-1:-1:-1;;;35838:6:0;35883:17;;;;:11;:17;;;;;;;;;35871:29;;;;;;;;;-1:-1:-1;;;;;35871:29:0;;;;;-1:-1:-1;;;35871:29:0;;-1:-1:-1;;;;;35871:29:0;;;;;;;;-1:-1:-1;;;35871:29:0;;;;;;;;;;;;;35931:28;35927:109;;35999:9;35051:1109;-1:-1:-1;;;35051:1109:0:o;35927:109::-;35798:261;;;35260:833;35207:886;36121:31;;-1:-1:-1;;;36121:31:0;;;;;;;;;;;11678:191;11771:6;;;-1:-1:-1;;;;;11788:17:0;;;-1:-1:-1;;;;;;11788:17:0;;;;;;;11821:40;;11771:6;;;11788:17;11771:6;;11821:40;;11752:16;;11821:40;11741:128;11678:191;:::o;48761:667::-;48945:72;;-1:-1:-1;;;48945:72:0;;48924:4;;-1:-1:-1;;;;;48945:36:0;;;;;:72;;9212:10;;48996:4;;49002:7;;49011:5;;48945:72;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;48945:72:0;;;;;;;;-1:-1:-1;;48945:72:0;;;;;;;;;;;;:::i;:::-;;;48941:480;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;49179:13:0;;49175:235;;49225:40;;-1:-1:-1;;;49225:40:0;;;;;;;;;;;49175:235;49368:6;49362:13;49353:6;49349:2;49345:15;49338:38;48941:480;-1:-1:-1;;;;;;49064:55:0;-1:-1:-1;;;49064:55:0;;-1:-1:-1;48941:480:0;48761:667;;;;;;:::o;55493:104::-;55553:13;55582:9;55575:16;;;;;:::i;6694:723::-;6750:13;6971:10;6967:53;;-1:-1:-1;;6998:10:0;;;;;;;;;;;;-1:-1:-1;;;6998:10:0;;;;;6694:723::o;6967:53::-;7045:5;7030:12;7086:78;7093:9;;7086:78;;7119:8;;;;:::i;:::-;;-1:-1:-1;7142:10:0;;-1:-1:-1;7150:2:0;7142:10;;:::i;:::-;;;7086:78;;;7174:19;7206:6;-1:-1:-1;;;;;7196:17:0;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;7196:17:0;;7174:39;;7224:154;7231:10;;7224:154;;7258:11;7268:1;7258:11;;:::i;:::-;;-1:-1:-1;7327:10:0;7335:2;7327:5;:10;:::i;:::-;7314:24;;:2;:24;:::i;:::-;7301:39;;7284:6;7291;7284:14;;;;;;;;:::i;:::-;;;;:56;-1:-1:-1;;;;;7284:56:0;;;;;;;;-1:-1:-1;7355:11:0;7364:2;7355:11;;:::i;:::-;;;7224:154;;40565:163;40688:32;40694:2;40698:8;40708:5;40715:4;41126:20;41149:13;-1:-1:-1;;;;;41177:16:0;;41173:48;;41202:19;;-1:-1:-1;;;41202:19:0;;;;;;;;;;;41173:48;41236:13;41232:44;;41258:18;;-1:-1:-1;;;41258:18:0;;;;;;;;;;;41232:44;-1:-1:-1;;;;;41627:16:0;;;;;;:12;:16;;;;;;;;:44;;-1:-1:-1;;41686:49:0;;-1:-1:-1;;;;;41627:44:0;;;;;;;41686:49;;;;-1:-1:-1;;41627:44:0;;;;;;41686:49;;;;;;;;;;;;;;;;41752:25;;;:11;:25;;;;;;:35;;-1:-1:-1;;;;;;41802:66:0;;;;-1:-1:-1;;;41852:15:0;41802:66;;;;;;;;;;41752:25;41949:23;;;41993:4;:23;;;;-1:-1:-1;;;;;;42001:13:0;;13404:19;:23;;42001:15;41989:641;;;42037:314;42068:38;;42093:12;;-1:-1:-1;;;;;42068:38:0;;;42085:1;;42068:38;;42085:1;;42068:38;42134:69;42173:1;42177:2;42181:14;;;;;;42197:5;42134:30;:69::i;:::-;42129:174;;42239:40;;-1:-1:-1;;;42239:40:0;;;;;;;;;;;42129:174;42346:3;42330:12;:19;;42037:314;;42432:12;42415:13;;:29;42411:43;;42446:8;;;42411:43;41989:641;;;42495:120;42526:40;;42551:14;;;;;-1:-1:-1;;;;;42526:40:0;;;42543:1;;42526:40;;42543:1;;42526:40;42610:3;42594:12;:19;;42495:120;;41989:641;-1:-1:-1;42644:13:0;:28;42694:60;39279:369;-1:-1:-1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;14:131:1;-1:-1:-1;;;;;;88:32:1;;78:43;;68:71;;135:1;132;125:12;150:245;208:6;261:2;249:9;240:7;236:23;232:32;229:52;;;277:1;274;267:12;229:52;316:9;303:23;335:30;359:5;335:30;:::i;592:258::-;664:1;674:113;688:6;685:1;682:13;674:113;;;764:11;;;758:18;745:11;;;738:39;710:2;703:10;674:113;;;805:6;802:1;799:13;796:48;;;-1:-1:-1;;840:1:1;822:16;;815:27;592:258::o;855:::-;897:3;935:5;929:12;962:6;957:3;950:19;978:63;1034:6;1027:4;1022:3;1018:14;1011:4;1004:5;1000:16;978:63;:::i;:::-;1095:2;1074:15;-1:-1:-1;;1070:29:1;1061:39;;;;1102:4;1057:50;;855:258;-1:-1:-1;;855:258:1:o;1118:220::-;1267:2;1256:9;1249:21;1230:4;1287:45;1328:2;1317:9;1313:18;1305:6;1287:45;:::i;1343:180::-;1402:6;1455:2;1443:9;1434:7;1430:23;1426:32;1423:52;;;1471:1;1468;1461:12;1423:52;-1:-1:-1;1494:23:1;;1343:180;-1:-1:-1;1343:180:1:o;1736:173::-;1804:20;;-1:-1:-1;;;;;1853:31:1;;1843:42;;1833:70;;1899:1;1896;1889:12;1833:70;1736:173;;;:::o;1914:254::-;1982:6;1990;2043:2;2031:9;2022:7;2018:23;2014:32;2011:52;;;2059:1;2056;2049:12;2011:52;2082:29;2101:9;2082:29;:::i;:::-;2072:39;2158:2;2143:18;;;;2130:32;;-1:-1:-1;;;1914:254:1:o;2355:127::-;2416:10;2411:3;2407:20;2404:1;2397:31;2447:4;2444:1;2437:15;2471:4;2468:1;2461:15;2487:275;2558:2;2552:9;2623:2;2604:13;;-1:-1:-1;;2600:27:1;2588:40;;-1:-1:-1;;;;;2643:34:1;;2679:22;;;2640:62;2637:88;;;2705:18;;:::i;:::-;2741:2;2734:22;2487:275;;-1:-1:-1;2487:275:1:o;2767:407::-;2832:5;-1:-1:-1;;;;;2858:6:1;2855:30;2852:56;;;2888:18;;:::i;:::-;2926:57;2971:2;2950:15;;-1:-1:-1;;2946:29:1;2977:4;2942:40;2926:57;:::i;:::-;2917:66;;3006:6;2999:5;2992:21;3046:3;3037:6;3032:3;3028:16;3025:25;3022:45;;;3063:1;3060;3053:12;3022:45;3112:6;3107:3;3100:4;3093:5;3089:16;3076:43;3166:1;3159:4;3150:6;3143:5;3139:18;3135:29;3128:40;2767:407;;;;;:::o;3179:451::-;3248:6;3301:2;3289:9;3280:7;3276:23;3272:32;3269:52;;;3317:1;3314;3307:12;3269:52;3357:9;3344:23;-1:-1:-1;;;;;3382:6:1;3379:30;3376:50;;;3422:1;3419;3412:12;3376:50;3445:22;;3498:4;3490:13;;3486:27;-1:-1:-1;3476:55:1;;3527:1;3524;3517:12;3476:55;3550:74;3616:7;3611:2;3598:16;3593:2;3589;3585:11;3550:74;:::i;3635:160::-;3700:20;;3756:13;;3749:21;3739:32;;3729:60;;3785:1;3782;3775:12;3800:180;3856:6;3909:2;3897:9;3888:7;3884:23;3880:32;3877:52;;;3925:1;3922;3915:12;3877:52;3948:26;3964:9;3948:26;:::i;3985:328::-;4062:6;4070;4078;4131:2;4119:9;4110:7;4106:23;4102:32;4099:52;;;4147:1;4144;4137:12;4099:52;4170:29;4189:9;4170:29;:::i;:::-;4160:39;;4218:38;4252:2;4241:9;4237:18;4218:38;:::i;:::-;4208:48;;4303:2;4292:9;4288:18;4275:32;4265:42;;3985:328;;;;;:::o;4318:186::-;4377:6;4430:2;4418:9;4409:7;4405:23;4401:32;4398:52;;;4446:1;4443;4436:12;4398:52;4469:29;4488:9;4469:29;:::i;4509:632::-;4680:2;4732:21;;;4802:13;;4705:18;;;4824:22;;;4651:4;;4680:2;4903:15;;;;4877:2;4862:18;;;4651:4;4946:169;4960:6;4957:1;4954:13;4946:169;;;5021:13;;5009:26;;5090:15;;;;5055:12;;;;4982:1;4975:9;4946:169;;;-1:-1:-1;5132:3:1;;4509:632;-1:-1:-1;;;;;;4509:632:1:o;5146:254::-;5211:6;5219;5272:2;5260:9;5251:7;5247:23;5243:32;5240:52;;;5288:1;5285;5278:12;5240:52;5311:29;5330:9;5311:29;:::i;:::-;5301:39;;5359:35;5390:2;5379:9;5375:18;5359:35;:::i;:::-;5349:45;;5146:254;;;;;:::o;5405:183::-;5465:4;-1:-1:-1;;;;;5490:6:1;5487:30;5484:56;;;5520:18;;:::i;:::-;-1:-1:-1;5565:1:1;5561:14;5577:4;5557:25;;5405:183::o;5593:662::-;5647:5;5700:3;5693:4;5685:6;5681:17;5677:27;5667:55;;5718:1;5715;5708:12;5667:55;5754:6;5741:20;5780:4;5804:60;5820:43;5860:2;5820:43;:::i;:::-;5804:60;:::i;:::-;5898:15;;;5984:1;5980:10;;;;5968:23;;5964:32;;;5929:12;;;;6008:15;;;6005:35;;;6036:1;6033;6026:12;6005:35;6072:2;6064:6;6060:15;6084:142;6100:6;6095:3;6092:15;6084:142;;;6166:17;;6154:30;;6204:12;;;;6117;;6084:142;;;-1:-1:-1;6244:5:1;5593:662;-1:-1:-1;;;;;;5593:662:1:o;6260:1146::-;6378:6;6386;6439:2;6427:9;6418:7;6414:23;6410:32;6407:52;;;6455:1;6452;6445:12;6407:52;6495:9;6482:23;-1:-1:-1;;;;;6565:2:1;6557:6;6554:14;6551:34;;;6581:1;6578;6571:12;6551:34;6619:6;6608:9;6604:22;6594:32;;6664:7;6657:4;6653:2;6649:13;6645:27;6635:55;;6686:1;6683;6676:12;6635:55;6722:2;6709:16;6744:4;6768:60;6784:43;6824:2;6784:43;:::i;6768:60::-;6862:15;;;6944:1;6940:10;;;;6932:19;;6928:28;;;6893:12;;;;6968:19;;;6965:39;;;7000:1;6997;6990:12;6965:39;7024:11;;;;7044:148;7060:6;7055:3;7052:15;7044:148;;;7126:23;7145:3;7126:23;:::i;:::-;7114:36;;7077:12;;;;7170;;;;7044:148;;;7211:5;-1:-1:-1;;7254:18:1;;7241:32;;-1:-1:-1;;7285:16:1;;;7282:36;;;7314:1;7311;7304:12;7282:36;;7337:63;7392:7;7381:8;7370:9;7366:24;7337:63;:::i;:::-;7327:73;;;6260:1146;;;;;:::o;7411:667::-;7506:6;7514;7522;7530;7583:3;7571:9;7562:7;7558:23;7554:33;7551:53;;;7600:1;7597;7590:12;7551:53;7623:29;7642:9;7623:29;:::i;:::-;7613:39;;7671:38;7705:2;7694:9;7690:18;7671:38;:::i;:::-;7661:48;;7756:2;7745:9;7741:18;7728:32;7718:42;;7811:2;7800:9;7796:18;7783:32;-1:-1:-1;;;;;7830:6:1;7827:30;7824:50;;;7870:1;7867;7860:12;7824:50;7893:22;;7946:4;7938:13;;7934:27;-1:-1:-1;7924:55:1;;7975:1;7972;7965:12;7924:55;7998:74;8064:7;8059:2;8046:16;8041:2;8037;8033:11;7998:74;:::i;:::-;7988:84;;;7411:667;;;;;;;:::o;8083:260::-;8151:6;8159;8212:2;8200:9;8191:7;8187:23;8183:32;8180:52;;;8228:1;8225;8218:12;8180:52;8251:29;8270:9;8251:29;:::i;:::-;8241:39;;8299:38;8333:2;8322:9;8318:18;8299:38;:::i;8348:380::-;8427:1;8423:12;;;;8470;;;8491:61;;8545:4;8537:6;8533:17;8523:27;;8491:61;8598:2;8590:6;8587:14;8567:18;8564:38;8561:161;;;8644:10;8639:3;8635:20;8632:1;8625:31;8679:4;8676:1;8669:15;8707:4;8704:1;8697:15;8561:161;;8348:380;;;:::o;8733:356::-;8935:2;8917:21;;;8954:18;;;8947:30;9013:34;9008:2;8993:18;;8986:62;9080:2;9065:18;;8733:356::o;10376:127::-;10437:10;10432:3;10428:20;10425:1;10418:31;10468:4;10465:1;10458:15;10492:4;10489:1;10482:15;10508:128;10548:3;10579:1;10575:6;10572:1;10569:13;10566:39;;;10585:18;;:::i;:::-;-1:-1:-1;10621:9:1;;10508:128::o;10990:127::-;11051:10;11046:3;11042:20;11039:1;11032:31;11082:4;11079:1;11072:15;11106:4;11103:1;11096:15;11122:135;11161:3;-1:-1:-1;;11182:17:1;;11179:43;;;11202:18;;:::i;:::-;-1:-1:-1;11249:1:1;11238:13;;11122:135::o;11963:168::-;12003:7;12069:1;12065;12061:6;12057:14;12054:1;12051:21;12046:1;12039:9;12032:17;12028:45;12025:71;;;12076:18;;:::i;:::-;-1:-1:-1;12116:9:1;;11963:168::o;13787:1527::-;14011:3;14049:6;14043:13;14075:4;14088:51;14132:6;14127:3;14122:2;14114:6;14110:15;14088:51;:::i;:::-;14202:13;;14161:16;;;;14224:55;14202:13;14161:16;14246:15;;;14224:55;:::i;:::-;14368:13;;14301:20;;;14341:1;;14428;14450:18;;;;14503;;;;14530:93;;14608:4;14598:8;14594:19;14582:31;;14530:93;14671:2;14661:8;14658:16;14638:18;14635:40;14632:167;;;-1:-1:-1;;;14698:33:1;;14754:4;14751:1;14744:15;14784:4;14705:3;14772:17;14632:167;14815:18;14842:110;;;;14966:1;14961:328;;;;14808:481;;14842:110;-1:-1:-1;;14877:24:1;;14863:39;;14922:20;;;;-1:-1:-1;14842:110:1;;14961:328;13734:1;13727:14;;;13771:4;13758:18;;15056:1;15070:169;15084:8;15081:1;15078:15;15070:169;;;15166:14;;15151:13;;;15144:37;15209:16;;;;15101:10;;15070:169;;;15074:3;;15270:8;15263:5;15259:20;15252:27;;14808:481;-1:-1:-1;15305:3:1;;13787:1527;-1:-1:-1;;;;;;;;;;;13787:1527:1:o;15726:489::-;-1:-1:-1;;;;;15995:15:1;;;15977:34;;16047:15;;16042:2;16027:18;;16020:43;16094:2;16079:18;;16072:34;;;16142:3;16137:2;16122:18;;16115:31;;;15920:4;;16163:46;;16189:19;;16181:6;16163:46;:::i;:::-;16155:54;15726:489;-1:-1:-1;;;;;;15726:489:1:o;16220:249::-;16289:6;16342:2;16330:9;16321:7;16317:23;16313:32;16310:52;;;16358:1;16355;16348:12;16310:52;16390:9;16384:16;16409:30;16433:5;16409:30;:::i;16474:127::-;16535:10;16530:3;16526:20;16523:1;16516:31;16566:4;16563:1;16556:15;16590:4;16587:1;16580:15;16606:120;16646:1;16672;16662:35;;16677:18;;:::i;:::-;-1:-1:-1;16711:9:1;;16606:120::o;16731:125::-;16771:4;16799:1;16796;16793:8;16790:34;;;16804:18;;:::i;:::-;-1:-1:-1;16841:9:1;;16731:125::o;16861:112::-;16893:1;16919;16909:35;;16924:18;;:::i;:::-;-1:-1:-1;16958:9:1;;16861:112::o

Swarm Source

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