IERC721.sol 170 B

123456
  1. // SPDX-License-Identifier: MIT
  2. // OpenZeppelin Contracts v4.4.1 (interfaces/IERC721.sol)
  3. pragma solidity ^0.8.20;
  4. import {IERC721} from "../token/ERC721/IERC721.sol";