Skip to main content
Contract addresses for all supported networks. If you integrate directly against the contracts (not only the hosted API), use Sales strategies and ERC-20 minters for fixed-price flows and ERC-20-paid minting.

Creator1155FactoryImpl

Factory implementations that deploy/configure ERC-1155 creator collections compatible with Zora tooling.

Sales strategies and ERC-20 minters

These deployments are stable entry points for building fixed-price ETH sales and ERC-20–denominated mints on Base and Base Sepolia.

Fixed Price Sale strategy

ERC-20 minter

Mint fee (mintFee)

mintFee() is zero on In•Process. In•Process applies no mint platform fee on the creative workflow—deliberately, to support artists.

TypeScript helpers (optional)

Copy into your project for lookups by chain ID:
/** Fixed-price sale strategy (In Process deployments). */
export const FixedPriceSaleStrategyAddress = {
  1: "0xe0d3febE1c17DDA1086e89B638Ab54955FE2eF8a",
  8453: "0x2994762aA0E4C750c51f333C10d81961faEBE785",
  84532: "0x2994762aA0E4C750c51f333C10d81961faEBE785",
} as const;

/** ERC-20 denominated minting minter addresses. */
export const erc20MinterAddresses = {
  1: "0x0676b307D53EA7ED80b20643E1Ac57A78Ce12f87",
  8453: "0xE27d9Dc88dAB82Ac3ebC49895c663C6a0CfA014",
  84532: "0x4538D7A07227D21597fb851A14057f00d15b4D5e",
} as const;