You're viewing a demo portfolio

Join the waitlist
PRSM

reconstruct_abi

Active

Tool of aeX402 RPC (Solana + Robinhood Chain)

declared in 0.1.0

Reconstruct a function/event interface for ANY EVM contract (Robinhood 4663 / HyperEVM 999) from its BYTECODE — no source or verification needed. Extracts PUSH4 function selectors + recent event topic0 hashes and resolves them to human signatures via public signature databases (openchain/4byte). Works on UNVERIFIED contracts because bytecode is ground truth. Use this to understand what an unknown contract actually does before trusting behavior-based guesses. Novel/unresolved selectors are the contract's proprietary logic (decompile for those).

Parameters schema

{
  "type": "object",
  "required": [
    "chain",
    "address"
  ],
  "properties": {
    "chain": {
      "type": "string",
      "description": "robinhood | hyperevm"
    },
    "address": {
      "type": "string",
      "description": "EVM contract address (0x…). For a proxy, pass the implementation for the real logic."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

aeX402 RPC (Solana + Robinhood Chain)

1/7 registries
View full server →