banterlyticskoku holders list
    Updated 19 minutes ago
    -- forked from banana-holder-count @ https://flipsidecrypto.xyz/studio/queries/919c74fb-32bc-425d-a4b7-b5b935f16009


    with all_tx as (
    select
    date_trunc('day', block_timestamp::date) as dt,
    tx_hash,
    TO_ADDRESS as event_to,
    FROM_ADDRESS as event_from,
    AMOUNT_PRECISE as amounts
    from ronin.core.ez_token_transfers
    where block_timestamp > '2025-01-15'
    and contract_address = lower('0x361d8623dc1d91e04ebc148687719aace282249a')),
    transfers as
    ((SELECT
    event_to as wallet,
    dt,
    'mint' as action,
    amounts as value
    FROM all_tx
    where event_from = '0x0000000000000000000000000000000000000000')
    union all
    (SELECT
    event_to as wallet,
    dt,
    'gain' as action,
    amounts as value
    FROM all_tx
    where event_from != '0x0000000000000000000000000000000000000000')
    union all
    (SELECT
    event_from as wallet,
    Last run: 19 minutes agoAuto-refreshes every 6 hours
    WALLET
    BALANCE
    1
    0xf2a06584035e838a3884ac194a0d8a5b1e8795b6101111115.014297
    2
    0xfeae9fe11170fc19b6f40796fd1debfa360daacc50013000
    3
    0x87df085e1dbfc6232f6ab29542bbc3874e91de5543053321.7571457
    4
    0xaae132d91642b8b72395bb7d9c3f9a772f14979740000000
    5
    0x56693d4d113426ad16dc560d5ae90641ddb101d240000000
    6
    0x38ff193d2f5296c46d27b8702bbf7b852c3ea6a729335195.9873463
    7
    0x2caa0a493605fa1d81ca3087c9f57bf2e441f1ea28620826.492682
    8
    0x3eed171861bafafa9e62d6e69836a42c067be4c527547879.4499615
    9
    0xeb62eec22ccf13f60a9c3352ec507f00720b00e023340711.6688839
    10
    0xf9381f46da2e741975b75cc9cdb06ca63478b82f20000000
    11
    0x58a791d54fdac2431c3de24e76785d92998513cc20000000
    12
    0x92d3739608c990b4d2ff067419d192c55e414e9b19999999.9974826
    13
    0xc901779d1c299ee2b201e00aa304b552b07ad91518764591.0090616
    14
    0x1d17ae164168266665f88dd2a1751f65468608ba15682767.7242916
    15
    0x58ba66247cbffd6f6e5a228a244f5148c9ac721915589558.1548466
    16
    0x6a0f683e2c6bb04ad859298daaafe08ea41c7aba15311908.7521425
    17
    0x65b745ea306d01b63d65ad86a692f6a3122adc9415000000
    18
    0x6b78eb8d595ccbd36b97e6da4bb84d9366532bf414999999.9981341
    19
    0xc099f2efd68b2d0998eb40d675eb8d5f07cb20c611989085.7753454
    20
    0x6452cfc95203ed69e77973f5948a1f524b45d56811523516.8922347
    ...
    2848
    159KB
    4s