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