ETH Price: $3,168.49 (-4.07%)
Gas: 12 Gwei

Token

Pastel Penguins (PASTELS)
 

Overview

Max Total Supply

1,615 PASTELS

Holders

482

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Balance
8 PASTELS
0x879a04ff1814f8ead14a10ac4c391934b372ad24
Loading...
Loading
Loading...
Loading
Loading...
Loading

OVERVIEW

Waddle On With Pastel Penguins! Our Unique Penguins Can Host Over 100 Traits Across 7 Categories. Also Watch Out For Our Exclusive 1/1 Designs That Are EXTRA Cool!

# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
PastelPenguins

Compiler Version
v0.8.7+commit.e28d00a7

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2022-01-16
*/

// SPDX-License-Identifier: MIT
// File: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/utils/Counters.sol


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

pragma solidity ^0.8.0;

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

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

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

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

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

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


// OpenZeppelin Contracts v4.4.1 (utils/math/SafeMath.sol)

pragma solidity ^0.8.0;

// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,
// because it relies on the compiler's built in overflow checks.

/**
 * @dev Wrappers over Solidity's arithmetic operations.
 *
 * NOTE: `SafeMath` is generally not needed starting with Solidity 0.8, since the compiler
 * now has built in overflow checking.
 */
library SafeMath {
    /**
     * @dev Returns the addition of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            uint256 c = a + b;
            if (c < a) return (false, 0);
            return (true, c);
        }
    }

    /**
     * @dev Returns the substraction of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b > a) return (false, 0);
            return (true, a - b);
        }
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, with an overflow flag.
     *
     * _Available since v3.4._
     */
    function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            // Gas optimization: this is cheaper than requiring 'a' not being zero, but the
            // benefit is lost if 'b' is also tested.
            // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522
            if (a == 0) return (true, 0);
            uint256 c = a * b;
            if (c / a != b) return (false, 0);
            return (true, c);
        }
    }

    /**
     * @dev Returns the division of two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b == 0) return (false, 0);
            return (true, a / b);
        }
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.
     *
     * _Available since v3.4._
     */
    function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {
        unchecked {
            if (b == 0) return (false, 0);
            return (true, a % b);
        }
    }

    /**
     * @dev Returns the addition of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `+` operator.
     *
     * Requirements:
     *
     * - Addition cannot overflow.
     */
    function add(uint256 a, uint256 b) internal pure returns (uint256) {
        return a + b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting on
     * overflow (when the result is negative).
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(uint256 a, uint256 b) internal pure returns (uint256) {
        return a - b;
    }

    /**
     * @dev Returns the multiplication of two unsigned integers, reverting on
     * overflow.
     *
     * Counterpart to Solidity's `*` operator.
     *
     * Requirements:
     *
     * - Multiplication cannot overflow.
     */
    function mul(uint256 a, uint256 b) internal pure returns (uint256) {
        return a * b;
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator.
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(uint256 a, uint256 b) internal pure returns (uint256) {
        return a / b;
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting when dividing by zero.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(uint256 a, uint256 b) internal pure returns (uint256) {
        return a % b;
    }

    /**
     * @dev Returns the subtraction of two unsigned integers, reverting with custom message on
     * overflow (when the result is negative).
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {trySub}.
     *
     * Counterpart to Solidity's `-` operator.
     *
     * Requirements:
     *
     * - Subtraction cannot overflow.
     */
    function sub(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        unchecked {
            require(b <= a, errorMessage);
            return a - b;
        }
    }

    /**
     * @dev Returns the integer division of two unsigned integers, reverting with custom message on
     * division by zero. The result is rounded towards zero.
     *
     * Counterpart to Solidity's `/` operator. Note: this function uses a
     * `revert` opcode (which leaves remaining gas untouched) while Solidity
     * uses an invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function div(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        unchecked {
            require(b > 0, errorMessage);
            return a / b;
        }
    }

    /**
     * @dev Returns the remainder of dividing two unsigned integers. (unsigned integer modulo),
     * reverting with custom message when dividing by zero.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryMod}.
     *
     * Counterpart to Solidity's `%` operator. This function uses a `revert`
     * opcode (which leaves remaining gas untouched) while Solidity uses an
     * invalid opcode to revert (consuming all remaining gas).
     *
     * Requirements:
     *
     * - The divisor cannot be zero.
     */
    function mod(
        uint256 a,
        uint256 b,
        string memory errorMessage
    ) internal pure returns (uint256) {
        unchecked {
            require(b > 0, errorMessage);
            return a % b;
        }
    }
}

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


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

pragma solidity ^0.8.0;

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

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

// File: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/access/Ownable.sol


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

pragma solidity ^0.8.0;


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

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

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

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

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

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

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

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

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


// OpenZeppelin Contracts v4.4.1 (token/ERC721/IERC721Receiver.sol)

pragma solidity ^0.8.0;

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

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


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

pragma solidity ^0.8.1;

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

        return account.code.length > 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

pragma solidity ^0.8.0;

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

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

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

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

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

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


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

pragma solidity ^0.8.0;

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

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


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

pragma solidity ^0.8.0;


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

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


// OpenZeppelin Contracts v4.4.1 (token/ERC721/IERC721.sol)

pragma solidity ^0.8.0;


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

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

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

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

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

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

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

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

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

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

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

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

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


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

pragma solidity ^0.8.0;


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

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

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

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


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

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

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

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

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

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

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

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

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

        _beforeTokenTransfer(from, to, tokenId);

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

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

        emit Transfer(from, to, tokenId);

        _afterTokenTransfer(from, to, tokenId);
    }

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

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

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

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

    /**
     * @dev Hook that is called after any transfer of tokens. This includes
     * minting and burning.
     *
     * Calling conditions:
     *
     * - when `from` and `to` are both non-zero.
     * - `from` and `to` are never both zero.
     *
     * To learn more about hooks, head to xref:ROOT:extending-contracts.adoc#using-hooks[Using Hooks].
     */
    function _afterTokenTransfer(
        address from,
        address to,
        uint256 tokenId
    ) internal virtual {}
}

// File: PastelPenguins.sol


//
//    ____    __    ___  ____  ____  __        ____  ____  _  _   ___  __  __  ____  _  _  ___ 
//   (  _ \  /__\  / __)(_  _)( ___)(  )      (  _ \( ___)( \( ) / __)(  )(  )(_  _)( \( )/ __)
//    )___/ /(  )\ \__ \  )(   )__)  )(__      )___/ )__)  )  ( ( (_-. )(__)(  _)(_  )  ( \__ \
//   (__)  (__)(__)(___/ (__) (____)(____)    (__)  (____)(_)\_) \___/(______)(____)(_)\_)(___/
//
//   Twitter: @penguins_pastel












pragma solidity ^0.8.0;

contract PastelPenguins is Ownable, ERC721 {
  
  using SafeMath for uint256;
  using Counters for Counters.Counter;
  Counters.Counter private _tokenIdCounter;
  
  uint256 public mintPrice = .0055 ether;
  uint256 public maxSupply = 5555;
  uint256 public freeMintAmount =1000;
  uint256 private mintLimit = 5;
  string private baseURI = "ipfs://QmUEJzKyAH8mXXsActmiWrjJgYL8kV6ffPAX9qMvBaHpvz/";
  bool public publicSaleState = true;
  bool public revealed = true;
  string private base_URI_tail = ".json";
  string private hiddenURI = "";

  constructor() ERC721("Pastel Penguins", "PASTELS") { 
  }

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

  function setBaseURI(string calldata newBaseURI) external onlyOwner {
      baseURI = newBaseURI;
  }

  function tokenURI(uint256 _tokenId) public view override returns (string memory) {
    require(_exists(_tokenId), "ERC721Metadata: URI query for nonexistent token");
    if(revealed == false) {
        return hiddenURI; 
    }
  string memory currentBaseURI = _baseURI();
  return string(abi.encodePacked(currentBaseURI, Strings.toString(_tokenId), base_URI_tail));
  }  

  function reveal() public onlyOwner returns(bool) {
    revealed = !revealed;
    return revealed;
  }
      
  function changeStatePublicSale() public onlyOwner returns(bool) {
    publicSaleState = !publicSaleState;
    return publicSaleState;
  }

  function mint(uint numberOfTokens) external payable {
    require(publicSaleState, "Sale is not active");
    require(_tokenIdCounter.current() <= maxSupply, "Not enough tokens left");
    require(numberOfTokens <= mintLimit, "Too many tokens for one transaction");
    if(_tokenIdCounter.current() >= freeMintAmount){
        require(msg.value >= mintPrice.mul(numberOfTokens), "Insufficient payment");
    }
    mintInternal(msg.sender, numberOfTokens);
  }
 
  function mintInternal(address wallet, uint amount) internal {
    uint currentTokenSupply = _tokenIdCounter.current();
    require(currentTokenSupply.add(amount) <= maxSupply, "Not enough tokens left");
        for(uint i = 0; i< amount; i++){
        currentTokenSupply++;
        _safeMint(wallet, currentTokenSupply);
        _tokenIdCounter.increment();
    }
  }
  
  function reserve(uint256 numberOfTokens) external onlyOwner {
    mintInternal(msg.sender, numberOfTokens);
  }
  function setfreeAmount(uint16 _newFreeMints) public onlyOwner() {
    freeMintAmount = _newFreeMints;
  }

  function totalSupply() public view returns (uint){
    return _tokenIdCounter.current();
  }

  function withdraw() public onlyOwner {
    require(address(this).balance > 0, "No balance to withdraw");
    payable(owner()).transfer(address(this).balance); 
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"address","name":"operator","type":"address"},{"indexed":false,"internalType":"bool","name":"approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"from","type":"address"},{"indexed":true,"internalType":"address","name":"to","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"Transfer","type":"event"},{"inputs":[{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"changeStatePublicSale","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"freeMintAmount","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"maxSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"numberOfTokens","type":"uint256"}],"name":"mint","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[],"name":"mintPrice","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"owner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"publicSaleState","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"renounceOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"numberOfTokens","type":"uint256"}],"name":"reserve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"reveal","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"revealed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"operator","type":"address"},{"internalType":"bool","name":"approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"newBaseURI","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint16","name":"_newFreeMints","type":"uint16"}],"name":"setfreeAmount","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"newOwner","type":"address"}],"name":"transferOwnership","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"withdraw","outputs":[],"stateMutability":"nonpayable","type":"function"}]

