DiamondBaseFacet
DiamondBaseFacet
Implements the facet that stores the diamondBaseTokenURI
. This is the base URI for all tokens, and is stored in the diamond itself. It is used by the tokenURI
function to construct the final URI for a token.
diamondBase
function diamondBase() public view returns (address)
Returns the diamondBase which is the diamond the proxy is derived from Make sure this is public when implemented and not external.
Return Values
Name
Type
Description
[0]
address
string The diamondBase.
Was this helpful?