[Solved] Where do I see transactions history of my contract executions?

When you execute a transaction, let’s say the vote meme app, every time I’m executing the contract there is a change of data. How and where we can see all history of execution?

Hi there,

Our middleware, which currently needs a cool new name, is your friend. Use it like this:

https://mdw.aepps.com/middleware/contracts/transactions/address/ct_YiphaNFWRsFAVGbz8P2CDQdB1q7gDkjGJMU4Ubgu8g2X9T5ck

Right now we only show the call arguments, but Real Soon Now we shall show the return value as well.

Hope this helps,

John

2 Likes

Can this also use to check testnet contracts?

Yes, using it like this: https://testnet.mdw.aepps.com/middleware/contracts/transactions/address/ct_2vQ5EVnpHtYrJ5AscjCUhJj8eKdtCiqhKQdjxTN12B1MPmMXra

2 Likes

Thanks really appreciate

1 Like