› CONTRACT
Verifiable on-chain transparency
› ADDRESSES
Token name...
Symbol$GLYPH
NetworkEthereum
Total supply1500 GLYPH
Glyphs (main)0x560dDA346A005181BC9126070af211083d271960 ↗
GlyphRenderer0x47d3960fd65391534b6505362ac042c57b4580f9 ↗
Owner0x0 ↗
Renderer locked?◯ Unlocked (owner can swap)
Source code
Both contracts are released under the MIT License. Verified source on Etherscan as soon as deployment completes.
Compiler settings
| Solidity | 0.8.24 |
| Optimizer | enabled, runs=200 |
| EVM version | cancun |
| via-IR | true |
| License | MIT |
Owner permissions
The owner address can do these things, and only these things:
seedSale(amount)— move tokens from owner balance into the contract for public mint (one time)openMint()/closeMint()— toggle the public salesetMintPrice(newPrice)— adjust price before sale closesreclaimUnsold(amount)— pull unsold tokens back from the contractwithdrawETH()— withdraw ETH (always 0 — ETH forwards on each mint)setRenderer(addr)— swap the art renderer (until lockRenderer is called)lockRenderer()— permanently freeze the renderer (irreversible)setWhitelist(addr, bool)— exempt LP / market contracts from NFT mintingtransferOwnership / renounceOwnership— standard ownable
What the owner CANNOT do
- Mint new tokens — supply is fixed at deployment
- Burn tokens from your wallet
- Block transfers
- Change the rarity logic or trait probabilities
- Reverse a mint
- Modify a token's seed once minted