@superfluid-finance/ethereum-contracts 1.7.2-dev.09f3be3.0 → 1.7.2-dev.1ef77a5.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 (188) hide show
  1. package/README.md +2 -2
  2. package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
  3. package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
  4. package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
  5. package/build/contracts/AccessControl.json +1 -1
  6. package/build/contracts/AccessControlEnumerable.json +1 -1
  7. package/build/contracts/Address.json +1 -1
  8. package/build/contracts/AgreementBase.json +18 -18
  9. package/build/contracts/AgreementLibrary.json +165 -165
  10. package/build/contracts/BaseRelayRecipient.json +57 -57
  11. package/build/contracts/BatchLiquidator.json +382 -382
  12. package/build/contracts/BatchOperation.json +614 -614
  13. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  14. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2384 -2384
  15. package/build/contracts/CFAv1Library.json +389 -389
  16. package/build/contracts/CallUtils.json +198 -198
  17. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  18. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  19. package/build/contracts/ConstantInflowNFT.json +402 -402
  20. package/build/contracts/ConstantOutflowNFT.json +661 -661
  21. package/build/contracts/Context.json +1 -1
  22. package/build/contracts/ContextDefinitions.json +614 -614
  23. package/build/contracts/CustomSuperTokenBase.json +19 -19
  24. package/build/contracts/ERC165.json +1 -1
  25. package/build/contracts/ERC1820Implementer.json +1 -1
  26. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  27. package/build/contracts/ERC20.json +1 -1
  28. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  29. package/build/contracts/ERC777Helper.json +384 -384
  30. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  31. package/build/contracts/ERC777RecipientReverting.json +863 -863
  32. package/build/contracts/EnumerableSet.json +1 -1
  33. package/build/contracts/EventsEmitter.json +43 -43
  34. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  35. package/build/contracts/FixedSizeData.json +200 -200
  36. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  37. package/build/contracts/FlowNFTBase.json +1280 -1280
  38. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  39. package/build/contracts/ForwarderBase.json +190 -190
  40. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  41. package/build/contracts/IAccessControl.json +1 -1
  42. package/build/contracts/IAccessControlEnumerable.json +1 -1
  43. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  44. package/build/contracts/IConstantInflowNFT.json +54 -54
  45. package/build/contracts/IConstantOutflowNFT.json +107 -107
  46. package/build/contracts/IDAv1Forwarder.json +912 -912
  47. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2384 -2384
  48. package/build/contracts/IDAv1Library.json +430 -430
  49. package/build/contracts/IERC165.json +1 -1
  50. package/build/contracts/IERC1820Implementer.json +1 -1
  51. package/build/contracts/IERC1820Registry.json +1 -1
  52. package/build/contracts/IERC20.json +1 -1
  53. package/build/contracts/IERC20Metadata.json +1 -1
  54. package/build/contracts/IERC20Permit.json +1 -1
  55. package/build/contracts/IERC721.json +1 -1
  56. package/build/contracts/IERC721Metadata.json +1 -1
  57. package/build/contracts/IERC777.json +1 -1
  58. package/build/contracts/IERC777Recipient.json +1 -1
  59. package/build/contracts/IERC777Sender.json +1 -1
  60. package/build/contracts/IFlowNFTBase.json +115 -115
  61. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  62. package/build/contracts/IMultiSigWallet.json +31 -31
  63. package/build/contracts/IPoolAdminNFT.json +7 -7
  64. package/build/contracts/IPoolMemberNFT.json +7 -7
  65. package/build/contracts/IPureSuperToken.json +62 -62
  66. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  67. package/build/contracts/IRelayRecipient.json +27 -27
  68. package/build/contracts/IResolver.json +38 -38
  69. package/build/contracts/ISETH.json +67 -67
  70. package/build/contracts/ISETHCustom.json +67 -67
  71. package/build/contracts/ISuperAgreement.json +50 -50
  72. package/build/contracts/ISuperApp.json +191 -191
  73. package/build/contracts/ISuperToken.json +695 -695
  74. package/build/contracts/ISuperTokenFactory.json +225 -225
  75. package/build/contracts/ISuperfluid.json +904 -904
  76. package/build/contracts/ISuperfluidGovernance.json +251 -251
  77. package/build/contracts/ISuperfluidToken.json +407 -407
  78. package/build/contracts/ITOGAv1.json +1346 -1346
  79. package/build/contracts/ITOGAv2.json +1346 -1346
  80. package/build/contracts/ITOGAv3.json +1346 -1346
  81. package/build/contracts/Initializable.json +1 -1
  82. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  83. package/build/contracts/Math.json +1 -1
  84. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  85. package/build/contracts/Ownable.json +1 -1
  86. package/build/contracts/Proxy.json +1 -1
  87. package/build/contracts/ProxyDeployerLibrary.json +2382 -2382
  88. package/build/contracts/PureSuperToken.json +106 -106
  89. package/build/contracts/Resolver.json +98 -98
  90. package/build/contracts/SETHProxy.json +224 -224
  91. package/build/contracts/SafeCast.json +1 -1
  92. package/build/contracts/SafeERC20.json +1 -1
  93. package/build/contracts/SafeGasLibrary.json +51 -51
  94. package/build/contracts/SafeMath.json +1 -1
  95. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  96. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  97. package/build/contracts/StreamRedirector.json +704 -704
  98. package/build/contracts/Strings.json +1 -1
  99. package/build/contracts/SuperAppBase.json +42 -42
  100. package/build/contracts/SuperAppBaseFlow.json +800 -800
  101. package/build/contracts/SuperAppDefinitions.json +614 -614
  102. package/build/contracts/SuperToken.json +2714 -2714
  103. package/build/contracts/SuperTokenDeployerLibrary.json +2383 -2383
  104. package/build/contracts/SuperTokenFactory.json +1347 -1347
  105. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  106. package/build/contracts/SuperTokenV1Library.json +1483 -1483
  107. package/build/contracts/SuperUpgrader.json +439 -439
  108. package/build/contracts/Superfluid.json +5196 -5196
  109. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2383 -2383
  110. package/build/contracts/SuperfluidFrameworkDeployer.json +1260 -1260
  111. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2382 -2382
  112. package/build/contracts/SuperfluidGovDeployerLibrary.json +2383 -2383
  113. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  114. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  115. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  116. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  117. package/build/contracts/SuperfluidHostDeployerLibrary.json +2382 -2382
  118. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2383 -2383
  119. package/build/contracts/SuperfluidLoader.json +207 -207
  120. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2384 -2384
  121. package/build/contracts/SuperfluidLoaderLibrary.json +552 -417
  122. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2387 -2387
  123. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2385 -2385
  124. package/build/contracts/SuperfluidToken.json +1423 -1423
  125. package/build/contracts/TOGA.json +1360 -1360
  126. package/build/contracts/TestGovernance.json +250 -250
  127. package/build/contracts/TestResolver.json +47 -47
  128. package/build/contracts/TestToken.json +102 -102
  129. package/build/contracts/TokenDeployerLibrary.json +2384 -2384
  130. package/build/contracts/TokenInfo.json +32 -32
  131. package/build/contracts/UUPSProxiable.json +139 -139
  132. package/build/contracts/UUPSProxy.json +81 -81
  133. package/build/contracts/UUPSUtils.json +37 -37
  134. package/build/contracts-sizes.txt +15 -15
  135. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
  136. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
  137. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
  138. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
  139. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
  140. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
  141. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
  142. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
  143. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts.map +1 -1
  144. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
  145. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js.map +1 -1
  146. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
  147. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
  148. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
  149. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
  150. package/contracts/apps/SuperAppBaseFlow.sol +8 -8
  151. package/contracts/apps/SuperfluidLoaderLibrary.sol +5 -2
  152. package/package.json +5 -5
  153. package/ops-scripts/.eslintrc.js +0 -15
  154. package/ops-scripts/artifacts/ERC1820Registry.json +0 -5
  155. package/ops-scripts/deploy-aux-contracts.js +0 -99
  156. package/ops-scripts/deploy-deterministically.js +0 -169
  157. package/ops-scripts/deploy-erc1820.js +0 -83
  158. package/ops-scripts/deploy-framework.js +0 -895
  159. package/ops-scripts/deploy-mfa.ts +0 -27
  160. package/ops-scripts/deploy-super-token.js +0 -206
  161. package/ops-scripts/deploy-test-environment.js +0 -98
  162. package/ops-scripts/deploy-test-token.js +0 -86
  163. package/ops-scripts/deploy-unlisted-pure-super-token.js +0 -69
  164. package/ops-scripts/deploy-unlisted-super-token.js +0 -68
  165. package/ops-scripts/gov-create-new-app-registration-key.js +0 -75
  166. package/ops-scripts/gov-create-new-factory-registration.js +0 -49
  167. package/ops-scripts/gov-set-3Ps-config.js +0 -67
  168. package/ops-scripts/gov-set-reward-address.js +0 -60
  169. package/ops-scripts/gov-set-token-min-deposit.js +0 -53
  170. package/ops-scripts/gov-set-trusted-forwarder.js +0 -80
  171. package/ops-scripts/gov-transfer-framework-ownership.js +0 -90
  172. package/ops-scripts/gov-upgrade-governance.js +0 -87
  173. package/ops-scripts/gov-upgrade-super-token-logic.js +0 -193
  174. package/ops-scripts/info-inspect-account.js +0 -118
  175. package/ops-scripts/info-list-apps.js +0 -55
  176. package/ops-scripts/info-print-contract-addresses.js +0 -136
  177. package/ops-scripts/info-scan-deployments.js +0 -63
  178. package/ops-scripts/info-show-protocol.js +0 -400
  179. package/ops-scripts/libs/common.js +0 -436
  180. package/ops-scripts/libs/getConfig.js +0 -289
  181. package/ops-scripts/libs/truffleScriptRunnerFactory.js +0 -97
  182. package/ops-scripts/resolver-list-super-token.js +0 -73
  183. package/ops-scripts/resolver-register-token.js +0 -72
  184. package/ops-scripts/resolver-reset-deployment.js +0 -54
  185. package/ops-scripts/resolver-set-key-value.js +0 -69
  186. package/ops-scripts/resolver-unlist-super-token.js +0 -61
  187. package/ops-scripts/tmp-trigger-token-transfer.js +0 -33
  188. package/ops-scripts/validate-nft-addresses.ts +0 -49
