Closed alisinabh closed 7 months ago
Closes #108
EIP-165 provides a way to check if a contract supports a specific interface or not.
This PR adds:
Ethers.Contracts.ERC165
Ethers.Contracts.ERC165.supports_interface/1
Closes #108
EIP-165 provides a way to check if a contract supports a specific interface or not.
This PR adds:
Ethers.Contracts.ERC165
contractEthers.Contracts.ERC165.supports_interface/1
with modules implementing ERC165 behaviour instead of interface IDs directly.