-
Notifications
You must be signed in to change notification settings - Fork 0
/
contract_abi.json
47 lines (47 loc) · 997 Bytes
/
contract_abi.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[{
"constant": true,
"inputs": [{
"name": "",
"type": "address"
}],
"name": "balanceOf",
"outputs": [{
"name": "",
"type": "uint256",
"value": "0"
}],
"payable": false,
"stateMutability": "view",
"type": "function"
}, {
"constant": false,
"inputs": [{
"name": "_to",
"type": "address"
}, {
"name": "_value",
"type": "uint256"
}],
"name": "transfer",
"outputs": [{
"name": "success",
"type": "bool"
}],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
}, {
"inputs": [{
"name": "initialSupply",
"type": "uint256",
"index": 0,
"typeShort": "uint",
"bits": "256",
"displayName": "initial Supply",
"template": "elements_input_uint",
"value": "10000000"
}],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
}]