Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 259 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 259 Bytes

ERC-4907 - Rentable NFT Standard

This standard is for renting NFTs with an expire time. I think top highlight of this standard is checking expire time in userOf function.

With this method, we don't have to delete expired user using another transaction.