Skip to main content
Version: v. 1

probe estimate --create

Estimate gas cost to deploy a smart contract

$ probe estimate --create --help
Usage: probe estimate --create [OPTIONS] <CODE> [SIG] [ARGS]...

Arguments:
<CODE>
The bytecode of contract

[SIG]
The signature of the constructor

[ARGS]...
Constructor arguments

Options:
--value <VALUE>
Ether to send in the transaction

Either specified in wei, or as a string with a unit type:

Examples: 1ether, 10gwei, 0.01ether

-h, --help
Print help (see a summary with '-h')