CREATE2
Reference functions grouped under CREATE2, with signatures, examples, and metadata generated from the Determica catalog.
- create2_mine Performs a CREATE2 brute-force search across salt ranges, optionally applying byte masks to target vanity patterns or protocol bitfields. Pattern filtering is evaluated as (address & mask) = target. This is a local brute-force scan, so increase salt_count carefully and use max_results for vanity searches.Table
- create2_predict Derives the deterministic CREATE2 deployment address from a deployer, 32-byte salt, and init code hash. The init_hash argument must be keccak256(init_code), not the runtime bytecode hash.Scalar