What is the best way to implement the coin contract code to see all transaction history?
It's easy to get the transaction history of ether, but it's kind of difficult to get all sending and receiving history of coin contract.
- Add event log in sending function
- Parse all messages to the coin contract
Any other ways?