@@ -18,25 +18,25 @@
18
18
  6895
19
19
  ],
20
20
  "ContextDefinitions": [
21
- 23373
21
+ 23384
22
22
  ],
23
23
  "ISuperApp": [
24
- 23909
24
+ 23920
25
25
  ],
26
26
  "ISuperfluid": [
27
- 25037
27
+ 25048
28
28
  ],
29
29
  "ISuperfluidGovernance": [
30
- 25166
30
+ 25177
31
31
  ],
32
32
  "ISuperfluidToken": [
33
- 25452
33
+ 25463
34
34
  ],
35
35
  "SafeCast": [
36
36
  5360
37
37
  ],
38
38
  "SuperAppDefinitions": [
39
- 23297
39
+ 23308
40
40
  ]
41
41
  },
42
42
  "id": 6896,
@@ -60,7 +60,7 @@
60
60
  "nameLocation": "-1:-1:-1",
61
61
  "nodeType": "ImportDirective",
62
62
  "scope": 6896,
63
- "sourceUnit": 25038,
63
+ "sourceUnit": 25049,
64
64
  "src": "60:188:31",
65
65
  "symbolAliases": [
66
66
  {
@@ -69,7 +69,7 @@
69
69
  "name": "ISuperfluidGovernance",
70
70
  "nodeType": "Identifier",
71
71
  "overloadedDeclarations": [],
72
- "referencedDeclaration": 25166,
72
+ "referencedDeclaration": 25177,
73
73
  "src": "73:21:31",
74
74
  "typeDescriptions": {}
75
75
  },
@@ -81,7 +81,7 @@
81
81
  "name": "ISuperfluid",
82
82
  "nodeType": "Identifier",
83
83
  "overloadedDeclarations": [],
84
- "referencedDeclaration": 25037,
84
+ "referencedDeclaration": 25048,
85
85
  "src": "100:11:31",
86
86
  "typeDescriptions": {}
87
87
  },
@@ -93,7 +93,7 @@
93
93
  "name": "ISuperfluidToken",
94
94
  "nodeType": "Identifier",
95
95
  "overloadedDeclarations": [],
96
- "referencedDeclaration": 25452,
96
+ "referencedDeclaration": 25463,
97
97
  "src": "117:16:31",
98
98
  "typeDescriptions": {}
99
99
  },
@@ -105,7 +105,7 @@
105
105
  "name": "ISuperApp",
106
106
  "nodeType": "Identifier",
107
107
  "overloadedDeclarations": [],
108
- "referencedDeclaration": 23909,
108
+ "referencedDeclaration": 23920,
109
109
  "src": "139:9:31",
110
110
  "typeDescriptions": {}
111
111
  },
@@ -117,7 +117,7 @@
117
117
  "name": "SuperAppDefinitions",
118
118
  "nodeType": "Identifier",
119
119
  "overloadedDeclarations": [],
120
- "referencedDeclaration": 23297,
120
+ "referencedDeclaration": 23308,
121
121
  "src": "154:19:31",
122
122
  "typeDescriptions": {}
123
123
  },
@@ -129,7 +129,7 @@
129
129
  "name": "ContextDefinitions",
130
130
  "nodeType": "Identifier",
131
131
  "overloadedDeclarations": [],
132
- "referencedDeclaration": 23373,
132
+ "referencedDeclaration": 23384,
133
133
  "src": "179:18:31",
134
134
  "typeDescriptions": {}
135
135
  },
@@ -145,7 +145,7 @@
145
145
  "nameLocation": "-1:-1:-1",
146
146
  "nodeType": "ImportDirective",
147
147
  "scope": 6896,
148
- "sourceUnit": 25453,
148
+ "sourceUnit": 25464,
149
149
  "src": "249:81:31",
150
150
  "symbolAliases": [
151
151
  {
@@ -154,7 +154,7 @@
154
154
  "name": "ISuperfluidToken",
155
155
  "nodeType": "Identifier",
156
156
  "overloadedDeclarations": [],
157
- "referencedDeclaration": 25452,
157
+ "referencedDeclaration": 25463,
158
158
  "src": "258:16:31",
159
159
  "typeDescriptions": {}
160
160
  },
@@ -292,7 +292,7 @@
292
292
  "referencedDeclaration": 6367,
293
293
  "src": "1174:5:31",
294
294
  "typeDescriptions": {
295
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
295
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
296
296
  "typeString": "contract ISuperfluidToken"
297
297
  }
298
298
  },
@@ -304,7 +304,7 @@
304
304
  "memberLocation": "1180:7:31",
305
305
  "memberName": "getHost",
306
306
  "nodeType": "MemberAccess",
307
- "referencedDeclaration": 25189,
307
+ "referencedDeclaration": 25200,
308
308
  "src": "1174:13:31",
309
309
  "typeDescriptions": {
310
310
  "typeIdentifier": "t_function_external_view$__$returns$_t_address_$",
@@ -490,10 +490,10 @@
490
490
  "name": "ISuperfluid",
491
491
  "nodeType": "Identifier",
492
492
  "overloadedDeclarations": [],
493
- "referencedDeclaration": 25037,
493
+ "referencedDeclaration": 25048,
494
494
  "src": "1243:11:31",
495
495
  "typeDescriptions": {
496
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25037_$",
496
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25048_$",
497
497
  "typeString": "type(contract ISuperfluid)"
498
498
  }
499
499
  },
@@ -509,7 +509,7 @@
509
509
  "src": "1243:23:31",
510
510
  "tryCall": false,
511
511
  "typeDescriptions": {
512
- "typeIdentifier": "t_contract$_ISuperfluid_$25037",
512
+ "typeIdentifier": "t_contract$_ISuperfluid_$25048",
513
513
  "typeString": "contract ISuperfluid"
514
514
  }
515
515
  },
