create2ContractAddress
create2ContractAddress(
from
,salt
,code
):Address
Parameters
• from: EthjsAddress
The address which is creating this new address
• salt: `0x${string}`
A 32-byte salt value as a hex string
• code: `0x${string}`
THe creation code of the contract