Royalties
TL Creator Contracts utilize EIP-2981 to configure royalties on-chain.
Last updated
TL Creator Contracts utilize EIP-2981 to configure royalties on-chain.
Last updated
All TL Creator Contracts implement EIP-2981 compliant royalties. The implementation we created allows for a default royalty configuration set at the contract level and then individual token overrides.
Only the owner of the contract can edit the royalty configuration either at the contract or token level.
It is important to note that individual token royalties are respected at marketplaces like SuperRare and Foundation, but NOT respected by OpenSea at this time. We have asked them about it and it is on the roadmap, but until then, the default royalty configuration is used.
The code utilized by the Creator Contracts can be found below.