@@ -521,7 +521,7 @@
521
521
  "memberLocation": "1267:10:31",
522
522
  "memberName": "isCtxValid",
523
523
  "nodeType": "MemberAccess",
524
- "referencedDeclaration": 25013,
524
+ "referencedDeclaration": 25024,
525
525
  "src": "1243:34:31",
526
526
  "typeDescriptions": {
527
527
  "typeIdentifier": "t_function_external_view$_t_bytes_memory_ptr_$returns$_t_bool_$",
@@ -670,10 +670,10 @@
670
670
  "name": "ISuperfluid",
671
671
  "nodeType": "Identifier",
672
672
  "overloadedDeclarations": [],
673
- "referencedDeclaration": 25037,
673
+ "referencedDeclaration": 25048,
674
674
  "src": "1315:11:31",
675
675
  "typeDescriptions": {
676
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25037_$",
676
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25048_$",
677
677
  "typeString": "type(contract ISuperfluid)"
678
678
  }
679
679
  },
@@ -689,7 +689,7 @@
689
689
  "src": "1315:23:31",
690
690
  "tryCall": false,
691
691
  "typeDescriptions": {
692
- "typeIdentifier": "t_contract$_ISuperfluid_$25037",
692
+ "typeIdentifier": "t_contract$_ISuperfluid_$25048",
693
693
  "typeString": "contract ISuperfluid"
694
694
  }
695
695
  },
@@ -701,10 +701,10 @@
701
701
  "memberLocation": "1339:9:31",
702
702
  "memberName": "decodeCtx",
703
703
  "nodeType": "MemberAccess",
704
- "referencedDeclaration": 25006,
704
+ "referencedDeclaration": 25017,
705
705
  "src": "1315:33:31",
706
706
  "typeDescriptions": {
707
- "typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$24970_memory_ptr_$",
707
+ "typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$24981_memory_ptr_$",
708
708
  "typeString": "function (bytes memory) pure external returns (struct ISuperfluid.Context memory)"
709
709
  }
710
710
  },
@@ -720,7 +720,7 @@
720
720
  "src": "1315:38:31",
721
721
  "tryCall": false,
722
722
  "typeDescriptions": {
723
- "typeIdentifier": "t_struct$_Context_$24970_memory_ptr",
723
+ "typeIdentifier": "t_struct$_Context_$24981_memory_ptr",
724
724
  "typeString": "struct ISuperfluid.Context memory"
725
725
  }
726
726
  },
@@ -760,7 +760,7 @@
760
760
  "stateVariable": false,
761
761
  "storageLocation": "default",
762
762
  "typeDescriptions": {
763
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
763
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
764
764
  "typeString": "contract ISuperfluidToken"
765
765
  },
766
766
  "typeName": {
@@ -773,13 +773,13 @@
773
773
  "1043:16:31"
774
774
  ],
775
775
  "nodeType": "IdentifierPath",
776
- "referencedDeclaration": 25452,
776
+ "referencedDeclaration": 25463,
777
777
  "src": "1043:16:31"
778
778
  },
779
- "referencedDeclaration": 25452,
779
+ "referencedDeclaration": 25463,
780
780
  "src": "1043:16:31",
781
781
  "typeDescriptions": {
782
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
782
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
783
783
  "typeString": "contract ISuperfluidToken"
784
784
  }
785
785
  },
@@ -831,7 +831,7 @@
831
831
  "stateVariable": false,
832
832
  "storageLocation": "memory",
833
833
  "typeDescriptions": {
834
- "typeIdentifier": "t_struct$_Context_$24970_memory_ptr",
834
+ "typeIdentifier": "t_struct$_Context_$24981_memory_ptr",
835
835
  "typeString": "struct ISuperfluid.Context"
836
836
  },
837
837
  "typeName": {
@@ -845,13 +845,13 @@
845
845
  "1136:7:31"
846
846
  ],
847
847
  "nodeType": "IdentifierPath",
848
- "referencedDeclaration": 24970,
848
+ "referencedDeclaration": 24981,
849
849
  "src": "1124:19:31"
850
850
  },
851
- "referencedDeclaration": 24970,
851
+ "referencedDeclaration": 24981,
852
852
  "src": "1124:19:31",
853
853
  "typeDescriptions": {
854
- "typeIdentifier": "t_struct$_Context_$24970_storage_ptr",
854
+ "typeIdentifier": "t_struct$_Context_$24981_storage_ptr",
855
855
  "typeString": "struct ISuperfluid.Context"
856
856
  }
857
857
  },
@@ -882,7 +882,7 @@
882
882
  "stateVariable": false,
883
883
  "storageLocation": "default",
884
884
  "typeDescriptions": {
885
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
885
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
886
886
  "typeString": "contract ISuperfluidToken"
887
887
  },
888
888
  "typeName": {
@@ -895,13 +895,13 @@
895
895
  "1593:16:31"
896
896
  ],
897
897
  "nodeType": "IdentifierPath",
898
- "referencedDeclaration": 25452,
898
+ "referencedDeclaration": 25463,
899
899
  "src": "1593:16:31"
900
900
  },
901
- "referencedDeclaration": 25452,
901
+ "referencedDeclaration": 25463,
902
902
  "src": "1593:16:31",
903
903
  "typeDescriptions": {
904
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
904
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
905
905
  "typeString": "contract ISuperfluidToken"
906
906
  }
907
907
  },
@@ -1115,7 +1115,7 @@
1115
1115
  "referencedDeclaration": 6408,
1116
1116
  "src": "2039:12:31",
1117
1117
  "typeDescriptions": {
1118
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
1118
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
1119
1119
  "typeString": "contract ISuperfluidToken"
1120
1120
  }
1121
1121
  },
@@ -1129,13 +1129,13 @@
1129
1129
  "referencedDeclaration": 6424,
1130
1130
  "src": "2054:5:31",
1131
1131
  "typeDescriptions": {
1132
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
1132
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
1133
1133
  "typeString": "contract ISuperfluidToken"
1134
1134
  }
1135
1135
  },
1136
1136
  "src": "2039:20:31",
1137
1137
  "typeDescriptions": {
1138
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
1138
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
1139
1139
  "typeString": "contract ISuperfluidToken"
1140
1140
  }
1141
1141
  },
@@ -1345,7 +1345,7 @@
1345
1345
  "stateVariable": false,
1346
1346
  "storageLocation": "default",
1347
1347
  "typeDescriptions": {
1348
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
1348
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
1349
1349
  "typeString": "contract ISuperfluidToken"
1350
1350
  },
1351
1351
  "typeName": {
@@ -1358,13 +1358,13 @@
1358
1358
  "1839:16:31"
1359
1359
  ],
1360
1360
  "nodeType": "IdentifierPath",
1361
- "referencedDeclaration": 25452,
1361
+ "referencedDeclaration": 25463,
1362
1362
  "src": "1839:16:31"
1363
1363
  },
1364
- "referencedDeclaration": 25452,
1364
+ "referencedDeclaration": 25463,
1365
1365
  "src": "1839:16:31",
1366
1366
  "typeDescriptions": {
1367
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
1367
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
1368
1368
  "typeString": "contract ISuperfluidToken"
1369
1369
  }
1370
1370
  },
@@ -1727,10 +1727,10 @@
1727
1727
  "name": "ISuperApp",
1728
1728
  "nodeType": "Identifier",
1729
1729
  "overloadedDeclarations": [],
1730
- "referencedDeclaration": 23909,
1730
+ "referencedDeclaration": 23920,
1731
1731
  "src": "2511:9:31",
1732
1732
  "typeDescriptions": {
1733
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23909_$",
1733
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23920_$",
1734
1734
  "typeString": "type(contract ISuperApp)"
1735
1735
  }
1736
1736
  },
@@ -1746,7 +1746,7 @@
1746
1746
  "src": "2511:25:31",
1747
1747
  "tryCall": false,
1748
1748
  "typeDescriptions": {
1749
- "typeIdentifier": "t_contract$_ISuperApp_$23909",
1749
+ "typeIdentifier": "t_contract$_ISuperApp_$23920",
1750
1750
  "typeString": "contract ISuperApp"
1751
1751
  }
