vegardHFT Token Circulations
    Updated 2022-11-11
    select
    count(distinct(tx_hash)) as claim_airdrop_num,
    sum(event_inputs:value / pow(10, 18)) as total_amount,
    count(distinct(origin_from_address)) as users_num
    from ethereum.core.fact_event_logs
    where origin_to_address = '0x1a9a4d919943340b7e855e310489e16155f4ed29'
    and contract_address = '0xb3999f658c0391d94a37f7ff328f3fec942bcadc'
    and origin_function_signature = '0xeb4d6138'
    Run a query to Download Data