tutus-chain/internal/basicchain/testdata/test_contract.yml

18 lines
462 B
YAML
Executable File

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: 7a8123a18fcbd51f9eba5d50c3bf88bf8f13da88
methods: ["transfer", "balanceOf"]
- methods: ["onNEP17Payment"]