You can check the logs, data field indicates the hexa value of transaction amount, you need to clarify decimals value of contract to covert to correct value. The topics fields are exactly the event signature and its indexed params.
event signature is hash (sha3) of event definition in contract.
1 Answers
Diane
Upvotes from:
event signature is hash (sha3) of event definition in contract.