The STEP
function that updates the State
after executing the opcode pointed by pc
.
Maps mnemonic
keys of STEP
to their corresponding opcode
in the byte range, i.e., 0-255
.
For elements in the range 0-255
that do not have a corresponding mnemonic
,
INVALID
is used instead.
Readonly
_idsReadonly
blocksReacheable blocks
found in this.bytecode
.
Readonly
bytecodeThe bytecode buffer that represents a Contract or Library.
Readonly
errorsSymbolic execution errors
found during interpretation of this.bytecode
.
Readonly
stepThe STEP
function that updates the State
after executing the opcode pointed by pc
.
Maps mnemonic
keys of STEP
to their corresponding opcode
in the byte range, i.e., 0-255
.
For elements in the range 0-255
that do not have a corresponding mnemonic
,
INVALID
is used instead.
Static
newCreates a new EVM
with the latest defined execution fork.
Generated using TypeDoc v0.25.2
https://ethereum.github.io/execution-specs/autoapi/ethereum/index.html