Commit 55d1425
fix(eip-7708): correct EIP7708_BURN_TOPIC constant (wrong last 8 bytes)
The last 8 bytes of EIP7708_BURN_TOPIC were 717fce85f713ab57 instead of
71a0fdb75d397ca5.
keccak256("Burn(address,uint256)")
= 0xcc16f5dbb4873280815c1ee09dbd06736cffcc184412cf7a71a0fdb75d397ca5
All Burn logs emitted with the wrong constant would be unrecognizable by
any conforming indexer or client.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 2945ad4 commit 55d1425
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
134 | | - | |
| 135 | + | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
0 commit comments