#CREATE2
Functions marked with CREATE2, grouped from the generated Determica catalog for fast scanning across related workflows.
- 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
- 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 · CREATE2