A factory contract for creating metamorphic (i.e. redeployable) contracts.
-
Updated
Apr 16, 2023 - JavaScript
A factory contract for creating metamorphic (i.e. redeployable) contracts.
Example of how to use the CREATE2 opcode released in the Constantinople update for Ethereum
Helper smart contract to make easier and safer usage of the `CREATE2` EVM opcode.
Hardhat plugin to deploy your smart contracts across multiple EVM chains with the same deterministic address.
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.
Chain agnostic gasless wallet
This repository implements a simplified PoC that showcases how a contract can morph. A similar approach was used as part of the governance attack on Tornado Cash in May 2023.
Detect SELFDESTRUCT opcodes in EVM runtime bytecode
Token Standard with Safe Arbitrary Call
Tutorial on deterministically deploying EVM smart contracts
Deterministic omni-chain smart contract deployments
Add a description, image, and links to the create2 topic page so that developers can more easily learn about it.
To associate your repository with the create2 topic, visit your repo's landing page and select "manage topics."