0a5072a1da
And refactored Rubl test contract (it should support NEP-17 and onNEP17Payment).
12 lines
274 B
YAML
12 lines
274 B
YAML
name: "Rubl"
|
|
supportedstandards: ["NEP-17"]
|
|
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply"]
|
|
events:
|
|
- name: Transfer
|
|
parameters:
|
|
- name: from
|
|
type: Hash160
|
|
- name: to
|
|
type: Hash160
|
|
- name: amount
|
|
type: Integer
|