nt

Results 1 issues of nt

I notice that the `interfaceId` calculation of IERCX is wrong here. ```solidity bytes4 private constant _InterfaceId_ERCX = bytes4(keccak256("balanceOfOwner(address)")) ^ bytes4(keccak256("balanceOfUser(address)")) ^ bytes4(keccak256("ownerOf(uint256)")) ^ bytes4(keccak256("userOf(uint256)")) ^ bytes4(keccak256("safeTransferOwner(address, address, uint256)")) ^ bytes4(...