How to Token Transfer of a Transaction History?

Hi. I’m trying to get the details of a transaction history. Based on scope.klaytn there was a token transfer history with the To address and a token value transferred on the token transfer. However, on the klay_getTransactionByHash the To Address was referring to smart contract instead of a wallet address. I also tried to check the Input value of the transaction but i’m having trouble converting it to text.

Hi, @meluzray.

Thanks for asking the question on Klaytn forum.
I’m JK on Klaytn team.

The token transfer data is collected from receipt logs.
You may be able to check them if your contract KIP standards.

Please check the following links:

Please let me know if you have more questions.
Thanks.