@superfluid-finance/ethereum-contracts 1.2.2-dev.a4c583c.0 → 1.2.2-dev.bd59c6c.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.
Files changed (114) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +18 -18
  5. package/build/contracts/AgreementLibrary.json +167 -167
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +178 -178
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +257 -257
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1501 -1501
  12. package/build/contracts/ConstantFlowAgreementV1.json +925 -925
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +599 -599
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +19 -19
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC20.json +1 -1
  20. package/build/contracts/ERC20Burnable.json +1 -1
  21. package/build/contracts/ERC20Pausable.json +1 -1
  22. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  23. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  24. package/build/contracts/ERC721.json +1 -1
  25. package/build/contracts/ERC777Helper.json +380 -380
  26. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  27. package/build/contracts/ERC777RecipientReverting.json +855 -855
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/ExclusiveInflowTestApp.json +1501 -1501
  30. package/build/contracts/FixedSizeData.json +200 -200
  31. package/build/contracts/FlowExchangeTestApp.json +1502 -1502
  32. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  33. package/build/contracts/FullUpgradableSuperTokenProxy.json +113 -113
  34. package/build/contracts/IAccessControl.json +1 -1
  35. package/build/contracts/IAccessControlEnumerable.json +1 -1
  36. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  37. package/build/contracts/IDAv1Library.json +398 -398
  38. package/build/contracts/IERC165.json +1 -1
  39. package/build/contracts/IERC1820Implementer.json +1 -1
  40. package/build/contracts/IERC1820Registry.json +1 -1
  41. package/build/contracts/IERC20.json +1 -1
  42. package/build/contracts/IERC20Metadata.json +1 -1
  43. package/build/contracts/IERC721.json +1 -1
  44. package/build/contracts/IERC721Metadata.json +1 -1
  45. package/build/contracts/IERC721Receiver.json +1 -1
  46. package/build/contracts/IERC777.json +1 -1
  47. package/build/contracts/IERC777Recipient.json +1 -1
  48. package/build/contracts/IERC777Sender.json +1 -1
  49. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  50. package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
  51. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  52. package/build/contracts/IMultiSigWallet.json +24 -24
  53. package/build/contracts/IPureSuperToken.json +42 -42
  54. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  55. package/build/contracts/IRelayRecipient.json +27 -27
  56. package/build/contracts/IResolver.json +38 -38
  57. package/build/contracts/ISETH.json +47 -47
  58. package/build/contracts/ISETHCustom.json +47 -47
  59. package/build/contracts/ISuperAgreement.json +50 -50
  60. package/build/contracts/ISuperApp.json +191 -191
  61. package/build/contracts/ISuperToken.json +523 -523
  62. package/build/contracts/ISuperTokenFactory.json +160 -160
  63. package/build/contracts/ISuperfluid.json +829 -829
  64. package/build/contracts/ISuperfluidGovernance.json +242 -242
  65. package/build/contracts/ISuperfluidToken.json +389 -389
  66. package/build/contracts/ITOGAv1.json +1431 -1431
  67. package/build/contracts/ITOGAv2.json +1431 -1431
  68. package/build/contracts/Initializable.json +1 -1
  69. package/build/contracts/InstantDistributionAgreementV1.json +577 -577
  70. package/build/contracts/Int96SafeMath.json +281 -281
  71. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  72. package/build/contracts/NonClosableOutflowTestApp.json +1502 -1502
  73. package/build/contracts/Ownable.json +1 -1
  74. package/build/contracts/Pausable.json +1 -1
  75. package/build/contracts/Proxy.json +1 -1
  76. package/build/contracts/PureSuperToken.json +106 -106
  77. package/build/contracts/Resolver.json +98 -98
  78. package/build/contracts/SETHProxy.json +224 -224
  79. package/build/contracts/SafeCast.json +1 -1
  80. package/build/contracts/SafeERC20.json +1 -1
  81. package/build/contracts/SafeMath.json +1 -1
  82. package/build/contracts/SelfDeletingFlowTestApp.json +1501 -1501
  83. package/build/contracts/SlotsBitmapLibrary.json +441 -441
  84. package/build/contracts/Strings.json +1 -1
  85. package/build/contracts/SuperAppBase.json +42 -42
  86. package/build/contracts/SuperAppDefinitions.json +599 -599
  87. package/build/contracts/SuperToken.json +2350 -2350
  88. package/build/contracts/SuperTokenFactory.json +731 -731
  89. package/build/contracts/SuperTokenFactoryBase.json +721 -721
  90. package/build/contracts/SuperTokenFactoryHelper.json +724 -724
  91. package/build/contracts/SuperUpgrader.json +437 -437
  92. package/build/contracts/Superfluid.json +9812 -10169
  93. package/build/contracts/SuperfluidFrameworkDeployer.json +490 -490
  94. package/build/contracts/SuperfluidGovernanceBase.json +1769 -2087
  95. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  96. package/build/contracts/SuperfluidGovernanceII.json +2015 -2265
  97. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  98. package/build/contracts/SuperfluidLoader.json +207 -207
  99. package/build/contracts/SuperfluidToken.json +1345 -1345
  100. package/build/contracts/TOGA.json +1448 -1448
  101. package/build/contracts/TestGovernance.json +2192 -2442
  102. package/build/contracts/TestToken.json +94 -94
  103. package/build/contracts/TokenCustodian.json +214 -214
  104. package/build/contracts/TokenInfo.json +32 -32
  105. package/build/contracts/UInt128SafeMath.json +97 -97
  106. package/build/contracts/UUPSProxiable.json +132 -132
  107. package/build/contracts/UUPSProxy.json +81 -81
  108. package/build/contracts/UUPSUtils.json +37 -37
  109. package/build/contracts-sizes.txt +2 -2
  110. package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
  111. package/contracts/mocks/SuperfluidMock.sol +2 -2
  112. package/contracts/superfluid/Superfluid.sol +5 -10
  113. package/package.json +1 -1
  114. package/scripts/gov-create-new-app-registration-key.js +26 -3
@@ -18,25 +18,25 @@
18
18
  5944
19
19
  ],
20
20
  "ContextDefinitions": [
21
- 17720
21
+ 17698
22
22
  ],
23
23
  "ISuperApp": [
24
- 18085
24
+ 18063
25
25
  ],
26
26
  "ISuperfluid": [
27
- 19024
27
+ 19002
28
28
  ],
29
29
  "ISuperfluidGovernance": [
30
- 19147
30
+ 19125
31
31
  ],
32
32
  "ISuperfluidToken": [
33
- 19421
33
+ 19399
34
34
  ],
35
35
  "SafeCast": [
36
36
  4435
37
37
  ],
38
38
  "SuperAppDefinitions": [
39
- 17644
39
+ 17622
40
40
  ]
41
41
  },
42
42
  "id": 5945,
@@ -60,7 +60,7 @@
60
60
  "nameLocation": "-1:-1:-1",
61
61
  "nodeType": "ImportDirective",
62
62
  "scope": 5945,
63
- "sourceUnit": 19025,
63
+ "sourceUnit": 19003,
64
64
  "src": "60:188:35",
