注意: このページはまだ日本語に翻訳されていません。以下は英語の原文です。
CREATE2
operation with the given from
, salt
and initCodeHash
.
To compute the initCodeHash
from a contract’s init code, use the keccak256 function.
For a quick overview and example of CREATE2
, see Wisps: The Magical World of
Create2.
Parameter | Type | Description |
---|---|---|
_from | string | The address of the sender. |
_salt | BytesLike | The salt value. |
_initCodeHash | BytesLike | The hash of the init code. |
string
The computed address.