The SablierV2Lockup
contract implements ERC4906 standard. This standard is EIP721 extension and it adds events when token's metadata is updated.
As can be seen here, the standard states that:
The
supportsInterface
methodMUST
return true when called with0x49064906
.
This can not be seen in the smart contract, which does not comply with ERC4906.
Contract not complies with inherited standard.
Manual Review
Add supportsInterface
method that will return true when called with 0x49064906
.
https://docs.codehawks.com/hawks-auditors/how-to-determine-a-finding-validity
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.