post
https://api.shasta.trongrid.io/wallet/triggersmartcontract
Construct an unsigned smart-contract call transaction and return TransactionExtension for client-side signing and broadcast.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Construct an unsigned smart-contract call transaction. The response returns TransactionExtension; the caller signs the transaction locally and then broadcasts it.
ABI parameter encodingThe
parameterfield must be encoded according to the Solidity ABI rules. For examples, see the Solidity ABI specification and Parameter and return value encoding and decoding.
Related resources
- GetContractInfo — query contract deployment information, including ABI, bytecode, and Energy settings
- TriggerConstantContract — simulate a read-only call without broadcasting a transaction
- Sign and broadcast — the API workflow — this API returns an unsigned transaction that must be signed, broadcast, and confirmed
- FeeLimit & Energy cost —
fee_limit, Energy sharing, and deployer-side contribution - TVM vs. EVM — opcode differences and migration notes