riskmarket-sdk 1.0.13 → 1.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of riskmarket-sdk might be problematic. Click here for more details.
- package/dist/abi/crashGame.abi.json +94 -211
- package/dist/index.esm.js +2355 -197
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2355 -197
- package/dist/index.js.map +1 -1
- package/dist/transactions/liquidity/liquidity.d.ts +3 -1
- package/dist/transactions/liquidity/liquidity.d.ts.map +1 -1
- package/dist/transactions/liquidity/liquidity.js +8 -3
- package/dist/transactions/liquidity/read/getCrashGameIndex.d.ts +1 -1
- package/dist/transactions/liquidity/read/getCrashGameIndex.d.ts.map +1 -1
- package/dist/transactions/liquidity/read/getCrashGameIndex.js +8 -12
- package/dist/transactions/liquidity/read/getMaxTrade.d.ts.map +1 -1
- package/dist/transactions/liquidity/read/getMaxTrade.js +2 -1
- package/dist/transactions/liquidity/read/getTotalRewards.js +2 -1
- package/dist/transactions/liquidity/read/getTotalVolume.d.ts +1 -1
- package/dist/transactions/liquidity/read/getTotalVolume.d.ts.map +1 -1
- package/dist/transactions/liquidity/read/getTotalVolume.js +3 -2
- package/dist/utils/contractHelpers.d.ts +1 -0
- package/dist/utils/contractHelpers.d.ts.map +1 -1
- package/dist/utils/contractHelpers.js +4 -0
- package/dist/utils/environments.d.ts +1 -0
- package/dist/utils/environments.d.ts.map +1 -1
- package/dist/utils/environments.js +1 -0
- package/package.json +1 -1
|
@@ -45,11 +45,6 @@
|
|
|
45
45
|
"name": "ExpectedPause",
|
|
46
46
|
"type": "error"
|
|
47
47
|
},
|
|
48
|
-
{
|
|
49
|
-
"inputs": [],
|
|
50
|
-
"name": "IncorrectPreviousMarketValidation",
|
|
51
|
-
"type": "error"
|
|
52
|
-
},
|
|
53
48
|
{
|
|
54
49
|
"inputs": [],
|
|
55
50
|
"name": "IncorrectSignatureRecovery",
|
|
@@ -83,7 +78,7 @@
|
|
|
83
78
|
},
|
|
84
79
|
{
|
|
85
80
|
"inputs": [],
|
|
86
|
-
"name": "
|
|
81
|
+
"name": "InvalidArray",
|
|
87
82
|
"type": "error"
|
|
88
83
|
},
|
|
89
84
|
{
|
|
@@ -126,6 +121,11 @@
|
|
|
126
121
|
"name": "PositionNotClosed",
|
|
127
122
|
"type": "error"
|
|
128
123
|
},
|
|
124
|
+
{
|
|
125
|
+
"inputs": [],
|
|
126
|
+
"name": "PreviousMarketValidationFailed",
|
|
127
|
+
"type": "error"
|
|
128
|
+
},
|
|
129
129
|
{
|
|
130
130
|
"inputs": [],
|
|
131
131
|
"name": "ReentrancyGuardReentrantCall",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
{
|
|
168
168
|
"indexed": false,
|
|
169
169
|
"internalType": "uint256",
|
|
170
|
-
"name": "
|
|
170
|
+
"name": "timeElapsedMs",
|
|
171
171
|
"type": "uint256"
|
|
172
172
|
}
|
|
173
173
|
],
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
}
|
|
246
246
|
],
|
|
247
247
|
"indexed": false,
|
|
248
|
-
"internalType": "struct
|
|
248
|
+
"internalType": "struct IHelper.FeeBps",
|
|
249
249
|
"name": "newFeeBps",
|
|
250
250
|
"type": "tuple"
|
|
251
251
|
},
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
}
|
|
269
269
|
],
|
|
270
270
|
"indexed": false,
|
|
271
|
-
"internalType": "struct
|
|
271
|
+
"internalType": "struct IHelper.FeeBps",
|
|
272
272
|
"name": "oldFeeBps",
|
|
273
273
|
"type": "tuple"
|
|
274
274
|
}
|
|
@@ -335,21 +335,15 @@
|
|
|
335
335
|
},
|
|
336
336
|
{
|
|
337
337
|
"indexed": false,
|
|
338
|
-
"internalType": "
|
|
339
|
-
"name": "
|
|
340
|
-
"type": "
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"indexed": false,
|
|
344
|
-
"internalType": "string",
|
|
345
|
-
"name": "suffix",
|
|
346
|
-
"type": "string"
|
|
338
|
+
"internalType": "bytes",
|
|
339
|
+
"name": "salt",
|
|
340
|
+
"type": "bytes"
|
|
347
341
|
},
|
|
348
342
|
{
|
|
349
343
|
"indexed": false,
|
|
350
|
-
"internalType": "
|
|
344
|
+
"internalType": "uint256",
|
|
351
345
|
"name": "requestId",
|
|
352
|
-
"type": "
|
|
346
|
+
"type": "uint256"
|
|
353
347
|
}
|
|
354
348
|
],
|
|
355
349
|
"name": "FinalizeMarketTermination",
|
|
@@ -366,9 +360,9 @@
|
|
|
366
360
|
},
|
|
367
361
|
{
|
|
368
362
|
"indexed": false,
|
|
369
|
-
"internalType": "
|
|
363
|
+
"internalType": "uint256",
|
|
370
364
|
"name": "requestId",
|
|
371
|
-
"type": "
|
|
365
|
+
"type": "uint256"
|
|
372
366
|
}
|
|
373
367
|
],
|
|
374
368
|
"name": "InitializeMarketTermination",
|
|
@@ -561,14 +555,20 @@
|
|
|
561
555
|
{
|
|
562
556
|
"indexed": false,
|
|
563
557
|
"internalType": "bytes32",
|
|
564
|
-
"name": "
|
|
558
|
+
"name": "encryptedSalt",
|
|
565
559
|
"type": "bytes32"
|
|
566
560
|
},
|
|
567
561
|
{
|
|
568
562
|
"indexed": false,
|
|
569
|
-
"internalType": "
|
|
563
|
+
"internalType": "uint256",
|
|
564
|
+
"name": "randomNumber",
|
|
565
|
+
"type": "uint256"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"indexed": false,
|
|
569
|
+
"internalType": "uint256",
|
|
570
570
|
"name": "requestId",
|
|
571
|
-
"type": "
|
|
571
|
+
"type": "uint256"
|
|
572
572
|
}
|
|
573
573
|
],
|
|
574
574
|
"name": "StartMarketTermination",
|
|
@@ -625,25 +625,6 @@
|
|
|
625
625
|
"name": "UpdateDefaultAsset",
|
|
626
626
|
"type": "event"
|
|
627
627
|
},
|
|
628
|
-
{
|
|
629
|
-
"anonymous": false,
|
|
630
|
-
"inputs": [
|
|
631
|
-
{
|
|
632
|
-
"indexed": false,
|
|
633
|
-
"internalType": "string",
|
|
634
|
-
"name": "newJobId",
|
|
635
|
-
"type": "string"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"indexed": false,
|
|
639
|
-
"internalType": "string",
|
|
640
|
-
"name": "oldJobId",
|
|
641
|
-
"type": "string"
|
|
642
|
-
}
|
|
643
|
-
],
|
|
644
|
-
"name": "UpdateJobId",
|
|
645
|
-
"type": "event"
|
|
646
|
-
},
|
|
647
628
|
{
|
|
648
629
|
"anonymous": false,
|
|
649
630
|
"inputs": [
|
|
@@ -701,42 +682,23 @@
|
|
|
701
682
|
"name": "UpdateMinLine",
|
|
702
683
|
"type": "event"
|
|
703
684
|
},
|
|
704
|
-
{
|
|
705
|
-
"anonymous": false,
|
|
706
|
-
"inputs": [
|
|
707
|
-
{
|
|
708
|
-
"indexed": false,
|
|
709
|
-
"internalType": "string",
|
|
710
|
-
"name": "newPath",
|
|
711
|
-
"type": "string"
|
|
712
|
-
},
|
|
713
|
-
{
|
|
714
|
-
"indexed": false,
|
|
715
|
-
"internalType": "string",
|
|
716
|
-
"name": "oldPath",
|
|
717
|
-
"type": "string"
|
|
718
|
-
}
|
|
719
|
-
],
|
|
720
|
-
"name": "UpdatePath",
|
|
721
|
-
"type": "event"
|
|
722
|
-
},
|
|
723
685
|
{
|
|
724
686
|
"anonymous": false,
|
|
725
687
|
"inputs": [
|
|
726
688
|
{
|
|
727
689
|
"indexed": false,
|
|
728
690
|
"internalType": "address",
|
|
729
|
-
"name": "
|
|
691
|
+
"name": "newReservoir",
|
|
730
692
|
"type": "address"
|
|
731
693
|
},
|
|
732
694
|
{
|
|
733
695
|
"indexed": false,
|
|
734
696
|
"internalType": "address",
|
|
735
|
-
"name": "
|
|
697
|
+
"name": "oldReservoir",
|
|
736
698
|
"type": "address"
|
|
737
699
|
}
|
|
738
700
|
],
|
|
739
|
-
"name": "
|
|
701
|
+
"name": "UpdateReservoir",
|
|
740
702
|
"type": "event"
|
|
741
703
|
},
|
|
742
704
|
{
|
|
@@ -745,17 +707,17 @@
|
|
|
745
707
|
{
|
|
746
708
|
"indexed": false,
|
|
747
709
|
"internalType": "address",
|
|
748
|
-
"name": "
|
|
710
|
+
"name": "newRng",
|
|
749
711
|
"type": "address"
|
|
750
712
|
},
|
|
751
713
|
{
|
|
752
714
|
"indexed": false,
|
|
753
715
|
"internalType": "address",
|
|
754
|
-
"name": "
|
|
716
|
+
"name": "oldRng",
|
|
755
717
|
"type": "address"
|
|
756
718
|
}
|
|
757
719
|
],
|
|
758
|
-
"name": "
|
|
720
|
+
"name": "UpdateRng",
|
|
759
721
|
"type": "event"
|
|
760
722
|
},
|
|
761
723
|
{
|
|
@@ -777,25 +739,6 @@
|
|
|
777
739
|
"name": "UpdateSigner",
|
|
778
740
|
"type": "event"
|
|
779
741
|
},
|
|
780
|
-
{
|
|
781
|
-
"anonymous": false,
|
|
782
|
-
"inputs": [
|
|
783
|
-
{
|
|
784
|
-
"indexed": false,
|
|
785
|
-
"internalType": "string",
|
|
786
|
-
"name": "newUrl",
|
|
787
|
-
"type": "string"
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
"indexed": false,
|
|
791
|
-
"internalType": "string",
|
|
792
|
-
"name": "oldUrl",
|
|
793
|
-
"type": "string"
|
|
794
|
-
}
|
|
795
|
-
],
|
|
796
|
-
"name": "UpdateUrl",
|
|
797
|
-
"type": "event"
|
|
798
|
-
},
|
|
799
742
|
{
|
|
800
743
|
"inputs": [
|
|
801
744
|
{
|
|
@@ -816,7 +759,7 @@
|
|
|
816
759
|
"type": "bytes32"
|
|
817
760
|
}
|
|
818
761
|
],
|
|
819
|
-
"internalType": "struct
|
|
762
|
+
"internalType": "struct IQueue.ActivityQueueData[]",
|
|
820
763
|
"name": "activities",
|
|
821
764
|
"type": "tuple[]"
|
|
822
765
|
}
|
|
@@ -846,7 +789,7 @@
|
|
|
846
789
|
"type": "bytes32"
|
|
847
790
|
}
|
|
848
791
|
],
|
|
849
|
-
"internalType": "struct
|
|
792
|
+
"internalType": "struct IQueue.ActivityQueueData",
|
|
850
793
|
"name": "",
|
|
851
794
|
"type": "tuple"
|
|
852
795
|
}
|
|
@@ -1005,7 +948,7 @@
|
|
|
1005
948
|
"type": "uint256"
|
|
1006
949
|
}
|
|
1007
950
|
],
|
|
1008
|
-
"internalType": "struct
|
|
951
|
+
"internalType": "struct IHelper.FeeBps",
|
|
1009
952
|
"name": "newFeeBps",
|
|
1010
953
|
"type": "tuple"
|
|
1011
954
|
}
|
|
@@ -1251,7 +1194,7 @@
|
|
|
1251
1194
|
"type": "bytes32"
|
|
1252
1195
|
}
|
|
1253
1196
|
],
|
|
1254
|
-
"internalType": "struct
|
|
1197
|
+
"internalType": "struct IQueue.ActivityQueueData[]",
|
|
1255
1198
|
"name": "",
|
|
1256
1199
|
"type": "tuple[]"
|
|
1257
1200
|
}
|
|
@@ -1263,11 +1206,21 @@
|
|
|
1263
1206
|
"inputs": [
|
|
1264
1207
|
{
|
|
1265
1208
|
"internalType": "bytes",
|
|
1266
|
-
"name": "
|
|
1209
|
+
"name": "previousSalt",
|
|
1210
|
+
"type": "bytes"
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"internalType": "bytes32",
|
|
1214
|
+
"name": "encryptedSalt",
|
|
1215
|
+
"type": "bytes32"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
"internalType": "bytes",
|
|
1219
|
+
"name": "signature",
|
|
1267
1220
|
"type": "bytes"
|
|
1268
1221
|
}
|
|
1269
1222
|
],
|
|
1270
|
-
"name": "
|
|
1223
|
+
"name": "forceInitializeMarketTermination",
|
|
1271
1224
|
"outputs": [],
|
|
1272
1225
|
"stateMutability": "nonpayable",
|
|
1273
1226
|
"type": "function"
|
|
@@ -1275,17 +1228,17 @@
|
|
|
1275
1228
|
{
|
|
1276
1229
|
"inputs": [
|
|
1277
1230
|
{
|
|
1278
|
-
"internalType": "
|
|
1231
|
+
"internalType": "uint256",
|
|
1279
1232
|
"name": "requestId",
|
|
1280
|
-
"type": "
|
|
1233
|
+
"type": "uint256"
|
|
1281
1234
|
},
|
|
1282
1235
|
{
|
|
1283
|
-
"internalType": "
|
|
1284
|
-
"name": "
|
|
1285
|
-
"type": "
|
|
1236
|
+
"internalType": "uint256",
|
|
1237
|
+
"name": "randomNumber",
|
|
1238
|
+
"type": "uint256"
|
|
1286
1239
|
}
|
|
1287
1240
|
],
|
|
1288
|
-
"name": "
|
|
1241
|
+
"name": "fulfillRandomnessTermination",
|
|
1289
1242
|
"outputs": [],
|
|
1290
1243
|
"stateMutability": "nonpayable",
|
|
1291
1244
|
"type": "function"
|
|
@@ -1303,7 +1256,7 @@
|
|
|
1303
1256
|
"type": "uint256"
|
|
1304
1257
|
}
|
|
1305
1258
|
],
|
|
1306
|
-
"name": "
|
|
1259
|
+
"name": "fulfillRandomnessThreshold",
|
|
1307
1260
|
"outputs": [],
|
|
1308
1261
|
"stateMutability": "nonpayable",
|
|
1309
1262
|
"type": "function"
|
|
@@ -1388,26 +1341,19 @@
|
|
|
1388
1341
|
{
|
|
1389
1342
|
"inputs": [
|
|
1390
1343
|
{
|
|
1391
|
-
"
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
"name": "positionId",
|
|
1405
|
-
"type": "bytes32"
|
|
1406
|
-
}
|
|
1407
|
-
],
|
|
1408
|
-
"internalType": "struct Types.ActivityQueueData",
|
|
1409
|
-
"name": "queueData",
|
|
1410
|
-
"type": "tuple"
|
|
1344
|
+
"internalType": "enum Types.MarketType",
|
|
1345
|
+
"name": "marketType",
|
|
1346
|
+
"type": "uint8"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"internalType": "uint256",
|
|
1350
|
+
"name": "marketIndex",
|
|
1351
|
+
"type": "uint256"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
"internalType": "bytes32",
|
|
1355
|
+
"name": "positionId",
|
|
1356
|
+
"type": "bytes32"
|
|
1411
1357
|
}
|
|
1412
1358
|
],
|
|
1413
1359
|
"name": "generateQueueId",
|
|
@@ -1467,7 +1413,7 @@
|
|
|
1467
1413
|
"type": "bytes32"
|
|
1468
1414
|
}
|
|
1469
1415
|
],
|
|
1470
|
-
"internalType": "struct
|
|
1416
|
+
"internalType": "struct IQueue.ActivityQueueData[]",
|
|
1471
1417
|
"name": "",
|
|
1472
1418
|
"type": "tuple[]"
|
|
1473
1419
|
}
|
|
@@ -1568,19 +1514,6 @@
|
|
|
1568
1514
|
"stateMutability": "view",
|
|
1569
1515
|
"type": "function"
|
|
1570
1516
|
},
|
|
1571
|
-
{
|
|
1572
|
-
"inputs": [],
|
|
1573
|
-
"name": "jobId",
|
|
1574
|
-
"outputs": [
|
|
1575
|
-
{
|
|
1576
|
-
"internalType": "string",
|
|
1577
|
-
"name": "",
|
|
1578
|
-
"type": "string"
|
|
1579
|
-
}
|
|
1580
|
-
],
|
|
1581
|
-
"stateMutability": "view",
|
|
1582
|
-
"type": "function"
|
|
1583
|
-
},
|
|
1584
1517
|
{
|
|
1585
1518
|
"inputs": [
|
|
1586
1519
|
{
|
|
@@ -1612,18 +1545,23 @@
|
|
|
1612
1545
|
"type": "uint256"
|
|
1613
1546
|
},
|
|
1614
1547
|
{
|
|
1615
|
-
"internalType": "
|
|
1548
|
+
"internalType": "uint256",
|
|
1616
1549
|
"name": "requestId",
|
|
1617
|
-
"type": "
|
|
1550
|
+
"type": "uint256"
|
|
1618
1551
|
},
|
|
1619
1552
|
{
|
|
1620
1553
|
"internalType": "bytes32",
|
|
1621
|
-
"name": "
|
|
1554
|
+
"name": "encryptedSalt",
|
|
1622
1555
|
"type": "bytes32"
|
|
1623
1556
|
},
|
|
1557
|
+
{
|
|
1558
|
+
"internalType": "uint256",
|
|
1559
|
+
"name": "randomNumber",
|
|
1560
|
+
"type": "uint256"
|
|
1561
|
+
},
|
|
1624
1562
|
{
|
|
1625
1563
|
"internalType": "bytes",
|
|
1626
|
-
"name": "
|
|
1564
|
+
"name": "salt",
|
|
1627
1565
|
"type": "bytes"
|
|
1628
1566
|
}
|
|
1629
1567
|
],
|
|
@@ -1704,7 +1642,17 @@
|
|
|
1704
1642
|
},
|
|
1705
1643
|
{
|
|
1706
1644
|
"internalType": "bytes",
|
|
1707
|
-
"name": "
|
|
1645
|
+
"name": "previousSalt",
|
|
1646
|
+
"type": "bytes"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"internalType": "bytes32",
|
|
1650
|
+
"name": "encryptedSalt",
|
|
1651
|
+
"type": "bytes32"
|
|
1652
|
+
},
|
|
1653
|
+
{
|
|
1654
|
+
"internalType": "bytes",
|
|
1655
|
+
"name": "signature",
|
|
1708
1656
|
"type": "bytes"
|
|
1709
1657
|
}
|
|
1710
1658
|
],
|
|
@@ -1731,19 +1679,6 @@
|
|
|
1731
1679
|
"stateMutability": "nonpayable",
|
|
1732
1680
|
"type": "function"
|
|
1733
1681
|
},
|
|
1734
|
-
{
|
|
1735
|
-
"inputs": [],
|
|
1736
|
-
"name": "path",
|
|
1737
|
-
"outputs": [
|
|
1738
|
-
{
|
|
1739
|
-
"internalType": "string",
|
|
1740
|
-
"name": "",
|
|
1741
|
-
"type": "string"
|
|
1742
|
-
}
|
|
1743
|
-
],
|
|
1744
|
-
"stateMutability": "view",
|
|
1745
|
-
"type": "function"
|
|
1746
|
-
},
|
|
1747
1682
|
{
|
|
1748
1683
|
"inputs": [],
|
|
1749
1684
|
"name": "pause",
|
|
@@ -1916,9 +1851,9 @@
|
|
|
1916
1851
|
{
|
|
1917
1852
|
"inputs": [
|
|
1918
1853
|
{
|
|
1919
|
-
"internalType": "
|
|
1854
|
+
"internalType": "uint256",
|
|
1920
1855
|
"name": "requestId",
|
|
1921
|
-
"type": "
|
|
1856
|
+
"type": "uint256"
|
|
1922
1857
|
}
|
|
1923
1858
|
],
|
|
1924
1859
|
"name": "requestMarketTerminationMap",
|
|
@@ -2060,19 +1995,6 @@
|
|
|
2060
1995
|
"stateMutability": "nonpayable",
|
|
2061
1996
|
"type": "function"
|
|
2062
1997
|
},
|
|
2063
|
-
{
|
|
2064
|
-
"inputs": [
|
|
2065
|
-
{
|
|
2066
|
-
"internalType": "string",
|
|
2067
|
-
"name": "newJobId",
|
|
2068
|
-
"type": "string"
|
|
2069
|
-
}
|
|
2070
|
-
],
|
|
2071
|
-
"name": "updateJobId",
|
|
2072
|
-
"outputs": [],
|
|
2073
|
-
"stateMutability": "nonpayable",
|
|
2074
|
-
"type": "function"
|
|
2075
|
-
},
|
|
2076
1998
|
{
|
|
2077
1999
|
"inputs": [
|
|
2078
2000
|
{
|
|
@@ -2112,28 +2034,15 @@
|
|
|
2112
2034
|
"stateMutability": "nonpayable",
|
|
2113
2035
|
"type": "function"
|
|
2114
2036
|
},
|
|
2115
|
-
{
|
|
2116
|
-
"inputs": [
|
|
2117
|
-
{
|
|
2118
|
-
"internalType": "string",
|
|
2119
|
-
"name": "newPath",
|
|
2120
|
-
"type": "string"
|
|
2121
|
-
}
|
|
2122
|
-
],
|
|
2123
|
-
"name": "updatePath",
|
|
2124
|
-
"outputs": [],
|
|
2125
|
-
"stateMutability": "nonpayable",
|
|
2126
|
-
"type": "function"
|
|
2127
|
-
},
|
|
2128
2037
|
{
|
|
2129
2038
|
"inputs": [
|
|
2130
2039
|
{
|
|
2131
2040
|
"internalType": "address",
|
|
2132
|
-
"name": "
|
|
2041
|
+
"name": "newReservoir",
|
|
2133
2042
|
"type": "address"
|
|
2134
2043
|
}
|
|
2135
2044
|
],
|
|
2136
|
-
"name": "
|
|
2045
|
+
"name": "updateReservoir",
|
|
2137
2046
|
"outputs": [],
|
|
2138
2047
|
"stateMutability": "nonpayable",
|
|
2139
2048
|
"type": "function"
|
|
@@ -2142,11 +2051,11 @@
|
|
|
2142
2051
|
"inputs": [
|
|
2143
2052
|
{
|
|
2144
2053
|
"internalType": "address",
|
|
2145
|
-
"name": "
|
|
2054
|
+
"name": "newRng",
|
|
2146
2055
|
"type": "address"
|
|
2147
2056
|
}
|
|
2148
2057
|
],
|
|
2149
|
-
"name": "
|
|
2058
|
+
"name": "updateRng",
|
|
2150
2059
|
"outputs": [],
|
|
2151
2060
|
"stateMutability": "nonpayable",
|
|
2152
2061
|
"type": "function"
|
|
@@ -2163,31 +2072,5 @@
|
|
|
2163
2072
|
"outputs": [],
|
|
2164
2073
|
"stateMutability": "nonpayable",
|
|
2165
2074
|
"type": "function"
|
|
2166
|
-
},
|
|
2167
|
-
{
|
|
2168
|
-
"inputs": [
|
|
2169
|
-
{
|
|
2170
|
-
"internalType": "string",
|
|
2171
|
-
"name": "newUrl",
|
|
2172
|
-
"type": "string"
|
|
2173
|
-
}
|
|
2174
|
-
],
|
|
2175
|
-
"name": "updateUrl",
|
|
2176
|
-
"outputs": [],
|
|
2177
|
-
"stateMutability": "nonpayable",
|
|
2178
|
-
"type": "function"
|
|
2179
|
-
},
|
|
2180
|
-
{
|
|
2181
|
-
"inputs": [],
|
|
2182
|
-
"name": "url",
|
|
2183
|
-
"outputs": [
|
|
2184
|
-
{
|
|
2185
|
-
"internalType": "string",
|
|
2186
|
-
"name": "",
|
|
2187
|
-
"type": "string"
|
|
2188
|
-
}
|
|
2189
|
-
],
|
|
2190
|
-
"stateMutability": "view",
|
|
2191
|
-
"type": "function"
|
|
2192
2075
|
}
|
|
2193
2076
|
]
|