permaryDaily land sales
    Updated 2025-03-20

    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
    , name as collection
    , token_id
    , quantity
    Last run: about 1 month ago
    DDATE
    LABEL
    TOTAL_TRADES
    TOTAL_ITEMS
    TOTAL_VOLUME_USD
    UNIQUE_BUYERS
    TOTAL_VOLUME_RON
    1
    2025-02-17 00:00:00.000collection-offer222710.1823487.204125549
    2
    2025-03-04 00:00:00.000listing332935.9133777.652209167
    3
    2024-12-01 00:00:00.000listing11378014863.747645756
    4
    2025-02-04 00:00:00.000listing223550.74724568.766497863
    5
    2024-10-08 00:00:00.000listing335886.2617573.884449022
    6
    2024-11-03 00:00:00.000listing559386.69412077.907774851
    7
    2025-03-13 00:00:00.000listing776483.7748342.703987598
    8
    2025-02-19 00:00:00.000collection-offer555307.4516829.12630753
    9
    2025-02-24 00:00:00.000listing-bulk11132011698.451558835
    10
    2024-12-30 00:00:00.000listing4413593.72417491.117366947
    11
    2025-03-11 00:00:00.000listing777195.8469258.928534189
    12
    2025-01-05 00:00:00.000listing11250013216.764315976
    13
    2025-01-17 00:00:00.000listing11235313027.618574197
    14
    2025-02-14 00:00:00.000listing9913613.88517517.057354391
    15
    2025-02-19 00:00:00.000listing223265.6424201.917688329
    16
    2025-01-01 00:00:00.000listing113102.0613991.438365606
    17
    2025-03-19 00:00:00.000listing459273.43511932.17548428
    18
    2024-10-09 00:00:00.000listing238668.75311154.130265646
    19
    2025-03-01 00:00:00.000listing445321.5146847.217390044
    20
    2024-10-05 00:00:00.000listing112318.412983.098556063
    ...
    153
    10KB
    28s