608060405266138a388a43c0006008556115b36009556103e8600a556005600b5560405180606001604052806036815260200162003f2160369139600c9080519060200190620000519291906200029e565b506001600d60006101000a81548160ff0219169083151502179055506001600d60016101000a81548160ff0219169083151502179055506040518060400160405280600581526020017f2e6a736f6e000000000000000000000000000000000000000000000000000000815250600e9080519060200190620000d59291906200029e565b5060405180602001604052806000815250600f9080519060200190620000fd9291906200029e565b503480156200010b57600080fd5b506040518060400160405280600f81526020017f50617374656c2050656e6775696e7300000000000000000000000000000000008152506040518060400160405280600781526020017f50415354454c5300000000000000000000000000000000000000000000000000815250620001986200018c620001d260201b60201c565b620001da60201b60201c565b8160019080519060200190620001b09291906200029e565b508060029080519060200190620001c99291906200029e565b505050620003b3565b600033905090565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b828054620002ac906200034e565b90600052602060002090601f016020900481019282620002d057600085556200031c565b82601f10620002eb57805160ff19168380011785556200031c565b828001600101855582156200031c579182015b828111156200031b578251825591602001919060010190620002fe565b5b5090506200032b91906200032f565b5090565b5b808211156200034a57600081600090555060010162000330565b5090565b600060028204905060018216806200036757607f821691505b602082108114156200037e576200037d62000384565b5b50919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b613b5e80620003c36000396000f3fe6080604052600436106101c25760003560e01c806370a08231116100f7578063a22cb46511610095578063d1cbf17d11610064578063d1cbf17d1461060d578063d5abeb0114610638578063e985e9c514610663578063f2fde38b146106a0576101c2565b8063a22cb46514610553578063a475b5dd1461057c578063b88d4fde146105a7578063c87b56dd146105d0576101c2565b8063819b25ba116100d1578063819b25ba146104b85780638da5cb5b146104e157806395d89b411461050c578063a0712d6814610537576101c2565b806370a0823114610439578063715018a61461047657806371adc02a1461048d576101c2565b80633a467e3d11610164578063518302271161013e578063518302271461037d57806355f804b3146103a85780636352211e146103d15780636817c76c1461040e576101c2565b80633a467e3d146103125780633ccfd60b1461033d57806342842e0e14610354576101c2565b8063095ea7b3116101a0578063095ea7b31461026c57806318160ddd1461029557806323b872dd146102c05780632d46d6ff146102e9576101c2565b806301ffc9a7146101c757806306fdde0314610204578063081812fc1461022f575b600080fd5b3480156101d357600080fd5b506101ee60048036038101906101e9919061282d565b6106c9565b6040516101fb9190612df4565b60405180910390f35b34801561021057600080fd5b506102196107ab565b6040516102269190612e0f565b60405180910390f35b34801561023b57600080fd5b5061025660048036038101906102519190612901565b61083d565b6040516102639190612d8d565b60405180910390f35b34801561027857600080fd5b50610293600480360381019061028e91906127ed565b6108c2565b005b3480156102a157600080fd5b506102aa6109da565b6040516102b791906130d1565b60405180910390f35b3480156102cc57600080fd5b506102e760048036038101906102e291906126d7565b6109eb565b005b3480156102f557600080fd5b50610310600480360381019061030b91906128d4565b610a4b565b005b34801561031e57600080fd5b50610327610ad5565b60405161033491906130d1565b60405180910390f35b34801561034957600080fd5b50610352610adb565b005b34801561036057600080fd5b5061037b600480360381019061037691906126d7565b610bea565b005b34801561038957600080fd5b50610392610c0a565b60405161039f9190612df4565b60405180910390f35b3480156103b457600080fd5b506103cf60048036038101906103ca9190612887565b610c1d565b005b3480156103dd57600080fd5b506103f860048036038101906103f39190612901565b610caf565b6040516104059190612d8d565b60405180910390f35b34801561041a57600080fd5b50610423610d61565b60405161043091906130d1565b60405180910390f35b34801561044557600080fd5b50610460600480360381019061045b919061266a565b610d67565b60405161046d91906130d1565b60405180910390f35b34801561048257600080fd5b5061048b610e1f565b005b34801561049957600080fd5b506104a2610ea7565b6040516104af9190612df4565b60405180910390f35b3480156104c457600080fd5b506104df60048036038101906104da9190612901565b610eba565b005b3480156104ed57600080fd5b506104f6610f43565b6040516105039190612d8d565b60405180910390f35b34801561051857600080fd5b50610521610f6c565b60405161052e9190612e0f565b60405180910390f35b610551600480360381019061054c9190612901565b610ffe565b005b34801561055f57600080fd5b5061057a600480360381019061057591906127ad565b611157565b005b34801561058857600080fd5b5061059161116d565b60405161059e9190612df4565b60405180910390f35b3480156105b357600080fd5b506105ce60048036038101906105c9919061272a565b61122a565b005b3480156105dc57600080fd5b506105f760048036038101906105f29190612901565b61128c565b6040516106049190612e0f565b60405180910390f35b34801561061957600080fd5b506106226113c6565b60405161062f9190612df4565b60405180910390f35b34801561064457600080fd5b5061064d611483565b60405161065a91906130d1565b60405180910390f35b34801561066f57600080fd5b5061068a60048036038101906106859190612697565b611489565b6040516106979190612df4565b60405180910390f35b3480156106ac57600080fd5b506106c760048036038101906106c2919061266a565b61151d565b005b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061079457507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806107a457506107a382611615565b5b9050919050565b6060600180546107ba90613373565b80601f01602080910402602001604051908101604052809291908181526020018280546107e690613373565b80156108335780601f1061080857610100808354040283529160200191610833565b820191906000526020600020905b81548152906001019060200180831161081657829003601f168201915b5050505050905090565b60006108488261167f565b610887576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161087e90613011565b60405180910390fd5b6005600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006108cd82610caf565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561093e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161093590613091565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1661095d6116eb565b73ffffffffffffffffffffffffffffffffffffffff16148061098c575061098b816109866116eb565b611489565b5b6109cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109c290612f51565b60405180910390fd5b6109d583836116f3565b505050565b60006109e660076117ac565b905090565b6109fc6109f66116eb565b826117ba565b610a3b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a32906130b1565b60405180910390fd5b610a46838383611898565b505050565b610a536116eb565b73ffffffffffffffffffffffffffffffffffffffff16610a71610f43565b73ffffffffffffffffffffffffffffffffffffffff1614610ac7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610abe90613031565b60405180910390fd5b8061ffff16600a8190555050565b600a5481565b610ae36116eb565b73ffffffffffffffffffffffffffffffffffffffff16610b01610f43565b73ffffffffffffffffffffffffffffffffffffffff1614610b57576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b4e90613031565b60405180910390fd5b60004711610b9a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b9190613071565b60405180910390fd5b610ba2610f43565b73ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015610be7573d6000803e3d6000fd5b50565b610c058383836040518060200160405280600081525061122a565b505050565b600d60019054906101000a900460ff1681565b610c256116eb565b73ffffffffffffffffffffffffffffffffffffffff16610c43610f43565b73ffffffffffffffffffffffffffffffffffffffff1614610c99576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c9090613031565b60405180910390fd5b8181600c9190610caa929190612483565b505050565b6000806003600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610d58576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d4f90612f91565b60405180910390fd5b80915050919050565b60085481565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610dd8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dcf90612f71565b60405180910390fd5b600460008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610e276116eb565b73ffffffffffffffffffffffffffffffffffffffff16610e45610f43565b73ffffffffffffffffffffffffffffffffffffffff1614610e9b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e9290613031565b60405180910390fd5b610ea56000611aff565b565b600d60009054906101000a900460ff1681565b610ec26116eb565b73ffffffffffffffffffffffffffffffffffffffff16610ee0610f43565b73ffffffffffffffffffffffffffffffffffffffff1614610f36576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f2d90613031565b60405180910390fd5b610f403382611bc3565b50565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060028054610f7b90613373565b80601f0160208091040260200160405190810160405280929190818152602001828054610fa790613373565b8015610ff45780601f10610fc957610100808354040283529160200191610ff4565b820191906000526020600020905b815481529060010190602001808311610fd757829003601f168201915b5050505050905090565b600d60009054906101000a900460ff1661104d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161104490612f11565b60405180910390fd5b60095461105a60076117ac565b111561109b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161109290612fb1565b60405180910390fd5b600b548111156110e0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110d790612e31565b60405180910390fd5b600a546110ed60076117ac565b1061114a5761110781600854611c6e90919063ffffffff16565b341015611149576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161114090612ff1565b60405180910390fd5b5b6111543382611bc3565b50565b6111696111626116eb565b8383611c84565b5050565b60006111776116eb565b73ffffffffffffffffffffffffffffffffffffffff16611195610f43565b73ffffffffffffffffffffffffffffffffffffffff16146111eb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111e290613031565b60405180910390fd5b600d60019054906101000a900460ff1615600d60016101000a81548160ff021916908315150217905550600d60019054906101000a900460ff16905090565b61123b6112356116eb565b836117ba565b61127a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611271906130b1565b60405180910390fd5b61128684848484611df1565b50505050565b60606112978261167f565b6112d6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112cd90613051565b60405180910390fd5b60001515600d60019054906101000a900460ff161515141561138457600f80546112ff90613373565b80601f016020809104026020016040519081016040528092919081815260200182805461132b90613373565b80156113785780601f1061134d57610100808354040283529160200191611378565b820191906000526020600020905b81548152906001019060200180831161135b57829003601f168201915b505050505090506113c1565b600061138e611e4d565b90508061139a84611edf565b600e6040516020016113ae93929190612d5c565b6040516020818303038152906040529150505b919050565b60006113d06116eb565b73ffffffffffffffffffffffffffffffffffffffff166113ee610f43565b73ffffffffffffffffffffffffffffffffffffffff1614611444576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161143b90613031565b60405180910390fd5b600d60009054906101000a900460ff1615600d60006101000a81548160ff021916908315150217905550600d60009054906101000a900460ff16905090565b60095481565b6000600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b6115256116eb565b73ffffffffffffffffffffffffffffffffffffffff16611543610f43565b73ffffffffffffffffffffffffffffffffffffffff1614611599576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161159090613031565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611609576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161160090612e71565b60405180910390fd5b61161281611aff565b50565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166003600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816005600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff1661176683610caf565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600081600001549050919050565b60006117c58261167f565b611804576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117fb90612f31565b60405180910390fd5b600061180f83610caf565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061187e57508373ffffffffffffffffffffffffffffffffffffffff166118668461083d565b73ffffffffffffffffffffffffffffffffffffffff16145b8061188f575061188e8185611489565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff166118b882610caf565b73ffffffffffffffffffffffffffffffffffffffff161461190e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161190590612e91565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561197e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161197590612ed1565b60405180910390fd5b611989838383612040565b6119946000826116f3565b6001600460008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546119e4919061327b565b925050819055506001600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611a3b919061319a565b92505081905550816003600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611afa838383612045565b505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6000611bcf60076117ac565b9050600954611be7838361204a90919063ffffffff16565b1115611c28576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c1f90612fb1565b60405180910390fd5b60005b82811015611c68578180611c3e906133d6565b925050611c4b8483612060565b611c55600761207e565b8080611c60906133d6565b915050611c2b565b50505050565b60008183611c7c9190613221565b905092915050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611cf3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cea90612ef1565b60405180910390fd5b80600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611de49190612df4565b60405180910390a3505050565b611dfc848484611898565b611e0884848484612094565b611e47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e3e90612e51565b60405180910390fd5b50505050565b6060600c8054611e5c90613373565b80601f0160208091040260200160405190810160405280929190818152602001828054611e8890613373565b8015611ed55780601f10611eaa57610100808354040283529160200191611ed5565b820191906000526020600020905b815481529060010190602001808311611eb857829003601f168201915b5050505050905090565b60606000821415611f27576040518060400160405280600181526020017f3000000000000000000000000000000000000000000000000000000000000000815250905061203b565b600082905060005b60008214611f59578080611f42906133d6565b915050600a82611f5291906131f0565b9150611f2f565b60008167ffffffffffffffff811115611f7557611f7461350c565b5b6040519080825280601f01601f191660200182016040528015611fa75781602001600182028036833780820191505090505b5090505b6000851461203457600182611fc0919061327b565b9150600a85611fcf919061341f565b6030611fdb919061319a565b60f81b818381518110611ff157611ff06134dd565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a8561202d91906131f0565b9450611fab565b8093505050505b919050565b505050565b505050565b60008183612058919061319a565b905092915050565b61207a82826040518060200160405280600081525061222b565b5050565b6001816000016000828254019250508190555050565b60006120b58473ffffffffffffffffffffffffffffffffffffffff16612286565b1561221e578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026120de6116eb565b8786866040518563ffffffff1660e01b81526004016121009493929190612da8565b602060405180830381600087803b15801561211a57600080fd5b505af192505050801561214b57506040513d601f19601f82011682018060405250810190612148919061285a565b60015b6121ce573d806000811461217b576040519150601f19603f3d011682016040523d82523d6000602084013e612180565b606091505b506000815114156121c6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121bd90612e51565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050612223565b600190505b949350505050565b61223583836122a9565b6122426000848484612094565b612281576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161227890612e51565b60405180910390fd5b505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612319576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161231090612fd1565b60405180910390fd5b6123228161167f565b15612362576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235990612eb1565b60405180910390fd5b61236e60008383612040565b6001600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546123be919061319a565b92505081905550816003600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461247f60008383612045565b5050565b82805461248f90613373565b90600052602060002090601f0160209004810192826124b157600085556124f8565b82601f106124ca57803560ff19168380011785556124f8565b828001600101855582156124f8579182015b828111156124f75782358255916020019190600101906124dc565b5b5090506125059190612509565b5090565b5b8082111561252257600081600090555060010161250a565b5090565b600061253961253484613111565b6130ec565b9050828152602081018484840111156125555761255461354a565b5b612560848285613331565b509392505050565b60008135905061257781613ab5565b92915050565b60008135905061258c81613acc565b92915050565b6000813590506125a181613ae3565b92915050565b6000815190506125b681613ae3565b92915050565b600082601f8301126125d1576125d0613540565b5b81356125e1848260208601612526565b91505092915050565b60008083601f840112612600576125ff613540565b5b8235905067ffffffffffffffff81111561261d5761261c61353b565b5b60208301915083600182028301111561263957612638613545565b5b9250929050565b60008135905061264f81613afa565b92915050565b60008135905061266481613b11565b92915050565b6000602082840312156126805761267f613554565b5b600061268e84828501612568565b91505092915050565b600080604083850312156126ae576126ad613554565b5b60006126bc85828601612568565b92505060206126cd85828601612568565b9150509250929050565b6000806000606084860312156126f0576126ef613554565b5b60006126fe86828701612568565b935050602061270f86828701612568565b925050604061272086828701612655565b9150509250925092565b6000806000806080858703121561274457612743613554565b5b600061275287828801612568565b945050602061276387828801612568565b935050604061277487828801612655565b925050606085013567ffffffffffffffff8111156127955761279461354f565b5b6127a1878288016125bc565b91505092959194509250565b600080604083850312156127c4576127c3613554565b5b60006127d285828601612568565b92505060206127e38582860161257d565b9150509250929050565b6000806040838503121561280457612803613554565b5b600061281285828601612568565b925050602061282385828601612655565b9150509250929050565b60006020828403121561284357612842613554565b5b600061285184828501612592565b91505092915050565b6000602082840312156128705761286f613554565b5b600061287e848285016125a7565b91505092915050565b6000806020838503121561289e5761289d613554565b5b600083013567ffffffffffffffff8111156128bc576128bb61354f565b5b6128c8858286016125ea565b92509250509250929050565b6000602082840312156128ea576128e9613554565b5b60006128f884828501612640565b91505092915050565b60006020828403121561291757612916613554565b5b600061292584828501612655565b91505092915050565b612937816132af565b82525050565b612946816132c1565b82525050565b600061295782613157565b612961818561316d565b9350612971818560208601613340565b61297a81613559565b840191505092915050565b600061299082613162565b61299a818561317e565b93506129aa818560208601613340565b6129b381613559565b840191505092915050565b60006129c982613162565b6129d3818561318f565b93506129e3818560208601613340565b80840191505092915050565b600081546129fc81613373565b612a06818661318f565b94506001821660008114612a215760018114612a3257612a65565b60ff19831686528186019350612a65565b612a3b85613142565b60005b83811015612a5d57815481890152600182019150602081019050612a3e565b838801955050505b50505092915050565b6000612a7b60238361317e565b9150612a868261356a565b604082019050919050565b6000612a9e60328361317e565b9150612aa9826135b9565b604082019050919050565b6000612ac160268361317e565b9150612acc82613608565b604082019050919050565b6000612ae460258361317e565b9150612aef82613657565b604082019050919050565b6000612b07601c8361317e565b9150612b12826136a6565b602082019050919050565b6000612b2a60248361317e565b9150612b35826136cf565b604082019050919050565b6000612b4d60198361317e565b9150612b588261371e565b602082019050919050565b6000612b7060128361317e565b9150612b7b82613747565b602082019050919050565b6000612b93602c8361317e565b9150612b9e82613770565b604082019050919050565b6000612bb660388361317e565b9150612bc1826137bf565b604082019050919050565b6000612bd9602a8361317e565b9150612be48261380e565b604082019050919050565b6000612bfc60298361317e565b9150612c078261385d565b604082019050919050565b6000612c1f60168361317e565b9150612c2a826138ac565b602082019050919050565b6000612c4260208361317e565b9150612c4d826138d5565b602082019050919050565b6000612c6560148361317e565b9150612c70826138fe565b602082019050919050565b6000612c88602c8361317e565b9150612c9382613927565b604082019050919050565b6000612cab60208361317e565b9150612cb682613976565b602082019050919050565b6000612cce602f8361317e565b9150612cd98261399f565b604082019050919050565b6000612cf160168361317e565b9150612cfc826139ee565b602082019050919050565b6000612d1460218361317e565b9150612d1f82613a17565b604082019050919050565b6000612d3760318361317e565b9150612d4282613a66565b604082019050919050565b612d5681613327565b82525050565b6000612d6882866129be565b9150612d7482856129be565b9150612d8082846129ef565b9150819050949350505050565b6000602082019050612da2600083018461292e565b92915050565b6000608082019050612dbd600083018761292e565b612dca602083018661292e565b612dd76040830185612d4d565b8181036060830152612de9818461294c565b905095945050505050565b6000602082019050612e09600083018461293d565b92915050565b60006020820190508181036000830152612e298184612985565b905092915050565b60006020820190508181036000830152612e4a81612a6e565b9050919050565b60006020820190508181036000830152612e6a81612a91565b9050919050565b60006020820190508181036000830152612e8a81612ab4565b9050919050565b60006020820190508181036000830152612eaa81612ad7565b9050919050565b60006020820190508181036000830152612eca81612afa565b9050919050565b60006020820190508181036000830152612eea81612b1d565b9050919050565b60006020820190508181036000830152612f0a81612b40565b9050919050565b60006020820190508181036000830152612f2a81612b63565b9050919050565b60006020820190508181036000830152612f4a81612b86565b9050919050565b60006020820190508181036000830152612f6a81612ba9565b9050919050565b60006020820190508181036000830152612f8a81612bcc565b9050919050565b60006020820190508181036000830152612faa81612bef565b9050919050565b60006020820190508181036000830152612fca81612c12565b9050919050565b60006020820190508181036000830152612fea81612c35565b9050919050565b6000602082019050818103600083015261300a81612c58565b9050919050565b6000602082019050818103600083015261302a81612c7b565b9050919050565b6000602082019050818103600083015261304a81612c9e565b9050919050565b6000602082019050818103600083015261306a81612cc1565b9050919050565b6000602082019050818103600083015261308a81612ce4565b9050919050565b600060208201905081810360008301526130aa81612d07565b9050919050565b600060208201905081810360008301526130ca81612d2a565b9050919050565b60006020820190506130e66000830184612d4d565b92915050565b60006130f6613107565b905061310282826133a5565b919050565b6000604051905090565b600067ffffffffffffffff82111561312c5761312b61350c565b5b61313582613559565b9050602081019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b60006131a582613327565b91506131b083613327565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156131e5576131e4613450565b5b828201905092915050565b60006131fb82613327565b915061320683613327565b9250826132165761321561347f565b5b828204905092915050565b600061322c82613327565b915061323783613327565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04831182151516156132705761326f613450565b5b828202905092915050565b600061328682613327565b915061329183613327565b9250828210156132a4576132a3613450565b5b828203905092915050565b60006132ba82613307565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600061ffff82169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b8381101561335e578082015181840152602081019050613343565b8381111561336d576000848401525b50505050565b6000600282049050600182168061338b57607f821691505b6020821081141561339f5761339e6134ae565b5b50919050565b6133ae82613559565b810181811067ffffffffffffffff821117156133cd576133cc61350c565b5b80604052505050565b60006133e182613327565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561341457613413613450565b5b600182019050919050565b600061342a82613327565b915061343583613327565b9250826134455761344461347f565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f546f6f206d616e7920746f6b656e7320666f72206f6e65207472616e7361637460008201527f696f6e0000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f53616c65206973206e6f74206163746976650000000000000000000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4e6f7420656e6f75676820746f6b656e73206c65667400000000000000000000600082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f496e73756666696369656e74207061796d656e74000000000000000000000000600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f4e6f2062616c616e636520746f20776974686472617700000000000000000000600082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b613abe816132af565b8114613ac957600080fd5b50565b613ad5816132c1565b8114613ae057600080fd5b50565b613aec816132cd565b8114613af757600080fd5b50565b613b03816132f9565b8114613b0e57600080fd5b50565b613b1a81613327565b8114613b2557600080fd5b5056fea264697066735822122006f415fe001003b5e7cb3dd95d5397732d93d9ebe7ad268706e50736a091e49764736f6c63430008070033697066733a2f2f516d55454a7a4b794148386d5858734163746d6957726a4a67594c386b5636666650415839714d7642614870767a2f

