Nige7777testing
    Updated 2021-12-22
    select * from ethereum.dex_swaps s
    where
    token_address = lower('0x383518188c0c6d7730d91b2c03a03c837814a899' )
    and to_address <> '0x12c085210a498369720f68c3020a60edf1542e4a' --zapper
    and to_address = '0x98cf555d2a0088779f59eb0f259af12b9045925e'--'0xeb5d3a91b5e721fa251e03bda2c9578e90f30f84'
    and block_timestamp >= CURRENT_DATE -190
    order by block_timestamp desc
    limit 100


    --select * from ethereum.events_emitted where lower(contract_Address) = lower ('0xeb5d3a91b5e721fa251e03bda2c9578e90f30f84')
    Run a query to Download Data