@hubiinetwork/soldoc
Version:
Solidity documentation generator
33 lines (14 loc) • 464 B
Markdown
# ERC165
[see the source](https://github.com/dev-matan-tsuberi/soldoc/tree/master/contracts/ERC165.sol)
**Execution cost**: No bound available
**Deployment cost**: No bound available
**Combined cost**: No bound available
## Methods
### supportsInterface(bytes4)
**Execution cost**: No bound available
**Attributes**: constant
Params:
1. **_interfaceId** *of type `bytes4`*
Returns:
1. **output_0** *of type `bool`*
[Back to the top ↑](#erc165)