Deployed Bytecode

0x6080604052600436106101c25760003560e01c806370a08231116100f7578063a22cb46511610095578063d1cbf17d11610064578063d1cbf17d1461060d578063d5abeb0114610638578063e985e9c514610663578063f2fde38b146106a0576101c2565b8063a22cb46514610553578063a475b5dd1461057c578063b88d4fde146105a7578063c87b56dd146105d0576101c2565b8063819b25ba116100d1578063819b25ba146104b85780638da5cb5b146104e157806395d89b411461050c578063a0712d6814610537576101c2565b806370a0823114610439578063715018a61461047657806371adc02a1461048d576101c2565b80633a467e3d11610164578063518302271161013e578063518302271461037d57806355f804b3146103a85780636352211e146103d15780636817c76c1461040e576101c2565b80633a467e3d146103125780633ccfd60b1461033d57806342842e0e14610354576101c2565b8063095ea7b3116101a0578063095ea7b31461026c57806318160ddd1461029557806323b872dd146102c05780632d46d6ff146102e9576101c2565b806301ffc9a7146101c757806306fdde0314610204578063081812fc1461022f575b600080fd5b3480156101d357600080fd5b506101ee60048036038101906101e9919061282d565b6106c9565b6040516101fb9190612df4565b60405180910390f35b34801561021057600080fd5b506102196107ab565b6040516102269190612e0f565b60405180910390f35b34801561023b57600080fd5b5061025660048036038101906102519190612901565b61083d565b6040516102639190612d8d565b60405180910390f35b34801561027857600080fd5b50610293600480360381019061028e91906127ed565b6108c2565b005b3480156102a157600080fd5b506102aa6109da565b6040516102b791906130d1565b60405180910390f35b3480156102cc57600080fd5b506102e760048036038101906102e291906126d7565b6109eb565b005b3480156102f557600080fd5b50610310600480360381019061030b91906128d4565b610a4b565b005b34801561031e57600080fd5b50610327610ad5565b60405161033491906130d1565b60405180910390f35b34801561034957600080fd5b50610352610adb565b005b34801561036057600080fd5b5061037b600480360381019061037691906126d7565b610bea565b005b34801561038957600080fd5b50610392610c0a565b60405161039f9190612df4565b60405180910390f35b3480156103b457600080fd5b506103cf60048036038101906103ca9190612887565b610c1d565b005b3480156103dd57600080fd5b506103f860048036038101906103f39190612901565b610caf565b6040516104059190612d8d565b60405180910390f35b34801561041a57600080fd5b50610423610d61565b60405161043091906130d1565b60405180910390f35b34801561044557600080fd5b50610460600480360381019061045b919061266a565b610d67565b60405161046d91906130d1565b60405180910390f35b34801561048257600080fd5b5061048b610e1f565b005b34801561049957600080fd5b506104a2610ea7565b6040516104af9190612df4565b60405180910390f35b3480156104c457600080fd5b506104df60048036038101906104da9190612901565b610eba565b005b3480156104ed57600080fd5b506104f6610f43565b6040516105039190612d8d565b60405180910390f35b34801561051857600080fd5b50610521610f6c565b60405161052e9190612e0f565b60405180910390f35b610551600480360381019061054c9190612901565b610ffe565b005b34801561055f57600080fd5b5061057a600480360381019061057591906127ad565b611157565b005b34801561058857600080fd5b5061059161116d565b60405161059e9190612df4565b60405180910390f35b3480156105b357600080fd5b506105ce60048036038101906105c9919061272a565b61122a565b005b3480156105dc57600080fd5b506105f760048036038101906105f29190612901565b61128c565b6040516106049190612e0f565b60405180910390f35b34801561061957600080fd5b506106226113c6565b60405161062f9190612df4565b60405180910390f35b34801561064457600080fd5b5061064d611483565b60405161065a91906130d1565b60405180910390f35b34801561066f57600080fd5b5061068a60048036038101906106859190612697565b611489565b6040516106979190612df4565b60405180910390f35b3480156106ac57600080fd5b506106c760048036038101906106c2919061266a565b61151d565b005b60007f80ac58cd000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916148061079457507f5b5e139f000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916145b806107a457506107a382611615565b5b9050919050565b6060600180546107ba90613373565b80601f01602080910402602001604051908101604052809291908181526020018280546107e690613373565b80156108335780601f1061080857610100808354040283529160200191610833565b820191906000526020600020905b81548152906001019060200180831161081657829003601f168201915b5050505050905090565b60006108488261167f565b610887576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161087e90613011565b60405180910390fd5b6005600083815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050919050565b60006108cd82610caf565b90508073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16141561093e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161093590613091565b60405180910390fd5b8073ffffffffffffffffffffffffffffffffffffffff1661095d6116eb565b73ffffffffffffffffffffffffffffffffffffffff16148061098c575061098b816109866116eb565b611489565b5b6109cb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016109c290612f51565b60405180910390fd5b6109d583836116f3565b505050565b60006109e660076117ac565b905090565b6109fc6109f66116eb565b826117ba565b610a3b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610a32906130b1565b60405180910390fd5b610a46838383611898565b505050565b610a536116eb565b73ffffffffffffffffffffffffffffffffffffffff16610a71610f43565b73ffffffffffffffffffffffffffffffffffffffff1614610ac7576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610abe90613031565b60405180910390fd5b8061ffff16600a8190555050565b600a5481565b610ae36116eb565b73ffffffffffffffffffffffffffffffffffffffff16610b01610f43565b73ffffffffffffffffffffffffffffffffffffffff1614610b57576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b4e90613031565b60405180910390fd5b60004711610b9a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610b9190613071565b60405180910390fd5b610ba2610f43565b73ffffffffffffffffffffffffffffffffffffffff166108fc479081150290604051600060405180830381858888f19350505050158015610be7573d6000803e3d6000fd5b50565b610c058383836040518060200160405280600081525061122a565b505050565b600d60019054906101000a900460ff1681565b610c256116eb565b73ffffffffffffffffffffffffffffffffffffffff16610c43610f43565b73ffffffffffffffffffffffffffffffffffffffff1614610c99576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610c9090613031565b60405180910390fd5b8181600c9190610caa929190612483565b505050565b6000806003600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415610d58576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610d4f90612f91565b60405180910390fd5b80915050919050565b60085481565b60008073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415610dd8576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610dcf90612f71565b60405180910390fd5b600460008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b610e276116eb565b73ffffffffffffffffffffffffffffffffffffffff16610e45610f43565b73ffffffffffffffffffffffffffffffffffffffff1614610e9b576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610e9290613031565b60405180910390fd5b610ea56000611aff565b565b600d60009054906101000a900460ff1681565b610ec26116eb565b73ffffffffffffffffffffffffffffffffffffffff16610ee0610f43565b73ffffffffffffffffffffffffffffffffffffffff1614610f36576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610f2d90613031565b60405180910390fd5b610f403382611bc3565b50565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff16905090565b606060028054610f7b90613373565b80601f0160208091040260200160405190810160405280929190818152602001828054610fa790613373565b8015610ff45780601f10610fc957610100808354040283529160200191610ff4565b820191906000526020600020905b815481529060010190602001808311610fd757829003601f168201915b5050505050905090565b600d60009054906101000a900460ff1661104d576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161104490612f11565b60405180910390fd5b60095461105a60076117ac565b111561109b576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161109290612fb1565b60405180910390fd5b600b548111156110e0576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016110d790612e31565b60405180910390fd5b600a546110ed60076117ac565b1061114a5761110781600854611c6e90919063ffffffff16565b341015611149576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161114090612ff1565b60405180910390fd5b5b6111543382611bc3565b50565b6111696111626116eb565b8383611c84565b5050565b60006111776116eb565b73ffffffffffffffffffffffffffffffffffffffff16611195610f43565b73ffffffffffffffffffffffffffffffffffffffff16146111eb576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016111e290613031565b60405180910390fd5b600d60019054906101000a900460ff1615600d60016101000a81548160ff021916908315150217905550600d60019054906101000a900460ff16905090565b61123b6112356116eb565b836117ba565b61127a576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611271906130b1565b60405180910390fd5b61128684848484611df1565b50505050565b60606112978261167f565b6112d6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016112cd90613051565b60405180910390fd5b60001515600d60019054906101000a900460ff161515141561138457600f80546112ff90613373565b80601f016020809104026020016040519081016040528092919081815260200182805461132b90613373565b80156113785780601f1061134d57610100808354040283529160200191611378565b820191906000526020600020905b81548152906001019060200180831161135b57829003601f168201915b505050505090506113c1565b600061138e611e4d565b90508061139a84611edf565b600e6040516020016113ae93929190612d5c565b6040516020818303038152906040529150505b919050565b60006113d06116eb565b73ffffffffffffffffffffffffffffffffffffffff166113ee610f43565b73ffffffffffffffffffffffffffffffffffffffff1614611444576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161143b90613031565b60405180910390fd5b600d60009054906101000a900460ff1615600d60006101000a81548160ff021916908315150217905550600d60009054906101000a900460ff16905090565b60095481565b6000600660008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060009054906101000a900460ff16905092915050565b6115256116eb565b73ffffffffffffffffffffffffffffffffffffffff16611543610f43565b73ffffffffffffffffffffffffffffffffffffffff1614611599576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161159090613031565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff161415611609576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161160090612e71565b60405180910390fd5b61161281611aff565b50565b60007f01ffc9a7000000000000000000000000000000000000000000000000000000007bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916827bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916149050919050565b60008073ffffffffffffffffffffffffffffffffffffffff166003600084815260200190815260200160002060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1614159050919050565b600033905090565b816005600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff1661176683610caf565b73ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b600081600001549050919050565b60006117c58261167f565b611804576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016117fb90612f31565b60405180910390fd5b600061180f83610caf565b90508073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff16148061187e57508373ffffffffffffffffffffffffffffffffffffffff166118668461083d565b73ffffffffffffffffffffffffffffffffffffffff16145b8061188f575061188e8185611489565b5b91505092915050565b8273ffffffffffffffffffffffffffffffffffffffff166118b882610caf565b73ffffffffffffffffffffffffffffffffffffffff161461190e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161190590612e91565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16141561197e576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161197590612ed1565b60405180910390fd5b611989838383612040565b6119946000826116f3565b6001600460008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546119e4919061327b565b925050819055506001600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000206000828254611a3b919061319a565b92505081905550816003600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4611afa838383612045565b505050565b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff169050816000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055508173ffffffffffffffffffffffffffffffffffffffff168173ffffffffffffffffffffffffffffffffffffffff167f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e060405160405180910390a35050565b6000611bcf60076117ac565b9050600954611be7838361204a90919063ffffffff16565b1115611c28576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611c1f90612fb1565b60405180910390fd5b60005b82811015611c68578180611c3e906133d6565b925050611c4b8483612060565b611c55600761207e565b8080611c60906133d6565b915050611c2b565b50505050565b60008183611c7c9190613221565b905092915050565b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff161415611cf3576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611cea90612ef1565b60405180910390fd5b80600660008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060006101000a81548160ff0219169083151502179055508173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c3183604051611de49190612df4565b60405180910390a3505050565b611dfc848484611898565b611e0884848484612094565b611e47576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401611e3e90612e51565b60405180910390fd5b50505050565b6060600c8054611e5c90613373565b80601f0160208091040260200160405190810160405280929190818152602001828054611e8890613373565b8015611ed55780601f10611eaa57610100808354040283529160200191611ed5565b820191906000526020600020905b815481529060010190602001808311611eb857829003601f168201915b5050505050905090565b60606000821415611f27576040518060400160405280600181526020017f3000000000000000000000000000000000000000000000000000000000000000815250905061203b565b600082905060005b60008214611f59578080611f42906133d6565b915050600a82611f5291906131f0565b9150611f2f565b60008167ffffffffffffffff811115611f7557611f7461350c565b5b6040519080825280601f01601f191660200182016040528015611fa75781602001600182028036833780820191505090505b5090505b6000851461203457600182611fc0919061327b565b9150600a85611fcf919061341f565b6030611fdb919061319a565b60f81b818381518110611ff157611ff06134dd565b5b60200101907effffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916908160001a905350600a8561202d91906131f0565b9450611fab565b8093505050505b919050565b505050565b505050565b60008183612058919061319a565b905092915050565b61207a82826040518060200160405280600081525061222b565b5050565b6001816000016000828254019250508190555050565b60006120b58473ffffffffffffffffffffffffffffffffffffffff16612286565b1561221e578373ffffffffffffffffffffffffffffffffffffffff1663150b7a026120de6116eb565b8786866040518563ffffffff1660e01b81526004016121009493929190612da8565b602060405180830381600087803b15801561211a57600080fd5b505af192505050801561214b57506040513d601f19601f82011682018060405250810190612148919061285a565b60015b6121ce573d806000811461217b576040519150601f19603f3d011682016040523d82523d6000602084013e612180565b606091505b506000815114156121c6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016121bd90612e51565b60405180910390fd5b805181602001fd5b63150b7a0260e01b7bffffffffffffffffffffffffffffffffffffffffffffffffffffffff1916817bffffffffffffffffffffffffffffffffffffffffffffffffffffffff191614915050612223565b600190505b949350505050565b61223583836122a9565b6122426000848484612094565b612281576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161227890612e51565b60405180910390fd5b505050565b6000808273ffffffffffffffffffffffffffffffffffffffff163b119050919050565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff161415612319576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161231090612fd1565b60405180910390fd5b6123228161167f565b15612362576040517f08c379a000000000000000000000000000000000000000000000000000000000815260040161235990612eb1565b60405180910390fd5b61236e60008383612040565b6001600460008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008282546123be919061319a565b92505081905550816003600083815260200190815260200160002060006101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff160217905550808273ffffffffffffffffffffffffffffffffffffffff16600073ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a461247f60008383612045565b5050565b82805461248f90613373565b90600052602060002090601f0160209004810192826124b157600085556124f8565b82601f106124ca57803560ff19168380011785556124f8565b828001600101855582156124f8579182015b828111156124f75782358255916020019190600101906124dc565b5b5090506125059190612509565b5090565b5b8082111561252257600081600090555060010161250a565b5090565b600061253961253484613111565b6130ec565b9050828152602081018484840111156125555761255461354a565b5b612560848285613331565b509392505050565b60008135905061257781613ab5565b92915050565b60008135905061258c81613acc565b92915050565b6000813590506125a181613ae3565b92915050565b6000815190506125b681613ae3565b92915050565b600082601f8301126125d1576125d0613540565b5b81356125e1848260208601612526565b91505092915050565b60008083601f840112612600576125ff613540565b5b8235905067ffffffffffffffff81111561261d5761261c61353b565b5b60208301915083600182028301111561263957612638613545565b5b9250929050565b60008135905061264f81613afa565b92915050565b60008135905061266481613b11565b92915050565b6000602082840312156126805761267f613554565b5b600061268e84828501612568565b91505092915050565b600080604083850312156126ae576126ad613554565b5b60006126bc85828601612568565b92505060206126cd85828601612568565b9150509250929050565b6000806000606084860312156126f0576126ef613554565b5b60006126fe86828701612568565b935050602061270f86828701612568565b925050604061272086828701612655565b9150509250925092565b6000806000806080858703121561274457612743613554565b5b600061275287828801612568565b945050602061276387828801612568565b935050604061277487828801612655565b925050606085013567ffffffffffffffff8111156127955761279461354f565b5b6127a1878288016125bc565b91505092959194509250565b600080604083850312156127c4576127c3613554565b5b60006127d285828601612568565b92505060206127e38582860161257d565b9150509250929050565b6000806040838503121561280457612803613554565b5b600061281285828601612568565b925050602061282385828601612655565b9150509250929050565b60006020828403121561284357612842613554565b5b600061285184828501612592565b91505092915050565b6000602082840312156128705761286f613554565b5b600061287e848285016125a7565b91505092915050565b6000806020838503121561289e5761289d613554565b5b600083013567ffffffffffffffff8111156128bc576128bb61354f565b5b6128c8858286016125ea565b92509250509250929050565b6000602082840312156128ea576128e9613554565b5b60006128f884828501612640565b91505092915050565b60006020828403121561291757612916613554565b5b600061292584828501612655565b91505092915050565b612937816132af565b82525050565b612946816132c1565b82525050565b600061295782613157565b612961818561316d565b9350612971818560208601613340565b61297a81613559565b840191505092915050565b600061299082613162565b61299a818561317e565b93506129aa818560208601613340565b6129b381613559565b840191505092915050565b60006129c982613162565b6129d3818561318f565b93506129e3818560208601613340565b80840191505092915050565b600081546129fc81613373565b612a06818661318f565b94506001821660008114612a215760018114612a3257612a65565b60ff19831686528186019350612a65565b612a3b85613142565b60005b83811015612a5d57815481890152600182019150602081019050612a3e565b838801955050505b50505092915050565b6000612a7b60238361317e565b9150612a868261356a565b604082019050919050565b6000612a9e60328361317e565b9150612aa9826135b9565b604082019050919050565b6000612ac160268361317e565b9150612acc82613608565b604082019050919050565b6000612ae460258361317e565b9150612aef82613657565b604082019050919050565b6000612b07601c8361317e565b9150612b12826136a6565b602082019050919050565b6000612b2a60248361317e565b9150612b35826136cf565b604082019050919050565b6000612b4d60198361317e565b9150612b588261371e565b602082019050919050565b6000612b7060128361317e565b9150612b7b82613747565b602082019050919050565b6000612b93602c8361317e565b9150612b9e82613770565b604082019050919050565b6000612bb660388361317e565b9150612bc1826137bf565b604082019050919050565b6000612bd9602a8361317e565b9150612be48261380e565b604082019050919050565b6000612bfc60298361317e565b9150612c078261385d565b604082019050919050565b6000612c1f60168361317e565b9150612c2a826138ac565b602082019050919050565b6000612c4260208361317e565b9150612c4d826138d5565b602082019050919050565b6000612c6560148361317e565b9150612c70826138fe565b602082019050919050565b6000612c88602c8361317e565b9150612c9382613927565b604082019050919050565b6000612cab60208361317e565b9150612cb682613976565b602082019050919050565b6000612cce602f8361317e565b9150612cd98261399f565b604082019050919050565b6000612cf160168361317e565b9150612cfc826139ee565b602082019050919050565b6000612d1460218361317e565b9150612d1f82613a17565b604082019050919050565b6000612d3760318361317e565b9150612d4282613a66565b604082019050919050565b612d5681613327565b82525050565b6000612d6882866129be565b9150612d7482856129be565b9150612d8082846129ef565b9150819050949350505050565b6000602082019050612da2600083018461292e565b92915050565b6000608082019050612dbd600083018761292e565b612dca602083018661292e565b612dd76040830185612d4d565b8181036060830152612de9818461294c565b905095945050505050565b6000602082019050612e09600083018461293d565b92915050565b60006020820190508181036000830152612e298184612985565b905092915050565b60006020820190508181036000830152612e4a81612a6e565b9050919050565b60006020820190508181036000830152612e6a81612a91565b9050919050565b60006020820190508181036000830152612e8a81612ab4565b9050919050565b60006020820190508181036000830152612eaa81612ad7565b9050919050565b60006020820190508181036000830152612eca81612afa565b9050919050565b60006020820190508181036000830152612eea81612b1d565b9050919050565b60006020820190508181036000830152612f0a81612b40565b9050919050565b60006020820190508181036000830152612f2a81612b63565b9050919050565b60006020820190508181036000830152612f4a81612b86565b9050919050565b60006020820190508181036000830152612f6a81612ba9565b9050919050565b60006020820190508181036000830152612f8a81612bcc565b9050919050565b60006020820190508181036000830152612faa81612bef565b9050919050565b60006020820190508181036000830152612fca81612c12565b9050919050565b60006020820190508181036000830152612fea81612c35565b9050919050565b6000602082019050818103600083015261300a81612c58565b9050919050565b6000602082019050818103600083015261302a81612c7b565b9050919050565b6000602082019050818103600083015261304a81612c9e565b9050919050565b6000602082019050818103600083015261306a81612cc1565b9050919050565b6000602082019050818103600083015261308a81612ce4565b9050919050565b600060208201905081810360008301526130aa81612d07565b9050919050565b600060208201905081810360008301526130ca81612d2a565b9050919050565b60006020820190506130e66000830184612d4d565b92915050565b60006130f6613107565b905061310282826133a5565b919050565b6000604051905090565b600067ffffffffffffffff82111561312c5761312b61350c565b5b61313582613559565b9050602081019050919050565b60008190508160005260206000209050919050565b600081519050919050565b600081519050919050565b600082825260208201905092915050565b600082825260208201905092915050565b600081905092915050565b60006131a582613327565b91506131b083613327565b9250827fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff038211156131e5576131e4613450565b5b828201905092915050565b60006131fb82613327565b915061320683613327565b9250826132165761321561347f565b5b828204905092915050565b600061322c82613327565b915061323783613327565b9250817fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff04831182151516156132705761326f613450565b5b828202905092915050565b600061328682613327565b915061329183613327565b9250828210156132a4576132a3613450565b5b828203905092915050565b60006132ba82613307565b9050919050565b60008115159050919050565b60007fffffffff0000000000000000000000000000000000000000000000000000000082169050919050565b600061ffff82169050919050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000819050919050565b82818337600083830152505050565b60005b8381101561335e578082015181840152602081019050613343565b8381111561336d576000848401525b50505050565b6000600282049050600182168061338b57607f821691505b6020821081141561339f5761339e6134ae565b5b50919050565b6133ae82613559565b810181811067ffffffffffffffff821117156133cd576133cc61350c565b5b80604052505050565b60006133e182613327565b91507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff82141561341457613413613450565b5b600182019050919050565b600061342a82613327565b915061343583613327565b9250826134455761344461347f565b5b828206905092915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052603260045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b600080fd5b6000601f19601f8301169050919050565b7f546f6f206d616e7920746f6b656e7320666f72206f6e65207472616e7361637460008201527f696f6e0000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e7366657220746f206e6f6e20455243373231526560008201527f63656976657220696d706c656d656e7465720000000000000000000000000000602082015250565b7f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160008201527f6464726573730000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722066726f6d20696e636f72726563742060008201527f6f776e6572000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000600082015250565b7f4552433732313a207472616e7366657220746f20746865207a65726f2061646460008201527f7265737300000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f766520746f2063616c6c657200000000000000600082015250565b7f53616c65206973206e6f74206163746976650000000000000000000000000000600082015250565b7f4552433732313a206f70657261746f7220717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4552433732313a20617070726f76652063616c6c6572206973206e6f74206f7760008201527f6e6572206e6f7220617070726f76656420666f7220616c6c0000000000000000602082015250565b7f4552433732313a2062616c616e636520717565727920666f7220746865207a6560008201527f726f206164647265737300000000000000000000000000000000000000000000602082015250565b7f4552433732313a206f776e657220717565727920666f72206e6f6e657869737460008201527f656e7420746f6b656e0000000000000000000000000000000000000000000000602082015250565b7f4e6f7420656e6f75676820746f6b656e73206c65667400000000000000000000600082015250565b7f4552433732313a206d696e7420746f20746865207a65726f2061646472657373600082015250565b7f496e73756666696369656e74207061796d656e74000000000000000000000000600082015250565b7f4552433732313a20617070726f76656420717565727920666f72206e6f6e657860008201527f697374656e7420746f6b656e0000000000000000000000000000000000000000602082015250565b7f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572600082015250565b7f4552433732314d657461646174613a2055524920717565727920666f72206e6f60008201527f6e6578697374656e7420746f6b656e0000000000000000000000000000000000602082015250565b7f4e6f2062616c616e636520746f20776974686472617700000000000000000000600082015250565b7f4552433732313a20617070726f76616c20746f2063757272656e74206f776e6560008201527f7200000000000000000000000000000000000000000000000000000000000000602082015250565b7f4552433732313a207472616e736665722063616c6c6572206973206e6f74206f60008201527f776e6572206e6f7220617070726f766564000000000000000000000000000000602082015250565b613abe816132af565b8114613ac957600080fd5b50565b613ad5816132c1565b8114613ae057600080fd5b50565b613aec816132cd565b8114613af757600080fd5b50565b613b03816132f9565b8114613b0e57600080fd5b50565b613b1a81613327565b8114613b2557600080fd5b5056fea264697066735822122006f415fe001003b5e7cb3dd95d5397732d93d9ebe7ad268706e50736a091e49764736f6c63430008070033

