-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
decodeLogs don't work with uint256 tokenId #84
Comments
i modified this line: |
oh okay I will try that. |
without 16 like this : |
OK ok thanks |
@R4ms3s13 @ibaraki-douji how do you get this without decoding the log? I'm also seeing invalid character error at the decoding part.
Where should I place these code at?
my current code looks like this
|
@wuichen The code we show is inside the node_modules ( |
Can i make a PR for make this fix availlable ? |
I don't have the fix anymore on my computer since the project was deleted. |
I opened a PR. I'll work on a new ABI Decoder Typescript library later. |
The solution above worked for me after removing |
So i was trying to decode some transactions and got this error :
after some search the cause was this event :
i have other tokenId who fail too.
The text was updated successfully, but these errors were encountered: