Web3S_Demo > Web 3S Eth Call Async Task > Eth Call

Eth Call

Calls a function of a smart contract.

Inputs

In
Exec

Url
String

The URL to send the request to.

Http Headers
Web 3S Http Headers Structure

[Optional] Additional HTTP headers that will be appended to the request.

From Address
String

The address the transaction is sent from.

To Address
String

The address the transaction is directed to.

Data
String

The hash of the invoked method signature and encoded parameters (ABI).

Block Identifier
EWeb3S_EthBlockIdentifier Enum

The block number to use. (Default: "latest")

Outputs

Out
Exec

Succeeded
Exec

Failed
Exec

Error Message
String

Response
Web 3S Http Response Structure (by ref)

Response Data
String