--- eip: 7692 title: EVM Object Format (EOFv1) Meta description: List of EIPs belonging to the EOFv1 proposal author: Alex Beregszaszi (@axic), Paweł Bylica (@chfast), Andrei Maiboroda (@gumb0), Piotr Dobaczewski (@pdobacz), Danno Ferrin (@shemnon) discussions-to: https://ethereum-magicians.org/t/eip-7692-evm-object-format-eof-meta/19686 status: Stagnant type: Meta created: 2024-04-17 requires: 663, 3540, 3670, 4200, 4750, 5450, 6206, 7069, 7480, 7620, 7698 --- ## Abstract This Meta EIP lists the EIPs which belong to the EVM Object Format (EOF) proposal, in its first version (EOFv1), also known as the "Mega EOF". ## Specification ### EIPs Included Introduced in eof-devnet-0 - [EIP-3540](./eip-3540.md): EOF - EVM Object Format v1 - [EIP-3670](./eip-3670.md): EOF - Code Validation - [EIP-4200](./eip-4200.md): EOF - Static relative jumps - [EIP-4750](./eip-4750.md): EOF - Functions - [EIP-5450](./eip-5450.md): EOF - Stack Validation - [EIP-6206](./eip-6206.md): EOF - JUMPF and non-returning functions - [EIP-7480](./eip-7480.md): EOF - Data section access instructions - [EIP-663](./eip-663.md): SWAPN, DUPN and EXCHANGE instructions - [EIP-7069](./eip-7069.md): Revamped CALL instructions - [EIP-7620](./eip-7620.md): EOF Contract Creation - [EIP-7698](./eip-7698.md): EOF - Creation transaction Introduced in eof-devnet-1 - [EIP-7873](./eip-7873.md): EOF - TXCREATE and InitcodeTransaction type Removed from eof-devnet-1 - [EIP-7698](./eip-7698.md): EOF - Creation transaction Introduced in eof-devnet-2 - [EIP-7834](./eip-7834.md): Separate Metadata Section for EOF - [EIP-7761](./eip-7761.md): EXTCODETYPE instruction - [EIP-7880](./eip-7880.md): EOF - EXTCODEADDRESS instruction - [EIP-5920](./eip-5920.md): PAY opcode ## Rationale Refer to the individual EIPs. ## Security Considerations Discussed in the individual EIPs. ## Copyright Copyright and related rights waived via [CC0](../LICENSE.md).