neoneo-go/examples/token-sale/token_sale.yml

14 lines
306 B
YAML
Raw Normal View History

2020-11-20 08:02:58 +00:00
name: "My awesome token"
sourceurl: https://github.com/nspcc-dev/neo-go/
2020-11-19 15:01:42 +00:00
supportedstandards: ["NEP-17"]
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply"]
events:
- name: Transfer
parameters:
- name: from
type: Hash160
- name: to
type: Hash160
- name: amount
type: Integer