fuse_smart_call_contract
ActiveTool of Fuse Network
declared in 0.1.0
Submits an ERC-4337 UserOperation invoking arbitrary calldata on a contract from the configured smart wallet. Use when you need full control over the encoded call.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"to",
"data"
],
"properties": {
"to": {
"type": "string",
"description": "Target contract address."
},
"data": {
"type": "string",
"description": "Encoded calldata (0x-prefixed hex)."
},
"valueWei": {
"type": "string",
"description": "Native FUSE to send with the call, in wei (default `0`)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fuse Network
1/7 registries