Skip to main content

ThirdwebSDK.getContractList() method

Return all the contracts deployed by the specified address

Example

const contracts = sdk.getContractList("{{wallet_address}}");

Signature:

getContractList(walletAddress: string): Promise<ContractWithMetadata[]>;

Parameters

ParameterTypeDescription
walletAddressstringthe deployed address

Returns:

Promise<ContractWithMetadata[]>