Hi
is there a way to decode input data of tx?

Dec 9, 2020, 5:09 PM
https://github.com/miguelmota/ethereum-input-data-decoder I've used this successfully in the past
https://lab.miguelmota.com/ethereum-input-data-decoder/example/
without the ABI you can just get the function signature and the parameter bytes
Dec 9, 2020, 5:12 PM
Thanks. Any good way to estimate Gas Limit?
I used web3 for that but some time tx goes out of gas
Dec 9, 2020, 5:23 PM
You can make a test call on a forked blockchain
Dec 9, 2020, 5:39 PM

© 2024 Draquery.com All rights reserved.