(tx_to in (‘0xEb…’,‘0xA2…’))
||
(tx_logs_topic2 in (‘0x000…Eb…’,‘0x000…A2…’))
I want to receive ETH transactions and ERC20 transactions from specific addresses.
I did the above, but only receive ERC20 transactions.
(ETH transactions are not imported.)
=================
They work well when used separately.
tx_to in (‘0xEb…’,‘0xA2…’)
In this case it works fine.
Is there a solution?
1 post - 1 participant