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 0202f1f commit 0ecf22bCopy full SHA for 0ecf22b
ArbDebug.sol
@@ -12,6 +12,9 @@ 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(address target, bytes calldata newCode) external returns (bytes memory oldCode);
17
+
18
/// @notice Emit events with values based on the args provided
19
function events(bool flag, bytes32 value) external payable returns (address, uint256);
20
0 commit comments