NFT Royalty Standard EIP-2981

Hi @frangio I have to implement NFT Royalty Standard (EIP-2981) within my ERC721 & ERC1155 smart contracts but I dont have the Sale contracts within my platform yet. My use case is

  1. Users will mint erc721/1155 based nfts using my smart contracts (ERC721 & ERC1155).
  2. Users will be able to set their nft tokens royalties.
  3. User will be able to direct put these nft tokens on Opensea for sale.

My Question is: Will opensea be able to transfer the royalties amount for the tokenCreators as sale happens on Opensea ? For this what could be the work around for this ?.
Thanks In advance.

Sorry @Waqas_Aslam I'm not sure if OpenSea has implemented EIP-2981 yet. You should ask them or test it on their testnet.

Hey did you find out if opensea does this? I am having the same issue. I want to create complex royalties but it seems that opensea doesn't work with 2981 yet and they just allow 1 address.

opensea does not support eip2981.

You need to implement it in your contract(NFT marketplace)