Decode Ethereum transaction calldata into a function signature and typed arguments. Uses Foundry cast or online signature database for unknown selectors.
Compile a Foundry project and return structured compiler diagnostics. On failure, provides file, line, column, message, and code snippet for each error.
Scan Solidity smart contracts for security vulnerabilities using Slither static analysis. Returns validated findings with severity, description, and code snippets.
Run forge test --gas-report on a Foundry project and return structured gas consumption data per contract and function, including deployment cost, bytecode size, and function gas metrics.
Run Foundry forge tests and get structured results with per-test status, fuzz counterexamples, and gas metrics to verify smart contract behavior after changes.
Detect honeypots, rug pulls, and scams in any EVM token. Returns a risk score with flags for hidden ownership, mint authority, tax rates, and more across 40+ chains.
Authenticates to the Relay Control Plane using RELAY_EMAIL and RELAY_PASSWORD environment variables. Returns a status and manages the token internally for subsequent calls.
Remove a file from a folder share by providing the folder share ID and file path. The file is deleted from the metadata registry and disappears on next sync.
Retrieve the confirmed and pending nonce for any EVM wallet address. Use the pending nonce to build new transactions on Ethereum, Base, Polygon, Arbitrum, and Optimism.