@ -34,6 +34,7 @@ from slither.slithir.variables import Constant
def _get_name(f: Union[Function, Variable]) -> str:
# Return the name of the function or variable
if isinstance(f, Function):
if f.is_fallback or f.is_receive:
return "()"