#41132 [SC-Insight] NFT Boost Lookup values not adhere to docs
Was this helpful?
Was this helpful?
Submitted on Mar 11th 2025 at 14:18:17 UTC by @peppef for
Report ID: #41132
Report Type: Smart Contract
Report severity: Insight
Target: https://github.com/immunefi-team/audit-comp-yeet/blob/main/src/Yeet.sol
Impacts:
A mismatch exists between the values in NFTBoostWeight
page of Yeet Documentation and the nftBoostLookup
array in Yeet.sol
On the docs, the page NFTBoostWeight describes the boosts in percentage that a player will receive in $YEET tokens depending on the number of NFTs.
In Yeet.sol
the array nftBoostLookup
holds all the boost values from 0 to 1500, which corresponds to 15%, namely the maximum boost a user can receive by holding 25 NFTs.
Particularly if a user holds 21 NFTs the boost should be 14.1% while nftBoostLookup
at the related position 1400 is stored instead of 1410.
No vulnerability can be found regarding the issue, but it shows a mismatch between docs and code
N/A