zakkisyedUnique Meteor Mint Owners
    Updated 2021-12-15
    select count (distinct owner) from
    (
    select block_timestamp,
    tx_id,
    msg_value:execute_msg:mint:token_id::string AS tokenID,
    msg_value:execute_msg:mint:owner::string AS owner
    from terra.msgs
    where msg_value:contract::string = 'terra1k0y373yxqne22pc9g7jvnr4qclpsxtafevtrpg'
    and msg_value:sender::string = 'terra1awy9ychm2z2hd696kz6yeq67l30l7nxs7n762t'
    and msg_value:execute_msg:mint is not null
    )
    Run a query to Download Data