I'm going to run a contract in Ethereum, Binance, Polygon, and Clayton.
Is there a best practice for polling events that occur in a contract?
I want to get the event by requesting, not by subscribing to it.
If we use EtherScan api, are all sequences decisively guaranteed?
The goal is to send requests periodically and store all the specific events that occurred in the contract in db.
I'd appreciate your help.