Closed c4-judge closed 3 months ago
Judge has assessed an item in Issue #1023 as 2 risk. The relevant finding follows:
[L-02] Lack max generation check The generation of Entity can be over preset 10.
function _incrementGeneration() private { require( generationMintCounts[currentGeneration] >= maxTokensPerGen, 'Generation limit not yet reached' ); currentGeneration++;
koolexcrypto marked the issue as duplicate of #217
Judge has assessed an item in Issue #1023 as 2 risk. The relevant finding follows:
[L-02] Lack max generation check The generation of Entity can be over preset 10.