Calls the "owner" function on the contract.
import { owner } from "thirdweb/extensions/uniswap"; const result = await owner({ contract,});
function owner(options: BaseTransactionOptions): Promise<string>;
The options for the owner function.
let options: { contract: ThirdwebContract<abi> } & T;
let returnType: Promise<string>;
The parsed result of the function call.