You're viewing a demo portfolio

Join the waitlist
PRSM

read_contract

Active

Tool of gulltoppr

declared in 0.1.2

Call a view/pure function and get the decoded result. No wallet, no cost. Rejects state-mutating functions.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "chain",
    "address",
    "function"
  ],
  "properties": {
    "args": {
      "type": "array",
      "default": [],
      "description": "Function arguments, in order. Pass uint values as decimal strings."
    },
    "chain": {
      "type": "string",
      "description": "Chain alias (\"ethereum\", \"base\", \"optimism\", \"arbitrum\", \"polygon\", \"local\") or numeric chain id."
    },
    "address": {
      "type": "string",
      "description": "0x contract address."
    },
    "rpc_url": {
      "type": "string",
      "description": "Override RPC URL. Required for chains with no default (e.g. local/31337)."
    },
    "function": {
      "type": "string",
      "description": "Function name, or full signature like \"transfer(address,uint256)\" if overloaded."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

gulltoppr

https://github.com/portdeveloper/gulltoppr

2/7 registries
View full server →