DOCS

predictAddressDeterministicPublished

function predictAddressDeterministicPublished(
  contractName: string,
  publisherAddress: string,
  contractVersion: string,
  constructorArgs: any[],
  provider: Provider,
  storage: ThirdwebStorage<IpfsUploadBatchOptions>,
  clientId?: string,
  secretKey?: string,
  saltForCreate2?: string,
): Promise<string>;

Parameters

Returns

type ReturnType = Promise<string>;