harvestToken

This method harvests the fees (in terms of a given ERC20 token) for a given INFT.

Function

function harvestToken(
    address _token, 
    uint _tokenID, 
    uint _amount
) external returns (uint);

Parameters

Return values

Last updated