2020-11-20 11:02:58 +03:00
|
|
|
name: "Awesome NEO Token"
|
2021-09-24 00:19:37 +03:00
|
|
|
sourceurl: https://github.com/nspcc-dev/neo-go/
|
2020-11-19 18:01:42 +03:00
|
|
|
supportedstandards: ["NEP-17"]
|
2020-12-10 18:04:49 +03:00
|
|
|
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply"]
|
2020-08-10 17:33:21 +03:00
|
|
|
events:
|
2020-11-19 18:01:42 +03:00
|
|
|
- name: Transfer
|
2020-08-10 17:33:21 +03:00
|
|
|
parameters:
|
|
|
|
- name: from
|
2020-11-24 13:38:24 +03:00
|
|
|
type: Hash160
|
2020-08-10 17:33:21 +03:00
|
|
|
- name: to
|
2020-11-24 13:38:24 +03:00
|
|
|
type: Hash160
|
2020-08-10 17:33:21 +03:00
|
|
|
- name: amount
|
|
|
|
type: Integer
|
2021-06-23 20:56:09 +03:00
|
|
|
permissions:
|
|
|
|
- methods: ["onNEP17Payment"]
|