call
Simulate and execute blockchain transactions instantly without network submission. Use contract addresses and encoded data to test calls securely via MetaMask MCP, ensuring private key safety during operations.
Instructions
Executing a new message call immediately without submitting a transaction to the network.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | A contract hashed method call with encoded args. | |
to | Yes | The contract address or recipient. | |
value | No | Value (in wei) sent with this transaction. |