Capstone Documentation Beta

Class Ethereum​Instruction

public class EthereumInstruction: PlatformInstructionBase<EvmIns, EvmGrp>

Ethereum Instruction

%3 EthereumInstruction EthereumInstruction PlatformInstructionBase<EvmIns, EvmGrp> PlatformInstructionBase<EvmIns, EvmGrp> EthereumInstruction->PlatformInstructionBase<EvmIns, EvmGrp>

Conforms To

PlatformInstructionBase<EvmIns, EvmGrp>

Properties

pop

var pop: UInt8!

number of items popped from the stack

push

var push: UInt8!

number of items pushed into the stack

fee

var fee: UInt32!

gas fee for the instruction