Expand description
Legacy bytecode.
Structs§
- Jump
Table - A table of valid
jump
destinations. - Legacy
Analyzed Bytecode - Legacy analyzed bytecode represents the original bytecode format used in Ethereum.
- Legacy
RawBytecode - Used only as intermediate representation for legacy bytecode.
Functions§
- analyze_
legacy - Analyzes the bytecode for use in
LegacyAnalyzedBytecode
.