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 f3825ab commit 8a309abCopy full SHA for 8a309ab
contracts/proxy/transparent/TransparentUpgradeableProxy.sol
@@ -15,12 +15,7 @@ import {ProxyAdmin} from "./ProxyAdmin.sol";
15
* include them in the ABI so this interface must be used to interact with it.
16
*/
17
interface ITransparentUpgradeableProxy is IERC1967 {
18
- /**
19
- * @dev Upgrade the implementation of the proxy to `newImplementation`, and subsequently execute the function call
20
- * encoded in `data`.
21
- *
22
- * See {UUPSUpgradeable-upgradeToAndCall}
23
- */
+ /// @dev See {UUPSUpgradeable-upgradeToAndCall}
24
function upgradeToAndCall(address newImplementation, bytes calldata data) external payable;
25
}
26
0 commit comments