Vic Smart Contract
by victo57188 · submitted May 29, 2026
Community votes
0
Voting opens when this submission reaches the Top 10 stage.
Overall score
—/ 100
Weighted average across the 5 judging criteria.
Description
01/03
What the builder said.
Written by the team, rendered as the markdown they typed in the submission wizard.
VIC Token — ERC-20 on OPN Testnet
VIC (symbol: VIC) is a custom ERC-20 token deployed and verified on the OPN Testnet (Chain ID 984).
Total Supply: 10,000,000 VIC Decimals: 18 Contract: 0xBc3e76A0C8721a546AD60cFE0F7B05Fdd84302c7 Explorer: testnet.iopn.tech
The goal was to launch a real, verifiable token on a live testnet — with full source code transparency, on-chain verification, and a complete developer toolkit for managing it from the command line.
npm install npm run compile # Compile the contract npm run deploy # Deploy to OPN Testnet npm run verify # Verify source on explorer npm run info # View token summary npm run balance # Check wallet balance npm run transfer # Send VIC to another wallet
Roadmap
02/03
What ships next.
The builder's own next-quarter plan. Use it to gauge follow-through and ambition.
Q2 2026 — Foundation (Completed) Deploy VIC token on OPN Testnet Verify contract source on-chain Build CLI toolkit (deploy, verify, balance, transfer) Q3 2026 — DeFi Integration Get VIC pair listed on GweiDEX (contact DEX team for registerPair) Enable VIC/WOPN swaps on the main DEX UI Add liquidity and open trading to the public Q4 2026 — Expansion Deploy VIC on OPN Mainnet Integrate with a second DEX for wider liquidity Build a simple web interface for token transfers and balance tracking 2027 — Growth Explore cross-chain bridge (OPN ↔ BSC or OPN ↔ ETH) Launch token utility features (staking or governance) Grow holder base and community Next, I can add a npm run pool:swap script so you can swap VIC ↔ WOPN directly against your own pool from the command line. Would you like me to do that?
Make, test, iterate…
On-chain proof
03/03
1 contract on OPN Chain.
The chain itself confirmed every deployment is valid, signed by the builder's wallet, and inside the season's window.