boomer77Whales-Transactions
    Updated 2021-07-06
    SELECT event_from, sum(event_amount_usd) as sum, msg_type
    FROM terra.transfers

    WHERE
    event_from = 'terra1fl48vsnmsdzcv85q5d2q4z5ajdha8yu3nln0mh' or
    event_from = 'terra1dp0taj85ruc299rkdvzp4z5pfg6z6swaed74e6' or
    event_from = 'terra1mtwph2juhj0rvjz7dy92gvl6xvukaxu8rfv8ts' or
    event_from = 'terra1jv65s3grqf6v6jl3dp4t6c9t9rk99cd8pm7utl' or
    event_from = 'terra1dp0taj85ruc299rkdvzp4z5pfg6z6swaed74e6' or
    event_from = 'terra15s66unmdcpknuxxldd7fsr44skme966tdckq8c' or
    event_from = 'terra1p54hc4yy2ajg67j645dn73w3378j6k05v52cnk' or
    event_from = 'terra1wqwfwh797tf77e2xpvy9xx082pwpxxlm9x4xws' or
    event_from = 'terra13u66u4knssnws7n7w0n38mzyyqak5ygp807gyl' or
    event_from = 'terra17fc39atdvxgum707qcejv3w9jeznnxvy6tx786'

    GROUP by 1,3



    Run a query to Download Data