boomer77GP mint as first tx
    with minter as (select msg_value:sender::string as minter, tx_id
    from terra.msgs
    where msg_value:contract::string = 'terra16wuzgsx3tz4hkqu73q5s7unxenefkkvefvewsh' and msg_value:execute_msg:reserve_nft:operator::string = 'terra1lglmepz64mlcus2f7zq9gxzhtucpf080hf0997'
    and tx_status = 'SUCCEEDED'),

    tx as (select tx_id, block_timestamp
    from terra.msgs
    where )
    Run a query to Download Data