Available functions

getProvider

Returns information about the dAPI provider, including who this provider is, the version of their dAPI, and the NEP that the interface is compatible with.

getNetworks

Returns a list of available provider networks

getAccount

Return the Account that is currently connected to the dApp.

getPublicKey

Return the Public Key of the Account that is currently connected to the dApp.

getBalance

Return balance of a specific asset for the given account, or all balances for an account. Also takes multiple entries.

getStorage

Reads the raw value in smart contract storage.

Script hash:


Key:

invokeRead

Execute a contract invocation in read-only mode.

Script hash:


Operation:


Arguments:

invoke

Execute a contract invocation.


Script hash:


Operation:


Arguments:


Attached assets: (Optional)


Fee: (Optional)

Asset Intent Overrides:


Trigger contract verification:


send

Invoke a transfer of a specified amount of a given asset from the connected account to another account.

From address:


To address:


Asset:


Amount:


Remark: (Optional)


Fee: (Optional)


signMessage

Sign an arbitrary message.

Message:

verifyMessage

Verify a message signature.

Message:


Signature:


Public Key:


deploy

Deploy a smart contract.


Name:


Version:


Author:


Email:


Description:


NeedStorage:


dynamicInvoke:


isPayable:


returnType:


parameterList:


Code:


Output

Utils

Utils

Hex String <===> String
68656c6c6f <===> hello
Hex string:
=>
String:
=>
Hex String <===> Integer
00e1f505 <===> 100000000
Hex string:
=>
Integer:
=>
Big endian <===> Little endian
bc99b2a477e28581b2fd04249ba27599ebd736d3 <===> d336d7eb9975a29b2404fdb28185e277a4b299bc
Hex string:
=>
Address <===> ScriptHash
Ab2fvZdmnM4HwDgVbdBrbTLz1wK5TcEyhU <===> d336d7eb9975a29b2404fdb28185e277a4b299bc
Address:
=>
ScriptHash:
=>