createx
createx copied to clipboard
Factory smart contract to make easier and safer usage of the `CREATE` and `CREATE2` EVM opcodes as well as of `CREATE3`-based (i.e. without an initcode factor) contract creations.
### Describe the desired feature: It would be nice to see stats per chain, and aggregated across all chains (that Dune supports), such as: 1. Total deployments, 2. Count of...
### Describe the desired feature: the `deployCreate2(salt,initCode)` generates a deterministic address for the target contract. But how can i get that address beforehand? off-chain, I can do eth_call to get...
### Describe the desired feature: Hi there! We're looking to mass-deploy CreateX on a number of rollups, but at the cost of 0.3ETH / chain is quite steep. The default...