2

Once the contract is mined, i receive an address. Several transactions take place on that contract address, for which a unique transaction hash is generated for each transaction. These transactions change the state and force certain parameters to change.

Is there a way to trace those transactions/ state change using the contract address in smart contracts?

Rahul Sharma
  • 1,303
  • 2
  • 16
  • 24

2 Answers2

1

We're trying to build a command line tool to download and present transactions at http://ethslurp.com. It's a work in progress, but it's open source, so it might shed some light.

Thomas Jay Rush
  • 9,943
  • 4
  • 31
  • 72
0

You can use https://etherscan.io/ to trace the transaction history for an address.

Etherscan is an ethereum blockchain explorer. Search by the address and you'll get see transaction history for the address.