1752
1752
  }
@@ -1754,7 +1754,7 @@
1754
1754
  "expression": {
1755
1755
  "argumentTypes": [
1756
1756
  {
1757
- "typeIdentifier": "t_contract$_ISuperApp_$23909",
1757
+ "typeIdentifier": "t_contract$_ISuperApp_$23920",
1758
1758
  "typeString": "contract ISuperApp"
1759
1759
  }
1760
1760
  ],
@@ -1799,10 +1799,10 @@
1799
1799
  "name": "ISuperfluid",
1800
1800
  "nodeType": "Identifier",
1801
1801
  "overloadedDeclarations": [],
1802
- "referencedDeclaration": 25037,
1802
+ "referencedDeclaration": 25048,
1803
1803
  "src": "2472:11:31",
1804
1804
  "typeDescriptions": {
1805
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25037_$",
1805
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25048_$",
1806
1806
  "typeString": "type(contract ISuperfluid)"
1807
1807
  }
1808
1808
  },
@@ -1818,7 +1818,7 @@
1818
1818
  "src": "2472:23:31",
1819
1819
  "tryCall": false,
1820
1820
  "typeDescriptions": {
1821
- "typeIdentifier": "t_contract$_ISuperfluid_$25037",
1821
+ "typeIdentifier": "t_contract$_ISuperfluid_$25048",
1822
1822
  "typeString": "contract ISuperfluid"
1823
1823
  }
1824
1824
  },
@@ -1830,10 +1830,10 @@
1830
1830
  "memberLocation": "2496:14:31",
1831
1831
  "memberName": "getAppManifest",
1832
1832
  "nodeType": "MemberAccess",
1833
- "referencedDeclaration": 24805,
1833
+ "referencedDeclaration": 24816,
1834
1834
  "src": "2472:38:31",
1835
1835
  "typeDescriptions": {
1836
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$23909_$returns$_t_bool_$_t_bool_$_t_uint256_$",
1836
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$23920_$returns$_t_bool_$_t_bool_$_t_uint256_$",
1837
1837
  "typeString": "function (contract ISuperApp) view external returns (bool,bool,uint256)"
1838
1838
  }
1839
1839
  },
@@ -2273,7 +2273,7 @@
2273
2273
  "referencedDeclaration": 6408,
2274
2274
  "src": "2839:12:31",
2275
2275
  "typeDescriptions": {
2276
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
2276
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2277
2277
  "typeString": "contract ISuperfluidToken"
2278
2278
  }
2279
2279
  },
@@ -2462,7 +2462,7 @@
2462
2462
  "typeString": "bytes4"
2463
2463
  },
2464
2464
  {
2465
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
2465
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
2466
2466
  "typeString": "contract ISuperfluidToken"
2467
2467
  },
2468
2468
  {
@@ -2592,10 +2592,10 @@
2592
2592
  "name": "ISuperApp",
2593
2593
  "nodeType": "Identifier",
2594
2594
  "overloadedDeclarations": [],
2595
- "referencedDeclaration": 23909,
2595
+ "referencedDeclaration": 23920,
2596
2596
  "src": "3154:9:31",
2597
2597
  "typeDescriptions": {
2598
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23909_$",
2598
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23920_$",
2599
2599
  "typeString": "type(contract ISuperApp)"
2600
2600
  }
2601
2601
  },
@@ -2611,7 +2611,7 @@
2611
2611
  "src": "3154:25:31",
2612
2612
  "tryCall": false,
2613
2613
  "typeDescriptions": {
2614
- "typeIdentifier": "t_contract$_ISuperApp_$23909",
2614
+ "typeIdentifier": "t_contract$_ISuperApp_$23920",
2615
2615
  "typeString": "contract ISuperApp"
2616
2616
  }
2617
2617
  },
@@ -2673,10 +2673,10 @@
2673
2673
  "name": "SuperAppDefinitions",
2674
2674
  "nodeType": "Identifier",
2675
2675
  "overloadedDeclarations": [],
2676
- "referencedDeclaration": 23297,
2676
+ "referencedDeclaration": 23308,
2677
2677
  "src": "3249:19:31",
2678
2678
  "typeDescriptions": {
2679
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23297_$",
2679
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
2680
2680
  "typeString": "type(library SuperAppDefinitions)"
2681
2681
  }
2682
2682
  },
@@ -2688,7 +2688,7 @@
2688
2688
  "memberLocation": "3269:32:31",
2689
2689
  "memberName": "BEFORE_AGREEMENT_TERMINATED_NOOP",
2690
2690
  "nodeType": "MemberAccess",
2691
- "referencedDeclaration": 23231,
2691
+ "referencedDeclaration": 23242,
2692
2692
  "src": "3249:52:31",
2693
2693
  "typeDescriptions": {
2694
2694
  "typeIdentifier": "t_uint256",
@@ -2717,7 +2717,7 @@
2717
2717
  "expression": {
2718
2718
  "argumentTypes": [
2719
2719
  {
2720
- "typeIdentifier": "t_contract$_ISuperApp_$23909",
2720
+ "typeIdentifier": "t_contract$_ISuperApp_$23920",
2721
2721
  "typeString": "contract ISuperApp"
2722
2722
  },
2723
2723
  {
@@ -2774,10 +2774,10 @@
2774
2774
  "name": "ISuperfluid",
2775
2775
  "nodeType": "Identifier",
2776
2776
  "overloadedDeclarations": [],
2777
- "referencedDeclaration": 25037,
2777
+ "referencedDeclaration": 25048,
2778
2778
  "src": "3087:11:31",
2779
2779
  "typeDescriptions": {
2780
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25037_$",
2780
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25048_$",
2781
2781
  "typeString": "type(contract ISuperfluid)"
2782
2782
  }
2783
2783
  },
@@ -2793,7 +2793,7 @@
2793
2793
  "src": "3087:23:31",
2794
2794
  "tryCall": false,
2795
2795
  "typeDescriptions": {
2796
- "typeIdentifier": "t_contract$_ISuperfluid_$25037",
2796
+ "typeIdentifier": "t_contract$_ISuperfluid_$25048",
2797
2797
  "typeString": "contract ISuperfluid"
2798
2798
  }
2799
2799
  },
@@ -2805,10 +2805,10 @@
2805
2805
  "memberLocation": "3111:21:31",
2806
2806
  "memberName": "callAppBeforeCallback",
2807
2807
  "nodeType": "MemberAccess",
2808
- "referencedDeclaration": 24848,
2808
+ "referencedDeclaration": 24859,
2809
2809
  "src": "3087:45:31",
2810
2810
  "typeDescriptions": {
2811
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$23909_$_t_bytes_memory_ptr_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2811
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$23920_$_t_bytes_memory_ptr_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2812
2812
  "typeString": "function (contract ISuperApp,bytes memory,bool,bytes memory) external returns (bytes memory)"
2813
2813
  }
2814
2814
  },
@@ -3260,10 +3260,10 @@
3260
3260
  "name": "ISuperApp",
3261
3261
  "nodeType": "Identifier",
3262
3262
  "overloadedDeclarations": [],
3263
- "referencedDeclaration": 23909,
3263
+ "referencedDeclaration": 23920,
3264
3264
  "src": "3915:9:31",
3265
3265
  "typeDescriptions": {
3266
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23909_$",
3266
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23920_$",
3267
3267
  "typeString": "type(contract ISuperApp)"
3268
3268
  }
3269
3269
  },
@@ -3279,7 +3279,7 @@
3279
3279
  "src": "3915:25:31",
3280
3280
  "tryCall": false,
3281
3281
  "typeDescriptions": {
3282
- "typeIdentifier": "t_contract$_ISuperApp_$23909",
3282
+ "typeIdentifier": "t_contract$_ISuperApp_$23920",
3283
3283
  "typeString": "contract ISuperApp"
3284
3284
  }
3285
3285
  }
