Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible Transfer event #4

Closed
yuriy77k opened this issue Jul 18, 2023 · 4 comments
Closed

Incompatible Transfer event #4

yuriy77k opened this issue Jul 18, 2023 · 4 comments

Comments

@yuriy77k
Copy link

emit Transfer(msg.sender, _to, _value, _empty);

Transfer event has new format (different than in ERC20), so it will not be recognized by current explorers and wallets.

@yuriy77k yuriy77k changed the title Incompatible Transfer even Incompatible Transfer event Jul 18, 2023
@Dexaran
Copy link
Owner

Dexaran commented Jul 19, 2023

This was removed as a request of the original EIP editor from @ethereum

ethereum/EIPs#6485 (comment)

@Dexaran
Copy link
Owner

Dexaran commented Jul 19, 2023

By default there were two events

event Transfer(address, address, uint256); and event TransferData(bytes data);

it was replaced with just one Transfer event with all the fields since then

@yuriy77k
Copy link
Author

It's not an issue for token standard if a third-party application will support it. But until that time, tokens transfer will not be recognized by explorers and some of the wallets.

@Dexaran
Copy link
Owner

Dexaran commented Jul 20, 2023

You are right.
Commited.

@Dexaran Dexaran closed this as completed Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants