getStates

This method returns the contract's initialReserve, reserve, and totalSharesIssued.

Function

function getStates() external view returns (uint, uint, uint);

Return values

ValueDescription

initialReserve

The initialReserve of the INFT contract.

reserve

The reserve of the INFT contract.

totalSharesIssued

The total shares issued by the INFT contract.

Last updated