Lucene search
+L

1 matches found

Code423n4
Code423n4
added 2022/09/19 12:0 a.m.8 views

fee could round down to 0

Lines of code Vulnerability details Impact fee and memberSupply calculation will be inaccurate. Proof of Concept // contracts/distribution/TokenDistributor.sol 352-353: uint128 fee = supply args.feeBps / 1e4; uint128 memberSupply = supply - fee; When supply is low, fee could round down to 0, whic...

6.8AI score
SaveExploits0
Rows per page
Query Builder