sthnaqvi / explorer

Ethererum Blockchain Explorer to show the details of the blocks and transactions via web3- Realtime Price Ticker, etc.
https://explorer.ethorbit.com
MIT License
69 stars 52 forks source link

Convert Data from Hex to String #15

Open tommycp3 opened 3 years ago

tommycp3 commented 3 years ago

Convert data in transaction from Hex to String as in this example.

Here is a transaction: http://65.21.7.175:8000/#/tx/0xf0a52a1815b450496966e3192ffa6a74406ac706afc42fa12b615cee91fae577

Can we have it presented as a string? 0x1fb82d260000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004030616132333731383634633032383034656135353139346636653038613433343132306334393766323338356665313637646432613666383033353166323338

using: http://string-functions.com/hex-string.aspx

Converts the Hex Data to:

?¸-& @0aa2371864c02804ea55194f6e08a434120c497f2385fe167dd2a6f80351f238

Try for yourself.

Thanks, photo_2021-02-27 12 08 17 photo_2021-02-27 12 08 13