MCP Ethers Wallet

parseEther

Convert ether values into wei for precise Ethereum transactions and smart contract interactions using this blockchain utility tool.

Instructions

Convert an ether value to wei

Input Schema

NameRequiredDescriptionDefault
etherYesThe ether value to parse

Input Schema (JSON Schema)

{ "properties": { "ether": { "description": "The ether value to parse", "type": "string" } }, "required": [ "ether" ], "type": "object" }
ID: j75jbdup5m