wyeeeh0xbee_tx_in_same_block
Updated 2023-06-29
999
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
›
⌄
-- 筛选与0xbee同一个block
SELECT
*
FROM
ethereum.core.fact_transactions
WHERE
BLOCK_NUMBER IN
('16539445',
'16542036',
'16542579',
'16544329',
'16544330',
'16544509',
'16546109',
'16546128',
'16547448',
'16547471',
'16548115',
'16548164',
'16551455',
'16553475',
'16554910',
'16555327',
'16555641',
'16558368',
'16558382',
'16559388',
'16559480',
'16559867',
'16560473',
'16561130',
'16561611',
'16561651',
'16561664',
'16561881',
'16562052',
Run a query to Download Data