Hi how can I create an expression to identify bnb and bep20
for example I need to track when sending bnb and when sending bep20(tx_logs_topic2)
here is an example of what I was trying to create
-
(tx_to == ‘0x9141208caaa82dc23f313d86b67ac43bdb443ee5’) || (tx_logs_topic2 == ‘0x0000000000000000000000009141208caaa82dc23f313d86b67ac43bdb443ee5’)
-
tx_to == ‘0x9141208caaa82dc23f313d86b67ac43bdb443ee5’ || tx_logs_topic2 == ‘0x0000000000000000000000009141208caaa82dc23f313d86b67ac43bdb443ee5’
but only the event for tx_logs_topic2 comes
P.S. in different alerts events occur for both
3 posts - 2 participants