I have a batch of ethereum mainnet smart contracts (about 4,000). Now I want to do some researches:
- Get all history transactions that are sent to these contracts in ethereum mainnet;
- Replay these transactions in my private chain.
So, how to implement these in a relatively fast and convenient way?