How to decode the data field of contract events received after get Transaction receipt

You already invited:

Diane

Upvotes from:

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.

If you wanna answer this question please Login or Register