TheLaughingMandaily stats
    Updated 10 hours ago
    -- forked from overview stats @ https://flipsidecrypto.xyz/studio/queries/e3ee9fde-7c78-4a72-add7-9a9d880f215d

    -- forked from base sales search @ https://flipsidecrypto.xyz/studio/queries/a0f255cb-4118-4ac1-80ef-5e0cfaa05aaa

    with offer_sales as (
    SELECT
    logs.block_timestamp
    , 'collection-offer' as label
    , logs.tx_hash
    , buyer
    , seller
    , symbol
    , amount
    , amount_usd
    , collection
    , nft_contract
    , token_id
    , quantity
    from ronin.core.fact_event_logs logs
    LEFT JOIN (
    SELECT
    tx_hash
    , from_address as buyer
    , symbol
    , amount
    , amount_usd
    from ronin.core.ez_token_transfers
    WHERE 1=1
    --AND tx_hash = '0xb93daf89d0a2a32e00382888ce2425e058319751fc481768cd5fc53f82f5f86e'
    AND to_address = '0x3ef234bc2a04d86f6041e419458d9acbd077f2c1' --Collection Offer Proxy
    ) pays on logs.tx_hash = pays.tx_hash
    LEFT JOIN (
    SELECT
    tx_hash
    , from_address as seller
    , contract_address as nft_contract
    Last run: about 10 hours ago
    DDATE
    LABEL
    TOTAL_TRADES
    TOTAL_ITEMS
    TOTAL_VOLUME_USD
    UNIQUE_BUYERS
    1
    2025-02-08 00:00:00.000listing57770725275.08287
    2
    2024-12-06 00:00:00.000listing177636518148606.14783
    3
    2024-12-29 00:00:00.000listing1281155748712.44501
    4
    2025-01-10 00:00:00.000listing-bulk9687743827367.82569
    5
    2024-12-19 00:00:00.000listing-bulk10689415021560.54676
    6
    2025-02-23 00:00:00.000collection-offer26481620800.0775
    7
    2024-10-24 00:00:00.000listing868296826529.07421
    8
    2025-01-12 00:00:00.000listing13201464135801.41692
    9
    2025-01-20 00:00:00.000listing-bulk10769187136642.67680
    10
    2025-01-13 00:00:00.000listing1301139362844.55539
    11
    2024-10-13 00:00:00.000listing1071119519839.31454
    12
    2025-02-17 00:00:00.000collection-offer597193322207.0986
    13
    2025-03-04 00:00:00.000listing20335076138176.589956273943
    14
    2025-01-26 00:00:00.000listing-bulk8667547638822.097955843503
    15
    2024-12-01 00:00:00.000listing193233286103647.61870
    16
    2025-02-04 00:00:00.000listing68378234047.525244458319
    17
    2025-02-25 00:00:00.000listing-bulk11847809181428.784828922650
    18
    2024-12-20 00:00:00.000listing15072581116726.39589
    19
    2024-12-04 00:00:00.000listing-bulk15829155705205987.111303
    20
    2025-03-10 00:00:00.000listing-bulk10896489131456.094829054622
    ...
    377
    24KB
    25s