Instruction Type
Represents an EVM instruction.
Instance members
| Instance member |
Description
|
|
Address.
|
Full Usage:
this.GAS
Returns: int
|
Gas.
|
Full Usage:
this.NumBytes
Returns: uint32
|
Instruction length.
|
|
Offset of the instruction. When codecopy (or similar) is used, we should adjust the address of the copied instructions using this offset.
|
|
Opcode.
|
B2R2