All Questions
2 questions
0
votes
0
answers
179
views
How to exctract/quiery information about "amounts" in pending tx which is sent to Uniswap?
I have a simple JS script. I'm looking at the pending transactions in the Mempool, and only at the ones which are sent to Uniswap router. Namely, each of them has tx.to == $UniswapRouterAddr
How can I ...
3
votes
2
answers
2k
views
How to hide transactions from mempool?
I am testing out blocknative's mempool explorer (https://explorer.blocknative.com) and noticed a lot of pending transactions are actually already confirmed by the time it picks them up, which I can ...