All ACTFUN contracts are deployed on Arc Testnet (Chain IDDocumentation Index
Fetch the complete documentation index at: https://actfun.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
5042002) and verified on Arcscan. Verification means you can read the source code and interact directly with any contract through the explorer’s Contract tab no intermediary required. There is no mainnet deployment at this time.
Core contracts
| Contract | Address |
|---|---|
| LaunchpadFactory | 0x6Ac3CaF79A5d68D259795380F012f922476A1721 |
Per-token contracts
Every token launched through ACTFUN gets its own pair of contracts deployed by the factory:| Contract | Purpose |
|---|---|
LaunchToken | The ERC-20 token itself. Holds the name, symbol, and total supply you set at creation time. |
TokenLauncher | Manages mining rules, collects ARC fees, tracks refund balances, and runs the built-in AMM after graduation. |
LaunchToken + one TokenLauncher per launched token.
Because the factory deploys each pair from the same verified bytecode, Arcscan automatically marks every new token contract as verified without a separate submission.
Find a specific token’s contracts
From the MINEPAD app:- Open the token’s detail page on actfun.xyz.
- The page displays the
LaunchTokenandTokenLauncheraddresses. Click either address to open it directly in Arcscan.
- Go to the LaunchpadFactory contract on Arcscan.
- Open the Read Contract tab.
- Call
getTokenCountto see how many tokens have been deployed, then callgetToken(index)to retrieve the addresses for a specific token by its position in the list.
Chain ID confirmation
Before interacting with any contract through the app, Arcscan, or a script confirm your wallet or RPC client is connected to the correct chain.| Field | Value |
|---|---|
| Chain ID | 5042002 |
| Network | Arc Testnet |