Solidity API
ISpanningERC721Enumerable
See https://eips.ethereum.org/EIPS/eip-721
tokenOfOwnerByIndex
function tokenOfOwnerByIndex(bytes32 ownerAddress, uint256 index) external view returns (uint256)
Returns a token ID owned by owner
at a given index
of its token list. Use along with {balanceOf} to enumerate all of owner
's tokens.