Error: Contract is not upgrade safe
Variable __self is assigned an initial value
Move the assignment to the initializer
https://zpl.in/upgrades/error-004
Variable __self is immutable
Use a constant or mutable variable instead
https://zpl.in/upgrades/error-005
Use of delegatecall is not allowed
https://zpl.in/upgrades/error-002
Feb 27, 2022, 4:04 AM
getting these errorss
while deploying the an upgradable contract
Feb 27, 2022, 4:05 AM