In the finalizeLiquidation
function, NFTs are transferred from the protocol to the stability pool using transferFrom
instead of safeTransferFrom
. The former does not verify that the recipient is capable of handling ERC721 tokens.
Replace raacNFT.transferFrom
with raacNFT.safeTransferFrom
in the finalizeLiquidation
function to ensure that the recipient can properly handle the NFT
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.