0xaimanEth In ffrom terra to ethereum
    Updated 2021-10-06
    Select date_trunc('day', block_timestamp) as date, sum(event_inputs:amount)

    from ethereum.events_emitted

    where date>'2021-09-01'
    and contract_address= '0xa2f987a546d4cd1c607ee8141276876c26b72bdf'
    and tx_succeeded = 'TRUE'
    and event_name ='Withdrawn'

    group by date order by date


    Run a query to Download Data