Documentation Index
Fetch the complete documentation index at: https://voltaire.tevm.sh/llms.txt
Use this file to discover all available pages before exploring further.
parseErc1167(bytecode: Uint8Array): Uint8Array | null
Extracts the implementation address from ERC-1167 minimal proxy bytecode.
Parameters:
bytecode: Uint8Array- Proxy bytecode (45 or 55 bytes)
Uint8Array | null - 20-byte implementation address or null if invalid
Example:

