ucai_estimate_gas_sponsorship
Calculate the gas sponsorship cost for any EVM transaction. Provide contract ABI, function, and args to know the exact cost to sponsor.
Instructions
Estimate the cost to sponsor gas for a transaction (free).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| abi | Yes | Contract ABI | |
| args | Yes | Function arguments | |
| network | No | The blockchain network to use | arbitrum |
| functionName | Yes | Function to call | |
| contractAddress | Yes | Target contract address |