ethereum.vm.ops

Instruction Encoding (Opcodes)

Introduction

Machine readable representations of EVM instructions, and a mapping to their implementations.

Module Contents

ADD

ethereum.vm.ops.ADD = 1

PUSH1

ethereum.vm.ops.PUSH1 = 96

SSTORE

ethereum.vm.ops.SSTORE = 85

op_implementation

ethereum.vm.ops.op_implementation