LittlerDataragnarok genesis daily stats
    Updated 8 days ago

    with marketplace_sales as (
    select
    tx_hash
    ,block_timestamp
    ,decoded_log:matcher::STRING AS buyer
    ,decoded_log:order[0][0]::STRING AS seller
    ,decoded_log:order[0][1]::NUMBER AS order_kind
    ,decoded_log:order[0][2][0][1]::STRING AS nft_address
    ,decoded_log:order[0][2][0][2]::NUMBER AS token_id
    ,decoded_log:order[0][2][0][3]::NUMBER AS token_quantity
    ,decoded_log:order[0][3]::NUMBER AS order_expiredAt
    ,decoded_log:order[0][4]::STRING AS order_paymentToken
    ,decoded_log:order[0][6]::NUMBER / 1e6 AS sale_price
    ,decoded_log:order[0][12]::BOOLEAN AS order_verified
    ,decoded_log:order[3]::STRING AS order_recipient
    ,decoded_log:order[4]::STRING AS order_refunder
    ,decoded_log:receivedAllocs[1][1]::STRING AS receivedAllocs_recipient2 -- no idea who
    ,decoded_log:receivedAllocs[1][3]::NUMBER / 1e2 AS receivedAllocs_ratio2
    ,decoded_log:receivedAllocs[1][4]::NUMBER / 1e6 AS receivedAllocs_amount2
    ,decoded_log:receivedAllocs[2][1]::STRING AS receivedAllocs_recipient3 --axie community treasury no idea why is here but it doesn't get anything
    ,decoded_log:receivedAllocs[2][3]::NUMBER / 1e2 AS receivedAllocs_ratio3
    ,decoded_log:receivedAllocs[2][4]::NUMBER / 1e6 AS receivedAllocs_amount3
    ,decoded_log:receivedAllocs[3][1]::STRING AS receivedAllocs_recipient4 --contract: Ronin Treasury
    ,decoded_log:receivedAllocs[3][3]::NUMBER / 1e2 AS receivedAllocs_ratio4
    ,decoded_log:receivedAllocs[3][4]::NUMBER / 1e6 AS receivedAllocs_amount4
    ,decoded_log:receivedAllocs[4][1]::STRING AS receivedAllocs_recipient5
    ,decoded_log:receivedAllocs[4][3]::NUMBER / 1e2 AS receivedAllocs_ratio5 --unknown contract
    ,decoded_log:receivedAllocs[4][4]::NUMBER / 1e6 AS receivedAllocs_amount5
    ,decoded_log:receivedAllocs[5][1]::STRING AS seller_address
    ,decoded_log:receivedAllocs[5][3]::NUMBER / 1e2 AS seller_ratio
    ,decoded_log:receivedAllocs[5][4]::NUMBER / 1e6 AS effective_earning
    from ronin.core.ez_decoded_event_logs
    where 1=1
    and block_timestamp > '2025-03-03'
    and event_name = 'OrderMatched'
    Last run: 8 days ago
    DATE
    SELLERS
    BUYERS
    NFTS_SOLD
    SALES_VOLUME
    AVG_SALES
    TOP_SALE
    MIN_SALE
    MEDIAN_SALE
    FEES_VOLUME
    1
    2025-03-31 00:00:00.00028322656914238.696625.0240713532517000.9101423.869658
    2
    2025-04-12 00:00:00.00034523757010938.38758419.190153656147490.791093.83875
    3
    2025-04-16 00:00:00.0002851634117141.4317.3757420924572690.99714.143
    4
    2025-04-19 00:00:00.00036322162212965.18736220.8443526720265000.681296.518735
    5
    2025-04-20 00:00:00.00034822556314502.20479525.758800701599130017.41450.220473
    6
    2025-04-02 00:00:00.00028420551314667.7828.592163742693701.2151466.778
    7
    2025-03-30 00:00:00.00027123153426648.0549.90271535580515000.25102664.805
    8
    2025-04-18 00:00:00.00037924372516819.60060323.199449107586100019.0317891681.960051
    9
    2025-03-29 00:00:00.0001441212607429.793328.576128076923600214742.979329
    10
    2025-04-15 00:00:00.00030619650610568.06760320.8855090968387500.998.81056.80676
    11
    2025-04-21 00:00:00.000150851944317.34408222.2543509381449990.59431.734407
    12
    2025-04-04 00:00:00.00025718845013968.472231.0410493333333991.89131396.84722
    13
    2025-04-06 00:00:00.00029321050612835.657825.3669126482219501.19101283.56578
    14
    2025-04-01 00:00:00.00026922653014854.7828.0278867924538990.5151485.478
    15
    2025-04-05 00:00:00.00024518341911461.8127.35515513126575019.71146.181
    16
    2025-04-10 00:00:00.00031925469323166.172633.4288204906215991102316.617255
    17
    2025-04-03 00:00:00.00024919444811265.0725.1452455357144501.957.9951126.507
    18
    2025-04-08 00:00:00.00026516542512391.9529.1575294117657001.2101239.195
    19
    2025-04-11 00:00:00.00037426676517739.474623.1888556862758000.1101773.94746
    20
    2025-04-14 00:00:00.00031821656515572.22218827.561455213000.9891557.222216
    25
    2KB
    6s