In the constructor of the contract Fees
, the _staking
is set to staking
without checking it for address(0).
If the staking
is set to address(0) and the Fees
contract has some balance, It can be lost to address(0) if the public function sellProfits()
is called.
Manual Analysis
Check _staking
for address(0) before setting it in to staking
in the constructor.
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.