CryptoLioncompound enter market
    Updated 2021-04-24
    SELECT
    FROM ethereum.transactions
    WHERE
    to_address = LOWER('0x35A18000230DA775CAc24873d00Ff85BccdeD550') --0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
    AND block_timestamp >= getdate() - interval '31 days'
    AND fee_usd > 0
    AND function_name <> 'transfer'
    Run a query to Download Data