Skip to content

Latest commit

 

History

History
212 lines (205 loc) · 8.21 KB

VestingRegistryProxy.md

File metadata and controls

212 lines (205 loc) · 8.21 KB

Vesting Registry Proxy contract. (VestingRegistryProxy.sol)

View Source: contracts/governance/Vesting/VestingRegistryProxy.sol

↗ Extends: VestingRegistryStorage, UpgradableProxy

VestingRegistryProxy contract

Vesting Registry contract should be upgradable, use UpgradableProxy. VestingRegistryStorage is deployed with the upgradable functionality by using this contract instead, that inherits from UpgradableProxy the possibility of being enhanced and re-deployed.

Functions

Contracts