Smart Contract Interaction
Call Contract Method (Read-only)
Call the contract at ZTXcontract123... with the query method and show me the result{
"contractAddress": "ZTXcontract123...",
"input": "{\"method\":\"balanceOf\",\"params\":{\"address\":\"ZTX3Ta...\"}}",
"sourceAddress": "ZTX3Ta7d4GyAXD41H2kFCTd2eXhDesM83rvC3"
}Invoke Contract (State Change)
Invoke the contract at ZTX3Uaci... to transfer tokens.
Use my private key privbs...
Source address: ZTX3Ta7d...
Amount: 1000000
Input: {"method":"transfer","to":"ZTX3Xb...","amount":"500"}Last updated