Ali3NOverall Services Review
Updated 2024-12-02
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
›
⌄
with servicest as (
select count (*) as Services
from (
select * from ethereum.nft.ez_nft_transfers
where nft_address = '0x48b6af7b12c71f09e2fc8af4855de4ff54e775ca'
and nft_from_address = '0x0000000000000000000000000000000000000000'
union all
select * from polygon.nft.ez_nft_transfers
where nft_address = '0xe3607b00e75f6405248323a9417ff6b39b244b50'
and nft_from_address = '0x0000000000000000000000000000000000000000'
union all
select * from gnosis.nft.ez_nft_transfers
where nft_address = '0x9338b5153ae39bb89f50468e608ed9d764b755fd'
and nft_from_address = '0x0000000000000000000000000000000000000000')),
agentst as (
select count (*) as Agents
from ethereum.nft.ez_nft_transfers
where nft_address = '0x2f1f7d38e4772884b88f3ecd8b6b9facdc319112'
and nft_from_address = '0x0000000000000000000000000000000000000000'),
componentst as (
select count (*) as Components
from ethereum.nft.ez_nft_transfers
where nft_address = '0x15bd56669f57192a97df41a2aa8f4403e9491776'
and nft_from_address = '0x0000000000000000000000000000000000000000')
select Services,
Components as Components1,
Agents
from servicest join agentst join componentst
Auto-refreshes every 12 hours
QueryRunArchived: QueryRun has been archived