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