owner

Calls the "owner" function on the contract.

Example

import { owner } from "thirdweb/extensions/common";
const result = await owner({
contract,
});

Parameters

Returns

The parsed result of the function call.