(
, e.g. balanceOf(
- Filtering by function, event and error signatures is supported by starting your query with- f#
to find functions only, e.g. f#balanceOf
- e#
to find events only, e.g. e#Transfer
- err#
to find errors only, e.g. err#Not