harvestETH

This method harvests the ETH fees for a given INFT.

Function

function harvestETH(
    uint _tokenID, 
    uint _amount
) external returns (uint)

Parameters

ParameterDescription

_tokenID

The token ID of an INFT.

_amount

The amount of _token to harvest.

Return values

ValueDescription

uint _val

The amount of harvested tokens

Last updated