65
65
  "symbolAliases": [
66
66
  {
@@ -69,7 +69,7 @@
69
69
  "name": "ISuperfluidGovernance",
70
70
  "nodeType": "Identifier",
71
71
  "overloadedDeclarations": [],
72
- "referencedDeclaration": 19147,
72
+ "referencedDeclaration": 19125,
73
73
  "src": "73:21:35",
74
74
  "typeDescriptions": {}
75
75
  },
@@ -81,7 +81,7 @@
81
81
  "name": "ISuperfluid",
82
82
  "nodeType": "Identifier",
83
83
  "overloadedDeclarations": [],
84
- "referencedDeclaration": 19024,
84
+ "referencedDeclaration": 19002,
85
85
  "src": "100:11:35",
86
86
  "typeDescriptions": {}
87
87
  },
@@ -93,7 +93,7 @@
93
93
  "name": "ISuperfluidToken",
94
94
  "nodeType": "Identifier",
95
95
  "overloadedDeclarations": [],
96
- "referencedDeclaration": 19421,
96
+ "referencedDeclaration": 19399,
97
97
  "src": "117:16:35",
98
98
  "typeDescriptions": {}
99
99
  },
@@ -105,7 +105,7 @@
105
105
  "name": "ISuperApp",
106
106
  "nodeType": "Identifier",
107
107
  "overloadedDeclarations": [],
108
- "referencedDeclaration": 18085,
108
+ "referencedDeclaration": 18063,
109
109
  "src": "139:9:35",
110
110
  "typeDescriptions": {}
111
111
  },
@@ -117,7 +117,7 @@
117
117
  "name": "SuperAppDefinitions",
118
118
  "nodeType": "Identifier",
119
119
  "overloadedDeclarations": [],
120
- "referencedDeclaration": 17644,
120
+ "referencedDeclaration": 17622,
121
121
  "src": "154:19:35",
122
122
  "typeDescriptions": {}
123
123
  },
@@ -129,7 +129,7 @@
129
129
  "name": "ContextDefinitions",
130
130
  "nodeType": "Identifier",
131
131
  "overloadedDeclarations": [],
132
- "referencedDeclaration": 17720,
132
+ "referencedDeclaration": 17698,
133
133
  "src": "179:18:35",
134
134
  "typeDescriptions": {}
135
135
  },
@@ -145,7 +145,7 @@
145
145
  "nameLocation": "-1:-1:-1",
146
146
  "nodeType": "ImportDirective",
147
147
  "scope": 5945,
148
- "sourceUnit": 19422,
148
+ "sourceUnit": 19400,
149
149
  "src": "249:81:35",
150
150
  "symbolAliases": [
151
151
  {
@@ -154,7 +154,7 @@
154
154
  "name": "ISuperfluidToken",
155
155
  "nodeType": "Identifier",
156
156
  "overloadedDeclarations": [],
157
- "referencedDeclaration": 19421,
157
+ "referencedDeclaration": 19399,
158
158
  "src": "258:16:35",
159
159
  "typeDescriptions": {}
160
160
  },
@@ -286,7 +286,7 @@
286
286
  "referencedDeclaration": 5426,
287
287
  "src": "1174:5:35",
288
288
  "typeDescriptions": {
289
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
289
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
290
290
  "typeString": "contract ISuperfluidToken"
291
291
  }
292
292
  },
@@ -297,7 +297,7 @@
297
297
  "lValueRequested": false,
298
298
  "memberName": "getHost",
299
299
  "nodeType": "MemberAccess",
300
- "referencedDeclaration": 19158,
300
+ "referencedDeclaration": 19136,
301
301
  "src": "1174:13:35",
302
302
  "typeDescriptions": {
303
303
  "typeIdentifier": "t_function_external_view$__$returns$_t_address_$",
@@ -479,10 +479,10 @@
479
479
  "name": "ISuperfluid",
480
480
  "nodeType": "Identifier",
481
481
  "overloadedDeclarations": [],
482
- "referencedDeclaration": 19024,
482
+ "referencedDeclaration": 19002,
483
483
  "src": "1243:11:35",
484
484
  "typeDescriptions": {
485
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19024_$",
485
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19002_$",
486
486
  "typeString": "type(contract ISuperfluid)"
487
487
  }
488
488
  },
@@ -497,7 +497,7 @@
497
497
  "src": "1243:23:35",
498
498
  "tryCall": false,
499
499
  "typeDescriptions": {
500
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
500
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
501
501
  "typeString": "contract ISuperfluid"
502
502
  }
503
503
  },
@@ -508,7 +508,7 @@
508
508
  "lValueRequested": false,
509
509
  "memberName": "isCtxValid",
510
510
  "nodeType": "MemberAccess",
511
- "referencedDeclaration": 19000,
511
+ "referencedDeclaration": 18978,
512
512
  "src": "1243:34:35",
513
513
  "typeDescriptions": {
514
514
  "typeIdentifier": "t_function_external_view$_t_bytes_memory_ptr_$returns$_t_bool_$",
@@ -654,10 +654,10 @@
654
654
  "name": "ISuperfluid",
655
655
  "nodeType": "Identifier",
656
656
  "overloadedDeclarations": [],
657
- "referencedDeclaration": 19024,
657
+ "referencedDeclaration": 19002,
658
658
  "src": "1315:11:35",
659
659
  "typeDescriptions": {
660
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19024_$",
660
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19002_$",
661
661
  "typeString": "type(contract ISuperfluid)"
662
662
  }
663
663
  },
@@ -672,7 +672,7 @@
672
672
  "src": "1315:23:35",
673
673
  "tryCall": false,
674
674
  "typeDescriptions": {
675
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
675
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
676
676
  "typeString": "contract ISuperfluid"
677
677
  }
678
678
  },
@@ -683,10 +683,10 @@
683
683
  "lValueRequested": false,
684
684
  "memberName": "decodeCtx",
685
685
  "nodeType": "MemberAccess",
686
- "referencedDeclaration": 18993,
686
+ "referencedDeclaration": 18971,
687
687
  "src": "1315:33:35",
688
688
  "typeDescriptions": {
689
- "typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18957_memory_ptr_$",
689
+ "typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$",
690
690
  "typeString": "function (bytes memory) pure external returns (struct ISuperfluid.Context memory)"
691
691
  }
692
692
  },
@@ -701,7 +701,7 @@
701
701
  "src": "1315:38:35",
702
702
  "tryCall": false,
703
703
  "typeDescriptions": {
704
- "typeIdentifier": "t_struct$_Context_$18957_memory_ptr",
704
+ "typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
705
705
  "typeString": "struct ISuperfluid.Context memory"
706
706
  }
707
707
  },
@@ -741,7 +741,7 @@
741
741
  "stateVariable": false,
742
742
  "storageLocation": "default",
743
743
  "typeDescriptions": {
744
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
744
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
745
745
  "typeString": "contract ISuperfluidToken"
746
746
  },
747
747
  "typeName": {
@@ -751,13 +751,13 @@
751
751
  "id": 5424,
752
752
  "name": "ISuperfluidToken",
753
753
  "nodeType": "IdentifierPath",
754
- "referencedDeclaration": 19421,
754
+ "referencedDeclaration": 19399,
755
755
  "src": "1043:16:35"
756
756
  },
757
- "referencedDeclaration": 19421,
757
+ "referencedDeclaration": 19399,
758
758
  "src": "1043:16:35",
759
759
  "typeDescriptions": {
760
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
760
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
761
761
  "typeString": "contract ISuperfluidToken"
762
762
  }
763
763
  },
@@ -809,7 +809,7 @@
809
809
  "stateVariable": false,
810
810
  "storageLocation": "memory",
