2021-03-22 09:21:48 +00:00
|
|
|
name: "Rubl"
|
2021-09-23 21:19:37 +00:00
|
|
|
sourceurl: https://github.com/nspcc-dev/neo-go/
|
2021-03-22 09:21:48 +00: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 07:54:00 +00:00
|
|
|
permissions:
|
2021-09-16 14:09:42 +00:00
|
|
|
- hash: ef4073a0f2b305a38ec4050e4d3d28bc40ea63f5
|
|
|
|
methods: ["transfer"]
|
2021-09-23 21:19:37 +00:00
|
|
|
- methods: ["onNEP17Payment"]
|