Last updated 1 year ago
This method returns the contract's initialReserve, reserve, and totalSharesIssued.
initialReserve
reserve
totalSharesIssued.
function getStates() external view returns (uint, uint, uint);
The initialReserve of the INFT contract.
The reserve of the INFT contract.
totalSharesIssued
The total shares issued by the INFT contract.