ERC20RewardsGauge
Inherits: BaseRewardsGauge
A RewardsGauge contract for staking ERC20 tokens and earning rewards.
Functions
initialize
Initialize the contract
function initialize(address asset_) external virtual initializer;
Parameters
Name | Type | Description |
---|---|---|
asset_ | address | Address of the asset token that will be deposited |