6 lines
128 B
Solidity
Raw Normal View History

2020-04-09 11:13:16 +03:00
pragma solidity ^0.6.1;
interface IERC165 {
function supportsInterface(bytes4 interfaceId) external view returns (bool);
}