alpha-wallet-ios icon indicating copy to clipboard operation
alpha-wallet-ios copied to clipboard

Balance of NFTs on Polygon aren't detected (remains at 0). The tokens aren't autodetected either

Open Hoanib opened this issue 3 years ago • 5 comments

A user complained about not seeing his already sent NFT (Polygon) to his Alpha. I added his wallet as a watch wallet and tried to import the token without success.

Contract address: 0x612ee4BfD2EE2EAA7ef44120543C78AB4Bd16635

Transaction Hash: 0x6bec38eafaa857a58da983d9742ae1d2513b1b865202f638bb38edcf5129942b

Hoanib avatar Jun 21 '22 22:06 Hoanib

Important note:

I wanted to create another repo but I think it's related. User did not give details but I do not think the user added the contract manually, however the token appears on his wallet but when he clicks on the notification "You don't have any tokens" pops up.

image

Hoanib avatar Jun 22 '22 00:06 Hoanib

New information related with this case:

User has another wallet address with the same problem.

When user click on any of the 4 NFTs a error occurs saying You don't have any tokens.

Wallet: 0x32024F224b493Da02B2b9B985ee2fEe37Eed966b

image

Hoanib avatar Jun 23 '22 18:06 Hoanib

Found the reason.

For developer: event traversing is from 0 + window for chains with eventlog window limits (Polyscan does), so it take forever to process recent events. Eg. as of 20220624, Polygon is at block 29932176 and with a window limit of 3500, it takes > 8552 pages

hboon avatar Jun 24 '22 04:06 hboon

@hboon, And now user got this error message:

image

Hoanib avatar Jul 05 '22 18:07 Hoanib

@hboon, And now user got this error message:

image

I've created a new issue #4937 for this Would you be able to help describe how to reproduce there?

hboon avatar Jul 06 '22 03:07 hboon

@oa-s help see if this is still reproducible?

hboon avatar Mar 28 '23 03:03 hboon

guess we've fixed it in some pr earlier

oa-s avatar Apr 25 '23 11:04 oa-s

Yes, it sounds familiar :)

hboon avatar Apr 25 '23 12:04 hboon