-
Notifications
You must be signed in to change notification settings - Fork 72
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
Feature: View & set ERC20/721/1155 balances #39
Comments
Assigned to @ditto-eth |
* Add Screen for viewing ERC20 * Add ability to set erc balances * Add ability to set rebasing tokens or tokens that change balanceOf, add comment * Remove multicall, fix need to reload page * Check valid address, rename * Fix button color * Handle tokens with decimals other than 18 * Fix input if balance changes to 0 * Fix Token page to allow scrolling, allow removing addresses if invalid * PR review: rename to erc20, split into balance/metadata, use Button.Symbol * Use diff token store per account * refactor: ui polish * lint --------- Co-authored-by: DittoETH <ditto-eth@users.noreply.github.com> Co-authored-by: moxey.eth <jakemoxey@gmail.com>
@jxom Hey! I might be interested in tackling this. If I'm not mistaken, importing and setting ERC-20 tokens has already been implemented, so completing this issue will require adding:
Clarifications:
RivetEtherscan |
yo I did the initial implementation. There are issues regarding token imports #56 (sync after fork, already done) and #57 (before fork). Only thought on auto populate is how far back to search and to ignore certain tokens potentially since some accounts are spammed with NFTs (say you import vitalik.eth or the default foundry ones). |
The Request
The ability to view & set ERC20, ERC721 and ERC1155 tokens & balances.
Problem
Right now, a user cannot view or set their ERC20/721/1155 tokens & balances.
Solution
As a user, I want the ability to drill into my account and view my ERC20/721/1155 tokens. I should be able to:
The text was updated successfully, but these errors were encountered: