- onlyOwner modifier in the ChangeFeeAddress is not defined anywhere in the contract.
- The modifier logic should provide access restrictions for only the owner of the contract to change the fee address
The Contract will not deploy or compile successfully
Manual
modifier onlyOwner() {
require(msg.sender == owner, "Only the owner can call this function");
_;
}
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.