Bundle multiple ERC721/ERC1155/ERC20 tokens into a single ERC721.
The Multiwrap contract lets you wrap ERC20, ERC721 and ERC1155 tokens into a new wrapped ERC721 NFT. The wrapped NFT can be unwrapped (burned) back into the underlying tokens.
The wrapped NFT itself also acts as an ERC721 token, which can have the metadata you'd expect of an NFT, such as a name, image, description, etc.
OpenSea does not distribute royalties / creator fees on smart contracts by default. You can find the OpenSea compatible version of this contract at this link: https://thirdweb.com/deployer.thirdweb.eth/Multiwrap_OSRoyaltyFilter
You could use the Multiwrap contract to:
view