Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: ernestognw <ernestognw@gmail.com>
7 lines
231 B
Solidity
7 lines
231 B
Solidity
// SPDX-License-Identifier: MIT
|
|
// OpenZeppelin Contracts (last updated v5.4.0-rc.0) (interfaces/IERC721Enumerable.sol)
|
|
|
|
pragma solidity >=0.6.2;
|
|
|
|
import {IERC721Enumerable} from "../token/ERC721/extensions/IERC721Enumerable.sol";
|