ERC20RewardsGauge

Git Source

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

NameTypeDescription
asset_addressAddress of the asset token that will be deposited