Skip to content

Instantly share code, notes, and snippets.

@patitonar
Created August 6, 2020 20:16
Show Gist options
  • Save patitonar/54875bfea32e52496f0e6bb1c6c2438d to your computer and use it in GitHub Desktop.
Save patitonar/54875bfea32e52496f0e6bb1c6c2438d to your computer and use it in GitHub Desktop.
contracts/MonthlyMint.sol
  18:97  warning  Visibility modifier must be first in list of modifiers     visibility-modifier-order
  20:18  warning  Avoid to make time-based decisions in your business logic  not-rely-on-time
  28:5   warning  Error message for require is too long                      reason-string
  32:7   warning  Error message for require is too long                      reason-string
  42:38  warning  Avoid to make time-based decisions in your business logic  not-rely-on-time
  48:5   warning  Error message for require is too long                      reason-string

contracts/TokenDispenser.sol
  13:3   warning  Explicitly mark visibility of state                     state-visibility
  21:44  warning  Visibility modifier must be first in list of modifiers  visibility-modifier-order
  22:5   warning  Error message for require is too long                   reason-string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment