reserve

This method returns the reserve of XFIT tokens locked within the INFT contract.

Function

function reserve() external view returns (uint);

Return values

ValueDescription

uint _val

The reserve of XFIT permanently locked within the INFT contract.

Last updated