Query Supported Interfaces
- View Interface IFismoSupport.sol
- This is the ERC-165 Interface Detection Standard
- The ERC-165 identifier for this interface is
0x01ffc9a7
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 |