@superfluid-finance/ethereum-contracts 1.7.2-dev.09f3be3.0 → 1.7.2-dev.2cebc84.0
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.
- package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
- package/build/contracts/AccessControl.json +1 -1
- package/build/contracts/AccessControlEnumerable.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +18 -18
- package/build/contracts/AgreementLibrary.json +165 -165
- package/build/contracts/BaseRelayRecipient.json +57 -57
- package/build/contracts/BatchLiquidator.json +382 -382
- package/build/contracts/BatchOperation.json +614 -614
- package/build/contracts/CFAv1Forwarder.json +1250 -1250
- package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2384 -2384
- package/build/contracts/CFAv1Library.json +389 -389
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
- package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
- package/build/contracts/ConstantInflowNFT.json +402 -402
- package/build/contracts/ConstantOutflowNFT.json +661 -661
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +614 -614
- package/build/contracts/CustomSuperTokenBase.json +19 -19
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC1820RegistryCompiled.json +22 -22
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +384 -384
- package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
- package/build/contracts/ERC777RecipientReverting.json +863 -863
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1526 -1526
- package/build/contracts/FlowNFTBase.json +1280 -1280
- package/build/contracts/FlowOperatorDefinitions.json +614 -614
- package/build/contracts/ForwarderBase.json +190 -190
- package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +677 -677
- package/build/contracts/IConstantInflowNFT.json +54 -54
- package/build/contracts/IConstantOutflowNFT.json +107 -107
- package/build/contracts/IDAv1Forwarder.json +912 -912
- package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2384 -2384
- package/build/contracts/IDAv1Library.json +430 -430
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC20Permit.json +1 -1
- package/build/contracts/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IFlowNFTBase.json +115 -115
- package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
- package/build/contracts/IMultiSigWallet.json +31 -31
- package/build/contracts/IPoolAdminNFT.json +7 -7
- package/build/contracts/IPoolMemberNFT.json +7 -7
- package/build/contracts/IPureSuperToken.json +62 -62
- package/build/contracts/IPureSuperTokenCustom.json +62 -62
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +67 -67
- package/build/contracts/ISETHCustom.json +67 -67
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +695 -695
- package/build/contracts/ISuperTokenFactory.json +225 -225
- package/build/contracts/ISuperfluid.json +904 -904
- package/build/contracts/ISuperfluidGovernance.json +251 -251
- package/build/contracts/ISuperfluidToken.json +407 -407
- package/build/contracts/ITOGAv1.json +1346 -1346
- package/build/contracts/ITOGAv2.json +1346 -1346
- package/build/contracts/ITOGAv3.json +1346 -1346
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +594 -594
- package/build/contracts/Math.json +1 -1
- package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/ProxyDeployerLibrary.json +2382 -2382
- package/build/contracts/PureSuperToken.json +106 -106
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +224 -224
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeGasLibrary.json +51 -51
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +704 -704
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +42 -42
- package/build/contracts/SuperAppBaseFlow.json +138 -138
- package/build/contracts/SuperAppDefinitions.json +614 -614
- package/build/contracts/SuperToken.json +2714 -2714
- package/build/contracts/SuperTokenDeployerLibrary.json +2383 -2383
- package/build/contracts/SuperTokenFactory.json +1347 -1347
- package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
- package/build/contracts/SuperTokenV1Library.json +1483 -1483
- package/build/contracts/SuperUpgrader.json +439 -439
- package/build/contracts/Superfluid.json +5196 -5196
- package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2383 -2383
- package/build/contracts/SuperfluidFrameworkDeployer.json +1260 -1260
- package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2382 -2382
- package/build/contracts/SuperfluidGovDeployerLibrary.json +2383 -2383
- package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
- package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
- package/build/contracts/SuperfluidGovernanceII.json +155 -155
- package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
- package/build/contracts/SuperfluidHostDeployerLibrary.json +2382 -2382
- package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2383 -2383
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2384 -2384
- package/build/contracts/SuperfluidLoaderLibrary.json +485 -351
- package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2387 -2387
- package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2385 -2385
- package/build/contracts/SuperfluidToken.json +1423 -1423
- package/build/contracts/TOGA.json +1360 -1360
- package/build/contracts/TestGovernance.json +250 -250
- package/build/contracts/TestResolver.json +47 -47
- package/build/contracts/TestToken.json +102 -102
- package/build/contracts/TokenDeployerLibrary.json +2384 -2384
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +15 -15
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts.map +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js.map +1 -1
- package/contracts/apps/SuperfluidLoaderLibrary.sol +4 -1
- package/package.json +4 -5
- package/ops-scripts/.eslintrc.js +0 -15
- package/ops-scripts/artifacts/ERC1820Registry.json +0 -5
- package/ops-scripts/deploy-aux-contracts.js +0 -99
- package/ops-scripts/deploy-deterministically.js +0 -169
- package/ops-scripts/deploy-erc1820.js +0 -83
- package/ops-scripts/deploy-framework.js +0 -895
- package/ops-scripts/deploy-mfa.ts +0 -27
- package/ops-scripts/deploy-super-token.js +0 -206
- package/ops-scripts/deploy-test-environment.js +0 -98
- package/ops-scripts/deploy-test-token.js +0 -86
- package/ops-scripts/deploy-unlisted-pure-super-token.js +0 -69
- package/ops-scripts/deploy-unlisted-super-token.js +0 -68
- package/ops-scripts/gov-create-new-app-registration-key.js +0 -75
- package/ops-scripts/gov-create-new-factory-registration.js +0 -49
- package/ops-scripts/gov-set-3Ps-config.js +0 -67
- package/ops-scripts/gov-set-reward-address.js +0 -60
- package/ops-scripts/gov-set-token-min-deposit.js +0 -53
- package/ops-scripts/gov-set-trusted-forwarder.js +0 -80
- package/ops-scripts/gov-transfer-framework-ownership.js +0 -90
- package/ops-scripts/gov-upgrade-governance.js +0 -87
- package/ops-scripts/gov-upgrade-super-token-logic.js +0 -193
- package/ops-scripts/info-inspect-account.js +0 -118
- package/ops-scripts/info-list-apps.js +0 -55
- package/ops-scripts/info-print-contract-addresses.js +0 -136
- package/ops-scripts/info-scan-deployments.js +0 -63
- package/ops-scripts/info-show-protocol.js +0 -400
- package/ops-scripts/libs/common.js +0 -436
- package/ops-scripts/libs/getConfig.js +0 -289
- package/ops-scripts/libs/truffleScriptRunnerFactory.js +0 -97
- package/ops-scripts/resolver-list-super-token.js +0 -73
- package/ops-scripts/resolver-register-token.js +0 -72
- package/ops-scripts/resolver-reset-deployment.js +0 -54
- package/ops-scripts/resolver-set-key-value.js +0 -69
- package/ops-scripts/resolver-unlist-super-token.js +0 -61
- package/ops-scripts/tmp-trigger-token-transfer.js +0 -33
- package/ops-scripts/validate-nft-addresses.ts +0 -49
|
@@ -325,19 +325,19 @@
|
|
|
325
325
|
"absolutePath": "project:/contracts/apps/SuperAppBaseFlow.sol",
|
|
326
326
|
"exportedSymbols": {
|
|
327
327
|
"ISuperApp": [
|
|
328
|
-
|
|
328
|
+
23920
|
|
329
329
|
],
|
|
330
330
|
"ISuperToken": [
|
|
331
|
-
|
|
331
|
+
24394
|
|
332
332
|
],
|
|
333
333
|
"ISuperfluid": [
|
|
334
|
-
|
|
334
|
+
25048
|
|
335
335
|
],
|
|
336
336
|
"SuperAppBaseFlow": [
|
|
337
337
|
17812
|
|
338
338
|
],
|
|
339
339
|
"SuperAppDefinitions": [
|
|
340
|
-
|
|
340
|
+
23308
|
|
341
341
|
],
|
|
342
342
|
"SuperTokenV1Library": [
|
|
343
343
|
20777
|
|
@@ -365,7 +365,7 @@
|
|
|
365
365
|
"nameLocation": "-1:-1:-1",
|
|
366
366
|
"nodeType": "ImportDirective",
|
|
367
367
|
"scope": 17813,
|
|
368
|
-
"sourceUnit":
|
|
368
|
+
"sourceUnit": 25049,
|
|
369
369
|
"src": "59:116:37",
|
|
370
370
|
"symbolAliases": [
|
|
371
371
|
{
|
|
@@ -374,7 +374,7 @@
|
|
|
374
374
|
"name": "ISuperfluid",
|
|
375
375
|
"nodeType": "Identifier",
|
|
376
376
|
"overloadedDeclarations": [],
|
|
377
|
-
"referencedDeclaration":
|
|
377
|
+
"referencedDeclaration": 25048,
|
|
378
378
|
"src": "68:11:37",
|
|
379
379
|
"typeDescriptions": {}
|
|
380
380
|
},
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
"name": "ISuperToken",
|
|
387
387
|
"nodeType": "Identifier",
|
|
388
388
|
"overloadedDeclarations": [],
|
|
389
|
-
"referencedDeclaration":
|
|
389
|
+
"referencedDeclaration": 24394,
|
|
390
390
|
"src": "81:11:37",
|
|
391
391
|
"typeDescriptions": {}
|
|
392
392
|
},
|
|
@@ -398,7 +398,7 @@
|
|
|
398
398
|
"name": "ISuperApp",
|
|
399
399
|
"nodeType": "Identifier",
|
|
400
400
|
"overloadedDeclarations": [],
|
|
401
|
-
"referencedDeclaration":
|
|
401
|
+
"referencedDeclaration": 23920,
|
|
402
402
|
"src": "94:9:37",
|
|
403
403
|
"typeDescriptions": {}
|
|
404
404
|
},
|
|
@@ -410,7 +410,7 @@
|
|
|
410
410
|
"name": "SuperAppDefinitions",
|
|
411
411
|
"nodeType": "Identifier",
|
|
412
412
|
"overloadedDeclarations": [],
|
|
413
|
-
"referencedDeclaration":
|
|
413
|
+
"referencedDeclaration": 23308,
|
|
414
414
|
"src": "105:19:37",
|
|
415
415
|
"typeDescriptions": {}
|
|
416
416
|
},
|
|
@@ -455,7 +455,7 @@
|
|
|
455
455
|
"280:9:37"
|
|
456
456
|
],
|
|
457
457
|
"nodeType": "IdentifierPath",
|
|
458
|
-
"referencedDeclaration":
|
|
458
|
+
"referencedDeclaration": 23920,
|
|
459
459
|
"src": "280:9:37"
|
|
460
460
|
},
|
|
461
461
|
"id": 17250,
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
"id": 17812,
|
|
471
471
|
"linearizedBaseContracts": [
|
|
472
472
|
17812,
|
|
473
|
-
|
|
473
|
+
23920
|
|
474
474
|
],
|
|
475
475
|
"name": "SuperAppBaseFlow",
|
|
476
476
|
"nameLocation": "260:16:37",
|
|
@@ -501,13 +501,13 @@
|
|
|
501
501
|
"326:11:37"
|
|
502
502
|
],
|
|
503
503
|
"nodeType": "IdentifierPath",
|
|
504
|
-
"referencedDeclaration":
|
|
504
|
+
"referencedDeclaration": 24394,
|
|
505
505
|
"src": "326:11:37"
|
|
506
506
|
},
|
|
507
|
-
"referencedDeclaration":
|
|
507
|
+
"referencedDeclaration": 24394,
|
|
508
508
|
"src": "326:11:37",
|
|
509
509
|
"typeDescriptions": {
|
|
510
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
510
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
511
511
|
"typeString": "contract ISuperToken"
|
|
512
512
|
}
|
|
513
513
|
}
|
|
@@ -606,7 +606,7 @@
|
|
|
606
606
|
"stateVariable": true,
|
|
607
607
|
"storageLocation": "default",
|
|
608
608
|
"typeDescriptions": {
|
|
609
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
609
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
610
610
|
"typeString": "contract ISuperfluid"
|
|
611
611
|
},
|
|
612
612
|
"typeName": {
|
|
@@ -619,13 +619,13 @@
|
|
|
619
619
|
"459:11:37"
|
|
620
620
|
],
|
|
621
621
|
"nodeType": "IdentifierPath",
|
|
622
|
-
"referencedDeclaration":
|
|
622
|
+
"referencedDeclaration": 25048,
|
|
623
623
|
"src": "459:11:37"
|
|
624
624
|
},
|
|
625
|
-
"referencedDeclaration":
|
|
625
|
+
"referencedDeclaration": 25048,
|
|
626
626
|
"src": "459:11:37",
|
|
627
627
|
"typeDescriptions": {
|
|
628
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
628
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
629
629
|
"typeString": "contract ISuperfluid"
|
|
630
630
|
}
|
|
631
631
|
},
|
|
@@ -712,7 +712,7 @@
|
|
|
712
712
|
"referencedDeclaration": 17262,
|
|
713
713
|
"src": "1147:4:37",
|
|
714
714
|
"typeDescriptions": {
|
|
715
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
715
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
716
716
|
"typeString": "contract ISuperfluid"
|
|
717
717
|
}
|
|
718
718
|
},
|
|
@@ -726,13 +726,13 @@
|
|
|
726
726
|
"referencedDeclaration": 17275,
|
|
727
727
|
"src": "1154:5:37",
|
|
728
728
|
"typeDescriptions": {
|
|
729
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
729
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
730
730
|
"typeString": "contract ISuperfluid"
|
|
731
731
|
}
|
|
732
732
|
},
|
|
733
733
|
"src": "1147:12:37",
|
|
734
734
|
"typeDescriptions": {
|
|
735
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
735
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
736
736
|
"typeString": "contract ISuperfluid"
|
|
737
737
|
}
|
|
738
738
|
},
|
|
@@ -790,10 +790,10 @@
|
|
|
790
790
|
"name": "SuperAppDefinitions",
|
|
791
791
|
"nodeType": "Identifier",
|
|
792
792
|
"overloadedDeclarations": [],
|
|
793
|
-
"referencedDeclaration":
|
|
793
|
+
"referencedDeclaration": 23308,
|
|
794
794
|
"src": "1200:19:37",
|
|
795
795
|
"typeDescriptions": {
|
|
796
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
796
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
|
|
797
797
|
"typeString": "type(library SuperAppDefinitions)"
|
|
798
798
|
}
|
|
799
799
|
},
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
"memberLocation": "1220:15:37",
|
|
806
806
|
"memberName": "APP_LEVEL_FINAL",
|
|
807
807
|
"nodeType": "MemberAccess",
|
|
808
|
-
"referencedDeclaration":
|
|
808
|
+
"referencedDeclaration": 23156,
|
|
809
809
|
"src": "1200:35:37",
|
|
810
810
|
"typeDescriptions": {
|
|
811
811
|
"typeIdentifier": "t_uint256",
|
|
@@ -820,10 +820,10 @@
|
|
|
820
820
|
"name": "SuperAppDefinitions",
|
|
821
821
|
"nodeType": "Identifier",
|
|
822
822
|
"overloadedDeclarations": [],
|
|
823
|
-
"referencedDeclaration":
|
|
823
|
+
"referencedDeclaration": 23308,
|
|
824
824
|
"src": "1250:19:37",
|
|
825
825
|
"typeDescriptions": {
|
|
826
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
826
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
|
|
827
827
|
"typeString": "type(library SuperAppDefinitions)"
|
|
828
828
|
}
|
|
829
829
|
},
|
|
@@ -835,7 +835,7 @@
|
|
|
835
835
|
"memberLocation": "1270:29:37",
|
|
836
836
|
"memberName": "BEFORE_AGREEMENT_CREATED_NOOP",
|
|
837
837
|
"nodeType": "MemberAccess",
|
|
838
|
-
"referencedDeclaration":
|
|
838
|
+
"referencedDeclaration": 23210,
|
|
839
839
|
"src": "1250:49:37",
|
|
840
840
|
"typeDescriptions": {
|
|
841
841
|
"typeIdentifier": "t_uint256",
|
|
@@ -914,10 +914,10 @@
|
|
|
914
914
|
"name": "SuperAppDefinitions",
|
|
915
915
|
"nodeType": "Identifier",
|
|
916
916
|
"overloadedDeclarations": [],
|
|
917
|
-
"referencedDeclaration":
|
|
917
|
+
"referencedDeclaration": 23308,
|
|
918
918
|
"src": "1371:19:37",
|
|
919
919
|
"typeDescriptions": {
|
|
920
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
920
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
|
|
921
921
|
"typeString": "type(library SuperAppDefinitions)"
|
|
922
922
|
}
|
|
923
923
|
},
|
|
@@ -929,7 +929,7 @@
|
|
|
929
929
|
"memberLocation": "1391:28:37",
|
|
930
930
|
"memberName": "AFTER_AGREEMENT_CREATED_NOOP",
|
|
931
931
|
"nodeType": "MemberAccess",
|
|
932
|
-
"referencedDeclaration":
|
|
932
|
+
"referencedDeclaration": 23218,
|
|
933
933
|
"src": "1371:48:37",
|
|
934
934
|
"typeDescriptions": {
|
|
935
935
|
"typeIdentifier": "t_uint256",
|
|
@@ -1022,10 +1022,10 @@
|
|
|
1022
1022
|
"name": "SuperAppDefinitions",
|
|
1023
1023
|
"nodeType": "Identifier",
|
|
1024
1024
|
"overloadedDeclarations": [],
|
|
1025
|
-
"referencedDeclaration":
|
|
1025
|
+
"referencedDeclaration": 23308,
|
|
1026
1026
|
"src": "1501:19:37",
|
|
1027
1027
|
"typeDescriptions": {
|
|
1028
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
1028
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
|
|
1029
1029
|
"typeString": "type(library SuperAppDefinitions)"
|
|
1030
1030
|
}
|
|
1031
1031
|
},
|
|
@@ -1037,7 +1037,7 @@
|
|
|
1037
1037
|
"memberLocation": "1521:29:37",
|
|
1038
1038
|
"memberName": "BEFORE_AGREEMENT_UPDATED_NOOP",
|
|
1039
1039
|
"nodeType": "MemberAccess",
|
|
1040
|
-
"referencedDeclaration":
|
|
1040
|
+
"referencedDeclaration": 23226,
|
|
1041
1041
|
"src": "1501:49:37",
|
|
1042
1042
|
"typeDescriptions": {
|
|
1043
1043
|
"typeIdentifier": "t_uint256",
|
|
@@ -1052,10 +1052,10 @@
|
|
|
1052
1052
|
"name": "SuperAppDefinitions",
|
|
1053
1053
|
"nodeType": "Identifier",
|
|
1054
1054
|
"overloadedDeclarations": [],
|
|
1055
|
-
"referencedDeclaration":
|
|
1055
|
+
"referencedDeclaration": 23308,
|
|
1056
1056
|
"src": "1569:19:37",
|
|
1057
1057
|
"typeDescriptions": {
|
|
1058
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
1058
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
|
|
1059
1059
|
"typeString": "type(library SuperAppDefinitions)"
|
|
1060
1060
|
}
|
|
1061
1061
|
},
|
|
@@ -1067,7 +1067,7 @@
|
|
|
1067
1067
|
"memberLocation": "1589:28:37",
|
|
1068
1068
|
"memberName": "AFTER_AGREEMENT_UPDATED_NOOP",
|
|
1069
1069
|
"nodeType": "MemberAccess",
|
|
1070
|
-
"referencedDeclaration":
|
|
1070
|
+
"referencedDeclaration": 23234,
|
|
1071
1071
|
"src": "1569:48:37",
|
|
1072
1072
|
"typeDescriptions": {
|
|
1073
1073
|
"typeIdentifier": "t_uint256",
|
|
@@ -1166,10 +1166,10 @@
|
|
|
1166
1166
|
"name": "SuperAppDefinitions",
|
|
1167
1167
|
"nodeType": "Identifier",
|
|
1168
1168
|
"overloadedDeclarations": [],
|
|
1169
|
-
"referencedDeclaration":
|
|
1169
|
+
"referencedDeclaration": 23308,
|
|
1170
1170
|
"src": "1699:19:37",
|
|
1171
1171
|
"typeDescriptions": {
|
|
1172
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
1172
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
|
|
1173
1173
|
"typeString": "type(library SuperAppDefinitions)"
|
|
1174
1174
|
}
|
|
1175
1175
|
},
|
|
@@ -1181,7 +1181,7 @@
|
|
|
1181
1181
|
"memberLocation": "1719:32:37",
|
|
1182
1182
|
"memberName": "BEFORE_AGREEMENT_TERMINATED_NOOP",
|
|
1183
1183
|
"nodeType": "MemberAccess",
|
|
1184
|
-
"referencedDeclaration":
|
|
1184
|
+
"referencedDeclaration": 23242,
|
|
1185
1185
|
"src": "1699:52:37",
|
|
1186
1186
|
"typeDescriptions": {
|
|
1187
1187
|
"typeIdentifier": "t_uint256",
|
|
@@ -1196,10 +1196,10 @@
|
|
|
1196
1196
|
"name": "SuperAppDefinitions",
|
|
1197
1197
|
"nodeType": "Identifier",
|
|
1198
1198
|
"overloadedDeclarations": [],
|
|
1199
|
-
"referencedDeclaration":
|
|
1199
|
+
"referencedDeclaration": 23308,
|
|
1200
1200
|
"src": "1770:19:37",
|
|
1201
1201
|
"typeDescriptions": {
|
|
1202
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
1202
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
|
|
1203
1203
|
"typeString": "type(library SuperAppDefinitions)"
|
|
1204
1204
|
}
|
|
1205
1205
|
},
|
|
@@ -1211,7 +1211,7 @@
|
|
|
1211
1211
|
"memberLocation": "1790:31:37",
|
|
1212
1212
|
"memberName": "AFTER_AGREEMENT_TERMINATED_NOOP",
|
|
1213
1213
|
"nodeType": "MemberAccess",
|
|
1214
|
-
"referencedDeclaration":
|
|
1214
|
+
"referencedDeclaration": 23250,
|
|
1215
1215
|
"src": "1770:51:37",
|
|
1216
1216
|
"typeDescriptions": {
|
|
1217
1217
|
"typeIdentifier": "t_uint256",
|
|
@@ -1268,7 +1268,7 @@
|
|
|
1268
1268
|
"referencedDeclaration": 17275,
|
|
1269
1269
|
"src": "1842:5:37",
|
|
1270
1270
|
"typeDescriptions": {
|
|
1271
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1271
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
1272
1272
|
"typeString": "contract ISuperfluid"
|
|
1273
1273
|
}
|
|
1274
1274
|
},
|
|
@@ -1280,7 +1280,7 @@
|
|
|
1280
1280
|
"memberLocation": "1848:11:37",
|
|
1281
1281
|
"memberName": "registerApp",
|
|
1282
1282
|
"nodeType": "MemberAccess",
|
|
1283
|
-
"referencedDeclaration":
|
|
1283
|
+
"referencedDeclaration": 24762,
|
|
1284
1284
|
"src": "1842:17:37",
|
|
1285
1285
|
"typeDescriptions": {
|
|
1286
1286
|
"typeIdentifier": "t_function_external_nonpayable$_t_uint256_$returns$__$",
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
"stateVariable": false,
|
|
1339
1339
|
"storageLocation": "default",
|
|
1340
1340
|
"typeDescriptions": {
|
|
1341
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1341
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
1342
1342
|
"typeString": "contract ISuperfluid"
|
|
1343
1343
|
},
|
|
1344
1344
|
"typeName": {
|
|
@@ -1351,13 +1351,13 @@
|
|
|
1351
1351
|
"1017:11:37"
|
|
1352
1352
|
],
|
|
1353
1353
|
"nodeType": "IdentifierPath",
|
|
1354
|
-
"referencedDeclaration":
|
|
1354
|
+
"referencedDeclaration": 25048,
|
|
1355
1355
|
"src": "1017:11:37"
|
|
1356
1356
|
},
|
|
1357
|
-
"referencedDeclaration":
|
|
1357
|
+
"referencedDeclaration": 25048,
|
|
1358
1358
|
"src": "1017:11:37",
|
|
1359
1359
|
"typeDescriptions": {
|
|
1360
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1360
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
1361
1361
|
"typeString": "contract ISuperfluid"
|
|
1362
1362
|
}
|
|
1363
1363
|
},
|
|
@@ -1519,7 +1519,7 @@
|
|
|
1519
1519
|
"stateVariable": false,
|
|
1520
1520
|
"storageLocation": "default",
|
|
1521
1521
|
"typeDescriptions": {
|
|
1522
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1522
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
1523
1523
|
"typeString": "contract ISuperToken"
|
|
1524
1524
|
},
|
|
1525
1525
|
"typeName": {
|
|
@@ -1532,13 +1532,13 @@
|
|
|
1532
1532
|
"2166:11:37"
|
|
1533
1533
|
],
|
|
1534
1534
|
"nodeType": "IdentifierPath",
|
|
1535
|
-
"referencedDeclaration":
|
|
1535
|
+
"referencedDeclaration": 24394,
|
|
1536
1536
|
"src": "2166:11:37"
|
|
1537
1537
|
},
|
|
1538
|
-
"referencedDeclaration":
|
|
1538
|
+
"referencedDeclaration": 24394,
|
|
1539
1539
|
"src": "2166:11:37",
|
|
1540
1540
|
"typeDescriptions": {
|
|
1541
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1541
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
1542
1542
|
"typeString": "contract ISuperToken"
|
|
1543
1543
|
}
|
|
1544
1544
|
},
|
|
@@ -1642,7 +1642,7 @@
|
|
|
1642
1642
|
"stateVariable": false,
|
|
1643
1643
|
"storageLocation": "default",
|
|
1644
1644
|
"typeDescriptions": {
|
|
1645
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1645
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
1646
1646
|
"typeString": "contract ISuperToken"
|
|
1647
1647
|
},
|
|
1648
1648
|
"typeName": {
|
|
@@ -1655,13 +1655,13 @@
|
|
|
1655
1655
|
"2621:11:37"
|
|
1656
1656
|
],
|
|
1657
1657
|
"nodeType": "IdentifierPath",
|
|
1658
|
-
"referencedDeclaration":
|
|
1658
|
+
"referencedDeclaration": 24394,
|
|
1659
1659
|
"src": "2621:11:37"
|
|
1660
1660
|
},
|
|
1661
|
-
"referencedDeclaration":
|
|
1661
|
+
"referencedDeclaration": 24394,
|
|
1662
1662
|
"src": "2621:11:37",
|
|
1663
1663
|
"typeDescriptions": {
|
|
1664
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1664
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
1665
1665
|
"typeString": "contract ISuperToken"
|
|
1666
1666
|
}
|
|
1667
1667
|
},
|
|
@@ -1820,7 +1820,7 @@
|
|
|
1820
1820
|
"stateVariable": false,
|
|
1821
1821
|
"storageLocation": "default",
|
|
1822
1822
|
"typeDescriptions": {
|
|
1823
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1823
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
1824
1824
|
"typeString": "contract ISuperToken"
|
|
1825
1825
|
},
|
|
1826
1826
|
"typeName": {
|
|
@@ -1833,13 +1833,13 @@
|
|
|
1833
1833
|
"2967:11:37"
|
|
1834
1834
|
],
|
|
1835
1835
|
"nodeType": "IdentifierPath",
|
|
1836
|
-
"referencedDeclaration":
|
|
1836
|
+
"referencedDeclaration": 24394,
|
|
1837
1837
|
"src": "2967:11:37"
|
|
1838
1838
|
},
|
|
1839
|
-
"referencedDeclaration":
|
|
1839
|
+
"referencedDeclaration": 24394,
|
|
1840
1840
|
"src": "2967:11:37",
|
|
1841
1841
|
"typeDescriptions": {
|
|
1842
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1842
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
1843
1843
|
"typeString": "contract ISuperToken"
|
|
1844
1844
|
}
|
|
1845
1845
|
},
|
|
@@ -2052,7 +2052,7 @@
|
|
|
2052
2052
|
"stateVariable": false,
|
|
2053
2053
|
"storageLocation": "default",
|
|
2054
2054
|
"typeDescriptions": {
|
|
2055
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2055
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
2056
2056
|
"typeString": "contract ISuperToken"
|
|
2057
2057
|
},
|
|
2058
2058
|
"typeName": {
|
|
@@ -2065,13 +2065,13 @@
|
|
|
2065
2065
|
"3549:11:37"
|
|
2066
2066
|
],
|
|
2067
2067
|
"nodeType": "IdentifierPath",
|
|
2068
|
-
"referencedDeclaration":
|
|
2068
|
+
"referencedDeclaration": 24394,
|
|
2069
2069
|
"src": "3549:11:37"
|
|
2070
2070
|
},
|
|
2071
|
-
"referencedDeclaration":
|
|
2071
|
+
"referencedDeclaration": 24394,
|
|
2072
2072
|
"src": "3549:11:37",
|
|
2073
2073
|
"typeDescriptions": {
|
|
2074
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2074
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
2075
2075
|
"typeString": "contract ISuperToken"
|
|
2076
2076
|
}
|
|
2077
2077
|
},
|
|
@@ -2259,7 +2259,7 @@
|
|
|
2259
2259
|
},
|
|
2260
2260
|
{
|
|
2261
2261
|
"baseFunctions": [
|
|
2262
|
-
|
|
2262
|
+
23828
|
|
2263
2263
|
],
|
|
2264
2264
|
"body": {
|
|
2265
2265
|
"id": 17425,
|
|
@@ -2320,7 +2320,7 @@
|
|
|
2320
2320
|
"stateVariable": false,
|
|
2321
2321
|
"storageLocation": "default",
|
|
2322
2322
|
"typeDescriptions": {
|
|
2323
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2323
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
2324
2324
|
"typeString": "contract ISuperToken"
|
|
2325
2325
|
},
|
|
2326
2326
|
"typeName": {
|
|
@@ -2333,13 +2333,13 @@
|
|
|
2333
2333
|
"4371:11:37"
|
|
2334
2334
|
],
|
|
2335
2335
|
"nodeType": "IdentifierPath",
|
|
2336
|
-
"referencedDeclaration":
|
|
2336
|
+
"referencedDeclaration": 24394,
|
|
2337
2337
|
"src": "4371:11:37"
|
|
2338
2338
|
},
|
|
2339
|
-
"referencedDeclaration":
|
|
2339
|
+
"referencedDeclaration": 24394,
|
|
2340
2340
|
"src": "4371:11:37",
|
|
2341
2341
|
"typeDescriptions": {
|
|
2342
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2342
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
2343
2343
|
"typeString": "contract ISuperToken"
|
|
2344
2344
|
}
|
|
2345
2345
|
},
|
|
@@ -2499,7 +2499,7 @@
|
|
|
2499
2499
|
},
|
|
2500
2500
|
{
|
|
2501
2501
|
"baseFunctions": [
|
|
2502
|
-
|
|
2502
|
+
23847
|
|
2503
2503
|
],
|
|
2504
2504
|
"body": {
|
|
2505
2505
|
"id": 17489,
|
|
@@ -2556,7 +2556,7 @@
|
|
|
2556
2556
|
"referencedDeclaration": 17262,
|
|
2557
2557
|
"src": "4961:4:37",
|
|
2558
2558
|
"typeDescriptions": {
|
|
2559
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
2559
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
2560
2560
|
"typeString": "contract ISuperfluid"
|
|
2561
2561
|
}
|
|
2562
2562
|
}
|
|
@@ -2564,7 +2564,7 @@
|
|
|
2564
2564
|
"expression": {
|
|
2565
2565
|
"argumentTypes": [
|
|
2566
2566
|
{
|
|
2567
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
2567
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
2568
2568
|
"typeString": "contract ISuperfluid"
|
|
2569
2569
|
}
|
|
2570
2570
|
],
|
|
@@ -2757,7 +2757,7 @@
|
|
|
2757
2757
|
"referencedDeclaration": 17429,
|
|
2758
2758
|
"src": "5091:10:37",
|
|
2759
2759
|
"typeDescriptions": {
|
|
2760
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2760
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
2761
2761
|
"typeString": "contract ISuperToken"
|
|
2762
2762
|
}
|
|
2763
2763
|
}
|
|
@@ -2765,7 +2765,7 @@
|
|
|
2765
2765
|
"expression": {
|
|
2766
2766
|
"argumentTypes": [
|
|
2767
2767
|
{
|
|
2768
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
2768
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
2769
2769
|
"typeString": "contract ISuperToken"
|
|
2770
2770
|
}
|
|
2771
2771
|
],
|
|
@@ -2776,7 +2776,7 @@
|
|
|
2776
2776
|
"referencedDeclaration": 17348,
|
|
2777
2777
|
"src": "5070:20:37",
|
|
2778
2778
|
"typeDescriptions": {
|
|
2779
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$
|
|
2779
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$24394_$returns$_t_bool_$",
|
|
2780
2780
|
"typeString": "function (contract ISuperToken) view returns (bool)"
|
|
2781
2781
|
}
|
|
2782
2782
|
},
|
|
@@ -3016,7 +3016,7 @@
|
|
|
3016
3016
|
"referencedDeclaration": 17429,
|
|
3017
3017
|
"src": "5272:10:37",
|
|
3018
3018
|
"typeDescriptions": {
|
|
3019
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3019
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
3020
3020
|
"typeString": "contract ISuperToken"
|
|
3021
3021
|
}
|
|
3022
3022
|
},
|
|
@@ -3048,7 +3048,7 @@
|
|
|
3048
3048
|
"expression": {
|
|
3049
3049
|
"argumentTypes": [
|
|
3050
3050
|
{
|
|
3051
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3051
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
3052
3052
|
"typeString": "contract ISuperToken"
|
|
3053
3053
|
},
|
|
3054
3054
|
{
|
|
@@ -3067,7 +3067,7 @@
|
|
|
3067
3067
|
"referencedDeclaration": 17364,
|
|
3068
3068
|
"src": "5241:13:37",
|
|
3069
3069
|
"typeDescriptions": {
|
|
3070
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperToken_$
|
|
3070
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperToken_$24394_$_t_address_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
3071
3071
|
"typeString": "function (contract ISuperToken,address,bytes calldata) returns (bytes memory)"
|
|
3072
3072
|
}
|
|
3073
3073
|
},
|
|
@@ -3124,7 +3124,7 @@
|
|
|
3124
3124
|
"stateVariable": false,
|
|
3125
3125
|
"storageLocation": "default",
|
|
3126
3126
|
"typeDescriptions": {
|
|
3127
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3127
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
3128
3128
|
"typeString": "contract ISuperToken"
|
|
3129
3129
|
},
|
|
3130
3130
|
"typeName": {
|
|
@@ -3137,13 +3137,13 @@
|
|
|
3137
3137
|
"4682:11:37"
|
|
3138
3138
|
],
|
|
3139
3139
|
"nodeType": "IdentifierPath",
|
|
3140
|
-
"referencedDeclaration":
|
|
3140
|
+
"referencedDeclaration": 24394,
|
|
3141
3141
|
"src": "4682:11:37"
|
|
3142
3142
|
},
|
|
3143
|
-
"referencedDeclaration":
|
|
3143
|
+
"referencedDeclaration": 24394,
|
|
3144
3144
|
"src": "4682:11:37",
|
|
3145
3145
|
"typeDescriptions": {
|
|
3146
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3146
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
3147
3147
|
"typeString": "contract ISuperToken"
|
|
3148
3148
|
}
|
|
3149
3149
|
},
|
|
@@ -3330,7 +3330,7 @@
|
|
|
3330
3330
|
},
|
|
3331
3331
|
{
|
|
3332
3332
|
"baseFunctions": [
|
|
3333
|
-
|
|
3333
|
+
23864
|
|
3334
3334
|
],
|
|
3335
3335
|
"body": {
|
|
3336
3336
|
"id": 17564,
|
|
@@ -3387,7 +3387,7 @@
|
|
|
3387
3387
|
"referencedDeclaration": 17262,
|
|
3388
3388
|
"src": "5746:4:37",
|
|
3389
3389
|
"typeDescriptions": {
|
|
3390
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
3390
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
3391
3391
|
"typeString": "contract ISuperfluid"
|
|
3392
3392
|
}
|
|
3393
3393
|
}
|
|
@@ -3395,7 +3395,7 @@
|
|
|
3395
3395
|
"expression": {
|
|
3396
3396
|
"argumentTypes": [
|
|
3397
3397
|
{
|
|
3398
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
3398
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
3399
3399
|
"typeString": "contract ISuperfluid"
|
|
3400
3400
|
}
|
|
3401
3401
|
],
|
|
@@ -3592,7 +3592,7 @@
|
|
|
3592
3592
|
"referencedDeclaration": 17493,
|
|
3593
3593
|
"src": "5877:10:37",
|
|
3594
3594
|
"typeDescriptions": {
|
|
3595
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3595
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
3596
3596
|
"typeString": "contract ISuperToken"
|
|
3597
3597
|
}
|
|
3598
3598
|
}
|
|
@@ -3600,7 +3600,7 @@
|
|
|
3600
3600
|
"expression": {
|
|
3601
3601
|
"argumentTypes": [
|
|
3602
3602
|
{
|
|
3603
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3603
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
3604
3604
|
"typeString": "contract ISuperToken"
|
|
3605
3605
|
}
|
|
3606
3606
|
],
|
|
@@ -3611,7 +3611,7 @@
|
|
|
3611
3611
|
"referencedDeclaration": 17348,
|
|
3612
3612
|
"src": "5856:20:37",
|
|
3613
3613
|
"typeDescriptions": {
|
|
3614
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$
|
|
3614
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$24394_$returns$_t_bool_$",
|
|
3615
3615
|
"typeString": "function (contract ISuperToken) view returns (bool)"
|
|
3616
3616
|
}
|
|
3617
3617
|
},
|
|
@@ -3997,7 +3997,7 @@
|
|
|
3997
3997
|
"referencedDeclaration": 17493,
|
|
3998
3998
|
"src": "6049:10:37",
|
|
3999
3999
|
"typeDescriptions": {
|
|
4000
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
4000
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
4001
4001
|
"typeString": "contract ISuperToken"
|
|
4002
4002
|
}
|
|
4003
4003
|
},
|
|
@@ -4012,7 +4012,7 @@
|
|
|
4012
4012
|
"referencedDeclaration": 19125,
|
|
4013
4013
|
"src": "6049:22:37",
|
|
4014
4014
|
"typeDescriptions": {
|
|
4015
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$
|
|
4015
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$24394_$_t_address_$_t_address_$returns$_t_uint256_$_t_int96_$_t_uint256_$_t_uint256_$attached_to$_t_contract$_ISuperToken_$24394_$",
|
|
4016
4016
|
"typeString": "function (contract ISuperToken,address,address) view returns (uint256,int96,uint256,uint256)"
|
|
4017
4017
|
}
|
|
4018
4018
|
},
|
|
@@ -4153,7 +4153,7 @@
|
|
|
4153
4153
|
"stateVariable": false,
|
|
4154
4154
|
"storageLocation": "default",
|
|
4155
4155
|
"typeDescriptions": {
|
|
4156
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
4156
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
4157
4157
|
"typeString": "contract ISuperToken"
|
|
4158
4158
|
},
|
|
4159
4159
|
"typeName": {
|
|
@@ -4166,13 +4166,13 @@
|
|
|
4166
4166
|
"5485:11:37"
|
|
4167
4167
|
],
|
|
4168
4168
|
"nodeType": "IdentifierPath",
|
|
4169
|
-
"referencedDeclaration":
|
|
4169
|
+
"referencedDeclaration": 24394,
|
|
4170
4170
|
"src": "5485:11:37"
|
|
4171
4171
|
},
|
|
4172
|
-
"referencedDeclaration":
|
|
4172
|
+
"referencedDeclaration": 24394,
|
|
4173
4173
|
"src": "5485:11:37",
|
|
4174
4174
|
"typeDescriptions": {
|
|
4175
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
4175
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
4176
4176
|
"typeString": "contract ISuperToken"
|
|
4177
4177
|
}
|
|
4178
4178
|
},
|
|
@@ -4332,7 +4332,7 @@
|
|
|
4332
4332
|
},
|
|
4333
4333
|
{
|
|
4334
4334
|
"baseFunctions": [
|
|
4335
|
-
|
|
4335
|
+
23883
|
|
4336
4336
|
],
|
|
4337
4337
|
"body": {
|
|
4338
4338
|
"id": 17644,
|
|
@@ -4389,7 +4389,7 @@
|
|
|
4389
4389
|
"referencedDeclaration": 17262,
|
|
4390
4390
|
"src": "6507:4:37",
|
|
4391
4391
|
"typeDescriptions": {
|
|
4392
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4392
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
4393
4393
|
"typeString": "contract ISuperfluid"
|
|
4394
4394
|
}
|
|
4395
4395
|
}
|
|
@@ -4397,7 +4397,7 @@
|
|
|
4397
4397
|
"expression": {
|
|
4398
4398
|
"argumentTypes": [
|
|
4399
4399
|
{
|
|
4400
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4400
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
4401
4401
|
"typeString": "contract ISuperfluid"
|
|
4402
4402
|
}
|
|
4403
4403
|
],
|
|
@@ -4590,7 +4590,7 @@
|
|
|
4590
4590
|
"referencedDeclaration": 17568,
|
|
4591
4591
|
"src": "6637:10:37",
|
|
4592
4592
|
"typeDescriptions": {
|
|
4593
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
4593
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
4594
4594
|
"typeString": "contract ISuperToken"
|
|
4595
4595
|
}
|
|
4596
4596
|
}
|
|
@@ -4598,7 +4598,7 @@
|
|
|
4598
4598
|
"expression": {
|
|
4599
4599
|
"argumentTypes": [
|
|
4600
4600
|
{
|
|
4601
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
4601
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
4602
4602
|
"typeString": "contract ISuperToken"
|
|
4603
4603
|
}
|
|
4604
4604
|
],
|
|
@@ -4609,7 +4609,7 @@
|
|
|
4609
4609
|
"referencedDeclaration": 17348,
|
|
4610
4610
|
"src": "6616:20:37",
|
|
4611
4611
|
"typeDescriptions": {
|
|
4612
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$
|
|
4612
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$24394_$returns$_t_bool_$",
|
|
4613
4613
|
"typeString": "function (contract ISuperToken) view returns (bool)"
|
|
4614
4614
|
}
|
|
4615
4615
|
},
|
|
@@ -5038,7 +5038,7 @@
|
|
|
5038
5038
|
"referencedDeclaration": 17568,
|
|
5039
5039
|
"src": "6912:10:37",
|
|
5040
5040
|
"typeDescriptions": {
|
|
5041
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
5041
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
5042
5042
|
"typeString": "contract ISuperToken"
|
|
5043
5043
|
}
|
|
5044
5044
|
},
|
|
@@ -5094,7 +5094,7 @@
|
|
|
5094
5094
|
"expression": {
|
|
5095
5095
|
"argumentTypes": [
|
|
5096
5096
|
{
|
|
5097
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
5097
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
5098
5098
|
"typeString": "contract ISuperToken"
|
|
5099
5099
|
},
|
|
5100
5100
|
{
|
|
@@ -5121,7 +5121,7 @@
|
|
|
5121
5121
|
"referencedDeclaration": 17384,
|
|
5122
5122
|
"src": "6881:13:37",
|
|
5123
5123
|
"typeDescriptions": {
|
|
5124
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperToken_$
|
|
5124
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperToken_$24394_$_t_address_$_t_int96_$_t_uint256_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5125
5125
|
"typeString": "function (contract ISuperToken,address,int96,uint256,bytes calldata) returns (bytes memory)"
|
|
5126
5126
|
}
|
|
5127
5127
|
},
|
|
@@ -5178,7 +5178,7 @@
|
|
|
5178
5178
|
"stateVariable": false,
|
|
5179
5179
|
"storageLocation": "default",
|
|
5180
5180
|
"typeDescriptions": {
|
|
5181
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
5181
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
5182
5182
|
"typeString": "contract ISuperToken"
|
|
5183
5183
|
},
|
|
5184
5184
|
"typeName": {
|
|
@@ -5191,13 +5191,13 @@
|
|
|
5191
5191
|
"6232:11:37"
|
|
5192
5192
|
],
|
|
5193
5193
|
"nodeType": "IdentifierPath",
|
|
5194
|
-
"referencedDeclaration":
|
|
5194
|
+
"referencedDeclaration": 24394,
|
|
5195
5195
|
"src": "6232:11:37"
|
|
5196
5196
|
},
|
|
5197
|
-
"referencedDeclaration":
|
|
5197
|
+
"referencedDeclaration": 24394,
|
|
5198
5198
|
"src": "6232:11:37",
|
|
5199
5199
|
"typeDescriptions": {
|
|
5200
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
5200
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
5201
5201
|
"typeString": "contract ISuperToken"
|
|
5202
5202
|
}
|
|
5203
5203
|
},
|
|
@@ -5384,7 +5384,7 @@
|
|
|
5384
5384
|
},
|
|
5385
5385
|
{
|
|
5386
5386
|
"baseFunctions": [
|
|
5387
|
-
|
|
5387
|
+
23900
|
|
5388
5388
|
],
|
|
5389
5389
|
"body": {
|
|
5390
5390
|
"id": 17713,
|
|
@@ -5461,7 +5461,7 @@
|
|
|
5461
5461
|
"referencedDeclaration": 17262,
|
|
5462
5462
|
"src": "7561:4:37",
|
|
5463
5463
|
"typeDescriptions": {
|
|
5464
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
5464
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
5465
5465
|
"typeString": "contract ISuperfluid"
|
|
5466
5466
|
}
|
|
5467
5467
|
}
|
|
@@ -5469,7 +5469,7 @@
|
|
|
5469
5469
|
"expression": {
|
|
5470
5470
|
"argumentTypes": [
|
|
5471
5471
|
{
|
|
5472
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
5472
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
5473
5473
|
"typeString": "contract ISuperfluid"
|
|
5474
5474
|
}
|
|
5475
5475
|
],
|
|
@@ -5608,7 +5608,7 @@
|
|
|
5608
5608
|
"referencedDeclaration": 17648,
|
|
5609
5609
|
"src": "7656:10:37",
|
|
5610
5610
|
"typeDescriptions": {
|
|
5611
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
5611
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
5612
5612
|
"typeString": "contract ISuperToken"
|
|
5613
5613
|
}
|
|
5614
5614
|
}
|
|
@@ -5616,7 +5616,7 @@
|
|
|
5616
5616
|
"expression": {
|
|
5617
5617
|
"argumentTypes": [
|
|
5618
5618
|
{
|
|
5619
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
5619
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
5620
5620
|
"typeString": "contract ISuperToken"
|
|
5621
5621
|
}
|
|
5622
5622
|
],
|
|
@@ -5627,7 +5627,7 @@
|
|
|
5627
5627
|
"referencedDeclaration": 17348,
|
|
5628
5628
|
"src": "7635:20:37",
|
|
5629
5629
|
"typeDescriptions": {
|
|
5630
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$
|
|
5630
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$24394_$returns$_t_bool_$",
|
|
5631
5631
|
"typeString": "function (contract ISuperToken) view returns (bool)"
|
|
5632
5632
|
}
|
|
5633
5633
|
},
|
|
@@ -5994,7 +5994,7 @@
|
|
|
5994
5994
|
"referencedDeclaration": 17648,
|
|
5995
5995
|
"src": "7857:10:37",
|
|
5996
5996
|
"typeDescriptions": {
|
|
5997
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
5997
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
5998
5998
|
"typeString": "contract ISuperToken"
|
|
5999
5999
|
}
|
|
6000
6000
|
},
|
|
@@ -6009,7 +6009,7 @@
|
|
|
6009
6009
|
"referencedDeclaration": 19125,
|
|
6010
6010
|
"src": "7857:22:37",
|
|
6011
6011
|
"typeDescriptions": {
|
|
6012
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$
|
|
6012
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$24394_$_t_address_$_t_address_$returns$_t_uint256_$_t_int96_$_t_uint256_$_t_uint256_$attached_to$_t_contract$_ISuperToken_$24394_$",
|
|
6013
6013
|
"typeString": "function (contract ISuperToken,address,address) view returns (uint256,int96,uint256,uint256)"
|
|
6014
6014
|
}
|
|
6015
6015
|
},
|
|
@@ -6150,7 +6150,7 @@
|
|
|
6150
6150
|
"stateVariable": false,
|
|
6151
6151
|
"storageLocation": "default",
|
|
6152
6152
|
"typeDescriptions": {
|
|
6153
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
6153
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
6154
6154
|
"typeString": "contract ISuperToken"
|
|
6155
6155
|
},
|
|
6156
6156
|
"typeName": {
|
|
@@ -6163,13 +6163,13 @@
|
|
|
6163
6163
|
"7191:11:37"
|
|
6164
6164
|
],
|
|
6165
6165
|
"nodeType": "IdentifierPath",
|
|
6166
|
-
"referencedDeclaration":
|
|
6166
|
+
"referencedDeclaration": 24394,
|
|
6167
6167
|
"src": "7191:11:37"
|
|
6168
6168
|
},
|
|
6169
|
-
"referencedDeclaration":
|
|
6169
|
+
"referencedDeclaration": 24394,
|
|
6170
6170
|
"src": "7191:11:37",
|
|
6171
6171
|
"typeDescriptions": {
|
|
6172
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
6172
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
6173
6173
|
"typeString": "contract ISuperToken"
|
|
6174
6174
|
}
|
|
6175
6175
|
},
|
|
@@ -6329,7 +6329,7 @@
|
|
|
6329
6329
|
},
|
|
6330
6330
|
{
|
|
6331
6331
|
"baseFunctions": [
|
|
6332
|
-
|
|
6332
|
+
23919
|
|
6333
6333
|
],
|
|
6334
6334
|
"body": {
|
|
6335
6335
|
"id": 17791,
|
|
@@ -6406,7 +6406,7 @@
|
|
|
6406
6406
|
"referencedDeclaration": 17262,
|
|
6407
6407
|
"src": "8409:4:37",
|
|
6408
6408
|
"typeDescriptions": {
|
|
6409
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
6409
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
6410
6410
|
"typeString": "contract ISuperfluid"
|
|
6411
6411
|
}
|
|
6412
6412
|
}
|
|
@@ -6414,7 +6414,7 @@
|
|
|
6414
6414
|
"expression": {
|
|
6415
6415
|
"argumentTypes": [
|
|
6416
6416
|
{
|
|
6417
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
6417
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
6418
6418
|
"typeString": "contract ISuperfluid"
|
|
6419
6419
|
}
|
|
6420
6420
|
],
|
|
@@ -6553,7 +6553,7 @@
|
|
|
6553
6553
|
"referencedDeclaration": 17717,
|
|
6554
6554
|
"src": "8504:10:37",
|
|
6555
6555
|
"typeDescriptions": {
|
|
6556
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
6556
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
6557
6557
|
"typeString": "contract ISuperToken"
|
|
6558
6558
|
}
|
|
6559
6559
|
}
|
|
@@ -6561,7 +6561,7 @@
|
|
|
6561
6561
|
"expression": {
|
|
6562
6562
|
"argumentTypes": [
|
|
6563
6563
|
{
|
|
6564
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
6564
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
6565
6565
|
"typeString": "contract ISuperToken"
|
|
6566
6566
|
}
|
|
6567
6567
|
],
|
|
@@ -6572,7 +6572,7 @@
|
|
|
6572
6572
|
"referencedDeclaration": 17348,
|
|
6573
6573
|
"src": "8483:20:37",
|
|
6574
6574
|
"typeDescriptions": {
|
|
6575
|
-
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$
|
|
6575
|
+
"typeIdentifier": "t_function_internal_view$_t_contract$_ISuperToken_$24394_$returns$_t_bool_$",
|
|
6576
6576
|
"typeString": "function (contract ISuperToken) view returns (bool)"
|
|
6577
6577
|
}
|
|
6578
6578
|
},
|
|
@@ -7023,7 +7023,7 @@
|
|
|
7023
7023
|
"referencedDeclaration": 17717,
|
|
7024
7024
|
"src": "8807:10:37",
|
|
7025
7025
|
"typeDescriptions": {
|
|
7026
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
7026
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
7027
7027
|
"typeString": "contract ISuperToken"
|
|
7028
7028
|
}
|
|
7029
7029
|
},
|
|
@@ -7091,7 +7091,7 @@
|
|
|
7091
7091
|
"expression": {
|
|
7092
7092
|
"argumentTypes": [
|
|
7093
7093
|
{
|
|
7094
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
7094
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
7095
7095
|
"typeString": "contract ISuperToken"
|
|
7096
7096
|
},
|
|
7097
7097
|
{
|
|
@@ -7122,7 +7122,7 @@
|
|
|
7122
7122
|
"referencedDeclaration": 17406,
|
|
7123
7123
|
"src": "8776:13:37",
|
|
7124
7124
|
"typeDescriptions": {
|
|
7125
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperToken_$
|
|
7125
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperToken_$24394_$_t_address_$_t_address_$_t_int96_$_t_uint256_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
7126
7126
|
"typeString": "function (contract ISuperToken,address,address,int96,uint256,bytes calldata) returns (bytes memory)"
|
|
7127
7127
|
}
|
|
7128
7128
|
},
|
|
@@ -7179,7 +7179,7 @@
|
|
|
7179
7179
|
"stateVariable": false,
|
|
7180
7180
|
"storageLocation": "default",
|
|
7181
7181
|
"typeDescriptions": {
|
|
7182
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
7182
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
7183
7183
|
"typeString": "contract ISuperToken"
|
|
7184
7184
|
},
|
|
7185
7185
|
"typeName": {
|
|
@@ -7192,13 +7192,13 @@
|
|
|
7192
7192
|
"8038:11:37"
|
|
7193
7193
|
],
|
|
7194
7194
|
"nodeType": "IdentifierPath",
|
|
7195
|
-
"referencedDeclaration":
|
|
7195
|
+
"referencedDeclaration": 24394,
|
|
7196
7196
|
"src": "8038:11:37"
|
|
7197
7197
|
},
|
|
7198
|
-
"referencedDeclaration":
|
|
7198
|
+
"referencedDeclaration": 24394,
|
|
7199
7199
|
"src": "8038:11:37",
|
|
7200
7200
|
"typeDescriptions": {
|
|
7201
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
7201
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24394",
|
|
7202
7202
|
"typeString": "contract ISuperToken"
|
|
7203
7203
|
}
|
|
7204
7204
|
},
|
|
@@ -7446,7 +7446,7 @@
|
|
|
7446
7446
|
"referencedDeclaration": 17262,
|
|
7447
7447
|
"src": "9475:4:37",
|
|
7448
7448
|
"typeDescriptions": {
|
|
7449
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
7449
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25048",
|
|
7450
7450
|
"typeString": "contract ISuperfluid"
|
|
7451
7451
|
}
|
|
7452
7452
|
},
|
|
@@ -7458,10 +7458,10 @@
|
|
|
7458
7458
|
"memberLocation": "9480:17:37",
|
|
7459
7459
|
"memberName": "getAgreementClass",
|
|
7460
7460
|
"nodeType": "MemberAccess",
|
|
7461
|
-
"referencedDeclaration":
|
|
7461
|
+
"referencedDeclaration": 24685,
|
|
7462
7462
|
"src": "9475:22:37",
|
|
7463
7463
|
"typeDescriptions": {
|
|
7464
|
-
"typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_contract$_ISuperAgreement_$
|
|
7464
|
+
"typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_contract$_ISuperAgreement_$23806_$",
|
|
7465
7465
|
"typeString": "function (bytes32) view external returns (contract ISuperAgreement)"
|
|
7466
7466
|
}
|
|
7467
7467
|
},
|
|
@@ -7477,7 +7477,7 @@
|
|
|
7477
7477
|
"src": "9475:34:37",
|
|
7478
7478
|
"tryCall": false,
|
|
7479
7479
|
"typeDescriptions": {
|
|
7480
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
7480
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$23806",
|
|
7481
7481
|
"typeString": "contract ISuperAgreement"
|
|
7482
7482
|
}
|
|
7483
7483
|
}
|
|
@@ -7485,7 +7485,7 @@
|
|
|
7485
7485
|
"expression": {
|
|
7486
7486
|
"argumentTypes": [
|
|
7487
7487
|
{
|
|
7488
|
-
"typeIdentifier": "t_contract$_ISuperAgreement_$
|
|
7488
|
+
"typeIdentifier": "t_contract$_ISuperAgreement_$23806",
|
|
7489
7489
|
"typeString": "contract ISuperAgreement"
|
|
7490
7490
|
}
|
|
7491
7491
|
],
|
|
@@ -7643,7 +7643,7 @@
|
|
|
7643
7643
|
},
|
|
7644
7644
|
"networks": {},
|
|
7645
7645
|
"schemaVersion": "3.4.13",
|
|
7646
|
-
"updatedAt": "2023-
|
|
7646
|
+
"updatedAt": "2023-07-13T10:28:31.659Z",
|
|
7647
7647
|
"devdoc": {
|
|
7648
7648
|
"errors": {
|
|
7649
7649
|
"NotAcceptedSuperToken()": [
|