811
811
  "typeDescriptions": {
812
- "typeIdentifier": "t_struct$_Context_$18957_memory_ptr",
812
+ "typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
813
813
  "typeString": "struct ISuperfluid.Context"
814
814
  },
815
815
  "typeName": {
@@ -819,13 +819,13 @@
819
819
  "id": 5430,
820
820
  "name": "ISuperfluid.Context",
821
821
  "nodeType": "IdentifierPath",
822
- "referencedDeclaration": 18957,
822
+ "referencedDeclaration": 18935,
823
823
  "src": "1124:19:35"
824
824
  },
825
- "referencedDeclaration": 18957,
825
+ "referencedDeclaration": 18935,
826
826
  "src": "1124:19:35",
827
827
  "typeDescriptions": {
828
- "typeIdentifier": "t_struct$_Context_$18957_storage_ptr",
828
+ "typeIdentifier": "t_struct$_Context_$18935_storage_ptr",
829
829
  "typeString": "struct ISuperfluid.Context"
830
830
  }
831
831
  },
@@ -856,7 +856,7 @@
856
856
  "stateVariable": false,
857
857
  "storageLocation": "default",
858
858
  "typeDescriptions": {
859
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
859
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
860
860
  "typeString": "contract ISuperfluidToken"
861
861
  },
862
862
  "typeName": {
@@ -866,13 +866,13 @@
866
866
  "id": 5465,
867
867
  "name": "ISuperfluidToken",
868
868
  "nodeType": "IdentifierPath",
869
- "referencedDeclaration": 19421,
869
+ "referencedDeclaration": 19399,
870
870
  "src": "1593:16:35"
871
871
  },
872
- "referencedDeclaration": 19421,
872
+ "referencedDeclaration": 19399,
873
873
  "src": "1593:16:35",
874
874
  "typeDescriptions": {
875
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
875
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
876
876
  "typeString": "contract ISuperfluidToken"
877
877
  }
878
878
  },
@@ -1085,7 +1085,7 @@
1085
1085
  "referencedDeclaration": 5467,
1086
1086
  "src": "2045:12:35",
1087
1087
  "typeDescriptions": {
1088
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1088
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1089
1089
  "typeString": "contract ISuperfluidToken"
1090
1090
  }
1091
1091
  },
@@ -1099,13 +1099,13 @@
1099
1099
  "referencedDeclaration": 5483,
1100
1100
  "src": "2060:5:35",
1101
1101
  "typeDescriptions": {
1102
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1102
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1103
1103
  "typeString": "contract ISuperfluidToken"
1104
1104
  }
1105
1105
  },
1106
1106
  "src": "2045:20:35",
1107
1107
  "typeDescriptions": {
1108
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1108
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1109
1109
  "typeString": "contract ISuperfluidToken"
1110
1110
  }
1111
1111
  },
@@ -1312,7 +1312,7 @@
1312
1312
  "stateVariable": false,
1313
1313
  "storageLocation": "default",
1314
1314
  "typeDescriptions": {
1315
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1315
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1316
1316
  "typeString": "contract ISuperfluidToken"
1317
1317
  },
1318
1318
  "typeName": {
@@ -1322,13 +1322,13 @@
1322
1322
  "id": 5481,
1323
1323
  "name": "ISuperfluidToken",
1324
1324
  "nodeType": "IdentifierPath",
1325
- "referencedDeclaration": 19421,
1325
+ "referencedDeclaration": 19399,
1326
1326
  "src": "1845:16:35"
1327
1327
  },
1328
- "referencedDeclaration": 19421,
1328
+ "referencedDeclaration": 19399,
1329
1329
  "src": "1845:16:35",
1330
1330
  "typeDescriptions": {
1331
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1331
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1332
1332
  "typeString": "contract ISuperfluidToken"
1333
1333
  }
1334
1334
  },
@@ -1687,10 +1687,10 @@
1687
1687
  "name": "ISuperApp",
1688
1688
  "nodeType": "Identifier",
1689
1689
  "overloadedDeclarations": [],
1690
- "referencedDeclaration": 18085,
1690
+ "referencedDeclaration": 18063,
1691
1691
  "src": "2517:9:35",
1692
1692
  "typeDescriptions": {
1693
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18085_$",
1693
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18063_$",
1694
1694
  "typeString": "type(contract ISuperApp)"
1695
1695
  }
1696
1696
  },
@@ -1705,7 +1705,7 @@
1705
1705
  "src": "2517:25:35",
1706
1706
  "tryCall": false,
1707
1707
  "typeDescriptions": {
1708
- "typeIdentifier": "t_contract$_ISuperApp_$18085",
1708
+ "typeIdentifier": "t_contract$_ISuperApp_$18063",
1709
1709
  "typeString": "contract ISuperApp"
1710
1710
  }
1711
1711
  }
@@ -1713,7 +1713,7 @@
1713
1713
  "expression": {
1714
1714
  "argumentTypes": [
1715
1715
  {
1716
- "typeIdentifier": "t_contract$_ISuperApp_$18085",
1716
+ "typeIdentifier": "t_contract$_ISuperApp_$18063",
1717
1717
  "typeString": "contract ISuperApp"
1718
1718
  }
1719
1719
  ],
@@ -1757,10 +1757,10 @@
1757
1757
  "name": "ISuperfluid",
1758
1758
  "nodeType": "Identifier",
1759
1759
  "overloadedDeclarations": [],
1760
- "referencedDeclaration": 19024,
1760
+ "referencedDeclaration": 19002,
1761
1761
  "src": "2478:11:35",
1762
1762
  "typeDescriptions": {
1763
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19024_$",
1763
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19002_$",
1764
1764
  "typeString": "type(contract ISuperfluid)"
1765
1765
  }
1766
1766
  },
@@ -1775,7 +1775,7 @@
1775
1775
  "src": "2478:23:35",
1776
1776
  "tryCall": false,
1777
1777
  "typeDescriptions": {
1778
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
1778
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
1779
1779
  "typeString": "contract ISuperfluid"
1780
1780
  }
1781
1781
  },
@@ -1786,10 +1786,10 @@
1786
1786
  "lValueRequested": false,
1787
1787
  "memberName": "getAppManifest",
1788
1788
  "nodeType": "MemberAccess",
1789
- "referencedDeclaration": 18790,
1789
+ "referencedDeclaration": 18768,
1790
1790
  "src": "2478:38:35",
1791
1791
  "typeDescriptions": {
1792
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$18085_$returns$_t_bool_$_t_bool_$_t_uint256_$",
1792
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$18063_$returns$_t_bool_$_t_bool_$_t_uint256_$",
1793
1793
  "typeString": "function (contract ISuperApp) view external returns (bool,bool,uint256)"
1794
1794
  }
1795
1795
  },
@@ -2223,7 +2223,7 @@
2223
2223
  "referencedDeclaration": 5467,
2224
2224
  "src": "2845:12:35",
2225
2225
  "typeDescriptions": {
2226
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
2226
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2227
2227
  "typeString": "contract ISuperfluidToken"
2228
2228
  }
2229
2229
  },
@@ -2408,7 +2408,7 @@
2408
2408
  "typeString": "bytes4"
2409
2409
  },
2410
2410
  {
2411
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
2411
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2412
2412
  "typeString": "contract ISuperfluidToken"
2413
2413
  },
