Skip to content
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

Empty event objects in contract event logs #496

Open
athoifss opened this issue Sep 19, 2024 · 1 comment
Open

Empty event objects in contract event logs #496

athoifss opened this issue Sep 19, 2024 · 1 comment

Comments

@athoifss
Copy link
Contributor

some event logs are shown as empty objects. Because the method is not found in the ABI

@robcxyz
Copy link
Contributor

robcxyz commented Nov 28, 2024

If the method is not in the ABI, it is possible the contract was updated and the event log no longer comes out of the ABI. Just be sure you aren't handling this and at least throw a log if there is an error / or if it skipped.

Technically this is possible (to have the event log removed) but shouldn't be normal considering this has been showing up in recent Txs where for sure the event log would exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants