reconstruct_abi
ActiveTool of aeX402 RPC (Solana + Robinhood Chain)
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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
aeX402 RPC (Solana + Robinhood Chain)
1/7 registries