Skip to main content
Version: v2.0_alpha

ISimpleProjectRegistry

An interface for a simple project registry

getProject

function getProject(uint256 index) external view returns (address)

Get a project

Parameters

NameTypeDescription
indexuint256The index of the project

Return Values

NameTypeDescription
[0]addressThe address of the project

getProjects

function getProjects() external view returns (address[])

Get all projects

Return Values

NameTypeDescription
[0]address[]The addresses of the projects

getProjectsNumber

function getProjectsNumber() external view returns (uint256)

Get the number of projects

Return Values

NameTypeDescription
[0]uint256The number of projects