post
https://api.shasta.trongrid.io/wallet/triggersmartcontract
构造一笔未签名的合约调用交易,返回 TransactionExtension,由调用方签名后再广播。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
构造一笔未签名的合约调用交易,返回 TransactionExtension,由调用方签名后再广播。
ABI 参数编解码本接口的
parameter字段需按 Solidity ABI 规范进行编码。编解码示例参考 Solidity ABI 规范 与 参数与返回值编解码。
相关资源
- GetContractInfo —— 查询合约部署信息(ABI、字节码、能量配额)
- TriggerConstantContract —— 只读模拟调用,不上链、不消耗能量
- API 签名与广播流程 —— 本接口返回未签名交易,需签名、广播并查询 receipt
- 合约调用与能量计费 ——
fee_limit、能量分摊、deployer 代付机制 - TVM 与 EVM 对比 —— 操作码差异与移植注意事项