map

Pool Dumber

Lung liv Repooblik, Lung liv Franc

img
2024
CA : DWVTHH1gAcdyiQvbUmGQWDiviMiVTy9QqgoqD6sEC1F4
 img

About Meh

Every dawn, engagin wif my obstinate oysters, endeavorin to endow teh France wif equality and energy during the tumultuous times.

Mornin mingles wif Harding Hash, diplomatic dialogues wif Dainty Merkelberry, an saber rattlings wif Sergei Putni, weavin warp an weft of my stewardship.

Evenings etchin policies, castin the Republic's curse amidst storms o change an challenge.

Decrees declared, absinthe admired,

Merci four attenchun

How to By $FRANC

CREAT UN WALLET

Download Phantom or ur wallet of chois from da app store or Google Ply four fri. Desktop usrs, downlod the Google Chrome extension by goin to Fantom.

GET SOME SOL

Hav SOL in ur wallet to switch to $FRANC. If u don’t have any SOL, u can by directly on Fantom, transfer from another wallet, or by on another exchang and send it to your wallet.

GO TO RAYDIUM

Connect to Raydium. Go to Raydium in gougle chreume or on da browser inside your Pantom app. Connect ur wallet. Paste da $FRANC token address into Raydium, select $FRANC, and confirm. Wen Fantom prompts u for a wallet signature, sign.

$FRANC

Switch SOL for $FRANC. We hav Zero taxes so u don’t need to worry about buying wif a specific slippage, although u may

 img
prechale

2222 x 0,69 x SOL x NFTs for LP

¿Howto Partichipate in Préchale?

  • Follow Moonuel on Twitter / X
  • Buy your $Franc NFT (0.69 SOL)
    • 1 NFT = 1 million $FRANC
    • All NFT proceeds are used for Liquidity
    • Hardcap is
        Max 8 NFT per minter
        Max 28 NFT per président
    • 2% Président NFT Royalty (one-time)

Tokenomics

Total Supply:

4,534,693,878

Tax Buys & Sells

0%

Liquidity is burnt

Tokenomics à la French L(a)unch

Ownership Renounced

DWVTHH1gAcdyiQvbUmGQWDiviMiVTy9QqgoqD6sEC1F4

Mêmes

 img
img
img
img
img
img
img
img
img
ript> // Function to calculate the time difference function calculateCountdown() { // Set the target date to April 15th at 8:00 PM Paris time const targetDate = new Date('2024-04-15T20:00:00+02:00'); const currentDate = new Date(); // Calculate the time difference in milliseconds const timeDifference = targetDate - currentDate; // Check if the target date has passed if (timeDifference < 0) { document.getElementById('countdown').innerHTML='Countdown expired' ; } else { // Convert milliseconds to days, hours, minutes, and seconds const days=Math.floor(timeDifference / (1000 * 60 * 60 * 24)); const hours=Math.floor((timeDifference % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); const minutes=Math.floor((timeDifference % (1000 * 60 * 60)) / (1000 * 60)); const seconds=Math.floor((timeDifference % (1000 * 60)) / 1000); // Display the countdown document.getElementById('countdown').innerHTML=`
days
hours
minutes
seconds
`; } } // Update the countdown every second setInterval(calculateCountdown, 1000); // Initial call to calculate countdown on page load calculateCountdown();