BlockTrackeroverview [custom Affiliate]
    Updated 2025-06-09
    with init as (
    select
    block_timestamp,
    tx_id,
    from_amount_usd,
    to_amount_usd,
    from_address,
    array_size(affiliate_addresses_array) as aff_adds_count,
    case
    when aff_adds_count > 1 and affiliate_address = '_' then affiliate_addresses_array[1]
    else affiliate_address
    end as affiliate_address,
    case
    when aff_adds_count > 1 and affiliate_address = '_' then AFFILIATE_FEE_BASIS_POINTS_ARRAY[1]
    else AFFILIATE_FEE_BASIS_POINTS end as AFFILIATE_FEE_BASIS_POINTS
    from maya.defi.fact_swaps
    where tx_id not in (select tx_id from maya.defi.fact_refund_events)
    ),

    affiliate as (
    select
    case
    when affiliate_address = 'ts' then 'ThorSwap'
    when affiliate_address = 'wr' then 'THORWallet'
    when affiliate_address = 'dx' then 'Asgardex'
    when affiliate_address IN ('ELD','eld') then 'DoritoDEX'
    when affiliate_address IN ('cs', 'CS') then 'CacaoSwap'
    when affiliate_address = 'rg' then 'Rango'
    when affiliate_address = 'ej' then 'Edge Wallet'
    when affiliate_address IN ('vi', 'va', 'v0') then 'Vultisig'
    when affiliate_address = 'leo' then 'LeoDex'
    when affiliate_address = 'dp' then 'Astrolescent'
    when affiliate_address = 'ms' then 'ClioSwap'
    when affiliate_address = 'ds' then 'Defispot'
    when affiliate_address = 'moca' then 'Moca'
    when affiliate_address = 'is' then 'Instaswap'
    Last run: 20 days ago
    DATE
    N_TXNS
    CUM_TXNS
    N_USERS
    VOLUME
    CUM_VOLUME
    AVG_VOLUME
    MEDIAN_VOLUME
    N_USERS_PER_TXNS
    1
    2025-06-09 00:00:00.00011921219.13365091483692.5380821373.0445503109.2663401041
    2
    2025-06-08 00:00:00.0001191125.0533619151483473.404431238.35112063812.4925280551
    3
    2025-06-07 00:00:00.000419033667.058124751483448.35106931305.58817706259.8996554151.333333
    4
    2025-06-05 00:00:00.000618662097.7587228731479781.29294456161.36605560641.8612680311
    5
    2025-06-04 00:00:00.0003180348.809233971477683.534221696.972747717.9068724211
    6
    2025-06-03 00:00:00.000817768884.3880119761477634.7249877216.301629384.9166490221.333333
    7
    2025-06-02 00:00:00.0004169416696.1531003221468750.33697574451.24738109461.6071101231
    8
    2025-06-01 00:00:00.00011651564.0612288011452054.18387542188.0204096281.2576801791
    9
    2025-05-31 00:00:00.0004164327184.0168629741451490.1226466241.95064330741.8728032921.333333
    10
    2025-05-30 00:00:00.0006160637690.2610882371424306.10578365277.134272708479.9450224491
    11
    2025-05-29 00:00:00.0006154641057.4971461781386615.84469541250.350592355131.8789427981
    12
    2025-05-28 00:00:00.0004148370.3352661311345558.347549236.3941151039.5862555671.333333
    13
    2025-05-27 00:00:00.0005144523101.4982183341345488.0122831607.93416364783.2590873661
    14
    2025-05-26 00:00:00.0001413912544222.9750908641322386.5140647762.35368642261.9697837281.166667
    15
    2025-05-25 00:00:00.0001512514109041.232828842778163.538973902168.5335901539.2615739251.071429
    16
    2025-05-24 00:00:00.0009110941420.637074334669122.306145059302.340416601492.0727849361
    17
    2025-05-23 00:00:00.0001910115169510.653868953627701.669070725220.42997902323.0503059271.266667
    18
    2025-05-22 00:00:00.000338220322134.131718163458191.015201772254.45034101131.0166967221.65
    19
    2025-05-21 00:00:00.000849619685.417194444136056.883483609757.131430556456.5660621241.333333
    20
    2025-05-20 00:00:00.000104162585.641362863116371.4662891659.4023322299.6791966591.666667
    27
    3KB
    4s