WALLET | BALANCE | |
---|---|---|
1 | 0xf2a06584035e838a3884ac194a0d8a5b1e8795b6 | 101111115.014297 |
2 | 0xfeae9fe11170fc19b6f40796fd1debfa360daacc | 50013000 |
3 | 0x87df085e1dbfc6232f6ab29542bbc3874e91de55 | 43053321.7571457 |
4 | 0xaae132d91642b8b72395bb7d9c3f9a772f149797 | 40000000 |
5 | 0x56693d4d113426ad16dc560d5ae90641ddb101d2 | 40000000 |
6 | 0x38ff193d2f5296c46d27b8702bbf7b852c3ea6a7 | 29335195.9873463 |
7 | 0x2caa0a493605fa1d81ca3087c9f57bf2e441f1ea | 28620826.492682 |
8 | 0x3eed171861bafafa9e62d6e69836a42c067be4c5 | 27547879.4499615 |
9 | 0xeb62eec22ccf13f60a9c3352ec507f00720b00e0 | 23340711.6688839 |
10 | 0xf9381f46da2e741975b75cc9cdb06ca63478b82f | 20000000 |
11 | 0x58a791d54fdac2431c3de24e76785d92998513cc | 20000000 |
12 | 0x92d3739608c990b4d2ff067419d192c55e414e9b | 19999999.9974826 |
13 | 0xc901779d1c299ee2b201e00aa304b552b07ad915 | 18764591.0090616 |
14 | 0x1d17ae164168266665f88dd2a1751f65468608ba | 15682767.7242916 |
15 | 0x58ba66247cbffd6f6e5a228a244f5148c9ac7219 | 15589558.1548466 |
16 | 0x6a0f683e2c6bb04ad859298daaafe08ea41c7aba | 15311908.7521425 |
17 | 0x65b745ea306d01b63d65ad86a692f6a3122adc94 | 15000000 |
18 | 0x6b78eb8d595ccbd36b97e6da4bb84d9366532bf4 | 14999999.9981341 |
19 | 0xc099f2efd68b2d0998eb40d675eb8d5f07cb20c6 | 11989085.7753454 |
20 | 0x6452cfc95203ed69e77973f5948a1f524b45d568 | 11523516.8922347 |
banterlyticskoku holders list
Updated 19 minutes ago
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
-- 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
...
2848
159KB
4s