LoveToken::_airdropVault
and LoveToken::_stakingVault
constructor addresses detect missing zero address validation.
LoveToken::_airdropVault
and LoveToken::_stakingVault
constructor addresses detect missing zero address validation.
LoveToken.constructor(ISoulmate,address,address)._airdropVault
(src/LoveToken.sol#36) lacks a zero-check on :
- airdropVault = _airdropVault (src/LoveToken.sol#40)
LoveToken.constructor(ISoulmate,address,address)._stakingVault
(src/LoveToken.sol#37) lacks a zero-check on :
- stakingVault = _stakingVault (src/LoveToken.sol#41)
The ownership of the contract is lost due to the _airdropVault
and _stakingVault
constructor variables lacking specifics.
Slither
Check that the address is not zero.
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.