Skip to main content

projectId

Contract: JBNFTRewardDelegate​‌

Interface: IJBNFTRewardDelegate

The ID of the project this NFT should be distributed for.

Definition

/**
@notice
The ID of the project this NFT should be distributed for.
*/
uint256 public immutable override projectId;
  • 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.