You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://docs.blockscout.com/devs/apis/rpc/account#get-list-of-tokens-owned-by-address - i believe this would be very hard to implement. Blockscout are using a DB, so its easy for them to display this info. For us however, its more complicated since balances of erc-20 tokens are stored in the contract itself, meaning we need to either track all transfers into an account and somehow calculate what went out and what went in OR scan all erc-20s, call erc20.balanceOf(). All of this is very expensive and may not be worth it
** Description **
Research possibilities for implementation for the endpoint mentioned in the main description of the EPIC
Tasks
The text was updated successfully, but these errors were encountered: