TempleGoldStaking.sol: 180
the function distributeRewards()
will not work correctly because the modifier is placed in the wrong place `
`. Modifiers must be placed after the function visibility keyword and before the function body. This will result in a compilation error.
This will result in a compilation error.
TGLD rewards will not be distributed to stakers. New rewardRate
will not be calculated.
function distributeRewards() external updateReward(address(0), 0) {
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.