hello
i want to find all possible proxy-contract addresses for ethereum, such as TransparentUpgradeableProxy UUPSUpgradeable
I just need address for proxy
If there are more 1-2 millions of proxy contracts or less i want to find them all
i need query for bitquery
please, can you help?
thank you
Hello. I don’t think you can identify it through any parameters without it being explicitly labeled as a proxy. According to the OpenZepplin blog, most proxy contracts have the “delegatecall” function in the contract’s code.