elmiaONexplore
    Updated 2022-07-23
    WITH mt_ as ( -- mint transaction
    SELECT
    distinct(tx_id) as tx_id
    FROM flow.core.fact_events
    WHERE event_data:"from" = '0xe1f2a091f7bb5245'
    )

    SELECT * FROM mt_
    LIMIT 10
    Run a query to Download Data