Possible reentrancy in this function because CEI is not
followed, a value is modified before the external call.
Fix this function with this one:
function initVault(ILoveToken loveToken, address managerContract) public {
if (vaultInitialize) revert Vault__AlreadyInitialized();
vaultInitialize = true;
loveToken.initVault(managerContract);
}
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.