Update docs

This commit is contained in:
github-actions
2023-02-03 19:19:20 +00:00
parent 09cdb96c14
commit 4f4c2c71d6
2 changed files with 8 additions and 0 deletions

View File

@ -102,6 +102,10 @@ library ERC165Checker {
* @dev Assumes that account contains a contract that supports ERC165, otherwise
* the behavior of this method is undefined. This precondition can be checked
* with {supportsERC165}.
*
* Some precompiled contracts will falsely indicate support for a given interface, so caution
* should be exercised when using this function.
*
* Interface identification is specified in ERC-165.
*/
function supportsERC165InterfaceUnchecked(address account, bytes4 interfaceId) internal view returns (bool) {

View File

@ -2931,6 +2931,10 @@ See {IERC165-supportsInterface}.
Assumes that account contains a contract that supports ERC165, otherwise
the behavior of this method is undefined. This precondition can be checked
with {supportsERC165}.
Some precompiled contracts will falsely indicate support for a given interface, so caution
should be exercised when using this function.
Interface identification is specified in ERC-165.
:InterfaceImplementerSet: pass:normal[xref:#IERC1820Registry-InterfaceImplementerSet-address-bytes32-address-[`++InterfaceImplementerSet++`]]