phlogiston.evm.opcodes

Ethereum Virtual Machine (EVM) opcodes and related methods.

Copyright © 2016, Eric Scrivner

Members

Enums

Opcode
enum Opcode

Enumeration of EVM opcode names and byte values.

Functions

generateBytecodeToOpcodeNameMap
string[ubyte] generateBytecodeToOpcodeNameMap()
generateOpcodeNameToBytecodeMap
ubyte[string] generateOpcodeNameToBytecodeMap()

Meta

Authors

Eric Scrivner

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.