Hi,
I’m writing a dapp using Moralis. I have a smart contract that is using the pancake router to perform a swap. I’m able to see the transaction hash on so on but i would love to be able to get the information like this :
I need to get token addresses and quantities moved. I need this so i can create a modal where i show exactly how many tokens have been swapped like in any dex out there after a swap.
Thanks! <3