1. Token Contracts
1. Mother Token Contract
• Chain: Deployed on your main chain.
• Functions:
• totalSupply: The ultimate cap (e.g., 1 trillion).
• transferFromVault: Possibly only callable by the Bridge contract.
• Owner/Minters: A vault or bridging contract typically holds these roles.
2. Child Token Contracts
• One per launchpad: e.g., PumpChildToken, VirtualChildToken.
• Mint: Each contract mints a total supply that is distributed at IDO.
• Burn: Must allow burning to facilitate 1:1 swaps back to the Mother Token.
Last updated
Was this helpful?