LI.FICollectedFees by Integrators
    Updated 2025-05-07
    with all_txns as (
    SELECT contract_address, event_name, block_timestamp, tx_hash, decoded_log, 'Arbitrum' as src_chain FROM arbitrum.core.ez_decoded_event_logs
    WHERE block_timestamp >= current_date - {{past_n_days}}
    UNION ALL
    SELECT contract_address, event_name, block_timestamp, tx_hash, decoded_log, 'OP' as src_chain FROM optimism.core.ez_decoded_event_logs
    WHERE block_timestamp >= current_date - {{past_n_days}}
    UNION ALL
    SELECT contract_address, event_name, block_timestamp, tx_hash, decoded_log, 'BSC' as src_chain FROM bsc.core.ez_decoded_event_logs
    WHERE block_timestamp >= current_date - {{past_n_days}}
    UNION ALL
    SELECT contract_address, event_name, block_timestamp, tx_hash, decoded_log, 'BASE' as src_chain FROM base.core.ez_decoded_event_logs
    WHERE block_timestamp >= current_date - {{past_n_days}}
    UNION ALL
    SELECT contract_address, event_name, block_timestamp, tx_hash, decoded_log, 'Ethereum' as src_chain FROM ethereum.core.ez_decoded_event_logs
    WHERE block_timestamp >= current_date - {{past_n_days}}
    UNION ALL
    SELECT contract_address, event_name, block_timestamp, tx_hash, decoded_log, 'Polygon' as src_chain FROM polygon.core.ez_decoded_event_logs
    WHERE block_timestamp >= current_date - {{past_n_days}}
    UNION ALL
    SELECT contract_address, event_name, block_timestamp, tx_hash, decoded_log, 'Gnosis' as src_chain FROM gnosis.core.ez_decoded_event_logs
    WHERE block_timestamp >= current_date - {{past_n_days}}
    UNION ALL
    SELECT contract_address, event_name, block_timestamp, tx_hash, decoded_log, 'Avalanche' as src_chain FROM avalanche.core.ez_decoded_event_logs
    WHERE block_timestamp >= current_date - {{past_n_days}}
    UNION ALL
    SELECT contract_address, event_name, block_timestamp, tx_hash, decoded_log, 'Blast' as src_chain FROM blast.core.ez_decoded_event_logs
    WHERE block_timestamp >= current_date - {{past_n_days}}
    UNION ALL
    SELECT contract_address, event_name, block_timestamp, tx_hash, decoded_log, 'Ink' as src_chain FROM ink.core.ez_decoded_event_logs
    WHERE block_timestamp >= current_date - {{past_n_days}}
    ),
    prices as (
    SELECT hour, price, decimals, symbol, iff(is_native,'0x0000000000000000000000000000000000000000', token_address) as token_address, 'Arbitrum' AS chain FROM arbitrum.price.ez_prices_hourly
    UNION ALL
    SELECT hour, price, decimals, symbol, iff(is_native,'0x0000000000000000000000000000000000000000', token_address) as token_address, 'OP' AS chain FROM optimism.price.ez_prices_hourly
    UNION ALL
    Last run: 23 days ago
    INTEGRATOR
    TX_COUNT
    INTEGRATOR_FEE
    LIFI_FEE
    1
    exodus
    28798472386.7583362.25
    2
    phantom
    2957961193770.8362829.99
    3
    safepal
    6824323851.1229806.83
    4
    _ledger
    438995746.527356.14
    5
    defiapphome
    369440.0326885.21
    6
    xportal
    5597100287.7623597.12
    7
    exodusus
    11876124708.7622007.39
    8
    sushi
    1881151477.1412869.2
    9
    invity
    5094393170.3510712.74
    10
    cdcdefi
    1624446916.568796.84
    11
    jumper.exchange641707083.04
    12
    apeswap
    876334202.086035.66
    13
    den
    45418.653834.94
    14
    zapper
    998513819.633420.45
    15
    seif
    100933981.193077.92
    16
    benqi
    19520.712957.62
    17
    integrator-test-123-123
    2017537844.492614.26
    18
    test
    6802313.29
    19
    bcdc
    30915963.212288.65
    20
    magic_eden-io-mobile
    35729632.271699.07
    ...
    247
    7KB
    512s