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

Missing signature of event AccrueInterest in the abi #169

Open
rukolahasser opened this issue Oct 12, 2021 · 0 comments
Open

Missing signature of event AccrueInterest in the abi #169

rukolahasser opened this issue Oct 12, 2021 · 0 comments

Comments

@rukolahasser
Copy link

Hi,

I found there two types of event AccrueInterest, whose signatures are: 0x4dec04e750ca11537cabcd8a9eab06494de08da3735bc8871cd41250e190bc04 and
0x875352fb3fadeb8c0be7cbbe8ff761b308fa7033470cd0287f02f3436fd76cb9,

but it seems that the CompoundABI is missing the first signature, which constantly throws the error:

error="no event with id: 0x307834646563303465373530636131313533376361626364386139656162303634393464653038646133373335626338383731636434313235306531393062633034"

when I try to use func (abi *ABI) EventByID(topic common.Hash) (*Event, error) to get the event by its ID.

I was wondering if I was using the wrong abi?

Thanks!

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

1 participant