select * from base.core.fact_traces
where tx_hash = '0xcc25aecfacd912b20180c1cc450b1b049aba4cd355ab827836dece50686b6729'
SELECT
count(distinct from_address) as minters,
sum(eth_value/0.05) as mints
from base.core.fact_traces
where to_address = '0x1f9248b193806d7bb7f04945bc8f35dfeeffca34'
and eth_value > 0
and identifier = 'CALL_ORIGIN'