ERC721InternalTest
ERC721InternalTest
An NFT contract used for internal testing purposes.
_tokenIdTracker
struct Counters.Counter _tokenIdTracker
_tokenURIs
mapping(uint256 => string) _tokenURIs
constructor
constructor(string name, string symbol) public
mint
function mint(string newTokenURI) public
setTokenURI
function setTokenURI(uint256 tokenId, string newTokenURI) public
tokenURI
function tokenURI(uint256 tokenId) public view virtual returns (string)
See {IERC721Metadata-tokenURI}.