2021-03-22 12:21:48 +03:00
|
|
|
name: "Rubl"
|
2021-09-24 00:19:37 +03:00
|
|
|
sourceurl: https://github.com/nspcc-dev/neo-go/
|
2021-03-22 12:21:48 +03:00
|
|
|
supportedstandards: ["NEP-17"]
|
|
|
|
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply"]
|
|
|
|
events:
|
|
|
|
- name: Transfer
|
|
|
|
parameters:
|
|
|
|
- name: from
|
|
|
|
type: Hash160
|
|
|
|
- name: to
|
|
|
|
type: Hash160
|
|
|
|
- name: amount
|
|
|
|
type: Integer
|
2021-06-25 10:54:00 +03:00
|
|
|
permissions:
|
2021-09-16 17:09:42 +03:00
|
|
|
- hash: ef4073a0f2b305a38ec4050e4d3d28bc40ea63f5
|
|
|
|
methods: ["transfer"]
|
2021-09-24 00:19:37 +03:00
|
|
|
- methods: ["onNEP17Payment"]
|