2414
2414
  {
@@ -2535,10 +2535,10 @@
2535
2535
  "name": "ISuperApp",
2536
2536
  "nodeType": "Identifier",
2537
2537
  "overloadedDeclarations": [],
2538
- "referencedDeclaration": 18085,
2538
+ "referencedDeclaration": 18063,
2539
2539
  "src": "3160:9:35",
2540
2540
  "typeDescriptions": {
2541
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18085_$",
2541
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18063_$",
2542
2542
  "typeString": "type(contract ISuperApp)"
2543
2543
  }
2544
2544
  },
@@ -2553,7 +2553,7 @@
2553
2553
  "src": "3160:25:35",
2554
2554
  "tryCall": false,
2555
2555
  "typeDescriptions": {
2556
- "typeIdentifier": "t_contract$_ISuperApp_$18085",
2556
+ "typeIdentifier": "t_contract$_ISuperApp_$18063",
2557
2557
  "typeString": "contract ISuperApp"
2558
2558
  }
2559
2559
  },
@@ -2614,10 +2614,10 @@
2614
2614
  "name": "SuperAppDefinitions",
2615
2615
  "nodeType": "Identifier",
2616
2616
  "overloadedDeclarations": [],
2617
- "referencedDeclaration": 17644,
2617
+ "referencedDeclaration": 17622,
2618
2618
  "src": "3255:19:35",
2619
2619
  "typeDescriptions": {
2620
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17644_$",
2620
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
2621
2621
  "typeString": "type(library SuperAppDefinitions)"
2622
2622
  }
2623
2623
  },
@@ -2628,7 +2628,7 @@
2628
2628
  "lValueRequested": false,
2629
2629
  "memberName": "BEFORE_AGREEMENT_TERMINATED_NOOP",
2630
2630
  "nodeType": "MemberAccess",
2631
- "referencedDeclaration": 17578,
2631
+ "referencedDeclaration": 17556,
2632
2632
  "src": "3255:52:35",
2633
2633
  "typeDescriptions": {
2634
2634
  "typeIdentifier": "t_uint256",
@@ -2657,7 +2657,7 @@
2657
2657
  "expression": {
2658
2658
  "argumentTypes": [
2659
2659
  {
2660
- "typeIdentifier": "t_contract$_ISuperApp_$18085",
2660
+ "typeIdentifier": "t_contract$_ISuperApp_$18063",
2661
2661
  "typeString": "contract ISuperApp"
2662
2662
  },
2663
2663
  {
@@ -2713,10 +2713,10 @@
2713
2713
  "name": "ISuperfluid",
2714
2714
  "nodeType": "Identifier",
2715
2715
  "overloadedDeclarations": [],
2716
- "referencedDeclaration": 19024,
2716
+ "referencedDeclaration": 19002,
2717
2717
  "src": "3093:11:35",
2718
2718
  "typeDescriptions": {
2719
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19024_$",
2719
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19002_$",
2720
2720
  "typeString": "type(contract ISuperfluid)"
2721
2721
  }
2722
2722
  },
@@ -2731,7 +2731,7 @@
2731
2731
  "src": "3093:23:35",
2732
2732
  "tryCall": false,
2733
2733
  "typeDescriptions": {
2734
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
2734
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
2735
2735
  "typeString": "contract ISuperfluid"
2736
2736
  }
2737
2737
  },
@@ -2742,10 +2742,10 @@
2742
2742
  "lValueRequested": false,
2743
2743
  "memberName": "callAppBeforeCallback",
2744
2744
  "nodeType": "MemberAccess",
2745
- "referencedDeclaration": 18833,
2745
+ "referencedDeclaration": 18811,
2746
2746
  "src": "3093:45:35",
2747
2747
  "typeDescriptions": {
2748
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$18085_$_t_bytes_memory_ptr_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2748
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$18063_$_t_bytes_memory_ptr_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2749
2749
  "typeString": "function (contract ISuperApp,bytes memory,bool,bytes memory) external returns (bytes memory)"
2750
2750
  }
2751
2751
  },
@@ -3191,10 +3191,10 @@
3191
3191
  "name": "ISuperApp",
3192
3192
  "nodeType": "Identifier",
3193
3193
  "overloadedDeclarations": [],
3194
- "referencedDeclaration": 18085,
3194
+ "referencedDeclaration": 18063,
3195
3195
  "src": "3921:9:35",
3196
3196
  "typeDescriptions": {
3197
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18085_$",
3197
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18063_$",
3198
3198
  "typeString": "type(contract ISuperApp)"
3199
3199
  }
3200
3200
  },
@@ -3209,7 +3209,7 @@
3209
3209
  "src": "3921:25:35",
3210
3210
  "tryCall": false,
3211
3211
  "typeDescriptions": {
3212
- "typeIdentifier": "t_contract$_ISuperApp_$18085",
3212
+ "typeIdentifier": "t_contract$_ISuperApp_$18063",
3213
3213
  "typeString": "contract ISuperApp"
3214
3214
  }
3215
3215
  }
@@ -3217,7 +3217,7 @@
3217
3217
  "expression": {
3218
3218
  "argumentTypes": [
3219
3219
  {
3220
- "typeIdentifier": "t_contract$_ISuperApp_$18085",
3220
+ "typeIdentifier": "t_contract$_ISuperApp_$18063",
3221
3221
  "typeString": "contract ISuperApp"
3222
3222
  }
3223
3223
  ],
@@ -3261,10 +3261,10 @@
3261
3261
  "name": "ISuperfluid",
3262
3262
  "nodeType": "Identifier",
3263
3263
  "overloadedDeclarations": [],
3264
- "referencedDeclaration": 19024,
3264
+ "referencedDeclaration": 19002,
3265
3265
  "src": "3882:11:35",
3266
3266
  "typeDescriptions": {
3267
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19024_$",
3267
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19002_$",
3268
3268
  "typeString": "type(contract ISuperfluid)"
3269
3269
  }
3270
3270
  },
@@ -3279,7 +3279,7 @@
3279
3279
  "src": "3882:23:35",
3280
3280
  "tryCall": false,
3281
3281
  "typeDescriptions": {
3282
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
3282
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
3283
3283
  "typeString": "contract ISuperfluid"
3284
3284
  }
3285
3285
  },
@@ -3290,10 +3290,10 @@
3290
3290
  "lValueRequested": false,
3291
3291
  "memberName": "getAppManifest",
3292
3292
  "nodeType": "MemberAccess",
3293
- "referencedDeclaration": 18790,
3293
+ "referencedDeclaration": 18768,
3294
3294
  "src": "3882:38:35",
3295
3295
  "typeDescriptions": {
3296
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$18085_$returns$_t_bool_$_t_bool_$_t_uint256_$",
3296
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$18063_$returns$_t_bool_$_t_bool_$_t_uint256_$",
3297
3297
  "typeString": "function (contract ISuperApp) view external returns (bool,bool,uint256)"
3298
3298
  }
3299
3299
  },
@@ -3764,7 +3764,7 @@
3764
3764
  "referencedDeclaration": 5467,
3765
3765
  "src": "4262:12:35",
3766
3766
  "typeDescriptions": {
3767
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
3767
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3768
3768
  "typeString": "contract ISuperfluidToken"
3769
3769
  }
3770
3770
  },
@@ -3961,7 +3961,7 @@
3961
3961
  "typeString": "bytes4"
3962
3962
  },
