Last updated 1 year ago
This method sets the baseURI of the NFT. Can only be called by the contract owner.
function setBaseURI( string memory _newBaseURI ) external;
_newBaseURI
the new baseURI string for the NFT.