Generate source code for an ERC-721 non-fungible token contract with customizable features like access control, minting, burning, and pausing.
204,191 tools. Last updated 2026-06-14 22:53
"Solidity" matching MCP tools:
- Generate ERC-4337 compliant account contract source code with configurable signer, upgradeability, and token support.
- Create a custom Solidity smart contract with chosen access control, pausable, and upgradeable features. Returns source code in Markdown.
- Produce a Solidity governance contract for DAOs, allowing customization of voting parameters, quorum modes, and timelock functionality.
- Create an ERC-20 stablecoin contract with configurable features including minting, burning, pausing, and access control. Outputs the source code in Markdown.
- Create a configurable ERC-20 token for real-world assets with options for access control, minting, burning, pausing, and freezing.
Matching MCP Servers
- FlicenseAqualityCmaintenanceAudits Ethereum/Solidity smart contracts using the Cysic Minimax model, providing automated vulnerability detection, gas optimization suggestions, and markdown report generation.Last updated4
- AlicenseBqualityBmaintenanceRecon Fuzz Chimera MCP knowledge to multi fuzzing enviornments compatibility in Solidity Smart contractsLast updated410MIT
- Generate Solidity source code for an ERC-20 token contract with customizable features such as mintable, burnable, pausable, permit, and upgradeable proxies.
- Generates ERC-1155 smart contract source code with configurable options for access control, minting, burning, pausing, upgradeability, and URI updates.
- Make a fungible token per the ERC-20 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make a non-fungible token per the ERC-1155 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make a non-fungible token per the ERC-721 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make a custom smart contract. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make a contract to implement governance, such as for a DAO. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make a stablecoin token that uses the ERC-20 standard. Experimental, some features are not audited and are subject to change. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make an account contract that follows the ERC-4337 standard. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Make a real-world asset token that uses the ERC-20 standard. Experimental, some features are not audited and are subject to change. Returns the source code of the generated contract, formatted in a Markdown code block. Does not write to disk.Connector
- Look up an Aztec error by message, code, or hex signature to identify root cause and suggested fix. Searches contract, circuit, tx-validation, and other error categories.MIT
- Get Solidity code to subscribe to on-chain indicator alerts. Includes contract that approves LINK, subscribes, listens for events, and cancels for a refund.MIT
- Get a complete Solidity contract to subscribe to Pythia Visions, listen for VisionFired events, and receive pattern type, confidence, direction, price, and analysis payload. Free subscription.MIT
- Compile Solidity smart contracts to generate ABI, bytecode, constructor arguments, and gas estimates for deployment preparation.MIT