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

Implement EIP-7708 for U2U #105

Open
trinhdn97 opened this issue Jul 16, 2024 · 1 comment
Open

Implement EIP-7708 for U2U #105

trinhdn97 opened this issue Jul 16, 2024 · 1 comment
Labels
question Further information is requested

Comments

@trinhdn97
Copy link
Contributor

Abstraction

Following EIP-7708, apply on U2U to allow external parties can easily track U2U transfers in internal transactions.

Motivation

Currently, Log are often used to track balance changes of assets on U2U. It’s useful tool for external parties like block explorer, centralized exchange. Logs work for ERC-20 tokens, but do not work for U2U. U2U transfers from EOA can be read from transaction list in the block, but U2U transfers from contract are not automatically logged anywhere. This EIP proposes that we automatically generate a log every time a value-transferring CALL or SELFDESTRUCT happens. We also add a similar log for transfers in transactions, so that all U2U transfers can be tracked using same mechanism with ERC-20.

@trinhdn97 trinhdn97 added the question Further information is requested label Jul 16, 2024
@khoau2u
Copy link
Contributor

khoau2u commented Jul 31, 2024

Interesting!
No longer we tx tracing for querying internal transfers and I also think fee transfer in txs should be excluded.
I wonder what can it be used for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants