Skip to main content
Returns the address that would result from a CREATE for tx. This can be used to compute the address a contract will be deployed to by an EOA when sending a deployment transaction (i.e. when the to address is null). This can also be used to compute the address a contract will be deployed to by a contract, by using the contract’s address as the to and the contract’s nonce.

Parameters

Returns

string

Example

Source

address/contract-address.ts:34