impermax-sdk 2.1.78 → 2.1.79

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.
@@ -44,6 +44,21 @@
44
44
  "stateMutability": "view",
45
45
  "type": "function"
46
46
  },
47
+ {
48
+ "constant": true,
49
+ "inputs": [],
50
+ "name": "factory",
51
+ "outputs": [
52
+ {
53
+ "internalType": "address",
54
+ "name": "",
55
+ "type": "address"
56
+ }
57
+ ],
58
+ "payable": false,
59
+ "stateMutability": "view",
60
+ "type": "function"
61
+ },
47
62
  {
48
63
  "constant": false,
49
64
  "inputs": [
@@ -80,21 +95,21 @@
80
95
  "type": "function"
81
96
  }
82
97
  ],
83
- "metadata": "{\"compiler\":{\"version\":\"0.5.16+commit.9c3226ce\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"nftlp\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_tokenId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"actionsData\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"permitsData\",\"type\":\"bytes\"},{\"internalType\":\"bool\",\"name\":\"withCollateralTransfer\",\"type\":\"bool\"}],\"name\":\"execute\",\"outputs\":[],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"nftlp\",\"type\":\"address\"}],\"name\":\"getLendingPool\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"nftlp\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"collateral\",\"type\":\"address\"},{\"internalType\":\"address[2]\",\"name\":\"borrowables\",\"type\":\"address[2]\"},{\"internalType\":\"address[2]\",\"name\":\"tokens\",\"type\":\"address[2]\"}],\"internalType\":\"struct IV3BaseRouter01.LendingPool\",\"name\":\"pool\",\"type\":\"tuple\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"methods\":{}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/IV3BaseRouter01.sol\":\"IV3BaseRouter01\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"optimizer\":{\"enabled\":true,\"runs\":999999},\"remappings\":[]},\"sources\":{\"project:/contracts/interfaces/IV3BaseRouter01.sol\":{\"keccak256\":\"0xea5715259fbedb45e6d1a3b770aeafa72a2e14a7cfa660a586ccbe1fe7c9db9d\",\"urls\":[\"bzz-raw://6135e985fb4811025c3b3a2f791619a9e28a36b224a110efff7d5e6067e9e23a\",\"dweb:/ipfs/QmbZuCYYUk9bmWduxeLXyGk5ThAbQuLevTfcEHqpKZSwxW\"]}},\"version\":1}",
98
+ "metadata": "{\"compiler\":{\"version\":\"0.5.16+commit.9c3226ce\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"constant\":false,\"inputs\":[{\"internalType\":\"address\",\"name\":\"nftlp\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"_tokenId\",\"type\":\"uint256\"},{\"internalType\":\"bytes\",\"name\":\"actionsData\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"permitsData\",\"type\":\"bytes\"},{\"internalType\":\"bool\",\"name\":\"withCollateralTransfer\",\"type\":\"bool\"}],\"name\":\"execute\",\"outputs\":[],\"payable\":true,\"stateMutability\":\"payable\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[],\"name\":\"factory\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"},{\"constant\":true,\"inputs\":[{\"internalType\":\"address\",\"name\":\"nftlp\",\"type\":\"address\"}],\"name\":\"getLendingPool\",\"outputs\":[{\"components\":[{\"internalType\":\"address\",\"name\":\"nftlp\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"collateral\",\"type\":\"address\"},{\"internalType\":\"address[2]\",\"name\":\"borrowables\",\"type\":\"address[2]\"},{\"internalType\":\"address[2]\",\"name\":\"tokens\",\"type\":\"address[2]\"}],\"internalType\":\"struct IV3BaseRouter01.LendingPool\",\"name\":\"pool\",\"type\":\"tuple\"}],\"payable\":false,\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"methods\":{}},\"userdoc\":{\"methods\":{}}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/IV3BaseRouter01.sol\":\"IV3BaseRouter01\"},\"evmVersion\":\"istanbul\",\"libraries\":{},\"optimizer\":{\"enabled\":true,\"runs\":999999},\"remappings\":[]},\"sources\":{\"project:/contracts/interfaces/IV3BaseRouter01.sol\":{\"keccak256\":\"0x5ce5b771521d56e6c9a4336f025b6ed3ef1e016faf4848dfc92cecd12dd235b8\",\"urls\":[\"bzz-raw://edde97ef6c433d35c340907733d4dccda392bd20f7904d5f6eb593b6643776a0\",\"dweb:/ipfs/QmPCK8HKqFsazzFq4xQagsTEgkh36moa45K6e6E3MGRqWy\"]}},\"version\":1}",
84
99
  "bytecode": "0x",
85
100
  "deployedBytecode": "0x",
86
101
  "sourceMap": "",
87
102
  "deployedSourceMap": "",
88
- "source": "pragma solidity >=0.5.0;\npragma experimental ABIEncoderV2;\n\ninterface IV3BaseRouter01 {\n\tstruct LendingPool {\n\t\taddress nftlp;\n\t\taddress collateral;\n\t\taddress[2] borrowables;\n\t\taddress[2] tokens;\n\t}\n\tfunction getLendingPool(address nftlp) external view returns (LendingPool memory pool);\n\t\n\tfunction execute(\n\t\taddress nftlp,\n\t\tuint _tokenId,\n\t\tbytes calldata actionsData,\n\t\tbytes calldata permitsData,\n\t\tbool withCollateralTransfer\n\t) external payable;\n}\n",
103
+ "source": "pragma solidity >=0.5.0;\npragma experimental ABIEncoderV2;\n\ninterface IV3BaseRouter01 {\n\tstruct LendingPool {\n\t\taddress nftlp;\n\t\taddress collateral;\n\t\taddress[2] borrowables;\n\t\taddress[2] tokens;\n\t}\n\tfunction getLendingPool(address nftlp) external view returns (LendingPool memory pool);\n\tfunction factory() external view returns (address);\n\t\n\tfunction execute(\n\t\taddress nftlp,\n\t\tuint _tokenId,\n\t\tbytes calldata actionsData,\n\t\tbytes calldata permitsData,\n\t\tbool withCollateralTransfer\n\t) external payable;\n}\n",
89
104
  "sourcePath": "C:\\Users\\Simone\\Desktop\\impermax-v3-periphery\\contracts\\interfaces\\IV3BaseRouter01.sol",
90
105
  "ast": {
91
106
  "absolutePath": "project:/contracts/interfaces/IV3BaseRouter01.sol",
92
107
  "exportedSymbols": {
93
108
  "IV3BaseRouter01": [
94
- 15727
109
+ 15732
95
110
  ]
96
111
  },
97
- "id": 15728,
112
+ "id": 15733,
98
113
  "nodeType": "SourceUnit",
99
114
  "nodes": [
100
115
  {
@@ -123,9 +138,9 @@
123
138
  "contractKind": "interface",
124
139
  "documentation": null,
125
140
  "fullyImplemented": false,
126
- "id": 15727,
141
+ "id": 15732,
127
142
  "linearizedBaseContracts": [
128
- 15727
143
+ 15732
129
144
  ],
130
145
  "name": "IV3BaseRouter01",
131
146
  "nodeType": "ContractDefinition",
@@ -299,7 +314,7 @@
299
314
  ],
300
315
  "name": "LendingPool",
301
316
  "nodeType": "StructDefinition",
302
- "scope": 15727,
317
+ "scope": 15732,
303
318
  "src": "89:109:61",
304
319
  "visibility": "public"
305
320
  },
@@ -381,7 +396,7 @@
381
396
  ],
382
397
  "src": "261:25:61"
383
398
  },