@@ -3287,7 +3287,7 @@
3287
3287
  "expression": {
3288
3288
  "argumentTypes": [
3289
3289
  {
3290
- "typeIdentifier": "t_contract$_ISuperApp_$23909",
3290
+ "typeIdentifier": "t_contract$_ISuperApp_$23920",
3291
3291
  "typeString": "contract ISuperApp"
3292
3292
  }
3293
3293
  ],
@@ -3332,10 +3332,10 @@
3332
3332
  "name": "ISuperfluid",
3333
3333
  "nodeType": "Identifier",
3334
3334
  "overloadedDeclarations": [],
3335
- "referencedDeclaration": 25037,
3335
+ "referencedDeclaration": 25048,
3336
3336
  "src": "3876:11:31",
3337
3337
  "typeDescriptions": {
3338
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25037_$",
3338
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25048_$",
3339
3339
  "typeString": "type(contract ISuperfluid)"
3340
3340
  }
3341
3341
  },
@@ -3351,7 +3351,7 @@
3351
3351
  "src": "3876:23:31",
3352
3352
  "tryCall": false,
3353
3353
  "typeDescriptions": {
3354
- "typeIdentifier": "t_contract$_ISuperfluid_$25037",
3354
+ "typeIdentifier": "t_contract$_ISuperfluid_$25048",
3355
3355
  "typeString": "contract ISuperfluid"
3356
3356
  }
3357
3357
  },
@@ -3363,10 +3363,10 @@
3363
3363
  "memberLocation": "3900:14:31",
3364
3364
  "memberName": "getAppManifest",
3365
3365
  "nodeType": "MemberAccess",
3366
- "referencedDeclaration": 24805,
3366
+ "referencedDeclaration": 24816,
3367
3367
  "src": "3876:38:31",
3368
3368
  "typeDescriptions": {
3369
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$23909_$returns$_t_bool_$_t_bool_$_t_uint256_$",
3369
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$23920_$returns$_t_bool_$_t_bool_$_t_uint256_$",
3370
3370
  "typeString": "function (contract ISuperApp) view external returns (bool,bool,uint256)"
3371
3371
  }
3372
3372
  },
@@ -3843,7 +3843,7 @@
3843
3843
  "referencedDeclaration": 6408,
3844
3844
  "src": "4256:12:31",
3845
3845
  "typeDescriptions": {
3846
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
3846
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
3847
3847
  "typeString": "contract ISuperfluidToken"
3848
3848
  }
3849
3849
  },
@@ -4044,7 +4044,7 @@
4044
4044
  "typeString": "bytes4"
4045
4045
  },
4046
4046
  {
4047
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
4047
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
4048
4048
  "typeString": "contract ISuperfluidToken"
4049
4049
  },
4050
4050
  {
@@ -4178,10 +4178,10 @@
4178
4178
  "name": "ISuperApp",
4179
4179
  "nodeType": "Identifier",
4180
4180
  "overloadedDeclarations": [],
4181
- "referencedDeclaration": 23909,
4181
+ "referencedDeclaration": 23920,
4182
4182
  "src": "4598:9:31",
4183
4183
  "typeDescriptions": {
4184
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23909_$",
4184
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23920_$",
4185
4185
  "typeString": "type(contract ISuperApp)"
4186
4186
  }
4187
4187
  },
@@ -4197,7 +4197,7 @@
4197
4197
  "src": "4598:25:31",
4198
4198
  "tryCall": false,
4199
4199
  "typeDescriptions": {
4200
- "typeIdentifier": "t_contract$_ISuperApp_$23909",
4200
+ "typeIdentifier": "t_contract$_ISuperApp_$23920",
4201
4201
  "typeString": "contract ISuperApp"
4202
4202
  }
4203
4203
  },
@@ -4259,10 +4259,10 @@
4259
4259
  "name": "SuperAppDefinitions",
4260
4260
  "nodeType": "Identifier",
4261
4261
  "overloadedDeclarations": [],
4262
- "referencedDeclaration": 23297,
4262
+ "referencedDeclaration": 23308,
4263
4263
  "src": "4693:19:31",
4264
4264
  "typeDescriptions": {
4265
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23297_$",
4265
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
4266
4266
  "typeString": "type(library SuperAppDefinitions)"
4267
4267
  }
4268
4268
  },
@@ -4274,7 +4274,7 @@
4274
4274
  "memberLocation": "4713:31:31",
4275
4275
  "memberName": "AFTER_AGREEMENT_TERMINATED_NOOP",
4276
4276
  "nodeType": "MemberAccess",
4277
- "referencedDeclaration": 23239,
4277
+ "referencedDeclaration": 23250,
4278
4278
  "src": "4693:51:31",
4279
4279
  "typeDescriptions": {
4280
4280
  "typeIdentifier": "t_uint256",
@@ -4303,7 +4303,7 @@
4303
4303
  "expression": {
4304
4304
  "argumentTypes": [
4305
4305
  {
4306
- "typeIdentifier": "t_contract$_ISuperApp_$23909",
4306
+ "typeIdentifier": "t_contract$_ISuperApp_$23920",
4307
4307
  "typeString": "contract ISuperApp"
4308
4308
  },
4309
4309
  {
@@ -4360,10 +4360,10 @@
4360
4360
  "name": "ISuperfluid",
4361
4361
  "nodeType": "Identifier",
4362
4362
  "overloadedDeclarations": [],
4363
- "referencedDeclaration": 25037,
4363
+ "referencedDeclaration": 25048,
4364
4364
  "src": "4532:11:31",
4365
4365
  "typeDescriptions": {
4366
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25037_$",
4366
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25048_$",
4367
4367
  "typeString": "type(contract ISuperfluid)"
4368
4368
  }
4369
4369
  },
@@ -4379,7 +4379,7 @@
4379
4379
  "src": "4532:23:31",
4380
4380
  "tryCall": false,
4381
4381
  "typeDescriptions": {
4382
- "typeIdentifier": "t_contract$_ISuperfluid_$25037",
4382
+ "typeIdentifier": "t_contract$_ISuperfluid_$25048",
4383
4383
  "typeString": "contract ISuperfluid"
4384
4384
  }
4385
4385
  },
@@ -4391,10 +4391,10 @@
4391
4391
  "memberLocation": "4556:20:31",
4392
4392
  "memberName": "callAppAfterCallback",
4393
4393
  "nodeType": "MemberAccess",
4394
- "referencedDeclaration": 24863,
4394
+ "referencedDeclaration": 24874,
4395
4395
  "src": "4532:44:31",
4396
4396
  "typeDescriptions": {
4397
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$23909_$_t_bytes_memory_ptr_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4397
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$23920_$_t_bytes_memory_ptr_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4398
4398
  "typeString": "function (contract ISuperApp,bytes memory,bool,bytes memory) external returns (bytes memory)"
4399
4399
  }
4400
4400
  },
@@ -4439,7 +4439,7 @@
4439
4439
  "referencedDeclaration": 6579,
4440
4440
  "src": "4792:10:31",
4441
4441
  "typeDescriptions": {
4442
- "typeIdentifier": "t_struct$_Context_$24970_memory_ptr",
4442
+ "typeIdentifier": "t_struct$_Context_$24981_memory_ptr",
4443
4443
  "typeString": "struct ISuperfluid.Context memory"
4444
4444
  }
4445
4445
  },
@@ -4508,10 +4508,10 @@
4508
4508
  "name": "ISuperfluid",
4509
4509
  "nodeType": "Identifier",
4510
4510
  "overloadedDeclarations": [],
4511
- "referencedDeclaration": 25037,
4511
+ "referencedDeclaration": 25048,
4512
4512
  "src": "4805:11:31",
4513
4513
  "typeDescriptions": {
4514
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25037_$",
4514
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25048_$",
4515
4515
  "typeString": "type(contract ISuperfluid)"
4516
4516
  }
4517
4517
  },
@@ -4527,7 +4527,7 @@
4527
4527
  "src": "4805:23:31",
4528
4528
  "tryCall": false,
4529
4529
  "typeDescriptions": {
4530
- "typeIdentifier": "t_contract$_ISuperfluid_$25037",
4530
+ "typeIdentifier": "t_contract$_ISuperfluid_$25048",
4531
4531
  "typeString": "contract ISuperfluid"
4532
4532
  }
