Platform: Code4rena
Start Date: 07/04/2022
Pot Size: $50,000 USDC
Total HM: 5
Participants: 19
Period: 5 days
Judge: 0xean
Total Solo HM: 4
Id: 109
League: COSMOS
Rank: 18/19
Findings: 1
Award: $76.29
🌟 Selected for report: 0
🚀 Solo Findings: 0
76.2915 USDC - $76.29
Use unchecked block for gas savings for the aforementioned lines using refactored code :
If(epoch>recentEpochs) {
unchecked{
lowerBoundOperatorEpoch=epoch-recentEpochs;
}
} else {
lowerBoundOperatorEpoch=uint256(0);
}
For line below, refactor based on code above(replace variable names) :
#0 - deluca-mike
2022-04-20T07:49:00Z
Acknowledged, but will not fix in favour of readability (at least for now).