How many Sync and Watch Contract Events we can have?

Is there a limit how many Contract we can put to watch? (If say I want to watch entire contract of cryptopunks collection

there is a limit of how many events to sync historically for a contract address, by default the limit is 500k

I see, so despite how many address I am adding to watch, the max history events is 500k (correct?) and if it exceed the 500ks, the new row will replace the old one or I need to manually clean up?

you don’t need to delete something if you don’t want, that is only an initial default limit for when you add an event to sync

but the server may start to be slower with more data in the database

1 Like