How to decode web3 py transaction object input variable using ABI
I have a transaction in which I know the hash of. It was a swap to sell a token using Uniswap. I am trying to find the amount the wallet received in ETH within the transaction object. To my knowledge, this information can likely be found by extracting the function calls with its parameters inside the ‘input’ field of the transaction object returned by web3 py library.