BoosterHelper
Helper for claiming rewards via Booster
Calls earmarkRewards on the Booster for multiple pools, returns the amount of oLIT incentive awarded to the caller
function earmarkRewards(uint256[] memory _pids) external returns (uint256)
Invoke processIdleRewards for each pool id.
function processIdleRewards(uint256[] memory _pids) external
Last updated