Lack of duplicate check for receiver address in addFee().
The addFee function allows the same receiver address to be added multiple times to the fee structure.
For example:
Call addFee with address A and 100 basis points
Call addFee again with the same address A and 200 basis points
Observe that both fee entries are added successfully
A single address could receive a larger share of rewards than intended.
Manual review
Implement a check in the addFee function to ensure the receiver address is unique.
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.