ERC721 funds going to different addresses for specific token IDs

Hi,

Rookie question but here goes.

Is it possible to route the funds received from NFT sales and royalties to different wallet addresses depended on the the token ID of the NFT sold?

All the sales will take place on OpenSea.

Example:

Token IDs 0-10 initial sale and secondary royalties funds will go to payment splitter 1.

Token IDs 10-20 initial sale and secondary royalties funds will go to payment splitter 2.

Etc.

I am doing this to save having to deploy seperate smart contracts that have payments going to different designers.

Thank you!

Hi,

The new version of the contracts library includes ERC721 royalties managements, you could inherit from it on your NFT contract and use it to store and retrieve the information of who the royalties should be send to.

Hope this helps!