Ether
我有一個事務雜湊,如何獲取可讀的輸入數據?
我有一個事務雜湊:0x9f46760404dd3075533e8360fe4beb0ba7210423af1f4a95a5c80defffe824b5,如何輕鬆解碼“輸入數據”?
我試過這個,但我沒有 ABI: https ://lab.miguelmota.com/ethereum-input-data-decoder/example/
試試這個。
或者如果你想使用 web3,庫中有一個名為
web3.utils.toAscii(<INPUT>)
.