Structs§
- Inst
- An opcode and its immediate data. Returned by
InstIter
. - Inst
Iter - An iterator that yields opcodes and their immediate data.
- Inst
Iter With Pc - A bytecode iterator that yields opcodes and their immediate data, alongside the program counter.
Functions§
- format_
bytecode - Returns a string representation of the given bytecode.
- format_
bytecode_ to - Formats an EVM bytecode to the given writer.
- imm_len 🔒
- Returns the length of the immediate data for the given opcode, or
0
if none.