2021-04-07 21:07:39 +00:00
|
|
|
name: "HASHY NFT"
|
2021-09-23 21:19:37 +00:00
|
|
|
sourceurl: https://github.com/nspcc-dev/neo-go/
|
2021-04-07 21:07:39 +00:00
|
|
|
supportedstandards: ["NEP-11"]
|
2021-04-26 14:09:37 +00:00
|
|
|
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply", "tokensOf", "ownerOf", "tokens", "properties"]
|
2021-04-07 21:07:39 +00:00
|
|
|
events:
|
|
|
|
- name: Transfer
|
|
|
|
parameters:
|
|
|
|
- name: from
|
|
|
|
type: Hash160
|
|
|
|
- name: to
|
|
|
|
type: Hash160
|
|
|
|
- name: amount
|
|
|
|
type: Integer
|
|
|
|
- name: tokenId
|
|
|
|
type: ByteArray
|
2021-06-02 07:50:17 +00:00
|
|
|
permissions:
|
2021-06-23 17:56:09 +00:00
|
|
|
- hash: fffdc93764dbaddd97c48f252a53ea4643faa3fd
|
|
|
|
methods: ["update", "destroy"]
|
|
|
|
- methods: ["onNEP11Payment"]
|