NavidUntitled Query
Updated 2022-10-30
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
›
⌄
with base as (
select
block_timestamp,
tx_hash,
event_inputs:_to as to_address,
event_inputs:_from as from_address,
event_inputs:_id as token_id
from
polygon.core.fact_event_logs
where
event_name = 'TransferSingle' and
tx_status = 'SUCCESS' and
contract_address in (
'0xfec90bc707fc93aefeb0c18c2eb56bc79d32163e',
'0x91ac106090fe2b0fa7d01efdf4487a5bfafad7fa',
'0x7e680862c572e4b945cf45912130c8d884109b59',
'0xd5ae5a16fbaf964f96e242645a4a6f10b98fd0c4',
'0x37db2523d221d19838632eb62d1af911e52632c3',
'0x5fd4d6fef3b87b91c7df8658727b5edd7210cf5a',
'0x45ee1caed83525673843321107bccadecb9065d7',
'0xe1b5e23fdbc003aec16e6e79726a0b5f75ff93f5',
'0xbcea6c4029203b8753c856a2514a6ed211c69777',
'0x334ad326a787dd332f26cbe8b4d7adfa8bd25f92',
'0xbc096988fa38c78d65c0637453fd3d3c38b1cfd4',
'0x0985cb10c5d57dbf44aa473f33839ed38d80f111',
'0x3e4627665bf2e52c69be03788e664ab545f2be71',
'0x04f7a676af597f847053b6c02ed42d02fa4046aa',
'0x79ef499463dae3cd413d78477fa848ecbbda774b',
'0x81ba34b90876f42f34a4f232cfc0fe4b6ec949a3',
'0x621ce7e7e44d43a428a183d5390c4f4572c9ff9d',
'0x04125a97a0f2583cd485be2c34b651cc13c38a27',
'0xdaa6e4ba2d4022ed820460bb501b9e061d9614fb',
'0x3458161f2dc5d7eafa48e7c8d9acd7f415cf6da6',
'0x04f087e3191d7a050800a2e04cb20046d2633e35',
'0x8264e2bad3d2f7afd72a00233b9f841fe4b388cd',
'0xddbdb65138131dbf2d01b4a5140e1979680c90bb',
Run a query to Download Data