We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
supportsERC165InterfaceUnchecked
1 parent c018c9c commit 9b610d3Copy full SHA for 9b610d3
contracts/utils/introspection/ERC165Checker.sol
@@ -102,6 +102,10 @@ library ERC165Checker {
102
* @dev Assumes that account contains a contract that supports ERC165, otherwise
103
* the behavior of this method is undefined. This precondition can be checked
104
* with {supportsERC165}.
105
+ *
106
+ * Some precompiled contracts will falsely indicate support for a given interface, so caution
107
+ * should be exercised when using this function.
108
109
* Interface identification is specified in ERC-165.
110
*/
111
function supportsERC165InterfaceUnchecked(address account, bytes4 interfaceId) internal view returns (bool) {
0 commit comments