The ERC721s may get stuck in the staking contract beacause of not supporting ERC721.
On stakeVested()
, staking contract receive Sablier ERC721 token from the Caller
It Uses `transferFrom()`
Most importantly according to EIP-721 standard
A wallet/broker/auction application MUST implement the wallet interface if it will accept safe transfers.
Reference :- https://eips.ethereum.org/EIPS/eip-721
But here Staking contract doesnot implemented anything such
vsCode
Implement Support Interfaces as per mentioned in EIP-721 standard
Use `safeTransfer` and `safeTransferFrom()`
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.