ML6Number of users who got transferred MARS Tokens from them
    Updated 2022-04-05
    select count(distinct EVENT_ATTRIBUTES:from),block_timestamp::date from terra.msg_events where EVENT_ATTRIBUTES:contract_address='terra12hgwnpupflfpuual532wgrxu2gjp0tcagzgx4n'
    and EVENT_ATTRIBUTES:action='transfer'
    group by block_timestamp::date
    Run a query to Download Data