8 lines
142 B
Solidity
Raw Normal View History

2023-04-08 18:43:42 +00:00
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.12;
interface IENS {
function owner(bytes32 node) external view returns (address);
}