Skip to main content

Ethereum Mainnet

ContractAddressEtherscan
EscrowFactory0xba2c6322fd59e2703a28d82db572950297600129View
AgentRegistry0x3406c744958b182d6edd2615ff9e53f0fbc60802View
FeeManager0x14f582bd5ddbc3e8416b9d3a9e5f0d3b6ce4206fView
EscrowImplementation0xcd982ee65c573aa45a4a41c57b3f60b68be3d9aaView

Supported Tokens (Mainnet)

TokenAddress
USDC0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48
USDT0xdAC17F958D2ee523a2206206994597C13D831ec7

Sepolia Testnet

ContractAddressEtherscan
EscrowFactory0x9f5b706288ce48ae26a161664cd6b15b9c9ebc5eView
AgentRegistry0x50cdb07a74a1898308eb2331940dd6b9263cce56View
FeeManager0x412c2dcdcd4d1de95c37246d0fb54f1a0b9a1f2fView
EscrowImplementation0xa28bb288425a8b82523a064a8fad7337a550a9d1View

Test Tokens (Sepolia)

TokenAddress
Test USDC0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238
Test USDT0x7169D38820dfd117C3FA1f22a697dBA58d90BA06
Need test tokens? Visit faucet.daoforum.org to get test USDC and USDT for Sepolia.

DAO Contracts

ContractNetworkAddress
DAO TokenMainnet0x5e7A494312d1943aa01682059dF1C0D2f3A27c32
DAO TokenSepolia0xe4b758C752DD784FFA1f3D402e4401F4dD52F1ee
DAO Timelock (Treasury)Mainnet0xcF3f26F73AEc469dfc5a0940b157214fD730B0FB
DAO Timelock (Treasury)Sepolia0xFEa9A7879118BD78247b40C6301B29043E4E8051

Verifying Contracts

All contracts are verified on Etherscan:
  1. Click the Etherscan link above
  2. Go to “Contract” tab
  3. Click “Read Contract” or “Write Contract”
  4. View source code and ABI

NPM Package

For developers, contract ABIs are available via npm:
npm install @zenland/contracts
import { EscrowFactory__factory } from '@zenland/contracts';

Integration Guide

Learn how to integrate →