Skip to main content

_ArbDebug

MethodSolidity interfaceGo implementationDescription
becomeChainOwner()

Interface

Implementation

Caller becomes a chain owner
overwriteContractCode()

Interface

Implementation

Overwrite an existing contract's code
events(bool flag, bytes32 value)

Interface

Implementation

Emits events with values based on the args provided
eventsView()

Interface

Implementation

Tries (and fails) to emit logs in a view context
customRevert()

Interface

Implementation

Throws a custom error
panic()

Interface

Implementation

Halts the chain by panicking in the STF
legacyError()

Interface

Implementation

Throws a hardcoded error
EventSolidity interfaceGo implementationDescription
Basic

Interface

Implementation

Emitted in Events for testing

Mixed

Interface

Implementation

Emitted in Events for testing

Store

Interface

Implementation

Never emitted (used for testing log sizes)