1{
2  "name": "PAX",
3  "address": "0x8e870d67f660d95d5be530380d0ec0bd388289e1",
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": 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": "_from", "type": "address" },
40        { "name": "_to", "type": "address" },
41        { "name": "_value", "type": "uint256" }
42      ],
43      "name": "transferFrom",
44      "outputs": [{ "name": "", "type": "bool" }],
45      "payable": false,
46      "stateMutability": "nonpayable",
47      "type": "function"
48    },
49    {
50      "constant": true,
51      "inputs": [],
52      "name": "decimals",
53      "outputs": [{ "name": "", "type": "uint8" }],
54      "payable": false,
55      "stateMutability": "view",
56      "type": "function"
57    },
58    {
59      "constant": false,
60      "inputs": [{ "name": "_newLawEnforcementRole", "type": "address" }],
61      "name": "setLawEnforcementRole",
62      "outputs": [],
63      "payable": false,
64      "stateMutability": "nonpayable",
65      "type": "function"
66    },
67    {
68      "constant": false,
69      "inputs": [],
70      "name": "unpause",
71      "outputs": [],
72      "payable": false,
73      "stateMutability": "nonpayable",
74      "type": "function"
75    },
76    {
77      "constant": false,
78      "inputs": [{ "name": "_addr", "type": "address" }],
79      "name": "unfreeze",
80      "outputs": [],
81      "payable": false,
82      "stateMutability": "nonpayable",
83      "type": "function"
84    },
85    {
86      "constant": false,
87      "inputs": [{ "name": "_newSupplyController", "type": "address" }],
88      "name": "setSupplyController",
89      "outputs": [],
90      "payable": false,
91      "stateMutability": "nonpayable",
92      "type": "function"
93    },
94    {
95      "constant": true,
96      "inputs": [],
97      "name": "paused",
98      "outputs": [{ "name": "", "type": "bool" }],
99      "payable": false,
100      "stateMutability": "view",
101      "type": "function"
102    },
103    {
104      "constant": true,
105      "inputs": [{ "name": "_addr", "type": "address" }],
106      "name": "balanceOf",
107      "outputs": [{ "name": "", "type": "uint256" }],
108      "payable": false,
109      "stateMutability": "view",
110      "type": "function"
111    },
112    {
113      "constant": false,
114      "inputs": [],
115      "name": "initialize",
116      "outputs": [],
117      "payable": false,
118      "stateMutability": "nonpayable",
119      "type": "function"
120    },
121    {
122      "constant": false,
123      "inputs": [],
124      "name": "pause",
125      "outputs": [],
126      "payable": false,
127      "stateMutability": "nonpayable",
128      "type": "function"
129    },
130    {
131      "constant": false,
132      "inputs": [{ "name": "_addr", "type": "address" }],
133      "name": "freeze",
134      "outputs": [],
135      "payable": false,
136      "stateMutability": "nonpayable",
137      "type": "function"
138    },
139    {
140      "constant": true,
141      "inputs": [],
142      "name": "owner",
143      "outputs": [{ "name": "", "type": "address" }],
144      "payable": false,
145      "stateMutability": "view",
146      "type": "function"
147    },
148    {
149      "constant": true,
150      "inputs": [],
151      "name": "symbol",
152      "outputs": [{ "name": "", "type": "string" }],
153      "payable": false,
154      "stateMutability": "view",
155      "type": "function"
156    },
157    {
158      "constant": false,
159      "inputs": [{ "name": "_value", "type": "uint256" }],
160      "name": "decreaseSupply",
161      "outputs": [{ "name": "success", "type": "bool" }],
162      "payable": false,
163      "stateMutability": "nonpayable",
164      "type": "function"
165    },
166    {
167      "constant": true,
168      "inputs": [],
169      "name": "lawEnforcementRole",
170      "outputs": [{ "name": "", "type": "address" }],
171      "payable": false,
172      "stateMutability": "view",
173      "type": "function"
174    },
175    {
176      "constant": false,
177      "inputs": [
178        { "name": "_to", "type": "address" },
179        { "name": "_value", "type": "uint256" }
180      ],
181      "name": "transfer",
182      "outputs": [{ "name": "", "type": "bool" }],
183      "payable": false,
184      "stateMutability": "nonpayable",
185      "type": "function"
186    },
187    {
188      "constant": false,
189      "inputs": [{ "name": "_value", "type": "uint256" }],
190      "name": "increaseSupply",
191      "outputs": [{ "name": "success", "type": "bool" }],
192      "payable": false,
193      "stateMutability": "nonpayable",
194      "type": "function"
195    },
196    {
197      "constant": true,
198      "inputs": [
199        { "name": "_owner", "type": "address" },
200        { "name": "_spender", "type": "address" }
201      ],
202      "name": "allowance",
203      "outputs": [{ "name": "", "type": "uint256" }],
204      "payable": false,
205      "stateMutability": "view",
206      "type": "function"
207    },
208    {
209      "constant": false,
210      "inputs": [{ "name": "_addr", "type": "address" }],
211      "name": "wipeFrozenAddress",
212      "outputs": [],
213      "payable": false,
214      "stateMutability": "nonpayable",
215      "type": "function"
216    },
217    {
218      "constant": true,
219      "inputs": [{ "name": "_addr", "type": "address" }],
220      "name": "isFrozen",
221      "outputs": [{ "name": "", "type": "bool" }],
222      "payable": false,
223      "stateMutability": "view",
224      "type": "function"
225    },
226    {
227      "constant": true,
228      "inputs": [],
229      "name": "supplyController",
230      "outputs": [{ "name": "", "type": "address" }],
231      "payable": false,
232      "stateMutability": "view",
233      "type": "function"
234    },
235    {
236      "constant": false,
237      "inputs": [{ "name": "_newOwner", "type": "address" }],
238      "name": "transferOwnership",
239      "outputs": [],
240      "payable": false,
241      "stateMutability": "nonpayable",
242      "type": "function"
243    },
244    {
245      "inputs": [],
246      "payable": false,
247      "stateMutability": "nonpayable",
248      "type": "constructor"
249    },
250    {
251      "anonymous": false,
252      "inputs": [
253        { "indexed": true, "name": "from", "type": "address" },
254        { "indexed": true, "name": "to", "type": "address" },
255        { "indexed": false, "name": "value", "type": "uint256" }
256      ],
257      "name": "Transfer",
258      "type": "event"
259    },
260    {
261      "anonymous": false,
262      "inputs": [
263        { "indexed": true, "name": "owner", "type": "address" },
264        { "indexed": true, "name": "spender", "type": "address" },
265        { "indexed": false, "name": "value", "type": "uint256" }
266      ],
267      "name": "Approval",
268      "type": "event"
269    },
270    {
271      "anonymous": false,
272      "inputs": [
273        { "indexed": true, "name": "oldOwner", "type": "address" },
274        { "indexed": true, "name": "newOwner", "type": "address" }
275      ],
276      "name": "OwnershipTransferred",
277      "type": "event"
278    },
279    { "anonymous": false, "inputs": [], "name": "Pause", "type": "event" },
280    { "anonymous": false, "inputs": [], "name": "Unpause", "type": "event" },
281    {
282      "anonymous": false,
283      "inputs": [{ "indexed": true, "name": "addr", "type": "address" }],
284      "name": "AddressFrozen",
285      "type": "event"
286    },
287    {
288      "anonymous": false,
289      "inputs": [{ "indexed": true, "name": "addr", "type": "address" }],
290      "name": "AddressUnfrozen",
291      "type": "event"
292    },
293    {
294      "anonymous": false,
295      "inputs": [{ "indexed": true, "name": "addr", "type": "address" }],
296      "name": "FrozenAddressWiped",
297      "type": "event"
298    },
299    {
300      "anonymous": false,
301      "inputs": [
302        { "indexed": true, "name": "oldLawEnforcementRole", "type": "address" },
303        { "indexed": true, "name": "newLawEnforcementRole", "type": "address" }
304      ],
305      "name": "LawEnforcementRoleSet",
306      "type": "event"
307    },
308    {
309      "anonymous": false,
310      "inputs": [
311        { "indexed": true, "name": "to", "type": "address" },
312        { "indexed": false, "name": "value", "type": "uint256" }
313      ],
314      "name": "SupplyIncreased",
315      "type": "event"
316    },
317    {
318      "anonymous": false,
319      "inputs": [
320        { "indexed": true, "name": "from", "type": "address" },
321        { "indexed": false, "name": "value", "type": "uint256" }
322      ],
323      "name": "SupplyDecreased",
324      "type": "event"
325    },
326    {
327      "anonymous": false,
328      "inputs": [
329        { "indexed": true, "name": "oldSupplyController", "type": "address" },
330        { "indexed": true, "name": "newSupplyController", "type": "address" }
331      ],
332      "name": "SupplyControllerSet",
333      "type": "event"
334    }
335  ]
336}
337