ILM_PC_Staking_v1.sol
Functions
getStakingToken
function getStakingToken() external view returns (address);Name
Type
Description
getTotalSupply
function getTotalSupply() external view returns (uint);Name
Type
Description
getRewardRate
function getRewardRate() external view returns (uint);Name
Type
Description
getRewardsEnd
Name
Type
Description
getBalance
Name
Type
Description
getEarned
Name
Type
Description
Name
Type
Description
getEstimatedReward
Name
Type
Description
Name
Type
Description
getRewardValue
Name
Type
Description
getLastUpdate
Name
Type
Description
stake
Name
Type
Description
unstake
Name
Type
Description
claimRewards
setRewards
Name
Type
Description
Events
RewardSet
Name
Type
Description
Staked
Name
Type
Description
Unstaked
Name
Type
Description
RewardsDistributed
Name
Type
Description
Updated
Name
Type
Description
StakingTokenSet
Name
Type
Description
Errors
Module__LM_PC_Staking_v1__InvalidStakingToken
Module__LM_PC_Staking_v1__InvalidDuration
Module__LM_PC_Staking_v1__InvalidRewardRate
Last updated