You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function callToInternalFunction(uint _n1, uint _n2, uint _n3) internal { ... }
I want get ["n1", "n2", 3] , when i specify function name - callToInternalFunction. is it possible?
and the same for event - [5, "fff"]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello. Just question about writing own detector.
Can I get var names, or values(if name has not specified) which passed as arguments in function call?
Example:
function callToInternalFunction(uint _n1, uint _n2, uint _n3) internal { ... }
I want get ["n1", "n2", 3] , when i specify function name - callToInternalFunction. is it possible?
and the same for event - [5, "fff"]
Beta Was this translation helpful? Give feedback.
All reactions