Ethereum Standard ERC165 Explained
In smart contract development, a standard called ERC165 often appears when contract to contract interaction is needed. Solidity already provides a way for a contract to call functions from another contract. But why is ERC165 needed?