boost

This method boosts a new INFT, the share of which is determined by the amount of XFIT locked in the Factory.

Function

function boost(
    uint _tokenID
) external returns (uint share);

Parameters

ParameterDescription

_tokenID

The token ID of an INFT.

Return values

ValueDescription

share

The share value added to an INFT.

Last updated