3963
3963
  {
3964
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
3964
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3965
3965
  "typeString": "contract ISuperfluidToken"
3966
3966
  },
3967
3967
  {
@@ -4092,10 +4092,10 @@
4092
4092
  "name": "ISuperApp",
4093
4093
  "nodeType": "Identifier",
4094
4094
  "overloadedDeclarations": [],
4095
- "referencedDeclaration": 18085,
4095
+ "referencedDeclaration": 18063,
4096
4096
  "src": "4604:9:35",
4097
4097
  "typeDescriptions": {
4098
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18085_$",
4098
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18063_$",
4099
4099
  "typeString": "type(contract ISuperApp)"
4100
4100
  }
4101
4101
  },
@@ -4110,7 +4110,7 @@
4110
4110
  "src": "4604:25:35",
4111
4111
  "tryCall": false,
4112
4112
  "typeDescriptions": {
4113
- "typeIdentifier": "t_contract$_ISuperApp_$18085",
4113
+ "typeIdentifier": "t_contract$_ISuperApp_$18063",
4114
4114
  "typeString": "contract ISuperApp"
4115
4115
  }
4116
4116
  },
@@ -4171,10 +4171,10 @@
4171
4171
  "name": "SuperAppDefinitions",
4172
4172
  "nodeType": "Identifier",
4173
4173
  "overloadedDeclarations": [],
4174
- "referencedDeclaration": 17644,
4174
+ "referencedDeclaration": 17622,
4175
4175
  "src": "4699:19:35",
4176
4176
  "typeDescriptions": {
4177
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17644_$",
4177
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
4178
4178
  "typeString": "type(library SuperAppDefinitions)"
4179
4179
  }
4180
4180
  },
@@ -4185,7 +4185,7 @@
4185
4185
  "lValueRequested": false,
4186
4186
  "memberName": "AFTER_AGREEMENT_TERMINATED_NOOP",
4187
4187
  "nodeType": "MemberAccess",
4188
- "referencedDeclaration": 17586,
4188
+ "referencedDeclaration": 17564,
4189
4189
  "src": "4699:51:35",
4190
4190
  "typeDescriptions": {
4191
4191
  "typeIdentifier": "t_uint256",
@@ -4214,7 +4214,7 @@
4214
4214
  "expression": {
4215
4215
  "argumentTypes": [
4216
4216
  {
4217
- "typeIdentifier": "t_contract$_ISuperApp_$18085",
4217
+ "typeIdentifier": "t_contract$_ISuperApp_$18063",
4218
4218
  "typeString": "contract ISuperApp"
4219
4219
  },
4220
4220
  {
@@ -4270,10 +4270,10 @@
4270
4270
  "name": "ISuperfluid",
4271
4271
  "nodeType": "Identifier",
4272
4272
  "overloadedDeclarations": [],
4273
- "referencedDeclaration": 19024,
4273
+ "referencedDeclaration": 19002,
4274
4274
  "src": "4538:11:35",
4275
4275
  "typeDescriptions": {
4276
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19024_$",
4276
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19002_$",
4277
4277
  "typeString": "type(contract ISuperfluid)"
4278
4278
  }
4279
4279
  },
@@ -4288,7 +4288,7 @@
4288
4288
  "src": "4538:23:35",
4289
4289
  "tryCall": false,
4290
4290
  "typeDescriptions": {
4291
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
4291
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
4292
4292
  "typeString": "contract ISuperfluid"
4293
4293
  }
4294
4294
  },
@@ -4299,10 +4299,10 @@
4299
4299
  "lValueRequested": false,
4300
4300
  "memberName": "callAppAfterCallback",
4301
4301
  "nodeType": "MemberAccess",
4302
- "referencedDeclaration": 18848,
4302
+ "referencedDeclaration": 18826,
4303
4303
  "src": "4538:44:35",
4304
4304
  "typeDescriptions": {
4305
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$18085_$_t_bytes_memory_ptr_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4305
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$18063_$_t_bytes_memory_ptr_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4306
4306
  "typeString": "function (contract ISuperApp,bytes memory,bool,bytes memory) external returns (bytes memory)"
4307
4307
  }
4308
4308
  },
@@ -4346,7 +4346,7 @@
4346
4346
  "referencedDeclaration": 5638,
4347
4347
  "src": "4798:10:35",
4348
4348
  "typeDescriptions": {
4349
- "typeIdentifier": "t_struct$_Context_$18957_memory_ptr",
4349
+ "typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
4350
4350
  "typeString": "struct ISuperfluid.Context memory"
4351
4351
  }
4352
4352
  },
@@ -4414,10 +4414,10 @@
4414
4414
  "name": "ISuperfluid",
4415
4415
  "nodeType": "Identifier",
4416
4416
  "overloadedDeclarations": [],
4417
- "referencedDeclaration": 19024,
4417
+ "referencedDeclaration": 19002,
4418
4418
  "src": "4811:11:35",
4419
4419
  "typeDescriptions": {
4420
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19024_$",
4420
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19002_$",
4421
4421
  "typeString": "type(contract ISuperfluid)"
4422
4422
  }
4423
4423
  },
@@ -4432,7 +4432,7 @@
4432
4432
  "src": "4811:23:35",
4433
4433
  "tryCall": false,
4434
4434
  "typeDescriptions": {
4435
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
4435
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
4436
4436
  "typeString": "contract ISuperfluid"
4437
4437
  }
4438
4438
  },
@@ -4443,10 +4443,10 @@
4443
4443
  "lValueRequested": false,
4444
4444
  "memberName": "decodeCtx",
4445
4445
  "nodeType": "MemberAccess",
4446
- "referencedDeclaration": 18993,
4446
+ "referencedDeclaration": 18971,
4447
4447
  "src": "4811:33:35",
4448
4448
  "typeDescriptions": {
4449
- "typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18957_memory_ptr_$",
4449
+ "typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$18935_memory_ptr_$",
4450
4450
  "typeString": "function (bytes memory) pure external returns (struct ISuperfluid.Context memory)"
4451
4451
  }
4452
4452
  },
@@ -4461,13 +4461,13 @@
4461
4461
  "src": "4811:41:35",
4462
4462
  "tryCall": false,
4463
4463
  "typeDescriptions": {
4464
- "typeIdentifier": "t_struct$_Context_$18957_memory_ptr",
4464
+ "typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
4465
4465
  "typeString": "struct ISuperfluid.Context memory"
4466
4466
  }
4467
4467
  },
4468
4468
  "src": "4798:54:35",
4469
4469
  "typeDescriptions": {
4470
- "typeIdentifier": "t_struct$_Context_$18957_memory_ptr",
4470
+ "typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
4471
4471
  "typeString": "struct ISuperfluid.Context memory"
4472
4472
  }
4473
4473
  },
@@ -4491,7 +4491,7 @@
4491
4491
  "referencedDeclaration": 5638,
4492
4492
  "src": "4967:10:35",
4493
4493
  "typeDescriptions": {
4494
- "typeIdentifier": "t_struct$_Context_$18957_memory_ptr",
4494
+ "typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
4495
4495
  "typeString": "struct ISuperfluid.Context memory"
4496
4496
  }
4497
4497
  },
@@ -4502,7 +4502,7 @@
4502
4502
  "lValueRequested": true,
4503
4503
  "memberName": "appAllowanceUsed",
4504
4504
  "nodeType": "MemberAccess",
