sharesHarvestedByPool

This method maps token addresses to token IDs to token shares.

Function

function sharesHarvestedByPool(
    address _token, 
    uint _id
) external view returns (uint);

Parameters

ParameterDescription

_token

The address of an ERC20 token.

_id

The ID of an INFT.

Return values

ValueDescription

uint _val

The shares harvested for a given ERC20 token, for a given INFT.

Last updated