hi everyone, what's the proper way to have a dynamic array of uints in solidity?
Jul 28, 2021, 6:24 PM
my case is to get all ERC721 token IDs owned by an address
I know ERC721Enumerable has it in their code but using it for the sake of one func feels unecessary
plus i'd have to override lots of stuff
plus i'd have to override lots of stuff
Jul 28, 2021, 6:25 PM