4505
- "referencedDeclaration": 18951,
4505
+ "referencedDeclaration": 18929,
4506
4506
  "src": "4967:27:35",
4507
4507
  "typeDescriptions": {
4508
4508
  "typeIdentifier": "t_int256",
@@ -4606,7 +4606,7 @@
4606
4606
  "referencedDeclaration": 5638,
4607
4607
  "src": "5092:10:35",
4608
4608
  "typeDescriptions": {
4609
- "typeIdentifier": "t_struct$_Context_$18957_memory_ptr",
4609
+ "typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
4610
4610
  "typeString": "struct ISuperfluid.Context memory"
4611
4611
  }
4612
4612
  },
@@ -4617,7 +4617,7 @@
4617
4617
  "lValueRequested": false,
4618
4618
  "memberName": "appAllowanceWanted",
4619
4619
  "nodeType": "MemberAccess",
4620
- "referencedDeclaration": 18949,
4620
+ "referencedDeclaration": 18927,
4621
4621
  "src": "5092:29:35",
4622
4622
  "typeDescriptions": {
4623
4623
  "typeIdentifier": "t_uint256",
@@ -4662,7 +4662,7 @@
4662
4662
  "referencedDeclaration": 5638,
4663
4663
  "src": "5134:10:35",
4664
4664
  "typeDescriptions": {
4665
- "typeIdentifier": "t_struct$_Context_$18957_memory_ptr",
4665
+ "typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
4666
4666
  "typeString": "struct ISuperfluid.Context memory"
4667
4667
  }
4668
4668
  },
@@ -4673,7 +4673,7 @@
4673
4673
  "lValueRequested": false,
4674
4674
  "memberName": "appAllowanceUsed",
4675
4675
  "nodeType": "MemberAccess",
4676
- "referencedDeclaration": 18951,
4676
+ "referencedDeclaration": 18929,
4677
4677
  "src": "5134:27:35",
4678
4678
  "typeDescriptions": {
4679
4679
  "typeIdentifier": "t_int256",
@@ -4857,7 +4857,7 @@
4857
4857
  "referencedDeclaration": 5638,
4858
4858
  "src": "5337:10:35",
4859
4859
  "typeDescriptions": {
4860
- "typeIdentifier": "t_struct$_Context_$18957_memory_ptr",
4860
+ "typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
4861
4861
  "typeString": "struct ISuperfluid.Context memory"
4862
4862
  }
4863
4863
  },
@@ -4868,7 +4868,7 @@
4868
4868
  "lValueRequested": false,
4869
4869
  "memberName": "appAllowanceUsed",
4870
4870
  "nodeType": "MemberAccess",
4871
- "referencedDeclaration": 18951,
4871
+ "referencedDeclaration": 18929,
4872
4872
  "src": "5337:27:35",
4873
4873
  "typeDescriptions": {
4874
4874
  "typeIdentifier": "t_int256",
@@ -5046,7 +5046,7 @@
5046
5046
  "stateVariable": false,
5047
5047
  "storageLocation": "memory",
5048
5048
  "typeDescriptions": {
5049
- "typeIdentifier": "t_struct$_Context_$18957_memory_ptr",
5049
+ "typeIdentifier": "t_struct$_Context_$18935_memory_ptr",
5050
5050
  "typeString": "struct ISuperfluid.Context"
5051
5051
  },
5052
5052
  "typeName": {
@@ -5056,13 +5056,13 @@
5056
5056
  "id": 5636,
5057
5057
  "name": "ISuperfluid.Context",
5058
5058
  "nodeType": "IdentifierPath",
5059
- "referencedDeclaration": 18957,
5059
+ "referencedDeclaration": 18935,
5060
5060
  "src": "3699:19:35"
5061
5061
  },
5062
- "referencedDeclaration": 18957,
5062
+ "referencedDeclaration": 18935,
5063
5063
  "src": "3699:19:35",
5064
5064
  "typeDescriptions": {
5065
- "typeIdentifier": "t_struct$_Context_$18957_storage_ptr",
5065
+ "typeIdentifier": "t_struct$_Context_$18935_storage_ptr",
5066
5066
  "typeString": "struct ISuperfluid.Context"
5067
5067
  }
5068
5068
  },
@@ -5141,10 +5141,10 @@
5141
5141
  "name": "SuperAppDefinitions",
5142
5142
  "nodeType": "Identifier",
5143
5143
  "overloadedDeclarations": [],
5144
- "referencedDeclaration": 17644,
5144
+ "referencedDeclaration": 17622,
5145
5145
  "src": "5519:19:35",
5146
5146
  "typeDescriptions": {
5147
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17644_$",
5147
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
5148
5148
  "typeString": "type(library SuperAppDefinitions)"
5149
5149
  }
5150
5150
  },
@@ -5155,7 +5155,7 @@
5155
5155
  "lValueRequested": false,
5156
5156
  "memberName": "BEFORE_AGREEMENT_CREATED_NOOP",
5157
5157
  "nodeType": "MemberAccess",
5158
- "referencedDeclaration": 17546,
5158
+ "referencedDeclaration": 17524,
5159
5159
  "src": "5519:49:35",
5160
5160
  "typeDescriptions": {
5161
5161
  "typeIdentifier": "t_uint256",
@@ -5199,10 +5199,10 @@
5199
5199
  "name": "SuperAppDefinitions",
5200
5200
  "nodeType": "Identifier",
5201
5201
  "overloadedDeclarations": [],
5202
- "referencedDeclaration": 17644,
5202
+ "referencedDeclaration": 17622,
5203
5203
  "src": "5664:19:35",
5204
5204
  "typeDescriptions": {
5205
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17644_$",
5205
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
5206
5206
  "typeString": "type(library SuperAppDefinitions)"
5207
5207
  }
5208
5208
  },
@@ -5213,7 +5213,7 @@
5213
5213
  "lValueRequested": false,
5214
5214
  "memberName": "BEFORE_AGREEMENT_UPDATED_NOOP",
5215
5215
  "nodeType": "MemberAccess",
5216
- "referencedDeclaration": 17562,
5216
+ "referencedDeclaration": 17540,
5217
5217
  "src": "5664:49:35",
5218
5218
  "typeDescriptions": {
5219
5219
  "typeIdentifier": "t_uint256",
@@ -5257,10 +5257,10 @@
5257
5257
  "name": "SuperAppDefinitions",
5258
5258
  "nodeType": "Identifier",
5259
5259
  "overloadedDeclarations": [],
5260
- "referencedDeclaration": 17644,
5260
+ "referencedDeclaration": 17622,
5261
5261
  "src": "5809:19:35",
5262
5262
  "typeDescriptions": {
5263
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17644_$",
5263
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
5264
5264
  "typeString": "type(library SuperAppDefinitions)"
5265
5265
  }
5266
5266
  },
@@ -5271,7 +5271,7 @@
5271
5271
  "lValueRequested": false,
5272
5272
  "memberName": "BEFORE_AGREEMENT_TERMINATED_NOOP",
5273
5273
  "nodeType": "MemberAccess",
5274
- "referencedDeclaration": 17578,
5274
+ "referencedDeclaration": 17556,
5275
5275
  "src": "5809:52:35",
