This is what I want to achieve
The web3.eth.getTransaction()
doesn't provide the data I am looking for. I want to get historical data of a swap from token to the token and the amount.
Thanks for the help in advance.
This is what I want to achieve
The web3.eth.getTransaction()
doesn't provide the data I am looking for. I want to get historical data of a swap from token to the token and the amount.
Thanks for the help in advance.
The data can be achieved through the web3.eth.getTransactionRecipt()
function and query to log array.