Pmisha-bmlMdxTCR.distribution
    Updated 2022-03-03
    SELECT
    date_trunc('day',block_timestamp) as dt,
    sum(amount) as daily_amount
    FROM ethereum.udm_events
    WHERE contract_address = '0x9c4a4204b79dd291d6b6571c5be8bbcd0622f050'
    and FROM_ADDRESS = '0xa84918f3280d488eb3369cb713ec53ce386b6cba' and ORIGIN_FUNCTION_SIGNATURE = '0xdee4dea0'
    and block_timestamp >= '2021-01-20' group by 1 order by 1
    Run a query to Download Data