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
ERROR evmconnect: Failed to process event log: FF22053: Ran out of topics for indexed fields at field 2 of Approval(address,address,uint256)
This is because the decoding logic assumes all index fields in an event will be recorded in topics. However, for the example above, the tokenId was omitted.
The text was updated successfully, but these errors were encountered:
@Chengxuan is this a bug from the chain or in EVM Connect. From reading the EVM spec all the indexed fields should be recorded as topics so it seems a bug from Amoy
EVM connect could not index https://amoy.polygonscan.com/tx/0x4213981818bd5bc57b6bc7b9fd79e75927cee91bfac2b1a73b81fe17d885ef80#eventlog
due to
This is because the decoding logic assumes all index fields in an event will be recorded in topics. However, for the example above, the tokenId was omitted.
The text was updated successfully, but these errors were encountered: