(Web3 03) Finding token buy orders on blockchain

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.

1 thought on “(Web3 03) Finding token buy orders on blockchain

Leave a Reply

Your email address will not be published. Required fields are marked *