The staking contract address is not set in the FjordPoints::constructor
.
FjordPoints::constructor
should set the value of the staking
state variable, but the setter call (FjordPoints::setStakingContract
) is missing:
The following functions will be unavailable due to reverting until FjordPoints::setStakingContract
is called: FjordStaking::stake
, FjordStaking::stakeVested
, FjordStaking::unstake
, FjordStaking::unstakeVested
, FjordStaking::onStreamCanceled
, FjordStaking::unstakeAll
.
Manual review.
Call FjordPoints::setStakingContract
in the FjordPoints::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.