How to get an old transaction from brownie

188 views Asked by At

I'm new at brownie and got stuck with this doubt.

Is there any way to call an old tx and get the event?

I'm working on a testnet and ganache-local.

Example:

tx = contract.createCollectible({"from": get_account(wallet=1)})

If I run again the code, it will create a new tx object.

0

There are 0 answers