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

Trying to match a deposit against a transfer event #59

Open
michprev opened this issue May 9, 2023 · 0 comments
Open

Trying to match a deposit against a transfer event #59

michprev opened this issue May 9, 2023 · 0 comments

Comments

@michprev
Copy link

michprev commented May 9, 2023

While EIP-20 guarantees to emit the Transfer event, it seems like an unnecessary logic that can bring more problems. What if there are multiple Transfer events? Or none at all (because of a non-standard ERC20 token). Multiple deposits per transaction should be supported. How will work pairing these events, then? If there is any necessary information missing in deposit events, it should be included directly in the deposit events.

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

1 participant