Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 873 Bytes

Slither ERC conformance tool.md

File metadata and controls

26 lines (23 loc) · 873 Bytes

Slither ERC conformance tool slither-check-erc checks the following for ERC's conformance for ERC20, ERC721, ERC777, ERC165, ERC223 and ERC1820:

  1. All the functions are present
  2. All the events are present
  3. Functions return the correct type
  4. Functions that must be view are view
  5. Events' parameters are correctly indexed
  6. The functions emit the events
  7. Derived contracts do not break the conformance

Slide Screenshot

041.jpg


Slide Text

  • ERC Conformance Tool
  • ERC20, ERC721, ERC777, ERC165, ERC223, ERC1820
  • Functions: Present/Return/View etc
  • Events: Present/Emit/Indexed etc

References


Tags