bobby_danielGetting Started
    Updated 2025-03-05
    -- SELECT
    -- BLOCK_TIMESTAMP::date as day,
    -- sum(AMOUNT_USD) as daily_usd
    -- FROM
    -- ethereum.core.ez_token_transfers
    -- Where to_address = '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
    -- and block_timestamp:: date >= '2024-01-01'
    -- and amount_usd IS NOT NULL
    -- group by day
    -- LIMIT 10

    Select *
    from ethereum.core.ez_token_transfers
    Where tx_hash = lower('0x3f5b4e48cf50843de36f942b996f0645449bd453d992376ed1336c3502916407')
    Limit 10


    Last run: 2 months ago
    No Data to Display
    0
    2B
    1s