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