ODCdataManagersERC721extensions
ERC721URI
Abstract contract that provides the URI storage of the ERC721 Data Manager
Based on OZ ERC721URIStorage
BaseURIUpdate
Emitted when the base URI is updated
supportsInterface
See {IERC165-supportsInterface}
tokenURI
Returns the Uniform Resource Identifier (URI) for tokenId
token.
_setTokenURI
_Sets _tokenURI
as the tokenURI of tokenId
.
Emits {MetadataUpdate}._
_setBaseURI
_Sets _baseURI
as the base URI for all token URIs.
Emits {BaseURIUpdate}._
baseURI
Base URI for computing {tokenURI}. If set, the resulting URI for each
token will be the concatenation of the baseURI
and the tokenId
. Empty
by default, can be overridden in child contracts.