ETH Price: $3,106.27 (+1.16%)
Gas: 6 Gwei

Token

Bubble Budz (BubbleBudz)
 

Overview

Max Total Supply

5,024 BubbleBudz

Holders

1,352

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Filtered by Token Holder
meatverse.eth
Balance
4 BubbleBudz
0xa9ad9f7AbaCF2a3a9629717c2F73095DdfB53c5d
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:
BubbleBudz

Compiler Version
v0.8.7+commit.e28d00a7

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

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

// File: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/Strings.sol


// OpenZeppelin Contracts v4.3.2 (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: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/Context.sol


// OpenZeppelin Contracts v4.3.2 (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: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable.sol


// OpenZeppelin Contracts v4.3.2 (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: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/Address.sol


// OpenZeppelin Contracts v4.3.2 (utils/Address.sol)

pragma solidity ^0.8.0;

/**
 * @dev Collection of functions related to the address type
 */
library Address {
    /**
     * @dev Returns true if `account` is a contract.
     *
     * [IMPORTANT]
     * ====
     * It is unsafe to assume that an address for which this function returns
     * false is an externally-owned account (EOA) and not a contract.
     *
     * Among others, `isContract` will return false for the following
     * types of addresses:
     *
     *  - an externally-owned account
     *  - a contract in construction
     *  - an address where a contract will be created
     *  - an address where a contract lived, but was destroyed
     * ====
     */
    function isContract(address account) internal view returns (bool) {
        // This method relies on extcodesize, which returns 0 for contracts in
        // construction, since the code is only stored at the end of the
        // constructor execution.

        uint256 size;
        assembly {
            size := extcodesize(account)
        }
        return size > 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// File: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/IERC721Receiver.sol


// OpenZeppelin Contracts v4.3.2 (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: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/introspection/IERC165.sol


// OpenZeppelin Contracts v4.3.2 (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: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/introspection/ERC165.sol


// OpenZeppelin Contracts v4.3.2 (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: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/IERC721.sol


// OpenZeppelin Contracts v4.3.2 (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: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/extensions/IERC721Enumerable.sol


// OpenZeppelin Contracts v4.3.2 (token/ERC721/extensions/IERC721Enumerable.sol)

pragma solidity ^0.8.0;


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

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

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

// File: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/extensions/IERC721Metadata.sol


// OpenZeppelin Contracts v4.3.2 (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: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol


// OpenZeppelin Contracts v4.3.2 (token/ERC721/ERC721.sol)

pragma solidity ^0.8.0;








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

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        _approve(to, tokenId);
    }

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

        return _tokenApprovals[tokenId];
    }

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

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

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

        _transfer(from, to, tokenId);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        _beforeTokenTransfer(from, to, tokenId);

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

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

        emit Transfer(from, to, tokenId);
    }

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

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

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

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

// File: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/extensions/ERC721Enumerable.sol


// OpenZeppelin Contracts v4.3.2 (token/ERC721/extensions/ERC721Enumerable.sol)

pragma solidity ^0.8.0;



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

// File: bubblebudz.sol

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



interface iBubblez {
    function balanceOf(address address_) external view returns (uint); // erc20 balance
    function transferFrom(address from_, address to_, uint amount_) external returns (bool); // transferFrom erc20
    function burn(address from_, uint amount_) external; // function to burn tokens
}

