tokenOfOwnerByIndex

Calls the "tokenOfOwnerByIndex" function on the contract.

Example

import { tokenOfOwnerByIndex } from "thirdweb/extensions/erc721";
const result = await tokenOfOwnerByIndex({
contract,
owner: ...,
index: ...,
});

Parameters

Returns

The parsed result of the function call.