TriggerSmartContract

Returns TransactionExtention, which contains the unsigned Transaction

Body Params
string
Defaults to 41D1E7A6BC354106CB410E65FF8B181C600FF14292

Address that triggers the contract, converted to a hex string.

string
Defaults to 41a7837ce56da0cbb28f30bcd5bff01d4fe7e4c6e3

Contract address, converted to a hex string

string
Defaults to transfer(address,uint256)

Function call, must not be left blank

string

Parameter encoding needs to be in accordance with the ABI rules, the rules are more complicated, users can use the ethers library to encode,For details, please refer to the document-Guide-Smart Contract-Best Practice-Parameter Encoding and Decoding.

int32

Maximum TRX consumption, measured in SUN (1 TRX = 1,000,000 SUN).

int32
Defaults to 0

Amount of TRX transferred with this transaction, measured in SUN (1 TRX = 1,000,000 SUN).

int32

Optional, for multi-signature

boolean

Optional. Whehter the address is in base58check format.

Responses

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json