$MANLET holders can get up to $50,000 in $ANSEM token airdrop. Check eligibility below to find out...
DdPrHYq…3Zpump
SOL recycled
560.88 SOL
buybacks
25
wallets paid
45.60K
last drop
15h ago
pump.fun wouldn't ship airdrops. so @blknoiz06 called it himself — a stimmy for the trenches, for the on-chain degens who ride or die with the culture.
the black bull ($ANSEM) tore past $100M mcap with 25k+ holders. ansem's read was simple: every new coin riding this attention should drop on the wallets that built the wave.
"all the new coins trying to launch off this attention should airdrop to $ANSEM holders."— ansem, @blknoiz06
"soylana manlet captain checking in 🫡"— ansem, @blknoiz06
$MANLET is our answer. we wrote the script, pull every $ANSEM holder straight off-chain, and recycle fees back to a random 1,000 of them each cycle — √-weighted, sybil-stripped, top wallet excluded. no claim site. no team bag. tokens just land.
grab the bull. point at the moon. the script does the rest.
no team hand on the button. every drop is funded purely by claimed creator fees, and each one has to cover the buyback plus the on-chain ata rent to open new wallets — roughly 2.8 sol per 1,000 new holders. the moment the treasury has enough to clear both, the script fires the drop. no fixed schedule, nothing announced.
// snapshot every $ANSEM holder — ANSEM is Token-2022
const accounts = await rpc.getProgramAccounts(TOKEN_2022_PROGRAM, {
filters: [{ memcmp: { offset: 0, bytes: "9cRCn9rGT8V2imeM2BaKs13yhMEais3ruM3rPvTGpump" } }],
dataSlice: { offset: 32, length: 40 }, // owner + amount
});
// eligible: hold >= 10 $ANSEM, drop the single biggest wallet
const MIN = 10n * 10n ** 6n;
const eligible = holders.filter(h => h.amount >= MIN && h.owner !== TOP_HOLDER);
// drop all eligible holders this cycle
const winners = sample(eligible, eligible.length);
// √-weight: 9x balance -> ~3x airdrop
const w = winners.map(h => Math.sqrt(Number(h.amount)));
const total = w.reduce((a, b) => a + b, 0);
const shares = w.map(x => BigInt(Math.floor((x / total) * boughtRaw)));
contract address
DdPrHYqM8Ueovnk9kAnAgoGhswkuaTqmxcoZzU3Zpump
$MANLET · token-2022 · 6 decimals · solana mainnet