Skip to content
5 changes: 3 additions & 2 deletions EIPS/eip-7708.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ status: Draft
type: Standards Track
category: Core
created: 2024-05-17
requires: 1559, 4788, 6780
---

## Abstract
Expand Down Expand Up @@ -42,8 +43,8 @@ This matches the [ERC-20](./eip-20.md) Transfer event definition.

A log, identical to a LOG2, is issued for:

- Any nonzero-value-transferring `SELFDESTRUCT` to self, at the time that the value subtraction executes
- Any nonzero-value-holding account closure, after any other logs created by EVM execution, but before charging the [EIP-1559](./eip-1559.md) priority fee, in lexicographical order of closed account address
- Any non-zero balance removal which occurs when a contract created in the same transaction invokes `SELFDESTRUCT` with itself as a target, at the time that the opcode is invoked.
- Each account which has been marked for deletion and holds a balance at the time of removal during transaction finalization. Burn logs are emitted after any other logs created by EVM execution and the payment of the [EIP-1559](./eip-1559.md) priority fee to the coinbase, in lexicographical order of account address

| Field | Value |
| - | - |
Expand Down
Loading