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 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!
The text was updated successfully, but these errors were encountered:
Hi,
I found there two types of event
AccrueInterest
, whose signatures are:0x4dec04e750ca11537cabcd8a9eab06494de08da3735bc8871cd41250e190bc04
and0x875352fb3fadeb8c0be7cbbe8ff761b308fa7033470cd0287f02f3436fd76cb9
,but it seems that the
CompoundABI
is missing the first signature, which constantly throws the error: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!
The text was updated successfully, but these errors were encountered: