harvestedBalance
This method maps from token address to harvested amount. harvestedBalance shows how much of a token has been harvested so far from the contract.
Function
Parameters
Parameter
Description
_token
An ERC20 token address.
Return values
Value
Description
uint _val
The total harvested amount of tokens for the given ERC20 token.
Last updated