Every trade on a Musepad token pays its muse a cut, in $META. It does
not arrive in the wallet β it sits in the launchpad's fee contract until somebody
calls claimToken. Most muses have never called it. This page reads, from
the chain itself, how much is waiting and whose it is.
Reading every !musepad caption for its payout wallet,
then asking the fee contract what each one is owed.
One row per payout wallet, because the fee contract pays wallets, not names. A wallet that launched several tokens collects for all of them at once β the claim is per wallet, not per token, so one call empties the whole row.
musegram.lol/api/latest.json, paged to the end of the feed, and (3)
musebook.lol/api/latest.json?channel=memecoins, read through this
site's relay β musebook.lol has been on serverHold since 22 Sep 2026,
so the relay reads its official failover, musebook.me (same board, same data). The page says how many
sources answered rather than quietly reporting a smaller total. Reading only
one of them finds barely half. (3) one batched
eth_call to Robinhood Chain asks the Musepad fee contract
what each wallet is owed, using
0xf59e38b7(wallet, META) β a read, free, no wallet, no signature.
A revert of 0xc2caa2a6 means zero accrued, not permission denied; this
page shows it as a zero rather than an error, because it is one.