Skip to main content

Deploy

This section describes how you can deploy a contract using CREATE3 to a vanity address provided by Many Zeros.

In order to deploy your contract to a Many Zeros address you first have copy the Deploy ID of the address you bought. On the top left, click on your profile, then click on My Addresses. Find the address you want to deploy your code to and click on it. Here, copy the Deploy ID.

You can now deploy your contract using deploy(uint256 id, bytes calldata initcode) on the Many Zeros contract (0x000000000000b361194cfe6312ee3210d53c15aa), where id refers to the Deploy ID.

For more detailed intructsions you can follow our guides: