Number of Chains for Deployment | Token Creator Count | |
---|---|---|
1 | 1 | 223 |
2 | 2 | 84 |
3 | 3 | 22 |
4 | 4 | 18 |
5 | 5 | 13 |
6 | 7 | 11 |
7 | 6 | 5 |
Eman-RazDistribution of token creators based on Number of Chains for Deployment
Updated 2024-02-08
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 final_tab2 as (with final_tab as (with polygon as (Select decoded_log:refundAddress as creator_address, 'Polygon' as "Deployed Chain", decoded_log:destinationChain as "Registered Chain"
From polygon.core.fact_decoded_event_logs
Where decoded_log:destinationAddress='0xB5FB4BE02232B1bBA4dC8f81dc24C26980dE9e3C'
and event_name='NativeGasPaidForContractCall' and
Decoded_log:sourceAddress='0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c'),
arbitrum as (Select decoded_log:refundAddress as creator_address, 'Arbitrum' as "Deployed Chain", decoded_log:destinationChain as "Registered Chain"
From arbitrum.core.fact_decoded_event_logs
Where decoded_log: destinationAddress='0xB5FB4BE02232B1bBA4dC8f81dc24C26980dE9e3C'
and event_name='NativeGasPaidForContractCall' and
Decoded_log:sourceAddress='0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c'),
avalanche as (Select decoded_log:refundAddress as creator_address, 'Avalanche' as "Deployed Chain", decoded_log:destinationChain as "Registered Chain"
From avalanche.core.fact_decoded_event_logs
Where decoded_log: destinationAddress='0xB5FB4BE02232B1bBA4dC8f81dc24C26980dE9e3C'
and event_name='NativeGasPaidForContractCall' and
Decoded_log:sourceAddress='0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c'),
bsc as (Select decoded_log:refundAddress as creator_address, 'BSC' as "Deployed Chain", decoded_log:destinationChain as "Registered Chain"
From bsc.core.fact_decoded_event_logs
Where decoded_log: destinationAddress='0xB5FB4BE02232B1bBA4dC8f81dc24C26980dE9e3C'
and event_name='NativeGasPaidForContractCall' and
Decoded_log:sourceAddress='0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c'),
base as (Select decoded_log:refundAddress as creator_address, 'Base' as "Deployed Chain", decoded_log:destinationChain as "Registered Chain"
From base.core.fact_decoded_event_logs
Where decoded_log: destinationAddress='0xB5FB4BE02232B1bBA4dC8f81dc24C26980dE9e3C'
and event_name='NativeGasPaidForContractCall' and
Decoded_log:sourceAddress='0xb5fb4be02232b1bba4dc8f81dc24c26980de9e3c'),
ethereum as (Select decoded_log:refundAddress as creator_address, 'Ethereum' as "Deployed Chain", decoded_log:destinationChain as "Registered Chain"
Last run: about 1 year agoAuto-refreshes every 12 hours
7
50B
248s