rezarwz2024-01-30 02:49 PM
    Updated 2024-01-30
    with ft as (
    SELECT
    DECODED_LOG:floorToken as floorToken,
    DECODED_LOG:collection as collection
    from
    ethereum.core.ez_decoded_event_logs
    where
    contract_address = '0x3eb879cc9a0ef4c6f1d870a40ae187768c278da2'
    and event_name = 'NewCollectionSupported'
    ),
    FP as (
    with trades as (
    SELECT
    TX_HASH,
    date_trunc('day', BLOCK_TIMESTAMP) as date,
    ORIGIN_FROM_ADDRESS as ua,
    CASE
    when TOKEN_IN in (
    SELECT
    DECODED_LOG:floorToken
    from
    ethereum.core.ez_decoded_event_logs
    where
    contract_address = '0x3eb879cc9a0ef4c6f1d870a40ae187768c278da2'
    and event_name = 'NewCollectionSupported'
    ) then SYMBOL_IN
    else SYMBOL_OUT
    end as Floor_token,
    CASE
    when TOKEN_IN in (
    SELECT
    DECODED_LOG:floorToken
    from
    ethereum.core.ez_decoded_event_logs
    where
    contract_address = '0x3eb879cc9a0ef4c6f1d870a40ae187768c278da2'
    Last run: about 1 year ago
    DATE
    FLOOR_TOKEN
    µ-Tokens Volume
    Collection Volume
    1
    2023-11-02 00:00:00.000μELEM239273.661075709278027.06921401
    2
    2023-12-19 00:00:00.000μMOONBIRD23534.91298749.290719819
    3
    2023-11-19 00:00:00.000μBAYC350615.99662713.69087305
    4
    2023-12-07 00:00:00.000μMIL39598.29353849.942368407
    5
    2024-01-20 00:00:00.000μBEANZ42192.495560817162535.320794685
    6
    2023-11-02 00:00:00.000μCloneX20666.596027568109767.33797371
    7
    2024-01-13 00:00:00.000μBAKC74645.14302978.405844215
    8
    2023-12-18 00:00:00.000μSAPS1352.5737104.78161756
    9
    2023-11-11 00:00:00.000μMIL15602.99300164.255591876
    10
    2023-12-09 00:00:00.000μCloneX34311.49270407.375046429
    11
    2023-12-01 00:00:00.000μBAYC505381.493601641.89851958
    12
    2023-11-23 00:00:00.000μPotatoz13383.0655134.8751
    13
    2023-11-15 00:00:00.000μ0N13817.0713866.822137
    14
    2023-11-26 00:00:00.000μGHOST8831.5401949431920.888606
    15
    2023-11-24 00:00:00.000μMFER22202.3388248.46463879
    16
    2023-12-06 00:00:00.000μMOONBIRD41277.1385396.18787554
    17
    2024-01-18 00:00:00.000μ⚇7753.46124108.753324036
    18
    2023-11-02 00:00:00.000μMOONBIRD72300.883272734217763.145878653
    19
    2024-01-19 00:00:00.000μCloneX65997.1213421.958713615
    20
    2023-11-18 00:00:00.000μ⚇57768.2563957.524954399
    ...
    2341
    146KB
    32s