Consensys / surya

A set of utilities for exploring Solidity contracts
Apache License 2.0
1.06k stars 118 forks source link

List modifiers in describe command #149

Closed maurelian closed 3 years ago

maurelian commented 3 years ago

This is a simple change to add a list of modifiers when present, on a new line.

Example:

Pool (Initializable, ReentrancyGuard)