15 lines
321 B
YAML
15 lines
321 B
YAML
|
name: "ZaCoin"
|
||
|
supportedstandards: ["NEP-17"]
|
||
|
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply"]
|
||
|
events:
|
||
|
- name: Transfer
|
||
|
parameters:
|
||
|
- name: from
|
||
|
type: Hash160
|
||
|
- name: to
|
||
|
type: Hash160
|
||
|
- name: amount
|
||
|
type: Integer
|
||
|
permissions:
|
||
|
- methods: ["onNEP17Payment"]
|