Skip to content

Latest commit

 

History

History
32 lines (14 loc) · 473 Bytes

ERC165.md

File metadata and controls

32 lines (14 loc) · 473 Bytes

ERC165

see the source

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 ↑