We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when parse #4999272 block, i use erc20 abi get method panic, transaction hash is : 0xbefd2f3a0288731f4db3e24995a1e45c68403a3991e64f00f62b800c22e778c4
0xbefd2f3a0288731f4db3e24995a1e45c68403a3991e64f00f62b800c22e778c4
m, err := ERC20ABI.MethodById(tx.Data())
The text was updated successfully, but these errors were encountered:
Could you provide the stack trace for the panic?
Sorry, something went wrong.
Ah, nvm. There is no data: https://etherscan.io/tx/0xbefd2f3a0288731f4db3e24995a1e45c68403a3991e64f00f62b800c22e778c4 that's why it crashes.
accounts/abi: fix panic in MethodById lookup. Fixes ethereum#17797
23ca841
96fd50b
No branches or pull requests
when parse #4999272 block, i use erc20 abi get method panic, transaction hash is :
0xbefd2f3a0288731f4db3e24995a1e45c68403a3991e64f00f62b800c22e778c4
The text was updated successfully, but these errors were encountered: