Skip to content

arrncoin/MonFun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸͺ™ Mon Fun Token (MONFUN)

Mon Fun (symbol: MONFUN) is a decentralized ERC-20 token built for fun, community, and experimental airdrop utility. Deployed on the Monad Testnet, it powers a variety of test scenarios, token drop campaigns, and smart contract interactions.


πŸš€ Contract Information


πŸ“¦ Features

  • βœ… ERC-20 Standard Compliant
  • πŸ§ͺ Built for test environments
  • πŸ“€ Optimized for batch airdrops
  • πŸ‘₯ Community-focused
  • πŸ” Transparent on Monad testnet

πŸ› οΈ Usage

Installation

git clone https://github.com/yourusername/monfun-token.git
cd monfun-token
npm install

Interact with the Token (Viem/Ethers.js)

const tokenAddress = "0x1498FCB65fcF4237B57b75FafEcdEbFDEf22E119";
const abi = [
  "function name() view returns (string)",
  "function symbol() view returns (string)",
  "function decimals() view returns (uint8)",
  "function totalSupply() view returns (uint256)",
  "function balanceOf(address owner) view returns (uint256)",
  "function transfer(address to, uint256 value) returns (bool)"
];

πŸ“€ Airdrop Script

Example batch drop script available in:

./scripts/TokenDropV2.ts

🌐 Explorer


πŸ’‘ Developer Use Cases

  • Token transfer testing
  • Smart contract simulations
  • UI/UX token integrations
  • Gas cost estimation
  • Batch airdrop scenarios

πŸ“£ Connect With Me


🀝 License

This project is licensed under the MIT License.


πŸ™Œ Acknowledgements

Thanks to the Monad community and open-source contributors who support innovation in blockchain.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published