IERC165.sol 198 B

123456
  1. // SPDX-License-Identifier: MIT
  2. // OpenZeppelin Contracts (last updated v5.4.0-rc.0) (interfaces/IERC165.sol)
  3. pragma solidity >=0.4.16;
  4. import {IERC165} from "../utils/introspection/IERC165.sol";