contract BubbleBudz is ERC721Enumerable, Ownable {
    /*
    Written by: 0xInuarashi
    Discord: 0xInuarashi#1234
    Twitter: https://twitter.com/0xinuarashi

    Bubble Budz V2 Generative NFT
    Features: 
     - Merkle Tree Whitelisting [/]
     - Owner Mint [/]
     - Mint With $BUBBLEZ [/]
     - Reserved For Normal Mint (9000) [/]
     - Reserved For Bubblez Mint (1000) [/]
    */

    constructor() payable ERC721("Bubble Budz", "BubbleBudz") {}

    // General NFT Variables
    uint public maxTokens = 10000; 
    uint public mintPrice = 0.08 ether;
    uint public mintPriceBubblez = 140 ether;
    uint public maxMintsPerTx = 5; 
    uint public totalBubblezBurned = 0;

    // Set NFT Limits
    uint public normalTokensLimit = 9000; 
    uint public normalTokensMinted = 0;
    uint public bubblezTokensLimit = 1000;
    uint public bubblezTokensMinted = 0;
    
    uint public whitelistMaxMints = 5;
    uint public publicMaxMints = 20;

    // Wallet Trackers
    mapping(address => uint) public addressToWhitelistMints;
    mapping(address => uint) public addressToPublicMints;

    // Status Enablers
    bool public whitelistMintEnabled;
    uint public whitelistMintTime;

    bool public publicMintEnabled;
    uint public publicMintTime;

    bool public bubblezMintEnabled;
    
    // Merkle Root
    bytes32 public merkleRoot = 0x8049de73860e8a79864af5e3f96ed42a0db0abd52439d0a5954feddba17cb8ea;

    string internal baseTokenURI;
    string internal baseTokenURI_EXT;

    // Bubblez Interactions
    address public bubblezAddress;
    iBubblez public Bubblez;
    function setBubblez(address address_) external onlyOwner { 
        bubblezAddress = address_;
        Bubblez = iBubblez(address_);
    }

    // Events
    event Mint (address indexed to_, uint tokenId_);

    // Modifiers
    modifier onlySender {
        require(msg.sender == tx.origin, "No smart contracts allowed!");
        _;
    }
    modifier whitelistMint {
        require(whitelistMintEnabled && block.timestamp >= whitelistMintTime, "Whitelist Mints are not enabled yet!");
        _;
    }
    modifier publicMint {
        require(publicMintEnabled && block.timestamp >= publicMintTime, "Public Mints are not enabled yet!");
        _;
    }
    modifier bubblezMint {
        require(bubblezMintEnabled, "Bubblez Mints are not enabled yet!");
        _;
    }

    /////////////////////// Contract Administration /////////////////////////
    function setWhitelistMintStatus(bool bool_, uint time_) external onlyOwner {
        whitelistMintEnabled = bool_;
        whitelistMintTime = time_;
    }
    function setPublicMintStatus(bool bool_, uint time_) external onlyOwner {
        publicMintEnabled = bool_;
        publicMintTime = time_;
    }
    function setBubblezMintStatus(bool bool_) external onlyOwner {
        bubblezMintEnabled = bool_;
    }
    function setMerkleRoot(bytes32 merkleRoot_) external onlyOwner {
        merkleRoot = merkleRoot_;
    }
    function setBaseTokenURI(string memory uri_, string memory ext_) external onlyOwner {
        baseTokenURI = uri_;
        baseTokenURI_EXT = ext_;
    }

    // // View the Contract Statuses
    function whitelistMintIsEnabled() public view returns (bool) {
        return (whitelistMintEnabled && block.timestamp >= whitelistMintTime);
    }
    function publicMintIsEnabled() public view returns (bool) {
        return (publicMintEnabled && block.timestamp >= publicMintTime);
    }

    /////////////////////// Payable Contract Governance ///////////////////////
    mapping(address => bool) internal shareholderToUnlockGovernance;

    address internal Shareholder_1 = 0x1D628369DD259660482bf6c14Cb558F8d69a8242; // Chief
    address internal Shareholder_2 = 0x1eD3D146cb5945e1C894A70013Ed83F95693EA22; // 0xInuarashi

    uint internal Shareholder_1_Share = 80; // Chief
    uint internal Shareholder_2_Share = 20; // 0xInuarashi

    event Received(address from, uint amount);
    receive() external payable {
        emit Received(msg.sender, msg.value);
    }

    function withdrawEther() public onlyOwner {
        uint _totalETH = address(this).balance; // balance of contract

        uint _Shareholder_1_ETH = ((_totalETH * Shareholder_1_Share) / 100); 
        uint _Shareholder_2_ETH = ((_totalETH * Shareholder_2_Share) / 100); 

        payable(Shareholder_1).transfer(_Shareholder_1_ETH);
        payable(Shareholder_2).transfer(_Shareholder_2_ETH);
    }
    function viewWithdrawEtherAmounts() public view onlyOwner returns (uint[] memory) {
        uint _totalETH = address(this).balance;
        uint[] memory _ethToSendArray = new uint[](4);

        uint _Shareholder_1_ETH = ((_totalETH * Shareholder_1_Share) / 100); 
        uint _Shareholder_2_ETH = ((_totalETH * Shareholder_2_Share) / 100); 

        _ethToSendArray[0] = _Shareholder_1_ETH;
        _ethToSendArray[1] = _Shareholder_2_ETH;
        _ethToSendArray[2] = _totalETH;
        _ethToSendArray[3] = _Shareholder_1_ETH + _Shareholder_2_ETH; 

        return _ethToSendArray;
    }

    // // Emergency Functions
    modifier onlyShareholder {
        require(msg.sender == Shareholder_1 || msg.sender == Shareholder_2, "You are not a shareholder!");
        _;
    }
    modifier emergencyOnly {
        require(shareholderToUnlockGovernance[Shareholder_1] && shareholderToUnlockGovernance[Shareholder_2], "Emergency Functions have not been unlocked!");
        _;
    }

    function unlockEmergencyFunctionsAsShareholder() public onlyShareholder {
        shareholderToUnlockGovernance[msg.sender] = true;
    }
    function emergencyWithdrawEther() public onlyOwner emergencyOnly {
        payable(msg.sender).transfer(address(this).balance);
    }

    function checkGovernanceStatus(address address_) public view onlyShareholder returns (bool) {  
        return shareholderToUnlockGovernance[address_];
    }

    /////////////////////// Minting ///////////////////////
    // // Owner Mints
    function ownerMintMany(address to_, uint amount_) external onlyOwner {
        require(normalTokensLimit >= normalTokensMinted + amount_, "No more normal tokens left!");
        
        normalTokensMinted += amount_; 
        
        for (uint i = 0; i < amount_; i++) {
            uint _mintId = totalSupply() + 1; // iterate from 1
            _mint(to_, _mintId);
            emit Mint(to_, _mintId);
        }
    }

    // // Bubblez Mints
    function mintWithBubblez(uint amount_) public payable onlySender bubblezMint {
        require(bubblezTokensLimit >= bubblezTokensMinted + amount_, "No more BUBBLEZ mints remaining!");
        require(maxMintsPerTx >= amount_, "Over maximum mints per tx!");

        uint _bubblezCost = mintPriceBubblez * amount_;

        require(Bubblez.balanceOf(msg.sender) >= _bubblezCost, "You do not have enough BUBBLEZ!");

        // burn
        Bubblez.burn(msg.sender, _bubblezCost);
        totalBubblezBurned += _bubblezCost; 

        bubblezTokensMinted += amount_;

        for (uint i = 0; i < amount_; i++) { 
            uint _mintId = totalSupply() + 1; // iterate from 1
            _mint(msg.sender, _mintId);
            emit Mint(msg.sender, _mintId);
        }
    }

    // // Whitelist Mints
    function isWhitelisted(bytes32[] memory proof_) public view returns (bool) {
        bytes32 _leaf = keccak256(abi.encodePacked(msg.sender));

        for (uint i = 0; i < proof_.length; i++) {
            _leaf = _leaf < proof_[i] ? keccak256(abi.encodePacked(_leaf, proof_[i])) : keccak256(abi.encodePacked(proof_[i], _leaf));
        }
        return _leaf == merkleRoot;
    }
    function mintWhitelist(bytes32[] memory proof_, uint amount_) public payable onlySender whitelistMint {
        require(isWhitelisted(proof_), "You are not whitelisted!");
        require(normalTokensLimit >= normalTokensMinted + amount_, "No more tokens remaining!");
        require(maxMintsPerTx >= amount_, "Over maxmimum mints per tx!");
        require(msg.value == mintPrice * amount_, "Invalid value sent!");
        require(whitelistMaxMints >= addressToWhitelistMints[msg.sender] + amount_, "Your address doesn't have enough whitelist mint quota!");

        normalTokensMinted += amount_;
        addressToWhitelistMints[msg.sender] += amount_;

        for (uint i = 0; i < amount_; i++) {
            uint _mintId = totalSupply() + 1; // iterate from 1
            _mint(msg.sender, _mintId);
            emit Mint(msg.sender, _mintId);
        }
    }

    // // Public Mints
    function mint(uint amount_) public payable onlySender publicMint {
        require(normalTokensLimit >= normalTokensMinted + amount_, "No more tokens remaining!");
        require(maxMintsPerTx >= amount_, "Over maximum mints per tx!");
        require(msg.value == mintPrice * amount_, "Invalid value sent!");
        require(publicMaxMints >= addressToPublicMints[msg.sender] + amount_, "Your address doesn't have enough public mint quota!");

        normalTokensMinted += amount_;
        addressToPublicMints[msg.sender] += amount_;

        for (uint i = 0; i < amount_; i++) {
            uint _mintId = totalSupply() + 1; // iterate from 1
            _mint(msg.sender, _mintId);
            emit Mint(msg.sender, _mintId);
        }
    }

    // // NFT View Functions
    function tokenURI(uint tokenId_) public view override returns (string memory) {
        require(_exists(tokenId_), "Query for non-existent token!");
        return string(abi.encodePacked(baseTokenURI, Strings.toString(tokenId_), baseTokenURI_EXT));
    }
    function walletOfOwner(address address_) public view returns (uint[] memory) {
        uint _balance = balanceOf(address_); // get balance of address
        uint[] memory _tokenIds = new uint[](_balance); // initialize array
        for (uint i = 0; i < _balance; i++) {
            _tokenIds[i] = tokenOfOwnerByIndex(address_, i);
        }
        return _tokenIds;
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"payable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"to_","type":"address"},{"indexed":false,"internalType":"uint256","name":"tokenId_","type":"uint256"}],"name":"Mint","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":false,"internalType":"address","name":"from","type":"address"},{"indexed":false,"internalType":"uint256","name":"amount","type":"uint256"}],"name":"Received","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":[],"name":"Bubblez","outputs":[{"internalType":"contract iBubblez","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"addressToPublicMints","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"}],"name":"addressToWhitelistMints","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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":"bubblezAddress","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"bubblezMintEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"bubblezTokensLimit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"bubblezTokensMinted","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"address_","type":"address"}],"name":"checkGovernanceStatus","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"emergencyWithdrawEther","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32[]","name":"proof_","type":"bytes32[]"}],"name":"isWhitelisted","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxMintsPerTx","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxTokens","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"merkleRoot","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount_","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"mintPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"mintPriceBubblez","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32[]","name":"proof_","type":"bytes32[]"},{"internalType":"uint256","name":"amount_","type":"uint256"}],"name":"mintWhitelist","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"uint256","name":"amount_","type":"uint256"}],"name":"mintWithBubblez","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"normalTokensLimit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"normalTokensMinted","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to_","type":"address"},{"internalType":"uint256","name":"amount_","type":"uint256"}],"name":"ownerMintMany","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"publicMaxMints","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"publicMintEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"publicMintIsEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"publicMintTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"uri_","type":"string"},{"internalType":"string","name":"ext_","type":"string"}],"name":"setBaseTokenURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"address_","type":"address"}],"name":"setBubblez","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"bool_","type":"bool"}],"name":"setBubblezMintStatus","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"merkleRoot_","type":"bytes32"}],"name":"setMerkleRoot","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"bool_","type":"bool"},{"internalType":"uint256","name":"time_","type":"uint256"}],"name":"setPublicMintStatus","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"bool_","type":"bool"},{"internalType":"uint256","name":"time_","type":"uint256"}],"name":"setWhitelistMintStatus","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId_","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalBubblezBurned","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"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":"unlockEmergencyFunctionsAsShareholder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"viewWithdrawEtherAmounts","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"address_","type":"address"}],"name":"walletOfOwner","outputs":[{"internalType":"uint256[]","name":"","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"whitelistMaxMints","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"whitelistMintEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"whitelistMintIsEnabled","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"whitelistMintTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"withdrawEther","outputs":[],"stateMutability":"nonpayable","type":"function"},{"stateMutability":"payable","type":"receive"}]

612710600b90815567011c37937e080000600c55680796e3ea3f8ab00000600d556005600e8190556000600f81905561232860105560118190556103e86012556013819055601491825560158290557f8049de73860e8a79864af5e3f96ed42a0db0abd52439d0a5954feddba17cb8ea601d55602380546001600160a01b0319908116731d628369dd259660482bf6c14cb558f8d69a82421790915560248054909116731ed3d146cb5945e1c894a70013ed83f95693ea22179055605060255560269190915560808281526a213ab131363290213ab23d60a91b60a0908152610100604052600a60c090815269213ab1313632a13ab23d60b11b60e052919391926200010e929091906200019d565b508051620001249060019060208401906200019d565b505050620001416200013b6200014760201b60201c565b6200014b565b62000280565b3390565b600a80546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b828054620001ab9062000243565b90600052602060002090601f016020900481019282620001cf57600085556200021a565b82601f10620001ea57805160ff19168380011785556200021a565b828001600101855582156200021a579182015b828111156200021a578251825591602001919060010190620001fd565b50620002289291506200022c565b5090565b5b808211156200022857600081556001016200022d565b600181811c908216806200025857607f821691505b602082108114156200027a57634e487b7160e01b600052602260045260246000fd5b50919050565b61364280620002906000396000f3fe6080604052600436106103905760003560e01c80636caede3d116101dc578063a8f72e1211610102578063dc30158b116100a0578063e985e9c51161006f578063e985e9c514610a05578063ed29011514610a4e578063f2fde38b14610a63578063fbee812114610a8357600080fd5b8063dc30158b146109a4578063dc92f8f0146109ba578063e105efa3146109cf578063e8315742146109ef57600080fd5b8063be365383116100dc578063be36538314610935578063c87b56dd14610955578063d0781e2f14610975578063d9d2b4cd1461098f57600080fd5b8063a8f72e12146108df578063aa847eb9146108f5578063b88d4fde1461091557600080fd5b8063895f263f1161017a5780639ea7f872116101495780639ea7f87214610886578063a0712d6814610899578063a22cb465146108ac578063a6d612f9146108cc57600080fd5b8063895f263f146108105780638da5cb5b1461083d57806395d89b411461085b5780639bf2e1f11461087057600080fd5b806373454a76116101b657806373454a76146107a55780637362377b146107c55780637cb64759146107da57806383da5ecf146107fa57600080fd5b80636caede3d1461075657806370a0823114610770578063715018a61461079057600080fd5b80632eb4a7ab116102c1578063438b63001161025f5780635e4034721161022e5780635e403472146106f45780635eedbe331461070a5780636352211e146107205780636817c76c1461074057600080fd5b8063438b63001461067157806345947076146106915780634f6ccce7146106a757806357125de7146106c757600080fd5b8063324ce9841161029b578063324ce9841461060557806335fb4ce6146106255780633a6ffab81461063b57806342842e0e1461065157600080fd5b80632eb4a7ab146105af5780632f745c59146105c557806330bf1dd3146105e557600080fd5b80630f4161aa1161032e57806318160ddd1161030857806318160ddd1461053857806322f147621461054d57806323b872dd1461056f578063268b27e31461058f57600080fd5b80630f4161aa146104e957806315e42ed21461050357806317edf3771461051857600080fd5b8063081812fc1161036a578063081812fc1461044b578063095ea7b3146104835780630b9b001c146104a55780630c671e70146104c557600080fd5b806301ffc9a7146103d4578063069824fb1461040957806306fdde031461042957600080fd5b366103cf57604080513381523460208201527f88a5966d370b9919b20f3e2c13ff65706f196a4e32cc2c12bf57088f88525874910160405180910390a1005b600080fd5b3480156103e057600080fd5b506103f46103ef3660046130ec565b610a99565b60405190151581526020015b60405180910390f35b34801561041557600080fd5b506103f4610424366004613022565b610ac4565b34801561043557600080fd5b5061043e610be6565b604051610400919061331d565b34801561045757600080fd5b5061046b6104663660046130d3565b610c78565b6040516001600160a01b039091168152602001610400565b34801561048f57600080fd5b506104a361049e366004612ff8565b610d12565b005b3480156104b157600080fd5b506104a36104c0366004613126565b610e28565b3480156104d157600080fd5b506104db600d5481565b604051908152602001610400565b3480156104f557600080fd5b50601a546103f49060ff1681565b34801561050f57600080fd5b506103f4610e79565b34801561052457600080fd5b506104a3610533366004612ec8565b610e95565b34801561054457600080fd5b506008546104db565b34801561055957600080fd5b50610562610eeb565b60405161040091906132d9565b34801561057b57600080fd5b506104a361058a366004612f16565b61100a565b34801561059b57600080fd5b5060205461046b906001600160a01b031681565b3480156105bb57600080fd5b506104db601d5481565b3480156105d157600080fd5b506104db6105e0366004612ff8565b61103b565b3480156105f157600080fd5b506104a36106003660046130b7565b6110d1565b34801561061157600080fd5b506104a3610620366004612ff8565b611112565b34801561063157600080fd5b506104db600f5481565b34801561064757600080fd5b506104db60125481565b34801561065d57600080fd5b506104a361066c366004612f16565b611224565b34801561067d57600080fd5b5061056261068c366004612ec8565b61123f565b34801561069d57600080fd5b506104db60155481565b3480156106b357600080fd5b506104db6106c23660046130d3565b6112e1565b3480156106d357600080fd5b506104db6106e2366004612ec8565b60166020526000908152604090205481565b34801561070057600080fd5b506104db601b5481565b34801561071657600080fd5b506104db60115481565b34801561072c57600080fd5b5061046b61073b3660046130d3565b611374565b34801561074c57600080fd5b506104db600c5481565b34801561076257600080fd5b506018546103f49060ff1681565b34801561077c57600080fd5b506104db61078b366004612ec8565b6113eb565b34801561079c57600080fd5b506104a3611472565b3480156107b157600080fd5b5060215461046b906001600160a01b031681565b3480156107d157600080fd5b506104a36114a8565b3480156107e657600080fd5b506104a36107f53660046130d3565b61158b565b34801561080657600080fd5b506104db60135481565b34801561081c57600080fd5b506104db61082b366004612ec8565b60176020526000908152604090205481565b34801561084957600080fd5b50600a546001600160a01b031661046b565b34801561086757600080fd5b5061043e6115ba565b34801561087c57600080fd5b506104db60105481565b6104a36108943660046130d3565b6115c9565b6104a36108a73660046130d3565b6118cc565b3480156108b857600080fd5b506104a36108c7366004612fce565b611b7f565b6104a36108da366004613057565b611b8a565b3480156108eb57600080fd5b506104db60195481565b34801561090157600080fd5b506104a361091036600461309c565b611e93565b34801561092157600080fd5b506104a3610930366004612f52565b611ed0565b34801561094157600080fd5b506103f4610950366004612ec8565b611f02565b34801561096157600080fd5b5061043e6109703660046130d3565b611f97565b34801561098157600080fd5b50601c546103f49060ff1681565b34801561099b57600080fd5b506104a3612033565b3480156109b057600080fd5b506104db600e5481565b3480156109c657600080fd5b506104a36120be565b3480156109db57600080fd5b506104a36109ea3660046130b7565b6121bb565b3480156109fb57600080fd5b506104db600b5481565b348015610a1157600080fd5b506103f4610a20366004612ee3565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b348015610a5a57600080fd5b506103f46121fc565b348015610a6f57600080fd5b506104a3610a7e366004612ec8565b612216565b348015610a8f57600080fd5b506104db60145481565b60006001600160e01b0319821663780e9d6360e01b1480610abe5750610abe826122ae565b92915050565b6040516bffffffffffffffffffffffff193360601b166020820152600090819060340160405160208183030381529060405280519060200120905060005b8351811015610bdb57838181518110610b1d57610b1d6135aa565b60200260200101518210610b7b57838181518110610b3d57610b3d6135aa565b602002602001015182604051602001610b60929190918252602082015260400190565b60405160208183030381529060405280519060200120610bc7565b81848281518110610b8e57610b8e6135aa565b6020026020010151604051602001610bb0929190918252602082015260400190565b604051602081830303815290604052805190602001205b915080610bd381613539565b915050610b02565b50601d541492915050565b606060008054610bf5906134fe565b80601f0160208091040260200160405190810160405280929190818152602001828054610c21906134fe565b8015610c6e5780601f10610c4357610100808354040283529160200191610c6e565b820191906000526020600020905b815481529060010190602001808311610c5157829003601f168201915b5050505050905090565b6000818152600260205260408120546001600160a01b0316610cf65760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600460205260409020546001600160a01b031690565b6000610d1d82611374565b9050806001600160a01b0316836001600160a01b03161415610d8b5760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b6064820152608401610ced565b336001600160a01b0382161480610da75750610da78133610a20565b610e195760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c00000000000000006064820152608401610ced565b610e2383836122fe565b505050565b600a546001600160a01b03163314610e525760405162461bcd60e51b8152600401610ced90613382565b8151610e6590601e906020850190612d03565b508051610e2390601f906020840190612d03565b60185460009060ff168015610e9057506019544210155b905090565b600a546001600160a01b03163314610ebf5760405162461bcd60e51b8152600401610ced90613382565b602080546001600160a01b039092166001600160a01b0319928316811790915560218054909216179055565b600a546060906001600160a01b03163314610f185760405162461bcd60e51b8152600401610ced90613382565b60408051600480825260a08201909252479160009190602082016080803683370190505090506000606460255484610f50919061349c565b610f5a9190613488565b90506000606460265485610f6e919061349c565b610f789190613488565b90508183600081518110610f8e57610f8e6135aa565b6020026020010181815250508083600181518110610fae57610fae6135aa565b6020026020010181815250508383600281518110610fce57610fce6135aa565b6020908102919091010152610fe38183613470565b83600381518110610ff657610ff66135aa565b602090810291909101015250909250505090565b611014338261236c565b6110305760405162461bcd60e51b8152600401610ced906133b7565b610e23838383612463565b6000611046836113eb565b82106110a85760405162461bcd60e51b815260206004820152602b60248201527f455243373231456e756d657261626c653a206f776e657220696e646578206f7560448201526a74206f6620626f756e647360a81b6064820152608401610ced565b506001600160a01b03919091166000908152600660209081526040808320938352929052205490565b600a546001600160a01b031633146110fb5760405162461bcd60e51b8152600401610ced90613382565b6018805460ff191692151592909217909155601955565b600a546001600160a01b0316331461113c5760405162461bcd60e51b8152600401610ced90613382565b8060115461114a9190613470565b601054101561119b5760405162461bcd60e51b815260206004820152601b60248201527f4e6f206d6f7265206e6f726d616c20746f6b656e73206c6566742100000000006044820152606401610ced565b80601160008282546111ad9190613470565b90915550600090505b81811015610e235760006111c960085490565b6111d4906001613470565b90506111e0848261260e565b836001600160a01b03166000805160206135ed8339815191528260405161120991815260200190565b60405180910390a2508061121c81613539565b9150506111b6565b610e2383838360405180602001604052806000815250611ed0565b6060600061124c836113eb565b905060008167ffffffffffffffff811115611269576112696135c0565b604051908082528060200260200182016040528015611292578160200160208202803683370190505b50905060005b828110156112d9576112aa858261103b565b8282815181106112bc576112bc6135aa565b6020908102919091010152806112d181613539565b915050611298565b509392505050565b60006112ec60085490565b821061134f5760405162461bcd60e51b815260206004820152602c60248201527f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60448201526b7574206f6620626f756e647360a01b6064820152608401610ced565b60088281548110611362576113626135aa565b90600052602060002001549050919050565b6000818152600260205260408120546001600160a01b031680610abe5760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b6064820152608401610ced565b60006001600160a01b0382166114565760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b6064820152608401610ced565b506001600160a01b031660009081526003602052604090205490565b600a546001600160a01b0316331461149c5760405162461bcd60e51b8152600401610ced90613382565b6114a6600061275c565b565b600a546001600160a01b031633146114d25760405162461bcd60e51b8152600401610ced90613382565b60255447906000906064906114e7908461349c565b6114f19190613488565b90506000606460265484611505919061349c565b61150f9190613488565b6023546040519192506001600160a01b03169083156108fc029084906000818181858888f1935050505015801561154a573d6000803e3d6000fd5b506024546040516001600160a01b039091169082156108fc029083906000818181858888f19350505050158015611585573d6000803e3d6000fd5b50505050565b600a546001600160a01b031633146115b55760405162461bcd60e51b8152600401610ced90613382565b601d55565b606060018054610bf5906134fe565b3332146115e85760405162461bcd60e51b8152600401610ced90613408565b601c5460ff166116455760405162461bcd60e51b815260206004820152602260248201527f427562626c657a204d696e747320617265206e6f7420656e61626c6564207965604482015261742160f01b6064820152608401610ced565b806013546116539190613470565b60125410156116a45760405162461bcd60e51b815260206004820181905260248201527f4e6f206d6f726520425542424c455a206d696e74732072656d61696e696e67216044820152606401610ced565b80600e5410156116f65760405162461bcd60e51b815260206004820152601a60248201527f4f766572206d6178696d756d206d696e747320706572207478210000000000006044820152606401610ced565b600081600d54611706919061349c565b6021546040516370a0823160e01b815233600482015291925082916001600160a01b03909116906370a082319060240160206040518083038186803b15801561174e57600080fd5b505afa158015611762573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611786919061318a565b10156117d45760405162461bcd60e51b815260206004820152601f60248201527f596f7520646f206e6f74206861766520656e6f75676820425542424c455a21006044820152606401610ced565b602154604051632770a7eb60e21b8152336004820152602481018390526001600160a01b0390911690639dc29fac90604401600060405180830381600087803b15801561182057600080fd5b505af1158015611834573d6000803e3d6000fd5b5050505080600f600082825461184a9190613470565b9250508190555081601360008282546118639190613470565b90915550600090505b82811015610e2357600061187f60085490565b61188a906001613470565b9050611896338261260e565b60405181815233906000805160206135ed8339815191529060200160405180910390a250806118c481613539565b91505061186c565b3332146118eb5760405162461bcd60e51b8152600401610ced90613408565b601a5460ff1680156118ff5750601b544210155b6119555760405162461bcd60e51b815260206004820152602160248201527f5075626c6963204d696e747320617265206e6f7420656e61626c6564207965746044820152602160f81b6064820152608401610ced565b806011546119639190613470565b60105410156119b05760405162461bcd60e51b81526020600482015260196024820152784e6f206d6f726520746f6b656e732072656d61696e696e672160381b6044820152606401610ced565b80600e541015611a025760405162461bcd60e51b815260206004820152601a60248201527f4f766572206d6178696d756d206d696e747320706572207478210000000000006044820152606401610ced565b80600c54611a10919061349c565b3414611a545760405162461bcd60e51b8152602060048201526013602482015272496e76616c69642076616c75652073656e742160681b6044820152606401610ced565b33600090815260176020526040902054611a6f908290613470565b6015541015611adc5760405162461bcd60e51b815260206004820152603360248201527f596f7572206164647265737320646f65736e2774206861766520656e6f756768604482015272207075626c6963206d696e742071756f74612160681b6064820152608401610ced565b8060116000828254611aee9190613470565b90915550503360009081526017602052604081208054839290611b12908490613470565b90915550600090505b81811015611b7b576000611b2e60085490565b611b39906001613470565b9050611b45338261260e565b60405181815233906000805160206135ed8339815191529060200160405180910390a25080611b7381613539565b915050611b1b565b5050565b611b7b3383836127ae565b333214611ba95760405162461bcd60e51b8152600401610ced90613408565b60185460ff168015611bbd57506019544210155b611c155760405162461bcd60e51b8152602060048201526024808201527f57686974656c697374204d696e747320617265206e6f7420656e61626c6564206044820152637965742160e01b6064820152608401610ced565b611c1e82610ac4565b611c6a5760405162461bcd60e51b815260206004820152601860248201527f596f7520617265206e6f742077686974656c69737465642100000000000000006044820152606401610ced565b80601154611c789190613470565b6010541015611cc55760405162461bcd60e51b81526020600482015260196024820152784e6f206d6f726520746f6b656e732072656d61696e696e672160381b6044820152606401610ced565b80600e541015611d175760405162461bcd60e51b815260206004820152601b60248201527f4f766572206d61786d696d756d206d696e7473207065722074782100000000006044820152606401610ced565b80600c54611d25919061349c565b3414611d695760405162461bcd60e51b8152602060048201526013602482015272496e76616c69642076616c75652073656e742160681b6044820152606401610ced565b33600090815260166020526040902054611d84908290613470565b6014541015611df45760405162461bcd60e51b815260206004820152603660248201527f596f7572206164647265737320646f65736e2774206861766520656e6f7567686044820152752077686974656c697374206d696e742071756f74612160501b6064820152608401610ced565b8060116000828254611e069190613470565b90915550503360009081526016602052604081208054839290611e2a908490613470565b90915550600090505b81811015610e23576000611e4660085490565b611e51906001613470565b9050611e5d338261260e565b60405181815233906000805160206135ed8339815191529060200160405180910390a25080611e8b81613539565b915050611e33565b600a546001600160a01b03163314611ebd5760405162461bcd60e51b8152600401610ced90613382565b601c805460ff1916911515919091179055565b611eda338361236c565b611ef65760405162461bcd60e51b8152600401610ced906133b7565b6115858484848461287d565b6023546000906001600160a01b0316331480611f2857506024546001600160a01b031633145b611f745760405162461bcd60e51b815260206004820152601a60248201527f596f7520617265206e6f742061207368617265686f6c646572210000000000006044820152606401610ced565b506001600160a01b03811660009081526022602052604090205460ff165b919050565b6000818152600260205260409020546060906001600160a01b0316611ffe5760405162461bcd60e51b815260206004820152601d60248201527f517565727920666f72206e6f6e2d6578697374656e7420746f6b656e210000006044820152606401610ced565b601e612009836128b0565b601f60405160200161201d93929190613269565b6040516020818303038152906040529050919050565b6023546001600160a01b031633148061205657506024546001600160a01b031633145b6120a25760405162461bcd60e51b815260206004820152601a60248201527f596f7520617265206e6f742061207368617265686f6c646572210000000000006044820152606401610ced565b336000908152602260205260409020805460ff19166001179055565b600a546001600160a01b031633146120e85760405162461bcd60e51b8152600401610ced90613382565b6023546001600160a01b031660009081526022602052604090205460ff16801561212c57506024546001600160a01b031660009081526022602052604090205460ff165b61218c5760405162461bcd60e51b815260206004820152602b60248201527f456d657267656e63792046756e6374696f6e732068617665206e6f742062656560448201526a6e20756e6c6f636b65642160a81b6064820152608401610ced565b60405133904780156108fc02916000818181858888f193505050501580156121b8573d6000803e3d6000fd5b50565b600a546001600160a01b031633146121e55760405162461bcd60e51b8152600401610ced90613382565b601a805460ff191692151592909217909155601b55565b601a5460009060ff168015610e90575050601b5442101590565b600a546001600160a01b031633146122405760405162461bcd60e51b8152600401610ced90613382565b6001600160a01b0381166122a55760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610ced565b6121b88161275c565b60006001600160e01b031982166380ac58cd60e01b14806122df57506001600160e01b03198216635b5e139f60e01b145b80610abe57506301ffc9a760e01b6001600160e01b0319831614610abe565b600081815260046020526040902080546001600160a01b0319166001600160a01b038416908117909155819061233382611374565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000818152600260205260408120546001600160a01b03166123e55760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b6064820152608401610ced565b60006123f083611374565b9050806001600160a01b0316846001600160a01b0316148061242b5750836001600160a01b031661242084610c78565b6001600160a01b0316145b8061245b57506001600160a01b0380821660009081526005602090815260408083209388168352929052205460ff165b949350505050565b826001600160a01b031661247682611374565b6001600160a01b0316146124de5760405162461bcd60e51b815260206004820152602960248201527f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960448201526839903737ba1037bbb760b91b6064820152608401610ced565b6001600160a01b0382166125405760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b6064820152608401610ced565b61254b8383836129ae565b6125566000826122fe565b6001600160a01b038316600090815260036020526040812080546001929061257f9084906134bb565b90915550506001600160a01b03821660009081526003602052604081208054600192906125ad908490613470565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6001600160a01b0382166126645760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f20616464726573736044820152606401610ced565b6000818152600260205260409020546001600160a01b0316156126c95760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006044820152606401610ced565b6126d5600083836129ae565b6001600160a01b03821660009081526003602052604081208054600192906126fe908490613470565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b600a80546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b816001600160a01b0316836001600160a01b031614156128105760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c6572000000000000006044820152606401610ced565b6001600160a01b03838116600081815260056020908152604080832094871680845294825291829020805460ff191686151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a3505050565b612888848484612463565b61289484848484612a66565b6115855760405162461bcd60e51b8152600401610ced90613330565b6060816128d45750506040805180820190915260018152600360fc1b602082015290565b8160005b81156128fe57806128e881613539565b91506128f79050600a83613488565b91506128d8565b60008167ffffffffffffffff811115612919576129196135c0565b6040519080825280601f01601f191660200182016040528015612943576020820181803683370190505b5090505b841561245b576129586001836134bb565b9150612965600a86613554565b612970906030613470565b60f81b818381518110612985576129856135aa565b60200101906001600160f81b031916908160001a9053506129a7600a86613488565b9450612947565b6001600160a01b038316612a0957612a0481600880546000838152600960205260408120829055600182018355919091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30155565b612a2c565b816001600160a01b0316836001600160a01b031614612a2c57612a2c8382612b73565b6001600160a01b038216612a4357610e2381612c10565b826001600160a01b0316826001600160a01b031614610e2357610e238282612cbf565b60006001600160a01b0384163b15612b6857604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290612aaa90339089908890889060040161329c565b602060405180830381600087803b158015612ac457600080fd5b505af1925050508015612af4575060408051601f3d908101601f19168201909252612af191810190613109565b60015b612b4e573d808015612b22576040519150601f19603f3d011682016040523d82523d6000602084013e612b27565b606091505b508051612b465760405162461bcd60e51b8152600401610ced90613330565b805181602001fd5b6001600160e01b031916630a85bd0160e11b14905061245b565b506001949350505050565b60006001612b80846113eb565b612b8a91906134bb565b600083815260076020526040902054909150808214612bdd576001600160a01b03841660009081526006602090815260408083208584528252808320548484528184208190558352600790915290208190555b5060009182526007602090815260408084208490556001600160a01b039094168352600681528383209183525290812055565b600854600090612c22906001906134bb565b60008381526009602052604081205460088054939450909284908110612c4a57612c4a6135aa565b906000526020600020015490508060088381548110612c6b57612c6b6135aa565b6000918252602080832090910192909255828152600990915260408082208490558582528120556008805480612ca357612ca3613594565b6001900381819060005260206000200160009055905550505050565b6000612cca836113eb565b6001600160a01b039093166000908152600660209081526040808320868452825280832085905593825260079052919091209190915550565b828054612d0f906134fe565b90600052602060002090601f016020900481019282612d315760008555612d77565b82601f10612d4a57805160ff1916838001178555612d77565b82800160010185558215612d77579182015b82811115612d77578251825591602001919060010190612d5c565b50612d83929150612d87565b5090565b5b80821115612d835760008155600101612d88565b600067ffffffffffffffff831115612db657612db66135c0565b612dc9601f8401601f191660200161343f565b9050828152838383011115612ddd57600080fd5b828260208301376000602084830101529392505050565b80356001600160a01b0381168114611f9257600080fd5b600082601f830112612e1c57600080fd5b8135602067ffffffffffffffff821115612e3857612e386135c0565b8160051b612e4782820161343f565b838152828101908684018388018501891015612e6257600080fd5b600093505b85841015612e85578035835260019390930192918401918401612e67565b50979650505050505050565b80358015158114611f9257600080fd5b600082601f830112612eb257600080fd5b612ec183833560208501612d9c565b9392505050565b600060208284031215612eda57600080fd5b612ec182612df4565b60008060408385031215612ef657600080fd5b612eff83612df4565b9150612f0d60208401612df4565b90509250929050565b600080600060608486031215612f2b57600080fd5b612f3484612df4565b9250612f4260208501612df4565b9150604084013590509250925092565b60008060008060808587031215612f6857600080fd5b612f7185612df4565b9350612f7f60208601612df4565b925060408501359150606085013567ffffffffffffffff811115612fa257600080fd5b8501601f81018713612fb357600080fd5b612fc287823560208401612d9c565b91505092959194509250565b60008060408385031215612fe157600080fd5b612fea83612df4565b9150612f0d60208401612e91565b6000806040838503121561300b57600080fd5b61301483612df4565b946020939093013593505050565b60006020828403121561303457600080fd5b813567ffffffffffffffff81111561304b57600080fd5b61245b84828501612e0b565b6000806040838503121561306a57600080fd5b823567ffffffffffffffff81111561308157600080fd5b61308d85828601612e0b565b95602094909401359450505050565b6000602082840312156130ae57600080fd5b612ec182612e91565b600080604083850312156130ca57600080fd5b61301483612e91565b6000602082840312156130e557600080fd5b5035919050565b6000602082840312156130fe57600080fd5b8135612ec1816135d6565b60006020828403121561311b57600080fd5b8151612ec1816135d6565b6000806040838503121561313957600080fd5b823567ffffffffffffffff8082111561315157600080fd5b61315d86838701612ea1565b9350602085013591508082111561317357600080fd5b5061318085828601612ea1565b9150509250929050565b60006020828403121561319c57600080fd5b5051919050565b600081518084526131bb8160208601602086016134d2565b601f01601f19169290920160200192915050565b8054600090600181811c90808316806131e957607f831692505b602080841082141561320b57634e487b7160e01b600052602260045260246000fd5b81801561321f57600181146132305761325d565b60ff1986168952848901965061325d565b60008881526020902060005b868110156132555781548b82015290850190830161323c565b505084890196505b50505050505092915050565b600061327582866131cf565b84516132858183602089016134d2565b613291818301866131cf565b979650505050505050565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906132cf908301846131a3565b9695505050505050565b6020808252825182820181905260009190848201906040850190845b81811015613311578351835292840192918401916001016132f5565b50909695505050505050565b602081526000612ec160208301846131a3565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b6020808252601b908201527f4e6f20736d61727420636f6e74726163747320616c6c6f776564210000000000604082015260600190565b604051601f8201601f1916810167ffffffffffffffff81118282101715613468576134686135c0565b604052919050565b6000821982111561348357613483613568565b500190565b6000826134975761349761357e565b500490565b60008160001904831182151516156134b6576134b6613568565b500290565b6000828210156134cd576134cd613568565b500390565b60005b838110156134ed5781810151838201526020016134d5565b838111156115855750506000910152565b600181811c9082168061351257607f821691505b6020821081141561353357634e487b7160e01b600052602260045260246000fd5b50919050565b600060001982141561354d5761354d613568565b5060010190565b6000826135635761356361357e565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b0319811681146121b857600080fdfe0f6798a560793a54c3bcfe86a93cde1e73087d944c0ea20544137d4121396885a2646970667358221220da95002313821af435312cbab41baf650e2c5992ea55ef92a5d91715e599731e64736f6c63430008070033

Deployed Bytecode

0x6080604052600436106103905760003560e01c80636caede3d116101dc578063a8f72e1211610102578063dc30158b116100a0578063e985e9c51161006f578063e985e9c514610a05578063ed29011514610a4e578063f2fde38b14610a63578063fbee812114610a8357600080fd5b8063dc30158b146109a4578063dc92f8f0146109ba578063e105efa3146109cf578063e8315742146109ef57600080fd5b8063be365383116100dc578063be36538314610935578063c87b56dd14610955578063d0781e2f14610975578063d9d2b4cd1461098f57600080fd5b8063a8f72e12146108df578063aa847eb9146108f5578063b88d4fde1461091557600080fd5b8063895f263f1161017a5780639ea7f872116101495780639ea7f87214610886578063a0712d6814610899578063a22cb465146108ac578063a6d612f9146108cc57600080fd5b8063895f263f146108105780638da5cb5b1461083d57806395d89b411461085b5780639bf2e1f11461087057600080fd5b806373454a76116101b657806373454a76146107a55780637362377b146107c55780637cb64759146107da57806383da5ecf146107fa57600080fd5b80636caede3d1461075657806370a0823114610770578063715018a61461079057600080fd5b80632eb4a7ab116102c1578063438b63001161025f5780635e4034721161022e5780635e403472146106f45780635eedbe331461070a5780636352211e146107205780636817c76c1461074057600080fd5b8063438b63001461067157806345947076146106915780634f6ccce7146106a757806357125de7146106c757600080fd5b8063324ce9841161029b578063324ce9841461060557806335fb4ce6146106255780633a6ffab81461063b57806342842e0e1461065157600080fd5b80632eb4a7ab146105af5780632f745c59146105c557806330bf1dd3146105e557600080fd5b80630f4161aa1161032e57806318160ddd1161030857806318160ddd1461053857806322f147621461054d57806323b872dd1461056f578063268b27e31461058f57600080fd5b80630f4161aa146104e957806315e42ed21461050357806317edf3771461051857600080fd5b8063081812fc1161036a578063081812fc1461044b578063095ea7b3146104835780630b9b001c146104a55780630c671e70146104c557600080fd5b806301ffc9a7146103d4578063069824fb1461040957806306fdde031461042957600080fd5b366103cf57604080513381523460208201527f88a5966d370b9919b20f3e2c13ff65706f196a4e32cc2c12bf57088f88525874910160405180910390a1005b600080fd5b3480156103e057600080fd5b506103f46103ef3660046130ec565b610a99565b60405190151581526020015b60405180910390f35b34801561041557600080fd5b506103f4610424366004613022565b610ac4565b34801561043557600080fd5b5061043e610be6565b604051610400919061331d565b34801561045757600080fd5b5061046b6104663660046130d3565b610c78565b6040516001600160a01b039091168152602001610400565b34801561048f57600080fd5b506104a361049e366004612ff8565b610d12565b005b3480156104b157600080fd5b506104a36104c0366004613126565b610e28565b3480156104d157600080fd5b506104db600d5481565b604051908152602001610400565b3480156104f557600080fd5b50601a546103f49060ff1681565b34801561050f57600080fd5b506103f4610e79565b34801561052457600080fd5b506104a3610533366004612ec8565b610e95565b34801561054457600080fd5b506008546104db565b34801561055957600080fd5b50610562610eeb565b60405161040091906132d9565b34801561057b57600080fd5b506104a361058a366004612f16565b61100a565b34801561059b57600080fd5b5060205461046b906001600160a01b031681565b3480156105bb57600080fd5b506104db601d5481565b3480156105d157600080fd5b506104db6105e0366004612ff8565b61103b565b3480156105f157600080fd5b506104a36106003660046130b7565b6110d1565b34801561061157600080fd5b506104a3610620366004612ff8565b611112565b34801561063157600080fd5b506104db600f5481565b34801561064757600080fd5b506104db60125481565b34801561065d57600080fd5b506104a361066c366004612f16565b611224565b34801561067d57600080fd5b5061056261068c366004612ec8565b61123f565b34801561069d57600080fd5b506104db60155481565b3480156106b357600080fd5b506104db6106c23660046130d3565b6112e1565b3480156106d357600080fd5b506104db6106e2366004612ec8565b60166020526000908152604090205481565b34801561070057600080fd5b506104db601b5481565b34801561071657600080fd5b506104db60115481565b34801561072c57600080fd5b5061046b61073b3660046130d3565b611374565b34801561074c57600080fd5b506104db600c5481565b34801561076257600080fd5b506018546103f49060ff1681565b34801561077c57600080fd5b506104db61078b366004612ec8565b6113eb565b34801561079c57600080fd5b506104a3611472565b3480156107b157600080fd5b5060215461046b906001600160a01b031681565b3480156107d157600080fd5b506104a36114a8565b3480156107e657600080fd5b506104a36107f53660046130d3565b61158b565b34801561080657600080fd5b506104db60135481565b34801561081c57600080fd5b506104db61082b366004612ec8565b60176020526000908152604090205481565b34801561084957600080fd5b50600a546001600160a01b031661046b565b34801561086757600080fd5b5061043e6115ba565b34801561087c57600080fd5b506104db60105481565b6104a36108943660046130d3565b6115c9565b6104a36108a73660046130d3565b6118cc565b3480156108b857600080fd5b506104a36108c7366004612fce565b611b7f565b6104a36108da366004613057565b611b8a565b3480156108eb57600080fd5b506104db60195481565b34801561090157600080fd5b506104a361091036600461309c565b611e93565b34801561092157600080fd5b506104a3610930366004612f52565b611ed0565b34801561094157600080fd5b506103f4610950366004612ec8565b611f02565b34801561096157600080fd5b5061043e6109703660046130d3565b611f97565b34801561098157600080fd5b50601c546103f49060ff1681565b34801561099b57600080fd5b506104a3612033565b3480156109b057600080fd5b506104db600e5481565b3480156109c657600080fd5b506104a36120be565b3480156109db57600080fd5b506104a36109ea3660046130b7565b6121bb565b3480156109fb57600080fd5b506104db600b5481565b348015610a1157600080fd5b506103f4610a20366004612ee3565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b348015610a5a57600080fd5b506103f46121fc565b348015610a6f57600080fd5b506104a3610a7e366004612ec8565b612216565b348015610a8f57600080fd5b506104db60145481565b60006001600160e01b0319821663780e9d6360e01b1480610abe5750610abe826122ae565b92915050565b6040516bffffffffffffffffffffffff193360601b166020820152600090819060340160405160208183030381529060405280519060200120905060005b8351811015610bdb57838181518110610b1d57610b1d6135aa565b60200260200101518210610b7b57838181518110610b3d57610b3d6135aa565b602002602001015182604051602001610b60929190918252602082015260400190565b60405160208183030381529060405280519060200120610bc7565b81848281518110610b8e57610b8e6135aa565b6020026020010151604051602001610bb0929190918252602082015260400190565b604051602081830303815290604052805190602001205b915080610bd381613539565b915050610b02565b50601d541492915050565b606060008054610bf5906134fe565b80601f0160208091040260200160405190810160405280929190818152602001828054610c21906134fe565b8015610c6e5780601f10610c4357610100808354040283529160200191610c6e565b820191906000526020600020905b815481529060010190602001808311610c5157829003601f168201915b5050505050905090565b6000818152600260205260408120546001600160a01b0316610cf65760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b60648201526084015b60405180910390fd5b506000908152600460205260409020546001600160a01b031690565b6000610d1d82611374565b9050806001600160a01b0316836001600160a01b03161415610d8b5760405162461bcd60e51b815260206004820152602160248201527f4552433732313a20617070726f76616c20746f2063757272656e74206f776e656044820152603960f91b6064820152608401610ced565b336001600160a01b0382161480610da75750610da78133610a20565b610e195760405162461bcd60e51b815260206004820152603860248201527f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760448201527f6e6572206e6f7220617070726f76656420666f7220616c6c00000000000000006064820152608401610ced565b610e2383836122fe565b505050565b600a546001600160a01b03163314610e525760405162461bcd60e51b8152600401610ced90613382565b8151610e6590601e906020850190612d03565b508051610e2390601f906020840190612d03565b60185460009060ff168015610e9057506019544210155b905090565b600a546001600160a01b03163314610ebf5760405162461bcd60e51b8152600401610ced90613382565b602080546001600160a01b039092166001600160a01b0319928316811790915560218054909216179055565b600a546060906001600160a01b03163314610f185760405162461bcd60e51b8152600401610ced90613382565b60408051600480825260a08201909252479160009190602082016080803683370190505090506000606460255484610f50919061349c565b610f5a9190613488565b90506000606460265485610f6e919061349c565b610f789190613488565b90508183600081518110610f8e57610f8e6135aa565b6020026020010181815250508083600181518110610fae57610fae6135aa565b6020026020010181815250508383600281518110610fce57610fce6135aa565b6020908102919091010152610fe38183613470565b83600381518110610ff657610ff66135aa565b602090810291909101015250909250505090565b611014338261236c565b6110305760405162461bcd60e51b8152600401610ced906133b7565b610e23838383612463565b6000611046836113eb565b82106110a85760405162461bcd60e51b815260206004820152602b60248201527f455243373231456e756d657261626c653a206f776e657220696e646578206f7560448201526a74206f6620626f756e647360a81b6064820152608401610ced565b506001600160a01b03919091166000908152600660209081526040808320938352929052205490565b600a546001600160a01b031633146110fb5760405162461bcd60e51b8152600401610ced90613382565b6018805460ff191692151592909217909155601955565b600a546001600160a01b0316331461113c5760405162461bcd60e51b8152600401610ced90613382565b8060115461114a9190613470565b601054101561119b5760405162461bcd60e51b815260206004820152601b60248201527f4e6f206d6f7265206e6f726d616c20746f6b656e73206c6566742100000000006044820152606401610ced565b80601160008282546111ad9190613470565b90915550600090505b81811015610e235760006111c960085490565b6111d4906001613470565b90506111e0848261260e565b836001600160a01b03166000805160206135ed8339815191528260405161120991815260200190565b60405180910390a2508061121c81613539565b9150506111b6565b610e2383838360405180602001604052806000815250611ed0565b6060600061124c836113eb565b905060008167ffffffffffffffff811115611269576112696135c0565b604051908082528060200260200182016040528015611292578160200160208202803683370190505b50905060005b828110156112d9576112aa858261103b565b8282815181106112bc576112bc6135aa565b6020908102919091010152806112d181613539565b915050611298565b509392505050565b60006112ec60085490565b821061134f5760405162461bcd60e51b815260206004820152602c60248201527f455243373231456e756d657261626c653a20676c6f62616c20696e646578206f60448201526b7574206f6620626f756e647360a01b6064820152608401610ced565b60088281548110611362576113626135aa565b90600052602060002001549050919050565b6000818152600260205260408120546001600160a01b031680610abe5760405162461bcd60e51b815260206004820152602960248201527f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460448201526832b73a103a37b5b2b760b91b6064820152608401610ced565b60006001600160a01b0382166114565760405162461bcd60e51b815260206004820152602a60248201527f4552433732313a2062616c616e636520717565727920666f7220746865207a65604482015269726f206164647265737360b01b6064820152608401610ced565b506001600160a01b031660009081526003602052604090205490565b600a546001600160a01b0316331461149c5760405162461bcd60e51b8152600401610ced90613382565b6114a6600061275c565b565b600a546001600160a01b031633146114d25760405162461bcd60e51b8152600401610ced90613382565b60255447906000906064906114e7908461349c565b6114f19190613488565b90506000606460265484611505919061349c565b61150f9190613488565b6023546040519192506001600160a01b03169083156108fc029084906000818181858888f1935050505015801561154a573d6000803e3d6000fd5b506024546040516001600160a01b039091169082156108fc029083906000818181858888f19350505050158015611585573d6000803e3d6000fd5b50505050565b600a546001600160a01b031633146115b55760405162461bcd60e51b8152600401610ced90613382565b601d55565b606060018054610bf5906134fe565b3332146115e85760405162461bcd60e51b8152600401610ced90613408565b601c5460ff166116455760405162461bcd60e51b815260206004820152602260248201527f427562626c657a204d696e747320617265206e6f7420656e61626c6564207965604482015261742160f01b6064820152608401610ced565b806013546116539190613470565b60125410156116a45760405162461bcd60e51b815260206004820181905260248201527f4e6f206d6f726520425542424c455a206d696e74732072656d61696e696e67216044820152606401610ced565b80600e5410156116f65760405162461bcd60e51b815260206004820152601a60248201527f4f766572206d6178696d756d206d696e747320706572207478210000000000006044820152606401610ced565b600081600d54611706919061349c565b6021546040516370a0823160e01b815233600482015291925082916001600160a01b03909116906370a082319060240160206040518083038186803b15801561174e57600080fd5b505afa158015611762573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611786919061318a565b10156117d45760405162461bcd60e51b815260206004820152601f60248201527f596f7520646f206e6f74206861766520656e6f75676820425542424c455a21006044820152606401610ced565b602154604051632770a7eb60e21b8152336004820152602481018390526001600160a01b0390911690639dc29fac90604401600060405180830381600087803b15801561182057600080fd5b505af1158015611834573d6000803e3d6000fd5b5050505080600f600082825461184a9190613470565b9250508190555081601360008282546118639190613470565b90915550600090505b82811015610e2357600061187f60085490565b61188a906001613470565b9050611896338261260e565b60405181815233906000805160206135ed8339815191529060200160405180910390a250806118c481613539565b91505061186c565b3332146118eb5760405162461bcd60e51b8152600401610ced90613408565b601a5460ff1680156118ff5750601b544210155b6119555760405162461bcd60e51b815260206004820152602160248201527f5075626c6963204d696e747320617265206e6f7420656e61626c6564207965746044820152602160f81b6064820152608401610ced565b806011546119639190613470565b60105410156119b05760405162461bcd60e51b81526020600482015260196024820152784e6f206d6f726520746f6b656e732072656d61696e696e672160381b6044820152606401610ced565b80600e541015611a025760405162461bcd60e51b815260206004820152601a60248201527f4f766572206d6178696d756d206d696e747320706572207478210000000000006044820152606401610ced565b80600c54611a10919061349c565b3414611a545760405162461bcd60e51b8152602060048201526013602482015272496e76616c69642076616c75652073656e742160681b6044820152606401610ced565b33600090815260176020526040902054611a6f908290613470565b6015541015611adc5760405162461bcd60e51b815260206004820152603360248201527f596f7572206164647265737320646f65736e2774206861766520656e6f756768604482015272207075626c6963206d696e742071756f74612160681b6064820152608401610ced565b8060116000828254611aee9190613470565b90915550503360009081526017602052604081208054839290611b12908490613470565b90915550600090505b81811015611b7b576000611b2e60085490565b611b39906001613470565b9050611b45338261260e565b60405181815233906000805160206135ed8339815191529060200160405180910390a25080611b7381613539565b915050611b1b565b5050565b611b7b3383836127ae565b333214611ba95760405162461bcd60e51b8152600401610ced90613408565b60185460ff168015611bbd57506019544210155b611c155760405162461bcd60e51b8152602060048201526024808201527f57686974656c697374204d696e747320617265206e6f7420656e61626c6564206044820152637965742160e01b6064820152608401610ced565b611c1e82610ac4565b611c6a5760405162461bcd60e51b815260206004820152601860248201527f596f7520617265206e6f742077686974656c69737465642100000000000000006044820152606401610ced565b80601154611c789190613470565b6010541015611cc55760405162461bcd60e51b81526020600482015260196024820152784e6f206d6f726520746f6b656e732072656d61696e696e672160381b6044820152606401610ced565b80600e541015611d175760405162461bcd60e51b815260206004820152601b60248201527f4f766572206d61786d696d756d206d696e7473207065722074782100000000006044820152606401610ced565b80600c54611d25919061349c565b3414611d695760405162461bcd60e51b8152602060048201526013602482015272496e76616c69642076616c75652073656e742160681b6044820152606401610ced565b33600090815260166020526040902054611d84908290613470565b6014541015611df45760405162461bcd60e51b815260206004820152603660248201527f596f7572206164647265737320646f65736e2774206861766520656e6f7567686044820152752077686974656c697374206d696e742071756f74612160501b6064820152608401610ced565b8060116000828254611e069190613470565b90915550503360009081526016602052604081208054839290611e2a908490613470565b90915550600090505b81811015610e23576000611e4660085490565b611e51906001613470565b9050611e5d338261260e565b60405181815233906000805160206135ed8339815191529060200160405180910390a25080611e8b81613539565b915050611e33565b600a546001600160a01b03163314611ebd5760405162461bcd60e51b8152600401610ced90613382565b601c805460ff1916911515919091179055565b611eda338361236c565b611ef65760405162461bcd60e51b8152600401610ced906133b7565b6115858484848461287d565b6023546000906001600160a01b0316331480611f2857506024546001600160a01b031633145b611f745760405162461bcd60e51b815260206004820152601a60248201527f596f7520617265206e6f742061207368617265686f6c646572210000000000006044820152606401610ced565b506001600160a01b03811660009081526022602052604090205460ff165b919050565b6000818152600260205260409020546060906001600160a01b0316611ffe5760405162461bcd60e51b815260206004820152601d60248201527f517565727920666f72206e6f6e2d6578697374656e7420746f6b656e210000006044820152606401610ced565b601e612009836128b0565b601f60405160200161201d93929190613269565b6040516020818303038152906040529050919050565b6023546001600160a01b031633148061205657506024546001600160a01b031633145b6120a25760405162461bcd60e51b815260206004820152601a60248201527f596f7520617265206e6f742061207368617265686f6c646572210000000000006044820152606401610ced565b336000908152602260205260409020805460ff19166001179055565b600a546001600160a01b031633146120e85760405162461bcd60e51b8152600401610ced90613382565b6023546001600160a01b031660009081526022602052604090205460ff16801561212c57506024546001600160a01b031660009081526022602052604090205460ff165b61218c5760405162461bcd60e51b815260206004820152602b60248201527f456d657267656e63792046756e6374696f6e732068617665206e6f742062656560448201526a6e20756e6c6f636b65642160a81b6064820152608401610ced565b60405133904780156108fc02916000818181858888f193505050501580156121b8573d6000803e3d6000fd5b50565b600a546001600160a01b031633146121e55760405162461bcd60e51b8152600401610ced90613382565b601a805460ff191692151592909217909155601b55565b601a5460009060ff168015610e90575050601b5442101590565b600a546001600160a01b031633146122405760405162461bcd60e51b8152600401610ced90613382565b6001600160a01b0381166122a55760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b6064820152608401610ced565b6121b88161275c565b60006001600160e01b031982166380ac58cd60e01b14806122df57506001600160e01b03198216635b5e139f60e01b145b80610abe57506301ffc9a760e01b6001600160e01b0319831614610abe565b600081815260046020526040902080546001600160a01b0319166001600160a01b038416908117909155819061233382611374565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000818152600260205260408120546001600160a01b03166123e55760405162461bcd60e51b815260206004820152602c60248201527f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860448201526b34b9ba32b73a103a37b5b2b760a11b6064820152608401610ced565b60006123f083611374565b9050806001600160a01b0316846001600160a01b0316148061242b5750836001600160a01b031661242084610c78565b6001600160a01b0316145b8061245b57506001600160a01b0380821660009081526005602090815260408083209388168352929052205460ff165b949350505050565b826001600160a01b031661247682611374565b6001600160a01b0316146124de5760405162461bcd60e51b815260206004820152602960248201527f4552433732313a207472616e73666572206f6620746f6b656e2074686174206960448201526839903737ba1037bbb760b91b6064820152608401610ced565b6001600160a01b0382166125405760405162461bcd60e51b8152602060048201526024808201527f4552433732313a207472616e7366657220746f20746865207a65726f206164646044820152637265737360e01b6064820152608401610ced565b61254b8383836129ae565b6125566000826122fe565b6001600160a01b038316600090815260036020526040812080546001929061257f9084906134bb565b90915550506001600160a01b03821660009081526003602052604081208054600192906125ad908490613470565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b0386811691821790925591518493918716917fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef91a4505050565b6001600160a01b0382166126645760405162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f20616464726573736044820152606401610ced565b6000818152600260205260409020546001600160a01b0316156126c95760405162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e746564000000006044820152606401610ced565b6126d5600083836129ae565b6001600160a01b03821660009081526003602052604081208054600192906126fe908490613470565b909155505060008181526002602052604080822080546001600160a01b0319166001600160a01b03861690811790915590518392907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b600a80546001600160a01b038381166001600160a01b0319831681179093556040519116919082907f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e090600090a35050565b816001600160a01b0316836001600160a01b031614156128105760405162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c6572000000000000006044820152606401610ced565b6001600160a01b03838116600081815260056020908152604080832094871680845294825291829020805460ff191686151590811790915591519182527f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c31910160405180910390a3505050565b612888848484612463565b61289484848484612a66565b6115855760405162461bcd60e51b8152600401610ced90613330565b6060816128d45750506040805180820190915260018152600360fc1b602082015290565b8160005b81156128fe57806128e881613539565b91506128f79050600a83613488565b91506128d8565b60008167ffffffffffffffff811115612919576129196135c0565b6040519080825280601f01601f191660200182016040528015612943576020820181803683370190505b5090505b841561245b576129586001836134bb565b9150612965600a86613554565b612970906030613470565b60f81b818381518110612985576129856135aa565b60200101906001600160f81b031916908160001a9053506129a7600a86613488565b9450612947565b6001600160a01b038316612a0957612a0481600880546000838152600960205260408120829055600182018355919091527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee30155565b612a2c565b816001600160a01b0316836001600160a01b031614612a2c57612a2c8382612b73565b6001600160a01b038216612a4357610e2381612c10565b826001600160a01b0316826001600160a01b031614610e2357610e238282612cbf565b60006001600160a01b0384163b15612b6857604051630a85bd0160e11b81526001600160a01b0385169063150b7a0290612aaa90339089908890889060040161329c565b602060405180830381600087803b158015612ac457600080fd5b505af1925050508015612af4575060408051601f3d908101601f19168201909252612af191810190613109565b60015b612b4e573d808015612b22576040519150601f19603f3d011682016040523d82523d6000602084013e612b27565b606091505b508051612b465760405162461bcd60e51b8152600401610ced90613330565b805181602001fd5b6001600160e01b031916630a85bd0160e11b14905061245b565b506001949350505050565b60006001612b80846113eb565b612b8a91906134bb565b600083815260076020526040902054909150808214612bdd576001600160a01b03841660009081526006602090815260408083208584528252808320548484528184208190558352600790915290208190555b5060009182526007602090815260408084208490556001600160a01b039094168352600681528383209183525290812055565b600854600090612c22906001906134bb565b60008381526009602052604081205460088054939450909284908110612c4a57612c4a6135aa565b906000526020600020015490508060088381548110612c6b57612c6b6135aa565b6000918252602080832090910192909255828152600990915260408082208490558582528120556008805480612ca357612ca3613594565b6001900381819060005260206000200160009055905550505050565b6000612cca836113eb565b6001600160a01b039093166000908152600660209081526040808320868452825280832085905593825260079052919091209190915550565b828054612d0f906134fe565b90600052602060002090601f016020900481019282612d315760008555612d77565b82601f10612d4a57805160ff1916838001178555612d77565b82800160010185558215612d77579182015b82811115612d77578251825591602001919060010190612d5c565b50612d83929150612d87565b5090565b5b80821115612d835760008155600101612d88565b600067ffffffffffffffff831115612db657612db66135c0565b612dc9601f8401601f191660200161343f565b9050828152838383011115612ddd57600080fd5b828260208301376000602084830101529392505050565b80356001600160a01b0381168114611f9257600080fd5b600082601f830112612e1c57600080fd5b8135602067ffffffffffffffff821115612e3857612e386135c0565b8160051b612e4782820161343f565b838152828101908684018388018501891015612e6257600080fd5b600093505b85841015612e85578035835260019390930192918401918401612e67565b50979650505050505050565b80358015158114611f9257600080fd5b600082601f830112612eb257600080fd5b612ec183833560208501612d9c565b9392505050565b600060208284031215612eda57600080fd5b612ec182612df4565b60008060408385031215612ef657600080fd5b612eff83612df4565b9150612f0d60208401612df4565b90509250929050565b600080600060608486031215612f2b57600080fd5b612f3484612df4565b9250612f4260208501612df4565b9150604084013590509250925092565b60008060008060808587031215612f6857600080fd5b612f7185612df4565b9350612f7f60208601612df4565b925060408501359150606085013567ffffffffffffffff811115612fa257600080fd5b8501601f81018713612fb357600080fd5b612fc287823560208401612d9c565b91505092959194509250565b60008060408385031215612fe157600080fd5b612fea83612df4565b9150612f0d60208401612e91565b6000806040838503121561300b57600080fd5b61301483612df4565b946020939093013593505050565b60006020828403121561303457600080fd5b813567ffffffffffffffff81111561304b57600080fd5b61245b84828501612e0b565b6000806040838503121561306a57600080fd5b823567ffffffffffffffff81111561308157600080fd5b61308d85828601612e0b565b95602094909401359450505050565b6000602082840312156130ae57600080fd5b612ec182612e91565b600080604083850312156130ca57600080fd5b61301483612e91565b6000602082840312156130e557600080fd5b5035919050565b6000602082840312156130fe57600080fd5b8135612ec1816135d6565b60006020828403121561311b57600080fd5b8151612ec1816135d6565b6000806040838503121561313957600080fd5b823567ffffffffffffffff8082111561315157600080fd5b61315d86838701612ea1565b9350602085013591508082111561317357600080fd5b5061318085828601612ea1565b9150509250929050565b60006020828403121561319c57600080fd5b5051919050565b600081518084526131bb8160208601602086016134d2565b601f01601f19169290920160200192915050565b8054600090600181811c90808316806131e957607f831692505b602080841082141561320b57634e487b7160e01b600052602260045260246000fd5b81801561321f57600181146132305761325d565b60ff1986168952848901965061325d565b60008881526020902060005b868110156132555781548b82015290850190830161323c565b505084890196505b50505050505092915050565b600061327582866131cf565b84516132858183602089016134d2565b613291818301866131cf565b979650505050505050565b6001600160a01b03858116825284166020820152604081018390526080606082018190526000906132cf908301846131a3565b9695505050505050565b6020808252825182820181905260009190848201906040850190845b81811015613311578351835292840192918401916001016132f5565b50909695505050505050565b602081526000612ec160208301846131a3565b60208082526032908201527f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560408201527131b2b4bb32b91034b6b83632b6b2b73a32b960711b606082015260800190565b6020808252818101527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604082015260600190565b60208082526031908201527f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f6040820152701ddb995c881b9bdc88185c1c1c9bdd9959607a1b606082015260800190565b6020808252601b908201527f4e6f20736d61727420636f6e74726163747320616c6c6f776564210000000000604082015260600190565b604051601f8201601f1916810167ffffffffffffffff81118282101715613468576134686135c0565b604052919050565b6000821982111561348357613483613568565b500190565b6000826134975761349761357e565b500490565b60008160001904831182151516156134b6576134b6613568565b500290565b6000828210156134cd576134cd613568565b500390565b60005b838110156134ed5781810151838201526020016134d5565b838111156115855750506000910152565b600181811c9082168061351257607f821691505b6020821081141561353357634e487b7160e01b600052602260045260246000fd5b50919050565b600060001982141561354d5761354d613568565b5060010190565b6000826135635761356361357e565b500690565b634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052601260045260246000fd5b634e487b7160e01b600052603160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052604160045260246000fd5b6001600160e01b0319811681146121b857600080fdfe0f6798a560793a54c3bcfe86a93cde1e73087d944c0ea20544137d4121396885a2646970667358221220da95002313821af435312cbab41baf650e2c5992ea55ef92a5d91715e599731e64736f6c63430008070033

Deployed Bytecode Sourcemap

45457:10198:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;49595:31;;;49604:10;9585:51:1;;49616:9:0;9667:2:1;9652:18;;9645:34;49595:31:0;;9558:18:1;49595:31:0;;;;;;;45457:10198;;;;;38902:224;;;;;;;;;;-1:-1:-1;38902:224:0;;;;;:::i;:::-;;:::i;:::-;;;10492:14:1;;10485:22;10467:41;;10455:2;10440:18;38902:224:0;;;;;;;;52903:387;;;;;;;;;;-1:-1:-1;52903:387:0;;;;;:::i;:::-;;:::i;26343:100::-;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;27902:221::-;;;;;;;;;;-1:-1:-1;27902:221:0;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;8874:32:1;;;8856:51;;8844:2;8829:18;27902:221:0;8710:203:1;27425:411:0;;;;;;;;;;-1:-1:-1;27425:411:0;;;;;:::i;:::-;;:::i;:::-;;48540:156;;;;;;;;;;-1:-1:-1;48540:156:0;;;;;:::i;:::-;;:::i;46046:40::-;;;;;;;;;;;;;;;;;;;10665:25:1;;;10653:2;10638:18;46046:40:0;10519:177:1;46701:29:0;;;;;;;;;;-1:-1:-1;46701:29:0;;;;;;;;48742:149;;;;;;;;;;;;;:::i;47109:141::-;;;;;;;;;;-1:-1:-1;47109:141:0;;;;;:::i;:::-;;:::i;39542:113::-;;;;;;;;;;-1:-1:-1;39630:10:0;:17;39542:113;;50056:605;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;28652:339::-;;;;;;;;;;-1:-1:-1;28652:339:0;;;;;:::i;:::-;;:::i;47043:29::-;;;;;;;;;;-1:-1:-1;47043:29:0;;;;-1:-1:-1;;;;;47043:29:0;;;46835:94;;;;;;;;;;;;;;;;39210:256;;;;;;;;;;-1:-1:-1;39210:256:0;;;;;:::i;:::-;;:::i;47997:158::-;;;;;;;;;;-1:-1:-1;47997:158:0;;;;;:::i;:::-;;:::i;51608:432::-;;;;;;;;;;-1:-1:-1;51608:432:0;;;;;:::i;:::-;;:::i;46130:34::-;;;;;;;;;;;;;;;;46281:37;;;;;;;;;;;;;;;;29062:185;;;;;;;;;;-1:-1:-1;29062:185:0;;;;;:::i;:::-;;:::i;55271:381::-;;;;;;;;;;-1:-1:-1;55271:381:0;;;;;:::i;:::-;;:::i;46413:31::-;;;;;;;;;;;;;;;;39732:233;;;;;;;;;;-1:-1:-1;39732:233:0;;;;;:::i;:::-;;:::i;46477:55::-;;;;;;;;;;-1:-1:-1;46477:55:0;;;;;:::i;:::-;;;;;;;;;;;;;;46737:26;;;;;;;;;;;;;;;;46240:34;;;;;;;;;;;;;;;;26037:239;;;;;;;;;;-1:-1:-1;26037:239:0;;;;;:::i;:::-;;:::i;46005:34::-;;;;;;;;;;;;;;;;46624:32;;;;;;;;;;-1:-1:-1;46624:32:0;;;;;;;;25767:208;;;;;;;;;;-1:-1:-1;25767:208:0;;;;;:::i;:::-;;:::i;4889:103::-;;;;;;;;;;;;;:::i;47079:23::-;;;;;;;;;;-1:-1:-1;47079:23:0;;;;-1:-1:-1;;;;;47079:23:0;;;49642:408;;;;;;;;;;;;;:::i;48428:106::-;;;;;;;;;;-1:-1:-1;48428:106:0;;;;;:::i;:::-;;:::i;46325:35::-;;;;;;;;;;;;;;;;46539:52;;;;;;;;;;-1:-1:-1;46539:52:0;;;;;:::i;:::-;;;;;;;;;;;;;;4238:87;;;;;;;;;;-1:-1:-1;4311:6:0;;-1:-1:-1;;;;;4311:6:0;4238:87;;26512:104;;;;;;;;;;;;;:::i;46196:36::-;;;;;;;;;;;;;;;;52073:795;;;;;;:::i;:::-;;:::i;54208:761::-;;;;;;:::i;:::-;;:::i;28195:155::-;;;;;;;;;;-1:-1:-1;28195:155:0;;;;;:::i;:::-;;:::i;53296:880::-;;;;;;:::i;:::-;;:::i;46663:29::-;;;;;;;;;;;;;;;;48316:106;;;;;;;;;;-1:-1:-1;48316:106:0;;;;;:::i;:::-;;:::i;29318:328::-;;;;;;;;;;-1:-1:-1;29318:328:0;;;;;:::i;:::-;;:::i;51357:159::-;;;;;;;;;;-1:-1:-1;51357:159:0;;;;;:::i;:::-;;:::i;55007:258::-;;;;;;;;;;-1:-1:-1;55007:258:0;;;;;:::i;:::-;;:::i;46772:30::-;;;;;;;;;;-1:-1:-1;46772:30:0;;;;;;;;51069:139;;;;;;;;;;;;;:::i;46093:29::-;;;;;;;;;;;;;;;;51214:135;;;;;;;;;;;;;:::i;48161:149::-;;;;;;;;;;-1:-1:-1;48161:149:0;;;;;:::i;:::-;;:::i;45968:29::-;;;;;;;;;;;;;;;;28421:164;;;;;;;;;;-1:-1:-1;28421:164:0;;;;;:::i;:::-;-1:-1:-1;;;;;28542:25:0;;;28518:4;28542:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;;;28421:164;48897:140;;;;;;;;;;;;;:::i;5147:201::-;;;;;;;;;;-1:-1:-1;5147:201:0;;;;;:::i;:::-;;:::i;46373:33::-;;;;;;;;;;;;;;;;38902:224;39004:4;-1:-1:-1;;;;;;39028:50:0;;-1:-1:-1;;;39028:50:0;;:90;;;39082:36;39106:11;39082:23;:36::i;:::-;39021:97;38902:224;-1:-1:-1;;38902:224:0:o;52903:387::-;53015:28;;-1:-1:-1;;53032:10:0;7912:2:1;7908:15;7904:53;53015:28:0;;;7892:66:1;52972:4:0;;;;7974:12:1;;53015:28:0;;;;;;;;;;;;53005:39;;;;;;52989:55;;53062:6;53057:189;53078:6;:13;53074:1;:17;53057:189;;;53129:6;53136:1;53129:9;;;;;;;;:::i;:::-;;;;;;;53121:5;:17;:113;;53216:6;53223:1;53216:9;;;;;;;;:::i;:::-;;;;;;;53227:5;53199:34;;;;;;;;8154:19:1;;;8198:2;8189:12;;8182:28;8235:2;8226:12;;7997:247;53199:34:0;;;;;;;;;;;;;53189:45;;;;;;53121:113;;;53168:5;53175:6;53182:1;53175:9;;;;;;;;:::i;:::-;;;;;;;53151:34;;;;;;;;8154:19:1;;;8198:2;8189:12;;8182:28;8235:2;8226:12;;7997:247;53151:34:0;;;;;;;;;;;;;53141:45;;;;;;53121:113;53113:121;-1:-1:-1;53093:3:0;;;;:::i;:::-;;;;53057:189;;;-1:-1:-1;53272:10:0;;53263:19;;52903:387;-1:-1:-1;;52903:387:0:o;26343:100::-;26397:13;26430:5;26423:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;26343:100;:::o;27902:221::-;27978:7;31245:16;;;:7;:16;;;;;;-1:-1:-1;;;;;31245:16:0;27998:73;;;;-1:-1:-1;;;27998:73:0;;19386:2:1;27998:73:0;;;19368:21:1;19425:2;19405:18;;;19398:30;19464:34;19444:18;;;19437:62;-1:-1:-1;;;19515:18:1;;;19508:42;19567:19;;27998:73:0;;;;;;;;;-1:-1:-1;28091:24:0;;;;:15;:24;;;;;;-1:-1:-1;;;;;28091:24:0;;27902:221::o;27425:411::-;27506:13;27522:23;27537:7;27522:14;:23::i;:::-;27506:39;;27570:5;-1:-1:-1;;;;;27564:11:0;:2;-1:-1:-1;;;;;27564:11:0;;;27556:57;;;;-1:-1:-1;;;27556:57:0;;21385:2:1;27556:57:0;;;21367:21:1;21424:2;21404:18;;;21397:30;21463:34;21443:18;;;21436:62;-1:-1:-1;;;21514:18:1;;;21507:31;21555:19;;27556:57:0;21183:397:1;27556:57:0;2989:10;-1:-1:-1;;;;;27648:21:0;;;;:62;;-1:-1:-1;27673:37:0;27690:5;2989:10;28421:164;:::i;27673:37::-;27626:168;;;;-1:-1:-1;;;27626:168:0;;17421:2:1;27626:168:0;;;17403:21:1;17460:2;17440:18;;;17433:30;17499:34;17479:18;;;17472:62;17570:26;17550:18;;;17543:54;17614:19;;27626:168:0;17219:420:1;27626:168:0;27807:21;27816:2;27820:7;27807:8;:21::i;:::-;27495:341;27425:411;;:::o;48540:156::-;4311:6;;-1:-1:-1;;;;;4311:6:0;2989:10;4458:23;4450:68;;;;-1:-1:-1;;;4450:68:0;;;;;;;:::i;:::-;48635:19;;::::1;::::0;:12:::1;::::0;:19:::1;::::0;::::1;::::0;::::1;:::i;:::-;-1:-1:-1::0;48665:23:0;;::::1;::::0;:16:::1;::::0;:23:::1;::::0;::::1;::::0;::::1;:::i;48742:149::-:0;48822:20;;48797:4;;48822:20;;:60;;;;;48865:17;;48846:15;:36;;48822:60;48814:69;;48742:149;:::o;47109:141::-;4311:6;;-1:-1:-1;;;;;4311:6:0;2989:10;4458:23;4450:68;;;;-1:-1:-1;;;4450:68:0;;;;;;;:::i;:::-;47178:14:::1;:25:::0;;-1:-1:-1;;;;;47178:25:0;;::::1;-1:-1:-1::0;;;;;;47178:25:0;;::::1;::::0;::::1;::::0;;;47214:7:::1;:28:::0;;;;::::1;;::::0;;47109:141::o;50056:605::-;4311:6;;50123:13;;-1:-1:-1;;;;;4311:6:0;2989:10;4458:23;4450:68;;;;-1:-1:-1;;;4450:68:0;;;;;;;:::i;:::-;50230:13:::1;::::0;;50241:1:::1;50230:13:::0;;;;;::::1;::::0;;;50166:21:::1;::::0;50149:14:::1;::::0;50230:13;::::1;::::0;::::1;::::0;;::::1;::::0;::::1;;::::0;-1:-1:-1;50230:13:0::1;50198:45;;50256:23;50319:3;50296:19;;50284:9;:31;;;;:::i;:::-;50283:39;;;;:::i;:::-;50256:67;;50335:23;50398:3;50375:19;;50363:9;:31;;;;:::i;:::-;50362:39;;;;:::i;:::-;50335:67;;50437:18;50416:15;50432:1;50416:18;;;;;;;;:::i;:::-;;;;;;:39;;;::::0;::::1;50487:18;50466:15;50482:1;50466:18;;;;;;;;:::i;:::-;;;;;;:39;;;::::0;::::1;50537:9;50516:15;50532:1;50516:18;;;;;;;;:::i;:::-;;::::0;;::::1;::::0;;;;;:30;50578:39:::1;50599:18:::0;50578;:39:::1;:::i;:::-;50557:15;50573:1;50557:18;;;;;;;;:::i;:::-;;::::0;;::::1;::::0;;;;;:60;-1:-1:-1;50638:15:0;;-1:-1:-1;;;50056:605:0;:::o;28652:339::-;28847:41;2989:10;28880:7;28847:18;:41::i;:::-;28839:103;;;;-1:-1:-1;;;28839:103:0;;;;;;;:::i;:::-;28955:28;28965:4;28971:2;28975:7;28955:9;:28::i;39210:256::-;39307:7;39343:23;39360:5;39343:16;:23::i;:::-;39335:5;:31;39327:87;;;;-1:-1:-1;;;39327:87:0;;11707:2:1;39327:87:0;;;11689:21:1;11746:2;11726:18;;;11719:30;11785:34;11765:18;;;11758:62;-1:-1:-1;;;11836:18:1;;;11829:41;11887:19;;39327:87:0;11505:407:1;39327:87:0;-1:-1:-1;;;;;;39432:19:0;;;;;;;;:12;:19;;;;;;;;:26;;;;;;;;;39210:256::o;47997:158::-;4311:6;;-1:-1:-1;;;;;4311:6:0;2989:10;4458:23;4450:68;;;;-1:-1:-1;;;4450:68:0;;;;;;;:::i;:::-;48083:20:::1;:28:::0;;-1:-1:-1;;48083:28:0::1;::::0;::::1;;::::0;;;::::1;::::0;;;48122:17:::1;:25:::0;47997:158::o;51608:432::-;4311:6;;-1:-1:-1;;;;;4311:6:0;2989:10;4458:23;4450:68;;;;-1:-1:-1;;;4450:68:0;;;;;;;:::i;:::-;51738:7:::1;51717:18;;:28;;;;:::i;:::-;51696:17;;:49;;51688:89;;;::::0;-1:-1:-1;;;51688:89:0;;13722:2:1;51688:89:0::1;::::0;::::1;13704:21:1::0;13761:2;13741:18;;;13734:30;13800:29;13780:18;;;13773:57;13847:18;;51688:89:0::1;13520:351:1::0;51688:89:0::1;51820:7;51798:18;;:29;;;;;;;:::i;:::-;::::0;;;-1:-1:-1;51854:6:0::1;::::0;-1:-1:-1;51849:184:0::1;51870:7;51866:1;:11;51849:184;;;51899:12;51914:13;39630:10:::0;:17;;39542:113;51914:13:::1;:17;::::0;51930:1:::1;51914:17;:::i;:::-;51899:32;;51964:19;51970:3;51975:7;51964:5;:19::i;:::-;52008:3;-1:-1:-1::0;;;;;52003:18:0::1;-1:-1:-1::0;;;;;;;;;;;52013:7:0::1;52003:18;;;;10665:25:1::0;;10653:2;10638:18;;10519:177;52003:18:0::1;;;;;;;;-1:-1:-1::0;51879:3:0;::::1;::::0;::::1;:::i;:::-;;;;51849:184;;29062:185:::0;29200:39;29217:4;29223:2;29227:7;29200:39;;;;;;;;;;;;:16;:39::i;55271:381::-;55333:13;55359;55375:19;55385:8;55375:9;:19::i;:::-;55359:35;;55431:23;55468:8;55457:20;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;55457:20:0;;55431:46;;55513:6;55508:110;55529:8;55525:1;:12;55508:110;;;55574:32;55594:8;55604:1;55574:19;:32::i;:::-;55559:9;55569:1;55559:12;;;;;;;;:::i;:::-;;;;;;;;;;:47;55539:3;;;;:::i;:::-;;;;55508:110;;;-1:-1:-1;55635:9:0;55271:381;-1:-1:-1;;;55271:381:0:o;39732:233::-;39807:7;39843:30;39630:10;:17;;39542:113;39843:30;39835:5;:38;39827:95;;;;-1:-1:-1;;;39827:95:0;;22565:2:1;39827:95:0;;;22547:21:1;22604:2;22584:18;;;22577:30;22643:34;22623:18;;;22616:62;-1:-1:-1;;;22694:18:1;;;22687:42;22746:19;;39827:95:0;22363:408:1;39827:95:0;39940:10;39951:5;39940:17;;;;;;;;:::i;:::-;;;;;;;;;39933:24;;39732:233;;;:::o;26037:239::-;26109:7;26145:16;;;:7;:16;;;;;;-1:-1:-1;;;;;26145:16:0;26180:19;26172:73;;;;-1:-1:-1;;;26172:73:0;;18257:2:1;26172:73:0;;;18239:21:1;18296:2;18276:18;;;18269:30;18335:34;18315:18;;;18308:62;-1:-1:-1;;;18386:18:1;;;18379:39;18435:19;;26172:73:0;18055:405:1;25767:208:0;25839:7;-1:-1:-1;;;;;25867:19:0;;25859:74;;;;-1:-1:-1;;;25859:74:0;;17846:2:1;25859:74:0;;;17828:21:1;17885:2;17865:18;;;17858:30;17924:34;17904:18;;;17897:62;-1:-1:-1;;;17975:18:1;;;17968:40;18025:19;;25859:74:0;17644:406:1;25859:74:0;-1:-1:-1;;;;;;25951:16:0;;;;;:9;:16;;;;;;;25767:208::o;4889:103::-;4311:6;;-1:-1:-1;;;;;4311:6:0;2989:10;4458:23;4450:68;;;;-1:-1:-1;;;4450:68:0;;;;;;;:::i;:::-;4954:30:::1;4981:1;4954:18;:30::i;:::-;4889:103::o:0;49642:408::-;4311:6;;-1:-1:-1;;;;;4311:6:0;2989:10;4458:23;4450:68;;;;-1:-1:-1;;;4450:68:0;;;;;;;:::i;:::-;49809:19:::1;::::0;49712:21:::1;::::0;49695:14:::1;::::0;49832:3:::1;::::0;49797:31:::1;::::0;49712:21;49797:31:::1;:::i;:::-;49796:39;;;;:::i;:::-;49769:67;;49848:23;49911:3;49888:19;;49876:9;:31;;;;:::i;:::-;49875:39;;;;:::i;:::-;49937:13;::::0;49929:51:::1;::::0;49848:67;;-1:-1:-1;;;;;;49937:13:0::1;::::0;49929:51;::::1;;;::::0;49961:18;;49937:13:::1;49929:51:::0;49937:13;49929:51;49961:18;49937:13;49929:51;::::1;;;;;;;;;;;;;::::0;::::1;;;;;-1:-1:-1::0;49999:13:0::1;::::0;49991:51:::1;::::0;-1:-1:-1;;;;;49999:13:0;;::::1;::::0;49991:51;::::1;;;::::0;50023:18;;49999:13:::1;49991:51:::0;49999:13;49991:51;50023:18;49999:13;49991:51;::::1;;;;;;;;;;;;;::::0;::::1;;;;;;49684:366;;;49642:408::o:0;48428:106::-;4311:6;;-1:-1:-1;;;;;4311:6:0;2989:10;4458:23;4450:68;;;;-1:-1:-1;;;4450:68:0;;;;;;;:::i;:::-;48502:10:::1;:24:::0;48428:106::o;26512:104::-;26568:13;26601:7;26594:14;;;;;:::i;52073:795::-;47386:10;47400:9;47386:23;47378:63;;;;-1:-1:-1;;;47378:63:0;;;;;;;:::i;:::-;47833:18:::1;::::0;::::1;;47825:65;;;::::0;-1:-1:-1;;;47825:65:0;;20160:2:1;47825:65:0::1;::::0;::::1;20142:21:1::0;20199:2;20179:18;;;20172:30;20238:34;20218:18;;;20211:62;-1:-1:-1;;;20289:18:1;;;20282:32;20331:19;;47825:65:0::1;19958:398:1::0;47825:65:0::1;52213:7:::2;52191:19;;:29;;;;:::i;:::-;52169:18;;:51;;52161:96;;;::::0;-1:-1:-1;;;52161:96:0;;23736:2:1;52161:96:0::2;::::0;::::2;23718:21:1::0;;;23755:18;;;23748:30;23814:34;23794:18;;;23787:62;23866:18;;52161:96:0::2;23534:356:1::0;52161:96:0::2;52293:7;52276:13;;:24;;52268:63;;;::::0;-1:-1:-1;;;52268:63:0;;11352:2:1;52268:63:0::2;::::0;::::2;11334:21:1::0;11391:2;11371:18;;;11364:30;11430:28;11410:18;;;11403:56;11476:18;;52268:63:0::2;11150:350:1::0;52268:63:0::2;52344:17;52383:7;52364:16;;:26;;;;:::i;:::-;52411:7;::::0;:29:::2;::::0;-1:-1:-1;;;52411:29:0;;52429:10:::2;52411:29;::::0;::::2;8856:51:1::0;52344:46:0;;-1:-1:-1;52344:46:0;;-1:-1:-1;;;;;52411:7:0;;::::2;::::0;:17:::2;::::0;8829:18:1;;52411:29:0::2;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;:45;;52403:89;;;::::0;-1:-1:-1;;;52403:89:0;;21787:2:1;52403:89:0::2;::::0;::::2;21769:21:1::0;21826:2;21806:18;;;21799:30;21865:33;21845:18;;;21838:61;21916:18;;52403:89:0::2;21585:355:1::0;52403:89:0::2;52522:7;::::0;:38:::2;::::0;-1:-1:-1;;;52522:38:0;;52535:10:::2;52522:38;::::0;::::2;9585:51:1::0;9652:18;;;9645:34;;;-1:-1:-1;;;;;52522:7:0;;::::2;::::0;:12:::2;::::0;9558:18:1;;52522:38:0::2;;;;;;;;;;;;;;;;;::::0;::::2;;;;;;;;;;;;::::0;::::2;;;;;;;;;52593:12;52571:18;;:34;;;;;;;:::i;:::-;;;;;;;;52642:7;52619:19;;:30;;;;;;;:::i;:::-;::::0;;;-1:-1:-1;52667:6:0::2;::::0;-1:-1:-1;52662:199:0::2;52683:7;52679:1;:11;52662:199;;;52713:12;52728:13;39630:10:::0;:17;;39542:113;52728:13:::2;:17;::::0;52744:1:::2;52728:17;:::i;:::-;52713:32;;52778:26;52784:10;52796:7;52778:5;:26::i;:::-;52824:25;::::0;10665::1;;;52829:10:0::2;::::0;-1:-1:-1;;;;;;;;;;;52824:25:0;10653:2:1;10638:18;52824:25:0::2;;;;;;;-1:-1:-1::0;52692:3:0;::::2;::::0;::::2;:::i;:::-;;;;52662:199;;54208:761:::0;47386:10;47400:9;47386:23;47378:63;;;;-1:-1:-1;;;47378:63:0;;;;;;;:::i;:::-;47675:17:::1;::::0;::::1;;:54:::0;::::1;;;;47715:14;;47696:15;:33;;47675:54;47667:100;;;::::0;-1:-1:-1;;;47667:100:0;;23334:2:1;47667:100:0::1;::::0;::::1;23316:21:1::0;23373:2;23353:18;;;23346:30;23412:34;23392:18;;;23385:62;-1:-1:-1;;;23463:18:1;;;23456:31;23504:19;;47667:100:0::1;23132:397:1::0;47667:100:0::1;54334:7:::2;54313:18;;:28;;;;:::i;:::-;54292:17;;:49;;54284:87;;;::::0;-1:-1:-1;;;54284:87:0;;15546:2:1;54284:87:0::2;::::0;::::2;15528:21:1::0;15585:2;15565:18;;;15558:30;-1:-1:-1;;;15604:18:1;;;15597:55;15669:18;;54284:87:0::2;15344:349:1::0;54284:87:0::2;54407:7;54390:13;;:24;;54382:63;;;::::0;-1:-1:-1;;;54382:63:0;;11352:2:1;54382:63:0::2;::::0;::::2;11334:21:1::0;11391:2;11371:18;;;11364:30;11430:28;11410:18;;;11403:56;11476:18;;54382:63:0::2;11150:350:1::0;54382:63:0::2;54489:7;54477:9;;:19;;;;:::i;:::-;54464:9;:32;54456:64;;;::::0;-1:-1:-1;;;54456:64:0;;16718:2:1;54456:64:0::2;::::0;::::2;16700:21:1::0;16757:2;16737:18;;;16730:30;-1:-1:-1;;;16776:18:1;;;16769:49;16835:18;;54456:64:0::2;16516:343:1::0;54456:64:0::2;54578:10;54557:32;::::0;;;:20:::2;:32;::::0;;;;;:42:::2;::::0;54592:7;;54557:42:::2;:::i;:::-;54539:14;;:60;;54531:124;;;::::0;-1:-1:-1;;;54531:124:0;;12538:2:1;54531:124:0::2;::::0;::::2;12520:21:1::0;12577:2;12557:18;;;12550:30;12616:34;12596:18;;;12589:62;-1:-1:-1;;;12667:18:1;;;12660:49;12726:19;;54531:124:0::2;12336:415:1::0;54531:124:0::2;54690:7;54668:18;;:29;;;;;;;:::i;:::-;::::0;;;-1:-1:-1;;54729:10:0::2;54708:32;::::0;;;:20:::2;:32;::::0;;;;:43;;54744:7;;54708:32;:43:::2;::::0;54744:7;;54708:43:::2;:::i;:::-;::::0;;;-1:-1:-1;54769:6:0::2;::::0;-1:-1:-1;54764:198:0::2;54785:7;54781:1;:11;54764:198;;;54814:12;54829:13;39630:10:::0;:17;;39542:113;54829:13:::2;:17;::::0;54845:1:::2;54829:17;:::i;:::-;54814:32;;54879:26;54885:10;54897:7;54879:5;:26::i;:::-;54925:25;::::0;10665::1;;;54930:10:0::2;::::0;-1:-1:-1;;;;;;;;;;;54925:25:0;10653:2:1;10638:18;54925:25:0::2;;;;;;;-1:-1:-1::0;54794:3:0;::::2;::::0;::::2;:::i;:::-;;;;54764:198;;;;54208:761:::0;:::o;28195:155::-;28290:52;2989:10;28323:8;28333;28290:18;:52::i;53296:880::-;47386:10;47400:9;47386:23;47378:63;;;;-1:-1:-1;;;47378:63:0;;;;;;;:::i;:::-;47509:20:::1;::::0;::::1;;:60:::0;::::1;;;;47552:17;;47533:15;:36;;47509:60;47501:109;;;::::0;-1:-1:-1;;;47501:109:0;;16313:2:1;47501:109:0::1;::::0;::::1;16295:21:1::0;16352:2;16332:18;;;16325:30;16391:34;16371:18;;;16364:62;-1:-1:-1;;;16442:18:1;;;16435:34;16486:19;;47501:109:0::1;16111:400:1::0;47501:109:0::1;53417:21:::2;53431:6;53417:13;:21::i;:::-;53409:58;;;::::0;-1:-1:-1;;;53409:58:0;;14434:2:1;53409:58:0::2;::::0;::::2;14416:21:1::0;14473:2;14453:18;;;14446:30;14512:26;14492:18;;;14485:54;14556:18;;53409:58:0::2;14232:348:1::0;53409:58:0::2;53528:7;53507:18;;:28;;;;:::i;:::-;53486:17;;:49;;53478:87;;;::::0;-1:-1:-1;;;53478:87:0;;15546:2:1;53478:87:0::2;::::0;::::2;15528:21:1::0;15585:2;15565:18;;;15558:30;-1:-1:-1;;;15604:18:1;;;15597:55;15669:18;;53478:87:0::2;15344:349:1::0;53478:87:0::2;53601:7;53584:13;;:24;;53576:64;;;::::0;-1:-1:-1;;;53576:64:0;;14078:2:1;53576:64:0::2;::::0;::::2;14060:21:1::0;14117:2;14097:18;;;14090:30;14156:29;14136:18;;;14129:57;14203:18;;53576:64:0::2;13876:351:1::0;53576:64:0::2;53684:7;53672:9;;:19;;;;:::i;:::-;53659:9;:32;53651:64;;;::::0;-1:-1:-1;;;53651:64:0;;16718:2:1;53651:64:0::2;::::0;::::2;16700:21:1::0;16757:2;16737:18;;;16730:30;-1:-1:-1;;;16776:18:1;;;16769:49;16835:18;;53651:64:0::2;16516:343:1::0;53651:64:0::2;53779:10;53755:35;::::0;;;:23:::2;:35;::::0;;;;;:45:::2;::::0;53793:7;;53755:45:::2;:::i;:::-;53734:17;;:66;;53726:133;;;::::0;-1:-1:-1;;;53726:133:0;;24097:2:1;53726:133:0::2;::::0;::::2;24079:21:1::0;24136:2;24116:18;;;24109:30;24175:34;24155:18;;;24148:62;-1:-1:-1;;;24226:18:1;;;24219:52;24288:19;;53726:133:0::2;23895:418:1::0;53726:133:0::2;53894:7;53872:18;;:29;;;;;;;:::i;:::-;::::0;;;-1:-1:-1;;53936:10:0::2;53912:35;::::0;;;:23:::2;:35;::::0;;;;:46;;53951:7;;53912:35;:46:::2;::::0;53951:7;;53912:46:::2;:::i;:::-;::::0;;;-1:-1:-1;53976:6:0::2;::::0;-1:-1:-1;53971:198:0::2;53992:7;53988:1;:11;53971:198;;;54021:12;54036:13;39630:10:::0;:17;;39542:113;54036:13:::2;:17;::::0;54052:1:::2;54036:17;:::i;:::-;54021:32;;54086:26;54092:10;54104:7;54086:5;:26::i;:::-;54132:25;::::0;10665::1;;;54137:10:0::2;::::0;-1:-1:-1;;;;;;;;;;;54132:25:0;10653:2:1;10638:18;54132:25:0::2;;;;;;;-1:-1:-1::0;54001:3:0;::::2;::::0;::::2;:::i;:::-;;;;53971:198;;48316:106:::0;4311:6;;-1:-1:-1;;;;;4311:6:0;2989:10;4458:23;4450:68;;;;-1:-1:-1;;;4450:68:0;;;;;;;:::i;:::-;48388:18:::1;:26:::0;;-1:-1:-1;;48388:26:0::1;::::0;::::1;;::::0;;;::::1;::::0;;48316:106::o;29318:328::-;29493:41;2989:10;29526:7;29493:18;:41::i;:::-;29485:103;;;;-1:-1:-1;;;29485:103:0;;;;;;;:::i;:::-;29599:39;29613:4;29619:2;29623:7;29632:5;29599:13;:39::i;51357:159::-;50758:13;;51443:4;;-1:-1:-1;;;;;50758:13:0;50744:10;:27;;:58;;-1:-1:-1;50789:13:0;;-1:-1:-1;;;;;50789:13:0;50775:10;:27;50744:58;50736:97;;;;-1:-1:-1;;;50736:97:0;;17066:2:1;50736:97:0;;;17048:21:1;17105:2;17085:18;;;17078:30;17144:28;17124:18;;;17117:56;17190:18;;50736:97:0;16864:350:1;50736:97:0;-1:-1:-1;;;;;;51469:39:0;::::1;;::::0;;;:29:::1;:39;::::0;;;;;::::1;;50844:1;51357:159:::0;;;:::o;55007:258::-;31221:4;31245:16;;;:7;:16;;;;;;55070:13;;-1:-1:-1;;;;;31245:16:0;55096:59;;;;-1:-1:-1;;;55096:59:0;;19028:2:1;55096:59:0;;;19010:21:1;19067:2;19047:18;;;19040:30;19106:31;19086:18;;;19079:59;19155:18;;55096:59:0;18826:353:1;55096:59:0;55197:12;55211:26;55228:8;55211:16;:26::i;:::-;55239:16;55180:76;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;55166:91;;55007:258;;;:::o;51069:139::-;50758:13;;-1:-1:-1;;;;;50758:13:0;50744:10;:27;;:58;;-1:-1:-1;50789:13:0;;-1:-1:-1;;;;;50789:13:0;50775:10;:27;50744:58;50736:97;;;;-1:-1:-1;;;50736:97:0;;17066:2:1;50736:97:0;;;17048:21:1;17105:2;17085:18;;;17078:30;17144:28;17124:18;;;17117:56;17190:18;;50736:97:0;16864:350:1;50736:97:0;51182:10:::1;51152:41;::::0;;;:29:::1;:41;::::0;;;;:48;;-1:-1:-1;;51152:48:0::1;51196:4;51152:48;::::0;;51069:139::o;51214:135::-;4311:6;;-1:-1:-1;;;;;4311:6:0;2989:10;4458:23;4450:68;;;;-1:-1:-1;;;4450:68:0;;;;;;;:::i;:::-;50931:13:::1;::::0;-1:-1:-1;;;;;50931:13:0::1;50901:44;::::0;;;:29:::1;:44;::::0;;;;;::::1;;:92:::0;::::1;;;-1:-1:-1::0;50979:13:0::1;::::0;-1:-1:-1;;;;;50979:13:0::1;50949:44;::::0;;;:29:::1;:44;::::0;;;;;::::1;;50901:92;50893:148;;;::::0;-1:-1:-1;;;50893:148:0;;20973:2:1;50893:148:0::1;::::0;::::1;20955:21:1::0;21012:2;20992:18;;;20985:30;21051:34;21031:18;;;21024:62;-1:-1:-1;;;21102:18:1;;;21095:41;21153:19;;50893:148:0::1;20771:407:1::0;50893:148:0::1;51290:51:::2;::::0;51298:10:::2;::::0;51319:21:::2;51290:51:::0;::::2;;;::::0;::::2;::::0;;;51319:21;51298:10;51290:51;::::2;;;;;;;;;;;;;::::0;::::2;;;;;;51214:135::o:0;48161:149::-;4311:6;;-1:-1:-1;;;;;4311:6:0;2989:10;4458:23;4450:68;;;;-1:-1:-1;;;4450:68:0;;;;;;;:::i;:::-;48244:17:::1;:25:::0;;-1:-1:-1;;48244:25:0::1;::::0;::::1;;::::0;;;::::1;::::0;;;48280:14:::1;:22:::0;48161:149::o;48897:140::-;48974:17;;48949:4;;48974:17;;:54;;;;-1:-1:-1;;49014:14:0;;48995:15;:33;;;48897:140::o;5147:201::-;4311:6;;-1:-1:-1;;;;;4311:6:0;2989:10;4458:23;4450:68;;;;-1:-1:-1;;;4450:68:0;;;;;;;:::i;:::-;-1:-1:-1;;;;;5236:22:0;::::1;5228:73;;;::::0;-1:-1:-1;;;5228:73:0;;12958:2:1;5228:73:0::1;::::0;::::1;12940:21:1::0;12997:2;12977:18;;;12970:30;13036:34;13016:18;;;13009:62;-1:-1:-1;;;13087:18:1;;;13080:36;13133:19;;5228:73:0::1;12756:402:1::0;5228:73:0::1;5312:28;5331:8;5312:18;:28::i;25398:305::-:0;25500:4;-1:-1:-1;;;;;;25537:40:0;;-1:-1:-1;;;25537:40:0;;:105;;-1:-1:-1;;;;;;;25594:48:0;;-1:-1:-1;;;25594:48:0;25537:105;:158;;;-1:-1:-1;;;;;;;;;;16991:40:0;;;25659:36;16882:157;35138:174;35213:24;;;;:15;:24;;;;;:29;;-1:-1:-1;;;;;;35213:29:0;-1:-1:-1;;;;;35213:29:0;;;;;;;;:24;;35267:23;35213:24;35267:14;:23::i;:::-;-1:-1:-1;;;;;35258:46:0;;;;;;;;;;;35138:174;;:::o;31450:348::-;31543:4;31245:16;;;:7;:16;;;;;;-1:-1:-1;;;;;31245:16:0;31560:73;;;;-1:-1:-1;;;31560:73:0;;15900:2:1;31560:73:0;;;15882:21:1;15939:2;15919:18;;;15912:30;15978:34;15958:18;;;15951:62;-1:-1:-1;;;16029:18:1;;;16022:42;16081:19;;31560:73:0;15698:408:1;31560:73:0;31644:13;31660:23;31675:7;31660:14;:23::i;:::-;31644:39;;31713:5;-1:-1:-1;;;;;31702:16:0;:7;-1:-1:-1;;;;;31702:16:0;;:51;;;;31746:7;-1:-1:-1;;;;;31722:31:0;:20;31734:7;31722:11;:20::i;:::-;-1:-1:-1;;;;;31722:31:0;;31702:51;:87;;;-1:-1:-1;;;;;;28542:25:0;;;28518:4;28542:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;31757:32;31694:96;31450:348;-1:-1:-1;;;;31450:348:0:o;34442:578::-;34601:4;-1:-1:-1;;;;;34574:31:0;:23;34589:7;34574:14;:23::i;:::-;-1:-1:-1;;;;;34574:31:0;;34566:85;;;;-1:-1:-1;;;34566:85:0;;20563:2:1;34566:85:0;;;20545:21:1;20602:2;20582:18;;;20575:30;20641:34;20621:18;;;20614:62;-1:-1:-1;;;20692:18:1;;;20685:39;20741:19;;34566:85:0;20361:405:1;34566:85:0;-1:-1:-1;;;;;34670:16:0;;34662:65;;;;-1:-1:-1;;;34662:65:0;;14787:2:1;34662:65:0;;;14769:21:1;14826:2;14806:18;;;14799:30;14865:34;14845:18;;;14838:62;-1:-1:-1;;;14916:18:1;;;14909:34;14960:19;;34662:65:0;14585:400:1;34662:65:0;34740:39;34761:4;34767:2;34771:7;34740:20;:39::i;:::-;34844:29;34861:1;34865:7;34844:8;:29::i;:::-;-1:-1:-1;;;;;34886:15:0;;;;;;:9;:15;;;;;:20;;34905:1;;34886:15;:20;;34905:1;;34886:20;:::i;:::-;;;;-1:-1:-1;;;;;;;34917:13:0;;;;;;:9;:13;;;;;:18;;34934:1;;34917:13;:18;;34934:1;;34917:18;:::i;:::-;;;;-1:-1:-1;;34946:16:0;;;;:7;:16;;;;;;:21;;-1:-1:-1;;;;;;34946:21:0;-1:-1:-1;;;;;34946:21:0;;;;;;;;;34985:27;;34946:16;;34985:27;;;;;;;34442:578;;;:::o;33134:382::-;-1:-1:-1;;;;;33214:16:0;;33206:61;;;;-1:-1:-1;;;33206:61:0;;18667:2:1;33206:61:0;;;18649:21:1;;;18686:18;;;18679:30;18745:34;18725:18;;;18718:62;18797:18;;33206:61:0;18465:356:1;33206:61:0;31221:4;31245:16;;;:7;:16;;;;;;-1:-1:-1;;;;;31245:16:0;:30;33278:58;;;;-1:-1:-1;;;33278:58:0;;13365:2:1;33278:58:0;;;13347:21:1;13404:2;13384:18;;;13377:30;13443;13423:18;;;13416:58;13491:18;;33278:58:0;13163:352:1;33278:58:0;33349:45;33378:1;33382:2;33386:7;33349:20;:45::i;:::-;-1:-1:-1;;;;;33407:13:0;;;;;;:9;:13;;;;;:18;;33424:1;;33407:13;:18;;33424:1;;33407:18;:::i;:::-;;;;-1:-1:-1;;33436:16:0;;;;:7;:16;;;;;;:21;;-1:-1:-1;;;;;;33436:21:0;-1:-1:-1;;;;;33436:21:0;;;;;;;;33475:33;;33436:16;;;33475:33;;33436:16;;33475:33;33134:382;;:::o;5508:191::-;5601:6;;;-1:-1:-1;;;;;5618:17:0;;;-1:-1:-1;;;;;;5618:17:0;;;;;;;5651:40;;5601:6;;;5618:17;5601:6;;5651:40;;5582:16;;5651:40;5571:128;5508:191;:::o;35454:315::-;35609:8;-1:-1:-1;;;;;35600:17:0;:5;-1:-1:-1;;;;;35600:17:0;;;35592:55;;;;-1:-1:-1;;;35592:55:0;;15192:2:1;35592:55:0;;;15174:21:1;15231:2;15211:18;;;15204:30;15270:27;15250:18;;;15243:55;15315:18;;35592:55:0;14990:349:1;35592:55:0;-1:-1:-1;;;;;35658:25:0;;;;;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;:46;;-1:-1:-1;;35658:46:0;;;;;;;;;;35720:41;;10467::1;;;35720::0;;10440:18:1;35720:41:0;;;;;;;35454:315;;;:::o;30528:::-;30685:28;30695:4;30701:2;30705:7;30685:9;:28::i;:::-;30732:48;30755:4;30761:2;30765:7;30774:5;30732:22;:48::i;:::-;30724:111;;;;-1:-1:-1;;;30724:111:0;;;;;;;:::i;418:723::-;474:13;695:10;691:53;;-1:-1:-1;;722:10:0;;;;;;;;;;;;-1:-1:-1;;;722:10:0;;;;;418:723::o;691:53::-;769:5;754:12;810:78;817:9;;810:78;;843:8;;;;:::i;:::-;;-1:-1:-1;866:10:0;;-1:-1:-1;874:2:0;866:10;;:::i;:::-;;;810:78;;;898:19;930:6;920:17;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;920:17:0;;898:39;;948:154;955:10;;948:154;;982:11;992:1;982:11;;:::i;:::-;;-1:-1:-1;1051:10:0;1059:2;1051:5;:10;:::i;:::-;1038:24;;:2;:24;:::i;:::-;1025:39;;1008:6;1015;1008:14;;;;;;;;:::i;:::-;;;;:56;-1:-1:-1;;;;;1008:56:0;;;;;;;;-1:-1:-1;1079:11:0;1088:2;1079:11;;:::i;:::-;;;948:154;;40578:589;-1:-1:-1;;;;;40784:18:0;;40780:187;;40819:40;40851:7;41994:10;:17;;41967:24;;;;:15;:24;;;;;:44;;;42022:24;;;;;;;;;;;;41890:164;40819:40;40780:187;;;40889:2;-1:-1:-1;;;;;40881:10:0;:4;-1:-1:-1;;;;;40881:10:0;;40877:90;;40908:47;40941:4;40947:7;40908:32;:47::i;:::-;-1:-1:-1;;;;;40981:16:0;;40977:183;;41014:45;41051:7;41014:36;:45::i;40977:183::-;41087:4;-1:-1:-1;;;;;41081:10:0;:2;-1:-1:-1;;;;;41081:10:0;;41077:83;;41108:40;41136:2;41140:7;41108:27;:40::i;36334:799::-;36489:4;-1:-1:-1;;;;;36510:13:0;;6902:20;6950:8;36506:620;;36546:72;;-1:-1:-1;;;36546:72:0;;-1:-1:-1;;;;;36546:36:0;;;;;:72;;2989:10;;36597:4;;36603:7;;36612:5;;36546:72;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;36546:72:0;;;;;;;;-1:-1:-1;;36546:72:0;;;;;;;;;;;;:::i;:::-;;;36542:529;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;36788:13:0;;36784:272;;36831:60;;-1:-1:-1;;;36831:60:0;;;;;;;:::i;36784:272::-;37006:6;37000:13;36991:6;36987:2;36983:15;36976:38;36542:529;-1:-1:-1;;;;;;36669:51:0;-1:-1:-1;;;36669:51:0;;-1:-1:-1;36662:58:0;;36506:620;-1:-1:-1;37110:4:0;36334:799;;;;;;:::o;42681:988::-;42947:22;42997:1;42972:22;42989:4;42972:16;:22::i;:::-;:26;;;;:::i;:::-;43009:18;43030:26;;;:17;:26;;;;;;42947:51;;-1:-1:-1;43163:28:0;;;43159:328;;-1:-1:-1;;;;;43230:18:0;;43208:19;43230:18;;;:12;:18;;;;;;;;:34;;;;;;;;;43281:30;;;;;;:44;;;43398:30;;:17;:30;;;;;:43;;;43159:328;-1:-1:-1;43583:26:0;;;;:17;:26;;;;;;;;43576:33;;;-1:-1:-1;;;;;43627:18:0;;;;;:12;:18;;;;;:34;;;;;;;43620:41;42681:988::o;43964:1079::-;44242:10;:17;44217:22;;44242:21;;44262:1;;44242:21;:::i;:::-;44274:18;44295:24;;;:15;:24;;;;;;44668:10;:26;;44217:46;;-1:-1:-1;44295:24:0;;44217:46;;44668:26;;;;;;:::i;:::-;;;;;;;;;44646:48;;44732:11;44707:10;44718;44707:22;;;;;;;;:::i;:::-;;;;;;;;;;;;:36;;;;44812:28;;;:15;:28;;;;;;;:41;;;44984:24;;;;;44977:31;45019:10;:16;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;44035:1008;;;43964:1079;:::o;41468:221::-;41553:14;41570:20;41587:2;41570:16;:20::i;:::-;-1:-1:-1;;;;;41601:16:0;;;;;;;:12;:16;;;;;;;;:24;;;;;;;;:34;;;41646:26;;;:17;:26;;;;;;:35;;;;-1:-1:-1;41468:221:0:o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;14:406:1;78:5;112:18;104:6;101:30;98:56;;;134:18;;:::i;:::-;172:57;217:2;196:15;;-1:-1:-1;;192:29:1;223:4;188:40;172:57;:::i;:::-;163:66;;252:6;245:5;238:21;292:3;283:6;278:3;274:16;271:25;268:45;;;309:1;306;299:12;268:45;358:6;353:3;346:4;339:5;335:16;322:43;412:1;405:4;396:6;389:5;385:18;381:29;374:40;14:406;;;;;:::o;425:173::-;493:20;;-1:-1:-1;;;;;542:31:1;;532:42;;522:70;;588:1;585;578:12;603:723;657:5;710:3;703:4;695:6;691:17;687:27;677:55;;728:1;725;718:12;677:55;764:6;751:20;790:4;813:18;809:2;806:26;803:52;;;835:18;;:::i;:::-;881:2;878:1;874:10;904:28;928:2;924;920:11;904:28;:::i;:::-;966:15;;;997:12;;;;1029:15;;;1063;;;1059:24;;1056:33;-1:-1:-1;1053:53:1;;;1102:1;1099;1092:12;1053:53;1124:1;1115:10;;1134:163;1148:2;1145:1;1142:9;1134:163;;;1205:17;;1193:30;;1166:1;1159:9;;;;;1243:12;;;;1275;;1134:163;;;-1:-1:-1;1315:5:1;603:723;-1:-1:-1;;;;;;;603:723:1:o;1331:160::-;1396:20;;1452:13;;1445:21;1435:32;;1425:60;;1481:1;1478;1471:12;1496:221;1539:5;1592:3;1585:4;1577:6;1573:17;1569:27;1559:55;;1610:1;1607;1600:12;1559:55;1632:79;1707:3;1698:6;1685:20;1678:4;1670:6;1666:17;1632:79;:::i;:::-;1623:88;1496:221;-1:-1:-1;;;1496:221:1:o;1722:186::-;1781:6;1834:2;1822:9;1813:7;1809:23;1805:32;1802:52;;;1850:1;1847;1840:12;1802:52;1873:29;1892:9;1873:29;:::i;1913:260::-;1981:6;1989;2042:2;2030:9;2021:7;2017:23;2013:32;2010:52;;;2058:1;2055;2048:12;2010:52;2081:29;2100:9;2081:29;:::i;:::-;2071:39;;2129:38;2163:2;2152:9;2148:18;2129:38;:::i;:::-;2119:48;;1913:260;;;;;:::o;2178:328::-;2255:6;2263;2271;2324:2;2312:9;2303:7;2299:23;2295:32;2292:52;;;2340:1;2337;2330:12;2292:52;2363:29;2382:9;2363:29;:::i;:::-;2353:39;;2411:38;2445:2;2434:9;2430:18;2411:38;:::i;:::-;2401:48;;2496:2;2485:9;2481:18;2468:32;2458:42;;2178:328;;;;;:::o;2511:666::-;2606:6;2614;2622;2630;2683:3;2671:9;2662:7;2658:23;2654:33;2651:53;;;2700:1;2697;2690:12;2651:53;2723:29;2742:9;2723:29;:::i;:::-;2713:39;;2771:38;2805:2;2794:9;2790:18;2771:38;:::i;:::-;2761:48;;2856:2;2845:9;2841:18;2828:32;2818:42;;2911:2;2900:9;2896:18;2883:32;2938:18;2930:6;2927:30;2924:50;;;2970:1;2967;2960:12;2924:50;2993:22;;3046:4;3038:13;;3034:27;-1:-1:-1;3024:55:1;;3075:1;3072;3065:12;3024:55;3098:73;3163:7;3158:2;3145:16;3140:2;3136;3132:11;3098:73;:::i;:::-;3088:83;;;2511:666;;;;;;;:::o;3182:254::-;3247:6;3255;3308:2;3296:9;3287:7;3283:23;3279:32;3276:52;;;3324:1;3321;3314:12;3276:52;3347:29;3366:9;3347:29;:::i;:::-;3337:39;;3395:35;3426:2;3415:9;3411:18;3395:35;:::i;3441:254::-;3509:6;3517;3570:2;3558:9;3549:7;3545:23;3541:32;3538:52;;;3586:1;3583;3576:12;3538:52;3609:29;3628:9;3609:29;:::i;:::-;3599:39;3685:2;3670:18;;;;3657:32;;-1:-1:-1;;;3441:254:1:o;3700:348::-;3784:6;3837:2;3825:9;3816:7;3812:23;3808:32;3805:52;;;3853:1;3850;3843:12;3805:52;3893:9;3880:23;3926:18;3918:6;3915:30;3912:50;;;3958:1;3955;3948:12;3912:50;3981:61;4034:7;4025:6;4014:9;4010:22;3981:61;:::i;4053:416::-;4146:6;4154;4207:2;4195:9;4186:7;4182:23;4178:32;4175:52;;;4223:1;4220;4213:12;4175:52;4263:9;4250:23;4296:18;4288:6;4285:30;4282:50;;;4328:1;4325;4318:12;4282:50;4351:61;4404:7;4395:6;4384:9;4380:22;4351:61;:::i;:::-;4341:71;4459:2;4444:18;;;;4431:32;;-1:-1:-1;;;;4053:416:1:o;4474:180::-;4530:6;4583:2;4571:9;4562:7;4558:23;4554:32;4551:52;;;4599:1;4596;4589:12;4551:52;4622:26;4638:9;4622:26;:::i;4659:248::-;4724:6;4732;4785:2;4773:9;4764:7;4760:23;4756:32;4753:52;;;4801:1;4798;4791:12;4753:52;4824:26;4840:9;4824:26;:::i;4912:180::-;4971:6;5024:2;5012:9;5003:7;4999:23;4995:32;4992:52;;;5040:1;5037;5030:12;4992:52;-1:-1:-1;5063:23:1;;4912:180;-1:-1:-1;4912:180:1:o;5097:245::-;5155:6;5208:2;5196:9;5187:7;5183:23;5179:32;5176:52;;;5224:1;5221;5214:12;5176:52;5263:9;5250:23;5282:30;5306:5;5282:30;:::i;5347:249::-;5416:6;5469:2;5457:9;5448:7;5444:23;5440:32;5437:52;;;5485:1;5482;5475:12;5437:52;5517:9;5511:16;5536:30;5560:5;5536:30;:::i;5601:543::-;5689:6;5697;5750:2;5738:9;5729:7;5725:23;5721:32;5718:52;;;5766:1;5763;5756:12;5718:52;5806:9;5793:23;5835:18;5876:2;5868:6;5865:14;5862:34;;;5892:1;5889;5882:12;5862:34;5915:50;5957:7;5948:6;5937:9;5933:22;5915:50;:::i;:::-;5905:60;;6018:2;6007:9;6003:18;5990:32;5974:48;;6047:2;6037:8;6034:16;6031:36;;;6063:1;6060;6053:12;6031:36;;6086:52;6130:7;6119:8;6108:9;6104:24;6086:52;:::i;:::-;6076:62;;;5601:543;;;;;:::o;6334:184::-;6404:6;6457:2;6445:9;6436:7;6432:23;6428:32;6425:52;;;6473:1;6470;6463:12;6425:52;-1:-1:-1;6496:16:1;;6334:184;-1:-1:-1;6334:184:1:o;6523:257::-;6564:3;6602:5;6596:12;6629:6;6624:3;6617:19;6645:63;6701:6;6694:4;6689:3;6685:14;6678:4;6671:5;6667:16;6645:63;:::i;:::-;6762:2;6741:15;-1:-1:-1;;6737:29:1;6728:39;;;;6769:4;6724:50;;6523:257;-1:-1:-1;;6523:257:1:o;6785:973::-;6870:12;;6835:3;;6925:1;6945:18;;;;6998;;;;7025:61;;7079:4;7071:6;7067:17;7057:27;;7025:61;7105:2;7153;7145:6;7142:14;7122:18;7119:38;7116:161;;;7199:10;7194:3;7190:20;7187:1;7180:31;7234:4;7231:1;7224:15;7262:4;7259:1;7252:15;7116:161;7293:18;7320:104;;;;7438:1;7433:319;;;;7286:466;;7320:104;-1:-1:-1;;7353:24:1;;7341:37;;7398:16;;;;-1:-1:-1;7320:104:1;;7433:319;24853:1;24846:14;;;24890:4;24877:18;;7527:1;7541:165;7555:6;7552:1;7549:13;7541:165;;;7633:14;;7620:11;;;7613:35;7676:16;;;;7570:10;;7541:165;;;7545:3;;7735:6;7730:3;7726:16;7719:23;;7286:466;;;;;;;6785:973;;;;:::o;8249:456::-;8470:3;8498:38;8532:3;8524:6;8498:38;:::i;:::-;8565:6;8559:13;8581:52;8626:6;8622:2;8615:4;8607:6;8603:17;8581:52;:::i;:::-;8649:50;8691:6;8687:2;8683:15;8675:6;8649:50;:::i;:::-;8642:57;8249:456;-1:-1:-1;;;;;;;8249:456:1:o;8918:488::-;-1:-1:-1;;;;;9187:15:1;;;9169:34;;9239:15;;9234:2;9219:18;;9212:43;9286:2;9271:18;;9264:34;;;9334:3;9329:2;9314:18;;9307:31;;;9112:4;;9355:45;;9380:19;;9372:6;9355:45;:::i;:::-;9347:53;8918:488;-1:-1:-1;;;;;;8918:488:1:o;9690:632::-;9861:2;9913:21;;;9983:13;;9886:18;;;10005:22;;;9832:4;;9861:2;10084:15;;;;10058:2;10043:18;;;9832:4;10127:169;10141:6;10138:1;10135:13;10127:169;;;10202:13;;10190:26;;10271:15;;;;10236:12;;;;10163:1;10156:9;10127:169;;;-1:-1:-1;10313:3:1;;9690:632;-1:-1:-1;;;;;;9690:632:1:o;10926:219::-;11075:2;11064:9;11057:21;11038:4;11095:44;11135:2;11124:9;11120:18;11112:6;11095:44;:::i;11917:414::-;12119:2;12101:21;;;12158:2;12138:18;;;12131:30;12197:34;12192:2;12177:18;;12170:62;-1:-1:-1;;;12263:2:1;12248:18;;12241:48;12321:3;12306:19;;11917:414::o;19597:356::-;19799:2;19781:21;;;19818:18;;;19811:30;19877:34;19872:2;19857:18;;19850:62;19944:2;19929:18;;19597:356::o;21945:413::-;22147:2;22129:21;;;22186:2;22166:18;;;22159:30;22225:34;22220:2;22205:18;;22198:62;-1:-1:-1;;;22291:2:1;22276:18;;22269:47;22348:3;22333:19;;21945:413::o;22776:351::-;22978:2;22960:21;;;23017:2;22997:18;;;22990:30;23056:29;23051:2;23036:18;;23029:57;23118:2;23103:18;;22776:351::o;24500:275::-;24571:2;24565:9;24636:2;24617:13;;-1:-1:-1;;24613:27:1;24601:40;;24671:18;24656:34;;24692:22;;;24653:62;24650:88;;;24718:18;;:::i;:::-;24754:2;24747:22;24500:275;;-1:-1:-1;24500:275:1:o;24906:128::-;24946:3;24977:1;24973:6;24970:1;24967:13;24964:39;;;24983:18;;:::i;:::-;-1:-1:-1;25019:9:1;;24906:128::o;25039:120::-;25079:1;25105;25095:35;;25110:18;;:::i;:::-;-1:-1:-1;25144:9:1;;25039:120::o;25164:168::-;25204:7;25270:1;25266;25262:6;25258:14;25255:1;25252:21;25247:1;25240:9;25233:17;25229:45;25226:71;;;25277:18;;:::i;:::-;-1:-1:-1;25317:9:1;;25164:168::o;25337:125::-;25377:4;25405:1;25402;25399:8;25396:34;;;25410:18;;:::i;:::-;-1:-1:-1;25447:9:1;;25337:125::o;25467:258::-;25539:1;25549:113;25563:6;25560:1;25557:13;25549:113;;;25639:11;;;25633:18;25620:11;;;25613:39;25585:2;25578:10;25549:113;;;25680:6;25677:1;25674:13;25671:48;;;-1:-1:-1;;25715:1:1;25697:16;;25690:27;25467:258::o;25730:380::-;25809:1;25805:12;;;;25852;;;25873:61;;25927:4;25919:6;25915:17;25905:27;;25873:61;25980:2;25972:6;25969:14;25949:18;25946:38;25943:161;;;26026:10;26021:3;26017:20;26014:1;26007:31;26061:4;26058:1;26051:15;26089:4;26086:1;26079:15;25943:161;;25730:380;;;:::o;26115:135::-;26154:3;-1:-1:-1;;26175:17:1;;26172:43;;;26195:18;;:::i;:::-;-1:-1:-1;26242:1:1;26231:13;;26115:135::o;26255:112::-;26287:1;26313;26303:35;;26318:18;;:::i;:::-;-1:-1:-1;26352:9:1;;26255:112::o;26372:127::-;26433:10;26428:3;26424:20;26421:1;26414:31;26464:4;26461:1;26454:15;26488:4;26485:1;26478:15;26504:127;26565:10;26560:3;26556:20;26553:1;26546:31;26596:4;26593:1;26586:15;26620:4;26617:1;26610:15;26636:127;26697:10;26692:3;26688:20;26685:1;26678:31;26728:4;26725:1;26718:15;26752:4;26749:1;26742:15;26768:127;26829:10;26824:3;26820:20;26817:1;26810:31;26860:4;26857:1;26850:15;26884:4;26881:1;26874:15;26900:127;26961:10;26956:3;26952:20;26949:1;26942:31;26992:4;26989:1;26982:15;27016:4;27013:1;27006:15;27032:131;-1:-1:-1;;;;;;27106:32:1;;27096:43;;27086:71;;27153:1;27150;27143:12

Swarm Source

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