Call a Smart Contract Function
Call a smart contract function and get the output
POST
Circular_CallContract_
Headers
Name | Value |
---|---|
Content-Type |
|
Body
Name | Type | Description |
---|---|---|
| string | Blockchain address excluding the "0x" hexadecimal identifier |
| string | User's wallet address excluding the "0x" hexadecimal identifier |
| string | Timestamp written in "YYYY:MM:DD-HH:mm:ss" format |
| string | Requested function in Hex format (include the parenthesis and the semicolumn e.g. CRC_Contract.__GetContractName();). |
Result
Remember to convert the response from Hex to String if you want to get the result in plain text.
Last updated