Smart contract result

VM State: Gas consumed:

Transaction created

Error

Smart contracts

Smart Contract Tips:
Debug vs. Invoke vs. Broadcast:
Clicking Debug will run the contract locally within the Visual Studio Code debugger, optionally using a previously saved Neo Express checkpoint.
Clicking Invoke will evaluate the contract method on an actual blockchain node, but will not publish a transaction to be persisted on the blockchain.
Clicking Broadcast will create an InvocationTransaction and broadcast it to a node for addition to the blockchain.
Entering Parameters:
Parameters of type ByteArray:
To provide a NEO address, enter the address prefixed with the '@' character, e.g. @AJCtRExcE3BCGniuLQA9ZRh21heAc2Yf8R.
To provide data as a hex string, enter the hex string prefixed with '0x', e.g. 0x0123456789abcdef.
To provide an arbitrary string, enter it as-is, e.g. HelloWorld.
Parameters of type Integer:
Enter an integer value as-is, e.g. 3422342349565424.
Parameters of type String:
Supply arbitrary text, as-is, e.g. HelloWorld.
Parameters of type Array:
Supply a JSON array containing any combination of numbers, text strings, hex strings and addresses, e.g. [42, 'foo', '0x1234', '@AJCtRExcE3BCGniuLQA9ZRh21heAc2Yf8R'].
Spending to a Contract:
In the spend field, optionally supply an asset symbol (e.g. NEO) and value (e.g. 50). If a value greater than zero is entered, appropriate UTXOs will be assembled and spent to the contract.

Contract:

Method:

Parameters:
Launch contract in debugger
Run the contract method locally in the Visual Studio Code debugger:
Checkpoint: (Optional)
Invoke contract method
Evaluate the contract method using a blockchain node:
Broadcast invocation transaction
Create an invocation transaction for the contract method and broadcast it for inclusion in the blockchain:
Spend: (Optional)
Wallet: (Required)
Name (type)
As number:
As string:
As data:
As address:
No result was returned.