mondovtotal claimed
    Updated 2025-01-26
    SELECT
    SUM(raw_amount/POWER(10,18)) as amount_claimed,
    COUNT(DISTINCT origin_from_address) as total_claimers
    FROM ethereum.core.fact_token_transfers t
    WHERE (origin_function_signature = '0x9a15bf92' OR origin_function_signature = '0x0768132f')
    AND origin_to_address = '0x6571e50e8769d236414f3fb9e9b1d05341f6f79a'

    QueryRunArchived: QueryRun has been archived