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 think the result should be ['0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48','0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2','0xB4e16d0168e52d35CaCD2c6185b44281Ec28C9Dc',1n],
If you set name for the forth parameter, you can get correct args.
This discussion was converted from issue #1670 on January 10, 2024 14:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
-
Is there an existing issue for this?
Package Version
2.0.5
Current Behavior
I am using view to filter and decode historical event. My code is as follows
I want to ask how to decode log and get indexed parameter?. I want to get result like
Expected Behavior
I notice that the result is caused the Abi of "PairCreated" event is
I think the result should be
['0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48','0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2','0xB4e16d0168e52d35CaCD2c6185b44281Ec28C9Dc',1n],
If you set name for the forth parameter, you can get correct args.
Steps To Reproduce
No response
Link to Minimal Reproducible Example (StackBlitz, CodeSandbox, GitHub repo etc.)
No response
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions