Skip to content

contract.NFTExtension

Aleksey Bykhun edited this page Jan 18, 2023 · 1 revision

NFTExtension

Git Source

Inherits: INFTExtension, ERC165

State Variables

nft

IERC721Community public immutable nft;

Functions

constructor

constructor(address _nft);

beforeMint

function beforeMint() internal view;

supportsInterface

function supportsInterface(bytes4 interfaceId) public view virtual override(IERC165, ERC165) returns (bool);
Clone this wiki locally