DB_Amount to be claimed
    Updated 2023-11-14
    select
    sum(amount)/1000000 as total_claimable_WHALE
    from
    terra.core.ez_transfers
    where
    sender = 'terra1axjenrjrqyxuec2s8pr2y574n4j4zp3z5y50s8' and
    RECEIVER = 'terra1qdg94xw7vru5x57zf0gsjak7qzq46kptfm6y0s8ypsx3aqn9h7ts4p406e'

    order by 1
    Run a query to Download Data