setBaseURI

This method sets the baseURI of the NFT. Can only be called by the contract owner.

Function

function setBaseURI(
    string memory _newBaseURI
) external;

Parameters

ParameterDescription

_newBaseURI

the new baseURI string for the NFT.

Last updated