OnGridSystems / UniGoldCoin

Indivisible token representing the right to receive physical gold coin and its governance.
2 stars 1 forks source link

Etherscan and Metamask don't treat ERC-223 events as transfers #25

Open ongrid opened 5 years ago

ongrid commented 5 years ago

Etherscan block explorer and Metamask Chrome/Firefox extention ignore ethereum/EIPs#223 Transfer events and don't treat them as token transfers. As the result both show incorrect consequences of transfer operation.

ongrid commented 5 years ago

Decided to re-implement the token as pure ERC-20 to avoid confusion. Tokens will be burnt by backend process (not via token fallback).