banterlyticsthe klaw copy
    select count (DISTINCT tx_hash) as nft_claimed from ethereum.core.fact_event_logs
    where ORIGIN_FUNCTION_SIGNATURE = lower('0x5ae2afa4')
    and ORIGIN_TO_ADDRESS = lower('0x7a08865a3e7c291f3b794210bc51d559b49dfd15')
    and tx_status = 'SUCCESS'

    Run a query to Download Data