tkvresearchprime-harlequin
Updated 2025-01-20
9
1
2
3
4
5
6
7
8
›
⌄
select date(block_timestamp) as datetime,
count(*) as token_launched,
sum(count(*)) over (order by date(block_timestamp)) as cum_token_launched
from base.core.fact_transactions
where to_address = lower('0xF66DeA7b3e897cD44A5a231c61B6B4423d613259')
and
origin_function_signature = '0x3c0b93aa'
group by 1
QueryRunArchived: QueryRun has been archived