Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion EIPS/eip-7708.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 the same account, at the time that the value removal executes
- Any nonzero-value-transferring `SELFDESTRUCT` to the same account at the time the operation is invoked
- Upon transaction finalization, any selfdestructed accounts which have balance at the time of their removal are logged. If there are multiple accounts which fall under this case, they are ordered lexicographically by address.
Comment thread
jwasinger marked this conversation as resolved.

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