UpgradeabilityProxy (UpgradeabilityProxy.sol)
Contract Members
string internal __version;
address internal __implementation;event Upgraded(string _newVersion, address indexed _newImplementation);Functions
_upgradeTo
function _upgradeTo(string _newVersion, address _newImplementation) internal nonpayableLast updated
Was this helpful?