andrecronje / rarity

d20srd reference implementation codified in solidity
Other
610 stars 121 forks source link

Missing tokenOfOwnerByIndex #73

Closed vbalko closed 3 years ago

vbalko commented 3 years ago

I can see in source code of rarity.sol that there are implementation of function "tokenOfOwnerByIndex" but it is not present in deployed ABI, neither in ftmscan READ CONTRACT interaction.

Why is that? And what is recommended method for getting all summoners of one address? Looping through all summoners dont seems to me as a good idea.