permaryNft Q1 volume #0461e1
    Updated 2025-04-01
    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
    from ronin.nft.ez_nft_transfers
    Last run: 20 days ago
    DDATE
    MONTH_NAME
    CUMULATIVE_TRADES
    CUMULATIVE_ITEMS
    CUMULATIVE_VOLUME_USD
    CUMULATIVE_BUYERS
    1
    2025-01-01 00:00:00.000Janth15596873540881.78788
    2
    2025-01-02 00:00:00.000Janth3899171146103156.51896
    3
    2025-01-03 00:00:00.000Janth6194244197201655.213044
    4
    2025-01-04 00:00:00.000Janth8287298240290804.484100
    5
    2025-01-05 00:00:00.000Janth10265376471355879.185071
    6
    2025-01-06 00:00:00.000Janth12341486666423335.366040
    7
    2025-01-07 00:00:00.000Janth14439567871515800.277123
    8
    2025-01-08 00:00:00.000Janth16086621991565696.068023
    9
    2025-01-09 00:00:00.000Janth18005690171610679.128969
    10
    2025-01-10 00:00:00.000Janth19992768668708703.539989
    11
    2025-01-11 00:00:00.000Janth22019824231789617.3311005
    12
    2025-01-12 00:00:00.000Janth24399880503984941.7912226
    13
    2025-01-13 00:00:00.000Janth268689819081081060.8813334
    14
    2025-01-14 00:00:00.000Janth2957110669851273784.914551
    15
    2025-01-15 00:00:00.000Janth3168011936411438552.6715724
    16
    2025-01-16 00:00:00.000Janth3358212602891534445.9616750
    17
    2025-01-17 00:00:00.000Janth3594713401131723510.9817926
    18
    2025-01-18 00:00:00.000Janth3806313968681841870.0518931
    19
    2025-01-19 00:00:00.000Janth4057914666712079436.6220117
    20
    2025-01-20 00:00:00.000Janth4280415626922198742.7321255
    90
    6KB
    33s