DOCS

isContractDeployed

Check if a contract exists at the given address

function isContractDeployed(
  address: string,
  provider: Provider,
): Promise<boolean>;

Parameters

Returns

type ReturnType = Promise<boolean>;