Replies: 2 comments
-
Alternatively, we could inherit |
Beta Was this translation helpful? Give feedback.
0 replies
-
Implemented via #561. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Transferring a stream NFT is a potentially dangerous operation because the user may be unaware that doing so means forsaking all the streamed funds that have not been withdrawn. The user has to remember to withdraw manually before transferring the NFT.
They might, for instance, assume that the funds had already been streamed to their wallet address and that the NFT was just an SVG representation.
To prevent this, we could implement a
withdrawMaxAndTransfer
functionality in theSablierV2Lockup
contract, and default to using this function in the UI.Beta Was this translation helpful? Give feedback.
All reactions