0xacme / ERC404

480 stars 211 forks source link

ERC-20 transfer events not being handled correctly #12

Open ghost opened 9 months ago

ghost commented 9 months ago

Resulting in most of the ERC-404 tokens being unindexed by etherscan.

As a workout, we have used libraries to separate events and correctly emit ERC20 transfer events here

https://github.com/0xacme/ERC404/pull/11

MernDev0603 commented 4 months ago

Can I take this issue?