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
, transfer
and transferFrom
returns a bool
indicating the success of the call, this return value is not present in ILoveToken.sol
.
Interacting with LoveToken
through ILoveToken
will 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.