Readonly eventsReadonly functionStore selectors', i.e., public and external functions program counter entry.
Readonly mappingsReadonly revertsReadonly variablesDecodes the input bytecode into Opcodes.
bytecode may be a hexadecimal string,
which may or may not begin with the hex prefix 0x.
const opcodes = [...this.decode('0x6003600501')];
hexadecimal string or array of numbers containing the bytecode to decode.
the byte position where to start decoding the input bytecode,
defaults to 0 if not provided.
a generator of the decoded Opcodes found in bytecode.
Generated using TypeDoc v0.25.2
This module is used to
decodebytecode intoOpcode.Maps numeric opcodes (byte between
0and255) to decode configuration and string mnemonic. That is, for the givenopcode,sizeindicates the size of theopcode's operand to consume from bytecode in bytes.haltsindicates where the step associated with thisopcodeshouldhaltthe EVMState.mnemonicindicates the step theEVMshould execute.