4533
4533
  },
@@ -4539,10 +4539,10 @@
4539
4539
  "memberLocation": "4829:9:31",
4540
4540
  "memberName": "decodeCtx",
4541
4541
  "nodeType": "MemberAccess",
4542
- "referencedDeclaration": 25006,
4542
+ "referencedDeclaration": 25017,
4543
4543
  "src": "4805:33:31",
4544
4544
  "typeDescriptions": {
4545
- "typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$24970_memory_ptr_$",
4545
+ "typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$24981_memory_ptr_$",
4546
4546
  "typeString": "function (bytes memory) pure external returns (struct ISuperfluid.Context memory)"
4547
4547
  }
4548
4548
  },
@@ -4558,13 +4558,13 @@
4558
4558
  "src": "4805:41:31",
4559
4559
  "tryCall": false,
4560
4560
  "typeDescriptions": {
4561
- "typeIdentifier": "t_struct$_Context_$24970_memory_ptr",
4561
+ "typeIdentifier": "t_struct$_Context_$24981_memory_ptr",
4562
4562
  "typeString": "struct ISuperfluid.Context memory"
4563
4563
  }
4564
4564
  },
4565
4565
  "src": "4792:54:31",
4566
4566
  "typeDescriptions": {
4567
- "typeIdentifier": "t_struct$_Context_$24970_memory_ptr",
4567
+ "typeIdentifier": "t_struct$_Context_$24981_memory_ptr",
4568
4568
  "typeString": "struct ISuperfluid.Context memory"
4569
4569
  }
4570
4570
  },
@@ -4588,7 +4588,7 @@
4588
4588
  "referencedDeclaration": 6579,
4589
4589
  "src": "4950:10:31",
4590
4590
  "typeDescriptions": {
4591
- "typeIdentifier": "t_struct$_Context_$24970_memory_ptr",
4591
+ "typeIdentifier": "t_struct$_Context_$24981_memory_ptr",
4592
4592
  "typeString": "struct ISuperfluid.Context memory"
4593
4593
  }
4594
4594
  },
@@ -4600,7 +4600,7 @@
4600
4600
  "memberLocation": "4961:13:31",
4601
4601
  "memberName": "appCreditUsed",
4602
4602
  "nodeType": "MemberAccess",
4603
- "referencedDeclaration": 24964,
4603
+ "referencedDeclaration": 24975,
4604
4604
  "src": "4950:24:31",
4605
4605
  "typeDescriptions": {
4606
4606
  "typeIdentifier": "t_int256",
@@ -4648,7 +4648,7 @@
4648
4648
  "referencedDeclaration": 6579,
4649
4649
  "src": "5067:10:31",
4650
4650
  "typeDescriptions": {
4651
- "typeIdentifier": "t_struct$_Context_$24970_memory_ptr",
4651
+ "typeIdentifier": "t_struct$_Context_$24981_memory_ptr",
4652
4652
  "typeString": "struct ISuperfluid.Context memory"
4653
4653
  }
4654
4654
  },
@@ -4660,7 +4660,7 @@
4660
4660
  "memberLocation": "5078:13:31",
4661
4661
  "memberName": "appCreditUsed",
4662
4662
  "nodeType": "MemberAccess",
4663
- "referencedDeclaration": 24964,
4663
+ "referencedDeclaration": 24975,
4664
4664
  "src": "5067:24:31",
4665
4665
  "typeDescriptions": {
4666
4666
  "typeIdentifier": "t_int256",
@@ -4763,7 +4763,7 @@
4763
4763
  "referencedDeclaration": 6579,
4764
4764
  "src": "5281:10:31",
4765
4765
  "typeDescriptions": {
4766
- "typeIdentifier": "t_struct$_Context_$24970_memory_ptr",
4766
+ "typeIdentifier": "t_struct$_Context_$24981_memory_ptr",
4767
4767
  "typeString": "struct ISuperfluid.Context memory"
4768
4768
  }
4769
4769
  },
@@ -4775,7 +4775,7 @@
4775
4775
  "memberLocation": "5292:13:31",
4776
4776
  "memberName": "appCreditUsed",
4777
4777
  "nodeType": "MemberAccess",
4778
- "referencedDeclaration": 24964,
4778
+ "referencedDeclaration": 24975,
4779
4779
  "src": "5281:24:31",
4780
4780
  "typeDescriptions": {
4781
4781
  "typeIdentifier": "t_int256",
@@ -4957,7 +4957,7 @@
4957
4957
  "stateVariable": false,
4958
4958
  "storageLocation": "memory",
4959
4959
  "typeDescriptions": {
4960
- "typeIdentifier": "t_struct$_Context_$24970_memory_ptr",
4960
+ "typeIdentifier": "t_struct$_Context_$24981_memory_ptr",
4961
4961
  "typeString": "struct ISuperfluid.Context"
4962
4962
  },
4963
4963
  "typeName": {
@@ -4971,13 +4971,13 @@
4971
4971
  "3705:7:31"
4972
4972
  ],
4973
4973
  "nodeType": "IdentifierPath",
4974
- "referencedDeclaration": 24970,
4974
+ "referencedDeclaration": 24981,
4975
4975
  "src": "3693:19:31"
4976
4976
  },
4977
- "referencedDeclaration": 24970,
4977
+ "referencedDeclaration": 24981,
4978
4978
  "src": "3693:19:31",
4979
4979
  "typeDescriptions": {
4980
- "typeIdentifier": "t_struct$_Context_$24970_storage_ptr",
4980
+ "typeIdentifier": "t_struct$_Context_$24981_storage_ptr",
4981
4981
  "typeString": "struct ISuperfluid.Context"
4982
4982
  }
4983
4983
  },
@@ -5344,10 +5344,10 @@
5344
5344
  "name": "SuperAppDefinitions",
5345
5345
  "nodeType": "Identifier",
5346
5346
  "overloadedDeclarations": [],
5347
- "referencedDeclaration": 23297,
5347
+ "referencedDeclaration": 23308,
5348
5348
  "src": "6517:19:31",
5349
5349
  "typeDescriptions": {
5350
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23297_$",
5350
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
5351
5351
  "typeString": "type(library SuperAppDefinitions)"
5352
5352
  }
5353
5353
  },
@@ -5359,7 +5359,7 @@
5359
5359
  "memberLocation": "6537:29:31",
5360
5360
  "memberName": "BEFORE_AGREEMENT_CREATED_NOOP",
5361
5361
  "nodeType": "MemberAccess",
5362
- "referencedDeclaration": 23199,
5362
+ "referencedDeclaration": 23210,
5363
5363
  "src": "6517:49:31",
5364
5364
  "typeDescriptions": {
5365
5365
  "typeIdentifier": "t_uint256",
@@ -5403,10 +5403,10 @@
5403
5403
  "name": "SuperAppDefinitions",
5404
5404
  "nodeType": "Identifier",
5405
5405
  "overloadedDeclarations": [],
5406
- "referencedDeclaration": 23297,
5406
+ "referencedDeclaration": 23308,
5407
5407
  "src": "6662:19:31",
5408
5408
  "typeDescriptions": {
5409
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23297_$",
5409
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
5410
5410
  "typeString": "type(library SuperAppDefinitions)"
5411
5411
  }
5412
5412
  },
@@ -5418,7 +5418,7 @@
5418
5418
  "memberLocation": "6682:29:31",
5419
5419
  "memberName": "BEFORE_AGREEMENT_UPDATED_NOOP",
5420
5420
  "nodeType": "MemberAccess",
5421
- "referencedDeclaration": 23215,
5421
+ "referencedDeclaration": 23226,
5422
5422
  "src": "6662:49:31",
5423
5423
  "typeDescriptions": {
5424
5424
  "typeIdentifier": "t_uint256",
@@ -5462,10 +5462,10 @@
5462
5462
  "name": "SuperAppDefinitions",
5463
5463
  "nodeType": "Identifier",
5464
5464
  "overloadedDeclarations": [],
5465
- "referencedDeclaration": 23297,
5465
+ "referencedDeclaration": 23308,
5466
5466
  "src": "6807:19:31",
5467
5467
  "typeDescriptions": {
5468
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23297_$",
5468
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
5469
5469
  "typeString": "type(library SuperAppDefinitions)"
5470
5470
  }
5471
5471
  },
