UpgradeabilityProxy (UpgradeabilityProxy.sol)
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
↗ Extends: ↘ Derived Contracts:
UpgradeabilityProxy
This contract represents a proxy where the implementation address to which it will delegate can be upgraded
Constants & Variables
Events
Upgrades the implementation address
Arguments
Name
Type
Description
_newVersion
string
representing the version name of the new implementation to be set
_newImplementation
address
representing the address of the new implementation to be set