IGauge

Git Source

Inherits: IBaseGauge, IERC4626

Functions

initialize

function initialize(address _stakingToken, address _owner) external;

boostedBalanceOf

function boostedBalanceOf(address _account) external view returns (uint256);

getReward

function getReward(address _account) external returns (bool);

setRecipient

function setRecipient(address _recipient) external;