Hey there,
I am trying to decode a encoded function with all of its parameter. The function wants 3 arrays and its full of objects etc… so i wanted to aks how i can decode that with web3.js or ethers.
I want the values in it. Something like here https://www.turfemon.com/tools/transaction-data-decoder
anyone here can help ?
You will need the abi in order to decode that data
yeah i have that. what is the code for taht i need something like.
ethers.deocde(abi, inoutData)
then here the values tec…
can you give a concrete example with input data an abi? also a link to a blockchain explorer could help