mirror of
https://github.com/status-im/EIPs.git
synced 2025-01-13 16:24:46 +00:00
"uses less than"
This commit is contained in:
parent
529ce1b2ca
commit
26c91183dc
@ -64,7 +64,7 @@ interface ERC165 {
|
||||
/// @notice Query if a contract implements an interface
|
||||
/// @param interfaceID The interface identifier, as specified in ERC-165
|
||||
/// @dev Interface identification is specified in ERC-165. This function
|
||||
/// use less than 30000 gas.
|
||||
/// uses less than 30000 gas.
|
||||
/// @return `true` if the contract implements `interfaceID` and
|
||||
/// `interfaceID` is not 0xffffffff, `false` otherwise
|
||||
function supportsInterface(bytes4 interfaceID) external view returns (bool);
|
||||
|
Loading…
x
Reference in New Issue
Block a user