GoodAaveStaking V2 (USDC)
Supporters / stakers can stake their USDC which is sent to permissionless protocols which earn interest. The FundManager has permissions to collect interest-earned from this contract.
Events
Staked
Parameter name
Annotation
event Staked(address indexed staker, address token, uint256 value);StakeWithdraw
Parameter name
Annotation
event StakeWithdraw(address indexed staker, address token, uint256 value);InterestCollected
Parameter name
Annotation
currentGains
Parameter name
Annotation
Return parameter name
Annotation
stake
Parameter name
Annotation
withdrawStake
Parameter name
Annotation
withdrawRewards
claimReputation
collectUBIInterest
Parameter name
Annotation
Return parameter name
Annotation
getTokenValueInUSD
Parameter name
Annotation
getUserMintedAndPending
Parameter name
Annotation
getGasCostForInterestTransfer
Last updated
Was this helpful?