Skip to main content

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.

NamespaceRobomotion.Ethereum
Version0.6.0
CategoryFinancial
Nodes23

Nodes

NodeDescription
ABI MethodABI Method — see the properties below.
BalanceBalance — see the properties below.
CallCall — see the properties below.
Cancel TransactionCancels a transaction in Ethereum.
Create ClientCreates a client in Ethereum.
DecodeDecode — see the properties below.
Estimate GasEstimate Gas — see the properties below.
Estimate Gas PriceEstimate Gas Price — see the properties below.
Export WalletExports a wallet in Ethereum.
From WEIFrom WEI — see the properties below.
Generate WalletGenerates a wallet in Ethereum.
Get TransactionGets a transaction in Ethereum.
Get Wallet AddressGets wallet address in Ethereum.
Import WalletImports a wallet in Ethereum.
Increase GasIncrease Gas — see the properties below.
Parse ABIParse ABI — see the properties below.
Pending TransactionsPending Transactions — see the properties below.
Send TransactionSends a transaction in Ethereum.
SubscribeSubscribe — see the properties below.
To WEITo WEI — see the properties below.
ToolkitExposes this package's operations to an AI Agent as a single tool.
Transaction ReceiptTransaction Receipt — see the properties below.
TransferTransfer — 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.

About this page

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.