Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 417 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 417 Bytes

CREATE2 Address Searcher

This is a simple tool to search for CREATE2 addresses.

Usage

run.sh \
    --factory <CREATE2 factory address> \
    --deployer <msg.sender address> \
    --salt <salt> \
    --init-code-hash <init code hash> \
    --zeros <number of leading zeros to search for> \
    --round-size <round size> \
    --num-rounds <number of rounds> \
    --num-threads <number of threads> \