Replies: 1 comment
-
Can you include a full code example (but still minimal) including the value of the log and the ABI for that event? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following event:
in my tests, I got:
PROBLEM
dao,creator, name, ensNode
all are undefined.args
actually exist on an event, but it doen't contain keys and looks like this:The way I solve this is removing
indexed
specifier ONLY fromstring indexed name
in the event and everything just works flawleslly.I am just curious why this quickly makes things better? I know that hash of the name is actually stored because it's a dynamic variable, but still, i don't get it why removing
indexed
from name even fixes/shows other arguments well..Beta Was this translation helpful? Give feedback.
All reactions