Contract deployment

CREATE2 Contract Address Calculator

Calculate the deterministic EVM contract address from a deployer, salt, and init-code hash.

✓ Runs in your browser✓ No account✓ No wallet signature
Calculated locally

Derive a CREATE2 contract address

Use the deployer address, 32-byte salt, and init-code hash.

Result

Your manual estimate

Calculated locally
Method

How this calculator works

01

Enter a checksummed deployer address plus 32-byte salt and init-code hash values.

02

CoinCalcs validates the manual inputs and applies this published model: address = last 20 bytes of keccak256(0xff || deployer || salt || initCodeHash)

03

The result is calculated locally in the browser and is not sent to CoinCalcs or a market-data provider.

Formula

The calculation

address = last 20 bytes of keccak256(0xff || deployer || salt || initCodeHash)
Example

A concrete scenario

The same deployer, 32-byte salt, and init-code hash always produce the same CREATE2 address on EVM networks.

Data provenance

Sources used

Privacy: Calculator inputs are processed locally in your browser. CoinCalcs does not receive or store these inputs. Theme and cookie preferences may be stored on this device.

Known limits

What this estimate cannot guarantee

  • The calculated address does not prove that code is deployed there or that the init code is safe or available.
  • The result is only as current and accurate as the assumptions entered in the form.
  • The output is educational scenario arithmetic, not financial, investment, tax, legal, or security advice.
FAQ

Questions about this tool

What does the CREATE2 Contract Address Calculator calculate?

Calculate the deterministic EVM contract address from a deployer, salt, and init-code hash.

Does the CREATE2 address use live market or wallet data?

No. It uses only the values entered in the form and labels the result as a manual estimate.

Are my inputs uploaded or stored?

No. The calculation runs in your browser. CoinCalcs does not receive or retain the form values.

Last reviewed: July 22, 2026