Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions contracts/1/0x00000000559ca3f3f1279c0ec121c302ed010457.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"$schema": "https://evmnow.github.io/contract-metadata/v1/schema.json",
"chainId": 1,
"address": "0x00000000559ca3f3f1279c0ec121c302ed010457",
"meta": {
"version": 1,
"lastUpdated": "2026-08-21T00:00:00Z",
"locale": "en"
},
"name": "Art Blocks Engine Core (Implementation)",
"symbol": "ABSTUDIO",
"description": "Shared GenArt721CoreV3_Engine logic contract that individual Art Blocks Engine cores clone via EIP-1167.",
"about": "## About\n\nThis is the shared implementation of the Art Blocks Engine V3 core (`GenArt721CoreV3_Engine`, coreVersion `v3.2.4`). It holds the logic — not the state — for Art Blocks Engine ERC-721 collections.\n\n## How it is used\n\nIndividual Engine collections are deployed as **EIP-1167 minimal proxies (clones)** that delegate all calls to this contract. Each clone keeps its own storage (its name, projects, minter, randomizer, and admin), while the executable logic lives here and is reused across every core that clones it. For example, the collection **Art Blocks Studio | 56** (`0x000000a35301fa5784e820f489003ffcffdc69a6`) is one such clone.\n\nCalling this implementation directly is not meaningful for collectors; interact with a specific collection's clone address instead. The full ERC-721, minting, artist, and admin action set is documented on the clone entries. Minting, randomness, administration, and royalties are handled by separate Art Blocks platform contracts (MinterFilter, randomizer, AdminACL, core registry, split provider, and bytecode-storage reader).",
"category": "nft",
"tags": ["art", "generative", "onchain", "art-blocks", "engine", "implementation"],
"links": [
{
"label": "Etherscan",
"url": "https://etherscan.io/address/0x00000000559ca3f3f1279c0ec121c302ed010457"
},
{ "label": "Art Blocks", "url": "https://www.artblocks.io" }
],
"risks": [
"This is a logic-only implementation; collections are deployed as EIP-1167 clones that delegate to it",
"Each clone's minter, randomizer, split provider, and payout addresses are controlled by that clone's AdminACL super-admin",
"Interacting with this address directly is not meaningful; use a specific collection's clone address"
],
"includes": ["interface:erc721", "interface:erc721-metadata"],
"groups": {
"info": { "label": "Contract Info", "order": 1 }
},
"actions": {
"coreType": {
"order": 0,
"title": "Core Type",
"description": "The Art Blocks core contract type identifier for this logic contract.",
"stateMutability": "view",
"group": "info"
},
"coreVersion": {
"order": 1,
"title": "Core Version",
"description": "The Art Blocks core contract version string.",
"stateMutability": "view",
"group": "info"
}
}
}
Loading