5276
5276
  "typeDescriptions": {
5277
5277
  "typeIdentifier": "t_uint256",
@@ -5315,10 +5315,10 @@
5315
5315
  "name": "SuperAppDefinitions",
5316
5316
  "nodeType": "Identifier",
5317
5317
  "overloadedDeclarations": [],
5318
- "referencedDeclaration": 17644,
5318
+ "referencedDeclaration": 17622,
5319
5319
  "src": "5960:19:35",
5320
5320
  "typeDescriptions": {
5321
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17644_$",
5321
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
5322
5322
  "typeString": "type(library SuperAppDefinitions)"
5323
5323
  }
5324
5324
  },
@@ -5329,7 +5329,7 @@
5329
5329
  "lValueRequested": false,
5330
5330
  "memberName": "AFTER_AGREEMENT_CREATED_NOOP",
5331
5331
  "nodeType": "MemberAccess",
5332
- "referencedDeclaration": 17554,
5332
+ "referencedDeclaration": 17532,
5333
5333
  "src": "5960:48:35",
5334
5334
  "typeDescriptions": {
5335
5335
  "typeIdentifier": "t_uint256",
@@ -5373,10 +5373,10 @@
5373
5373
  "name": "SuperAppDefinitions",
5374
5374
  "nodeType": "Identifier",
5375
5375
  "overloadedDeclarations": [],
5376
- "referencedDeclaration": 17644,
5376
+ "referencedDeclaration": 17622,
5377
5377
  "src": "6103:19:35",
5378
5378
  "typeDescriptions": {
5379
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17644_$",
5379
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17622_$",
5380
5380
  "typeString": "type(library SuperAppDefinitions)"
5381
5381
  }
5382
5382
  },
@@ -5387,7 +5387,7 @@
5387
5387
  "lValueRequested": false,
5388
5388
  "memberName": "AFTER_AGREEMENT_UPDATED_NOOP",
5389
5389
  "nodeType": "MemberAccess",
5390
- "referencedDeclaration": 17570,
5390
+ "referencedDeclaration": 17548,
5391
5391
  "src": "6103:48:35",
5392
5392
  "typeDescriptions": {
5393
5393
  "typeIdentifier": "t_uint256",
@@ -5413,10 +5413,10 @@
5413
5413
  "name": "ISuperApp",
5414
5414
  "nodeType": "Identifier",
5415
5415
  "overloadedDeclarations": [],
5416
- "referencedDeclaration": 18085,
5416
+ "referencedDeclaration": 18063,
5417
5417
  "src": "6326:9:35",
5418
5418
  "typeDescriptions": {
5419
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18085_$",
5419
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18063_$",
5420
5420
  "typeString": "type(contract ISuperApp)"
5421
5421
  }
5422
5422
  },
@@ -5427,10 +5427,10 @@
5427
5427
  "lValueRequested": false,
5428
5428
  "memberName": "afterAgreementTerminated",
5429
5429
  "nodeType": "MemberAccess",
5430
- "referencedDeclaration": 18084,
5430
+ "referencedDeclaration": 18062,
5431
5431
  "src": "6326:34:35",
5432
5432
  "typeDescriptions": {
5433
- "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$18461_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5433
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$18439_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5434
5434
  "typeString": "function ISuperApp.afterAgreementTerminated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata,bytes calldata) returns (bytes memory)"
5435
5435
  }
5436
5436
  },
@@ -5470,10 +5470,10 @@
5470
5470
  "name": "ISuperApp",
5471
5471
  "nodeType": "Identifier",
5472
5472
  "overloadedDeclarations": [],
5473
- "referencedDeclaration": 18085,
5473
+ "referencedDeclaration": 18063,
5474
5474
  "src": "6174:9:35",
5475
5475
  "typeDescriptions": {
5476
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18085_$",
5476
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18063_$",
5477
5477
  "typeString": "type(contract ISuperApp)"
5478
5478
  }
5479
5479
  },
@@ -5484,10 +5484,10 @@
5484
5484
  "lValueRequested": false,
5485
5485
  "memberName": "afterAgreementUpdated",
5486
5486
  "nodeType": "MemberAccess",
5487
- "referencedDeclaration": 18048,
5487
+ "referencedDeclaration": 18026,
5488
5488
  "src": "6174:31:35",
5489
5489
  "typeDescriptions": {
5490
- "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$18461_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5490
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$18439_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5491
5491
  "typeString": "function ISuperApp.afterAgreementUpdated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata,bytes calldata) returns (bytes memory)"
5492
5492
  }
5493
5493
  },
@@ -5528,10 +5528,10 @@
5528
5528
  "name": "ISuperApp",
5529
5529
  "nodeType": "Identifier",
5530
5530
  "overloadedDeclarations": [],
5531
- "referencedDeclaration": 18085,
5531
+ "referencedDeclaration": 18063,
5532
5532
  "src": "6031:9:35",
5533
5533
  "typeDescriptions": {
5534
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18085_$",
5534
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18063_$",
5535
5535
  "typeString": "type(contract ISuperApp)"
5536
5536
  }
5537
5537
  },
@@ -5542,10 +5542,10 @@
5542
5542
  "lValueRequested": false,
5543
5543
  "memberName": "afterAgreementCreated",
5544
5544
  "nodeType": "MemberAccess",
5545
- "referencedDeclaration": 18012,
5545
+ "referencedDeclaration": 17990,
5546
5546
  "src": "6031:31:35",
5547
5547
  "typeDescriptions": {
5548
- "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$18461_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5548
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$18439_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5549
5549
  "typeString": "function ISuperApp.afterAgreementCreated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata,bytes calldata) returns (bytes memory)"
5550
5550
  }
5551
5551
  },
@@ -5586,10 +5586,10 @@
5586
5586
  "name": "ISuperApp",
5587
5587
  "nodeType": "Identifier",
5588
5588
  "overloadedDeclarations": [],
5589
- "referencedDeclaration": 18085,
5589
+ "referencedDeclaration": 18063,
5590
5590
  "src": "5884:9:35",
5591
5591
  "typeDescriptions": {
5592
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18085_$",
5592
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18063_$",
5593
5593
  "typeString": "type(contract ISuperApp)"
5594
5594
  }
5595
5595
  },
@@ -5600,10 +5600,10 @@
5600
5600
  "lValueRequested": false,
5601
5601
  "memberName": "beforeAgreementTerminated",
5602
5602
  "nodeType": "MemberAccess",
5603
- "referencedDeclaration": 18065,
5603
+ "referencedDeclaration": 18043,
5604
5604
  "src": "5884:35:35",
5605
5605
  "typeDescriptions": {
5606
- "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$18461_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5606
+ "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$18439_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5607
5607
  "typeString": "function ISuperApp.beforeAgreementTerminated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata) view returns (bytes memory)"
5608
5608
  }
5609
5609
  },
@@ -5644,10 +5644,10 @@
5644
5644
  "name": "ISuperApp",
5645
5645
  "nodeType": "Identifier",
5646
5646
  "overloadedDeclarations": [],
5647
- "referencedDeclaration": 18085,
5647
+ "referencedDeclaration": 18063,
5648
5648
  "src": "5736:9:35",
5649
5649
  "typeDescriptions": {
5650
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18085_$",
5650
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18063_$",
5651
5651
  "typeString": "type(contract ISuperApp)"
5652
5652
  }
5653
5653
  },
@@ -5658,10 +5658,10 @@
5658
5658
  "lValueRequested": false,
5659
5659
  "memberName": "beforeAgreementUpdated",
5660
5660
  "nodeType": "MemberAccess",
