Afonso_DiazTop Sellers
    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: 19 days ago
    SELLER_ADDRESS
    TRANSACTIONS
    VOLUME
    AVERAGE_AMOUNT
    VOLUME_USD
    AVERAGE_AMOUNT_USD
    1
    0xb96178934bfae688706a5851a4d95133e338fdb817225946.82302453122.3906746446947.20246107432.76982293
    2
    0x7471773cb6f21e3cbebde43d29d1c82fb6076ceb1010232.89473249243.6403507744193.44649965499.843964277
    3
    0x1b4862f983aa573518b612f1bb1579f4b02796cb579675.270188.7639458724186.02897901138.403935587
    4
    0x622d1db5d60d8981abcb4ca0c726098abcf4b3ca1328635.47732233.0861200082721.98777022410.429071917
    5
    0x88c3a9e17ebbe40d49080c8172243272b368ad48196893.631818118.8557212613.78673795145.065288585
    6
    0xbc89a5013ecfc387ce4533be4a3b0f1af3b2de7245717.11429.2751764.080892588441.020223147
    7
    0xcbb290491680492077d8e395cacf99b5add1a15f545240.98502637277.0733092111887.21805256527.753206655
    8
    0x694a2ac6de9ebad02a6422b2454bb8f1fd44c6d3355145.633389898147.018096854884.53800585825.272514453
    9
    0xd95effe78b06e55aae494dea17b10e103b020ebb424847.871423115.4255100711935.39584480146.080853448
    10
    0xe802503b3dee34a1f26639f3795dd9f537575997244839.51521601151.23485051339.97316706241.874161471
    11
    0x85abd18cfbb685829191f6f3dace9e092d06068e144517.967255188.2486356251837.06965872476.544569113
    12
    0x43a3c37bcad030af140c58c4609454ceaad33056253999.423142.0991905261705.7913304117.955698215
    13
    0x071d9db004d79e4f4f010a361302ec32d72eb54a573895.466247.505685366815.1156692499.940434991
    14
    0x700996c10aa31f0ff0589cef450e226e66d3f977893799.0484222.0874908141525.8034620978.870950361
    15
    0x1168e9e7b9beb0e5e15cd63e6a0857d42963509b93769.296584144.9729455381286.99752608549.499904849
    16
    0x5b389ef5ae5b2b50bf7e6823c74fd172b5a2ad6853654.9221182.7461051216.74959224160.837479612
    17
    0xba2726901b7bbee6d565ecba761681dd9558b730153094.101206.27341094.4586512772.963910085
    18
    0xba4fef3a91acc2aeef085963916ce8b489e1251f1382954.167482815.713656823717.5044833243.816513209
    19
    0x935d9387a44afbab560dfb821ced683e7eed0e2b202632.6722125.3653428571088.72768992451.844175711
    20
    0x85295f332f7ca9f3b4b4103fd2c9e6c43f61b01a102621.8278269997.104734333547.66451252420.283870834
    100
    10KB
    3s