[SOLVED] Smart Contract Sync not working

you could try with all the fields as indexed false in the abi to see if it works

Ok I’ll try that and let you know

This isn’t working tooo

I’ll check it tomorrow

you could try to change/edit the abi with combinations of uint256 and indexed true and false for those 3 possible fields, maybe one combination works, you don’t have to emit a new event, when it works it will work for historical sync too


It says synced 9 but it’s not in the transferred_nfts table

yes, you will see that 9 there when it finds 9 events with that topic, and it fails later on interpreting the events with the abi and they are not saved in the database

I tried this but still no luck

I will check shortly, don’t delete the event from your server meanwhile

1 Like

it works now, I changed the table name to not contain _

how did you add that event sync in the first place?

I selected the ERC721 contract type and added the address, topic (Transfer(address, address, uint256), tablename, table description and sync historical

ok, next time try with a table name that doesn’t have _

I don’t know the database is taking time to load. Its still loading

it works instantly for me

cool now working :raised_hands: