Yousefi_1994NETH - Total Number of Account
    Updated 2023-03-03
    select
    count(distinct actions:predecessor_id) as "Number of Account"
    from near.core.fact_receipts
    where receiver_id = 'nethmap.near'
    and actions:receipt:Action:actions[0]:FunctionCall:method_name = 'set'
    and block_timestamp::date >= '2022-12-19'
    and status_value:Failure is null
    Run a query to Download Data