ThirdwebContract

type ThirdwebContract<
abi extends Abi = [],
address extends string = string,
> = Readonly<ContractOptions<abi, address>>;