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.
- Token Name: Mon Fun
- Symbol: MONFUN
- Decimals: 18
- Network: Monad Testnet
- Contract Address:
0x1498FCB65fcF4237B57b75FafEcdEbFDEf22E119
- β ERC-20 Standard Compliant
- π§ͺ Built for test environments
- π€ Optimized for batch airdrops
- π₯ Community-focused
- π Transparent on Monad testnet
git clone https://github.com/yourusername/monfun-token.git
cd monfun-token
npm install
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)"
];
Example batch drop script available in:
./scripts/TokenDropV2.ts
- Monad Explorer:
View Contract on MonadScan
- Token transfer testing
- Smart contract simulations
- UI/UX token integrations
- Gas cost estimation
- Batch airdrop scenarios
- π¦ Twitter (X): @kridopratomo90
- π¬ Telegram: @KridoPratomo
- π» Discord:
zxw_
βΆοΈ YouTube: kridopratomo
This project is licensed under the MIT License.
Thanks to the Monad community and open-source contributors who support innovation in blockchain.