Stop the current context execution, revert the state changes (see STATICCALL
for a list
of state changing opcodes) and return the unused gas to the caller.
It also reverts the gas refund to its value before the current context.
If the execution is stopped with REVERT
, the value 0 is put on the stack of the calling context,
which continues to execute normally.
The return data of the calling context is set as the given chunk of memory of this context.
Optional
Readonly
argsReadonly
nameThe name
tag of this IStmt
.
Readonly
offsetbyte offset in the memory in bytes. The return data of the calling context.
Optional
Readonly
selectorOptional
Readonly
sigOptional
sig?: stringReadonly
sizebyte size to copy (size of the return data).
Static
Readonly
ERRORStatic
Readonly
PANICStatic
isGenerated using TypeDoc v0.25.2
Base definition for any type that is
Stmt
.