Sbhn_NPToken Creators Summary
Updated 2024-11-24
9
1
2
3
4
5
6
7
8
9
›
⌄
select DISTINCT event_data:registrant as "Token Creator",
count(DISTINCT tx_hash) as "Tokens" -- utils.udf_hex_to_string(event_data:market_metadata:emoji_bytes)::string as em --utils.udf_hex_to_int('s2c',event_data)
from aptos.core.fact_events
where event_module = 'emojicoin_dot_fun'
and event_resource = 'MarketRegistration'
group by 1
order by 2 desc
QueryRunArchived: QueryRun has been archived