0x07f2e2fE7A091e69389E6996644F1Af09441C7e4Untitled Query
Updated 2023-04-07
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
SELECT
max(a.TX_HASH) FROM
BSC.core.fact_transactions as a,
BSC.core.fact_traces as b
WHERE
substring(a.INPUT_DATA, 3, 8) != '7ff36ab5'
and substring(a.INPUT_DATA, 3, 8) != '18cbafe5'
and substring(a.INPUT_DATA, 3, 8) != '38ed1739'
and substring(a.INPUT_DATA, 3, 8) != '791ac947'
and substring(a.INPUT_DATA, 3, 8) != 'fb3bdb41'
and substring(a.INPUT_DATA, 3, 8) != 'f305d719'
and substring(a.INPUT_DATA, 3, 8) != '8803dbee'
and substring(a.INPUT_DATA, 3, 8) != '5c11d795'
and substring(a.INPUT_DATA, 3, 8) != '4a25d94a'
and substring(a.INPUT_DATA, 3, 8) != 'b6f9de95'
and substring(a.INPUT_DATA, 3, 8) != '5f575529'
and substring(a.INPUT_DATA, 3, 8) != 'b6428a7a'
and substring(a.INPUT_DATA, 3, 8) != 'e8e33700'
and substring(a.INPUT_DATA, 3, 8) != '9fbf10fc'
and substring(a.INPUT_DATA, 3, 8) != 'c10bea5c'
and substring(a.INPUT_DATA, 3, 8) != '7c025200'
and substring(a.INPUT_DATA, 3, 8) != '23b872dd'
and substring(a.INPUT_DATA, 3, 8) != '60806040'
and substring(a.INPUT_DATA, 3, 8) != 'b88d4fde'
and a.TX_HASH = b.TX_HASH
and a.block_number >= 16938062
and a.BNB_VALUE != 0
/* and b.to_address = '0x7f5c764cbc14f9669b88837ca1490cca17c31607'*/
and substring(b.input, 35,40) != substring(a.to_address,3)
and substring(b.input, 3, 8) = '23b872dd'
and a.INPUT_DATA like concat('%', substring(b.input, 35,40), '%')
and length(a.INPUT_DATA) > 138
Run a query to Download Data