neo-go/examples/token/token.yml
2020-12-10 18:04:49 +03:00

12 lines
287 B
YAML

name: "Awesome NEO Token"
supportedstandards: ["NEP-17"]
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply"]
events:
- name: Transfer
parameters:
- name: from
type: Hash160
- name: to
type: Hash160
- name: amount
type: Integer