tokenByIndex
This method returns a token ID at a given index
of all the tokens stored by the contract.
Function
Parameters
Parameter
Description
index
An index in the range of all the tokens stored by the contract.
Return values
Value
Description
uint256 _val
Token ID.
Last updated