Ethereum
Interact with Ethereum-compatible blockchains via JSON-RPC (HTTP or WebSocket). Provides wallet management (generate, import/export via keystore files, derive address from encrypted private key), balance queries, ETH transfers, and full smart contract interaction through ABI parsing, method encoding, read-only calls, and signed transaction submission. Supports gas estimation and price lookup, unit conversion between ETH/WEI/GWEI, transaction lifecycle management (get details, receipts, cancel pending, increase gas to speed up), and real-time event subscriptions for contract events and pending transactions with optional ABI-based method filtering. Private keys are stored AES-256 encrypted; authentication requires an encrypted private key credential and an AES key credential.
| Namespace | Robomotion.Ethereum |
| Version | 0.6.0 |
| Category | Financial |
| Nodes | 23 |
Nodes
| Node | Description |
|---|---|
| ABI Method | ABI Method — see the properties below. |
| Balance | Balance — see the properties below. |
| Call | Call — see the properties below. |
| Cancel Transaction | Cancels a transaction in Ethereum. |
| Create Client | Creates a client in Ethereum. |
| Decode | Decode — see the properties below. |
| Estimate Gas | Estimate Gas — see the properties below. |
| Estimate Gas Price | Estimate Gas Price — see the properties below. |
| Export Wallet | Exports a wallet in Ethereum. |
| From WEI | From WEI — see the properties below. |
| Generate Wallet | Generates a wallet in Ethereum. |
| Get Transaction | Gets a transaction in Ethereum. |
| Get Wallet Address | Gets wallet address in Ethereum. |
| Import Wallet | Imports a wallet in Ethereum. |
| Increase Gas | Increase Gas — see the properties below. |
| Parse ABI | Parse ABI — see the properties below. |
| Pending Transactions | Pending Transactions — see the properties below. |
| Send Transaction | Sends a transaction in Ethereum. |
| Subscribe | Subscribe — see the properties below. |
| To WEI | To WEI — see the properties below. |
| Toolkit | Exposes this package's operations to an AI Agent as a single tool. |
| Transaction Receipt | Transaction Receipt — see the properties below. |
| Transfer | Transfer — see the properties below. |
AI Agent tools
22 of these nodes are exposed as tools an AI Agent can call directly:
ABI Method, Balance, Call, Cancel Transaction, Create Client, Decode, Estimate Gas, Estimate Gas Price, Export Wallet, From WEI, Generate Wallet, Get Transaction, Get Wallet Address, Import Wallet, Increase Gas, Parse ABI, Pending Transactions, Send Transaction, Subscribe, To WEI, Transaction Receipt, Transfer.
Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.
It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.