In this video we continue web3 and interacting with Ethereum network. We will
– see the transactions happening on the network and find the ones we want
– decode the data that are passed to smart contracts in each transactions
– interact with token smart contracts and call methods or get parameter values
We also get to know what an ABI is and how the abi-decoder library helps us decode transaction data; and how to filter potentially unsuccessful transactions based on their gas amount and gas price.
I have a handy tool for decoding transaction data using ABI, check it on this page.
Very interesting subject, thanks for putting up.