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
What you are trying to do:
I am trying to fetch the previously deployed transactions' events.
Why Brownie's current functionality is inadequate to address your goal Brownie is able to fetch the event data from the transaction object not from previously deployed transactions.
Here, we can fetch only the latest deployed transaction event data, if we have the tx object.
Overview
What you are trying to do:
I am trying to fetch the previously deployed transactions' events.
Why Brownie's current functionality is inadequate to address your goal
Brownie
is able to fetch the event data from the transaction object not from previously deployed transactions.Here, we can fetch only the latest deployed transaction event data, if we have the
tx
object.Can we also fetch the related contract function’s previously triggered events.
We can do it using
web3.py
, as follows:Would it be possible to integrate this approach into
eth-brownie
? or have a wrapper function for this?The text was updated successfully, but these errors were encountered: