Run a read-only smart-contract invocation against any Neo N3 node, without
broadcasting a transaction — the equivalent of the JSON-RPC invokefunction method.
The fastest way to inspect contract state or test a method while you develop.
From the home screen, choose Test Invoke, then:
- RPC endpoint: Switch between TestNet and MainNet.
- Contract hash: paste the contract script hash (
0x...) and click Load ABI. - Method: pick a method
- Parameters (if necessary): fill parameters when needed
- Click Invoke.