Smart Contracts
ContractCall
Reference for the Hedera Smart Contract Service ContractCallTransactionBody protobuf message used to invoke EVM smart contract functions with gas.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference for the Hedera Smart Contract Service ContractCallTransactionBody protobuf message used to invoke EVM smart contract functions with gas.
| Field | Type | Description |
|---|---|---|
contractID | ContractID | The contract instance to call |
gas | int64 | The maximum amount of gas to use for the call |
amount | int64 | Number of tinybars sent (the function must be payable if this is nonzero) |
functionParameters | bytes | Which function to call, and the parameters to pass to the function |
Was this page helpful?