We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Git Source
Inherits: INFTExtension, ERC165Upgradeable
IERC721Community public nft;
function initialize(address _nft) internal onlyInitializing;
function beforeMint() internal view;
function supportsInterface(bytes4 interfaceId) public view virtual override(IERC165, ERC165Upgradeable) returns (bool);