ThirdwebContract

type ThirdwebContract<
abi extends Abi = [],
address extends string = `0x${string}`,
> = Readonly<ContractOptions<abi, address>>;