18 lines
462 B
YAML
18 lines
462 B
YAML
name: "Rubl"
|
|
sourceurl: https://github.com/tutus-one/tutus-chain/
|
|
supportedstandards: ["NEP-17"]
|
|
safemethods: ["balanceOf", "decimals", "symbol", "totalSupply"]
|
|
events:
|
|
- name: Transfer
|
|
parameters:
|
|
- name: from
|
|
type: Hash160
|
|
- name: to
|
|
type: Hash160
|
|
- name: amount
|
|
type: Integer
|
|
permissions:
|
|
- hash: 2d2dcf3c8b6b96793f6ecfd5856bb39d536f1d89
|
|
methods: ["transfer", "balanceOf"]
|
|
- methods: ["onNEP17Payment"]
|