384
- "scope": 15727,
399
+ "scope": 15732,
385
400
  "src": "200:87:61",
386
401
  "stateMutability": "view",
387
402
  "superFunction": null,
@@ -390,23 +405,78 @@
390
405
  {
391
406
  "body": null,
392
407
  "documentation": null,
393
- "id": 15726,
408
+ "id": 15718,
409
+ "implemented": false,
410
+ "kind": "function",
411
+ "modifiers": [],
412
+ "name": "factory",
413
+ "nodeType": "FunctionDefinition",
414
+ "parameters": {
415
+ "id": 15714,
416
+ "nodeType": "ParameterList",
417
+ "parameters": [],
418
+ "src": "305:2:61"
419
+ },
420
+ "returnParameters": {
421
+ "id": 15717,
422
+ "nodeType": "ParameterList",
423
+ "parameters": [
424
+ {
425
+ "constant": false,
426
+ "id": 15716,
427
+ "name": "",
428
+ "nodeType": "VariableDeclaration",
429
+ "scope": 15718,
430
+ "src": "331:7:61",
431
+ "stateVariable": false,
432
+ "storageLocation": "default",
433
+ "typeDescriptions": {
434
+ "typeIdentifier": "t_address",
435
+ "typeString": "address"
436
+ },
437
+ "typeName": {
438
+ "id": 15715,
439
+ "name": "address",
440
+ "nodeType": "ElementaryTypeName",
441
+ "src": "331:7:61",
442
+ "stateMutability": "nonpayable",
443
+ "typeDescriptions": {
444
+ "typeIdentifier": "t_address",
445
+ "typeString": "address"
446
+ }
447
+ },
448
+ "value": null,
449
+ "visibility": "internal"
450
+ }
451
+ ],
452
+ "src": "330:9:61"
453
+ },
454
+ "scope": 15732,
455
+ "src": "289:51:61",
456
+ "stateMutability": "view",
457
+ "superFunction": null,
458
+ "visibility": "external"
459
+ },
460
+ {
461
+ "body": null,
462
+ "documentation": null,
463
+ "id": 15731,
394
464
  "implemented": false,
395
465
  "kind": "function",
396
466
  "modifiers": [],
397
467
  "name": "execute",
398
468
  "nodeType": "FunctionDefinition",
399
469
  "parameters": {
400
- "id": 15724,
470
+ "id": 15729,
401
471
  "nodeType": "ParameterList",
402
472
  "parameters": [
403
473
  {
404
474
  "constant": false,
405
- "id": 15715,
475
+ "id": 15720,
406
476
  "name": "nftlp",
407
477
  "nodeType": "VariableDeclaration",
408
- "scope": 15726,
409
- "src": "311:13:61",
478
+ "scope": 15731,
479
+ "src": "364:13:61",
410
480
  "stateVariable": false,
411
481
  "storageLocation": "default",
412
482
  "typeDescriptions": {
@@ -414,10 +484,10 @@
414
484
  "typeString": "address"
415
485
  },
416
486
  "typeName": {
417
- "id": 15714,
487
+ "id": 15719,
418
488
  "name": "address",
419
489
  "nodeType": "ElementaryTypeName",
420
- "src": "311:7:61",
490
+ "src": "364:7:61",
421
491
  "stateMutability": "nonpayable",
422
492
  "typeDescriptions": {
423
493
  "typeIdentifier": "t_address",
@@ -429,11 +499,11 @@
429
499
  },
430
500
  {
431
501
  "constant": false,
432
- "id": 15717,
502
+ "id": 15722,
433
503
  "name": "_tokenId",
434
504
  "nodeType": "VariableDeclaration",
435
- "scope": 15726,
436
- "src": "328:13:61",
505
+ "scope": 15731,
506
+ "src": "381:13:61",
437
507
  "stateVariable": false,
438
508
  "storageLocation": "default",
439
509
  "typeDescriptions": {
@@ -441,10 +511,10 @@
441
511
  "typeString": "uint256"
442
512
  },
443
513
  "typeName": {
444
- "id": 15716,
514
+ "id": 15721,
445
515
  "name": "uint",
446
516
  "nodeType": "ElementaryTypeName",
447
- "src": "328:4:61",
517
+ "src": "381:4:61",
448
518
  "typeDescriptions": {
449
519
  "typeIdentifier": "t_uint256",
450
520
  "typeString": "uint256"
@@ -455,11 +525,11 @@
455
525
  },
456
526
  {
457
527
  "constant": false,
458
- "id": 15719,
528
+ "id": 15724,
459
529
  "name": "actionsData",
460
530
  "nodeType": "VariableDeclaration",
461
- "scope": 15726,
462
- "src": "345:26:61",
531
+ "scope": 15731,
532
+ "src": "398:26:61",
463
533
  "stateVariable": false,
464
534
  "storageLocation": "calldata",
465
535
  "typeDescriptions": {
@@ -467,10 +537,10 @@
467
537
  "typeString": "bytes"
468
538
  },
469
539
  "typeName": {
470
- "id": 15718,
540
+ "id": 15723,
471
541
  "name": "bytes",
472
542
  "nodeType": "ElementaryTypeName",
473
- "src": "345:5:61",
543
+ "src": "398:5:61",
474
544
  "typeDescriptions": {
475
545
  "typeIdentifier": "t_bytes_storage_ptr",
476
546
  "typeString": "bytes"
@@ -481,11 +551,11 @@
481
551
  },
482
552
  {
483
553
  "constant": false,
484
- "id": 15721,
554
+ "id": 15726,
485
555
  "name": "permitsData",
486
556
  "nodeType": "VariableDeclaration",
487
- "scope": 15726,
488
- "src": "375:26:61",
557
+ "scope": 15731,
558
+ "src": "428:26:61",
489
559
  "stateVariable": false,
490
560
  "storageLocation": "calldata",
491
561
  "typeDescriptions": {
@@ -493,10 +563,10 @@
493
563
  "typeString": "bytes"
494
564
  },
495
565
  "typeName": {
496
- "id": 15720,
566
+ "id": 15725,
497
567
  "name": "bytes",
498
568
  "nodeType": "ElementaryTypeName",
499
- "src": "375:5:61",
569
+ "src": "428:5:61",
500
570
  "typeDescriptions": {
501
571
  "typeIdentifier": "t_bytes_storage_ptr",
502
572
  "typeString": "bytes"
@@ -507,11 +577,11 @@
507
577
  },
508
578
  {
509
579
  "constant": false,
510
- "id": 15723,
580
+ "id": 15728,
511
581
  "name": "withCollateralTransfer",
512
582
  "nodeType": "VariableDeclaration",
513
- "scope": 15726,
514
- "src": "405:27:61",
583
+ "scope": 15731,
584
+ "src": "458:27:61",
515
585
  "stateVariable": false,
516
586
  "storageLocation": "default",
517
587
  "typeDescriptions": {
@@ -519,10 +589,10 @@
519
589
  "typeString": "bool"
520
590
  },
521
591
  "typeName": {
522
- "id": 15722,
592
+ "id": 15727,
523
593
  "name": "bool",
524
594
  "nodeType": "ElementaryTypeName",
525
- "src": "405:4:61",
595
+ "src": "458:4:61",
526
596
  "typeDescriptions": {
527
597
  "typeIdentifier": "t_bool",
528
598
  "typeString": "bool"
@@ -532,33 +602,33 @@
532
602
  "visibility": "internal"
533
603
  }
534
604
  ],
535
- "src": "307:128:61"
605
+ "src": "360:128:61"
536
606
  },
537
607
  "returnParameters": {
538
- "id": 15725,
608
+ "id": 15730,
539
609
  "nodeType": "ParameterList",
540
610
  "parameters": [],
541
- "src": "452:0:61"
611
+ "src": "505:0:61"
542
612
  },
543
- "scope": 15727,
544
- "src": "291:162:61",
613
+ "scope": 15732,
614
+ "src": "344:162:61",
545
615
  "stateMutability": "payable",
546
616
  "superFunction": null,
547
617
  "visibility": "external"
548
618
  }
549
619
  ],
550
- "scope": 15728,
551
- "src": "60:395:61"
620
+ "scope": 15733,
621
+ "src": "60:448:61"
552
622
  }
553
623
  ],
554
- "src": "0:456:61"
624
+ "src": "0:509:61"
555
625
  },
556
626
  "legacyAST": {
557
627
  "attributes": {
558
628
  "absolutePath": "project:/contracts/interfaces/IV3BaseRouter01.sol",
559
629
  "exportedSymbols": {
560
630
  "IV3BaseRouter01": [
561
- 15727
631
+ 15732
562
632
  ]
563
633
  }
564
634
  },
@@ -599,17 +669,17 @@
599
669
  "documentation": null,
600
670
  "fullyImplemented": false,
601
671
  "linearizedBaseContracts": [
602
- 15727
672
+ 15732
603
673
  ],
604
674
  "name": "IV3BaseRouter01",
605
- "scope": 15728
675
+ "scope": 15733
606
676
  },
607
677
  "children": [
608
678
  {
609
679
  "attributes": {
610
680
  "canonicalName": "IV3BaseRouter01.LendingPool",
611
681
  "name": "LendingPool",
612
- "scope": 15727,
682
+ "scope": 15732,
613
683
  "visibility": "public"
614
684
  },
615
685
  "children": [
@@ -791,7 +861,7 @@
791
861
  null
792
862
  ],
793
863
  "name": "getLendingPool",
794
- "scope": 15727,
864
+ "scope": 15732,
795
865
  "stateMutability": "view",
796
866
  "superFunction": null,
797
867
  "visibility": "external"
@@ -871,6 +941,73 @@
871
941
  "name": "FunctionDefinition",
872
942
  "src": "200:87:61"
873
943
  },
944
+ {
945
+ "attributes": {
946
+ "body": null,
947
+ "documentation": null,
948
+ "implemented": false,
949
+ "isConstructor": false,
950
+ "kind": "function",
951
+ "modifiers": [
952
+ null
953
+ ],
954
+ "name": "factory",
955
+ "scope": 15732,
956
+ "stateMutability": "view",
957
+ "superFunction": null,
958
+ "visibility": "external"
959
+ },
960
+ "children": [
961
+ {
962
+ "attributes": {
963
+ "parameters": [
964
+ null
965
+ ]
966
+ },
967
+ "children": [],
968
+ "id": 15714,
969
+ "name": "ParameterList",
970
+ "src": "305:2:61"
971
+ },
972
+ {
973
+ "children": [
974
+ {
975
+ "attributes": {
976
+ "constant": false,
977
+ "name": "",
978
+ "scope": 15718,
979
+ "stateVariable": false,
980
+ "storageLocation": "default",
981
+ "type": "address",
982
+ "value": null,
983
+ "visibility": "internal"
984
+ },
985
+ "children": [
986
+ {
987
+ "attributes": {
988
+ "name": "address",
989
+ "stateMutability": "nonpayable",
990
+ "type": "address"
991
+ },
992
+ "id": 15715,
993
+ "name": "ElementaryTypeName",
994
+ "src": "331:7:61"
995
+ }
996
+ ],
997
+ "id": 15716,
998
+ "name": "VariableDeclaration",
999
+ "src": "331:7:61"
1000
+ }
1001
+ ],
1002
+ "id": 15717,
1003
+ "name": "ParameterList",
1004
+ "src": "330:9:61"
1005
+ }
1006
+ ],
1007
+ "id": 15718,
1008
+ "name": "FunctionDefinition",
1009
+ "src": "289:51:61"
1010
+ },
874
1011
  {
875
1012
  "attributes": {
876
1013
  "body": null,
@@ -882,7 +1019,7 @@
882
1019
  null
883
1020
  ],
884
1021
  "name": "execute",
885
- "scope": 15727,
1022
+ "scope": 15732,
886
1023
  "stateMutability": "payable",
887
1024
  "superFunction": null,
888
1025
  "visibility": "external"
@@ -894,7 +1031,7 @@
894
1031
  "attributes": {
895
1032
  "constant": false,
896
1033
  "name": "nftlp",
897
- "scope": 15726,
1034
+ "scope": 15731,
898
1035
  "stateVariable": false,
899
1036
  "storageLocation": "default",
900
1037
  "type": "address",
@@ -908,20 +1045,20 @@
908
1045
  "stateMutability": "nonpayable",
909
1046
  "type": "address"
910
1047
  },
911
- "id": 15714,
1048
+ "id": 15719,
912
1049
  "name": "ElementaryTypeName",
913
- "src": "311:7:61"
1050
+ "src": "364:7:61"
914
1051
  }
915
1052
  ],
916
- "id": 15715,
1053
+ "id": 15720,
917
1054
  "name": "VariableDeclaration",
918
- "src": "311:13:61"
1055
+ "src": "364:13:61"
919
1056
  },
920
1057
  {
921
1058
  "attributes": {
922
1059
  "constant": false,
923
1060
  "name": "_tokenId",
924
- "scope": 15726,
1061
+ "scope": 15731,
925
1062
  "stateVariable": false,
926
1063
  "storageLocation": "default",
927
1064
  "type": "uint256",
@@ -934,20 +1071,20 @@
934
1071
  "name": "uint",
935
1072
  "type": "uint256"
936
1073
  },
937
- "id": 15716,
1074
+ "id": 15721,
938
1075
  "name": "ElementaryTypeName",
939
- "src": "328:4:61"
1076
+ "src": "381:4:61"
940
1077
  }
941
1078
  ],
942
- "id": 15717,
1079
+ "id": 15722,
943
1080
  "name": "VariableDeclaration",
944
- "src": "328:13:61"
1081
+ "src": "381:13:61"
945
1082
  },
946
1083
  {
947
1084
  "attributes": {
948
1085
  "constant": false,
949
1086
  "name": "actionsData",
950
- "scope": 15726,
1087
+ "scope": 15731,
951
1088
  "stateVariable": false,
952
1089
  "storageLocation": "calldata",
953
1090
  "type": "bytes",
@@ -960,20 +1097,20 @@
960
1097
  "name": "bytes",
961
1098
  "type": "bytes"
962
1099
  },
963
- "id": 15718,
1100
+ "id": 15723,
964
1101
  "name": "ElementaryTypeName",
965
- "src": "345:5:61"
1102
+ "src": "398:5:61"
966
1103
  }
967
1104
  ],
968
- "id": 15719,
1105
+ "id": 15724,
969
1106
  "name": "VariableDeclaration",
970
- "src": "345:26:61"
1107
+ "src": "398:26:61"
971
1108
  },
972
1109
  {
973
1110
  "attributes": {
974
1111
  "constant": false,
975
1112
  "name": "permitsData",
976
- "scope": 15726,
1113
+ "scope": 15731,
977
1114
  "stateVariable": false,
978
1115
  "storageLocation": "calldata",
979
1116
  "type": "bytes",
@@ -986,20 +1123,20 @@
986
1123
  "name": "bytes",
987
1124
  "type": "bytes"
988
1125
  },
989
- "id": 15720,
1126
+ "id": 15725,
990
1127
  "name": "ElementaryTypeName",
991
- "src": "375:5:61"
1128
+ "src": "428:5:61"
992
1129
  }
993
1130
  ],
