You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).

onyx_base_contract_verify

Inactive

Tool of onyx-paid-mcp

declared in 1.28.0

Contract verification + ABI metadata for any Base address. Returns is_verified, contract name, compiler version, language, optimization, ABI entry count, license, source code size. Auto-detects EIP-1967/OZ/UUPS proxies and resolves to the implementation contract. Backed by Blockscout (free, no auth). Use before any swap or interaction — unverified contracts are an instant red flag. (price: $0.002 USDC, tier: metered)

Parameters schema

{
  "type": "object",
  "required": [
    "address"
  ],
  "properties": {
    "address": {
      "type": "string",
      "description": "Contract address on Base mainnet (0x... 20-byte hex)."
    },
    "resolve_proxy": {
      "type": "boolean",
      "default": true,
      "description": "If true and address is a proxy, also fetch the implementation contract's metadata."
    },
    "include_source": {
      "type": "boolean",
      "default": false,
      "description": "If true, return full source code (can be 10s of KB). Otherwise just the byte length."
    },
    "include_full_abi": {
      "type": "boolean",
      "default": false,
      "description": "If true, return the full ABI array (can be large). Otherwise just the entry count + function/event name list."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

onyx-paid-mcp

https://github.com/dimitrilaouanis-tech/onyx-mcp

2/7 registries
View full server →