par_rntotal
    Updated 2022-11-17
    select count(DISTINCT(origin_from_address)) as total_user, count(DISTINCT(tx_hash)) as total_tx,
    count(DISTINCT(contract_address)) as collection , count(DISTINCT(EVENT_INPUTS:tokenId)) as nft
    from ethereum.core.fact_event_logs
    where origin_to_address = lower('0x5a7749f83b81b301cab5f48eb8516b986daef23d') and
    origin_to_address = EVENT_INPUTS:to and origin_from_address = EVENT_INPUTS:from
    Run a query to Download Data