1{
2  "name": "Money Rebel",
3  "address": "0x21f0F0fD3141Ee9E11B3d7f13a1028CD515f459c",
4  "comment": "",
5  "abi": [
6    {
7      "constant": true,
8      "inputs": [],
9      "name": "name",
10      "outputs": [{ "name": "", "type": "string" }],
11      "payable": false,
12      "stateMutability": "view",
13      "type": "function"
14    },
15    {
16      "constant": false,
17      "inputs": [
18        { "name": "_spender", "type": "address" },
19        { "name": "_value", "type": "uint256" }
20      ],
21      "name": "approve",
22      "outputs": [{ "name": "success", "type": "bool" }],
23      "payable": false,
24      "stateMutability": "nonpayable",
25      "type": "function"
26    },
27    {
28      "constant": true,
29      "inputs": [],
30      "name": "totalSupply",
31      "outputs": [{ "name": "", "type": "uint256" }],
32      "payable": false,
33      "stateMutability": "view",
34      "type": "function"
35    },
36    {
37      "constant": false,
38      "inputs": [],
39      "name": "killContract",
40      "outputs": [],
41      "payable": false,
42      "stateMutability": "nonpayable",
43      "type": "function"
44    },
45    {
46      "constant": false,
47      "inputs": [
48        { "name": "_from", "type": "address" },
49        { "name": "_to", "type": "address" },
50        { "name": "_value", "type": "uint256" }
51      ],
52      "name": "transferFrom",
53      "outputs": [{ "name": "success", "type": "bool" }],
54      "payable": false,
55      "stateMutability": "nonpayable",
56      "type": "function"
57    },
58    {
59      "constant": true,
60      "inputs": [],
61      "name": "decimals",
62      "outputs": [{ "name": "", "type": "uint8" }],
63      "payable": false,
64      "stateMutability": "view",
65      "type": "function"
66    },
67    {
68      "constant": false,
69      "inputs": [
70        { "name": "_to", "type": "address" },
71        { "name": "_amount", "type": "uint256" }
72      ],
73      "name": "mint",
74      "outputs": [],
75      "payable": false,
76      "stateMutability": "nonpayable",
77      "type": "function"
78    },
79    {
80      "constant": false,
81      "inputs": [{ "name": "_amount", "type": "uint256" }],
82      "name": "burn",
83      "outputs": [],
84      "payable": false,
85      "stateMutability": "nonpayable",
86      "type": "function"
87    },
88    {
89      "constant": true,
90      "inputs": [],
91      "name": "standard",
92      "outputs": [{ "name": "", "type": "string" }],
93      "payable": false,
94      "stateMutability": "view",
95      "type": "function"
96    },
97    {
98      "constant": true,
99      "inputs": [{ "name": "_owner", "type": "address" }],
100      "name": "balanceOf",
101      "outputs": [{ "name": "balance", "type": "uint256" }],
102      "payable": false,
103      "stateMutability": "view",
104      "type": "function"
105    },
106    {
107      "constant": false,
108      "inputs": [],
109      "name": "acceptOwnership",
110      "outputs": [],
111      "payable": false,
112      "stateMutability": "nonpayable",
113      "type": "function"
114    },
115    {
116      "constant": false,
117      "inputs": [],
118      "name": "disableMinting",
119      "outputs": [],
120      "payable": false,
121      "stateMutability": "nonpayable",
122      "type": "function"
123    },
124    {
125      "constant": true,
126      "inputs": [],
127      "name": "owner",
128      "outputs": [{ "name": "", "type": "address" }],
129      "payable": false,
130      "stateMutability": "view",
131      "type": "function"
132    },
133    {
134      "constant": true,
135      "inputs": [],
136      "name": "symbol",
137      "outputs": [{ "name": "", "type": "string" }],
138      "payable": false,
139      "stateMutability": "view",
140      "type": "function"
141    },
142    {
143      "constant": false,
144      "inputs": [
145        { "name": "_tokenAddress", "type": "address" },
146        { "name": "_to", "type": "address" },
147        { "name": "_amount", "type": "uint256" }
148      ],
149      "name": "salvageTokensFromContract",
150      "outputs": [],
151      "payable": false,
152      "stateMutability": "nonpayable",
153      "type": "function"
154    },
155    {
156      "constant": false,
157      "inputs": [
158        { "name": "_to", "type": "address" },
159        { "name": "_value", "type": "uint256" }
160      ],
161      "name": "transfer",
162      "outputs": [{ "name": "success", "type": "bool" }],
163      "payable": false,
164      "stateMutability": "nonpayable",
165      "type": "function"
166    },
167    {
168      "constant": false,
169      "inputs": [
170        { "name": "_untilBlock", "type": "uint256" },
171        { "name": "_reason", "type": "string" }
172      ],
173      "name": "lockUntil",
174      "outputs": [],
175      "payable": false,
176      "stateMutability": "nonpayable",
177      "type": "function"
178    },
179    {
180      "constant": false,
181      "inputs": [
182        { "name": "_spender", "type": "address" },
183        { "name": "_value", "type": "uint256" },
184        { "name": "_extraData", "type": "bytes" }
185      ],
186      "name": "approveAndCall",
187      "outputs": [{ "name": "success", "type": "bool" }],
188      "payable": false,
189      "stateMutability": "nonpayable",
190      "type": "function"
191    },
192    {
193      "constant": true,
194      "inputs": [],
195      "name": "newOwner",
196      "outputs": [{ "name": "", "type": "address" }],
197      "payable": false,
198      "stateMutability": "view",
199      "type": "function"
200    },
201    {
202      "constant": true,
203      "inputs": [],
204      "name": "lockedUntilBlock",
205      "outputs": [{ "name": "", "type": "uint256" }],
206      "payable": false,
207      "stateMutability": "view",
208      "type": "function"
209    },
210    {
211      "constant": true,
212      "inputs": [
213        { "name": "_owner", "type": "address" },
214        { "name": "_spender", "type": "address" }
215      ],
216      "name": "allowance",
217      "outputs": [{ "name": "remaining", "type": "uint256" }],
218      "payable": false,
219      "stateMutability": "view",
220      "type": "function"
221    },
222    {
223      "constant": false,
224      "inputs": [{ "name": "_newOwner", "type": "address" }],
225      "name": "transferOwnership",
226      "outputs": [],
227      "payable": false,
228      "stateMutability": "nonpayable",
229      "type": "function"
230    },
231    {
232      "inputs": [],
233      "payable": false,
234      "stateMutability": "nonpayable",
235      "type": "constructor"
236    },
237    {
238      "anonymous": false,
239      "inputs": [
240        { "indexed": true, "name": "_to", "type": "address" },
241        { "indexed": false, "name": "_value", "type": "uint256" }
242      ],
243      "name": "Mint",
244      "type": "event"
245    },
246    {
247      "anonymous": false,
248      "inputs": [
249        { "indexed": true, "name": "_from", "type": "address" },
250        { "indexed": false, "name": "_value", "type": "uint256" }
251      ],
252      "name": "Burn",
253      "type": "event"
254    },
255    {
256      "anonymous": false,
257      "inputs": [
258        { "indexed": false, "name": "_untilBlock", "type": "uint256" },
259        { "indexed": false, "name": "_reason", "type": "string" }
260      ],
261      "name": "ContractLocked",
262      "type": "event"
263    },
264    {
265      "anonymous": false,
266      "inputs": [
267        { "indexed": false, "name": "_prevOwner", "type": "address" },
268        { "indexed": false, "name": "_newOwner", "type": "address" }
269      ],
270      "name": "OwnerUpdate",
271      "type": "event"
272    },
273    {
274      "anonymous": false,
275      "inputs": [
276        { "indexed": true, "name": "_from", "type": "address" },
277        { "indexed": true, "name": "_to", "type": "address" },
278        { "indexed": false, "name": "_value", "type": "uint256" }
279      ],
280      "name": "Transfer",
281      "type": "event"
282    },
283    {
284      "anonymous": false,
285      "inputs": [
286        { "indexed": true, "name": "_owner", "type": "address" },
287        { "indexed": true, "name": "_spender", "type": "address" },
288        { "indexed": false, "name": "_value", "type": "uint256" }
289      ],
290      "name": "Approval",
291      "type": "event"
292    }
293  ]
294}
295