Ultron.
Tool reference / Ultron

check_pons_deployment

Compare live factory bytecode at one pinned block to an independent Sourcify exact-match artifact. Optional token record/curve relationship checks; curve code is not source verified. No transactions.

Updated September 8, 2026 · Independent beta

Verify PONS V2 deployment

Compare live factory bytecode at one pinned block to an independent Sourcify exact-match artifact. Optional token record/curve relationship checks; curve code is not source verified. No transactions.

Permission and calling convention

Required scope: chain:read. This tool reads data or account-owned state.

This tool does not sign or broadcast a transaction. Check errors, source timestamps and explicit unavailable fields before using the result.

POST /api/tools/check_pons_deployment
Authorization: Bearer <ULTRON_ACCESS_KEY>
Content-Type: application/json

Input schema

Inputs are validated against this current schema. Use exact values from live source results rather than substituting a ticker for a contract or a different chain.

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "token": {
      "type": "string",
      "pattern": "^0x[0-9a-fA-F]{40}$"
    }
  },
  "additionalProperties": false
}

Need a concrete starting point?

Build something →Track something →