Interface: ISnowconeProjects
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.
Definition
The resulting view function can be accessed externally by anyone. The resulting function overrides a function definition from the ISnowconeProjects interface.
Contract: SnowconeProjects
Interface: ISnowconeProjects
The contract resolving each project ID to its ERC721 URI.
Definition
The resulting view function can be accessed externally by anyone. The resulting function overrides a function definition from the ISnowconeProjects interface.
Contract: SnowconeProjects
Interface: ISnowconeProjects
The metadata for each project, which can be used across several domains.
Definition
Arguments: _projectId
is the ID of the project to which the metadata belongs. _domain
is the domain within which the metadata applies. The resulting view function can be accessed externally by anyone. The resulting function overrides a function definition from the ISnowconeProjects interface.