Skip to content

Add XOR by Nahiko contract metadata - #4

Merged
yougogirldoteth merged 4 commits into
evmnow:mainfrom
incarterseyes:add-xor-nahiko-metadata
Aug 27, 2026
Merged

Add XOR by Nahiko contract metadata#4
yougogirldoteth merged 4 commits into
evmnow:mainfrom
incarterseyes:add-xor-nahiko-metadata

Conversation

@incarterseyes

Copy link
Copy Markdown
Contributor

Adds a metadata document for XOR by Nahiko0x2A648cb23D3ADf1BB171Fabc0119eA3eb951841f on Ethereum mainnet (chainId 1).

XOR by Nahiko is a single-token ERC-721 that holds a small neural network entirely on-chain: an XOR gate visualized as a Yin-Yang. The NFT owner controls the left "heart", the artist (Nahiko) controls the right, and isYingYang() runs the network to return whether the two spheres form a Yin-Yang.

What's in the file

  • Includes interface:erc721 and interface:erc721-metadata (the contract is not enumerable).
  • Custom actions, in two groups:
    • Yin-Yang: changeLeftSphere (owner-only), changeRightSphere (artist-only), getCurrentState, isYingYang.
    • Info: getNahikoAddress, setNahikoAddress, sourceArticle, contractURI.
  • Contract-level about, risks, tags, theme, and an Etherscan link.

Notes

  • All data is drawn from the verified source / ABI (pulled from Etherscan) — no fabricated audits or links.
  • external_link is the IDNA/punycode form of the contract's on-chain https://陰XOR陽.eth.link.
  • pnpm validate passes strict for all 15 files (contracts, interfaces, examples).

incarterseyes and others added 4 commits August 21, 2026 17:18
ERC-721 (core + metadata) on Ethereum mainnet. Includes the interface files and adds custom Yin-Yang neural-network actions (changeLeftSphere, changeRightSphere, getCurrentState, isYingYang) plus info views. Passes strict validation.
@yougogirldoteth
yougogirldoteth merged commit c634384 into evmnow:main Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants