Getter Facet Functions

Function Overview

Functions are divided into writeable & read-only functions.

Getter Facet function overview

Writeable functions

_createTerm

uint totalParticipants,
uint registrationPeriod,
uint cycleTime,
uint contributionAmount,
uint contributionPeriod,
address stableTokenAddress

returns (uint)

Function description, should match description mentioned in the code comments

Function

Specify parameters of function, including return

Function description, should match description mentioned in the code comments

Function

Specify parameters of function, including return

Function description, should match description mentioned in the code comments

Function

Specify parameters of function, including return

Function description, should match description mentioned in the code comments

Function

Specify parameters of function, including return

Function description, should match description mentioned in the code comments

Read-only functions

_createTerm

uint totalParticipants,
uint registrationPeriod,
uint cycleTime,
uint contributionAmount,
uint contributionPeriod,
address stableTokenAddress

returns (uint)

Function description, should match description mentioned in the code comments

Function

Specify parameters of function, including return

Function description, should match description mentioned in the code comments

Function

Specify parameters of function, including return

Function description, should match description mentioned in the code comments

Last updated