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: BaseTransactionOptions;
let returnType: Promise<string>;
The parsed result of the function call.