2021-07-22 09:46:38 +00:00
|
|
|
name: "NameService"
|
|
|
|
supportedstandards: ["NEP-11"]
|
|
|
|
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf",
|
2021-11-23 09:18:02 +00:00
|
|
|
"tokens", "properties", "roots", "getPrice", "isAvailable", "getRecords",
|
|
|
|
"resolve", "version"]
|
2021-07-22 09:46:38 +00:00
|
|
|
events:
|
|
|
|
- name: Transfer
|
|
|
|
parameters:
|
|
|
|
- name: from
|
|
|
|
type: Hash160
|
|
|
|
- name: to
|
|
|
|
type: Hash160
|
|
|
|
- name: amount
|
|
|
|
type: Integer
|
|
|
|
- name: tokenId
|
|
|
|
type: ByteArray
|
|
|
|
permissions:
|
|
|
|
- hash: fffdc93764dbaddd97c48f252a53ea4643faa3fd
|
|
|
|
methods: ["update"]
|
|
|
|
- methods: ["onNEP11Payment"]
|