You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have fetched transactions list from etherscan.io API. I need to decode input data to get the value and the token receiver address for ERC20Token transaction.
should be decoded as the picture showing
![Uploading decoded_input_data@2x.png…](decoded input data)
How can I achieve this goal? A convenient function demo is expected. Input Data url
The text was updated successfully, but these errors were encountered:
Please refer to the web3swift_contractV2_Tests in the source code, it has two examples of how to decode the input data. Those examples are for ERC20 input data actually
I have fetched transactions list from etherscan.io API. I need to decode input data to get the value and the token receiver address for ERC20Token transaction.
for example, the following input data
should be decoded as the picture showing
![Uploading decoded_input_data@2x.png…](decoded input data)
How can I achieve this goal? A convenient function demo is expected.
Input Data url
The text was updated successfully, but these errors were encountered: