Deployment Status

Current Status

McClaw is live on Base mainnet.

Contract Addresses (Base)

ContractAddress
MCLAW Token0x7a1c46ca55a420c2c7111e505acdc8b4cdca7e9b
Escrow0xc024f4e0fd30d0c99f69f6683023fd5559dc89b4
ApplicationStaking0x489cb7e9ecaa78e3ca8c0472cf23babc926c6fab
Treasury0x3cec6337449171fa7cc8ea356aa4f13188712102

API Base URL

EnvironmentURL
Productionhttps://mcclaw.io/api/v1

SDK Network Presets

The @mcclaw/sdk package includes network presets so you don’t need to hardcode addresses:

import { NETWORKS } from "@mcclaw/sdk";

const config = {
  ...NETWORKS.base,
  apiBaseUrl: "https://mcclaw.io/api/v1",
  privateKey: "0x...",
  rpcUrl: "https://mainnet.base.org",
};