ETH Price: $2,293.90 (-3.17%)

Token

MoonShotBots (MSB)
 

Overview

Max Total Supply

203 MSB

Holders

153

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Filtered by Token Holder
Null: 0x000...000
Balance
0 MSB
0x0000000000000000000000000000000000000000
Loading...
Loading
Loading...
Loading
Loading...
Loading

OVERVIEW

Moonshot Bots offers ultra rare PFP with 303 max supply. 100% of MoonshotBot minting fees go to fund Ethereum Public Goods on Gitcoin Grants.

# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
MoonshotBot

Compiler Version
v0.6.7+commit.b8d736ae

Optimization Enabled:
Yes with 200 runs

Other Settings:
default evmVersion, MIT license

Contract Source Code (Solidity)

/**
 *Submitted for verification at Etherscan.io on 2021-08-23
*/

// 🤖 🚀 🌔  MoonshotBots for public goods funding!
/*
______  ___                         ______       _____
___   |/  /____________________________  /_________  /________
__  /|_/ /_  __ \  __ \_  __ \_  ___/_  __ \  __ \  __/_  ___/
_  /  / / / /_/ / /_/ /  / / /(__  )_  / / / /_/ / /_ _(__  )
/_/  /_/  \____/\____//_/ /_//____/ /_/ /_/\____/\__/ /____/

________                               ______ __________                              _________
___  __/_____________   ____________  ____  /____  /__(_)______   _______ __________________  /
__  /_ _  __ \_  ___/   ___  __ \  / / /_  __ \_  /__  /_  ___/   __  __ `/  __ \  __ \  __  /
_  __/ / /_/ /  /       __  /_/ / /_/ /_  /_/ /  / _  / / /__     _  /_/ // /_/ / /_/ / /_/ /
/_/    \____//_/        _  .___/\__,_/ /_.___//_/  /_/  \___/     _\__, / \____/\____/\__,_/
                        /_/                                       /____/                       
                                                                                                                                                        /_/                                       /____/
🦧✊ Demand more from PFPs! 👇
🌱🌱 100% of MoonshotBot Minting Fees go to fund Ethereum Public Goods on Gitcoin Grants 🌱🌱
🦧✊🌱100%🌱✊🦧

*/

// https://github.com/austintgriffith/scaffold-eth/tree/moonshot-bots-with-curve

// File @openzeppelin/contracts/utils/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.0 <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 GSN 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 payable) {
        return msg.sender;
    }

    function _msgData() internal view virtual returns (bytes memory) {
        this; // silence state mutability warning without generating bytecode - see https://github.com/ethereum/solidity/issues/2691
        return msg.data;
    }
}


// File @openzeppelin/contracts/introspection/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.0 <0.8.0;

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


// File @openzeppelin/contracts/token/ERC721/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.2 <0.8.0;

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

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

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

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

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

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

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

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

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

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

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

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


// File @openzeppelin/contracts/token/ERC721/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.2 <0.8.0;

/**
 * @title ERC-721 Non-Fungible Token Standard, optional metadata extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Metadata is IERC721 {

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

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

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


// File @openzeppelin/contracts/token/ERC721/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.2 <0.8.0;

/**
 * @title ERC-721 Non-Fungible Token Standard, optional enumeration extension
 * @dev See https://eips.ethereum.org/EIPS/eip-721
 */
interface IERC721Enumerable is IERC721 {

    /**
     * @dev Returns the total amount of tokens stored by the contract.
     */
    function totalSupply() external view returns (uint256);

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

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


// File @openzeppelin/contracts/token/ERC721/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.0 <0.8.0;

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


// File @openzeppelin/contracts/introspection/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.0 <0.8.0;

/**
 * @dev Implementation of the {IERC165} interface.
 *
 * Contracts may inherit from this and call {_registerInterface} to declare
 * their support of an interface.
 */
abstract contract ERC165 is IERC165 {
    /*
     * bytes4(keccak256('supportsInterface(bytes4)')) == 0x01ffc9a7
     */
    bytes4 private constant _INTERFACE_ID_ERC165 = 0x01ffc9a7;

    /**
     * @dev Mapping of interface ids to whether or not it's supported.
     */
    mapping(bytes4 => bool) private _supportedInterfaces;

    constructor () internal {
        // Derived contracts need only register support for their own interfaces,
        // we register support for ERC165 itself here
        _registerInterface(_INTERFACE_ID_ERC165);
    }

    /**
     * @dev See {IERC165-supportsInterface}.
     *
     * Time complexity O(1), guaranteed to always use less than 30 000 gas.
     */
    function supportsInterface(bytes4 interfaceId) public view virtual override returns (bool) {
        return _supportedInterfaces[interfaceId];
    }

    /**
     * @dev Registers the contract as an implementer of the interface defined by
     * `interfaceId`. Support of the actual ERC165 interface is automatic and
     * registering its interface id is not required.
     *
     * See {IERC165-supportsInterface}.
     *
     * Requirements:
     *
     * - `interfaceId` cannot be the ERC165 invalid interface (`0xffffffff`).
     */
    function _registerInterface(bytes4 interfaceId) internal virtual {
        require(interfaceId != 0xffffffff, "ERC165: invalid interface id");
        _supportedInterfaces[interfaceId] = true;
    }
}


// File @openzeppelin/contracts/math/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.0 <0.8.0;

/**
 * @dev Wrappers over Solidity's arithmetic operations with added overflow
 * checks.
 *
 * Arithmetic operations in Solidity wrap on overflow. This can easily result
 * in bugs, because programmers usually assume that an overflow raises an
 * error, which is the standard behavior in high level programming languages.
 * `SafeMath` restores this intuition by reverting the transaction when an
 * operation overflows.
 *
 * Using this library instead of the unchecked operations eliminates an entire
 * class of bugs, so it's recommended to use it always.
 */
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) {
        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) {
        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) {
        // 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) {
        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) {
        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) {
        uint256 c = a + b;
        require(c >= a, "SafeMath: addition overflow");
        return c;
    }

    /**
     * @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) {
        require(b <= a, "SafeMath: subtraction overflow");
        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) {
        if (a == 0) return 0;
        uint256 c = a * b;
        require(c / a == b, "SafeMath: multiplication overflow");
        return c;
    }

    /**
     * @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. 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) internal pure returns (uint256) {
        require(b > 0, "SafeMath: division by zero");
        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) {
        require(b > 0, "SafeMath: modulo by zero");
        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) {
        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.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryDiv}.
     *
     * 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) {
        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) {
        require(b > 0, errorMessage);
        return a % b;
    }
}


// File @openzeppelin/contracts/utils/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.2 <0.8.0;

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

        uint256 size;
        // solhint-disable-next-line no-inline-assembly
        assembly { size := extcodesize(account) }
        return size > 0;
    }

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

        // solhint-disable-next-line avoid-low-level-calls, avoid-call-value
        (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");

        // solhint-disable-next-line avoid-low-level-calls
        (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");

        // solhint-disable-next-line avoid-low-level-calls
        (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");

        // solhint-disable-next-line avoid-low-level-calls
        (bool success, bytes memory returndata) = target.delegatecall(data);
        return _verifyCallResult(success, returndata, errorMessage);
    }

    function _verifyCallResult(bool success, bytes memory returndata, string memory errorMessage) private 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

                // solhint-disable-next-line no-inline-assembly
                assembly {
                    let returndata_size := mload(returndata)
                    revert(add(32, returndata), returndata_size)
                }
            } else {
                revert(errorMessage);
            }
        }
    }
}


// File @openzeppelin/contracts/utils/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.0 <0.8.0;

/**
 * @dev Library for managing
 * https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive
 * types.
 *
 * Sets have the following properties:
 *
 * - Elements are added, removed, and checked for existence in constant time
 * (O(1)).
 * - Elements are enumerated in O(n). No guarantees are made on the ordering.
 *
 * ```
 * contract Example {
 *     // Add the library methods
 *     using EnumerableSet for EnumerableSet.AddressSet;
 *
 *     // Declare a set state variable
 *     EnumerableSet.AddressSet private mySet;
 * }
 * ```
 *
 * As of v3.3.0, sets of type `bytes32` (`Bytes32Set`), `address` (`AddressSet`)
 * and `uint256` (`UintSet`) are supported.
 */