5661
- "referencedDeclaration": 18029,
5661
+ "referencedDeclaration": 18007,
5662
5662
  "src": "5736:32:35",
5663
5663
  "typeDescriptions": {
5664
- "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$18461_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5664
+ "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$18439_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5665
5665
  "typeString": "function ISuperApp.beforeAgreementUpdated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata) view returns (bytes memory)"
5666
5666
  }
5667
5667
  },
@@ -5702,10 +5702,10 @@
5702
5702
  "name": "ISuperApp",
5703
5703
  "nodeType": "Identifier",
5704
5704
  "overloadedDeclarations": [],
5705
- "referencedDeclaration": 18085,
5705
+ "referencedDeclaration": 18063,
5706
5706
  "src": "5591:9:35",
5707
5707
  "typeDescriptions": {
5708
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18085_$",
5708
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18063_$",
5709
5709
  "typeString": "type(contract ISuperApp)"
5710
5710
  }
5711
5711
  },
@@ -5716,10 +5716,10 @@
5716
5716
  "lValueRequested": false,
5717
5717
  "memberName": "beforeAgreementCreated",
5718
5718
  "nodeType": "MemberAccess",
5719
- "referencedDeclaration": 17993,
5719
+ "referencedDeclaration": 17971,
5720
5720
  "src": "5591:32:35",
5721
5721
  "typeDescriptions": {
5722
- "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$18461_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5722
+ "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$18439_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5723
5723
  "typeString": "function ISuperApp.beforeAgreementCreated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata) view returns (bytes memory)"
5724
5724
  }
5725
5725
  },
@@ -5909,10 +5909,10 @@
5909
5909
  "name": "ISuperApp",
5910
5910
  "nodeType": "Identifier",
5911
5911
  "overloadedDeclarations": [],
5912
- "referencedDeclaration": 18085,
5912
+ "referencedDeclaration": 18063,
5913
5913
  "src": "6749:9:35",
5914
5914
  "typeDescriptions": {
5915
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18085_$",
5915
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$18063_$",
5916
5916
  "typeString": "type(contract ISuperApp)"
5917
5917
  }
5918
5918
  },
@@ -5927,7 +5927,7 @@
5927
5927
  "src": "6749:25:35",
5928
5928
  "tryCall": false,
5929
5929
  "typeDescriptions": {
5930
- "typeIdentifier": "t_contract$_ISuperApp_$18085",
5930
+ "typeIdentifier": "t_contract$_ISuperApp_$18063",
5931
5931
  "typeString": "contract ISuperApp"
5932
5932
  }
5933
5933
  },
@@ -6008,7 +6008,7 @@
6008
6008
  "referencedDeclaration": 5467,
6009
6009
  "src": "6865:12:35",
6010
6010
  "typeDescriptions": {
6011
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
6011
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
6012
6012
  "typeString": "contract ISuperfluidToken"
6013
6013
  }
6014
6014
  }
@@ -6020,7 +6020,7 @@
6020
6020
  "typeString": "bytes memory"
6021
6021
  },
6022
6022
  {
6023
- "typeIdentifier": "t_contract$_ISuperApp_$18085",
6023
+ "typeIdentifier": "t_contract$_ISuperApp_$18063",
6024
6024
  "typeString": "contract ISuperApp"
6025
6025
  },
6026
6026
  {
@@ -6032,7 +6032,7 @@
6032
6032
  "typeString": "int256"
6033
6033
  },
6034
6034
  {
6035
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
6035
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
6036
6036
  "typeString": "contract ISuperfluidToken"
6037
6037
  }
6038
6038
  ],
@@ -6076,10 +6076,10 @@
6076
6076
  "name": "ISuperfluid",
6077
6077
  "nodeType": "Identifier",
6078
6078
  "overloadedDeclarations": [],
6079
- "referencedDeclaration": 19024,
6079
+ "referencedDeclaration": 19002,
6080
6080
  "src": "6679:11:35",
6081
6081
  "typeDescriptions": {
6082
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19024_$",
6082
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19002_$",
6083
6083
  "typeString": "type(contract ISuperfluid)"
6084
6084
  }
6085
6085
  },
@@ -6094,7 +6094,7 @@
6094
6094
  "src": "6679:23:35",
6095
6095
  "tryCall": false,
6096
6096
  "typeDescriptions": {
6097
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
6097
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
6098
6098
  "typeString": "contract ISuperfluid"
6099
6099
  }
6100
6100
  },
@@ -6105,10 +6105,10 @@
6105
6105
  "lValueRequested": false,
6106
6106
  "memberName": "appCallbackPush",
6107
6107
  "nodeType": "MemberAccess",
6108
- "referencedDeclaration": 18866,
6108
+ "referencedDeclaration": 18844,
6109
6109
  "src": "6679:39:35",
6110
6110
  "typeDescriptions": {
6111
- "typeIdentifier": "t_function_external_nonpayable$_t_bytes_memory_ptr_$_t_contract$_ISuperApp_$18085_$_t_uint256_$_t_int256_$_t_contract$_ISuperfluidToken_$19421_$returns$_t_bytes_memory_ptr_$",
6111
+ "typeIdentifier": "t_function_external_nonpayable$_t_bytes_memory_ptr_$_t_contract$_ISuperApp_$18063_$_t_uint256_$_t_int256_$_t_contract$_ISuperfluidToken_$19399_$returns$_t_bytes_memory_ptr_$",
6112
6112
  "typeString": "function (bytes memory,contract ISuperApp,uint256,int256,contract ISuperfluidToken) external returns (bytes memory)"
6113
6113
  }
6114
6114
  },
@@ -6339,10 +6339,10 @@
6339
6339
  "name": "ISuperfluid",
6340
6340
  "nodeType": "Identifier",
6341
6341
  "overloadedDeclarations": [],
6342
- "referencedDeclaration": 19024,
6342
+ "referencedDeclaration": 19002,
6343
6343
  "src": "7105:11:35",
6344
6344
  "typeDescriptions": {
6345
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19024_$",
6345
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19002_$",
6346
6346
  "typeString": "type(contract ISuperfluid)"
6347
6347
  }
6348
6348
  },
@@ -6357,7 +6357,7 @@
6357
6357
  "src": "7105:23:35",
6358
6358
  "tryCall": false,
6359
6359
  "typeDescriptions": {
6360
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
6360
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
6361
6361
  "typeString": "contract ISuperfluid"
6362
6362
  }
6363
6363
  },
@@ -6368,7 +6368,7 @@
6368
6368
  "lValueRequested": false,
6369
6369
  "memberName": "appCallbackPop",
6370
6370
  "nodeType": "MemberAccess",
6371
- "referencedDeclaration": 18876,
6371
+ "referencedDeclaration": 18854,
6372
6372
  "src": "7105:38:35",
6373
6373
  "typeDescriptions": {
6374
6374
  "typeIdentifier": "t_function_external_nonpayable$_t_bytes_memory_ptr_$_t_int256_$returns$_t_bytes_memory_ptr_$",
@@ -7122,7 +7122,7 @@
7122
7122
  },
7123
7123
  "networks": {},
7124
7124
  "schemaVersion": "3.4.7",
7125
- "updatedAt": "2022-05-05T13:57:31.159Z",
7125
+ "updatedAt": "2022-05-06T14:04:24.396Z",
7126
7126
  "devdoc": {
7127
7127
  "author": "Superfluid",
7128
7128
  "details": "Helper library for building super agreement",