Read/Write contracts

Once a contract is loaded into the terminal, its ABI is fetched and the Read/Write tabs are activated. This is conditional on your explorer API key being present in Settings and the contract's code being verified.

We query the name() function, which has no inputs and the result is displayed in the area below.

The Read tab allows you query data from contracts instantly, directly from your console, without 3rd party intermediaries.


We form a transaction using the transfer function. The inputs are filled, an amount of 50 tokens is input using the convert tool with 18 decimals.

The Write tab works similarly, once you've entered the input parameters and click Write, your transaction JSON is formed with the appropriate data and to values. You can then send out the transaction if you wish to.

Last updated