Hey,
I'm trying to scrape blocks to check if any contracts were deployed
I need to find contracts that were deployed by an EOA as well as contracts deployed using CREATE/CREATE2.
Can anyone recommend a good approach?
Dec 6, 2023, 11:41 AM
look for transactions that have to: null
Dec 7, 2023, 4:24 AM
That doesn't work for contracts deployed using other factory contracts tho
I figured it out, I'm tracing the transactions and looking for CREATE/CREATE2 opcodes
Dec 7, 2023, 5:03 PM
true
Dec 7, 2023, 5:09 PM