Created
June 30, 2022 04:02
-
-
Save Ashar2shahid/6667da37b967538c7b646c8b81064859 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//SPDX-License-Identifier: MIT | |
pragma solidity 0.8.14; | |
import "@api3/airnode-protocol/contracts/rrp/requesters/RrpRequesterV0.sol"; | |
import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; | |
import "@openzeppelin/contracts/access/Ownable.sol"; | |
contract Quantumon is ERC721, RrpRequesterV0, Ownable { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment