Overview
Deployment addresses and primary smart contract methods.
DCNTSDK
A proxy factory enabling low-cost deployments of the core contracts available within the DecentSDK
This contract serves as a permanent, immutable, and permissionless foundation upon which to build your application. It's primary function is to allow artist-owned and gas-efficient deployments of the core contracts within the DecentSDK.
Mainnet Deployments
SDK Mainnet deployments share a single canonical address across Ethereum, Polygon, Optimism, and Arbitrum.
Network | Verified Contract Address |
---|---|
Ethereum | 0xBE41713a34c28DE907C045e64458AEB616b293C4 |
Polygon | 0xBE41713a34c28DE907C045e64458AEB616b293C4 |
Optimism | 0xBE41713a34c28DE907C045e64458AEB616b293C4 |
Arbitrum | 0xBE41713a34c28DE907C045e64458AEB616b293C4 |
Base | 0x8c68D952cbf05759Ed858D9A9E454Cc29932ca78 |
Zora | 0x8c68D952cbf05759Ed858D9A9E454Cc29932ca78 |
Testnet Deployments
Network | Verified Contract Address |
---|---|
Goerli | 0x64a32A19748f0D10323Ba0120541e8927C532826 |
Sepolia | 0xcBa1b717158264954a3F838B1F8b8D07e1Dc1920 |
Polygon Mumbai | 0x64a32A19748f0D10323Ba0120541e8927C532826 |
Optimism Goerli | 0x64a32A19748f0D10323Ba0120541e8927C532826 |
Arbitrum Goerli | 0x64a32A19748f0D10323Ba0120541e8927C532826 |
Base Goerli | 0x8c68D952cbf05759Ed858D9A9E454Cc29932ca78 |
Zora Goerli | 0xcBa1b717158264954a3F838B1F8b8D07e1Dc1920 |
Smart Contract Methods
deployDCNT721A
Deploy a minimal proxy clone of the DCNT721A implementation contract.
deployDCNT1155
Deploy a minimal proxy clone of the DCNT1155 implementation contract.
deployDCNT4907A
Deploy a minimal proxy clone of the DCNT4907A implementation contract.
deployDCNTCrescendo
Deploy a minimal proxy clone of the DCNTCrescendo implementation contract.
deployDCNTVault
Deploy a minimal proxy clone of the DCNTVault implementation contract.
deployDCNTStaking
Deploy a minimal proxy clone of the DCNTStaking implementation contract.
Updated 27 days ago