LiquidationPool
contract will be Dos'ed because of using an array to store holders
LiquidationPool
contract is using an array to store the information (address) of the holder
but the issue is that when there are large amount of holders, multiple functions in the contract will be Dos'ed as they are ilterating over an array but when the amount of holders grow sufficient the function will fail due to gas constrain
half of the contract will be Dos'ed and not usable.
Manual review
use mapping instead of array to store holders information
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.