@@ -5477,7 +5477,7 @@
5477
5477
  "memberLocation": "6827:32:31",
5478
5478
  "memberName": "BEFORE_AGREEMENT_TERMINATED_NOOP",
5479
5479
  "nodeType": "MemberAccess",
5480
- "referencedDeclaration": 23231,
5480
+ "referencedDeclaration": 23242,
5481
5481
  "src": "6807:52:31",
5482
5482
  "typeDescriptions": {
5483
5483
  "typeIdentifier": "t_uint256",
@@ -5521,10 +5521,10 @@
5521
5521
  "name": "SuperAppDefinitions",
5522
5522
  "nodeType": "Identifier",
5523
5523
  "overloadedDeclarations": [],
5524
- "referencedDeclaration": 23297,
5524
+ "referencedDeclaration": 23308,
5525
5525
  "src": "6958:19:31",
5526
5526
  "typeDescriptions": {
5527
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23297_$",
5527
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
5528
5528
  "typeString": "type(library SuperAppDefinitions)"
5529
5529
  }
5530
5530
  },
@@ -5536,7 +5536,7 @@
5536
5536
  "memberLocation": "6978:28:31",
5537
5537
  "memberName": "AFTER_AGREEMENT_CREATED_NOOP",
5538
5538
  "nodeType": "MemberAccess",
5539
- "referencedDeclaration": 23207,
5539
+ "referencedDeclaration": 23218,
5540
5540
  "src": "6958:48:31",
5541
5541
  "typeDescriptions": {
5542
5542
  "typeIdentifier": "t_uint256",
@@ -5580,10 +5580,10 @@
5580
5580
  "name": "SuperAppDefinitions",
5581
5581
  "nodeType": "Identifier",
5582
5582
  "overloadedDeclarations": [],
5583
- "referencedDeclaration": 23297,
5583
+ "referencedDeclaration": 23308,
5584
5584
  "src": "7101:19:31",
5585
5585
  "typeDescriptions": {
5586
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23297_$",
5586
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$23308_$",
5587
5587
  "typeString": "type(library SuperAppDefinitions)"
5588
5588
  }
5589
5589
  },
@@ -5595,7 +5595,7 @@
5595
5595
  "memberLocation": "7121:28:31",
5596
5596
  "memberName": "AFTER_AGREEMENT_UPDATED_NOOP",
5597
5597
  "nodeType": "MemberAccess",
5598
- "referencedDeclaration": 23223,
5598
+ "referencedDeclaration": 23234,
5599
5599
  "src": "7101:48:31",
5600
5600
  "typeDescriptions": {
5601
5601
  "typeIdentifier": "t_uint256",
@@ -5621,10 +5621,10 @@
5621
5621
  "name": "ISuperApp",
5622
5622
  "nodeType": "Identifier",
5623
5623
  "overloadedDeclarations": [],
5624
- "referencedDeclaration": 23909,
5624
+ "referencedDeclaration": 23920,
5625
5625
  "src": "7324:9:31",
5626
5626
  "typeDescriptions": {
5627
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23909_$",
5627
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23920_$",
5628
5628
  "typeString": "type(contract ISuperApp)"
5629
5629
  }
5630
5630
  },
@@ -5636,10 +5636,10 @@
5636
5636
  "memberLocation": "7334:24:31",
5637
5637
  "memberName": "afterAgreementTerminated",
5638
5638
  "nodeType": "MemberAccess",
5639
- "referencedDeclaration": 23908,
5639
+ "referencedDeclaration": 23919,
5640
5640
  "src": "7324:34:31",
5641
5641
  "typeDescriptions": {
5642
- "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$24383_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5642
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$24394_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5643
5643
  "typeString": "function ISuperApp.afterAgreementTerminated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata,bytes calldata) returns (bytes memory)"
5644
5644
  }
5645
5645
  },
@@ -5680,10 +5680,10 @@
5680
5680
  "name": "ISuperApp",
5681
5681
  "nodeType": "Identifier",
5682
5682
  "overloadedDeclarations": [],
5683
- "referencedDeclaration": 23909,
5683
+ "referencedDeclaration": 23920,
5684
5684
  "src": "7172:9:31",
5685
5685
  "typeDescriptions": {
5686
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23909_$",
5686
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23920_$",
5687
5687
  "typeString": "type(contract ISuperApp)"
5688
5688
  }
5689
5689
  },
@@ -5695,10 +5695,10 @@
5695
5695
  "memberLocation": "7182:21:31",
5696
5696
  "memberName": "afterAgreementUpdated",
5697
5697
  "nodeType": "MemberAccess",
5698
- "referencedDeclaration": 23872,
5698
+ "referencedDeclaration": 23883,
5699
5699
  "src": "7172:31:31",
5700
5700
  "typeDescriptions": {
5701
- "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$24383_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5701
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$24394_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5702
5702
  "typeString": "function ISuperApp.afterAgreementUpdated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata,bytes calldata) returns (bytes memory)"
5703
5703
  }
5704
5704
  },
@@ -5740,10 +5740,10 @@
5740
5740
  "name": "ISuperApp",
5741
5741
  "nodeType": "Identifier",
5742
5742
  "overloadedDeclarations": [],
5743
- "referencedDeclaration": 23909,
5743
+ "referencedDeclaration": 23920,
5744
5744
  "src": "7029:9:31",
5745
5745
  "typeDescriptions": {
5746
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23909_$",
5746
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23920_$",
5747
5747
  "typeString": "type(contract ISuperApp)"
5748
5748
  }
5749
5749
  },
@@ -5755,10 +5755,10 @@
5755
5755
  "memberLocation": "7039:21:31",
5756
5756
  "memberName": "afterAgreementCreated",
5757
5757
  "nodeType": "MemberAccess",
5758
- "referencedDeclaration": 23836,
5758
+ "referencedDeclaration": 23847,
5759
5759
  "src": "7029:31:31",
5760
5760
  "typeDescriptions": {
5761
- "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$24383_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5761
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$24394_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5762
5762
  "typeString": "function ISuperApp.afterAgreementCreated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata,bytes calldata) returns (bytes memory)"
5763
5763
  }
5764
5764
  },
@@ -5800,10 +5800,10 @@
5800
5800
  "name": "ISuperApp",
5801
5801
  "nodeType": "Identifier",
5802
5802
  "overloadedDeclarations": [],
5803
- "referencedDeclaration": 23909,
5803
+ "referencedDeclaration": 23920,
5804
5804
  "src": "6882:9:31",
5805
5805
  "typeDescriptions": {
5806
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23909_$",
5806
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23920_$",
5807
5807
  "typeString": "type(contract ISuperApp)"
5808
5808
  }
5809
5809
  },
@@ -5815,10 +5815,10 @@
5815
5815
  "memberLocation": "6892:25:31",
5816
5816
  "memberName": "beforeAgreementTerminated",
5817
5817
  "nodeType": "MemberAccess",
5818
- "referencedDeclaration": 23889,
5818
+ "referencedDeclaration": 23900,
5819
5819
  "src": "6882:35:31",
5820
5820
  "typeDescriptions": {
5821
- "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$24383_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5821
+ "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$24394_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5822
5822
  "typeString": "function ISuperApp.beforeAgreementTerminated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata) view returns (bytes memory)"
5823
5823
  }
5824
5824
  },
@@ -5860,10 +5860,10 @@
5860
5860
  "name": "ISuperApp",
5861
5861
  "nodeType": "Identifier",
5862
5862
  "overloadedDeclarations": [],
5863
- "referencedDeclaration": 23909,
5863
+ "referencedDeclaration": 23920,
5864
5864
  "src": "6734:9:31",
5865
5865
  "typeDescriptions": {
5866
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23909_$",
5866
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23920_$",
5867
5867
  "typeString": "type(contract ISuperApp)"
5868
5868
  }
