Expand description
Module that contains the bytecode enum with all variants supported by Ethereum mainnet.
Those are:
- Legacy bytecode with jump table analysis. Found in
LegacyAnalyzedBytecode
- EOF ( EMV Object Format) bytecode introduced in Osaka that.
- EIP-7702 bytecode, introduces in Prague and contains address to delegated account.
Enumsยง
- Bytecode
- Main bytecode structure with all variants.