Query Supported Interfaces

Methods

🦠 supportsInterface

Query whether Fismo supports a given interface

Signature

function supportsInterface (
    bytes4 _interfaceId
) 
external 
view 
returns (bool);

Arguments

Name Description Type
_interfaceId the sighash of the given interface bytes4