ProjectOpenSea / seadrop

Smart contracts for primary drops on EVM chains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to enforce creator earnings on seadrop contract?

zendevil opened this issue · comments

My seadrop deployment is showing all tokens without royalty paid to the creator.

Screen.Recording.2023-10-13.at.12.30.55.PM.mov

How do I make it so that the sale of an NFT always pays 5% to the creator?

Screenshot 2023-10-13 at 12 57 08 PM The royalty also shows up as optional whereas seadrop does implement royaltyInfo. I want to make it so that it is enforced. How do I do that?

seadrop has no secondary royalty enforcement mechanism, the token simply provides ERC-2981

creator earnings are only optional and can no longer be enforced on OpenSea for new collections. see the announcement here: https://opensea.io/blog/articles/creator-fees-update

also, please stop opening issues and instead use discussions