Skip to content

contract.NFTExtensionUpgradeable

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

NFTExtensionUpgradeable

Git Source

Inherits: INFTExtension, ERC165Upgradeable

State Variables

nft

IERC721Community public nft;

Functions

initialize

function initialize(address _nft) internal onlyInitializing;

beforeMint

function beforeMint() internal view;

supportsInterface

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