|
1 | 1 | {
|
2 |
| - "address": "0x5FbDB2315678afecb367f032d93F642f64180aa3", |
3 |
| - "blockNumber": 1, |
4 | 2 | "abi": [
|
5 | 3 | {
|
6 | 4 | "inputs": [
|
|
23 | 21 | "internalType": "string",
|
24 | 22 | "name": "baseURI",
|
25 | 23 | "type": "string"
|
| 24 | + }, |
| 25 | + { |
| 26 | + "internalType": "uint256", |
| 27 | + "name": "_startTime", |
| 28 | + "type": "uint256" |
| 29 | + }, |
| 30 | + { |
| 31 | + "internalType": "uint256", |
| 32 | + "name": "_endTime", |
| 33 | + "type": "uint256" |
26 | 34 | }
|
27 | 35 | ],
|
28 | 36 | "stateMutability": "nonpayable",
|
|
131 | 139 | "name": "ERC721NonexistentToken",
|
132 | 140 | "type": "error"
|
133 | 141 | },
|
134 |
| - { |
135 |
| - "inputs": [], |
136 |
| - "name": "EnforcedPause", |
137 |
| - "type": "error" |
138 |
| - }, |
139 |
| - { |
140 |
| - "inputs": [], |
141 |
| - "name": "ExpectedPause", |
142 |
| - "type": "error" |
143 |
| - }, |
144 | 142 | {
|
145 | 143 | "inputs": [
|
146 | 144 | {
|
|
237 | 235 | "name": "OwnershipTransferred",
|
238 | 236 | "type": "event"
|
239 | 237 | },
|
240 |
| - { |
241 |
| - "anonymous": false, |
242 |
| - "inputs": [ |
243 |
| - { |
244 |
| - "indexed": false, |
245 |
| - "internalType": "address", |
246 |
| - "name": "account", |
247 |
| - "type": "address" |
248 |
| - } |
249 |
| - ], |
250 |
| - "name": "Paused", |
251 |
| - "type": "event" |
252 |
| - }, |
253 | 238 | {
|
254 | 239 | "anonymous": false,
|
255 | 240 | "inputs": [
|
|
294 | 279 | "name": "Transfer",
|
295 | 280 | "type": "event"
|
296 | 281 | },
|
297 |
| - { |
298 |
| - "anonymous": false, |
299 |
| - "inputs": [ |
300 |
| - { |
301 |
| - "indexed": false, |
302 |
| - "internalType": "address", |
303 |
| - "name": "account", |
304 |
| - "type": "address" |
305 |
| - } |
306 |
| - ], |
307 |
| - "name": "Unpaused", |
308 |
| - "type": "event" |
309 |
| - }, |
310 | 282 | {
|
311 | 283 | "inputs": [
|
312 | 284 | {
|
|
344 | 316 | "stateMutability": "view",
|
345 | 317 | "type": "function"
|
346 | 318 | },
|
| 319 | + { |
| 320 | + "inputs": [], |
| 321 | + "name": "endTime", |
| 322 | + "outputs": [ |
| 323 | + { |
| 324 | + "internalType": "uint256", |
| 325 | + "name": "", |
| 326 | + "type": "uint256" |
| 327 | + } |
| 328 | + ], |
| 329 | + "stateMutability": "view", |
| 330 | + "type": "function" |
| 331 | + }, |
347 | 332 | {
|
348 | 333 | "inputs": [
|
349 | 334 | {
|
|
406 | 391 | "stateMutability": "view",
|
407 | 392 | "type": "function"
|
408 | 393 | },
|
| 394 | + { |
| 395 | + "inputs": [], |
| 396 | + "name": "isMintingActive", |
| 397 | + "outputs": [ |
| 398 | + { |
| 399 | + "internalType": "bool", |
| 400 | + "name": "", |
| 401 | + "type": "bool" |
| 402 | + } |
| 403 | + ], |
| 404 | + "stateMutability": "view", |
| 405 | + "type": "function" |
| 406 | + }, |
409 | 407 | {
|
410 | 408 | "inputs": [],
|
411 | 409 | "name": "mint",
|
|
458 | 456 | "stateMutability": "view",
|
459 | 457 | "type": "function"
|
460 | 458 | },
|
461 |
| - { |
462 |
| - "inputs": [], |
463 |
| - "name": "pause", |
464 |
| - "outputs": [], |
465 |
| - "stateMutability": "nonpayable", |
466 |
| - "type": "function" |
467 |
| - }, |
468 |
| - { |
469 |
| - "inputs": [], |
470 |
| - "name": "paused", |
471 |
| - "outputs": [ |
472 |
| - { |
473 |
| - "internalType": "bool", |
474 |
| - "name": "", |
475 |
| - "type": "bool" |
476 |
| - } |
477 |
| - ], |
478 |
| - "stateMutability": "view", |
479 |
| - "type": "function" |
480 |
| - }, |
481 | 459 | {
|
482 | 460 | "inputs": [],
|
483 | 461 | "name": "renounceOwnership",
|
|
567 | 545 | "stateMutability": "nonpayable",
|
568 | 546 | "type": "function"
|
569 | 547 | },
|
| 548 | + { |
| 549 | + "inputs": [], |
| 550 | + "name": "startTime", |
| 551 | + "outputs": [ |
| 552 | + { |
| 553 | + "internalType": "uint256", |
| 554 | + "name": "", |
| 555 | + "type": "uint256" |
| 556 | + } |
| 557 | + ], |
| 558 | + "stateMutability": "view", |
| 559 | + "type": "function" |
| 560 | + }, |
570 | 561 | {
|
571 | 562 | "inputs": [
|
572 | 563 | {
|
|
666 | 657 | "outputs": [],
|
667 | 658 | "stateMutability": "nonpayable",
|
668 | 659 | "type": "function"
|
669 |
| - }, |
670 |
| - { |
671 |
| - "inputs": [], |
672 |
| - "name": "unpause", |
673 |
| - "outputs": [], |
674 |
| - "stateMutability": "nonpayable", |
675 |
| - "type": "function" |
676 | 660 | }
|
677 | 661 | ]
|
678 | 662 | }
|
0 commit comments