ITransparentUpgradeableProxy

Git Source

Inherits: IERC1967

Copy of OpenZeppelin's TransparentUpgradeableProxy that uses alternative ProxyAdmin

Interface for {TransparentUpgradeableProxy}. In order to implement transparency, {TransparentUpgradeableProxy} does not implement this interface directly, and its upgradeability mechanism is implemented by an internal dispatch mechanism. The compiler is unaware that these functions are implemented by {TransparentUpgradeableProxy} and will not include them in the ABI so this interface must be used to interact with it.

Functions

upgradeToAndCall

function upgradeToAndCall(address, bytes calldata) external payable;