Interface ILoveToken.sol has ERC20 function interface.
The contract LoveToken.sol inherits the ERC20 standard token contract from solmate, which for the functions of approve, transferand transferFrom returns a boolindicating the success of the call, this return value is not present in ILoveToken.sol .
Interacting with LoveTokenthrough ILoveTokenwill neglect return values.
Slither
Update the ILoveToken to reflect the correct functions.
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.