2020-11-20 08:02:58 +00:00
|
|
|
name: "Awesome NEO 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-08-10 14:33:21 +00:00
|
|
|
events:
|
2020-11-19 15:01:42 +00:00
|
|
|
- name: Transfer
|
2020-08-10 14:33:21 +00:00
|
|
|
parameters:
|
|
|
|
- name: from
|
2020-11-24 10:38:24 +00:00
|
|
|
type: Hash160
|
2020-08-10 14:33:21 +00:00
|
|
|
- name: to
|
2020-11-24 10:38:24 +00:00
|
|
|
type: Hash160
|
2020-08-10 14:33:21 +00:00
|
|
|
- name: amount
|
|
|
|
type: Integer
|
2021-06-23 17:56:09 +00:00
|
|
|
permissions:
|
|
|
|
- methods: ["onNEP17Payment"]
|