Afonso_DiazTop buyers
    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: 28 days ago
    BUYER_ADDRESS
    TRANSACTIONS
    SELLERS
    VOLUME
    AVERAGE_AMOUNT
    VOLUME_USD
    AVERAGE_AMOUNT_USD
    1
    0x622d1db5d60d8981abcb4ca0c726098abcf4b3ca164178053632.1880344826.47195855615607.8846488447.703793015
    2
    0xba2726901b7bbee6d565ecba761681dd9558b7301289416068.55123.6042307696341.79835534848.783064272
    3
    0x2146520ca9fabb6ad227d0e8bce2bf18fd742bab34123915642.797398445.2103971054282.65503977912.377615722
    4
    0xd95effe78b06e55aae494dea17b10e103b020ebb28221613826.092036147.0275239324846.62341866316.485113669
    5
    0xbf61ec00eef30e9373f325ef34fa68fa2a03d35420915912385.88125756.8159690696683.96623576630.660395577
    6
    0x372aedbdcdebbcc54107b6a9cc731b00e32c33e544229711857.8245514122.0816099652652.7461930544.939937045
    7
    0xc502223c547b2cfd035274a854b9c6a656fe9b736594111568.52989.959686375498.326614396
    8
    0xb2e1dc6fa293c48b09d010c1b8af323c255f9d1e89757998.29925783.315617261980.36461845820.628798109
    9
    0x2d175f2b551e29d30f4181069becf1f9c6c81dca68547371.4600189.895853782933.00679590135.76837556
    10
    0xec1c8dba97ee73f503063a943e9c882017e807317763037077.6215026.973026111566.304498321.543157141
    11
    0x56a80e673d3a95855ad88f7dca33fd7ac6d38f6175576939.8315491.3135728952871.20342751937.778992467
    12
    0x6b5eb6bd3128aa18493809f84ed78cfe93ae0ade66516929.8104.9969696973015.65120116345.691684866
    13
    0x700996c10aa31f0ff0589cef450e226e66d3f9771561326878.7766139.9928872672794.6768644716.248121305
    14
    0xb1c603bde106c4706d6234023b3f347c59e02fc265495702.0221385.104807912459.50398139536.709014648
    15
    0x5eb0c9ec4d8b6bb988abfb0040cce686d624be1860415399.6274.9947222222371.99922833532.944433727
    16
    0x0eda103c0587ec1c33d522c1bf758938953c8c6e5949504077.5384615381857.83189983328.582029228
    17
    0x145a15134399d89f85d10297b771cc3c45b9d19036204580.002106.5116744191126.61242968426.200289062
    18
    0x8216b41405dee0f7f7634a707b84c0333440f769744285612.1428571431018.902020417145.557431488
    19
    0xcb1331129b6f8fba6e77bbdca04502482bba944679684065.70142.3510520831440.58533874415.006097279
    20
    0xea59dc7d98d30a66e3ab6e77eac8521ccb01b76236253911.1295.3931707321671.38446166740.765474675
    100
    10KB
    3s