DataBeingENS Claimant Percentage
    Updated 2021-12-08
    SELECT
    COUNT(DISTINCT origin_address) / 137689 * 100 AS claimant_percentage,
    COUNT(DISTINCT origin_address) AS claimants
    FROM ethereum.udm_events
    WHERE contract_address = '0xc18360217d8f7ab5e7c516566761ea12ce7f9d72'
    AND origin_function_signature = '0x76122903'
    Run a query to Download Data