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
functiondiamondBase()publicviewreturns(address)
Returns the diamondBase which is the diamond the proxy is derived from Make sure this is public when implemented and not external.