How do we get the interface ID in ERC165?
Feb 3, 2024 · 2 min read · You might have heard about ERC165, do you know how we get the interface ID? interfaceID is achieved by two main operations. 1. keccak256 hash 2. XOR operation keccak256 is an algorithm that takes an input and spits out some random string in bytes. We...
Join discussion


