How to interprete transaction correctly

Hi,

I’m currently wondering if there’s any way to get a better understanding of the transactions shown in iotexscan? In detail I’m wondering what i did here:
https://iotexscan.io/tx/67fb6f74be92dce491c006ce33b1313987b0047324f477768ae2adbfa2b9829a
There’s a transaction to the rewardingprotocol but it doesn’t seem to come back any for it?

Normall I’d expect something like
https://iotexscan.io/tx/02653befd0eb62f2debfe1254b7624bd0cb18bc6e81bf80cf6919d83c0eaef8c
where I claimed VITA for IOTX but obviously that wasn’t the case for the other transaction?

Long story short: Is there any way to investigate further what the first transaction was used for?

PS: Background is that I’m currently preparing my taxes and so I have to stay sure every transaction is reported correctly..

BR
Bob

Hello Bob​ ​,

Thanks for writing in.

You need to decode the data. You can try using something like this tool: https://iotexscout.io/opcode-tool

If you want even more information, you will need to know the contract ABI and decode the input. You can find a guide for Ethereum here https://medium.com/coinmonks/discovering-the-secrets-of-an-ethereum-transaction-64febb00935c - the process is very similar on IoTeX

1 Like