5869
5869
  },
@@ -5875,10 +5875,10 @@
5875
5875
  "memberLocation": "6744:22:31",
5876
5876
  "memberName": "beforeAgreementUpdated",
5877
5877
  "nodeType": "MemberAccess",
5878
- "referencedDeclaration": 23853,
5878
+ "referencedDeclaration": 23864,
5879
5879
  "src": "6734:32:31",
5880
5880
  "typeDescriptions": {
5881
- "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$24383_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5881
+ "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$24394_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5882
5882
  "typeString": "function ISuperApp.beforeAgreementUpdated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata) view returns (bytes memory)"
5883
5883
  }
5884
5884
  },
@@ -5920,10 +5920,10 @@
5920
5920
  "name": "ISuperApp",
5921
5921
  "nodeType": "Identifier",
5922
5922
  "overloadedDeclarations": [],
5923
- "referencedDeclaration": 23909,
5923
+ "referencedDeclaration": 23920,
5924
5924
  "src": "6589:9:31",
5925
5925
  "typeDescriptions": {
5926
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23909_$",
5926
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23920_$",
5927
5927
  "typeString": "type(contract ISuperApp)"
5928
5928
  }
5929
5929
  },
@@ -5935,10 +5935,10 @@
5935
5935
  "memberLocation": "6599:22:31",
5936
5936
  "memberName": "beforeAgreementCreated",
5937
5937
  "nodeType": "MemberAccess",
5938
- "referencedDeclaration": 23817,
5938
+ "referencedDeclaration": 23828,
5939
5939
  "src": "6589:32:31",
5940
5940
  "typeDescriptions": {
5941
- "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$24383_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5941
+ "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$24394_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5942
5942
  "typeString": "function ISuperApp.beforeAgreementCreated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata) view returns (bytes memory)"
5943
5943
  }
5944
5944
  },
@@ -6130,10 +6130,10 @@
6130
6130
  "name": "ISuperApp",
6131
6131
  "nodeType": "Identifier",
6132
6132
  "overloadedDeclarations": [],
6133
- "referencedDeclaration": 23909,
6133
+ "referencedDeclaration": 23920,
6134
6134
  "src": "7738:9:31",
6135
6135
  "typeDescriptions": {
6136
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23909_$",
6136
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$23920_$",
6137
6137
  "typeString": "type(contract ISuperApp)"
6138
6138
  }
6139
6139
  },
@@ -6149,7 +6149,7 @@
6149
6149
  "src": "7738:25:31",
6150
6150
  "tryCall": false,
6151
6151
  "typeDescriptions": {
6152
- "typeIdentifier": "t_contract$_ISuperApp_$23909",
6152
+ "typeIdentifier": "t_contract$_ISuperApp_$23920",
6153
6153
  "typeString": "contract ISuperApp"
6154
6154
  }
6155
6155
  },
@@ -6233,7 +6233,7 @@
6233
6233
  "referencedDeclaration": 6408,
6234
6234
  "src": "7848:12:31",
6235
6235
  "typeDescriptions": {
6236
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
6236
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
6237
6237
  "typeString": "contract ISuperfluidToken"
6238
6238
  }
6239
6239
  }
@@ -6245,7 +6245,7 @@
6245
6245
  "typeString": "bytes memory"
6246
6246
  },
6247
6247
  {
6248
- "typeIdentifier": "t_contract$_ISuperApp_$23909",
6248
+ "typeIdentifier": "t_contract$_ISuperApp_$23920",
6249
6249
  "typeString": "contract ISuperApp"
6250
6250
  },
6251
6251
  {
@@ -6257,7 +6257,7 @@
6257
6257
  "typeString": "int256"
6258
6258
  },
6259
6259
  {
6260
- "typeIdentifier": "t_contract$_ISuperfluidToken_$25452",
6260
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
6261
6261
  "typeString": "contract ISuperfluidToken"
6262
6262
  }
6263
6263
  ],
@@ -6302,10 +6302,10 @@
6302
6302
  "name": "ISuperfluid",
6303
6303
  "nodeType": "Identifier",
6304
6304
  "overloadedDeclarations": [],
6305
- "referencedDeclaration": 25037,
6305
+ "referencedDeclaration": 25048,
6306
6306
  "src": "7668:11:31",
6307
6307
  "typeDescriptions": {
6308
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25037_$",
6308
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25048_$",
6309
6309
  "typeString": "type(contract ISuperfluid)"
6310
6310
  }
6311
6311
  },
@@ -6321,7 +6321,7 @@
6321
6321
  "src": "7668:23:31",
6322
6322
  "tryCall": false,
6323
6323
  "typeDescriptions": {
6324
- "typeIdentifier": "t_contract$_ISuperfluid_$25037",
6324
+ "typeIdentifier": "t_contract$_ISuperfluid_$25048",
6325
6325
  "typeString": "contract ISuperfluid"
6326
6326
  }
6327
6327
  },
@@ -6333,10 +6333,10 @@
6333
6333
  "memberLocation": "7692:15:31",
6334
6334
  "memberName": "appCallbackPush",
6335
6335
  "nodeType": "MemberAccess",
6336
- "referencedDeclaration": 24881,
6336
+ "referencedDeclaration": 24892,
6337
6337
  "src": "7668:39:31",
6338
6338
  "typeDescriptions": {
6339
- "typeIdentifier": "t_function_external_nonpayable$_t_bytes_memory_ptr_$_t_contract$_ISuperApp_$23909_$_t_uint256_$_t_int256_$_t_contract$_ISuperfluidToken_$25452_$returns$_t_bytes_memory_ptr_$",
6339
+ "typeIdentifier": "t_function_external_nonpayable$_t_bytes_memory_ptr_$_t_contract$_ISuperApp_$23920_$_t_uint256_$_t_int256_$_t_contract$_ISuperfluidToken_$25463_$returns$_t_bytes_memory_ptr_$",
6340
6340
  "typeString": "function (bytes memory,contract ISuperApp,uint256,int256,contract ISuperfluidToken) external returns (bytes memory)"
6341
6341
  }
6342
6342
  },
@@ -6572,10 +6572,10 @@
6572
6572
  "name": "ISuperfluid",
6573
6573
  "nodeType": "Identifier",
6574
6574
  "overloadedDeclarations": [],
6575
- "referencedDeclaration": 25037,
6575
+ "referencedDeclaration": 25048,
6576
6576
  "src": "8082:11:31",
6577
6577
  "typeDescriptions": {
6578
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25037_$",
6578
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25048_$",
6579
6579
  "typeString": "type(contract ISuperfluid)"
6580
6580
  }
6581
6581
  },
@@ -6591,7 +6591,7 @@
6591
6591
  "src": "8082:23:31",
6592
6592
  "tryCall": false,
6593
6593
  "typeDescriptions": {
6594
- "typeIdentifier": "t_contract$_ISuperfluid_$25037",
6594
+ "typeIdentifier": "t_contract$_ISuperfluid_$25048",
6595
6595
  "typeString": "contract ISuperfluid"
6596
6596
  }
6597
6597
  },
@@ -6603,7 +6603,7 @@
6603
6603
  "memberLocation": "8106:14:31",
6604
6604
  "memberName": "appCallbackPop",
6605
6605
  "nodeType": "MemberAccess",
6606
- "referencedDeclaration": 24891,
6606
+ "referencedDeclaration": 24902,
6607
6607
  "src": "8082:38:31",
6608
6608
  "typeDescriptions": {
6609
6609
  "typeIdentifier": "t_function_external_nonpayable$_t_bytes_memory_ptr_$_t_int256_$returns$_t_bytes_memory_ptr_$",
@@ -7358,7 +7358,7 @@
7358
7358
  },
7359
7359
  "networks": {},
7360
7360
  "schemaVersion": "3.4.13",
7361
- "updatedAt": "2023-06-28T11:03:18.693Z",
7361
+ "updatedAt": "2023-07-26T13:43:45.754Z",
7362
7362
  "devdoc": {
7363
7363
  "author": "Superfluid",
7364
7364
  "details": "Helper library for building super agreement",