library EnumerableSet {
    // To implement this library for multiple types with as little code
    // repetition as possible, we write it in terms of a generic Set type with
    // bytes32 values.
    // The Set implementation uses private functions, and user-facing
    // implementations (such as AddressSet) are just wrappers around the
    // underlying Set.
    // This means that we can only create new EnumerableSets for types that fit
    // in bytes32.

    struct Set {
        // Storage of set values
        bytes32[] _values;

        // Position of the value in the `values` array, plus 1 because index 0
        // means a value is not in the set.
        mapping (bytes32 => uint256) _indexes;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function _add(Set storage set, bytes32 value) private returns (bool) {
        if (!_contains(set, value)) {
            set._values.push(value);
            // The value is stored at length-1, but we add 1 to all indexes
            // and use 0 as a sentinel value
            set._indexes[value] = set._values.length;
            return true;
        } else {
            return false;
        }
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function _remove(Set storage set, bytes32 value) private returns (bool) {
        // We read and store the value's index to prevent multiple reads from the same storage slot
        uint256 valueIndex = set._indexes[value];

        if (valueIndex != 0) { // Equivalent to contains(set, value)
            // To delete an element from the _values array in O(1), we swap the element to delete with the last one in
            // the array, and then remove the last element (sometimes called as 'swap and pop').
            // This modifies the order of the array, as noted in {at}.

            uint256 toDeleteIndex = valueIndex - 1;
            uint256 lastIndex = set._values.length - 1;

            // When the value to delete is the last one, the swap operation is unnecessary. However, since this occurs
            // so rarely, we still do the swap anyway to avoid the gas cost of adding an 'if' statement.

            bytes32 lastvalue = set._values[lastIndex];

            // Move the last value to the index where the value to delete is
            set._values[toDeleteIndex] = lastvalue;
            // Update the index for the moved value
            set._indexes[lastvalue] = toDeleteIndex + 1; // All indexes are 1-based

            // Delete the slot where the moved value was stored
            set._values.pop();

            // Delete the index for the deleted slot
            delete set._indexes[value];

            return true;
        } else {
            return false;
        }
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function _contains(Set storage set, bytes32 value) private view returns (bool) {
        return set._indexes[value] != 0;
    }

    /**
     * @dev Returns the number of values on the set. O(1).
     */
    function _length(Set storage set) private view returns (uint256) {
        return set._values.length;
    }

   /**
    * @dev Returns the value stored at position `index` in the set. O(1).
    *
    * Note that there are no guarantees on the ordering of values inside the
    * array, and it may change when more values are added or removed.
    *
    * Requirements:
    *
    * - `index` must be strictly less than {length}.
    */
    function _at(Set storage set, uint256 index) private view returns (bytes32) {
        require(set._values.length > index, "EnumerableSet: index out of bounds");
        return set._values[index];
    }

    // Bytes32Set

    struct Bytes32Set {
        Set _inner;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function add(Bytes32Set storage set, bytes32 value) internal returns (bool) {
        return _add(set._inner, value);
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function remove(Bytes32Set storage set, bytes32 value) internal returns (bool) {
        return _remove(set._inner, value);
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function contains(Bytes32Set storage set, bytes32 value) internal view returns (bool) {
        return _contains(set._inner, value);
    }

    /**
     * @dev Returns the number of values in the set. O(1).
     */
    function length(Bytes32Set storage set) internal view returns (uint256) {
        return _length(set._inner);
    }

   /**
    * @dev Returns the value stored at position `index` in the set. O(1).
    *
    * Note that there are no guarantees on the ordering of values inside the
    * array, and it may change when more values are added or removed.
    *
    * Requirements:
    *
    * - `index` must be strictly less than {length}.
    */
    function at(Bytes32Set storage set, uint256 index) internal view returns (bytes32) {
        return _at(set._inner, index);
    }

    // AddressSet

    struct AddressSet {
        Set _inner;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function add(AddressSet storage set, address value) internal returns (bool) {
        return _add(set._inner, bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function remove(AddressSet storage set, address value) internal returns (bool) {
        return _remove(set._inner, bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function contains(AddressSet storage set, address value) internal view returns (bool) {
        return _contains(set._inner, bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Returns the number of values in the set. O(1).
     */
    function length(AddressSet storage set) internal view returns (uint256) {
        return _length(set._inner);
    }

   /**
    * @dev Returns the value stored at position `index` in the set. O(1).
    *
    * Note that there are no guarantees on the ordering of values inside the
    * array, and it may change when more values are added or removed.
    *
    * Requirements:
    *
    * - `index` must be strictly less than {length}.
    */
    function at(AddressSet storage set, uint256 index) internal view returns (address) {
        return address(uint160(uint256(_at(set._inner, index))));
    }


    // UintSet

    struct UintSet {
        Set _inner;
    }

    /**
     * @dev Add a value to a set. O(1).
     *
     * Returns true if the value was added to the set, that is if it was not
     * already present.
     */
    function add(UintSet storage set, uint256 value) internal returns (bool) {
        return _add(set._inner, bytes32(value));
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the value was removed from the set, that is if it was
     * present.
     */
    function remove(UintSet storage set, uint256 value) internal returns (bool) {
        return _remove(set._inner, bytes32(value));
    }

    /**
     * @dev Returns true if the value is in the set. O(1).
     */
    function contains(UintSet storage set, uint256 value) internal view returns (bool) {
        return _contains(set._inner, bytes32(value));
    }

    /**
     * @dev Returns the number of values on the set. O(1).
     */
    function length(UintSet storage set) internal view returns (uint256) {
        return _length(set._inner);
    }

   /**
    * @dev Returns the value stored at position `index` in the set. O(1).
    *
    * Note that there are no guarantees on the ordering of values inside the
    * array, and it may change when more values are added or removed.
    *
    * Requirements:
    *
    * - `index` must be strictly less than {length}.
    */
    function at(UintSet storage set, uint256 index) internal view returns (uint256) {
        return uint256(_at(set._inner, index));
    }
}


// File @openzeppelin/contracts/utils/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.0 <0.8.0;

/**
 * @dev Library for managing an enumerable variant of Solidity's
 * https://solidity.readthedocs.io/en/latest/types.html#mapping-types[`mapping`]
 * type.
 *
 * Maps have the following properties:
 *
 * - Entries are added, removed, and checked for existence in constant time
 * (O(1)).
 * - Entries are enumerated in O(n). No guarantees are made on the ordering.
 *
 * ```
 * contract Example {
 *     // Add the library methods
 *     using EnumerableMap for EnumerableMap.UintToAddressMap;
 *
 *     // Declare a set state variable
 *     EnumerableMap.UintToAddressMap private myMap;
 * }
 * ```
 *
 * As of v3.0.0, only maps of type `uint256 -> address` (`UintToAddressMap`) are
 * supported.
 */
library EnumerableMap {
    // To implement this library for multiple types with as little code
    // repetition as possible, we write it in terms of a generic Map type with
    // bytes32 keys and values.
    // The Map implementation uses private functions, and user-facing
    // implementations (such as Uint256ToAddressMap) are just wrappers around
    // the underlying Map.
    // This means that we can only create new EnumerableMaps for types that fit
    // in bytes32.

    struct MapEntry {
        bytes32 _key;
        bytes32 _value;
    }

    struct Map {
        // Storage of map keys and values
        MapEntry[] _entries;

        // Position of the entry defined by a key in the `entries` array, plus 1
        // because index 0 means a key is not in the map.
        mapping (bytes32 => uint256) _indexes;
    }

    /**
     * @dev Adds a key-value pair to a map, or updates the value for an existing
     * key. O(1).
     *
     * Returns true if the key was added to the map, that is if it was not
     * already present.
     */
    function _set(Map storage map, bytes32 key, bytes32 value) private returns (bool) {
        // We read and store the key's index to prevent multiple reads from the same storage slot
        uint256 keyIndex = map._indexes[key];

        if (keyIndex == 0) { // Equivalent to !contains(map, key)
            map._entries.push(MapEntry({ _key: key, _value: value }));
            // The entry is stored at length-1, but we add 1 to all indexes
            // and use 0 as a sentinel value
            map._indexes[key] = map._entries.length;
            return true;
        } else {
            map._entries[keyIndex - 1]._value = value;
            return false;
        }
    }

    /**
     * @dev Removes a key-value pair from a map. O(1).
     *
     * Returns true if the key was removed from the map, that is if it was present.
     */
    function _remove(Map storage map, bytes32 key) private returns (bool) {
        // We read and store the key's index to prevent multiple reads from the same storage slot
        uint256 keyIndex = map._indexes[key];

        if (keyIndex != 0) { // Equivalent to contains(map, key)
            // To delete a key-value pair from the _entries array in O(1), we swap the entry to delete with the last one
            // in the array, and then remove the last entry (sometimes called as 'swap and pop').
            // This modifies the order of the array, as noted in {at}.

            uint256 toDeleteIndex = keyIndex - 1;
            uint256 lastIndex = map._entries.length - 1;

            // When the entry to delete is the last one, the swap operation is unnecessary. However, since this occurs
            // so rarely, we still do the swap anyway to avoid the gas cost of adding an 'if' statement.

            MapEntry storage lastEntry = map._entries[lastIndex];

            // Move the last entry to the index where the entry to delete is
            map._entries[toDeleteIndex] = lastEntry;
            // Update the index for the moved entry
            map._indexes[lastEntry._key] = toDeleteIndex + 1; // All indexes are 1-based

            // Delete the slot where the moved entry was stored
            map._entries.pop();

            // Delete the index for the deleted slot
            delete map._indexes[key];

            return true;
        } else {
            return false;
        }
    }

    /**
     * @dev Returns true if the key is in the map. O(1).
     */
    function _contains(Map storage map, bytes32 key) private view returns (bool) {
        return map._indexes[key] != 0;
    }

    /**
     * @dev Returns the number of key-value pairs in the map. O(1).
     */
    function _length(Map storage map) private view returns (uint256) {
        return map._entries.length;
    }

   /**
    * @dev Returns the key-value pair stored at position `index` in the map. O(1).
    *
    * Note that there are no guarantees on the ordering of entries inside the
    * array, and it may change when more entries are added or removed.
    *
    * Requirements:
    *
    * - `index` must be strictly less than {length}.
    */
    function _at(Map storage map, uint256 index) private view returns (bytes32, bytes32) {
        require(map._entries.length > index, "EnumerableMap: index out of bounds");

        MapEntry storage entry = map._entries[index];
        return (entry._key, entry._value);
    }

    /**
     * @dev Tries to returns the value associated with `key`.  O(1).
     * Does not revert if `key` is not in the map.
     */
    function _tryGet(Map storage map, bytes32 key) private view returns (bool, bytes32) {
        uint256 keyIndex = map._indexes[key];
        if (keyIndex == 0) return (false, 0); // Equivalent to contains(map, key)
        return (true, map._entries[keyIndex - 1]._value); // All indexes are 1-based
    }

    /**
     * @dev Returns the value associated with `key`.  O(1).
     *
     * Requirements:
     *
     * - `key` must be in the map.
     */
    function _get(Map storage map, bytes32 key) private view returns (bytes32) {
        uint256 keyIndex = map._indexes[key];
        require(keyIndex != 0, "EnumerableMap: nonexistent key"); // Equivalent to contains(map, key)
        return map._entries[keyIndex - 1]._value; // All indexes are 1-based
    }

    /**
     * @dev Same as {_get}, with a custom error message when `key` is not in the map.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {_tryGet}.
     */
    function _get(Map storage map, bytes32 key, string memory errorMessage) private view returns (bytes32) {
        uint256 keyIndex = map._indexes[key];
        require(keyIndex != 0, errorMessage); // Equivalent to contains(map, key)
        return map._entries[keyIndex - 1]._value; // All indexes are 1-based
    }

    // UintToAddressMap

    struct UintToAddressMap {
        Map _inner;
    }

    /**
     * @dev Adds a key-value pair to a map, or updates the value for an existing
     * key. O(1).
     *
     * Returns true if the key was added to the map, that is if it was not
     * already present.
     */
    function set(UintToAddressMap storage map, uint256 key, address value) internal returns (bool) {
        return _set(map._inner, bytes32(key), bytes32(uint256(uint160(value))));
    }

    /**
     * @dev Removes a value from a set. O(1).
     *
     * Returns true if the key was removed from the map, that is if it was present.
     */
    function remove(UintToAddressMap storage map, uint256 key) internal returns (bool) {
        return _remove(map._inner, bytes32(key));
    }

    /**
     * @dev Returns true if the key is in the map. O(1).
     */
    function contains(UintToAddressMap storage map, uint256 key) internal view returns (bool) {
        return _contains(map._inner, bytes32(key));
    }

    /**
     * @dev Returns the number of elements in the map. O(1).
     */
    function length(UintToAddressMap storage map) internal view returns (uint256) {
        return _length(map._inner);
    }

   /**
    * @dev Returns the element stored at position `index` in the set. O(1).
    * Note that there are no guarantees on the ordering of values inside the
    * array, and it may change when more values are added or removed.
    *
    * Requirements:
    *
    * - `index` must be strictly less than {length}.
    */
    function at(UintToAddressMap storage map, uint256 index) internal view returns (uint256, address) {
        (bytes32 key, bytes32 value) = _at(map._inner, index);
        return (uint256(key), address(uint160(uint256(value))));
    }

    /**
     * @dev Tries to returns the value associated with `key`.  O(1).
     * Does not revert if `key` is not in the map.
     *
     * _Available since v3.4._
     */
    function tryGet(UintToAddressMap storage map, uint256 key) internal view returns (bool, address) {
        (bool success, bytes32 value) = _tryGet(map._inner, bytes32(key));
        return (success, address(uint160(uint256(value))));
    }

    /**
     * @dev Returns the value associated with `key`.  O(1).
     *
     * Requirements:
     *
     * - `key` must be in the map.
     */
    function get(UintToAddressMap storage map, uint256 key) internal view returns (address) {
        return address(uint160(uint256(_get(map._inner, bytes32(key)))));
    }

    /**
     * @dev Same as {get}, with a custom error message when `key` is not in the map.
     *
     * CAUTION: This function is deprecated because it requires allocating memory for the error
     * message unnecessarily. For custom revert reasons use {tryGet}.
     */
    function get(UintToAddressMap storage map, uint256 key, string memory errorMessage) internal view returns (address) {
        return address(uint160(uint256(_get(map._inner, bytes32(key), errorMessage))));
    }
}


// File @openzeppelin/contracts/utils/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.0 <0.8.0;

/**
 * @dev String operations.
 */
library Strings {
    /**
     * @dev Converts a `uint256` to its ASCII `string` 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);
        uint256 index = digits - 1;
        temp = value;
        while (temp != 0) {
            buffer[index--] = bytes1(uint8(48 + temp % 10));
            temp /= 10;
        }
        return string(buffer);
    }
}


// File @openzeppelin/contracts/token/ERC721/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.0 <0.8.0;











/**
 * @title ERC721 Non-Fungible Token Standard basic implementation
 * @dev see https://eips.ethereum.org/EIPS/eip-721
 */
contract ERC721 is Context, ERC165, IERC721, IERC721Metadata, IERC721Enumerable {
    using SafeMath for uint256;
    using Address for address;
    using EnumerableSet for EnumerableSet.UintSet;
    using EnumerableMap for EnumerableMap.UintToAddressMap;
    using Strings for uint256;

    // Equals to `bytes4(keccak256("onERC721Received(address,address,uint256,bytes)"))`
    // which can be also obtained as `IERC721Receiver(0).onERC721Received.selector`
    bytes4 private constant _ERC721_RECEIVED = 0x150b7a02;

    // Mapping from holder address to their (enumerable) set of owned tokens
    mapping (address => EnumerableSet.UintSet) private _holderTokens;

    // Enumerable mapping from token ids to their owners
    EnumerableMap.UintToAddressMap private _tokenOwners;

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

    // Token name
    string private _name;

    // Token symbol
    string private _symbol;

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

    // Base URI
    string private _baseURI;

    /*
     *     bytes4(keccak256('balanceOf(address)')) == 0x70a08231
     *     bytes4(keccak256('ownerOf(uint256)')) == 0x6352211e
     *     bytes4(keccak256('approve(address,uint256)')) == 0x095ea7b3
     *     bytes4(keccak256('getApproved(uint256)')) == 0x081812fc
     *     bytes4(keccak256('setApprovalForAll(address,bool)')) == 0xa22cb465
     *     bytes4(keccak256('isApprovedForAll(address,address)')) == 0xe985e9c5
     *     bytes4(keccak256('transferFrom(address,address,uint256)')) == 0x23b872dd
     *     bytes4(keccak256('safeTransferFrom(address,address,uint256)')) == 0x42842e0e
     *     bytes4(keccak256('safeTransferFrom(address,address,uint256,bytes)')) == 0xb88d4fde
     *
     *     => 0x70a08231 ^ 0x6352211e ^ 0x095ea7b3 ^ 0x081812fc ^
     *        0xa22cb465 ^ 0xe985e9c5 ^ 0x23b872dd ^ 0x42842e0e ^ 0xb88d4fde == 0x80ac58cd
     */
    bytes4 private constant _INTERFACE_ID_ERC721 = 0x80ac58cd;

    /*
     *     bytes4(keccak256('name()')) == 0x06fdde03
     *     bytes4(keccak256('symbol()')) == 0x95d89b41
     *     bytes4(keccak256('tokenURI(uint256)')) == 0xc87b56dd
     *
     *     => 0x06fdde03 ^ 0x95d89b41 ^ 0xc87b56dd == 0x5b5e139f
     */
    bytes4 private constant _INTERFACE_ID_ERC721_METADATA = 0x5b5e139f;

    /*
     *     bytes4(keccak256('totalSupply()')) == 0x18160ddd
     *     bytes4(keccak256('tokenOfOwnerByIndex(address,uint256)')) == 0x2f745c59
     *     bytes4(keccak256('tokenByIndex(uint256)')) == 0x4f6ccce7
     *
     *     => 0x18160ddd ^ 0x2f745c59 ^ 0x4f6ccce7 == 0x780e9d63
     */
    bytes4 private constant _INTERFACE_ID_ERC721_ENUMERABLE = 0x780e9d63;

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

        // register the supported interfaces to conform to ERC721 via ERC165
        _registerInterface(_INTERFACE_ID_ERC721);
        _registerInterface(_INTERFACE_ID_ERC721_METADATA);
        _registerInterface(_INTERFACE_ID_ERC721_ENUMERABLE);
    }

    /**
     * @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 _holderTokens[owner].length();
    }

    /**
     * @dev See {IERC721-ownerOf}.
     */
    function ownerOf(uint256 tokenId) public view virtual override returns (address) {
        return _tokenOwners.get(tokenId, "ERC721: owner query for nonexistent token");
    }

    /**
     * @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 _tokenURI = _tokenURIs[tokenId];
        string memory base = baseURI();

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

    /**
    * @dev Returns the base URI set via {_setBaseURI}. This will be
    * automatically added as a prefix in {tokenURI} to each token's URI, or
    * to the token ID if no specific URI is set for that token ID.
    */
    function baseURI() public view virtual returns (string memory) {
        return _baseURI;
    }

    /**
     * @dev See {IERC721Enumerable-tokenOfOwnerByIndex}.
     */
    function tokenOfOwnerByIndex(address owner, uint256 index) public view virtual override returns (uint256) {
        return _holderTokens[owner].at(index);
    }

    /**
     * @dev See {IERC721Enumerable-totalSupply}.
     */
    function totalSupply() public view virtual override returns (uint256) {
        // _tokenOwners are indexed by tokenIds, so .length() returns the number of tokenIds
        return _tokenOwners.length();
    }

    /**
     * @dev See {IERC721Enumerable-tokenByIndex}.
     */
    function tokenByIndex(uint256 index) public view virtual override returns (uint256) {
        (uint256 tokenId, ) = _tokenOwners.at(index);
        return tokenId;
    }

    /**
     * @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 || ERC721.isApprovedForAll(owner, _msgSender()),
            "ERC721: approve caller is not owner nor approved for all"
        );

        _approve(to, tokenId);
    }

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

        return _tokenApprovals[tokenId];
    }

    /**
     * @dev See {IERC721-setApprovalForAll}.
     */
    function setApprovalForAll(address operator, bool approved) public virtual override {
        require(operator != _msgSender(), "ERC721: approve to caller");

        _operatorApprovals[_msgSender()][operator] = approved;
        emit ApprovalForAll(_msgSender(), operator, approved);
    }

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

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

        _transfer(from, to, tokenId);
    }

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

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

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

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

    /**
     * @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 || ERC721.isApprovedForAll(owner, spender));
    }

    /**
     * @dev Safely mints `tokenId` and transfers it to `to`.
     *
     * Requirements:
     d*
     * - `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);

        _holderTokens[to].add(tokenId);

        _tokenOwners.set(tokenId, to);

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

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

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

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

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

        _holderTokens[owner].remove(tokenId);

        _tokenOwners.remove(tokenId);

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

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

        _holderTokens[from].remove(tokenId);
        _holderTokens[to].add(tokenId);

        _tokenOwners.set(tokenId, to);

        emit Transfer(from, to, tokenId);
    }

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

    /**
     * @dev Internal function to set the base URI for all token IDs. It is
     * automatically added as a prefix to the value returned in {tokenURI},
     * or to the token ID if {tokenURI} is empty.
     */
    function _setBaseURI(string memory baseURI_) internal virtual {
        _baseURI = baseURI_;
    }

    /**
     * @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()) {
            return true;
        }
        bytes memory returndata = to.functionCall(abi.encodeWithSelector(
            IERC721Receiver(to).onERC721Received.selector,
            _msgSender(),
            from,
            tokenId,
            _data
        ), "ERC721: transfer to non ERC721Receiver implementer");
        bytes4 retval = abi.decode(returndata, (bytes4));
        return (retval == _ERC721_RECEIVED);
    }

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

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


// File @openzeppelin/contracts/utils/[email protected]

// SPDX-License-Identifier: MIT

pragma solidity >=0.6.0 <0.8.0;

/**
 * @title Counters
 * @author Matt Condon (@shrugs)
 * @dev Provides counters that can only be incremented or decremented by one. 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;`
 * Since it is not possible to overflow a 256 bit integer with increments of one, `increment` can skip the {SafeMath}
 * overflow check, thereby saving gas. This does assume however correct usage, in that the underlying `_value` is never
 * directly accessed.
 */
library Counters {
    using SafeMath for uint256;

    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 {
        // The {SafeMath} overflow check can be skipped here, see the comment at the top
        counter._value += 1;
    }

    function decrement(Counter storage counter) internal {
        counter._value = counter._value.sub(1);
    }
}


// File contracts/MoonshotBot.sol

pragma solidity >=0.6.0 <0.7.0;
//SPDX-License-Identifier: MIT

// 🤖 🚀 🌔  MoonshotBots for public goods funding!
/*
______  ___                         ______       _____            ________                               ______ __________                              _________
___   |/  /____________________________  /_________  /________    ___  __/_____________   ____________  ____  /____  /__(_)______   _______ __________________  /
__  /|_/ /_  __ \  __ \_  __ \_  ___/_  __ \  __ \  __/_  ___/    __  /_ _  __ \_  ___/   ___  __ \  / / /_  __ \_  /__  /_  ___/   __  __ `/  __ \  __ \  __  /
_  /  / / / /_/ / /_/ /  / / /(__  )_  / / / /_/ / /_ _(__  )     _  __/ / /_/ /  /       __  /_/ / /_/ /_  /_/ /  / _  / / /__     _  /_/ // /_/ / /_/ / /_/ /
/_/  /_/  \____/\____//_/ /_//____/ /_/ /_/\____/\__/ /____/      /_/    \____//_/        _  .___/\__,_/ /_.___//_/  /_/  \___/     _\__, / \____/\____/\__,_/
                                                                                          /_/                                       /____/
🦧✊ Demand more from PFPs! 👇
🌱🌱 100% of MoonshotBot Minting Fees go to fund Ethereum Public Goods on Gitcoin Grants 🌱🌱
🦧✊🌱100%🌱✊🦧

*/
// https://github.com/austintgriffith/scaffold-eth/tree/moonshot-bots-with-curve

contract MoonshotBot is ERC721 {

  address payable public constant gitcoin = 0xde21F729137C5Af1b01d73aF1dC21eFfa2B8a0d6;

  using Counters for Counters.Counter;
  Counters.Counter private _tokenIds;

  string [] private uris;

  constructor() public ERC721("MoonShotBots", "MSB") {
    _setBaseURI("https://gateway.pinata.cloud/ipfs/QmdRmZ1UPSALNVuXY2mYPb3T5exn9in1AL3tsema4rY2QF/json/");
    uris =  ['Superior_Wiki.json', 'Homely_Word_processor.json', 'Abrupt_Paste.json', 'Hungry_Inbox.json', 'Acidic_Digital.json', 'Hungry_Windows.json', 'Adorable_Malware.json', 'Hurt_App.json', 'Adorable_Platform.json', 'Hurt_Bug.json', 'Adventurous_Hack.json', 'Hurt_Byte.json', 'Aggressive_Kernel.json', 'Hurt_Spyware.json', 'Alert_Flash.json', 'Icy_Hyperlink.json', 'Alert_Privacy.json', 'Ideal_Captcha.json', 'Alert_Status_bar.json', 'Ideal_Node.json', 'Aloof_Data.json', 'Immense_Enter.json', 'Aloof_Text_editor.json', 'Impressionable_Surf.json', 'Aloof_Url.json', 'Intrigued_Blogger.json', 'Amiable_Shift.json', 'Intrigued_Database.json', 'Anxious_Status_bar.json', 'Irate_Scanner.json', 'Apprehensive_Email.json', 'Irritable_Cloud_computing.json', 'Apprehensive_Teminal.json', 'Irritable_Xml.json', 'Arrogant_Dns_.json', 'Itchy_Notebook_computer.json', 'Ashamed_Backup.json', 'Jealous_Html.json', 'Ashamed_Password.json', 'Jittery_Script.json', 'Average_Platform.json', 'Jolly_Domain_name.json', 'Average_Router.json', 'Jolly_Real-time.json', 'Batty_Cypherpunk.json', 'Joyous_Queue.json', 'Beefy_Binary.json', 'Joyous_Security.json', 'Bland_Domain.json', 'Juicy_Template.json', 'Blushing_Malware.json', 'Jumpy_Widget.json', 'Blushing_Platform.json', 'Kind_Cd-rom.json', 'Blushing_Storage.json', 'Lackadaisical_Phishing.json', 'Bright_Log_out.json', 'Lackadaisical_Windows.json', 'Broad_Save.json', 'Lackadaisical_Zip.json', 'Burly_Configure.json', 'Large_Linux.json', 'Cheeky_Hacker.json', 'Large_Table.json', 'Cheeky_Spam.json', 'Large_Undo.json', 'Clueless_App.json', 'Lively_Scroll_bar.json', 'Clueless_Operating_system.json', 'Lively_Template.json', 'Colorful_Development.json', 'Lucky_Tag.json', 'Colorful_Email.json', 'Macho_Bite.json', 'Combative_Log_out.json', 'Magnificent_Captcha.json', 'Combative_Shareware.json', 'Maniacal_Dns_.json', 'Condemned_Bandwidth.json', 'Maniacal_Scan.json', 'Condemned_Keyword.json', 'Massive_Browser.json', 'Condescending_Kernel.json', 'Massive_Captcha.json', 'Condescending_Qwerty.json', 'Massive_Login.json', 'Contemplative_Dashboard.json', 'Massive_Offline.json', 'Convincing_Flash.json', 'Melancholy_Buffer.json', 'Convincing_Lurking.json', 'Melancholy_Bus.json', 'Cooperative_Computer.json', 'Melancholy_Shift_key.json', 'Cooperative_Screen.json', 'Miniature_Java.json', 'Corny_Internet.json', 'Misty_Drag.json', 'Corny_Motherboard.json', 'Misty_Zip.json', 'Crabby_Macro.json', 'Muddy_Backup.json', 'Crooked_Virus.json', 'Narrow_Hacker.json', 'Cruel_Dns_.json', 'Narrow_Hypertext.json', 'Cumbersome_Worm.json', 'Nasty_Faq__frequently_asked_questions_.json', 'Cynical_Desktop.json', 'Nasty_Pirate.json', 'Dashing_Clip_art.json', 'Naughty_Backup.json', 'Dashing_Cpu_.json', 'Naughty_Logic.json', 'Dashing_Data_mining.json', 'Naughty_Wireless.json', 'Dashing_Interface.json', 'Nervous_Html.json', 'Deceitful_Bus.json', 'Nonchalant_Log_out.json', 'Deceitful_Log_out.json', 'Nonsensical_Backup.json', 'Defeated_Host.json', 'Nonsensical_Gigabyte.json', 'Delicious_Widget.json', 'Nutritious_Flash_drive.json', 'Delightful_App.json', 'Odd_Clip_board.json', 'Delightful_Database.json', 'Odd_Gigabyte.json', 'Delightful_Hacker.json', 'Old-fashioned_Broadband.json', 'Distinct_Url.json', 'Panicky_Keyword.json', 'Disturbed_Domain_name.json', 'Panicky_User.json', 'Eager_Frame.json', 'Petite_Worm.json', 'Ecstatic_Version.json', 'Petty_Clip_art.json', 'Ecstatic_Zip.json', 'Plain_Cd.json', 'Elated_Bug.json', 'Plain_Firmware.json', 'Elated_Data_mining.json', 'Plain_Multimedia.json', 'Elegant_Wiki.json', 'Pleasant_Flaming.json', 'Emaciated_Page.json', 'Pleasant_Tag.json', 'Emaciated_Rom__read_only_memory_.json', 'Poised_Shell.json', 'Embarrassed_Server.json', 'Poised_Trojan_horse.json', 'Enchanting_Privacy.json', 'Poised_User.json', 'Enormous_Template.json', 'Precious_Computer.json', 'Enthusiastic_Disk.json', 'Precious_Logic.json', 'Exasperated_Encrypt.json', 'Prickly_Supercomputer.json', 'Exasperated_Finder.json', 'Proud_Storage.json', 'Excited_Hacker.json', 'Pungent_Floppy_disk.json', 'Excited_Home_page.json', 'Puny_Mirror.json', 'Extensive_Plug-in.json', 'Quaint_Bus.json', 'Exuberant_Broadband.json', 'Quaint_Shell.json', 'Exuberant_Kernel.json', 'Quizzical_Spyware.json', 'Fantastic_Linux.json', 'Repulsive_Analog.json', 'Fantastic_Screenshot.json', 'Responsive_Kernel.json', 'Flat_Portal.json', 'Responsive_Output.json', 'Floppy_Cloud_computing.json', 'Responsive_Shell.json', 'Floppy_Interface.json', 'Responsive_Tag.json', 'Fluttering_Integer.json', 'Robust_Interface.json', 'Fluttering_Upload.json', 'Round_Finder.json', 'Foolish_Kernel.json', 'Round_Username.json', 'Foolish_Network.json', 'Salty_Cybercrime.json', 'Frantic_Java.json', 'Salty_Shift_key.json', 'Fresh_Domain_name.json', 'Sarcastic_Desktop.json', 'Fresh_Laptop.json', 'Sarcastic_Save.json', 'Fresh_Password.json', 'Scary_Router.json', 'Fresh_Ram.json', 'Shaky_Output.json', 'Fresh_Shareware.json', 'Shallow_Link.json', 'Frustrating_Bug.json', 'Silky_Dot.json', 'Funny_Bitmap.json', 'Silky_Screenshot.json', 'Funny_Real-time.json', 'Silky_Trash.json', 'Fuzzy_Buffer.json', 'Slimy_Qwerty.json', 'Fuzzy_Virtual.json', 'Small_Internet.json', 'Gaudy_Data_mining.json', 'Small_Path.json', 'Gentle_Malware.json', 'Smarmy_Dynamic.json', 'Ghastly_Joystick.json', 'Smoggy_Monitor.json', 'Ghastly_Podcast.json', 'Soggy_Root.json', 'Ghastly_Pop-up.json', 'Sour_Paste.json', 'Ghastly_Status_bar.json', 'Spicy_Array.json', 'Ghastly_Version.json', 'Spicy_Database.json', 'Giddy_Computer.json', 'Stale_Download.json', 'Giddy_Laptop.json', 'Steady_Modem.json', 'Gigantic_Bug.json', 'Steady_Privacy.json', 'Gigantic_Log_out.json', 'Sticky_Font.json', 'Glamorous_Desktop.json', 'Stormy_Url.json', 'Gleaming_Byte.json', 'Stout_Cloud_computing.json', 'Gleaming_Process.json', 'Stunning_Programmer.json', 'Gleaming_Scan.json', 'Substantial_Monitor.json', 'Glorious_Integer.json', 'Succulent_Icon.json', 'Glorious_Programmer.json', 'Superficial_Array.json', 'Gorgeous_Piracy.json', 'Graceful_Security.json', 'Swanky_Trojan_horse.json', 'Graceful_Software.json', 'Sweet_Host.json', 'Greasy_Bus.json', 'Tasty_Url.json', 'Greasy_Digital.json', 'Tense_Blogger.json', 'Grieving_Freeware.json', 'Terrible_Shift_key.json', 'Grotesque_Clip_art.json', 'Thoughtless_Html.json', 'Grotesque_Password.json', 'Uneven_Spam.json', 'Grubby_Computer.json', 'Uneven_Workstation.json', 'Grubby_Media.json', 'Unsightly_Backup.json', 'Grumpy_Bite.json', 'Unsightly_Network.json', 'Grumpy_Script.json', 'Unsightly_Word_processor.json', 'Grumpy_Teminal.json', 'Upset_Runtime.json', 'Grumpy_Url.json', 'Uptight_Restore.json', 'Handsome_Worm.json', 'Uptight_Text_editor.json', 'Happy_Delete.json', 'Vast_Cloud_computing.json', 'Happy_Drag.json', 'Vast_Compile.json', 'Happy_Macro.json', 'Victorious_Cyberspace.json', 'Healthy_Encryption.json', 'Victorious_Motherboard.json', 'Helpful_Version.json', 'Vivacious_Bug.json', 'Helpless_Flowchart.json', 'Vivid_Domain_name.json', 'Helpless_Laptop.json', 'Wacky_Cpu_.json', 'Helpless_Pirate.json', 'Wacky_Logic.json', 'Helpless_Shell.json', 'Whimsical_Pirate.json', 'High_Rom__read_only_memory_.json', 'Whopping_Screen.json', 'Hollow_Interface.json', 'Wicked_Development.json', 'Hollow_Kernel.json', 'Wicked_Key.json', 'Hollow_Spammer.json', 'Wicked_Online.json'];
  }

  uint256 public constant limit = 303;
  uint256 public price = 0.0033 ether;

  function mintItem(address to, string memory tokenURI)
      private
      returns (uint256)
  {
      require( _tokenIds.current() < limit , "DONE MINTING");
      _tokenIds.increment();

      uint256 id = _tokenIds.current();
      _mint(to, id);
      _setTokenURI(id, tokenURI);

      return id;
  }

  function requestMint(address to)
      public
      payable
  {
    require( msg.value >= price, "NOT ENOUGH");
    price = (price * 1047) / 1000;
    (bool success,) = gitcoin.call{value:msg.value}("");
    require( success, "could not send");
    mintItem(to, uris[_tokenIds.current()]);
  }
}

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":"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":"baseURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"gitcoin","outputs":[{"internalType":"address payable","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":"limit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"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":"price","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"to","type":"address"}],"name":"requestMint","outputs":[],"stateMutability":"payable","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":"bytes4","name":"interfaceId","type":"bytes4"}],"name":"supportsInterface","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"from","type":"address"},{"internalType":"address","name":"to","type":"address"},{"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"}]

6080604052660bb9551fc24000600c553480156200001c57600080fd5b50604080518082018252600c81526b4d6f6f6e53686f74426f747360a01b6020808301919091528251808401909352600383526226a9a160e91b9083015290620000766301ffc9a760e01b6001600160e01b03620040ad16565b81516200008b9060069060208501906200414b565b508051620000a19060079060208401906200414b565b50620000bd6380ac58cd60e01b6001600160e01b03620040ad16565b620000d8635b5e139f60e01b6001600160e01b03620040ad16565b620000f363780e9d6360e01b6001600160e01b03620040ad16565b505062000122604051806080016040528060568152602001620062c1605691396001600160e01b036200413216565b604051806125e001604052806040518060400160405280601281526020017129bab832b934b7b92fabb4b5b4973539b7b760711b81525081526020016040518060400160405280601a81526020017f486f6d656c795f576f72645f70726f636573736f722e6a736f6e00000000000081525081526020016040518060400160405280601181526020017020b1393ab83a2fa830b9ba32973539b7b760791b815250815260200160405180604001604052806011815260200170243ab733b93cafa4b73137bc173539b7b760791b81525081526020016040518060400160405280601381526020017f4163696469635f4469676974616c2e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601381526020017f48756e6772795f57696e646f77732e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601581526020017f41646f7261626c655f4d616c776172652e6a736f6e000000000000000000000081525081526020016040518060400160405280600d81526020016c243ab93a2fa0b838173539b7b760991b81525081526020016040518060400160405280601681526020017f41646f7261626c655f506c6174666f726d2e6a736f6e0000000000000000000081525081526020016040518060400160405280600d81526020016c243ab93a2fa13ab3973539b7b760991b81525081526020016040518060400160405280601581526020017f416476656e7475726f75735f4861636b2e6a736f6e000000000000000000000081525081526020016040518060400160405280600e81526020016d243ab93a2fa13cba32973539b7b760911b81525081526020016040518060400160405280601681526020017f416767726573736976655f4b65726e656c2e6a736f6e00000000000000000000815250815260200160405180604001604052806011815260200170243ab93a2fa9b83cbbb0b932973539b7b760791b81525081526020016040518060400160405280601081526020016f20b632b93a2fa33630b9b4173539b7b760811b81525081526020016040518060400160405280601281526020017124b1bcafa43cb832b93634b735973539b7b760711b81525081526020016040518060400160405280601281526020017120b632b93a2fa83934bb30b1bc973539b7b760711b81525081526020016040518060400160405280601281526020017124b232b0b62fa1b0b83a31b430973539b7b760711b81525081526020016040518060400160405280601581526020017f416c6572745f5374617475735f6261722e6a736f6e000000000000000000000081525081526020016040518060400160405280600f81526020016e24b232b0b62fa737b232973539b7b760891b81525081526020016040518060400160405280600f81526020016e20b637b7b32fa230ba30973539b7b760891b81525081526020016040518060400160405280601281526020017124b6b6b2b739b2afa2b73a32b9173539b7b760711b81525081526020016040518060400160405280601681526020017f416c6f6f665f546578745f656469746f722e6a736f6e0000000000000000000081525081526020016040518060400160405280601881526020017f496d7072657373696f6e61626c655f537572662e6a736f6e000000000000000081525081526020016040518060400160405280600e81526020016d20b637b7b32faab936173539b7b760911b81525081526020016040518060400160405280601681526020017f496e747269677565645f426c6f676765722e6a736f6e0000000000000000000081525081526020016040518060400160405280601281526020017120b6b4b0b13632afa9b434b33a173539b7b760711b81525081526020016040518060400160405280601781526020017f496e747269677565645f44617461626173652e6a736f6e00000000000000000081525081526020016040518060400160405280601781526020017f416e78696f75735f5374617475735f6261722e6a736f6e00000000000000000081525081526020016040518060400160405280601281526020017124b930ba32afa9b1b0b73732b9173539b7b760711b81525081526020016040518060400160405280601781526020017f417070726568656e736976655f456d61696c2e6a736f6e00000000000000000081525081526020016040518060400160405280601e81526020017f497272697461626c655f436c6f75645f636f6d707574696e672e6a736f6e000081525081526020016040518060400160405280601981526020017f417070726568656e736976655f54656d696e616c2e6a736f6e0000000000000081525081526020016040518060400160405280601281526020017124b93934ba30b13632afac36b6173539b7b760711b81525081526020016040518060400160405280601281526020017120b93937b3b0b73a2fa23739af973539b7b760711b81525081526020016040518060400160405280601c81526020017f49746368795f4e6f7465626f6f6b5f636f6d70757465722e6a736f6e0000000081525081526020016040518060400160405280601381526020017f417368616d65645f4261636b75702e6a736f6e000000000000000000000000008152508152602001604051806040016040528060118152602001702532b0b637bab9afa43a36b6173539b7b760791b81525081526020016040518060400160405280601581526020017f417368616d65645f50617373776f72642e6a736f6e000000000000000000000081525081526020016040518060400160405280601381526020017f4a6974746572795f5363726970742e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601581526020017f417665726167655f506c6174666f726d2e6a736f6e000000000000000000000081525081526020016040518060400160405280601681526020017f4a6f6c6c795f446f6d61696e5f6e616d652e6a736f6e0000000000000000000081525081526020016040518060400160405280601381526020017f417665726167655f526f757465722e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601481526020017f4a6f6c6c795f5265616c2d74696d652e6a736f6e00000000000000000000000081525081526020016040518060400160405280601581526020017f42617474795f43797068657270756e6b2e6a736f6e00000000000000000000008152508152602001604051806040016040528060118152602001702537bcb7bab9afa8bab2bab2973539b7b760791b8152508152602001604051806040016040528060118152602001702132b2b33cafa134b730b93c973539b7b760791b81525081526020016040518060400160405280601481526020017f4a6f796f75735f53656375726974792e6a736f6e000000000000000000000000815250815260200160405180604001604052806011815260200170213630b7322fa237b6b0b4b7173539b7b760791b81525081526020016040518060400160405280601381526020017f4a756963795f54656d706c6174652e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601581526020017f426c757368696e675f4d616c776172652e6a736f6e0000000000000000000000815250815260200160405180604001604052806011815260200170253ab6b83cafabb4b233b2ba173539b7b760791b81525081526020016040518060400160405280601681526020017f426c757368696e675f506c6174666f726d2e6a736f6e0000000000000000000081525081526020016040518060400160405280601081526020016f25b4b7322fa1b216b937b6973539b7b760811b81525081526020016040518060400160405280601581526020017f426c757368696e675f53746f726167652e6a736f6e000000000000000000000081525081526020016040518060400160405280601b81526020017f4c61636b61646169736963616c5f5068697368696e672e6a736f6e000000000081525081526020016040518060400160405280601381526020017f4272696768745f4c6f675f6f75742e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601a81526020017f4c61636b61646169736963616c5f57696e646f77732e6a736f6e00000000000081525081526020016040518060400160405280600f81526020016e213937b0b22fa9b0bb32973539b7b760891b81525081526020016040518060400160405280601681526020017f4c61636b61646169736963616c5f5a69702e6a736f6e0000000000000000000081525081526020016040518060400160405280601481526020017f4275726c795f436f6e6669677572652e6a736f6e00000000000000000000000081525081526020016040518060400160405280601081526020016f2630b933b2afa634b73abc173539b7b760811b81525081526020016040518060400160405280601281526020017121b432b2b5bcafa430b1b5b2b9173539b7b760711b81525081526020016040518060400160405280601081526020016f2630b933b2afaa30b13632973539b7b760811b81525081526020016040518060400160405280601081526020016f21b432b2b5bcafa9b830b6973539b7b760811b81525081526020016040518060400160405280600f81526020016e2630b933b2afaab73237973539b7b760891b81525081526020016040518060400160405280601181526020017021b63ab2b632b9b9afa0b838173539b7b760791b81525081526020016040518060400160405280601681526020017f4c6976656c795f5363726f6c6c5f6261722e6a736f6e0000000000000000000081525081526020016040518060400160405280601e81526020017f436c75656c6573735f4f7065726174696e675f73797374656d2e6a736f6e000081525081526020016040518060400160405280601481526020017f4c6976656c795f54656d706c6174652e6a736f6e00000000000000000000000081525081526020016040518060400160405280601981526020017f436f6c6f7266756c5f446576656c6f706d656e742e6a736f6e0000000000000081525081526020016040518060400160405280600e81526020016d263ab1b5bcafaa30b3973539b7b760911b81525081526020016040518060400160405280601381526020017f436f6c6f7266756c5f456d61696c2e6a736f6e0000000000000000000000000081525081526020016040518060400160405280600f81526020016e26b0b1b437afa134ba32973539b7b760891b81525081526020016040518060400160405280601681526020017f436f6d6261746976655f4c6f675f6f75742e6a736f6e0000000000000000000081525081526020016040518060400160405280601881526020017f4d61676e69666963656e745f436170746368612e6a736f6e000000000000000081525081526020016040518060400160405280601881526020017f436f6d6261746976655f5368617265776172652e6a736f6e000000000000000081525081526020016040518060400160405280601281526020017126b0b734b0b1b0b62fa23739af973539b7b760711b81525081526020016040518060400160405280601881526020017f436f6e64656d6e65645f42616e6477696474682e6a736f6e000000000000000081525081526020016040518060400160405280601281526020017126b0b734b0b1b0b62fa9b1b0b7173539b7b760711b81525081526020016040518060400160405280601681526020017f436f6e64656d6e65645f4b6579776f72642e6a736f6e0000000000000000000081525081526020016040518060400160405280601481526020017f4d6173736976655f42726f777365722e6a736f6e00000000000000000000000081525081526020016040518060400160405280601981526020017f436f6e64657363656e64696e675f4b65726e656c2e6a736f6e0000000000000081525081526020016040518060400160405280601481526020017f4d6173736976655f436170746368612e6a736f6e00000000000000000000000081525081526020016040518060400160405280601981526020017f436f6e64657363656e64696e675f5177657274792e6a736f6e0000000000000081525081526020016040518060400160405280601281526020017126b0b9b9b4bb32afa637b3b4b7173539b7b760711b81525081526020016040518060400160405280601c81526020017f436f6e74656d706c61746976655f44617368626f6172642e6a736f6e0000000081525081526020016040518060400160405280601481526020017f4d6173736976655f4f66666c696e652e6a736f6e00000000000000000000000081525081526020016040518060400160405280601581526020017f436f6e76696e63696e675f466c6173682e6a736f6e000000000000000000000081525081526020016040518060400160405280601681526020017f4d656c616e63686f6c795f4275666665722e6a736f6e0000000000000000000081525081526020016040518060400160405280601781526020017f436f6e76696e63696e675f4c75726b696e672e6a736f6e00000000000000000081525081526020016040518060400160405280601381526020017f4d656c616e63686f6c795f4275732e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601981526020017f436f6f70657261746976655f436f6d70757465722e6a736f6e0000000000000081525081526020016040518060400160405280601981526020017f4d656c616e63686f6c795f53686966745f6b65792e6a736f6e0000000000000081525081526020016040518060400160405280601781526020017f436f6f70657261746976655f53637265656e2e6a736f6e00000000000000000081525081526020016040518060400160405280601381526020017f4d696e6961747572655f4a6176612e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601381526020017f436f726e795f496e7465726e65742e6a736f6e0000000000000000000000000081525081526020016040518060400160405280600f81526020016e26b4b9ba3cafa23930b3973539b7b760891b81525081526020016040518060400160405280601681526020017f436f726e795f4d6f74686572626f6172642e6a736f6e0000000000000000000081525081526020016040518060400160405280600e81526020016d26b4b9ba3cafad34b8173539b7b760911b81525081526020016040518060400160405280601181526020017021b930b1313cafa6b0b1b937973539b7b760791b81525081526020016040518060400160405280601181526020017026bab2323cafa130b1b5bab8173539b7b760791b81525081526020016040518060400160405280601281526020017121b937b7b5b2b22fab34b93ab9973539b7b760711b8152508152602001604051806040016040528060128152602001712730b93937bbafa430b1b5b2b9173539b7b760711b81525081526020016040518060400160405280600f81526020016e21b93ab2b62fa23739af973539b7b760891b81525081526020016040518060400160405280601581526020017f4e6172726f775f4879706572746578742e6a736f6e000000000000000000000081525081526020016040518060400160405280601481526020017f43756d626572736f6d655f576f726d2e6a736f6e00000000000000000000000081525081526020016040518060600160405280602b81526020016200633c602b9139815260408051808201825260148082527f43796e6963616c5f4465736b746f702e6a736f6e00000000000000000000000060208381019190915280850192909252825180840184526011808252702730b9ba3cafa834b930ba32973539b7b760791b82850152848601919091528351808501855260158082527f44617368696e675f436c69705f6172742e6a736f6e0000000000000000000000828601526060808801929092528551808701875260138082527f4e6175676874795f4261636b75702e6a736f6e0000000000000000000000000082880152608089019190915286518088018852848152702230b9b434b733afa1b83aaf973539b7b760791b8188015260a0890152865180880188526012808252712730bab3b43a3cafa637b3b4b1973539b7b760711b8289015260c08a01919091528751808901895260188082527f44617368696e675f446174615f6d696e696e672e6a736f6e0000000000000000828a015260e08b01919091528851808a018a528481527f4e6175676874795f576972656c6573732e6a736f6e0000000000000000000000818a01526101008b01528851808a018a5260168082527f44617368696e675f496e746572666163652e6a736f6e00000000000000000000828b01526101208c01919091528951808b018b52878152702732b93b37bab9afa43a36b6173539b7b760791b818b01526101408c01528951808b018b52838152712232b1b2b4ba333ab62fa13ab9973539b7b760711b818b01526101608c01528951808b018b5260178082527f4e6f6e6368616c616e745f4c6f675f6f75742e6a736f6e000000000000000000828c01526101808d01919091528a51808c018c528281527f44656365697466756c5f4c6f675f6f75742e6a736f6e00000000000000000000818c01526101a08d01528a51808c018c528181527f4e6f6e73656e736963616c5f4261636b75702e6a736f6e000000000000000000818c01526101c08d01528a51808c018c52938452712232b332b0ba32b22fa437b9ba173539b7b760711b848b01526101e08c01939093528951808b018b52601981527f4e6f6e73656e736963616c5f47696761627974652e6a736f6e00000000000000818b01526102008c01528951808b018b528581527f44656c6963696f75735f5769646765742e6a736f6e0000000000000000000000818b01526102208c01528951808b018b52601b81527f4e7574726974696f75735f466c6173685f64726976652e6a736f6e0000000000818b01526102408c01528951808b018b528481527f44656c6967687466756c5f4170702e6a736f6e00000000000000000000000000818b01526102608c01528951808b018b528481527f4f64645f436c69705f626f6172642e6a736f6e00000000000000000000000000818b01526102808c01528951808b018b529182527f44656c6967687466756c5f44617461626173652e6a736f6e0000000000000000828a01526102a08b01919091528851808a018a528681527027b2322fa3b4b3b0b13cba32973539b7b760791b818a01526102c08b01528851808a018a529081527f44656c6967687466756c5f4861636b65722e6a736f6e00000000000000000000818901526102e08a015287518089018952601c81527f4f6c642d66617368696f6e65645f42726f616462616e642e6a736f6e00000000818901526103008a015287518089018952858152702234b9ba34b731ba2faab936173539b7b760791b818901526103208a0152875180890189529586527f50616e69636b795f4b6579776f72642e6a736f6e0000000000000000000000008688015261034089019590955286518088018852601a81527f4469737475726265645f446f6d61696e5f6e616d652e6a736f6e0000000000008188015261036089015286518088018852848152702830b734b1b5bcafaab9b2b9173539b7b760791b818801526103808901528651808801885260108082526f22b0b3b2b92fa33930b6b2973539b7b760811b828901526103a08a0191909152875180890189529081526f2832ba34ba32afabb7b936973539b7b760811b818801526103c0890152865180880188528281527f45637374617469635f56657273696f6e2e6a736f6e0000000000000000000000818801526103e0890152865180880188528181527f50657474795f436c69705f6172742e6a736f6e0000000000000000000000000081880152610400890152865180880188528481527022b1b9ba30ba34b1afad34b8173539b7b760791b8188015261042089015286518088018852600d81526c283630b4b72fa1b2173539b7b760991b8188015261044089015286518088018852600f81526e22b630ba32b22fa13ab3973539b7b760891b81880152610460890152865180880188528181527f506c61696e5f4669726d776172652e6a736f6e0000000000000000000000000081880152610480890152865180880188529485527f456c617465645f446174615f6d696e696e672e6a736f6e000000000000000000858701526104a0880194909452855180870187528181527f506c61696e5f4d756c74696d656469612e6a736f6e0000000000000000000000818701526104c0880152855180870187528381527022b632b3b0b73a2fabb4b5b4973539b7b760791b818701526104e0880152855180870187529081527f506c656173616e745f466c616d696e672e6a736f6e000000000000000000000081860152610500870152845180860186529283527f456d616369617465645f506167652e6a736f6e00000000000000000000000000838501526105208601929092528351808501855290815270283632b0b9b0b73a2faa30b3973539b7b760791b8184015261054085015282519081019092526025808352610560909301929062006317908301398152602001604051806040016040528060118152602001702837b4b9b2b22fa9b432b636173539b7b760791b81525081526020016040518060400160405280601781526020017f456d6261727261737365645f5365727665722e6a736f6e00000000000000000081525081526020016040518060400160405280601881526020017f506f697365645f54726f6a616e5f686f7273652e6a736f6e000000000000000081525081526020016040518060400160405280601781526020017f456e6368616e74696e675f507269766163792e6a736f6e00000000000000000081525081526020016040518060400160405280601081526020016f2837b4b9b2b22faab9b2b9173539b7b760811b81525081526020016040518060400160405280601681526020017f456e6f726d6f75735f54656d706c6174652e6a736f6e0000000000000000000081525081526020016040518060400160405280601681526020017f50726563696f75735f436f6d70757465722e6a736f6e0000000000000000000081525081526020016040518060400160405280601681526020017f456e746875736961737469635f4469736b2e6a736f6e0000000000000000000081525081526020016040518060400160405280601381526020017f50726563696f75735f4c6f6769632e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601881526020017f45786173706572617465645f456e63727970742e6a736f6e000000000000000081525081526020016040518060400160405280601a81526020017f507269636b6c795f5375706572636f6d70757465722e6a736f6e00000000000081525081526020016040518060400160405280601781526020017f45786173706572617465645f46696e6465722e6a736f6e000000000000000000815250815260200160405180604001604052806012815260200171283937bab22fa9ba37b930b3b2973539b7b760711b81525081526020016040518060400160405280601381526020017f457863697465645f4861636b65722e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601881526020017f50756e67656e745f466c6f7070795f6469736b2e6a736f6e000000000000000081525081526020016040518060400160405280601681526020017f457863697465645f486f6d655f706167652e6a736f6e0000000000000000000081525081526020016040518060400160405280601081526020016f283ab73cafa6b4b93937b9173539b7b760811b81525081526020016040518060400160405280601681526020017f457874656e736976655f506c75672d696e2e6a736f6e0000000000000000000081525081526020016040518060400160405280600f81526020016e28bab0b4b73a2fa13ab9973539b7b760891b81525081526020016040518060400160405280601881526020017f457875626572616e745f42726f616462616e642e6a736f6e000000000000000081525081526020016040518060400160405280601181526020017028bab0b4b73a2fa9b432b636173539b7b760791b81525081526020016040518060400160405280601581526020017f457875626572616e745f4b65726e656c2e6a736f6e000000000000000000000081525081526020016040518060400160405280601681526020017f5175697a7a6963616c5f537079776172652e6a736f6e0000000000000000000081525081526020016040518060400160405280601481526020017f46616e7461737469635f4c696e75782e6a736f6e00000000000000000000000081525081526020016040518060400160405280601581526020017f526570756c736976655f416e616c6f672e6a736f6e000000000000000000000081525081526020016040518060400160405280601981526020017f46616e7461737469635f53637265656e73686f742e6a736f6e0000000000000081525081526020016040518060400160405280601681526020017f526573706f6e736976655f4b65726e656c2e6a736f6e0000000000000000000081525081526020016040518060400160405280601081526020016f233630ba2fa837b93a30b6173539b7b760811b81525081526020016040518060400160405280601681526020017f526573706f6e736976655f4f75747075742e6a736f6e0000000000000000000081525081526020016040518060400160405280601b81526020017f466c6f7070795f436c6f75645f636f6d707574696e672e6a736f6e000000000081525081526020016040518060400160405280601581526020017f526573706f6e736976655f5368656c6c2e6a736f6e000000000000000000000081525081526020016040518060400160405280601581526020017f466c6f7070795f496e746572666163652e6a736f6e000000000000000000000081525081526020016040518060400160405280601381526020017f526573706f6e736976655f5461672e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601781526020017f466c7574746572696e675f496e74656765722e6a736f6e00000000000000000081525081526020016040518060400160405280601581526020017f526f627573745f496e746572666163652e6a736f6e000000000000000000000081525081526020016040518060400160405280601681526020017f466c7574746572696e675f55706c6f61642e6a736f6e000000000000000000008152508152602001604051806040016040528060118152602001702937bab7322fa334b73232b9173539b7b760791b81525081526020016040518060400160405280601381526020017f466f6f6c6973685f4b65726e656c2e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601381526020017f526f756e645f557365726e616d652e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601481526020017f466f6f6c6973685f4e6574776f726b2e6a736f6e00000000000000000000000081525081526020016040518060400160405280601581526020017f53616c74795f43796265726372696d652e6a736f6e0000000000000000000000815250815260200160405180604001604052806011815260200170233930b73a34b1afa530bb30973539b7b760791b81525081526020016040518060400160405280601481526020017f53616c74795f53686966745f6b65792e6a736f6e00000000000000000000000081525081526020016040518060400160405280601681526020017f46726573685f446f6d61696e5f6e616d652e6a736f6e0000000000000000000081525081526020016040518060400160405280601681526020017f5361726361737469635f4465736b746f702e6a736f6e00000000000000000000815250815260200160405180604001604052806011815260200170233932b9b42fa630b83a37b8173539b7b760791b81525081526020016040518060400160405280601381526020017f5361726361737469635f536176652e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601381526020017f46726573685f50617373776f72642e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601181526020017029b1b0b93cafa937baba32b9173539b7b760791b81525081526020016040518060400160405280600e81526020016d233932b9b42fa930b6973539b7b760911b81525081526020016040518060400160405280601181526020017029b430b5bcafa7baba383aba173539b7b760791b81525081526020016040518060400160405280601481526020017f46726573685f5368617265776172652e6a736f6e00000000000000000000000081525081526020016040518060400160405280601181526020017029b430b63637bbafa634b735973539b7b760791b81525081526020016040518060400160405280601481526020017f4672757374726174696e675f4275672e6a736f6e00000000000000000000000081525081526020016040518060400160405280600e81526020016d29b4b635bcafa237ba173539b7b760911b815250815260200160405180604001604052806011815260200170233ab7373cafa134ba36b0b8173539b7b760791b81525081526020016040518060400160405280601581526020017f53696c6b795f53637265656e73686f742e6a736f6e000000000000000000000081525081526020016040518060400160405280601481526020017f46756e6e795f5265616c2d74696d652e6a736f6e00000000000000000000000081525081526020016040518060400160405280601081526020016f29b4b635bcafaa3930b9b4173539b7b760811b815250815260200160405180604001604052806011815260200170233abd3d3cafa13ab33332b9173539b7b760791b81525081526020016040518060400160405280601181526020017029b634b6bcafa8bbb2b93a3c973539b7b760791b815250815260200160405180604001604052806012815260200171233abd3d3cafab34b93a3ab0b6173539b7b760711b81525081526020016040518060400160405280601381526020017f536d616c6c5f496e7465726e65742e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601681526020017f47617564795f446174615f6d696e696e672e6a736f6e0000000000000000000081525081526020016040518060400160405280600f81526020016e29b6b0b6362fa830ba34173539b7b760891b81525081526020016040518060400160405280601381526020017f47656e746c655f4d616c776172652e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601381526020017f536d61726d795f44796e616d69632e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601581526020017f47686173746c795f4a6f79737469636b2e6a736f6e000000000000000000000081525081526020016040518060400160405280601381526020017f536d6f6767795f4d6f6e69746f722e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601481526020017f47686173746c795f506f64636173742e6a736f6e00000000000000000000000081525081526020016040518060400160405280600f81526020016e29b7b3b3bcafa937b7ba173539b7b760891b81525081526020016040518060400160405280601381526020017f47686173746c795f506f702d75702e6a736f6e0000000000000000000000000081525081526020016040518060400160405280600f81526020016e29b7bab92fa830b9ba32973539b7b760891b81525081526020016040518060400160405280601781526020017f47686173746c795f5374617475735f6261722e6a736f6e00000000000000000081525081526020016040518060400160405280601081526020016f29b834b1bcafa0b93930bc973539b7b760811b81525081526020016040518060400160405280601481526020017f47686173746c795f56657273696f6e2e6a736f6e00000000000000000000000081525081526020016040518060400160405280601381526020017f53706963795f44617461626173652e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601381526020017f47696464795f436f6d70757465722e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601381526020017f5374616c655f446f776e6c6f61642e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601181526020017023b4b2323cafa630b83a37b8173539b7b760791b81525081526020016040518060400160405280601181526020017029ba32b0b23cafa6b7b232b6973539b7b760791b81525081526020016040518060400160405280601181526020017023b4b3b0b73a34b1afa13ab3973539b7b760791b81525081526020016040518060400160405280601381526020017f5374656164795f507269766163792e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601581526020017f476967616e7469635f4c6f675f6f75742e6a736f6e000000000000000000000081525081526020016040518060400160405280601081526020016f29ba34b1b5bcafa337b73a173539b7b760811b81525081526020016040518060400160405280601681526020017f476c616d6f726f75735f4465736b746f702e6a736f6e0000000000000000000081525081526020016040518060400160405280600f81526020016e29ba37b936bcafaab936173539b7b760891b81525081526020016040518060400160405280601281526020017123b632b0b6b4b733afa13cba32973539b7b760711b81525081526020016040518060400160405280601a81526020017f53746f75745f436c6f75645f636f6d707574696e672e6a736f6e00000000000081525081526020016040518060400160405280601581526020017f476c65616d696e675f50726f636573732e6a736f6e000000000000000000000081525081526020016040518060400160405280601881526020017f5374756e6e696e675f50726f6772616d6d65722e6a736f6e000000000000000081525081526020016040518060400160405280601281526020017123b632b0b6b4b733afa9b1b0b7173539b7b760711b81525081526020016040518060400160405280601881526020017f5375627374616e7469616c5f4d6f6e69746f722e6a736f6e000000000000000081525081526020016040518060400160405280601581526020017f476c6f72696f75735f496e74656765722e6a736f6e000000000000000000000081525081526020016040518060400160405280601381526020017f53756363756c656e745f49636f6e2e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601881526020017f476c6f72696f75735f50726f6772616d6d65722e6a736f6e000000000000000081525081526020016040518060400160405280601681526020017f537570657266696369616c5f41727261792e6a736f6e0000000000000000000081525081526020016040518060400160405280601481526020017f476f7267656f75735f5069726163792e6a736f6e00000000000000000000000081525081526020016040518060400160405280601681526020017f477261636566756c5f53656375726974792e6a736f6e0000000000000000000081525081526020016040518060400160405280601881526020017f5377616e6b795f54726f6a616e5f686f7273652e6a736f6e000000000000000081525081526020016040518060400160405280601681526020017f477261636566756c5f536f6674776172652e6a736f6e0000000000000000000081525081526020016040518060400160405280600f81526020016e29bbb2b2ba2fa437b9ba173539b7b760891b81525081526020016040518060400160405280600f81526020016e23b932b0b9bcafa13ab9973539b7b760891b81525081526020016040518060400160405280600e81526020016d2a30b9ba3cafaab936173539b7b760911b81525081526020016040518060400160405280601381526020017f4772656173795f4469676974616c2e6a736f6e000000000000000000000000008152508152602001604051806040016040528060128152602001712a32b739b2afa13637b3b3b2b9173539b7b760711b81525081526020016040518060400160405280601681526020017f4772696576696e675f46726565776172652e6a736f6e0000000000000000000081525081526020016040518060400160405280601781526020017f5465727269626c655f53686966745f6b65792e6a736f6e00000000000000000081525081526020016040518060400160405280601781526020017f47726f7465737175655f436c69705f6172742e6a736f6e00000000000000000081525081526020016040518060400160405280601581526020017f54686f756768746c6573735f48746d6c2e6a736f6e000000000000000000000081525081526020016040518060400160405280601781526020017f47726f7465737175655f50617373776f72642e6a736f6e00000000000000000081525081526020016040518060400160405280601081526020016f2ab732bb32b72fa9b830b6973539b7b760811b81525081526020016040518060400160405280601481526020017f4772756262795f436f6d70757465722e6a736f6e00000000000000000000000081525081526020016040518060400160405280601781526020017f556e6576656e5f576f726b73746174696f6e2e6a736f6e00000000000000000081525081526020016040518060400160405280601181526020017023b93ab1313cafa6b2b234b0973539b7b760791b81525081526020016040518060400160405280601581526020017f556e73696768746c795f4261636b75702e6a736f6e000000000000000000000081525081526020016040518060400160405280601081526020016f23b93ab6b83cafa134ba32973539b7b760811b81525081526020016040518060400160405280601681526020017f556e73696768746c795f4e6574776f726b2e6a736f6e0000000000000000000081525081526020016040518060400160405280601281526020017123b93ab6b83cafa9b1b934b83a173539b7b760711b81525081526020016040518060400160405280601d81526020017f556e73696768746c795f576f72645f70726f636573736f722e6a736f6e00000081525081526020016040518060400160405280601381526020017f4772756d70795f54656d696e616c2e6a736f6e000000000000000000000000008152508152602001604051806040016040528060128152602001712ab839b2ba2fa93ab73a34b6b2973539b7b760711b81525081526020016040518060400160405280600f81526020016e23b93ab6b83cafaab936173539b7b760891b81525081526020016040518060400160405280601481526020017f557074696768745f526573746f72652e6a736f6e0000000000000000000000008152508152602001604051806040016040528060128152602001712430b73239b7b6b2afabb7b936973539b7b760711b81525081526020016040518060400160405280601881526020017f557074696768745f546578745f656469746f722e6a736f6e00000000000000008152508152602001604051806040016040528060118152602001702430b8383cafa232b632ba32973539b7b760791b81525081526020016040518060400160405280601981526020017f566173745f436c6f75645f636f6d707574696e672e6a736f6e0000000000000081525081526020016040518060400160405280600f81526020016e2430b8383cafa23930b3973539b7b760891b8152508152602001604051806040016040528060118152602001702b30b9ba2fa1b7b6b834b632973539b7b760791b81525081526020016040518060400160405280601081526020016f2430b8383cafa6b0b1b937973539b7b760811b81525081526020016040518060400160405280601a81526020017f566963746f72696f75735f437962657273706163652e6a736f6e00000000000081525081526020016040518060400160405280601781526020017f4865616c7468795f456e6372797074696f6e2e6a736f6e00000000000000000081525081526020016040518060400160405280601b81526020017f566963746f72696f75735f4d6f74686572626f6172642e6a736f6e000000000081525081526020016040518060400160405280601481526020017f48656c7066756c5f56657273696f6e2e6a736f6e0000000000000000000000008152508152602001604051806040016040528060128152602001712b34bb30b1b4b7bab9afa13ab3973539b7b760711b81525081526020016040518060400160405280601781526020017f48656c706c6573735f466c6f7763686172742e6a736f6e00000000000000000081525081526020016040518060400160405280601681526020017f56697669645f446f6d61696e5f6e616d652e6a736f6e0000000000000000000081525081526020016040518060400160405280601481526020017f48656c706c6573735f4c6170746f702e6a736f6e00000000000000000000000081525081526020016040518060400160405280600f81526020016e2bb0b1b5bcafa1b83aaf973539b7b760891b81525081526020016040518060400160405280601481526020017f48656c706c6573735f5069726174652e6a736f6e00000000000000000000000081525081526020016040518060400160405280601081526020016f2bb0b1b5bcafa637b3b4b1973539b7b760811b81525081526020016040518060400160405280601381526020017f48656c706c6573735f5368656c6c2e6a736f6e0000000000000000000000000081525081526020016040518060400160405280601581526020017f5768696d736963616c5f5069726174652e6a736f6e000000000000000000000081525081526020016040518060400160405280602081526020017f486967685f526f6d5f5f726561645f6f6e6c795f6d656d6f72795f2e6a736f6e81525081526020016040518060400160405280601481526020017f57686f7070696e675f53637265656e2e6a736f6e00000000000000000000000081525081526020016040518060400160405280601581526020017f486f6c6c6f775f496e746572666163652e6a736f6e000000000000000000000081525081526020016040518060400160405280601781526020017f5769636b65645f446576656c6f706d656e742e6a736f6e0000000000000000008152508152602001604051806040016040528060128152602001712437b63637bbafa5b2b93732b6173539b7b760711b81525081526020016040518060400160405280600f81526020016e2bb4b1b5b2b22fa5b2bc973539b7b760891b81525081526020016040518060400160405280601381526020017f486f6c6c6f775f5370616d6d65722e6a736f6e000000000000000000000000008152508152602001604051806040016040528060128152602001712bb4b1b5b2b22fa7b73634b732973539b7b760711b815250815250600b9061012f620040a6929190620041d0565b50620042c3565b6001600160e01b031980821614156200410d576040805162461bcd60e51b815260206004820152601c60248201527f4552433136353a20696e76616c696420696e7465726661636520696400000000604482015290519081900360640190fd5b6001600160e01b0319166000908152602081905260409020805460ff19166001179055565b8051620041479060099060208401906200414b565b5050565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f106200418e57805160ff1916838001178555620041be565b82800160010185558215620041be579182015b82811115620041be578251825591602001919060010190620041a1565b50620041cc92915062004230565b5090565b82805482825590600052602060002090810192821562004222579160200282015b82811115620042225782518051620042119184916020909101906200414b565b5091602001919060010190620041f1565b50620041cc92915062004250565b6200424d91905b80821115620041cc576000815560010162004237565b90565b6200424d91905b80821115620041cc5760006200426e828262004278565b5060010162004257565b50805460018160011615610100020316600290046000825580601f10620042a05750620042c0565b601f016020900490600052602060002090810190620042c0919062004230565b50565b611fee80620042d36000396000f3fe60806040526004361061012a5760003560e01c80636352211e116100ab578063a035b1fe1161006f578063a035b1fe14610454578063a22cb46514610469578063a4d66daf146104a4578063b88d4fde146104b9578063c87b56dd1461058c578063e985e9c5146105b65761012a565b80636352211e146103a75780636c0360eb146103d157806370a08231146103e6578063952415111461041957806395d89b411461043f5761012a565b806318160ddd116100f257806318160ddd1461029757806323b872dd146102be5780632f745c591461030157806342842e0e1461033a5780634f6ccce71461037d5761012a565b806301ffc9a71461012f57806305f02ff21461017757806306fdde03146101a8578063081812fc14610232578063095ea7b31461025c575b600080fd5b34801561013b57600080fd5b506101636004803603602081101561015257600080fd5b50356001600160e01b0319166105f1565b604080519115158252519081900360200190f35b34801561018357600080fd5b5061018c610614565b604080516001600160a01b039092168252519081900360200190f35b3480156101b457600080fd5b506101bd61062c565b6040805160208082528351818301528351919283929083019185019080838360005b838110156101f75781810151838201526020016101df565b50505050905090810190601f1680156102245780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561023e57600080fd5b5061018c6004803603602081101561025557600080fd5b50356106c3565b34801561026857600080fd5b506102956004803603604081101561027f57600080fd5b506001600160a01b038135169060200135610725565b005b3480156102a357600080fd5b506102ac610800565b60408051918252519081900360200190f35b3480156102ca57600080fd5b50610295600480360360608110156102e157600080fd5b506001600160a01b03813581169160208101359091169060400135610811565b34801561030d57600080fd5b506102ac6004803603604081101561032457600080fd5b506001600160a01b038135169060200135610868565b34801561034657600080fd5b506102956004803603606081101561035d57600080fd5b506001600160a01b03813581169160208101359091169060400135610899565b34801561038957600080fd5b506102ac600480360360208110156103a057600080fd5b50356108b4565b3480156103b357600080fd5b5061018c600480360360208110156103ca57600080fd5b50356108d0565b3480156103dd57600080fd5b506101bd6108fe565b3480156103f257600080fd5b506102ac6004803603602081101561040957600080fd5b50356001600160a01b031661095f565b6102956004803603602081101561042f57600080fd5b50356001600160a01b03166109c7565b34801561044b57600080fd5b506101bd610b74565b34801561046057600080fd5b506102ac610bd5565b34801561047557600080fd5b506102956004803603604081101561048c57600080fd5b506001600160a01b0381351690602001351515610bdb565b3480156104b057600080fd5b506102ac610ce0565b3480156104c557600080fd5b50610295600480360360808110156104dc57600080fd5b6001600160a01b0382358116926020810135909116916040820135919081019060808101606082013564010000000081111561051757600080fd5b82018360208201111561052957600080fd5b8035906020019184600183028401116401000000008311171561054b57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610ce6945050505050565b34801561059857600080fd5b506101bd600480360360208110156105af57600080fd5b5035610d44565b3480156105c257600080fd5b50610163600480360360408110156105d957600080fd5b506001600160a01b0381358116916020013516610fc7565b6001600160e01b0319811660009081526020819052604090205460ff165b919050565b73de21f729137c5af1b01d73af1dc21effa2b8a0d681565b60068054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156106b85780601f1061068d576101008083540402835291602001916106b8565b820191906000526020600020905b81548152906001019060200180831161069b57829003601f168201915b505050505090505b90565b60006106ce82610ff5565b6107095760405162461bcd60e51b815260040180806020018281038252602c815260200180611eb7602c913960400191505060405180910390fd5b506000908152600460205260409020546001600160a01b031690565b6000610730826108d0565b9050806001600160a01b0316836001600160a01b031614156107835760405162461bcd60e51b8152600401808060200182810382526021815260200180611f676021913960400191505060405180910390fd5b806001600160a01b0316610795611008565b6001600160a01b031614806107b657506107b6816107b1611008565b610fc7565b6107f15760405162461bcd60e51b8152600401808060200182810382526038815260200180611e0a6038913960400191505060405180910390fd5b6107fb838361100c565b505050565b600061080c600261107a565b905090565b61082261081c611008565b82611085565b61085d5760405162461bcd60e51b8152600401808060200182810382526031815260200180611f886031913960400191505060405180910390fd5b6107fb838383611129565b6001600160a01b0382166000908152600160205260408120610890908363ffffffff61128716565b90505b92915050565b6107fb83838360405180602001604052806000815250610ce6565b6000806108c860028463ffffffff61129316565b509392505050565b600061089382604051806060016040528060298152602001611e6c602991396002919063ffffffff6112af16565b60098054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156106b85780601f1061068d576101008083540402835291602001916106b8565b60006001600160a01b0382166109a65760405162461bcd60e51b815260040180806020018281038252602a815260200180611e42602a913960400191505060405180910390fd5b6001600160a01b03821660009081526001602052604090206108939061107a565b600c54341015610a0b576040805162461bcd60e51b815260206004820152600a60248201526909c9ea8408a9c9eaa8e960b31b604482015290519081900360640190fd5b6103e8600c546104170281610a1c57fe5b04600c5560405160009073de21f729137c5af1b01d73af1dc21effa2b8a0d69034908381818185875af1925050503d8060008114610a76576040519150601f19603f3d011682016040523d82523d6000602084013e610a7b565b606091505b5050905080610ac2576040805162461bcd60e51b815260206004820152600e60248201526d18dbdd5b19081b9bdd081cd95b9960921b604482015290519081900360640190fd5b6107fb82600b610ad2600a6112c6565b81548110610adc57fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815292830182828015610b6a5780601f10610b3f57610100808354040283529160200191610b6a565b820191906000526020600020905b815481529060010190602001808311610b4d57829003601f168201915b50505050506112ca565b60078054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156106b85780601f1061068d576101008083540402835291602001916106b8565b600c5481565b610be3611008565b6001600160a01b0316826001600160a01b03161415610c49576040805162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c657200000000000000604482015290519081900360640190fd5b8060056000610c56611008565b6001600160a01b03908116825260208083019390935260409182016000908120918716808252919093529120805460ff191692151592909217909155610c9a611008565b60408051841515815290516001600160a01b0392909216917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c319181900360200190a35050565b61012f81565b610cf7610cf1611008565b83611085565b610d325760405162461bcd60e51b8152600401808060200182810382526031815260200180611f886031913960400191505060405180910390fd5b610d3e84848484611346565b50505050565b6060610d4f82610ff5565b610d8a5760405162461bcd60e51b815260040180806020018281038252602f815260200180611f38602f913960400191505060405180910390fd5b60008281526008602090815260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845260609392830182828015610e1f5780601f10610df457610100808354040283529160200191610e1f565b820191906000526020600020905b815481529060010190602001808311610e0257829003601f168201915b505050505090506060610e306108fe565b9050805160001415610e445750905061060f565b815115610f055780826040516020018083805190602001908083835b60208310610e7f5780518252601f199092019160209182019101610e60565b51815160209384036101000a600019018019909216911617905285519190930192850191508083835b60208310610ec75780518252601f199092019160209182019101610ea8565b6001836020036101000a038019825116818451168082178552505050505050905001925050506040516020818303038152906040529250505061060f565b80610f0f85611398565b6040516020018083805190602001908083835b60208310610f415780518252601f199092019160209182019101610f22565b51815160209384036101000a600019018019909216911617905285519190930192850191508083835b60208310610f895780518252601f199092019160209182019101610f6a565b6001836020036101000a0380198251168184511680821785525050505050509050019250505060405160208183030381529060405292505050919050565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b600061089360028363ffffffff61147316565b3390565b600081815260046020526040902080546001600160a01b0319166001600160a01b0384169081179091558190611041826108d0565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000610893826112c6565b600061109082610ff5565b6110cb5760405162461bcd60e51b815260040180806020018281038252602c815260200180611dde602c913960400191505060405180910390fd5b60006110d6836108d0565b9050806001600160a01b0316846001600160a01b031614806111115750836001600160a01b0316611106846106c3565b6001600160a01b0316145b8061112157506111218185610fc7565b949350505050565b826001600160a01b031661113c826108d0565b6001600160a01b0316146111815760405162461bcd60e51b8152600401808060200182810382526029815260200180611f0f6029913960400191505060405180910390fd5b6001600160a01b0382166111c65760405162461bcd60e51b8152600401808060200182810382526024815260200180611dba6024913960400191505060405180910390fd5b6111d18383836107fb565b6111dc60008261100c565b6001600160a01b0383166000908152600160205260409020611204908263ffffffff61147f16565b506001600160a01b038216600090815260016020526040902061122d908263ffffffff61148b16565b506112406002828463ffffffff61149716565b5080826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b600061089083836114ad565b60008080806112a28686611511565b9097909650945050505050565b60006112bc84848461158c565b90505b9392505050565b5490565b600061012f6112d9600a6112c6565b1061131a576040805162461bcd60e51b815260206004820152600c60248201526b444f4e45204d494e54494e4760a01b604482015290519081900360640190fd5b611324600a611656565b6000611330600a6112c6565b905061133c848261165f565b6108908184611799565b611351848484611129565b61135d848484846117fc565b610d3e5760405162461bcd60e51b8152600401808060200182810382526032815260200180611d886032913960400191505060405180910390fd5b6060816113bd57506040805180820190915260018152600360fc1b602082015261060f565b8160005b81156113d557600101600a820491506113c1565b60608167ffffffffffffffff811180156113ee57600080fd5b506040519080825280601f01601f191660200182016040528015611419576020820181803683370190505b50859350905060001982015b831561146a57600a840660300160f81b8282806001900393508151811061144857fe5b60200101906001600160f81b031916908160001a905350600a84049350611425565b50949350505050565b6000610890838361197c565b60006108908383611994565b60006108908383611a5a565b60006112bc84846001600160a01b038516611aa4565b815460009082106114ef5760405162461bcd60e51b8152600401808060200182810382526022815260200180611d666022913960400191505060405180910390fd5b8260000182815481106114fe57fe5b9060005260206000200154905092915050565b8154600090819083106115555760405162461bcd60e51b8152600401808060200182810382526022815260200180611e956022913960400191505060405180910390fd5b600084600001848154811061156657fe5b906000526020600020906002020190508060000154816001015492509250509250929050565b600082815260018401602052604081205482816116275760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156115ec5781810151838201526020016115d4565b50505050905090810190601f1680156116195780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5084600001600182038154811061163a57fe5b9060005260206000209060020201600101549150509392505050565b80546001019055565b6001600160a01b0382166116ba576040805162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015290519081900360640190fd5b6116c381610ff5565b15611715576040805162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015290519081900360640190fd5b611721600083836107fb565b6001600160a01b0382166000908152600160205260409020611749908263ffffffff61148b16565b5061175c6002828463ffffffff61149716565b5060405181906001600160a01b038416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b6117a282610ff5565b6117dd5760405162461bcd60e51b815260040180806020018281038252602c815260200180611ee3602c913960400191505060405180910390fd5b600082815260086020908152604090912082516107fb92840190611ccd565b6000611810846001600160a01b0316611b3b565b61181c57506001611121565b6060611942630a85bd0160e11b611831611008565b88878760405160240180856001600160a01b03166001600160a01b03168152602001846001600160a01b03166001600160a01b0316815260200183815260200180602001828103825283818151815260200191508051906020019080838360005b838110156118aa578181015183820152602001611892565b50505050905090810190601f1680156118d75780820380516001836020036101000a031916815260200191505b5095505050505050604051602081830303815290604052906001600160e01b0319166020820180516001600160e01b038381831617835250505050604051806060016040528060328152602001611d88603291396001600160a01b038816919063ffffffff611b4116565b9050600081806020019051602081101561195b57600080fd5b50516001600160e01b031916630a85bd0160e11b1492505050949350505050565b60009081526001919091016020526040902054151590565b60008181526001830160205260408120548015611a5057835460001980830191908101906000908790839081106119c757fe5b90600052602060002001549050808760000184815481106119e457fe5b600091825260208083209091019290925582815260018981019092526040902090840190558654879080611a1457fe5b60019003818190600052602060002001600090559055866001016000878152602001908152602001600020600090556001945050505050610893565b6000915050610893565b6000611a66838361197c565b611a9c57508154600181810184556000848152602080822090930184905584548482528286019093526040902091909155610893565b506000610893565b600082815260018401602052604081205480611b095750506040805180820182528381526020808201848152865460018181018955600089815284812095516002909302909501918255915190820155865486845281880190925292909120556112bf565b82856000016001830381548110611b1c57fe5b90600052602060002090600202016001018190555060009150506112bf565b3b151590565b60606112bc848460008585611b5585611b3b565b611ba6576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b60006060866001600160a01b031685876040518082805190602001908083835b60208310611be55780518252601f199092019160209182019101611bc6565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114611c47576040519150601f19603f3d011682016040523d82523d6000602084013e611c4c565b606091505b5091509150611c5c828286611c67565b979650505050505050565b60608315611c765750816112bf565b825115611c865782518084602001fd5b60405162461bcd60e51b81526020600482018181528451602484015284518593919283926044019190850190808383600083156115ec5781810151838201526020016115d4565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10611d0e57805160ff1916838001178555611d3b565b82800160010185558215611d3b579182015b82811115611d3b578251825591602001919060010190611d20565b50611d47929150611d4b565b5090565b6106c091905b80821115611d475760008155600101611d5156fe456e756d657261626c655365743a20696e646578206f7574206f6620626f756e64734552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e7465724552433732313a207472616e7366657220746f20746865207a65726f20616464726573734552433732313a206f70657261746f7220717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76652063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f76656420666f7220616c6c4552433732313a2062616c616e636520717565727920666f7220746865207a65726f20616464726573734552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656e456e756d657261626c654d61703a20696e646578206f7574206f6620626f756e64734552433732313a20617070726f76656420717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732314d657461646174613a2055524920736574206f66206e6f6e6578697374656e7420746f6b656e4552433732313a207472616e73666572206f6620746f6b656e2074686174206973206e6f74206f776e4552433732314d657461646174613a2055524920717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76616c20746f2063757272656e74206f776e65724552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564a26469706673582212207a11d3aedfa6ad693b7cf886637830bcf48e841100c462ff8a0f9763fb538abc64736f6c6343000607003368747470733a2f2f676174657761792e70696e6174612e636c6f75642f697066732f516d64526d5a31555053414c4e56755859326d59506233543565786e39696e31414c337473656d613472593251462f6a736f6e2f456d616369617465645f526f6d5f5f726561645f6f6e6c795f6d656d6f72795f2e6a736f6e4e617374795f4661715f5f6672657175656e746c795f61736b65645f7175657374696f6e735f2e6a736f6e

Deployed Bytecode

0x60806040526004361061012a5760003560e01c80636352211e116100ab578063a035b1fe1161006f578063a035b1fe14610454578063a22cb46514610469578063a4d66daf146104a4578063b88d4fde146104b9578063c87b56dd1461058c578063e985e9c5146105b65761012a565b80636352211e146103a75780636c0360eb146103d157806370a08231146103e6578063952415111461041957806395d89b411461043f5761012a565b806318160ddd116100f257806318160ddd1461029757806323b872dd146102be5780632f745c591461030157806342842e0e1461033a5780634f6ccce71461037d5761012a565b806301ffc9a71461012f57806305f02ff21461017757806306fdde03146101a8578063081812fc14610232578063095ea7b31461025c575b600080fd5b34801561013b57600080fd5b506101636004803603602081101561015257600080fd5b50356001600160e01b0319166105f1565b604080519115158252519081900360200190f35b34801561018357600080fd5b5061018c610614565b604080516001600160a01b039092168252519081900360200190f35b3480156101b457600080fd5b506101bd61062c565b6040805160208082528351818301528351919283929083019185019080838360005b838110156101f75781810151838201526020016101df565b50505050905090810190601f1680156102245780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561023e57600080fd5b5061018c6004803603602081101561025557600080fd5b50356106c3565b34801561026857600080fd5b506102956004803603604081101561027f57600080fd5b506001600160a01b038135169060200135610725565b005b3480156102a357600080fd5b506102ac610800565b60408051918252519081900360200190f35b3480156102ca57600080fd5b50610295600480360360608110156102e157600080fd5b506001600160a01b03813581169160208101359091169060400135610811565b34801561030d57600080fd5b506102ac6004803603604081101561032457600080fd5b506001600160a01b038135169060200135610868565b34801561034657600080fd5b506102956004803603606081101561035d57600080fd5b506001600160a01b03813581169160208101359091169060400135610899565b34801561038957600080fd5b506102ac600480360360208110156103a057600080fd5b50356108b4565b3480156103b357600080fd5b5061018c600480360360208110156103ca57600080fd5b50356108d0565b3480156103dd57600080fd5b506101bd6108fe565b3480156103f257600080fd5b506102ac6004803603602081101561040957600080fd5b50356001600160a01b031661095f565b6102956004803603602081101561042f57600080fd5b50356001600160a01b03166109c7565b34801561044b57600080fd5b506101bd610b74565b34801561046057600080fd5b506102ac610bd5565b34801561047557600080fd5b506102956004803603604081101561048c57600080fd5b506001600160a01b0381351690602001351515610bdb565b3480156104b057600080fd5b506102ac610ce0565b3480156104c557600080fd5b50610295600480360360808110156104dc57600080fd5b6001600160a01b0382358116926020810135909116916040820135919081019060808101606082013564010000000081111561051757600080fd5b82018360208201111561052957600080fd5b8035906020019184600183028401116401000000008311171561054b57600080fd5b91908080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250929550610ce6945050505050565b34801561059857600080fd5b506101bd600480360360208110156105af57600080fd5b5035610d44565b3480156105c257600080fd5b50610163600480360360408110156105d957600080fd5b506001600160a01b0381358116916020013516610fc7565b6001600160e01b0319811660009081526020819052604090205460ff165b919050565b73de21f729137c5af1b01d73af1dc21effa2b8a0d681565b60068054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156106b85780601f1061068d576101008083540402835291602001916106b8565b820191906000526020600020905b81548152906001019060200180831161069b57829003601f168201915b505050505090505b90565b60006106ce82610ff5565b6107095760405162461bcd60e51b815260040180806020018281038252602c815260200180611eb7602c913960400191505060405180910390fd5b506000908152600460205260409020546001600160a01b031690565b6000610730826108d0565b9050806001600160a01b0316836001600160a01b031614156107835760405162461bcd60e51b8152600401808060200182810382526021815260200180611f676021913960400191505060405180910390fd5b806001600160a01b0316610795611008565b6001600160a01b031614806107b657506107b6816107b1611008565b610fc7565b6107f15760405162461bcd60e51b8152600401808060200182810382526038815260200180611e0a6038913960400191505060405180910390fd5b6107fb838361100c565b505050565b600061080c600261107a565b905090565b61082261081c611008565b82611085565b61085d5760405162461bcd60e51b8152600401808060200182810382526031815260200180611f886031913960400191505060405180910390fd5b6107fb838383611129565b6001600160a01b0382166000908152600160205260408120610890908363ffffffff61128716565b90505b92915050565b6107fb83838360405180602001604052806000815250610ce6565b6000806108c860028463ffffffff61129316565b509392505050565b600061089382604051806060016040528060298152602001611e6c602991396002919063ffffffff6112af16565b60098054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156106b85780601f1061068d576101008083540402835291602001916106b8565b60006001600160a01b0382166109a65760405162461bcd60e51b815260040180806020018281038252602a815260200180611e42602a913960400191505060405180910390fd5b6001600160a01b03821660009081526001602052604090206108939061107a565b600c54341015610a0b576040805162461bcd60e51b815260206004820152600a60248201526909c9ea8408a9c9eaa8e960b31b604482015290519081900360640190fd5b6103e8600c546104170281610a1c57fe5b04600c5560405160009073de21f729137c5af1b01d73af1dc21effa2b8a0d69034908381818185875af1925050503d8060008114610a76576040519150601f19603f3d011682016040523d82523d6000602084013e610a7b565b606091505b5050905080610ac2576040805162461bcd60e51b815260206004820152600e60248201526d18dbdd5b19081b9bdd081cd95b9960921b604482015290519081900360640190fd5b6107fb82600b610ad2600a6112c6565b81548110610adc57fe5b600091825260209182902001805460408051601f6002600019610100600187161502019094169390930492830185900485028101850190915281815292830182828015610b6a5780601f10610b3f57610100808354040283529160200191610b6a565b820191906000526020600020905b815481529060010190602001808311610b4d57829003601f168201915b50505050506112ca565b60078054604080516020601f60026000196101006001881615020190951694909404938401819004810282018101909252828152606093909290918301828280156106b85780601f1061068d576101008083540402835291602001916106b8565b600c5481565b610be3611008565b6001600160a01b0316826001600160a01b03161415610c49576040805162461bcd60e51b815260206004820152601960248201527f4552433732313a20617070726f766520746f2063616c6c657200000000000000604482015290519081900360640190fd5b8060056000610c56611008565b6001600160a01b03908116825260208083019390935260409182016000908120918716808252919093529120805460ff191692151592909217909155610c9a611008565b60408051841515815290516001600160a01b0392909216917f17307eab39ab6107e8899845ad3d59bd9653f200f220920489ca2b5937696c319181900360200190a35050565b61012f81565b610cf7610cf1611008565b83611085565b610d325760405162461bcd60e51b8152600401808060200182810382526031815260200180611f886031913960400191505060405180910390fd5b610d3e84848484611346565b50505050565b6060610d4f82610ff5565b610d8a5760405162461bcd60e51b815260040180806020018281038252602f815260200180611f38602f913960400191505060405180910390fd5b60008281526008602090815260409182902080548351601f6002600019610100600186161502019093169290920491820184900484028101840190945280845260609392830182828015610e1f5780601f10610df457610100808354040283529160200191610e1f565b820191906000526020600020905b815481529060010190602001808311610e0257829003601f168201915b505050505090506060610e306108fe565b9050805160001415610e445750905061060f565b815115610f055780826040516020018083805190602001908083835b60208310610e7f5780518252601f199092019160209182019101610e60565b51815160209384036101000a600019018019909216911617905285519190930192850191508083835b60208310610ec75780518252601f199092019160209182019101610ea8565b6001836020036101000a038019825116818451168082178552505050505050905001925050506040516020818303038152906040529250505061060f565b80610f0f85611398565b6040516020018083805190602001908083835b60208310610f415780518252601f199092019160209182019101610f22565b51815160209384036101000a600019018019909216911617905285519190930192850191508083835b60208310610f895780518252601f199092019160209182019101610f6a565b6001836020036101000a0380198251168184511680821785525050505050509050019250505060405160208183030381529060405292505050919050565b6001600160a01b03918216600090815260056020908152604080832093909416825291909152205460ff1690565b600061089360028363ffffffff61147316565b3390565b600081815260046020526040902080546001600160a01b0319166001600160a01b0384169081179091558190611041826108d0565b6001600160a01b03167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b92560405160405180910390a45050565b6000610893826112c6565b600061109082610ff5565b6110cb5760405162461bcd60e51b815260040180806020018281038252602c815260200180611dde602c913960400191505060405180910390fd5b60006110d6836108d0565b9050806001600160a01b0316846001600160a01b031614806111115750836001600160a01b0316611106846106c3565b6001600160a01b0316145b8061112157506111218185610fc7565b949350505050565b826001600160a01b031661113c826108d0565b6001600160a01b0316146111815760405162461bcd60e51b8152600401808060200182810382526029815260200180611f0f6029913960400191505060405180910390fd5b6001600160a01b0382166111c65760405162461bcd60e51b8152600401808060200182810382526024815260200180611dba6024913960400191505060405180910390fd5b6111d18383836107fb565b6111dc60008261100c565b6001600160a01b0383166000908152600160205260409020611204908263ffffffff61147f16565b506001600160a01b038216600090815260016020526040902061122d908263ffffffff61148b16565b506112406002828463ffffffff61149716565b5080826001600160a01b0316846001600160a01b03167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef60405160405180910390a4505050565b600061089083836114ad565b60008080806112a28686611511565b9097909650945050505050565b60006112bc84848461158c565b90505b9392505050565b5490565b600061012f6112d9600a6112c6565b1061131a576040805162461bcd60e51b815260206004820152600c60248201526b444f4e45204d494e54494e4760a01b604482015290519081900360640190fd5b611324600a611656565b6000611330600a6112c6565b905061133c848261165f565b6108908184611799565b611351848484611129565b61135d848484846117fc565b610d3e5760405162461bcd60e51b8152600401808060200182810382526032815260200180611d886032913960400191505060405180910390fd5b6060816113bd57506040805180820190915260018152600360fc1b602082015261060f565b8160005b81156113d557600101600a820491506113c1565b60608167ffffffffffffffff811180156113ee57600080fd5b506040519080825280601f01601f191660200182016040528015611419576020820181803683370190505b50859350905060001982015b831561146a57600a840660300160f81b8282806001900393508151811061144857fe5b60200101906001600160f81b031916908160001a905350600a84049350611425565b50949350505050565b6000610890838361197c565b60006108908383611994565b60006108908383611a5a565b60006112bc84846001600160a01b038516611aa4565b815460009082106114ef5760405162461bcd60e51b8152600401808060200182810382526022815260200180611d666022913960400191505060405180910390fd5b8260000182815481106114fe57fe5b9060005260206000200154905092915050565b8154600090819083106115555760405162461bcd60e51b8152600401808060200182810382526022815260200180611e956022913960400191505060405180910390fd5b600084600001848154811061156657fe5b906000526020600020906002020190508060000154816001015492509250509250929050565b600082815260018401602052604081205482816116275760405162461bcd60e51b81526004018080602001828103825283818151815260200191508051906020019080838360005b838110156115ec5781810151838201526020016115d4565b50505050905090810190601f1680156116195780820380516001836020036101000a031916815260200191505b509250505060405180910390fd5b5084600001600182038154811061163a57fe5b9060005260206000209060020201600101549150509392505050565b80546001019055565b6001600160a01b0382166116ba576040805162461bcd60e51b815260206004820181905260248201527f4552433732313a206d696e7420746f20746865207a65726f2061646472657373604482015290519081900360640190fd5b6116c381610ff5565b15611715576040805162461bcd60e51b815260206004820152601c60248201527f4552433732313a20746f6b656e20616c7265616479206d696e74656400000000604482015290519081900360640190fd5b611721600083836107fb565b6001600160a01b0382166000908152600160205260409020611749908263ffffffff61148b16565b5061175c6002828463ffffffff61149716565b5060405181906001600160a01b038416906000907fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef908290a45050565b6117a282610ff5565b6117dd5760405162461bcd60e51b815260040180806020018281038252602c815260200180611ee3602c913960400191505060405180910390fd5b600082815260086020908152604090912082516107fb92840190611ccd565b6000611810846001600160a01b0316611b3b565b61181c57506001611121565b6060611942630a85bd0160e11b611831611008565b88878760405160240180856001600160a01b03166001600160a01b03168152602001846001600160a01b03166001600160a01b0316815260200183815260200180602001828103825283818151815260200191508051906020019080838360005b838110156118aa578181015183820152602001611892565b50505050905090810190601f1680156118d75780820380516001836020036101000a031916815260200191505b5095505050505050604051602081830303815290604052906001600160e01b0319166020820180516001600160e01b038381831617835250505050604051806060016040528060328152602001611d88603291396001600160a01b038816919063ffffffff611b4116565b9050600081806020019051602081101561195b57600080fd5b50516001600160e01b031916630a85bd0160e11b1492505050949350505050565b60009081526001919091016020526040902054151590565b60008181526001830160205260408120548015611a5057835460001980830191908101906000908790839081106119c757fe5b90600052602060002001549050808760000184815481106119e457fe5b600091825260208083209091019290925582815260018981019092526040902090840190558654879080611a1457fe5b60019003818190600052602060002001600090559055866001016000878152602001908152602001600020600090556001945050505050610893565b6000915050610893565b6000611a66838361197c565b611a9c57508154600181810184556000848152602080822090930184905584548482528286019093526040902091909155610893565b506000610893565b600082815260018401602052604081205480611b095750506040805180820182528381526020808201848152865460018181018955600089815284812095516002909302909501918255915190820155865486845281880190925292909120556112bf565b82856000016001830381548110611b1c57fe5b90600052602060002090600202016001018190555060009150506112bf565b3b151590565b60606112bc848460008585611b5585611b3b565b611ba6576040805162461bcd60e51b815260206004820152601d60248201527f416464726573733a2063616c6c20746f206e6f6e2d636f6e7472616374000000604482015290519081900360640190fd5b60006060866001600160a01b031685876040518082805190602001908083835b60208310611be55780518252601f199092019160209182019101611bc6565b6001836020036101000a03801982511681845116808217855250505050505090500191505060006040518083038185875af1925050503d8060008114611c47576040519150601f19603f3d011682016040523d82523d6000602084013e611c4c565b606091505b5091509150611c5c828286611c67565b979650505050505050565b60608315611c765750816112bf565b825115611c865782518084602001fd5b60405162461bcd60e51b81526020600482018181528451602484015284518593919283926044019190850190808383600083156115ec5781810151838201526020016115d4565b828054600181600116156101000203166002900490600052602060002090601f016020900481019282601f10611d0e57805160ff1916838001178555611d3b565b82800160010185558215611d3b579182015b82811115611d3b578251825591602001919060010190611d20565b50611d47929150611d4b565b5090565b6106c091905b80821115611d475760008155600101611d5156fe456e756d657261626c655365743a20696e646578206f7574206f6620626f756e64734552433732313a207472616e7366657220746f206e6f6e20455243373231526563656976657220696d706c656d656e7465724552433732313a207472616e7366657220746f20746865207a65726f20616464726573734552433732313a206f70657261746f7220717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76652063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f76656420666f7220616c6c4552433732313a2062616c616e636520717565727920666f7220746865207a65726f20616464726573734552433732313a206f776e657220717565727920666f72206e6f6e6578697374656e7420746f6b656e456e756d657261626c654d61703a20696e646578206f7574206f6620626f756e64734552433732313a20617070726f76656420717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732314d657461646174613a2055524920736574206f66206e6f6e6578697374656e7420746f6b656e4552433732313a207472616e73666572206f6620746f6b656e2074686174206973206e6f74206f776e4552433732314d657461646174613a2055524920717565727920666f72206e6f6e6578697374656e7420746f6b656e4552433732313a20617070726f76616c20746f2063757272656e74206f776e65724552433732313a207472616e736665722063616c6c6572206973206e6f74206f776e6572206e6f7220617070726f766564a26469706673582212207a11d3aedfa6ad693b7cf886637830bcf48e841100c462ff8a0f9763fb538abc64736f6c63430006070033

Deployed Bytecode Sourcemap

69330:8406:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;12:1:-1;9;2:12;11879:150:0;;5:9:-1;2:2;;;27:1;24;17:12;2:2;11879:150:0;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;11879:150:0;-1:-1:-1;;;;;;11879:150:0;;:::i;:::-;;;;;;;;;;;;;;;;;;69368:84;;5:9:-1;2:2;;;27:1;24;17:12;2:2;69368:84:0;;;:::i;:::-;;;;-1:-1:-1;;;;;69368:84:0;;;;;;;;;;;;;;53415:100;;5:9:-1;2:2;;;27:1;24;17:12;2:2;53415:100:0;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8::-1;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;53415:100:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;56201:221;;5:9:-1;2:2;;;27:1;24;17:12;2:2;56201:221:0;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;56201:221:0;;:::i;55731:404::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;55731:404:0;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;;;;;;55731:404:0;;;;;;;;:::i;:::-;;55209:211;;5:9:-1;2:2;;;27:1;24;17:12;2:2;55209:211:0;;;:::i;:::-;;;;;;;;;;;;;;;;57091:305;;5:9:-1;2:2;;;27:1;24;17:12;2:2;57091:305:0;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;;;;;;57091:305:0;;;;;;;;;;;;;;;;;:::i;54971:162::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;54971:162:0;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;;;;;;54971:162:0;;;;;;;;:::i;57467:151::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;57467:151:0;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;;;;;;57467:151:0;;;;;;;;;;;;;;;;;:::i;55497:172::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;55497:172:0;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;55497:172:0;;:::i;53171:177::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;53171:177:0;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;53171:177:0;;:::i;54790:97::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;54790:97:0;;;:::i;52888:221::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;52888:221:0;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;52888:221:0;-1:-1:-1;;;;;52888:221:0;;:::i;77431:302::-;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;77431:302:0;-1:-1:-1;;;;;77431:302:0;;:::i;53584:104::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;53584:104:0;;;:::i;77067:35::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;77067:35:0;;;:::i;56494:295::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;56494:295:0;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;;;;;;56494:295:0;;;;;;;;;;:::i;77027:35::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;77027:35:0;;;:::i;57689:285::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;57689:285:0;;;;;;15:3:-1;10;7:12;4:2;;;32:1;29;22:12;4:2;-1:-1;;;;;57689:285:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;27:11:-1;11:28;;8:2;;;52:1;49;42:12;8:2;57689:285:0;;41:9:-1;34:4;18:14;14:25;11:40;8:2;;;64:1;61;54:12;8:2;57689:285:0;;;;;;100:9:-1;95:1;81:12;77:20;67:8;63:35;60:50;39:11;25:12;22:29;11:107;8:2;;;131:1;128;121:12;8:2;57689:285:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;30:3:-1;22:6;14;1:33;99:1;81:16;;74:27;;;;-1:-1;57689:285:0;;-1:-1:-1;57689:285:0;;-1:-1:-1;;;;;57689:285:0:i;53759:792::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;53759:792:0;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;53759:792:0;;:::i;56860:164::-;;5:9:-1;2:2;;;27:1;24;17:12;2:2;56860:164:0;;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;;;;;;56860:164:0;;;;;;;;;;:::i;11879:150::-;-1:-1:-1;;;;;;11988:33:0;;11964:4;11988:33;;;;;;;;;;;;;11879:150;;;;:::o;69368:84::-;69410:42;69368:84;:::o;53415:100::-;53502:5;53495:12;;;;;;;;-1:-1:-1;;53495:12:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;53469:13;;53495:12;;53502:5;;53495:12;;53502:5;53495:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;53415:100;;:::o;56201:221::-;56277:7;56305:16;56313:7;56305;:16::i;:::-;56297:73;;;;-1:-1:-1;;;56297:73:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;56390:24:0;;;;:15;:24;;;;;;-1:-1:-1;;;;;56390:24:0;;56201:221::o;55731:404::-;55812:13;55828:23;55843:7;55828:14;:23::i;:::-;55812:39;;55876:5;-1:-1:-1;;;;;55870:11:0;:2;-1:-1:-1;;;;;55870:11:0;;;55862:57;;;;-1:-1:-1;;;55862:57:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;55956:5;-1:-1:-1;;;;;55940:21:0;:12;:10;:12::i;:::-;-1:-1:-1;;;;;55940:21:0;;:69;;;;55965:44;55989:5;55996:12;:10;:12::i;:::-;55965:23;:44::i;:::-;55932:161;;;;-1:-1:-1;;;55932:161:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;56106:21;56115:2;56119:7;56106:8;:21::i;:::-;55731:404;;;:::o;55209:211::-;55270:7;55391:21;:12;:19;:21::i;:::-;55384:28;;55209:211;:::o;57091:305::-;57252:41;57271:12;:10;:12::i;:::-;57285:7;57252:18;:41::i;:::-;57244:103;;;;-1:-1:-1;;;57244:103:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;57360:28;57370:4;57376:2;57380:7;57360:9;:28::i;54971:162::-;-1:-1:-1;;;;;55095:20:0;;55068:7;55095:20;;;:13;:20;;;;;:30;;55119:5;55095:30;:23;:30;:::i;:::-;55088:37;;54971:162;;;;;:::o;57467:151::-;57571:39;57588:4;57594:2;57598:7;57571:39;;;;;;;;;;;;:16;:39::i;55497:172::-;55572:7;;55614:22;:12;55630:5;55614:22;:15;:22;:::i;:::-;-1:-1:-1;55592:44:0;55497:172;-1:-1:-1;;;55497:172:0:o;53171:177::-;53243:7;53270:70;53287:7;53270:70;;;;;;;;;;;;;;;;;:12;;:70;;:16;:70;:::i;54790:97::-;54871:8;54864:15;;;;;;;;-1:-1:-1;;54864:15:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;54838:13;;54864:15;;54871:8;;54864:15;;54871:8;54864:15;;;;;;;;;;;;;;;;;;;;;;;;52888:221;52960:7;-1:-1:-1;;;;;52988:19:0;;52980:74;;;;-1:-1:-1;;;52980:74:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;53072:20:0;;;;;;:13;:20;;;;;:29;;:27;:29::i;77431:302::-;77525:5;;77512:9;:18;;77503:42;;;;;-1:-1:-1;;;77503:42:0;;;;;;;;;;;;-1:-1:-1;;;77503:42:0;;;;;;;;;;;;;;;77577:4;77561:5;;77569:4;77561:12;77560:21;;;;;;77552:5;:29;77606:33;;77589:12;;69410:42;;77625:9;;77589:12;77606:33;77589:12;77606:33;77625:9;69410:42;77606:33;;;;;;;12:1:-1;19;14:27;;;;67:4;61:11;56:16;;134:4;130:9;123:4;105:16;101:27;97:43;94:1;90:51;84:4;77:65;157:16;154:1;147:27;211:16;208:1;201:4;198:1;194:12;179:49;5:228;;14:27;32:4;27:9;;5:228;;77588:51:0;;;77655:7;77646:35;;;;;-1:-1:-1;;;77646:35:0;;;;;;;;;;;;-1:-1:-1;;;77646:35:0;;;;;;;;;;;;;;;77688:39;77697:2;77701:4;77706:19;:9;:17;:19::i;:::-;77701:25;;;;;;;;;;;;;;;;;;77688:39;;;;;;;-1:-1:-1;;77688:39:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;77701:25;77688:39;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:8;:39::i;53584:104::-;53673:7;53666:14;;;;;;;;-1:-1:-1;;53666:14:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;53640:13;;53666:14;;53673:7;;53666:14;;53673:7;53666:14;;;;;;;;;;;;;;;;;;;;;;;;77067:35;;;;:::o;56494:295::-;56609:12;:10;:12::i;:::-;-1:-1:-1;;;;;56597:24:0;:8;-1:-1:-1;;;;;56597:24:0;;;56589:62;;;;;-1:-1:-1;;;56589:62:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;56709:8;56664:18;:32;56683:12;:10;:12::i;:::-;-1:-1:-1;;;;;56664:32:0;;;;;;;;;;;;;;;;;-1:-1:-1;56664:32:0;;;:42;;;;;;;;;;;;:53;;-1:-1:-1;;56664:53:0;;;;;;;;;;;56748:12;:10;:12::i;:::-;56733:48;;;;;;;;;;-1:-1:-1;;;;;56733:48:0;;;;;;;;;;;;;;56494:295;;:::o;77027:35::-;77059:3;77027:35;:::o;57689:285::-;57821:41;57840:12;:10;:12::i;:::-;57854:7;57821:18;:41::i;:::-;57813:103;;;;-1:-1:-1;;;57813:103:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;57927:39;57941:4;57947:2;57951:7;57960:5;57927:13;:39::i;:::-;57689:285;;;;:::o;53759:792::-;53832:13;53866:16;53874:7;53866;:16::i;:::-;53858:76;;;;-1:-1:-1;;;53858:76:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;53973:19;;;;:10;:19;;;;;;;;;53947:45;;;;;;-1:-1:-1;;53947:45:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:23;;:45;;;53973:19;53947:45;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;54003:18;54024:9;:7;:9::i;:::-;54003:30;;54115:4;54109:18;54131:1;54109:23;54105:72;;;-1:-1:-1;54156:9:0;-1:-1:-1;54149:16:0;;54105:72;54281:23;;:27;54277:108;;54356:4;54362:9;54339:33;;;;;;;;;;;;;;;36:153:-1;66:2;61:3;58:11;36:153;;176:10;;164:23;;-1:-1;;139:12;;;;98:2;89:12;;;;114;36:153;;;299:10;344;;263:2;259:12;;;254:3;250:22;-1:-1;;246:30;311:9;;295:26;;;340:21;;377:20;365:33;;54339::0;;;;;;;;;;-1:-1:-1;54339:33:0;;;36:153:-1;66:2;61:3;58:11;36:153;;176:10;;164:23;;-1:-1;;139:12;;;;98:2;89:12;;;;114;36:153;;;274:1;267:3;263:2;259:12;254:3;250:22;246:30;315:4;311:9;305:3;299:10;295:26;356:4;350:3;344:10;340:21;389:7;380;377:20;372:3;365:33;3:399;;;54339:33:0;;;;;;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;54339:33:0;;;54325:48;;;;;;54277:108;54517:4;54523:18;:7;:16;:18::i;:::-;54500:42;;;;;;;;;;;;;;;36:153:-1;66:2;61:3;58:11;36:153;;176:10;;164:23;;-1:-1;;139:12;;;;98:2;89:12;;;;114;36:153;;;299:10;344;;263:2;259:12;;;254:3;250:22;-1:-1;;246:30;311:9;;295:26;;;340:21;;377:20;365:33;;54500:42:0;;;;;;;;;;-1:-1:-1;54500:42:0;;;36:153:-1;66:2;61:3;58:11;36:153;;176:10;;164:23;;-1:-1;;139:12;;;;98:2;89:12;;;;114;36:153;;;274:1;267:3;263:2;259:12;254:3;250:22;246:30;315:4;311:9;305:3;299:10;295:26;356:4;350:3;344:10;340:21;389:7;380;377:20;372:3;365:33;3:399;;;54500:42:0;;;;;;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;54500:42:0;;;54486:57;;;;53759:792;;;:::o;56860:164::-;-1:-1:-1;;;;;56981:25:0;;;56957:4;56981:25;;;:18;:25;;;;;;;;:35;;;;;;;;;;;;;;;56860:164::o;59441:127::-;59506:4;59530:30;:12;59552:7;59530:30;:21;:30;:::i;2085:106::-;2173:10;2085:106;:::o;65459:192::-;65534:24;;;;:15;:24;;;;;:29;;-1:-1:-1;;;;;;65534:29:0;-1:-1:-1;;;;;65534:29:0;;;;;;;;:24;;65588:23;65534:24;65588:14;:23::i;:::-;-1:-1:-1;;;;;65579:46:0;;;;;;;;;;;65459:192;;:::o;46078:123::-;46147:7;46174:19;46182:3;46174:7;:19::i;59735:355::-;59828:4;59853:16;59861:7;59853;:16::i;:::-;59845:73;;;;-1:-1:-1;;;59845:73:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;59929:13;59945:23;59960:7;59945:14;:23::i;:::-;59929:39;;59998:5;-1:-1:-1;;;;;59987:16:0;:7;-1:-1:-1;;;;;59987:16:0;;:51;;;;60031:7;-1:-1:-1;;;;;60007:31:0;:20;60019:7;60007:11;:20::i;:::-;-1:-1:-1;;;;;60007:31:0;;59987:51;:94;;;;60042:39;60066:5;60073:7;60042:23;:39::i;:::-;59979:103;59735:355;-1:-1:-1;;;;59735:355:0:o;62871:599::-;62996:4;-1:-1:-1;;;;;62969:31:0;:23;62984:7;62969:14;:23::i;:::-;-1:-1:-1;;;;;62969:31:0;;62961:85;;;;-1:-1:-1;;;62961:85:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;63083:16:0;;63075:65;;;;-1:-1:-1;;;63075:65:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;63153:39;63174:4;63180:2;63184:7;63153:20;:39::i;:::-;63257:29;63274:1;63278:7;63257:8;:29::i;:::-;-1:-1:-1;;;;;63299:19:0;;;;;;:13;:19;;;;;:35;;63326:7;63299:35;:26;:35;:::i;:::-;-1:-1:-1;;;;;;63345:17:0;;;;;;:13;:17;;;;;:30;;63367:7;63345:30;:21;:30;:::i;:::-;-1:-1:-1;63388:29:0;:12;63405:7;63414:2;63388:29;:16;:29;:::i;:::-;;63454:7;63450:2;-1:-1:-1;;;;;63435:27:0;63444:4;-1:-1:-1;;;;;63435:27:0;;;;;;;;;;;62871:599;;;:::o;37830:137::-;37901:7;37936:22;37940:3;37952:5;37936:3;:22::i;46540:236::-;46620:7;;;;46680:22;46684:3;46696:5;46680:3;:22::i;:::-;46649:53;;;;-1:-1:-1;46540:236:0;-1:-1:-1;;;;;46540:236:0:o;47826:213::-;47933:7;47984:44;47989:3;48009;48015:12;47984:4;:44::i;:::-;47976:53;-1:-1:-1;47826:213:0;;;;;;:::o;67526:114::-;67618:14;;67526:114::o;77109:316::-;77194:7;77059:3;77224:19;:9;:17;:19::i;:::-;:27;77215:54;;;;;-1:-1:-1;;;77215:54:0;;;;;;;;;;;;-1:-1:-1;;;77215:54:0;;;;;;;;;;;;;;;77278:21;:9;:19;:21::i;:::-;77310:10;77323:19;:9;:17;:19::i;:::-;77310:32;;77351:13;77357:2;77361;77351:5;:13::i;:::-;77373:26;77386:2;77390:8;77373:12;:26::i;58856:272::-;58970:28;58980:4;58986:2;58990:7;58970:9;:28::i;:::-;59017:48;59040:4;59046:2;59050:7;59059:5;59017:22;:48::i;:::-;59009:111;;;;-1:-1:-1;;;59009:111:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;48329:746;48385:13;48606:10;48602:53;;-1:-1:-1;48633:10:0;;;;;;;;;;;;-1:-1:-1;;;48633:10:0;;;;;;48602:53;48680:5;48665:12;48721:78;48728:9;;48721:78;;48754:8;;48785:2;48777:10;;;;48721:78;;;48809:19;48841:6;48831:17;;;5:9:-1;2:2;;;27:1;24;17:12;2:2;48831:17:0;;;;;;;;;;;;;;;;;;;;;;;;;;21:6:-1;;108:14;48831:17:0;87:42:-1;143:17;;-1:-1;48831:17:0;-1:-1:-1;48903:5:0;;-1:-1:-1;48809:39:0;-1:-1:-1;;;48875:10:0;;48919:117;48926:9;;48919:117;;48995:2;48988:4;:9;48983:2;:14;48970:29;;48952:6;48959:7;;;;;;;48952:15;;;;;;;;;;;:47;-1:-1:-1;;;;;48952:47:0;;;;;;;;-1:-1:-1;49022:2:0;49014:10;;;;48919:117;;;-1:-1:-1;49060:6:0;48329:746;-1:-1:-1;;;;48329:746:0:o;45839:151::-;45923:4;45947:35;45957:3;45977;45947:9;:35::i;36917:137::-;36987:4;37011:35;37019:3;37039:5;37011:7;:35::i;36610:131::-;36677:4;36701:32;36706:3;36726:5;36701:4;:32::i;45262:185::-;45351:4;45375:64;45380:3;45400;-1:-1:-1;;;;;45414:23:0;;45375:4;:64::i;32868:204::-;32963:18;;32935:7;;32963:26;-1:-1:-1;32955:73:0;;;;-1:-1:-1;;;32955:73:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;33046:3;:11;;33058:5;33046:18;;;;;;;;;;;;;;;;33039:25;;32868:204;;;;:::o;43122:279::-;43226:19;;43189:7;;;;43226:27;-1:-1:-1;43218:74:0;;;;-1:-1:-1;;;43218:74:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;43305:22;43330:3;:12;;43343:5;43330:19;;;;;;;;;;;;;;;;;;43305:44;;43368:5;:10;;;43380:5;:12;;;43360:33;;;;;43122:279;;;;;:::o;44619:319::-;44713:7;44752:17;;;:12;;;:17;;;;;;44803:12;44788:13;44780:36;;;;-1:-1:-1;;;44780:36:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;44780:36:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;44870:3;:12;;44894:1;44883:8;:12;44870:26;;;;;;;;;;;;;;;;;;:33;;;44863:40;;;44619:319;;;;;:::o;67648:181::-;67802:19;;67820:1;67802:19;;;67648:181::o;61356:404::-;-1:-1:-1;;;;;61436:16:0;;61428:61;;;;;-1:-1:-1;;;61428:61:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;61509:16;61517:7;61509;:16::i;:::-;61508:17;61500:58;;;;;-1:-1:-1;;;61500:58:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;61571:45;61600:1;61604:2;61608:7;61571:20;:45::i;:::-;-1:-1:-1;;;;;61629:17:0;;;;;;:13;:17;;;;;:30;;61651:7;61629:30;:21;:30;:::i;:::-;-1:-1:-1;61672:29:0;:12;61689:7;61698:2;61672:29;:16;:29;:::i;:::-;-1:-1:-1;61719:33:0;;61744:7;;-1:-1:-1;;;;;61719:33:0;;;61736:1;;61719:33;;61736:1;;61719:33;61356:404;;:::o;63626:215::-;63726:16;63734:7;63726;:16::i;:::-;63718:73;;;;-1:-1:-1;;;63718:73:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;63802:19;;;;:10;:19;;;;;;;;:31;;;;;;;;:::i;64736:604::-;64857:4;64884:15;:2;-1:-1:-1;;;;;64884:13:0;;:15::i;:::-;64879:60;;-1:-1:-1;64923:4:0;64916:11;;64879:60;64949:23;64975:252;-1:-1:-1;;;65088:12:0;:10;:12::i;:::-;65115:4;65134:7;65156:5;64991:181;;;;;;-1:-1:-1;;;;;64991:181:0;-1:-1:-1;;;;;64991:181:0;;;;;;-1:-1:-1;;;;;64991:181:0;-1:-1:-1;;;;;64991:181:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;23:1:-1;8:100;33:3;30:1;27:10;8:100;;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;;12:14;64991:181:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;49:4:-1;39:7;30;26:21;22:32;13:7;6:49;64991:181:0;;;;-1:-1:-1;;;;;64991:181:0;;38:4:-1;29:7;25:18;67:10;61:17;-1:-1;;;;;199:8;192:4;186;182:15;179:29;167:10;160:49;0:215;;;64991:181:0;64975:252;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;64975:15:0;;;:252;;:15;:252;:::i;:::-;64949:278;;65238:13;65265:10;65254:32;;;;;15:2:-1;10:3;7:11;4:2;;;31:1;28;21:12;4:2;-1:-1;65254:32:0;-1:-1:-1;;;;;;65305:26:0;-1:-1:-1;;;65305:26:0;;-1:-1:-1;;;64736:604:0;;;;;;:::o;42437:125::-;42508:4;42532:17;;;:12;;;;;:17;;;;;;:22;;;42437:125::o;30570:1544::-;30636:4;30775:19;;;:12;;;:19;;;;;;30811:15;;30807:1300;;31246:18;;-1:-1:-1;;31197:14:0;;;;31246:22;;;;31173:21;;31246:3;;:22;;31533;;;;;;;;;;;;;;31513:42;;31679:9;31650:3;:11;;31662:13;31650:26;;;;;;;;;;;;;;;;;;;:38;;;;31756:23;;;31798:1;31756:12;;;:23;;;;;;31782:17;;;31756:43;;31908:17;;31756:3;;31908:17;;;;;;;;;;;;;;;;;;;;;;32003:3;:12;;:19;32016:5;32003:19;;;;;;;;;;;31996:26;;;32046:4;32039:11;;;;;;;;30807:1300;32090:5;32083:12;;;;;29980:414;30043:4;30065:21;30075:3;30080:5;30065:9;:21::i;:::-;30060:327;;-1:-1:-1;27:10;;39:1;23:18;;;45:23;;30103:11:0;:23;;;;;;;;;;;;;30286:18;;30264:19;;;:12;;;:19;;;;;;:40;;;;30319:11;;30060:327;-1:-1:-1;30370:5:0;30363:12;;39937:692;40013:4;40148:17;;;:12;;;:17;;;;;;40182:13;40178:444;;-1:-1:-1;;40267:38:0;;;;;;;;;;;;;;;;;;27:10:-1;;39:1;23:18;;;45:23;;40249:12:0;:57;;;;;;;;;;;;;;;;;;;;;;;;40464:19;;40444:17;;;:12;;;:17;;;;;;;:39;40498:11;;40178:444;40578:5;40542:3;:12;;40566:1;40555:8;:12;40542:26;;;;;;;;;;;;;;;;;;:33;;:41;;;;40605:5;40598:12;;;;;20960:422;21327:20;21366:8;;;20960:422::o;23878:195::-;23981:12;24013:52;24035:6;24043:4;24049:1;24052:12;23981;25182:18;25193:6;25182:10;:18::i;:::-;25174:60;;;;;-1:-1:-1;;;25174:60:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;25308:12;25322:23;25349:6;-1:-1:-1;;;;;25349:11:0;25369:5;25377:4;25349:33;;;;;;;;;;;;;36:153:-1;66:2;61:3;58:11;36:153;;176:10;;164:23;;-1:-1;;139:12;;;;98:2;89:12;;;;114;36:153;;;274:1;267:3;263:2;259:12;254:3;250:22;246:30;315:4;311:9;305:3;299:10;295:26;356:4;350:3;344:10;340:21;389:7;380;377:20;372:3;365:33;3:399;;;25349:33:0;;;;;;;;;;;;;;;;;;;;;;;;;12:1:-1;19;14:27;;;;67:4;61:11;56:16;;134:4;130:9;123:4;105:16;101:27;97:43;94:1;90:51;84:4;77:65;157:16;154:1;147:27;211:16;208:1;201:4;198:1;194:12;179:49;5:228;;14:27;32:4;27:9;;5:228;;25307:75:0;;;;25400:52;25418:7;25427:10;25439:12;25400:17;:52::i;:::-;25393:59;24930:530;-1:-1:-1;;;;;;;24930:530:0:o;27470:742::-;27585:12;27614:7;27610:595;;;-1:-1:-1;27645:10:0;27638:17;;27610:595;27759:17;;:21;27755:439;;28022:10;28016:17;28083:15;28070:10;28066:2;28062:19;28055:44;27970:148;28158:20;;-1:-1:-1;;;28158:20:0;;;;;;;;;;;;;;;;;28165:12;;28158:20;;;;;;;;;;;;;;;27:10:-1;;8:100;;90:11;;;84:18;71:11;;;64:39;52:2;45:10;8:100;;69330:8406:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;69330:8406:0;;;-1:-1:-1;69330:8406:0;:::i;:::-;;;:::o;:::-;;;;;;;;;;;;;;;;;

Swarm Source

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