Last updated 1 year ago
This method returns a token ID at a given index of all the tokens stored by the contract.
index
function tokenByIndex( uint256 index ) external view returns (uint256);
An index in the range of all the tokens stored by the contract.
uint256 _val
Token ID.