PLAYER | MOON | |
---|---|---|
1 | uae8899.tg | 297518.888004 |
2 | interstellarmeteor.near | 258439.919209 |
3 | magiccall.near | 245726.881476 |
4 | within4d45.near | 216204.497228 |
5 | csp88.near | 202400.087195 |
6 | br1dge.near | 187530.22191 |
7 | aisthetic.near | 180240.316326 |
8 | b0hannon.tg | 167358.034449 |
9 | sashurick.tg | 164721.992687 |
10 | romanf01.near | 159151.296513 |
11 | boar00.near | 128414.835434 |
12 | bigtinker.near | 128209.864268 |
13 | betterinvest.near | 111111.023004 |
14 | odminushka-hot.tg | 107729.550251 |
15 | jehoti.near | 101946.786461 |
16 | pa3uk34.tg | 96910.659457 |
17 | i6339773329.tg | 93311.44125 |
18 | ogcommunity.near | 92873.619343 |
19 | aea3d73ce0e29d0b7f9a4becaa36f0a83e4376dfcb4422a53164da6546397022 | 91874.547744 |
20 | pppii.near | 88205.636658 |
csp88g$MOON holders
Updated 2025-04-20
999
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
›
⌄
WITH mint as (select BLOCK_TIMESTAMP,
TX_HASH,
MEMO,
AMOUNT_PRECISE as mint_moon_amount,
to_address as player,
from near.core.ez_token_transfers
where block_timestamp::date >= '2024-04-01'
and CONTRACT_ADDRESS = 'aa-harvest-moon.near'
),
mint_harvest as (select *,
from mint
where memo = 'Harvest'
),
mint_referral as (select *,
from mint
where memo = 'Referral'
),
mint_migration as (select *,
from mint
where memo in ('Migration','Migrate')
),
mint_exchange as (select *,
from mint
where memo LIKE 'Exchanged%Moon'
),
mint_reward as (select *,
from mint
where memo LIKE 'Claiming reward%'
),
mint_staking as (select *,
Last run: about 2 months ago
...
100000
3MB
526s