6 lines
90 B
Solidity
6 lines
90 B
Solidity
// SPDX-License-Identifier: MIT
|
|
|
|
pragma solidity ^0.8.20;
|
|
|
|
contract ERC165NotSupported {}
|