1{
2  "name": "Rebellious",
3  "address": "0x5f53f7a8075614b699baad0bc2c899f4bad8fbbf",
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": "", "type": "bool" }],
23      "payable": false,
24      "stateMutability": "nonpayable",
25      "type": "function"
26    },
27    {
28      "constant": false,
29      "inputs": [],
30      "name": "mint",
31      "outputs": [{ "name": "", "type": "bool" }],
32      "payable": false,
33      "stateMutability": "nonpayable",
34      "type": "function"
35    },
36    {
37      "constant": true,
38      "inputs": [],
39      "name": "totalSupply",
40      "outputs": [{ "name": "", "type": "uint256" }],
41      "payable": false,
42      "stateMutability": "view",
43      "type": "function"
44    },
45    {
46      "constant": true,
47      "inputs": [],
48      "name": "coinAge",
49      "outputs": [{ "name": "myCoinAge", "type": "uint256" }],
50      "payable": false,
51      "stateMutability": "view",
52      "type": "function"
53    },
54    {
55      "constant": false,
56      "inputs": [
57        { "name": "_from", "type": "address" },
58        { "name": "_to", "type": "address" },
59        { "name": "_value", "type": "uint256" }
60      ],
61      "name": "transferFrom",
62      "outputs": [{ "name": "", "type": "bool" }],
63      "payable": false,
64      "stateMutability": "nonpayable",
65      "type": "function"
66    },
67    {
68      "constant": false,
69      "inputs": [{ "name": "timestamp", "type": "uint256" }],
70      "name": "ownerSetStakeStartTime",
71      "outputs": [],
72      "payable": false,
73      "stateMutability": "nonpayable",
74      "type": "function"
75    },
76    {
77      "constant": true,
78      "inputs": [],
79      "name": "maxTotalSupply",
80      "outputs": [{ "name": "", "type": "uint256" }],
81      "payable": false,
82      "stateMutability": "view",
83      "type": "function"
84    },
85    {
86      "constant": true,
87      "inputs": [],
88      "name": "decimals",
89      "outputs": [{ "name": "", "type": "uint256" }],
90      "payable": false,
91      "stateMutability": "view",
92      "type": "function"
93    },
94    {
95      "constant": false,
96      "inputs": [],
97      "name": "getBlockNumber",
98      "outputs": [{ "name": "blockNumber", "type": "uint256" }],
99      "payable": false,
100      "stateMutability": "nonpayable",
101      "type": "function"
102    },
103    {
104      "constant": true,
105      "inputs": [],
106      "name": "chainStartTime",
107      "outputs": [{ "name": "", "type": "uint256" }],
108      "payable": false,
109      "stateMutability": "view",
110      "type": "function"
111    },
112    {
113      "constant": true,
114      "inputs": [{ "name": "_owner", "type": "address" }],
115      "name": "balanceOf",
116      "outputs": [{ "name": "balance", "type": "uint256" }],
117      "payable": false,
118      "stateMutability": "view",
119      "type": "function"
120    },
121    {
122      "constant": true,
123      "inputs": [],
124      "name": "stakeStartTime",
125      "outputs": [{ "name": "", "type": "uint256" }],
126      "payable": false,
127      "stateMutability": "view",
128      "type": "function"
129    },
130    {
131      "constant": false,
132      "inputs": [
133        { "name": "_recipients", "type": "address[]" },
134        { "name": "_values", "type": "uint256[]" }
135      ],
136      "name": "batchTransfer",
137      "outputs": [{ "name": "", "type": "bool" }],
138      "payable": false,
139      "stateMutability": "nonpayable",
140      "type": "function"
141    },
142    {
143      "constant": true,
144      "inputs": [],
145      "name": "owner",
146      "outputs": [{ "name": "", "type": "address" }],
147      "payable": false,
148      "stateMutability": "view",
149      "type": "function"
150    },
151    {
152      "constant": false,
153      "inputs": [{ "name": "_value", "type": "uint256" }],
154      "name": "ownerBurnToken",
155      "outputs": [],
156      "payable": false,
157      "stateMutability": "nonpayable",
158      "type": "function"
159    },
160    {
161      "constant": true,
162      "inputs": [],
163      "name": "symbol",
164      "outputs": [{ "name": "", "type": "string" }],
165      "payable": false,
166      "stateMutability": "view",
167      "type": "function"
168    },
169    {
170      "constant": true,
171      "inputs": [],
172      "name": "totalInitialSupply",
173      "outputs": [{ "name": "", "type": "uint256" }],
174      "payable": false,
175      "stateMutability": "view",
176      "type": "function"
177    },
178    {
179      "constant": false,
180      "inputs": [
181        { "name": "_to", "type": "address" },
182        { "name": "_value", "type": "uint256" }
183      ],
184      "name": "transfer",
185      "outputs": [{ "name": "", "type": "bool" }],
186      "payable": false,
187      "stateMutability": "nonpayable",
188      "type": "function"
189    },
190    {
191      "constant": true,
192      "inputs": [],
193      "name": "annualInterest",
194      "outputs": [{ "name": "interest", "type": "uint256" }],
195      "payable": false,
196      "stateMutability": "view",
197      "type": "function"
198    },
199    {
200      "constant": true,
201      "inputs": [],
202      "name": "stakeMinAge",
203      "outputs": [{ "name": "", "type": "uint256" }],
204      "payable": false,
205      "stateMutability": "view",
206      "type": "function"
207    },
208    {
209      "constant": true,
210      "inputs": [],
211      "name": "chainStartBlockNumber",
212      "outputs": [{ "name": "", "type": "uint256" }],
213      "payable": false,
214      "stateMutability": "view",
215      "type": "function"
216    },
217    {
218      "constant": true,
219      "inputs": [
220        { "name": "_owner", "type": "address" },
221        { "name": "_spender", "type": "address" }
222      ],
223      "name": "allowance",
224      "outputs": [{ "name": "remaining", "type": "uint256" }],
225      "payable": false,
226      "stateMutability": "view",
227      "type": "function"
228    },
229    {
230      "constant": true,
231      "inputs": [],
232      "name": "stakeMaxAge",
233      "outputs": [{ "name": "", "type": "uint256" }],
234      "payable": false,
235      "stateMutability": "view",
236      "type": "function"
237    },
238    {
239      "constant": true,
240      "inputs": [],
241      "name": "maxMintProofOfStake",
242      "outputs": [{ "name": "", "type": "uint256" }],
243      "payable": false,
244      "stateMutability": "view",
245      "type": "function"
246    },
247    {
248      "constant": false,
249      "inputs": [{ "name": "newOwner", "type": "address" }],
250      "name": "transferOwnership",
251      "outputs": [],
252      "payable": false,
253      "stateMutability": "nonpayable",
254      "type": "function"
255    },
256    {
257      "inputs": [],
258      "payable": false,
259      "stateMutability": "nonpayable",
260      "type": "constructor"
261    },
262    {
263      "anonymous": false,
264      "inputs": [
265        { "indexed": true, "name": "burner", "type": "address" },
266        { "indexed": false, "name": "value", "type": "uint256" }
267      ],
268      "name": "Burn",
269      "type": "event"
270    },
271    {
272      "anonymous": false,
273      "inputs": [
274        { "indexed": true, "name": "_address", "type": "address" },
275        { "indexed": false, "name": "_reward", "type": "uint256" }
276      ],
277      "name": "Mint",
278      "type": "event"
279    },
280    {
281      "anonymous": false,
282      "inputs": [
283        { "indexed": true, "name": "owner", "type": "address" },
284        { "indexed": true, "name": "spender", "type": "address" },
285        { "indexed": false, "name": "value", "type": "uint256" }
286      ],
287      "name": "Approval",
288      "type": "event"
289    },
290    {
291      "anonymous": false,
292      "inputs": [
293        { "indexed": true, "name": "from", "type": "address" },
294        { "indexed": true, "name": "to", "type": "address" },
295        { "indexed": false, "name": "value", "type": "uint256" }
296      ],
297      "name": "Transfer",
298      "type": "event"
299    }
300  ]
301}
302