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.
2 parents 3fc535b + c7b5bf4 commit c395f7bCopy full SHA for c395f7b
ArbDebug.sol
@@ -12,6 +12,12 @@ interface ArbDebug {
12
/// @notice Caller becomes a chain owner
13
function becomeChainOwner() external;
14
15
+ /// @notice Overwrite an existing contract's code
16
+ function overwriteContractCode(
17
+ address target,
18
+ bytes calldata newCode
19
+ ) external returns (bytes memory oldCode);
20
+
21
/// @notice Emit events with values based on the args provided
22
function events(
23
bool flag,
0 commit comments