PuppyRaffle.sol constructor does not contain the Ownable constructor initialization
PuppyRaffle.sol inherits from OZ Ownable contract as follows:
but in the constructor we see :
the Ownable(address owner) is missing
This could introduce problems in compilation and - in the future- integration.
Mannual review
Add Ownable(address owner) to PuppyRaffle.sol's constructor like that:
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.