Afonso_DiazTop collections
    Updated 2025-05-05
    with

    pricet as (
    select
    hour::date as date,
    avg(price) as token_price_usd
    from
    sei.price.ez_prices_hourly
    where
    token_address = 'usei'
    group by 1
    ),

    main as (
    select
    tx_hash,
    block_timestamp,
    -- Determine NFT collection address
    iff(
    decoded_log:consideration[0]:token != '0x0000000000000000000000000000000000000000',
    decoded_log:consideration[0]:token,
    decoded_log:offer[0]:token
    ) as collection_address,

    -- Determine buyer and seller addresses
    iff(
    collection_address = '0x0000000000000000000000000000000000000000',
    origin_from_address,
    decoded_log:consideration[0]:recipient
    ) as buyer_address,

    iff(
    collection_address != '0x0000000000000000000000000000000000000000',
    origin_from_address,
    decoded_log:consideration[0]:recipient
    Last run: 26 days ago
    COLLECTION_ADDRESS
    TRANSACTIONS
    BUYERS
    SELLERS
    VOLUME
    AVERAGE_AMOUNT
    VOLUME_USD
    AVERAGE_AMOUNT_USD
    1
    0x7f51575f486e26f83e575a3fe77db71032e4d124
    1332347601114497.8821066863.7161280540120.75874794222.326521284
    2
    0x9a1e3d2a010dbe576f9cccd57b2fc0df96c8e44d
    81518529474578.10944023876.25573562425729.6515481326.308437166
    3
    0x025776f8aec3f445a64fea642cd7776302157815
    126338152451319.1077387327.3556011419636.24460983710.467081349
    4
    0x33962384ea96fffd38981bcab9e84ebb9ce111f9
    47182323879.3477.5866939.45045965138.789009193
    5
    0x810a9d701d187fa7991659ca97279fbd49dee8eb
    46823831021000.45867545537.1032838795894.60373443610.41449423
    6
    0xcf57971769e2abe438c9644655bd7ae0f2f9fec8
    1717712913307.5857429966.2068942444917.95042232624.467415036
    7
    0x75e9ea2c01b0ce74c22f0e5d02cec57d8e5abe81
    1568710411561.25569243356.3963692313448.22705818916.820619796
    8
    0x9a6c24fe29c70d41bcc3099c4b40dac930372e22
    3401212119610.47718857322.1439566563788.393311928.729016848
    9
    0xe73d273406546e31de2f3f43c533badce9c51927
    7033268334.28193865.6242672282416.59757550519.028327366
    10
    0xe8835036f4007a9781820c62c487d592ad9801be
    4981821986538.8092849426.9193749051510.1552733451.598047908
    10
    1KB
    3s