CREATE, CREATE2, CREATE3

CREATE: Basic contract deployment

CREATE2: Contract deployment with predictable, deterministic addresses, 0xFF prefix

CREATE3: Cross-chain deterministic contract address based on msg.sender + salt, no bytecode


RESOURCES

https://blog.solichain.com/the-ultimate-guide-to-create-create2-and-create3-cc6fe71c6d40

Last updated