We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 373eabe commit 55fd53cCopy full SHA for 55fd53c
contracts/interfaces/IERC2981.sol
@@ -15,6 +15,9 @@ interface IERC2981 is IERC165 {
15
/**
16
* @dev Returns how much royalty is owed and to whom, based on a sale price that may be denominated in any unit of
17
* exchange. The royalty amount is denominated and should be paid in that same unit of exchange.
18
+ *
19
+ * NOTE: ERC-2981 allows setting the royalty to 100% of the price. In that case all the price would be sent to the
20
+ * royalty receiver and 0 tokens to the seller. Contracts dealing with royalty should consider empty transfers.
21
*/
22
function royaltyInfo(
23
uint256 tokenId,
0 commit comments