@ethereumjs/util / createContractAddress2
createContractAddress2(
from
,salt
,initCode
):Address
Defined in: packages/util/src/address.ts:146
Generates an address for a contract created using CREATE2.
The address which is creating this new address
Uint8Array
A salt
Uint8Array
The init code of the contract being created