MetadataHandler
This contract keeps track of where the FNFTs metadata is stored, this contract is dynamic so it can be swapped out in the future.
Code
Read-Only Functions
getTokenURI
Returns the cached IAddressRegistry connected to this contract.
getRenderTokenURI
Experimental method to allow future-proofing for the iNFT standard. Gets the render token URI for a given tokenId and owner, along with parameters.
State-Changing Functions
setTokenURI
Sets the token URI for a given fnftId to the passed in _uri.
setRenderTokenURI
Experimental method to allow future-proofing for the iNFT standard. Sets the renderTokenURI.
Interface
ABI
Last updated