Skip to main content

tokenUriResolver

Contract: JBNFTRewardDelegate​‌

Interface: IJBNFTRewardDelegate

Custom token URI resolver, superceeds base URI.

Definition

/**
@notice
Custom token URI resolver, superceeds base URI.
*/
IJBTokenUriResolver public override tokenUriResolver;
  • Once set the value cannot be changed.
  • The resulting view function can be accessed externally by anyone.
  • The resulting function overrides a function definition from the IJBNFTRewardDelegate interface.