JBProjects
Inherits: ERC721, Ownable, IJBProjects
Stores project ownership and metadata.
Projects are represented as ERC-721s.
State Variables
count
The number of projects that have been created using this contract.
The count is incremented with each new project created.
The resulting ERC-721 token ID for each project is the newly incremented count value.
uint256 public override count;
tokenUriResolver
The contract resolving each project ID to its ERC721 URI.
IJBTokenUriResolver public override tokenUriResolver;