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 | 0x006A667D701088243238A4Af19A2543fd37b1C6A |
Polygon | 0x006A667D701088243238A4Af19A2543fd37b1C6A |
Optimism | 0x006A667D701088243238A4Af19A2543fd37b1C6A |
Arbitrum | 0x006A667D701088243238A4Af19A2543fd37b1C6A |
Testnet Deployments
Network | Verified Contract Address |
---|---|
Goerli | 0x006A667D701088243238A4Af19A2543fd37b1C6A |
Polygon Mumbai | 0x4056334cdCa09A54AD0e99c195a8de321406c242 |
Optimism Goerli | 0x030605530848177c08201494469aBE89DF197ed6 |
Arbitrum Goerli | 0x006A667D701088243238A4Af19A2543fd37b1C6A |
Smart Contract Methods
deployDCNT721A
Deploy a minimal proxy clone of the DCNT721A 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 about 1 month ago