No front end needed. One call from any script or bot. Source is a single file; the contract holds no funds, emits no events, and the owner can only move fee parameters inside caps written into the code.
Every wei is forwarded, refunded or paid inside launchBundle. Balance after every call: 0.
Service fee ≤ 3% of the bundle, vault split ≤ 20% of creator fees, bounty ≤ 10%. Enforced by the contract, not by policy.
A vault's split is copied at creation and never changes. No admin function exists on a vault. ERC-20s that land there can only go to the creator.
No events, no counters, no registry. Each launch runs through a one-time executor that self-destructs in the same transaction, so the Pons record names an address with no code.
| LaunchBlock | … |
|---|---|
| FeeVault implementation | … |
| Pons forwarder / escrow | 0xe33e9e479df8802cb0866d5d05258bec4cf62948 / 0xd3AFEB2a57f70eF218Aa82451c51B2fb0416Ac9e |
| Chain | Robinhood Chain · id 4663 · https://rpc.mainnet.chain.robinhood.com |
| Files | LaunchBlock.sol · ABI · FeeVault ABI · README · verify pack |
Paste this anywhere. It links to LaunchBlock with a small badge.
<a href="https://budapest-concentrate-oriental-mrna.trycloudflare.com/" target="_blank" rel="noopener"><img src="https://budapest-concentrate-oriental-mrna.trycloudflare.com/badge.svg" alt="Launch with LaunchBlock" width="200" height="40"></a>
msg.sender and self-destructs before the transaction ends (EIP-6780), so the Pons factory event names a one-time address with no code.p.deployer is the creator's wallet, as in a direct launch.