Description: State variables that are only changed in the constructor should be declared immutable to save gas. Add the immutable attribute to state variables that are only changed in the constructor
Recommended Mitigation:
solidity
uint256 public immutable participationFeeBsp;
address private immutable participationFeeAddress;
uint256 public immutable eventStartDate;
uint256 public immutable eventEndDate
uint256 public immutable minimumAmount;
Gas optimizations are invalid according to the CodeHawks documentation.
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.