Skip to content

Latest commit

 

History

History
212 lines (205 loc) · 8.22 KB

StakingRewardsProxy.md

File metadata and controls

212 lines (205 loc) · 8.22 KB

StakingRewards Proxy contract. (StakingRewardsProxy.sol)

View Source: contracts/governance/StakingRewards/StakingRewardsProxy.sol

↗ Extends: StakingRewardsStorage, UpgradableProxy

StakingRewardsProxy contract

StakingRewards contract should be upgradable. Used UpgradableProxy. StakingRewardsStorage is deployed with the upgradable functionality by using this contract instead, that inherits from UpgradableProxy with the possibility of being enhanced and re-deployed.

Functions

Contracts