Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ClashingImplementation

Implementation contract with a payable changeAdmin(address) function made to clash with TransparentUpgradeableProxy's to test correct functioning of the Transparent Proxy feature.

Functions

upgradeToAndCall

function upgradeToAndCall(address, bytes calldata) external payable;

delegatedFunction

function delegatedFunction() external pure returns (bool);

Events

ClashingImplementationCall

event ClashingImplementationCall();