Last updated 1 year ago
This method returns a token ID owned by owner at a given index of its token list.
owner
index
function tokenOfOwnerByIndex( address owner, uint256 index ) external view returns (uint256);
Address of an NFT holder.
An index in the range of the owner's token list.
uint256 _val
Token ID.