You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TransparentUpgradeableProxy has getters admin() and implementation() but these functions are guarded by ifAdmin, as a result calling the function by anyone except the admin will not return the values. This is specially visible on Etherscan where admin will display as 0x:
This essentially makes the getters useless so we might as well remove them.
The text was updated successfully, but these errors were encountered:
TransparentUpgradeableProxy has getters
admin()
andimplementation()
but these functions are guarded byifAdmin
, as a result calling the function by anyone except the admin will not return the values. This is specially visible on Etherscan where admin will display as0x
:This essentially makes the getters useless so we might as well remove them.
The text was updated successfully, but these errors were encountered: