Submitted by Dravee, also found by Lambda and hansfriese
contracts/RuniverseLand.sol#L77
contracts/RuniverseLand.sol#L101
The mint() function uses numMinted to generate the tokenId:
This numMinted value corresponds to the totalSupply():
However, the mintTokenId() function can be called with any tokenId:
Imagine the following scenario:
Given that RuniverseLand.sol#mint() isnt called in RuniverseLandMinter, I feel like it should simply be deleted.
primaryMinter or secondaryMinter can simply call mintTokenId() directly.
Alex the Entreprenerd (judge) commented:
msclecram (Forgotten Runiverse) confirmed
Alex the Entreprenerd (judge) commented:
msclecram (Forgotten Runiverse) commented:
