⛽ Slow · 12 gwei Standard · 14 gwei Fast · 18 gwei Block: 22,481,624 ETH/USD: $3,842
ERC-20 · Mainnet · v2.6.1

A memecoin that ships v3.0 like a protocol.

{{DESCRIPTION}} Markdown-grade documentation, ETIP-numbered proposals, multilingual whitepaper, and an academic-grade audit cadence.

// StandardERC-20EIP-20 compliant
// Decimals18Standard
// Supply1,000,000,000Fixed
// Tax0/0/0Hard-coded
02 · technical specs

Built like a protocol, marketed like a meme.

Eight modules, eight lines of documentation. Every claim verifiable on-chain or in the public GitHub repo.

module/01 · supply

Fixed supply {{COIN_TICKER}}.MAX_SUPPLY

Hard-coded constant. Mint function reverts after deployment. Verified by CertiK + OpenZeppelin.

supply = 1_000_000_000 * 10^18 wei
tax = 0; // forever
module/02 · holders
32,140

+842 in last 24h. Geo-distributed across 78 countries.

module/03 · burns
42.8M

Total burned · 4.28% of supply, fully verifiable on-chain.

module/04 · audits

3 firms · A+

CertiK, OpenZeppelin, Trail of Bits. Reports public.

module/05 · governance

Snapshot v1

5% quorum, 5-day vote, 48h timelock. 8 proposals shipped.

module/06 · liquidity

Unicrypt 24mo

$2.4M LP locked via Unicrypt vault. Verifiable.

module/07 · sdk

TypeScript SDK

MIT-licensed. npm i @{{COIN_TICKER}}/sdk

module/08 · l2

Base + Arbitrum

Canonical bridges via Q3 2026.

03 · tx_history

Live transaction feed.

Every swap, add-liquidity, and burn streamed in real time. WebSocket endpoint at wss://api.{{COIN_TICKER}}.eth/feed

MethodHashFromAmountTime
SWAP
0x4a8b…3c2fBlock 22,481,624
0x6b9e…2a4f+248,420 ${{COIN_TICKER}}12s ago
ADD_LIQ
0x8d1c…9b4aBlock 22,481,621
0x9e2f…7b1c+0.42 ETH1m ago
SWAP
0x2f5b…1a8eBlock 22,481,618
0x4c7e…6d3b+128,604 ${{COIN_TICKER}}2m ago
BURN
0xa2c4…7f1dBlock 22,481,610
0x..0000−1,200,000 ${{COIN_TICKER}}5m ago
SWAP
0x7b2e…4d9aBlock 22,481,604
0x3a8f…1e6c+486,210 ${{COIN_TICKER}}8m ago
SWAP
0x1c4a…8f2bBlock 22,481,598
0x5d2e…9b3a−84,210 ${{COIN_TICKER}}12m ago
SWAP
0x9e6f…2c4dBlock 22,481,592
0x7b1f…4a8e+312,840 ${{COIN_TICKER}}18m ago
04 · etips · vision improvement proposals

Roadmap as VSIPs.

Every roadmap item is a numbered proposal with author, status, and discussion link. Modeled after EIPs.

VSIP-01
Implemented

Stealth Launch + LP Lock

Fair-launch mainnet deployment. LP locked via Unicrypt for 24 months. Mint authority renounced.

Vision CoreQ1 2026
VSIP-02
Implemented

Snapshot Governance v1

5% quorum, 5-day vote, 48-hour timelock. 4-of-7 multisig executor. 8 proposals processed.

Vision CoreQ1 2026
VSIP-03
Draft

Migrate to Uniswap V4 CL Pool

{{ROADMAP_1}} Concentrated liquidity at the 0.3% tier with hooks for dynamic fee adjustment.

VSN-EngineeringQ2 2026
VSIP-04
Draft

Multilingual Whitepaper

{{ROADMAP_2}} Translated by professional crypto-native translators, reviewed by community editors.

VSN-CommsQ2 2026
VSIP-05
Idea

L2 Canonical Bridge

{{ROADMAP_3}} Cross-chain deploy to Base and Arbitrum via official canonical bridges only — no third-party bridge integration.

VSN-L2Q3 2026
VSIP-06
Idea

Foundation Grants v1

{{ROADMAP_4}} 30M ${{COIN_TICKER}} (3% supply) endowed to fund ERC-20 tooling builders. Grants committee elected by snapshot.

VSN-FoundationQ4 2026
05 · faq · technical questions

Answers, in plaintext.

What standard is the contract?

EIP-20 (ERC-20) compliant. 18 decimals. The contract is a minimal extension of OpenZeppelin's ERC20 + Ownable, with mint authority renounced post-deployment. Source code verified on Etherscan; deployment matches the audited version.

Why no taxes?

Taxes on transfers create unpredictable composability bugs with DEX aggregators, lending protocols, and L2 bridges. ${{COIN_TICKER}} is hard-coded to BUY_TAX = SELL_TAX = TRANSFER_TAX = 0 at the contract level. This is enforced by the bytecode, not by promises.

How is the LP locked?

The Uniswap V3 position NFT is held in a Unicrypt time-lock vault for 24 months. The vault contract has no early-release function. Verifiable: 0x..a8B9 on Etherscan. Unlock date: March 1, 2028.

Where's the source code?

GitHub: github.com/{{COIN_TICKER}}-eth. Smart contracts, governance executor, snapshot strategies, SDK — all MIT-licensed. PRs welcome from the community. Discord channel #dev for technical discussion.

How do I integrate the SDK?

npm i @{{COIN_TICKER}}/sdk · TypeScript-first with full ethers v6 support. Provides typed contract bindings, event subscribers, and a snapshot proposal client. Documented at docs.{{COIN_TICKER}}.eth.

$ buy ${{COIN_TICKER}} on mainnet.

Connect MetaMask (or any EVM wallet), route through Uniswap, and become a contributor.