cast call --create
忽略地址字段并模拟创建合约
$ cast call --create --help
用法: cast call --create [OPTIONS] <CODE> [SIG] [ARGS]...
参数:
<CODE>
Bytecode of contract
[SIG]
The signature of the constructor
[ARGS]...
The arguments of the constructor
选项:
--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')