_ArbDebug
| Method | Solidity interface | Go implementation | Description |
|---|---|---|---|
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 |
| Event | Solidity interface | Go implementation | Description |
|---|---|---|---|
Basic | Interface | Implementation | Emitted in |
Mixed | Interface | Implementation | Emitted in |
Store | Interface | Implementation | Never emitted (used for testing log sizes) |