The 2,500 Donkeys — Edition NFT
ERC-721 + ERC-2981 · 7.5% royalty to the author · contract …
| Tier | Supply | Minted | Price | Status | |
|---|---|---|---|---|---|
| Loading… | |||||
| Token | Tier | Mint # | Owner | Mint tx | |
|---|---|---|---|---|---|
| Loading… | |||||
Private Placement Programs — Story NFTs
Fourteen story series, 100 copies each, 1 POL. Each series is bound to the SHA-256 of its story's source text. Token ID = story × 10000 + copy number. Contract …
What the tokens point at
Every tier and series references an edition already anchored on-chain before the NFT contract could link to it (invariant S-4). These are the anchors, with the free verifier for each.
Loading…
Contracts & author
| Contract | Address |
|---|
Author wallet … — the only address that can open tiers, author-mint, or withdraw. Contracts are non-upgradeable; supplies were fixed at deployment and cannot be raised.
Reproduce this page
Same reads, no browser. Any Polygon RPC returns identical values.
RPC=https://polygon-bor-rpc.publicnode.com
# story tokens minted
curl -s $RPC -X POST -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"eth_call","params":[{"to":"0xD67e537Dba1236f802432cbDD30Fec3f6D38e7E3","data":"0x18160ddd"},"latest"]}'
# edition tier 2 (Public): maxSupply, minted, price, mintOpen, editionIndex, editionLinked
curl -s $RPC -X POST -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"eth_call","params":[{"to":"0x9e9Cc1486bf440Bd9eAaaD947958524Aaed3f8b0","data":"0xca6360540000000000000000000000000000000000000000000000000000000000000002"},"latest"]}'
# owner of story token 1
curl -s $RPC -X POST -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"eth_call","params":[{"to":"0xD67e537Dba1236f802432cbDD30Fec3f6D38e7E3","data":"0x6352211e0000000000000000000000000000000000000000000000000000000000000001"},"latest"]}'