Alex Vanin
d626660c1a
Allows easier project name updates in the future. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
48 lines
No EOL
996 B
YAML
48 lines
No EOL
996 B
YAML
name: "Balance"
|
|
supportedstandards: ["NEP-17"]
|
|
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "version"]
|
|
permissions:
|
|
- methods: ["update"]
|
|
events:
|
|
- name: Lock
|
|
parameters:
|
|
- name: txID
|
|
type: ByteArray
|
|
- name: from
|
|
type: Hash160
|
|
- name: to
|
|
type: Hash160
|
|
- name: amount
|
|
type: Integer
|
|
- name: until
|
|
type: Integer
|
|
- name: Transfer
|
|
parameters:
|
|
- name: from
|
|
type: Hash160
|
|
- name: to
|
|
type: Hash160
|
|
- name: amount
|
|
type: Integer
|
|
- name: TransferX
|
|
parameters:
|
|
- name: from
|
|
type: Hash160
|
|
- name: to
|
|
type: Hash160
|
|
- name: amount
|
|
type: Integer
|
|
- name: details
|
|
type: ByteArray
|
|
- name: Mint
|
|
parameters:
|
|
- name: to
|
|
type: Hash160
|
|
- name: amount
|
|
type: Integer
|
|
- name: Burn
|
|
parameters:
|
|
- name: from
|
|
type: Hash160
|
|
- name: amount
|
|
type: Integer |