Flipside Community02) age stats POLYGON - YEARLY copy
    Updated 2025-02-04
    select
    year(block_timestamp) as year_acquired,
    count(distinct from_address) as addresses
    from polygon.core.fact_transactions
    where nonce=1
    and year_acquired != '2024'
    group by 1

    Last run: 3 months ago
    YEAR_ACQUIRED
    ADDRESSES
    1
    202030810
    2
    20215645091
    3
    202315240523
    4
    20251946883
    5
    202213622310
    5
    76B
    203s