994
- "id": 15721,
1131
+ "id": 15726,
995
1132
  "name": "VariableDeclaration",
996
- "src": "375:26:61"
1133
+ "src": "428:26:61"
997
1134
  },
998
1135
  {
999
1136
  "attributes": {
1000
1137
  "constant": false,
1001
1138
  "name": "withCollateralTransfer",
1002
- "scope": 15726,
1139
+ "scope": 15731,
1003
1140
  "stateVariable": false,
1004
1141
  "storageLocation": "default",
1005
1142
  "type": "bool",
@@ -1012,19 +1149,19 @@
1012
1149
  "name": "bool",
1013
1150
  "type": "bool"
1014
1151
  },
1015
- "id": 15722,
1152
+ "id": 15727,
1016
1153
  "name": "ElementaryTypeName",
1017
- "src": "405:4:61"
1154
+ "src": "458:4:61"
1018
1155
  }
1019
1156
  ],
1020
- "id": 15723,
1157
+ "id": 15728,
1021
1158
  "name": "VariableDeclaration",
1022
- "src": "405:27:61"
1159
+ "src": "458:27:61"
1023
1160
  }
1024
1161
  ],
1025
- "id": 15724,
1162
+ "id": 15729,
1026
1163
  "name": "ParameterList",
1027
- "src": "307:128:61"
1164
+ "src": "360:128:61"
1028
1165
  },
