Array missing pop
function
In contract Distribution.sol
the push
operation is used where the pools data are included but it is missing pop
operation .
Arrays without the pop
operation in Solidity can lead to inefficient memory management and increase the likelihood of out-of-gas errors.
Manual Review
Consider adding functionality to remove elements from the array to prevent it from becoming too large over the lifetime of the contract.
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.