How can i find the value of erc20 token in a transaction using the hash generated? I can't seem to find answers anywhere.
Edit:
I found that it is possible to use w.eth.getTransactionReceipt('0xxxxxHashValue') and then int('0x0000000000000000000000000000000000000000000000000000000000000050',0) from the log value of the result to get the amount of token sent.
However, i am still confused as to how to achieve this using PHP.