-
Notifications
You must be signed in to change notification settings - Fork 22
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
Token transfers in tx details page #13
Comments
Hi, can I take this? |
will like to work on this here is my OD hack profile |
Hello @saimeunt I would love to be assigned to this issue and would be sure to deliver a solution in 2 business days and if there are any blockers I would tender a notice beforehand. My solution would be to follow the requirements and provide a token transfer page with minimal features as requested. Take inspiration from the provided link while making sure the user experience is as good as the user interface and deliver in a timely manner. Below is my Onlydust contribution profile |
Assigning to @melnikga as he is a returning contributor. |
Okay ser |
Token transfers in tx details page - Issue #13
Token transfers in tx details page
Read contributors guidelines
User stories
For each item in the list, I can click on from / to / token addresses and get redirected to the corresponding account detail page.
Validation
It should look like the Etherscan token transfers list, eg. https://optimistic.etherscan.io/tx/0x3b680d4727227d6afb35ddf620c3b16e33877f3cc06ec1151a6c45bd167b9f30
For the time being, we will only track ERC20 transfers and display only the token amount and raw addresses from / to / token, you should not compute the amount in $ or try to map the the token address to a list of known tokens.
You do not need to compute the net transfers either.
Implementation
You will need to leverage the logs emitted in the transaction and create your list of token transfers from the
Transfer
events.You should continue the work already done on the basic tx detail page and reuse the description list component.
Resources
The text was updated successfully, but these errors were encountered: