CryptoIcicleNew Celsius Wallets - Transfers to
    Updated 2023-03-27
    -- New Celsius Wallets
    -- Payout 200 USDC
    -- Grand Prize 800 USDC
    -- Level Advanced

    -- Recently, Celsius made the decision to halt trading activity due to ‘extreme market conditions’, including a pair of events
    -- that had a severe impact: the depegging of stakehound eth STETH and the Luna crash.
    -- Potential Celsius owned addresses have been circulating on twitter and we want to know the behaviors surrounding these addresses.

    -- Build a dashboard that tracks the activity of the newly identified Celsius wallets.
    -- Let’s look at incoming vs. outgoing transactions over time.
    -- What is the average amount being moved?
    -- What are the wallet compositions by token?
    -- Tweet your dashboard and tag larry- @lawmaster.
    -- The best submission will receive 800 USDC; the top 10 submissions will receive 200 USDC
    -- Hint: To find the addresses quickly, you can use the crosschain.address_labels table where the address_name is ‘celsius wallet’
    -- https://twitter.com/lawmaster/status/1536300771020529665
    with twitter_wallets as
    (
    select '0x8aceab8167c80cb8b3de7fa6228b889bb1130ee8' as address union
    select '0x87a67e7dc32fdc79853d780c6f516312b4a503b5' as address union
    select '0x1cedc0f3af8f9841b0a1f5c1a4ddc6e1a1629074' as address union
    select '0xeee27662c2b8eba3cd936a23f039f3189633e4c8' as address union
    select '0xc131701ea649afc0bfcc085dc13304dc0153dc2e' as address union
    select '0x84e1f49a6b65882c7365b6a775999cfcb481f22f' as address union
    select '0x4f6742badb049791cd9a37ea913f2bac38d01279' as address union
    select '0xef22c14f46858d5ac61326497b056974167f2ee1' as address union
    select '0xdbaa0bcec419c47a75efbb93c745aebae3fe9c7b' as address union
    select '0x3b6543ebe26824bd8156a103063f56ce50f88080' as address union
    select '0x3be6d80fdce385358f5762998882efc282df7b9a' as address union
    select '0x845cbcb8230197f733b59cfe1795f282786f212c' as address union
    select '0x0fc8415a9b8f535e9f48ba245b1b18a37fb03a90' as address union
    select '0x8665d75ff2db29355428b590856505459bb675e3' as address union
    select '0x32b61bb22cbe4834bc3e73dce85280037d944a4d' as address union
    select '0xcf7a68127285c7c6c8546ce51b89d7e820f6d294' as address union
    select '0xc926c5803b9337013232bc36cdf2d82608c62466' as address union
    Run a query to Download Data