Hello, anyone knows how to get ERC20 transfers (Amount) from a mempool node ? I succeed to get ETH tx from mempool, but because no logs are available until a tx is mined, I don't know how to get ERC20 transfers from mempool
Oct 18, 2021, 10:57 AM
Use a geth glient on web3
Oct 18, 2021, 10:59 AM
Yes I have my geth node already, but which method can I use to extract ERC20 transfer from a mempool tx ?
Oct 18, 2021, 11:00 AM
web3.geth.content()
this is give you all the transactions in mempool
This is web3.py
Oct 18, 2021, 11:01 AM
Yes, I know how to get transactions in mempool. But I don't know how to get ERC20 transfers event from these Tx
Oct 18, 2021, 11:02 AM
idk scearch docs
Oct 18, 2021, 11:03 AM