type BaseTransactionOptions<T extends object = object, abi extends Abi = []> = { contract: ThirdwebContract<abi>;} & T;