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