1{
2  "name": "Ohni OLD",
3  "address": "0x7f2176ceb16dcb648dc924eff617c3dc2befd30d",
4  "comment": "",
5  "abi": [
6    {
7      "constant": false,
8      "inputs": [
9        { "name": "newSellPrice", "type": "uint256" },
10        { "name": "newBuyPrice", "type": "uint256" }
11      ],
12      "name": "setPrices",
13      "outputs": [],
14      "payable": false,
15      "type": "function"
16    },
17    {
18      "constant": true,
19      "inputs": [],
20      "name": "name",
21      "outputs": [{ "name": "", "type": "string" }],
22      "payable": false,
23      "type": "function"
24    },
25    {
26      "constant": false,
27      "inputs": [
28        { "name": "_spender", "type": "address" },
29        { "name": "_value", "type": "uint256" }
30      ],
31      "name": "approve",
32      "outputs": [{ "name": "success", "type": "bool" }],
33      "payable": false,
34      "type": "function"
35    },
36    {
37      "constant": true,
38      "inputs": [],
39      "name": "totalSupply",
40      "outputs": [{ "name": "", "type": "uint256" }],
41      "payable": false,
42      "type": "function"
43    },
44    {
45      "constant": false,
46      "inputs": [
47        { "name": "_from", "type": "address" },
48        { "name": "_to", "type": "address" },
49        { "name": "_value", "type": "uint256" }
50      ],
51      "name": "transferFrom",
52      "outputs": [{ "name": "success", "type": "bool" }],
53      "payable": false,
54      "type": "function"
55    },
56    {
57      "constant": true,
58      "inputs": [],
59      "name": "decimals",
60      "outputs": [{ "name": "", "type": "uint8" }],
61      "payable": false,
62      "type": "function"
63    },
64    {
65      "constant": true,
66      "inputs": [],
67      "name": "sellPrice",
68      "outputs": [{ "name": "", "type": "uint256" }],
69      "payable": false,
70      "type": "function"
71    },
72    {
73      "constant": true,
74      "inputs": [],
75      "name": "standard",
76      "outputs": [{ "name": "", "type": "string" }],
77      "payable": false,
78      "type": "function"
79    },
80    {
81      "constant": true,
82      "inputs": [{ "name": "", "type": "address" }],
83      "name": "balanceOf",
84      "outputs": [{ "name": "", "type": "uint256" }],
85      "payable": false,
86      "type": "function"
87    },
88    {
89      "constant": false,
90      "inputs": [
91        { "name": "target", "type": "address" },
92        { "name": "mintedAmount", "type": "uint256" }
93      ],
94      "name": "mintToken",
95      "outputs": [],
96      "payable": false,
97      "type": "function"
98    },
99    {
100      "constant": true,
101      "inputs": [],
102      "name": "buyPrice",
103      "outputs": [{ "name": "", "type": "uint256" }],
104      "payable": false,
105      "type": "function"
106    },
107    {
108      "constant": true,
109      "inputs": [],
110      "name": "owner",
111      "outputs": [{ "name": "", "type": "address" }],
112      "payable": false,
113      "type": "function"
114    },
115    {
116      "constant": true,
117      "inputs": [],
118      "name": "symbol",
119      "outputs": [{ "name": "", "type": "string" }],
120      "payable": false,
121      "type": "function"
122    },
123    {
124      "constant": false,
125      "inputs": [],
126      "name": "buy",
127      "outputs": [],
128      "payable": true,
129      "type": "function"
130    },
131    {
132      "constant": false,
133      "inputs": [
134        { "name": "_to", "type": "address" },
135        { "name": "_value", "type": "uint256" }
136      ],
137      "name": "transfer",
138      "outputs": [],
139      "payable": false,
140      "type": "function"
141    },
142    {
143      "constant": true,
144      "inputs": [{ "name": "", "type": "address" }],
145      "name": "frozenAccount",
146      "outputs": [{ "name": "", "type": "bool" }],
147      "payable": false,
148      "type": "function"
149    },
150    {
151      "constant": false,
152      "inputs": [
153        { "name": "_spender", "type": "address" },
154        { "name": "_value", "type": "uint256" },
155        { "name": "_extraData", "type": "bytes" }
156      ],
157      "name": "approveAndCall",
158      "outputs": [{ "name": "success", "type": "bool" }],
159      "payable": false,
160      "type": "function"
161    },
162    {
163      "constant": true,
164      "inputs": [
165        { "name": "", "type": "address" },
166        { "name": "", "type": "address" }
167      ],
168      "name": "allowance",
169      "outputs": [{ "name": "", "type": "uint256" }],
170      "payable": false,
171      "type": "function"
172    },
173    {
174      "constant": false,
175      "inputs": [{ "name": "amount", "type": "uint256" }],
176      "name": "sell",
177      "outputs": [],
178      "payable": false,
179      "type": "function"
180    },
181    {
182      "constant": false,
183      "inputs": [
184        { "name": "target", "type": "address" },
185        { "name": "freeze", "type": "bool" }
186      ],
187      "name": "freezeAccount",
188      "outputs": [],
189      "payable": false,
190      "type": "function"
191    },
192    {
193      "constant": false,
194      "inputs": [{ "name": "newOwner", "type": "address" }],
195      "name": "transferOwnership",
196      "outputs": [],
197      "payable": false,
198      "type": "function"
199    },
200    {
201      "inputs": [
202        { "name": "initialSupply", "type": "uint256" },
203        { "name": "tokenName", "type": "string" },
204        { "name": "decimalUnits", "type": "uint8" },
205        { "name": "tokenSymbol", "type": "string" }
206      ],
207      "payable": false,
208      "type": "constructor"
209    },
210    { "payable": false, "type": "fallback" },
211    {
212      "anonymous": false,
213      "inputs": [
214        { "indexed": false, "name": "target", "type": "address" },
215        { "indexed": false, "name": "frozen", "type": "bool" }
216      ],
217      "name": "FrozenFunds",
218      "type": "event"
219    },
220    {
221      "anonymous": false,
222      "inputs": [
223        { "indexed": true, "name": "from", "type": "address" },
224        { "indexed": true, "name": "to", "type": "address" },
225        { "indexed": false, "name": "value", "type": "uint256" }
226      ],
227      "name": "Transfer",
228      "type": "event"
229    }
230  ]
231}
232