Multi-wallet launch bundler for NOXA Fun on Robinhood Chain (chain ID 4663).
Launches a token via the NOXA Launch Factory, then buys from multiple wallets as fast as possible so you hold supply before public snipers.
cd bundler
npm install
cp .env.example .env
# set PRIVATE_KEY and token fields# Generate bundle wallets (prints keys — store securely)
npm run wallets
# Launch only (creator initial buy in the launch tx)
npm run launch
# Full bundle: fund wallets → launch → multi-wallet buys
npm run bundleKeep DRY_RUN=true until you are ready to spend real ETH.
- Launch — calls
launchTokenon the NOXA factory with metadata + saltmsg.value = INITIAL_BUY_ETH + 0.0005 ETH(flat launch fee)- Creator buy is included in the same launch transaction
- Fund — master wallet sends each bundle wallet
BUY_AMOUNT_ETH + GAS_RESERVE_ETH - Bundle buys — each wallet wraps ETH → approves SwapRouter02 →
exactInputSingleinto the new Uniswap V3 pool
Same-block external buys may be restricted by NOXA (LaunchBlockBuyBlocked). This bundler fires buys immediately after the launch receipt; on Orbit L2 that is typically the next sequencer batch.
- UI: https://fun.noxa.eth.limo/ — new launches may still be disabled on NOXA Lite; on-chain
launchTokenwill revert if paused. - Never commit
.envor generated private keys. - Memecoins are high risk.
| Contract | Address |
|---|---|
| Launch Factory | 0xD9eC2db5f3D1b236843925949fe5bd8a3836FCcB |
| WETH | 0x0Bd7D308f8E1639FAb988df18A8011f41EAcAD73 |
| SwapRouter02 | 0xCaf681a66D020601342297493863E78C959E5cb2 |
| QuoterV2 | 0x33e885ed0ec9bf04ecfb19341582aadcb4c8a9e7 |
If this is helpful for your business, kindly buy me a coffee:
0xfE6127D709bdc016e7B708c6f1F97a2B3c692711