INFO:Detectors: Token (tests/incorrect_erc721_interface.sol#6-16) has incorrect ERC721 function interface(s): -supportsInterface (tests/incorrect_erc721_interface.sol#4) -balanceOf (tests/incorrect_erc721_interface.sol#7) -ownerOf (tests/incorrect_erc721_interface.sol#8) -safeTransferFrom (tests/incorrect_erc721_interface.sol#9) -safeTransferFrom (tests/incorrect_erc721_interface.sol#10) -transferFrom (tests/incorrect_erc721_interface.sol#11) -approve (tests/incorrect_erc721_interface.sol#12) -setApprovalForAll (tests/incorrect_erc721_interface.sol#13) -getApproved (tests/incorrect_erc721_interface.sol#14) -isApprovedForAll (tests/incorrect_erc721_interface.sol#15) Reference: https://github.com/crytic/slither/wiki/Detector-Documentation#incorrect-erc721-interface INFO:Slither:tests/incorrect_erc721_interface.sol analyzed (2 contracts), 1 result(s) found