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
I am wondering where I can find the event associated with this log? I am trying to unpack the event but it does not have an event name. Is this an anonymous event and how can I subscribe to the event properly?
One way that I can think of is to get all the other indexed topics under the above topics[0] but I really want to know if there's a standard way to do this with abi unpacking the event?
The text was updated successfully, but these errors were encountered:
Ah I think I have mistaken sth, apparently Unpack is used on log.Data but here the data are indexed topics. So I don't need to unpack the event? And the proper way to subscribe to this is to filter topics[0]: 0x7d2476ab50663f025cff0be85655bcf355f62768615c0c478f3cd5293f807365? I would really appreciate if you can point me to the code/event for this please.
Hi team! I am trying to subscribe to native ETH transfer log such as the ones here: https://etherscan.io/tx/0x7357f1f0885811b2888dad7e7b1aa0f3016c7b0f8a179e37e463d5e941889bab#eventlog under
topics[0]: 0x7d2476ab50663f025cff0be85655bcf355f62768615c0c478f3cd5293f807365
I am wondering where I can find the event associated with this log? I am trying to unpack the event but it does not have an event name. Is this an anonymous event and how can I subscribe to the event properly?
One way that I can think of is to get all the other indexed topics under the above topics[0] but I really want to know if there's a standard way to do this with abi unpacking the event?
The text was updated successfully, but these errors were encountered: