-
Notifications
You must be signed in to change notification settings - Fork 463
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
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
0xa9059cbb000000000000000000000000066a46470fd976e89303f501b704f73016da101e0000000000000000000000000000000000000000000000000de0b6b3a7640000
should be decoded as the picture showing
![Uploading [email protected]…](decoded input data)
How can I achieve this goal? A convenient function demo is expected.
Input Data url
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested