We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce6f4b commit 57e6869Copy full SHA for 57e6869
contracts/proxy/transparent/TransparentUpgradeableProxy.sol
@@ -59,6 +59,8 @@ interface ITransparentUpgradeableProxy is IERC1967 {
59
contract TransparentUpgradeableProxy is ERC1967Proxy {
60
// An immutable address for the admin avoid unnecessary SLOADs before each call
61
// at the expense of removing the ability to change the admin once it's set.
62
+ // This is acceptable if the admin is always a ProxyAdmin instance or similar contract
63
+ // with its own ability to transfer the permissions to another account.
64
address private immutable _admin;
65
66
/**
0 commit comments