A. Errors (with args -> without args)
B. Contract
- Constant variables
- Type declarations (structs, enums)
- State variables (public -> private / bytes -> uint -> address -> bool)
- Events
- Modifiers
- Constructor
- Functions: Sort by order of function required (not visibility)
- receive(), fallback(), external, external view, external pure, public, internal, private