Deployed Bytecode Sourcemap

46866:2934:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33240:305;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;34185:100;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;35744:221;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;35267:411;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;49529:94;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;36494:339;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;49416:107;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;47117:35;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;49629:168;;;;;;;;;;;;;:::i;:::-;;36904:185;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;47316:27;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;47688:102;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;33879:239;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;47038:38;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;33609:208;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11343:103;;;;;;;;;;;;;:::i;:::-;;47277:34;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;49299:113;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;10692:87;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;34354:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;48442:467;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;36037:155;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;48180:104;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;37160:328;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;47796:376;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;48296:140;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;47081:31;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;36263:164;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;11601:201;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;33240:305;33342:4;33394:25;33379:40;;;:11;:40;;;;:105;;;;33451:33;33436:48;;;:11;:48;;;;33379:105;:158;;;;33501:36;33525:11;33501:23;:36::i;:::-;33379:158;33359:178;;33240:305;;;:::o;34185:100::-;34239:13;34272:5;34265:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34185:100;:::o;35744:221::-;35820:7;35848:16;35856:7;35848;:16::i;:::-;35840:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;35933:15;:24;35949:7;35933:24;;;;;;;;;;;;;;;;;;;;;35926:31;;35744:221;;;:::o;35267:411::-;35348:13;35364:23;35379:7;35364:14;:23::i;:::-;35348:39;;35412:5;35406:11;;:2;:11;;;;35398:57;;;;;;;;;;;;:::i;:::-;;;;;;;;;35506:5;35490:21;;:12;:10;:12::i;:::-;:21;;;:62;;;;35515:37;35532:5;35539:12;:10;:12::i;:::-;35515:16;:37::i;:::-;35490:62;35468:168;;;;;;;;;;;;:::i;:::-;;;;;;;;;35649:21;35658:2;35662:7;35649:8;:21::i;:::-;35337:341;35267:411;;:::o;49529:94::-;49573:4;49592:25;:15;:23;:25::i;:::-;49585:32;;49529:94;:::o;36494:339::-;36689:41;36708:12;:10;:12::i;:::-;36722:7;36689:18;:41::i;:::-;36681:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;36797:28;36807:4;36813:2;36817:7;36797:9;:28::i;:::-;36494:339;;;:::o;49416:107::-;10923:12;:10;:12::i;:::-;10912:23;;:7;:5;:7::i;:::-;:23;;;10904:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;49504:13:::1;49487:30;;:14;:30;;;;49416:107:::0;:::o;47117:35::-;;;;:::o;49629:168::-;10923:12;:10;:12::i;:::-;10912:23;;:7;:5;:7::i;:::-;:23;;;10904:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;49705:1:::1;49681:21;:25;49673:60;;;;;;;;;;;;:::i;:::-;;;;;;;;;49748:7;:5;:7::i;:::-;49740:25;;:48;49766:21;49740:48;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;49629:168::o:0;36904:185::-;37042:39;37059:4;37065:2;37069:7;37042:39;;;;;;;;;;;;:16;:39::i;:::-;36904:185;;;:::o;47316:27::-;;;;;;;;;;;;;:::o;47688:102::-;10923:12;:10;:12::i;:::-;10912:23;;:7;:5;:7::i;:::-;:23;;;10904:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;47774:10:::1;;47764:7;:20;;;;;;;:::i;:::-;;47688:102:::0;;:::o;33879:239::-;33951:7;33971:13;33987:7;:16;33995:7;33987:16;;;;;;;;;;;;;;;;;;;;;33971:32;;34039:1;34022:19;;:5;:19;;;;34014:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;34105:5;34098:12;;;33879:239;;;:::o;47038:38::-;;;;:::o;33609:208::-;33681:7;33726:1;33709:19;;:5;:19;;;;33701:74;;;;;;;;;;;;:::i;:::-;;;;;;;;;33793:9;:16;33803:5;33793:16;;;;;;;;;;;;;;;;33786:23;;33609:208;;;:::o;11343:103::-;10923:12;:10;:12::i;:::-;10912:23;;:7;:5;:7::i;:::-;:23;;;10904:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11408:30:::1;11435:1;11408:18;:30::i;:::-;11343:103::o:0;47277:34::-;;;;;;;;;;;;;:::o;49299:113::-;10923:12;:10;:12::i;:::-;10912:23;;:7;:5;:7::i;:::-;:23;;;10904:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;49366:40:::1;49379:10;49391:14;49366:12;:40::i;:::-;49299:113:::0;:::o;10692:87::-;10738:7;10765:6;;;;;;;;;;;10758:13;;10692:87;:::o;34354:104::-;34410:13;34443:7;34436:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;34354:104;:::o;48442:467::-;48509:15;;;;;;;;;;;48501:46;;;;;;;;;;;;:::i;:::-;;;;;;;;;48591:9;;48562:25;:15;:23;:25::i;:::-;:38;;48554:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;48660:9;;48642:14;:27;;48634:75;;;;;;;;;;;;:::i;:::-;;;;;;;;;48748:14;;48719:25;:15;:23;:25::i;:::-;:43;48716:141;;48795:29;48809:14;48795:9;;:13;;:29;;;;:::i;:::-;48782:9;:42;;48774:75;;;;;;;;;;;;:::i;:::-;;;;;;;;;48716:141;48863:40;48876:10;48888:14;48863:12;:40::i;:::-;48442:467;:::o;36037:155::-;36132:52;36151:12;:10;:12::i;:::-;36165:8;36175;36132:18;:52::i;:::-;36037:155;;:::o;48180:104::-;48223:4;10923:12;:10;:12::i;:::-;10912:23;;:7;:5;:7::i;:::-;:23;;;10904:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;48248:8:::1;;;;;;;;;;;48247:9;48236:8;;:20;;;;;;;;;;;;;;;;;;48270:8;;;;;;;;;;;48263:15;;48180:104:::0;:::o;37160:328::-;37335:41;37354:12;:10;:12::i;:::-;37368:7;37335:18;:41::i;:::-;37327:103;;;;;;;;;;;;:::i;:::-;;;;;;;;;37441:39;37455:4;37461:2;37465:7;37474:5;37441:13;:39::i;:::-;37160:328;;;;:::o;47796:376::-;47862:13;47892:17;47900:8;47892:7;:17::i;:::-;47884:77;;;;;;;;;;;;:::i;:::-;;;;;;;;;47983:5;47971:17;;:8;;;;;;;;;;;:17;;;47968:58;;;48008:9;48001:16;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;47968:58;48030:28;48061:10;:8;:10::i;:::-;48030:41;;48107:14;48123:26;48140:8;48123:16;:26::i;:::-;48151:13;48090:75;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;48076:90;;;47796:376;;;;:::o;48296:140::-;48354:4;10923:12;:10;:12::i;:::-;10912:23;;:7;:5;:7::i;:::-;:23;;;10904:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;48386:15:::1;;;;;;;;;;;48385:16;48367:15;;:34;;;;;;;;;;;;;;;;;;48415:15;;;;;;;;;;;48408:22;;48296:140:::0;:::o;47081:31::-;;;;:::o;36263:164::-;36360:4;36384:18;:25;36403:5;36384:25;;;;;;;;;;;;;;;:35;36410:8;36384:35;;;;;;;;;;;;;;;;;;;;;;;;;36377:42;;36263:164;;;;:::o;11601:201::-;10923:12;:10;:12::i;:::-;10912:23;;:7;:5;:7::i;:::-;:23;;;10904:68;;;;;;;;;;;;:::i;:::-;;;;;;;;;11710:1:::1;11690:22;;:8;:22;;;;11682:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;11766:28;11785:8;11766:18;:28::i;:::-;11601:201:::0;:::o;25850:157::-;25935:4;25974:25;25959:40;;;:11;:40;;;;25952:47;;25850:157;;;:::o;38998:127::-;39063:4;39115:1;39087:30;;:7;:16;39095:7;39087:16;;;;;;;;;;;;;;;;;;;;;:30;;;;39080:37;;38998:127;;;:::o;9363:98::-;9416:7;9443:10;9436:17;;9363:98;:::o;43144:174::-;43246:2;43219:15;:24;43235:7;43219:24;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;43302:7;43298:2;43264:46;;43273:23;43288:7;43273:14;:23::i;:::-;43264:46;;;;;;;;;;;;43144:174;;:::o;958:114::-;1023:7;1050;:14;;;1043:21;;958:114;;;:::o;39292:348::-;39385:4;39410:16;39418:7;39410;:16::i;:::-;39402:73;;;;;;;;;;;;:::i;:::-;;;;;;;;;39486:13;39502:23;39517:7;39502:14;:23::i;:::-;39486:39;;39555:5;39544:16;;:7;:16;;;:51;;;;39588:7;39564:31;;:20;39576:7;39564:11;:20::i;:::-;:31;;;39544:51;:87;;;;39599:32;39616:5;39623:7;39599:16;:32::i;:::-;39544:87;39536:96;;;39292:348;;;;:::o;42401:625::-;42560:4;42533:31;;:23;42548:7;42533:14;:23::i;:::-;:31;;;42525:81;;;;;;;;;;;;:::i;:::-;;;;;;;;;42639:1;42625:16;;:2;:16;;;;42617:65;;;;;;;;;;;;:::i;:::-;;;;;;;;;42695:39;42716:4;42722:2;42726:7;42695:20;:39::i;:::-;42799:29;42816:1;42820:7;42799:8;:29::i;:::-;42860:1;42841:9;:15;42851:4;42841:15;;;;;;;;;;;;;;;;:20;;;;;;;:::i;:::-;;;;;;;;42889:1;42872:9;:13;42882:2;42872:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;42920:2;42901:7;:16;42909:7;42901:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;42959:7;42955:2;42940:27;;42949:4;42940:27;;;;;;;;;;;;42980:38;43000:4;43006:2;43010:7;42980:19;:38::i;:::-;42401:625;;;:::o;11962:191::-;12036:16;12055:6;;;;;;;;;;;12036:25;;12081:8;12072:6;;:17;;;;;;;;;;;;;;;;;;12136:8;12105:40;;12126:8;12105:40;;;;;;;;;;;;12025:128;11962:191;:::o;48916:375::-;48983:23;49009:25;:15;:23;:25::i;:::-;48983:51;;49083:9;;49049:30;49072:6;49049:18;:22;;:30;;;;:::i;:::-;:43;;49041:78;;;;;;;;;;;;:::i;:::-;;;;;;;;;49134:6;49130:156;49149:6;49146:1;:9;49130:156;;;49172:20;;;;;:::i;:::-;;;;49203:37;49213:6;49221:18;49203:9;:37::i;:::-;49251:27;:15;:25;:27::i;:::-;49157:3;;;;;:::i;:::-;;;;49130:156;;;;48976:315;48916:375;;:::o;5204:98::-;5262:7;5293:1;5289;:5;;;;:::i;:::-;5282:12;;5204:98;;;;:::o;43460:315::-;43615:8;43606:17;;:5;:17;;;;43598:55;;;;;;;;;;;;:::i;:::-;;;;;;;;;43702:8;43664:18;:25;43683:5;43664:25;;;;;;;;;;;;;;;:35;43690:8;43664:35;;;;;;;;;;;;;;;;:46;;;;;;;;;;;;;;;;;;43748:8;43726:41;;43741:5;43726:41;;;43758:8;43726:41;;;;;;:::i;:::-;;;;;;;;43460:315;;;:::o;38370:::-;38527:28;38537:4;38543:2;38547:7;38527:9;:28::i;:::-;38574:48;38597:4;38603:2;38607:7;38616:5;38574:22;:48::i;:::-;38566:111;;;;;;;;;;;;:::i;:::-;;;;;;;;;38370:315;;;;:::o;47588:94::-;47640:13;47669:7;47662:14;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;47588:94;:::o;22203:723::-;22259:13;22489:1;22480:5;:10;22476:53;;;22507:10;;;;;;;;;;;;;;;;;;;;;22476:53;22539:12;22554:5;22539:20;;22570:14;22595:78;22610:1;22602:4;:9;22595:78;;22628:8;;;;;:::i;:::-;;;;22659:2;22651:10;;;;;:::i;:::-;;;22595:78;;;22683:19;22715:6;22705:17;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;22683:39;;22733:154;22749:1;22740:5;:10;22733:154;;22777:1;22767:11;;;;;:::i;:::-;;;22844:2;22836:5;:10;;;;:::i;:::-;22823:2;:24;;;;:::i;:::-;22810:39;;22793:6;22800;22793:14;;;;;;;;:::i;:::-;;;;;:56;;;;;;;;;;;22873:2;22864:11;;;;;:::i;:::-;;;22733:154;;;22911:6;22897:21;;;;;22203:723;;;;:::o;45711:126::-;;;;:::o;46222:125::-;;;;:::o;4466:98::-;4524:7;4555:1;4551;:5;;;;:::i;:::-;4544:12;;4466:98;;;;:::o;39982:110::-;40058:26;40068:2;40072:7;40058:26;;;;;;;;;;;;:9;:26::i;:::-;39982:110;;:::o;1080:127::-;1187:1;1169:7;:14;;;:19;;;;;;;;;;;1080:127;:::o;44340:799::-;44495:4;44516:15;:2;:13;;;:15::i;:::-;44512:620;;;44568:2;44552:36;;;44589:12;:10;:12::i;:::-;44603:4;44609:7;44618:5;44552:72;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;44548:529;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44811:1;44794:6;:13;:18;44790:272;;;44837:60;;;;;;;;;;:::i;:::-;;;;;;;;44790:272;45012:6;45006:13;44997:6;44993:2;44989:15;44982:38;44548:529;44685:41;;;44675:51;;;:6;:51;;;;44668:58;;;;;44512:620;45116:4;45109:11;;44340:799;;;;;;;:::o;40319:321::-;40449:18;40455:2;40459:7;40449:5;:18::i;:::-;40500:54;40531:1;40535:2;40539:7;40548:5;40500:22;:54::i;:::-;40478:154;;;;;;;;;;;;:::i;:::-;;;;;;;;;40319:321;;;:::o;14515:326::-;14575:4;14832:1;14810:7;:19;;;:23;14803:30;;14515:326;;;:::o;40976:439::-;41070:1;41056:16;;:2;:16;;;;41048:61;;;;;;;;;;;;:::i;:::-;;;;;;;;;41129:16;41137:7;41129;:16::i;:::-;41128:17;41120:58;;;;;;;;;;;;:::i;:::-;;;;;;;;;41191:45;41220:1;41224:2;41228:7;41191:20;:45::i;:::-;41266:1;41249:9;:13;41259:2;41249:13;;;;;;;;;;;;;;;;:18;;;;;;;:::i;:::-;;;;;;;;41297:2;41278:7;:16;41286:7;41278:16;;;;;;;;;;;;:21;;;;;;;;;;;;;;;;;;41342:7;41338:2;41317:33;;41334:1;41317:33;;;;;;;;;;;;41363:44;41391:1;41395:2;41399:7;41363:19;:44::i;:::-;40976:439;;:::o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;:::o;7:410:1:-;84:5;109:65;125:48;166:6;125:48;:::i;:::-;109:65;:::i;:::-;100:74;;197:6;190:5;183:21;235:4;228:5;224:16;273:3;264:6;259:3;255:16;252:25;249:112;;;280:79;;:::i;:::-;249:112;370:41;404:6;399:3;394;370:41;:::i;:::-;90:327;7:410;;;;;:::o;423:139::-;469:5;507:6;494:20;485:29;;523:33;550:5;523:33;:::i;:::-;423:139;;;;:::o;568:133::-;611:5;649:6;636:20;627:29;;665:30;689:5;665:30;:::i;:::-;568:133;;;;:::o;707:137::-;752:5;790:6;777:20;768:29;;806:32;832:5;806:32;:::i;:::-;707:137;;;;:::o;850:141::-;906:5;937:6;931:13;922:22;;953:32;979:5;953:32;:::i;:::-;850:141;;;;:::o;1010:338::-;1065:5;1114:3;1107:4;1099:6;1095:17;1091:27;1081:122;;1122:79;;:::i;:::-;1081:122;1239:6;1226:20;1264:78;1338:3;1330:6;1323:4;1315:6;1311:17;1264:78;:::i;:::-;1255:87;;1071:277;1010:338;;;;:::o;1368:553::-;1426:8;1436:6;1486:3;1479:4;1471:6;1467:17;1463:27;1453:122;;1494:79;;:::i;:::-;1453:122;1607:6;1594:20;1584:30;;1637:18;1629:6;1626:30;1623:117;;;1659:79;;:::i;:::-;1623:117;1773:4;1765:6;1761:17;1749:29;;1827:3;1819:4;1811:6;1807:17;1797:8;1793:32;1790:41;1787:128;;;1834:79;;:::i;:::-;1787:128;1368:553;;;;;:::o;1927:137::-;1972:5;2010:6;1997:20;1988:29;;2026:32;2052:5;2026:32;:::i;:::-;1927:137;;;;:::o;2070:139::-;2116:5;2154:6;2141:20;2132:29;;2170:33;2197:5;2170:33;:::i;:::-;2070:139;;;;:::o;2215:329::-;2274:6;2323:2;2311:9;2302:7;2298:23;2294:32;2291:119;;;2329:79;;:::i;:::-;2291:119;2449:1;2474:53;2519:7;2510:6;2499:9;2495:22;2474:53;:::i;:::-;2464:63;;2420:117;2215:329;;;;:::o;2550:474::-;2618:6;2626;2675:2;2663:9;2654:7;2650:23;2646:32;2643:119;;;2681:79;;:::i;:::-;2643:119;2801:1;2826:53;2871:7;2862:6;2851:9;2847:22;2826:53;:::i;:::-;2816:63;;2772:117;2928:2;2954:53;2999:7;2990:6;2979:9;2975:22;2954:53;:::i;:::-;2944:63;;2899:118;2550:474;;;;;:::o;3030:619::-;3107:6;3115;3123;3172:2;3160:9;3151:7;3147:23;3143:32;3140:119;;;3178:79;;:::i;:::-;3140:119;3298:1;3323:53;3368:7;3359:6;3348:9;3344:22;3323:53;:::i;:::-;3313:63;;3269:117;3425:2;3451:53;3496:7;3487:6;3476:9;3472:22;3451:53;:::i;:::-;3441:63;;3396:118;3553:2;3579:53;3624:7;3615:6;3604:9;3600:22;3579:53;:::i;:::-;3569:63;;3524:118;3030:619;;;;;:::o;3655:943::-;3750:6;3758;3766;3774;3823:3;3811:9;3802:7;3798:23;3794:33;3791:120;;;3830:79;;:::i;:::-;3791:120;3950:1;3975:53;4020:7;4011:6;4000:9;3996:22;3975:53;:::i;:::-;3965:63;;3921:117;4077:2;4103:53;4148:7;4139:6;4128:9;4124:22;4103:53;:::i;:::-;4093:63;;4048:118;4205:2;4231:53;4276:7;4267:6;4256:9;4252:22;4231:53;:::i;:::-;4221:63;;4176:118;4361:2;4350:9;4346:18;4333:32;4392:18;4384:6;4381:30;4378:117;;;4414:79;;:::i;:::-;4378:117;4519:62;4573:7;4564:6;4553:9;4549:22;4519:62;:::i;:::-;4509:72;;4304:287;3655:943;;;;;;;:::o;4604:468::-;4669:6;4677;4726:2;4714:9;4705:7;4701:23;4697:32;4694:119;;;4732:79;;:::i;:::-;4694:119;4852:1;4877:53;4922:7;4913:6;4902:9;4898:22;4877:53;:::i;:::-;4867:63;;4823:117;4979:2;5005:50;5047:7;5038:6;5027:9;5023:22;5005:50;:::i;:::-;4995:60;;4950:115;4604:468;;;;;:::o;5078:474::-;5146:6;5154;5203:2;5191:9;5182:7;5178:23;5174:32;5171:119;;;5209:79;;:::i;:::-;5171:119;5329:1;5354:53;5399:7;5390:6;5379:9;5375:22;5354:53;:::i;:::-;5344:63;;5300:117;5456:2;5482:53;5527:7;5518:6;5507:9;5503:22;5482:53;:::i;:::-;5472:63;;5427:118;5078:474;;;;;:::o;5558:327::-;5616:6;5665:2;5653:9;5644:7;5640:23;5636:32;5633:119;;;5671:79;;:::i;:::-;5633:119;5791:1;5816:52;5860:7;5851:6;5840:9;5836:22;5816:52;:::i;:::-;5806:62;;5762:116;5558:327;;;;:::o;5891:349::-;5960:6;6009:2;5997:9;5988:7;5984:23;5980:32;5977:119;;;6015:79;;:::i;:::-;5977:119;6135:1;6160:63;6215:7;6206:6;6195:9;6191:22;6160:63;:::i;:::-;6150:73;;6106:127;5891:349;;;;:::o;6246:529::-;6317:6;6325;6374:2;6362:9;6353:7;6349:23;6345:32;6342:119;;;6380:79;;:::i;:::-;6342:119;6528:1;6517:9;6513:17;6500:31;6558:18;6550:6;6547:30;6544:117;;;6580:79;;:::i;:::-;6544:117;6693:65;6750:7;6741:6;6730:9;6726:22;6693:65;:::i;:::-;6675:83;;;;6471:297;6246:529;;;;;:::o;6781:327::-;6839:6;6888:2;6876:9;6867:7;6863:23;6859:32;6856:119;;;6894:79;;:::i;:::-;6856:119;7014:1;7039:52;7083:7;7074:6;7063:9;7059:22;7039:52;:::i;:::-;7029:62;;6985:116;6781:327;;;;:::o;7114:329::-;7173:6;7222:2;7210:9;7201:7;7197:23;7193:32;7190:119;;;7228:79;;:::i;:::-;7190:119;7348:1;7373:53;7418:7;7409:6;7398:9;7394:22;7373:53;:::i;:::-;7363:63;;7319:117;7114:329;;;;:::o;7449:118::-;7536:24;7554:5;7536:24;:::i;:::-;7531:3;7524:37;7449:118;;:::o;7573:109::-;7654:21;7669:5;7654:21;:::i;:::-;7649:3;7642:34;7573:109;;:::o;7688:360::-;7774:3;7802:38;7834:5;7802:38;:::i;:::-;7856:70;7919:6;7914:3;7856:70;:::i;:::-;7849:77;;7935:52;7980:6;7975:3;7968:4;7961:5;7957:16;7935:52;:::i;:::-;8012:29;8034:6;8012:29;:::i;:::-;8007:3;8003:39;7996:46;;7778:270;7688:360;;;;:::o;8054:364::-;8142:3;8170:39;8203:5;8170:39;:::i;:::-;8225:71;8289:6;8284:3;8225:71;:::i;:::-;8218:78;;8305:52;8350:6;8345:3;8338:4;8331:5;8327:16;8305:52;:::i;:::-;8382:29;8404:6;8382:29;:::i;:::-;8377:3;8373:39;8366:46;;8146:272;8054:364;;;;:::o;8424:377::-;8530:3;8558:39;8591:5;8558:39;:::i;:::-;8613:89;8695:6;8690:3;8613:89;:::i;:::-;8606:96;;8711:52;8756:6;8751:3;8744:4;8737:5;8733:16;8711:52;:::i;:::-;8788:6;8783:3;8779:16;8772:23;;8534:267;8424:377;;;;:::o;8831:845::-;8934:3;8971:5;8965:12;9000:36;9026:9;9000:36;:::i;:::-;9052:89;9134:6;9129:3;9052:89;:::i;:::-;9045:96;;9172:1;9161:9;9157:17;9188:1;9183:137;;;;9334:1;9329:341;;;;9150:520;;9183:137;9267:4;9263:9;9252;9248:25;9243:3;9236:38;9303:6;9298:3;9294:16;9287:23;;9183:137;;9329:341;9396:38;9428:5;9396:38;:::i;:::-;9456:1;9470:154;9484:6;9481:1;9478:13;9470:154;;;9558:7;9552:14;9548:1;9543:3;9539:11;9532:35;9608:1;9599:7;9595:15;9584:26;;9506:4;9503:1;9499:12;9494:17;;9470:154;;;9653:6;9648:3;9644:16;9637:23;;9336:334;;9150:520;;8938:738;;8831:845;;;;:::o;9682:366::-;9824:3;9845:67;9909:2;9904:3;9845:67;:::i;:::-;9838:74;;9921:93;10010:3;9921:93;:::i;:::-;10039:2;10034:3;10030:12;10023:19;;9682:366;;;:::o;10054:::-;10196:3;10217:67;10281:2;10276:3;10217:67;:::i;:::-;10210:74;;10293:93;10382:3;10293:93;:::i;:::-;10411:2;10406:3;10402:12;10395:19;;10054:366;;;:::o;10426:::-;10568:3;10589:67;10653:2;10648:3;10589:67;:::i;:::-;10582:74;;10665:93;10754:3;10665:93;:::i;:::-;10783:2;10778:3;10774:12;10767:19;;10426:366;;;:::o;10798:::-;10940:3;10961:67;11025:2;11020:3;10961:67;:::i;:::-;10954:74;;11037:93;11126:3;11037:93;:::i;:::-;11155:2;11150:3;11146:12;11139:19;;10798:366;;;:::o;11170:::-;11312:3;11333:67;11397:2;11392:3;11333:67;:::i;:::-;11326:74;;11409:93;11498:3;11409:93;:::i;:::-;11527:2;11522:3;11518:12;11511:19;;11170:366;;;:::o;11542:::-;11684:3;11705:67;11769:2;11764:3;11705:67;:::i;:::-;11698:74;;11781:93;11870:3;11781:93;:::i;:::-;11899:2;11894:3;11890:12;11883:19;;11542:366;;;:::o;11914:::-;12056:3;12077:67;12141:2;12136:3;12077:67;:::i;:::-;12070:74;;12153:93;12242:3;12153:93;:::i;:::-;12271:2;12266:3;12262:12;12255:19;;11914:366;;;:::o;12286:::-;12428:3;12449:67;12513:2;12508:3;12449:67;:::i;:::-;12442:74;;12525:93;12614:3;12525:93;:::i;:::-;12643:2;12638:3;12634:12;12627:19;;12286:366;;;:::o;12658:::-;12800:3;12821:67;12885:2;12880:3;12821:67;:::i;:::-;12814:74;;12897:93;12986:3;12897:93;:::i;:::-;13015:2;13010:3;13006:12;12999:19;;12658:366;;;:::o;13030:::-;13172:3;13193:67;13257:2;13252:3;13193:67;:::i;:::-;13186:74;;13269:93;13358:3;13269:93;:::i;:::-;13387:2;13382:3;13378:12;13371:19;;13030:366;;;:::o;13402:::-;13544:3;13565:67;13629:2;13624:3;13565:67;:::i;:::-;13558:74;;13641:93;13730:3;13641:93;:::i;:::-;13759:2;13754:3;13750:12;13743:19;;13402:366;;;:::o;13774:::-;13916:3;13937:67;14001:2;13996:3;13937:67;:::i;:::-;13930:74;;14013:93;14102:3;14013:93;:::i;:::-;14131:2;14126:3;14122:12;14115:19;;13774:366;;;:::o;14146:::-;14288:3;14309:67;14373:2;14368:3;14309:67;:::i;:::-;14302:74;;14385:93;14474:3;14385:93;:::i;:::-;14503:2;14498:3;14494:12;14487:19;;14146:366;;;:::o;14518:::-;14660:3;14681:67;14745:2;14740:3;14681:67;:::i;:::-;14674:74;;14757:93;14846:3;14757:93;:::i;:::-;14875:2;14870:3;14866:12;14859:19;;14518:366;;;:::o;14890:::-;15032:3;15053:67;15117:2;15112:3;15053:67;:::i;:::-;15046:74;;15129:93;15218:3;15129:93;:::i;:::-;15247:2;15242:3;15238:12;15231:19;;14890:366;;;:::o;15262:::-;15404:3;15425:67;15489:2;15484:3;15425:67;:::i;:::-;15418:74;;15501:93;15590:3;15501:93;:::i;:::-;15619:2;15614:3;15610:12;15603:19;;15262:366;;;:::o;15634:::-;15776:3;15797:67;15861:2;15856:3;15797:67;:::i;:::-;15790:74;;15873:93;15962:3;15873:93;:::i;:::-;15991:2;15986:3;15982:12;15975:19;;15634:366;;;:::o;16006:::-;16148:3;16169:67;16233:2;16228:3;16169:67;:::i;:::-;16162:74;;16245:93;16334:3;16245:93;:::i;:::-;16363:2;16358:3;16354:12;16347:19;;16006:366;;;:::o;16378:::-;16520:3;16541:67;16605:2;16600:3;16541:67;:::i;:::-;16534:74;;16617:93;16706:3;16617:93;:::i;:::-;16735:2;16730:3;16726:12;16719:19;;16378:366;;;:::o;16750:::-;16892:3;16913:67;16977:2;16972:3;16913:67;:::i;:::-;16906:74;;16989:93;17078:3;16989:93;:::i;:::-;17107:2;17102:3;17098:12;17091:19;;16750:366;;;:::o;17122:::-;17264:3;17285:67;17349:2;17344:3;17285:67;:::i;:::-;17278:74;;17361:93;17450:3;17361:93;:::i;:::-;17479:2;17474:3;17470:12;17463:19;;17122:366;;;:::o;17494:118::-;17581:24;17599:5;17581:24;:::i;:::-;17576:3;17569:37;17494:118;;:::o;17618:589::-;17843:3;17865:95;17956:3;17947:6;17865:95;:::i;:::-;17858:102;;17977:95;18068:3;18059:6;17977:95;:::i;:::-;17970:102;;18089:92;18177:3;18168:6;18089:92;:::i;:::-;18082:99;;18198:3;18191:10;;17618:589;;;;;;:::o;18213:222::-;18306:4;18344:2;18333:9;18329:18;18321:26;;18357:71;18425:1;18414:9;18410:17;18401:6;18357:71;:::i;:::-;18213:222;;;;:::o;18441:640::-;18636:4;18674:3;18663:9;18659:19;18651:27;;18688:71;18756:1;18745:9;18741:17;18732:6;18688:71;:::i;:::-;18769:72;18837:2;18826:9;18822:18;18813:6;18769:72;:::i;:::-;18851;18919:2;18908:9;18904:18;18895:6;18851:72;:::i;:::-;18970:9;18964:4;18960:20;18955:2;18944:9;18940:18;18933:48;18998:76;19069:4;19060:6;18998:76;:::i;:::-;18990:84;;18441:640;;;;;;;:::o;19087:210::-;19174:4;19212:2;19201:9;19197:18;19189:26;;19225:65;19287:1;19276:9;19272:17;19263:6;19225:65;:::i;:::-;19087:210;;;;:::o;19303:313::-;19416:4;19454:2;19443:9;19439:18;19431:26;;19503:9;19497:4;19493:20;19489:1;19478:9;19474:17;19467:47;19531:78;19604:4;19595:6;19531:78;:::i;:::-;19523:86;;19303:313;;;;:::o;19622:419::-;19788:4;19826:2;19815:9;19811:18;19803:26;;19875:9;19869:4;19865:20;19861:1;19850:9;19846:17;19839:47;19903:131;20029:4;19903:131;:::i;:::-;19895:139;;19622:419;;;:::o;20047:::-;20213:4;20251:2;20240:9;20236:18;20228:26;;20300:9;20294:4;20290:20;20286:1;20275:9;20271:17;20264:47;20328:131;20454:4;20328:131;:::i;:::-;20320:139;;20047:419;;;:::o;20472:::-;20638:4;20676:2;20665:9;20661:18;20653:26;;20725:9;20719:4;20715:20;20711:1;20700:9;20696:17;20689:47;20753:131;20879:4;20753:131;:::i;:::-;20745:139;;20472:419;;;:::o;20897:::-;21063:4;21101:2;21090:9;21086:18;21078:26;;21150:9;21144:4;21140:20;21136:1;21125:9;21121:17;21114:47;21178:131;21304:4;21178:131;:::i;:::-;21170:139;;20897:419;;;:::o;21322:::-;21488:4;21526:2;21515:9;21511:18;21503:26;;21575:9;21569:4;21565:20;21561:1;21550:9;21546:17;21539:47;21603:131;21729:4;21603:131;:::i;:::-;21595:139;;21322:419;;;:::o;21747:::-;21913:4;21951:2;21940:9;21936:18;21928:26;;22000:9;21994:4;21990:20;21986:1;21975:9;21971:17;21964:47;22028:131;22154:4;22028:131;:::i;:::-;22020:139;;21747:419;;;:::o;22172:::-;22338:4;22376:2;22365:9;22361:18;22353:26;;22425:9;22419:4;22415:20;22411:1;22400:9;22396:17;22389:47;22453:131;22579:4;22453:131;:::i;:::-;22445:139;;22172:419;;;:::o;22597:::-;22763:4;22801:2;22790:9;22786:18;22778:26;;22850:9;22844:4;22840:20;22836:1;22825:9;22821:17;22814:47;22878:131;23004:4;22878:131;:::i;:::-;22870:139;;22597:419;;;:::o;23022:::-;23188:4;23226:2;23215:9;23211:18;23203:26;;23275:9;23269:4;23265:20;23261:1;23250:9;23246:17;23239:47;23303:131;23429:4;23303:131;:::i;:::-;23295:139;;23022:419;;;:::o;23447:::-;23613:4;23651:2;23640:9;23636:18;23628:26;;23700:9;23694:4;23690:20;23686:1;23675:9;23671:17;23664:47;23728:131;23854:4;23728:131;:::i;:::-;23720:139;;23447:419;;;:::o;23872:::-;24038:4;24076:2;24065:9;24061:18;24053:26;;24125:9;24119:4;24115:20;24111:1;24100:9;24096:17;24089:47;24153:131;24279:4;24153:131;:::i;:::-;24145:139;;23872:419;;;:::o;24297:::-;24463:4;24501:2;24490:9;24486:18;24478:26;;24550:9;24544:4;24540:20;24536:1;24525:9;24521:17;24514:47;24578:131;24704:4;24578:131;:::i;:::-;24570:139;;24297:419;;;:::o;24722:::-;24888:4;24926:2;24915:9;24911:18;24903:26;;24975:9;24969:4;24965:20;24961:1;24950:9;24946:17;24939:47;25003:131;25129:4;25003:131;:::i;:::-;24995:139;;24722:419;;;:::o;25147:::-;25313:4;25351:2;25340:9;25336:18;25328:26;;25400:9;25394:4;25390:20;25386:1;25375:9;25371:17;25364:47;25428:131;25554:4;25428:131;:::i;:::-;25420:139;;25147:419;;;:::o;25572:::-;25738:4;25776:2;25765:9;25761:18;25753:26;;25825:9;25819:4;25815:20;25811:1;25800:9;25796:17;25789:47;25853:131;25979:4;25853:131;:::i;:::-;25845:139;;25572:419;;;:::o;25997:::-;26163:4;26201:2;26190:9;26186:18;26178:26;;26250:9;26244:4;26240:20;26236:1;26225:9;26221:17;26214:47;26278:131;26404:4;26278:131;:::i;:::-;26270:139;;25997:419;;;:::o;26422:::-;26588:4;26626:2;26615:9;26611:18;26603:26;;26675:9;26669:4;26665:20;26661:1;26650:9;26646:17;26639:47;26703:131;26829:4;26703:131;:::i;:::-;26695:139;;26422:419;;;:::o;26847:::-;27013:4;27051:2;27040:9;27036:18;27028:26;;27100:9;27094:4;27090:20;27086:1;27075:9;27071:17;27064:47;27128:131;27254:4;27128:131;:::i;:::-;27120:139;;26847:419;;;:::o;27272:::-;27438:4;27476:2;27465:9;27461:18;27453:26;;27525:9;27519:4;27515:20;27511:1;27500:9;27496:17;27489:47;27553:131;27679:4;27553:131;:::i;:::-;27545:139;;27272:419;;;:::o;27697:::-;27863:4;27901:2;27890:9;27886:18;27878:26;;27950:9;27944:4;27940:20;27936:1;27925:9;27921:17;27914:47;27978:131;28104:4;27978:131;:::i;:::-;27970:139;;27697:419;;;:::o;28122:::-;28288:4;28326:2;28315:9;28311:18;28303:26;;28375:9;28369:4;28365:20;28361:1;28350:9;28346:17;28339:47;28403:131;28529:4;28403:131;:::i;:::-;28395:139;;28122:419;;;:::o;28547:222::-;28640:4;28678:2;28667:9;28663:18;28655:26;;28691:71;28759:1;28748:9;28744:17;28735:6;28691:71;:::i;:::-;28547:222;;;;:::o;28775:129::-;28809:6;28836:20;;:::i;:::-;28826:30;;28865:33;28893:4;28885:6;28865:33;:::i;:::-;28775:129;;;:::o;28910:75::-;28943:6;28976:2;28970:9;28960:19;;28910:75;:::o;28991:307::-;29052:4;29142:18;29134:6;29131:30;29128:56;;;29164:18;;:::i;:::-;29128:56;29202:29;29224:6;29202:29;:::i;:::-;29194:37;;29286:4;29280;29276:15;29268:23;;28991:307;;;:::o;29304:141::-;29353:4;29376:3;29368:11;;29399:3;29396:1;29389:14;29433:4;29430:1;29420:18;29412:26;;29304:141;;;:::o;29451:98::-;29502:6;29536:5;29530:12;29520:22;;29451:98;;;:::o;29555:99::-;29607:6;29641:5;29635:12;29625:22;;29555:99;;;:::o;29660:168::-;29743:11;29777:6;29772:3;29765:19;29817:4;29812:3;29808:14;29793:29;;29660:168;;;;:::o;29834:169::-;29918:11;29952:6;29947:3;29940:19;29992:4;29987:3;29983:14;29968:29;;29834:169;;;;:::o;30009:148::-;30111:11;30148:3;30133:18;;30009:148;;;;:::o;30163:305::-;30203:3;30222:20;30240:1;30222:20;:::i;:::-;30217:25;;30256:20;30274:1;30256:20;:::i;:::-;30251:25;;30410:1;30342:66;30338:74;30335:1;30332:81;30329:107;;;30416:18;;:::i;:::-;30329:107;30460:1;30457;30453:9;30446:16;;30163:305;;;;:::o;30474:185::-;30514:1;30531:20;30549:1;30531:20;:::i;:::-;30526:25;;30565:20;30583:1;30565:20;:::i;:::-;30560:25;;30604:1;30594:35;;30609:18;;:::i;:::-;30594:35;30651:1;30648;30644:9;30639:14;;30474:185;;;;:::o;30665:348::-;30705:7;30728:20;30746:1;30728:20;:::i;:::-;30723:25;;30762:20;30780:1;30762:20;:::i;:::-;30757:25;;30950:1;30882:66;30878:74;30875:1;30872:81;30867:1;30860:9;30853:17;30849:105;30846:131;;;30957:18;;:::i;:::-;30846:131;31005:1;31002;30998:9;30987:20;;30665:348;;;;:::o;31019:191::-;31059:4;31079:20;31097:1;31079:20;:::i;:::-;31074:25;;31113:20;31131:1;31113:20;:::i;:::-;31108:25;;31152:1;31149;31146:8;31143:34;;;31157:18;;:::i;:::-;31143:34;31202:1;31199;31195:9;31187:17;;31019:191;;;;:::o;31216:96::-;31253:7;31282:24;31300:5;31282:24;:::i;:::-;31271:35;;31216:96;;;:::o;31318:90::-;31352:7;31395:5;31388:13;31381:21;31370:32;;31318:90;;;:::o;31414:149::-;31450:7;31490:66;31483:5;31479:78;31468:89;;31414:149;;;:::o;31569:89::-;31605:7;31645:6;31638:5;31634:18;31623:29;;31569:89;;;:::o;31664:126::-;31701:7;31741:42;31734:5;31730:54;31719:65;;31664:126;;;:::o;31796:77::-;31833:7;31862:5;31851:16;;31796:77;;;:::o;31879:154::-;31963:6;31958:3;31953;31940:30;32025:1;32016:6;32011:3;32007:16;32000:27;31879:154;;;:::o;32039:307::-;32107:1;32117:113;32131:6;32128:1;32125:13;32117:113;;;32216:1;32211:3;32207:11;32201:18;32197:1;32192:3;32188:11;32181:39;32153:2;32150:1;32146:10;32141:15;;32117:113;;;32248:6;32245:1;32242:13;32239:101;;;32328:1;32319:6;32314:3;32310:16;32303:27;32239:101;32088:258;32039:307;;;:::o;32352:320::-;32396:6;32433:1;32427:4;32423:12;32413:22;;32480:1;32474:4;32470:12;32501:18;32491:81;;32557:4;32549:6;32545:17;32535:27;;32491:81;32619:2;32611:6;32608:14;32588:18;32585:38;32582:84;;;32638:18;;:::i;:::-;32582:84;32403:269;32352:320;;;:::o;32678:281::-;32761:27;32783:4;32761:27;:::i;:::-;32753:6;32749:40;32891:6;32879:10;32876:22;32855:18;32843:10;32840:34;32837:62;32834:88;;;32902:18;;:::i;:::-;32834:88;32942:10;32938:2;32931:22;32721:238;32678:281;;:::o;32965:233::-;33004:3;33027:24;33045:5;33027:24;:::i;:::-;33018:33;;33073:66;33066:5;33063:77;33060:103;;;33143:18;;:::i;:::-;33060:103;33190:1;33183:5;33179:13;33172:20;;32965:233;;;:::o;33204:176::-;33236:1;33253:20;33271:1;33253:20;:::i;:::-;33248:25;;33287:20;33305:1;33287:20;:::i;:::-;33282:25;;33326:1;33316:35;;33331:18;;:::i;:::-;33316:35;33372:1;33369;33365:9;33360:14;;33204:176;;;;:::o;33386:180::-;33434:77;33431:1;33424:88;33531:4;33528:1;33521:15;33555:4;33552:1;33545:15;33572:180;33620:77;33617:1;33610:88;33717:4;33714:1;33707:15;33741:4;33738:1;33731:15;33758:180;33806:77;33803:1;33796:88;33903:4;33900:1;33893:15;33927:4;33924:1;33917:15;33944:180;33992:77;33989:1;33982:88;34089:4;34086:1;34079:15;34113:4;34110:1;34103:15;34130:180;34178:77;34175:1;34168:88;34275:4;34272:1;34265:15;34299:4;34296:1;34289:15;34316:117;34425:1;34422;34415:12;34439:117;34548:1;34545;34538:12;34562:117;34671:1;34668;34661:12;34685:117;34794:1;34791;34784:12;34808:117;34917:1;34914;34907:12;34931:117;35040:1;35037;35030:12;35054:102;35095:6;35146:2;35142:7;35137:2;35130:5;35126:14;35122:28;35112:38;;35054:102;;;:::o;35162:222::-;35302:34;35298:1;35290:6;35286:14;35279:58;35371:5;35366:2;35358:6;35354:15;35347:30;35162:222;:::o;35390:237::-;35530:34;35526:1;35518:6;35514:14;35507:58;35599:20;35594:2;35586:6;35582:15;35575:45;35390:237;:::o;35633:225::-;35773:34;35769:1;35761:6;35757:14;35750:58;35842:8;35837:2;35829:6;35825:15;35818:33;35633:225;:::o;35864:224::-;36004:34;36000:1;35992:6;35988:14;35981:58;36073:7;36068:2;36060:6;36056:15;36049:32;35864:224;:::o;36094:178::-;36234:30;36230:1;36222:6;36218:14;36211:54;36094:178;:::o;36278:223::-;36418:34;36414:1;36406:6;36402:14;36395:58;36487:6;36482:2;36474:6;36470:15;36463:31;36278:223;:::o;36507:175::-;36647:27;36643:1;36635:6;36631:14;36624:51;36507:175;:::o;36688:168::-;36828:20;36824:1;36816:6;36812:14;36805:44;36688:168;:::o;36862:231::-;37002:34;36998:1;36990:6;36986:14;36979:58;37071:14;37066:2;37058:6;37054:15;37047:39;36862:231;:::o;37099:243::-;37239:34;37235:1;37227:6;37223:14;37216:58;37308:26;37303:2;37295:6;37291:15;37284:51;37099:243;:::o;37348:229::-;37488:34;37484:1;37476:6;37472:14;37465:58;37557:12;37552:2;37544:6;37540:15;37533:37;37348:229;:::o;37583:228::-;37723:34;37719:1;37711:6;37707:14;37700:58;37792:11;37787:2;37779:6;37775:15;37768:36;37583:228;:::o;37817:172::-;37957:24;37953:1;37945:6;37941:14;37934:48;37817:172;:::o;37995:182::-;38135:34;38131:1;38123:6;38119:14;38112:58;37995:182;:::o;38183:170::-;38323:22;38319:1;38311:6;38307:14;38300:46;38183:170;:::o;38359:231::-;38499:34;38495:1;38487:6;38483:14;38476:58;38568:14;38563:2;38555:6;38551:15;38544:39;38359:231;:::o;38596:182::-;38736:34;38732:1;38724:6;38720:14;38713:58;38596:182;:::o;38784:234::-;38924:34;38920:1;38912:6;38908:14;38901:58;38993:17;38988:2;38980:6;38976:15;38969:42;38784:234;:::o;39024:172::-;39164:24;39160:1;39152:6;39148:14;39141:48;39024:172;:::o;39202:220::-;39342:34;39338:1;39330:6;39326:14;39319:58;39411:3;39406:2;39398:6;39394:15;39387:28;39202:220;:::o;39428:236::-;39568:34;39564:1;39556:6;39552:14;39545:58;39637:19;39632:2;39624:6;39620:15;39613:44;39428:236;:::o;39670:122::-;39743:24;39761:5;39743:24;:::i;:::-;39736:5;39733:35;39723:63;;39782:1;39779;39772:12;39723:63;39670:122;:::o;39798:116::-;39868:21;39883:5;39868:21;:::i;:::-;39861:5;39858:32;39848:60;;39904:1;39901;39894:12;39848:60;39798:116;:::o;39920:120::-;39992:23;40009:5;39992:23;:::i;:::-;39985:5;39982:34;39972:62;;40030:1;40027;40020:12;39972:62;39920:120;:::o;40046:::-;40118:23;40135:5;40118:23;:::i;:::-;40111:5;40108:34;40098:62;;40156:1;40153;40146:12;40098:62;40046:120;:::o;40172:122::-;40245:24;40263:5;40245:24;:::i;:::-;40238:5;40235:35;40225:63;;40284:1;40281;40274:12;40225:63;40172:122;:::o

Swarm Source

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