Skip to content

Commit 04026e9

Browse files
authored
Update EIP-7708: clarify order of burn logs and coinbase transfer logs
Merged by EIP-Bot.
1 parent 3929b1a commit 04026e9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

EIPS/eip-7708.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ status: Draft
88
type: Standards Track
99
category: Core
1010
created: 2024-05-17
11+
requires: 1559, 4788, 6780
1112
---
1213

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

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

45-
- Any nonzero-value-transferring `SELFDESTRUCT` to self, at the time that the value subtraction executes
46-
- 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
46+
- 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.
47+
- 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
4748

4849
| Field | Value |
4950
| - | - |

0 commit comments

Comments
 (0)