Skip to main content

Contract Addresses

All usmewe smart contracts deployed on BASE.
Always verify addresses before interacting. Bookmark this page for reference.

BASE Mainnet

ContractAddressVerified
TrustVault0x...Basescan
P2PLoan0x...Basescan
SocialVault0x...Basescan
InsurancePool0x...Basescan
Governance0x...Basescan
tmUSDC0x...Basescan

External Contracts

ContractAddressDescription
USDC0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913Circle USDC on BASE
Safe0x...Protocol multi-sig

BASE Sepolia (Testnet)

Testnet contracts may be redeployed during development. Check our Discord for updates.
ContractAddressVerified
TrustVault0x...Sepolia Basescan
P2PLoan0x...Sepolia Basescan
SocialVault0x...Sepolia Basescan
InsurancePool0x...Sepolia Basescan
Governance0x...Sepolia Basescan

Testnet USDC Faucet

Get testnet USDC for development:
# Request testnet USDC (once per day)
curl -X POST "https://api-testnet.usmewe.com/faucet" \
  -H "Content-Type: application/json" \
  -d '{"address": "0xYourAddress"}'

Network Configuration

BASE Mainnet

{
  "chainId": 8453,
  "chainName": "Base",
  "nativeCurrency": {
    "name": "Ethereum",
    "symbol": "ETH",
    "decimals": 18
  },
  "rpcUrls": ["https://mainnet.base.org"],
  "blockExplorerUrls": ["https://basescan.org"]
}

BASE Sepolia

{
  "chainId": 84532,
  "chainName": "Base Sepolia",
  "nativeCurrency": {
    "name": "Ethereum",
    "symbol": "ETH",
    "decimals": 18
  },
  "rpcUrls": ["https://sepolia.base.org"],
  "blockExplorerUrls": ["https://sepolia.basescan.org"]
}

Adding to Wallet

  1. Open MetaMask
  2. Click network dropdown
  3. Select “Add Network”
  4. Enter BASE network details above

ABIs

Contract ABIs are available in our GitHub repository:
# Clone and access ABIs
git clone https://github.com/Topxl/UsMeWe.git
cd UsMeWe/contracts/out

# ABIs are in JSON format
ls *.sol/*.json

GitHub Repository

View all contract source code and ABIs