When the owner tries to increment the recipient shares then he will get the revert due to having a state:
Lets say owner set the fee recipient = 0.5e18 share.
So in order to increment above recipient's share owner needs to enter greater amount than previous.
However he will not able to do that because recipient previous + new share
will greater than max shares
.
i.e => Owner want to set that fee recipient share = 0.6e18 shares.
0.5e18 + 0.6e18 > 0.9e18 ===> revert.
The owner cannot re-configure the same recipient and increment his shares.
Manual review.
Implement new logic.
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.