Update docs
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
// SPDX-License-Identifier: MIT
|
||||
// OpenZeppelin Contracts (last updated v4.5.0) (interfaces/IERC2981.sol)
|
||||
// OpenZeppelin Contracts (last updated v4.6.0) (interfaces/IERC2981.sol)
|
||||
|
||||
pragma solidity ^0.8.0;
|
||||
|
||||
@ -16,7 +16,7 @@ import "../utils/introspection/IERC165.sol";
|
||||
interface IERC2981 is IERC165 {
|
||||
/**
|
||||
* @dev Returns how much royalty is owed and to whom, based on a sale price that may be denominated in any unit of
|
||||
* exchange. The royalty amount is denominated and should be payed in that same unit of exchange.
|
||||
* exchange. The royalty amount is denominated and should be paid in that same unit of exchange.
|
||||
*/
|
||||
function royaltyInfo(uint256 tokenId, uint256 salePrice)
|
||||
external
|
||||
|
||||
Reference in New Issue
Block a user