1029
1166
  {
1030
1167
  "attributes": {
@@ -1033,24 +1170,24 @@
1033
1170
  ]
1034
1171
  },
1035
1172
  "children": [],
1036
- "id": 15725,
1173
+ "id": 15730,
1037
1174
  "name": "ParameterList",
1038
- "src": "452:0:61"
1175
+ "src": "505:0:61"
1039
1176
  }
1040
1177
  ],
1041
- "id": 15726,
1178
+ "id": 15731,
1042
1179
  "name": "FunctionDefinition",
1043
- "src": "291:162:61"
1180
+ "src": "344:162:61"
1044
1181
  }
1045
1182
  ],
1046
- "id": 15727,
1183
+ "id": 15732,
1047
1184
  "name": "ContractDefinition",
1048
- "src": "60:395:61"
1185
+ "src": "60:448:61"
1049
1186
  }
1050
1187
  ],
1051
- "id": 15728,
1188
+ "id": 15733,
1052
1189
  "name": "SourceUnit",
1053
- "src": "0:456:61"
1190
+ "src": "0:509:61"
1054
1191
  },
1055
1192
  "compiler": {
1056
1193
  "name": "solc",
@@ -1058,7 +1195,7 @@
1058
1195
  },
1059
1196
  "networks": {},
1060
1197
  "schemaVersion": "3.4.16",
1061
- "updatedAt": "2025-01-18T15:43:32.286Z",
1198
+ "updatedAt": "2025-01-20T20:21:51.185Z",
1062
1199
  "devdoc": {
1063
1200
  "methods": {}
1064
1201
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "impermax-sdk",
3
- "version": "2.1.78",
3
+ "version": "2.1.79",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",