Nft
State Variables
_nextTokenId
uint256 private _nextTokenId = 1;Functions
constructor
constructor(string memory __name, string memory __symbol) ERC721(__name, __symbol);_mint
function _mint(address to) internal returns (uint256 tokenId);Name
Type
Description
Name
Type
Description
onlyTokenIdAuthorizedUser
tokenOfOwnerByIndexExists
tokenIdsOfOwner
checkAuthorized
_update
_increaseBalance
name
symbol
supportsInterface
tokenURI
Last updated