牛来 NIULAI +1000%  ·  丑度 UGLINESS +342%  ·  海报 vs 成片 -99%  ·  底价 FLOOR 0.0034 BNB  ·  诺兰 ODYSSEY beaten by a cow  ·  被无视风险 0  ·  PPT作画指数 MAX  ·  妈妈的手绘 5 年  ·  牛来 NIULAI +1000%  ·  丑度 UGLINESS +342%  ·  海报 vs 成片 -99%  ·  底价 FLOOR 0.0034 BNB  ·  诺兰 ODYSSEY beaten by a cow  ·  被无视风险 0  ·  PPT作画指数 MAX  ·  妈妈的手绘 5 年  ·
文档 Docs

合约

A standard ERC-721 built for BNB Chain. Public mint, hard cap, per-wallet cap, owner controls, nothing exotic.

Parameters

SettingValue
StandardERC-721 (Enumerable), OpenZeppelin v5
Max supply300, hard capped
Mint price0.0034 BNB (a nod to the 342 opening day)
Per wallet10
Token URIbaseURI + id + .json

The mint path

Every public mint runs the same checks before it hands you a token.

mint(qty)you send price × qty
checkssale open, under caps, paid enough
_safeMintids assigned in order
Mintedevent emitted

Admin controls

The owner can open or close the sale, change the price and the per-wallet cap, set the base URI, airdrop with ownerMint, and withdraw the balance. That is all, no mint-to-arbitrary, no hidden supply.