tokenOfOwnerByIndex
This method returns a token ID owned by owner
at a given index
of its token list.
Function
Parameters
Parameter | Description |
---|---|
| Address of an NFT holder. |
| An index in the range of the owner's token list. |
Return values
Value | Description |
---|---|
| Token ID. |
Last updated