Header menu logo B2R2

Instruction Type

Represents an EVM instruction.

Instance members

Instance member Description

this.Address

Full Usage: this.Address

Returns: Addr

Address.

Returns: Addr

this.GAS

Full Usage: this.GAS

Returns: int

Gas.

Returns: int

this.NumBytes

Full Usage: this.NumBytes

Returns: uint32

Instruction length.

Returns: uint32

this.Offset

Full Usage: this.Offset

Returns: Addr

Offset of the instruction. When codecopy (or similar) is used, we should adjust the address of the copied instructions using this offset.

Returns: Addr

this.Opcode

Full Usage: this.Opcode

Returns: Opcode

Opcode.

Returns: Opcode

Type something to start searching.