LordkingHolders List swell
    Updated 2025-05-14



    with dataethereum AS (
    with totalsupplytbl as (
    with general as (
    with tbl3 as (
    with tbl as (
    select
    to_address as "Address",
    sum(RAW_AMOUNT/pow(10,18)) as "Input"
    from ethereum.core.ez_token_transfers
    where contract_address = lower ('0x0a6E7Ba5042B38349e437ec6Db6214AEC7B35676')
    group by
    1
    ),
    tbl2 as (
    select
    from_address as "Address",
    sum(RAW_AMOUNT/pow(10,18)) as "Output"
    from ethereum.core.ez_token_transfers
    where contract_address = lower ('0x0a6E7Ba5042B38349e437ec6Db6214AEC7B35676')
    group by 1
    )
    select
    tbl."Address",
    case
    when "Input" is null then 0
    else "Input"
    end as "Input tokens",
    case
    when "Output" is null then 0
    else "Output"
    end as "Output tokens"
    from tbl left join tbl2 on tbl."Address" = tbl2."Address"
    )
    Last run: about 2 months ago
    Address
    Tokens Balance
    USD Value
    Tokens Balance (USD)
    Percentage (%)
    1
    0x4b9c95fdd52f170bb38cd7ca959524f1b46a2bef2.5 B3343347533.43 M25
    2
    0x2019fe73c426e74fed2a140d7e5b577117a6dc1a2.5 B3343347533.43 M25
    3
    0x7815ba83da2e47b3d4386586216e2b1d57c36a6d1.7125 B22902123.393155322.9 M17.13
    4
    0x3b3472e3db5b3a2026ac33cac12ace8eb229a1fa888.89 M11887457.779263711.89 M8.89
    5
    0x09341022ea237a4db1644de7ccf8fa0e489d85b7503.2 M6729555.303813516.73 M5.03
    6
    0x9ae383c2bc1c4b21a774237dd16b57cc67df875e351.62 M4702320.545463054.7 M3.52
    7
    0xfe53bca0df7ebe8e43cd1b976275ccce7c4a5eda191.88 M2566087.089468432.57 M1.92
    8
    0xf89d7b9c864f589bbf53a82105107622b35eaa40191.36 M2559166.345731242.56 M1.91
    9
    0x342f0d375ba986a65204750a4aece3b39f739d75169.26 M2263604.720080052.26 M1.69
    10
    0x3a196e1fe28bd3d328cc94d5eac226a2ce2f9c2294.13 M1258798.470322251.26 M0.94
    11
    0x01236628dbe69bafb7fc2b2ee57a1db1c2ea2e9d54.43 M727911.201725748727.9 K0.54
    12
    0xe2c63cb2c2f079156748497687a9c50c398da3ce48.49 M648496.586969813648.5 K0.48
    13
    0xf1b32511d6acddc7049ec28bceae3da7eb338be848.02 M642192.341275708642.2 K0.48
    14
    0x36e3ffa15e5bedddd729cab85181de9554dab1b547.87 M640206.011166212640.2 K0.48
    15
    0x22014d7a20f1beeb43c117407e6fb72b4c4ddd1f46.29 M619095.26696051619.1 K0.46
    16
    0x48e598c3041af3b47e6d40fda6afa2988d103c3846.26 M618600.934688541618.6 K0.46
    17
    0xbc4499e1c9a28b0ac6fc38d6245ddd8a8de07efe41.76 M558493.881485485558.5 K0.42
    18
    0x0fc4b9c0442b240253ca3cf8f17615910d82e51241.67 M557224.583244177557.2 K0.42
    19
    0x0063b2f56834cc1e9ff6017f0c271c3ec998780b36.06 M482295.187013812482.3 K0.36
    20
    0xa9d1e08c7793af67e9d92fe308d5697fb81d3e4330.6 M409164.217370128409.2 K0.31
    ...
    1000
    84KB
    28s