Hello!
While writing upgradable contracts I've stumbled upon openzeppelin library for upgradable contracts which has almost all the contracts from non upgradable version of openzeppelin.
Now the question is why do I need upgradable version of context, ownable and etc? Why should one use ownable upgradable vs just ownable?
Huge appreciation to anyone responding to my question!
Apr 11, 2022, 5:47 AM
Regular context, ownable have their own constructors, which is not supported by proxies
Oz have erc20 upgradable
Apr 11, 2022, 8:08 AM