Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pragma solidity >=0.8.30;
* https://compose.diamonds
*/

contract ERC721EnumerableFacet {
contract ERC721EnumerableDataFacet {
/**
* @notice Thrown when an index is out of bounds during enumeration.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ interface IERC721Receiver {
* @notice A complete, dependency-free ERC-721 implementation with enumeration support using a custom storage layout.
* @dev Provides metadata, ownership, approvals, enumeration, safe transfers, minting, and burning features.
*/
contract ERC721EnumerableFacet {
contract ERC721EnumerableTransferFacet {
/**
* @notice Thrown when operating on a non-existent token.
*/
Expand Down
Loading