AlphaWallet / AlphaWallet/alpha-wallet-ios
Store ERC1155 transfer events so they can be displayed in Activity tab
Open
- Dominant language
- Swift
- Stars
- 631
- Forks
- 384
- PR merge metrics
- No merged PRs in 30d
Description
Can we make fetching events for tokens that has no asset definition, applying Event filter based on token type, and its abi?
**Reason**: Some of tokens has no `asset definition`, e.g most of erc1155 tokens, and we are not able to see its events on activity tab, my suggestion is to use token abi, for retrieving event definition and fetch such event logs with `getEventLogs` fetcher.
Contributor guide
Assessment
This issue has not been assessed yet.