adriaparcerisasflowty wrapped 2
Updated 2024-02-28
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
›
⌄
with
mints as (
select tx_id, block_timestamp, event_data:id as flowty_wrapped_id,
event_data:to as wallet
from flow.core.fact_events where
event_contract='A.592eb32b47d8b85f.FlowtyWrapped'
and event_type='Deposit'
--and block_timestamp >= '2023-12-22 17:00:00.000'
)
SELECT
count(distinct flowty_wrapped_id) as flowty_wrapped_num,
count(distinct wallet) as unique_wallets
from mints x
Auto-refreshes every 6 hours
QueryRunArchived: QueryRun has been archived