UNPKG

6.31 kBJSONView Raw
1[
2 {
3 "constant": false,
4 "inputs": [
5 {
6 "internalType": "address",
7 "name": "to",
8 "type": "address"
9 },
10 {
11 "internalType": "uint256",
12 "name": "tokenId",
13 "type": "uint256"
14 }
15 ],
16 "name": "approve",
17 "outputs": [],
18 "payable": false,
19 "stateMutability": "nonpayable",
20 "type": "function"
21 },
22 {
23 "constant": false,
24 "inputs": [
25 {
26 "internalType": "address",
27 "name": "to",
28 "type": "address"
29 },
30 {
31 "internalType": "uint256",
32 "name": "tokenId",
33 "type": "uint256"
34 }
35 ],
36 "name": "mint",
37 "outputs": [],
38 "payable": false,
39 "stateMutability": "nonpayable",
40 "type": "function"
41 },
42 {
43 "constant": false,
44 "inputs": [
45 {
46 "internalType": "address",
47 "name": "from",
48 "type": "address"
49 },
50 {
51 "internalType": "address",
52 "name": "to",
53 "type": "address"
54 },
55 {
56 "internalType": "uint256",
57 "name": "tokenId",
58 "type": "uint256"
59 }
60 ],
61 "name": "safeTransferFrom",
62 "outputs": [],
63 "payable": false,
64 "stateMutability": "nonpayable",
65 "type": "function"
66 },
67 {
68 "constant": false,
69 "inputs": [
70 {
71 "internalType": "address",
72 "name": "from",
73 "type": "address"
74 },
75 {
76 "internalType": "address",
77 "name": "to",
78 "type": "address"
79 },
80 {
81 "internalType": "uint256",
82 "name": "tokenId",
83 "type": "uint256"
84 },
85 {
86 "internalType": "bytes",
87 "name": "_data",
88 "type": "bytes"
89 }
90 ],
91 "name": "safeTransferFrom",
92 "outputs": [],
93 "payable": false,
94 "stateMutability": "nonpayable",
95 "type": "function"
96 },
97 {
98 "constant": false,
99 "inputs": [
100 {
101 "internalType": "address",
102 "name": "to",
103 "type": "address"
104 },
105 {
106 "internalType": "bool",
107 "name": "approved",
108 "type": "bool"
109 }
110 ],
111 "name": "setApprovalForAll",
112 "outputs": [],
113 "payable": false,
114 "stateMutability": "nonpayable",
115 "type": "function"
116 },
117 {
118 "constant": false,
119 "inputs": [
120 {
121 "internalType": "address",
122 "name": "from",
123 "type": "address"
124 },
125 {
126 "internalType": "address",
127 "name": "to",
128 "type": "address"
129 },
130 {
131 "internalType": "uint256",
132 "name": "tokenId",
133 "type": "uint256"
134 }
135 ],
136 "name": "transferFrom",
137 "outputs": [],
138 "payable": false,
139 "stateMutability": "nonpayable",
140 "type": "function"
141 },
142 {
143 "inputs": [],
144 "payable": false,
145 "stateMutability": "nonpayable",
146 "type": "constructor"
147 },
148 {
149 "anonymous": false,
150 "inputs": [
151 {
152 "indexed": true,
153 "internalType": "address",
154 "name": "from",
155 "type": "address"
156 },
157 {
158 "indexed": true,
159 "internalType": "address",
160 "name": "to",
161 "type": "address"
162 },
163 {
164 "indexed": true,
165 "internalType": "uint256",
166 "name": "tokenId",
167 "type": "uint256"
168 }
169 ],
170 "name": "Transfer",
171 "type": "event"
172 },
173 {
174 "anonymous": false,
175 "inputs": [
176 {
177 "indexed": true,
178 "internalType": "address",
179 "name": "owner",
180 "type": "address"
181 },
182 {
183 "indexed": true,
184 "internalType": "address",
185 "name": "approved",
186 "type": "address"
187 },
188 {
189 "indexed": true,
190 "internalType": "uint256",
191 "name": "tokenId",
192 "type": "uint256"
193 }
194 ],
195 "name": "Approval",
196 "type": "event"
197 },
198 {
199 "anonymous": false,
200 "inputs": [
201 {
202 "indexed": true,
203 "internalType": "address",
204 "name": "owner",
205 "type": "address"
206 },
207 {
208 "indexed": true,
209 "internalType": "address",
210 "name": "operator",
211 "type": "address"
212 },
213 {
214 "indexed": false,
215 "internalType": "bool",
216 "name": "approved",
217 "type": "bool"
218 }
219 ],
220 "name": "ApprovalForAll",
221 "type": "event"
222 },
223 {
224 "constant": true,
225 "inputs": [
226 {
227 "internalType": "address",
228 "name": "owner",
229 "type": "address"
230 }
231 ],
232 "name": "balanceOf",
233 "outputs": [
234 {
235 "internalType": "uint256",
236 "name": "",
237 "type": "uint256"
238 }
239 ],
240 "payable": false,
241 "stateMutability": "view",
242 "type": "function"
243 },
244 {
245 "constant": true,
246 "inputs": [
247 {
248 "internalType": "uint256",
249 "name": "tokenId",
250 "type": "uint256"
251 }
252 ],
253 "name": "getApproved",
254 "outputs": [
255 {
256 "internalType": "address",
257 "name": "",
258 "type": "address"
259 }
260 ],
261 "payable": false,
262 "stateMutability": "view",
263 "type": "function"
264 },
265 {
266 "constant": true,
267 "inputs": [
268 {
269 "internalType": "address",
270 "name": "owner",
271 "type": "address"
272 },
273 {
274 "internalType": "address",
275 "name": "operator",
276 "type": "address"
277 }
278 ],
279 "name": "isApprovedForAll",
280 "outputs": [
281 {
282 "internalType": "bool",
283 "name": "",
284 "type": "bool"
285 }
286 ],
287 "payable": false,
288 "stateMutability": "view",
289 "type": "function"
290 },
291 {
292 "constant": true,
293 "inputs": [
294 {
295 "internalType": "uint256",
296 "name": "tokenId",
297 "type": "uint256"
298 }
299 ],
300 "name": "ownerOf",
301 "outputs": [
302 {
303 "internalType": "address",
304 "name": "",
305 "type": "address"
306 }
307 ],
308 "payable": false,
309 "stateMutability": "view",
310 "type": "function"
311 },
312 {
313 "constant": true,
314 "inputs": [
315 {
316 "internalType": "bytes4",
317 "name": "interfaceId",
318 "type": "bytes4"
319 }
320 ],
321 "name": "supportsInterface",
322 "outputs": [
323 {
324 "internalType": "bool",
325 "name": "",
326 "type": "bool"
327 }
328 ],
329 "payable": false,
330 "stateMutability": "view",
331 "type": "function"
332 }
333]
\No newline at end of file