All glossary terms
Architecture

CREATE2

An EVM opcode that deploys contracts to deterministic addresses based on the deployer address, a salt, and the contract bytecode. Unlike CREATE, the address can be computed off-chain before deployment. Used by Uniswap V2 Factory to enable the Router to calculate pair addresses without storage reads.

Related terms in Architecture