@superfluid-finance/ethereum-contracts 1.3.2-dev.8696fa0.0 → 1.3.2-dev.9e41aae.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 (110) 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 +165 -165
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +208 -208
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +389 -389
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  12. package/build/contracts/ConstantFlowAgreementV1.json +932 -932
  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/ERC1820RegistryCompiled.json +22 -22
  20. package/build/contracts/ERC20.json +1 -1
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  24. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  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/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +112 -112
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  38. package/build/contracts/IDAv1Library.json +430 -430
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +42 -42
  53. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +47 -47
  57. package/build/contracts/ISETHCustom.json +47 -47
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +191 -191
  60. package/build/contracts/ISuperToken.json +523 -523
  61. package/build/contracts/ISuperTokenFactory.json +160 -160
  62. package/build/contracts/ISuperfluid.json +826 -826
  63. package/build/contracts/ISuperfluidGovernance.json +242 -242
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1441 -1441
  66. package/build/contracts/ITOGAv2.json +1441 -1441
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +567 -567
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  70. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +106 -106
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +224 -224
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +704 -704
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +42 -42
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +2362 -2362
  87. package/build/contracts/SuperTokenFactory.json +747 -747
  88. package/build/contracts/SuperTokenFactoryBase.json +737 -737
  89. package/build/contracts/SuperTokenFactoryHelper.json +740 -740
  90. package/build/contracts/SuperUpgrader.json +437 -437
  91. package/build/contracts/Superfluid.json +4860 -4860
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +690 -690
  93. package/build/contracts/SuperfluidGovernanceBase.json +3933 -2158
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +7488 -4364
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +207 -207
  98. package/build/contracts/SuperfluidToken.json +1404 -1404
  99. package/build/contracts/TOGA.json +1458 -1458
  100. package/build/contracts/TestGovernance.json +8293 -5439
  101. package/build/contracts/TestToken.json +93 -93
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +32 -32
  104. package/build/contracts/UUPSProxiable.json +139 -139
  105. package/build/contracts/UUPSProxy.json +81 -81
  106. package/build/contracts/UUPSUtils.json +37 -37
  107. package/build/contracts-sizes.txt +1 -1
  108. package/contracts/gov/SuperfluidGovernanceBase.sol +98 -35
  109. package/package.json +2 -2
  110. package/scripts/gov-create-new-app-registration-key.js +9 -19
@@ -18,25 +18,25 @@
18
18
  6615
19
19
  ],
20
20
  "ContextDefinitions": [
21
- 18751
21
+ 18873
22
22
  ],
23
23
  "ISuperApp": [
24
- 19116
24
+ 19238
25
25
  ],
26
26
  "ISuperfluid": [
27
- 20053
27
+ 20175
28
28
  ],
29
29
  "ISuperfluidGovernance": [
30
- 20176
30
+ 20298
31
31
  ],
32
32
  "ISuperfluidToken": [
33
- 20450
33
+ 20572
34
34
  ],
35
35
  "SafeCast": [
36
36
  5096
37
37
  ],
38
38
  "SuperAppDefinitions": [
39
- 18675
39
+ 18797
40
40
  ]
41
41
  },
42
42
  "id": 6616,
@@ -60,7 +60,7 @@
60
60
  "nameLocation": "-1:-1:-1",
61
61
  "nodeType": "ImportDirective",
62
62
  "scope": 6616,
63
- "sourceUnit": 20054,
63
+ "sourceUnit": 20176,
64
64
  "src": "60:188:32",
65
65
  "symbolAliases": [
66
66
  {
@@ -69,7 +69,7 @@
69
69
  "name": "ISuperfluidGovernance",
70
70
  "nodeType": "Identifier",
71
71
  "overloadedDeclarations": [],
72
- "referencedDeclaration": 20176,
72
+ "referencedDeclaration": 20298,
73
73
  "src": "73:21:32",
74
74
  "typeDescriptions": {}
75
75
  },
@@ -81,7 +81,7 @@
81
81
  "name": "ISuperfluid",
82
82
  "nodeType": "Identifier",
83
83
  "overloadedDeclarations": [],
84
- "referencedDeclaration": 20053,
84
+ "referencedDeclaration": 20175,
85
85
  "src": "100:11:32",
86
86
  "typeDescriptions": {}
87
87
  },
@@ -93,7 +93,7 @@
93
93
  "name": "ISuperfluidToken",
94
94
  "nodeType": "Identifier",
95
95
  "overloadedDeclarations": [],
96
- "referencedDeclaration": 20450,
96
+ "referencedDeclaration": 20572,
97
97
  "src": "117:16:32",
98
98
  "typeDescriptions": {}
99
99
  },
@@ -105,7 +105,7 @@
105
105
  "name": "ISuperApp",
106
106
  "nodeType": "Identifier",
107
107
  "overloadedDeclarations": [],
108
- "referencedDeclaration": 19116,
108
+ "referencedDeclaration": 19238,
109
109
  "src": "139:9:32",
110
110
  "typeDescriptions": {}
111
111
  },
@@ -117,7 +117,7 @@
117
117
  "name": "SuperAppDefinitions",
118
118
  "nodeType": "Identifier",
119
119
  "overloadedDeclarations": [],
120
- "referencedDeclaration": 18675,
120
+ "referencedDeclaration": 18797,
121
121
  "src": "154:19:32",
122
122
  "typeDescriptions": {}
123
123
  },
@@ -129,7 +129,7 @@
129
129
  "name": "ContextDefinitions",
130
130
  "nodeType": "Identifier",
131
131
  "overloadedDeclarations": [],
132
- "referencedDeclaration": 18751,
132
+ "referencedDeclaration": 18873,
133
133
  "src": "179:18:32",
134
134
  "typeDescriptions": {}
135
135
  },
@@ -145,7 +145,7 @@
145
145
  "nameLocation": "-1:-1:-1",
146
146
  "nodeType": "ImportDirective",
147
147
  "scope": 6616,
148
- "sourceUnit": 20451,
148
+ "sourceUnit": 20573,
149
149
  "src": "249:81:32",
150
150
  "symbolAliases": [
151
151
  {
@@ -154,7 +154,7 @@
154
154
  "name": "ISuperfluidToken",
155
155
  "nodeType": "Identifier",
156
156
  "overloadedDeclarations": [],
157
- "referencedDeclaration": 20450,
157
+ "referencedDeclaration": 20572,
158
158
  "src": "258:16:32",
159
159
  "typeDescriptions": {}
160
160
  },
@@ -286,7 +286,7 @@
286
286
  "referencedDeclaration": 6087,
287
287
  "src": "1174:5:32",
288
288
  "typeDescriptions": {
289
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
289
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
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": 20187,
300
+ "referencedDeclaration": 20309,
301
301
  "src": "1174:13:32",
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": 20053,
482
+ "referencedDeclaration": 20175,
483
483
  "src": "1243:11:32",
484
484
  "typeDescriptions": {
485
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20053_$",
485
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20175_$",
486
486
  "typeString": "type(contract ISuperfluid)"
487
487
  }
488
488
  },
@@ -497,7 +497,7 @@
497
497
  "src": "1243:23:32",
498
498
  "tryCall": false,
499
499
  "typeDescriptions": {
500
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
500
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
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": 20029,
511
+ "referencedDeclaration": 20151,
512
512
  "src": "1243:34:32",
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": 20053,
657
+ "referencedDeclaration": 20175,
658
658
  "src": "1315:11:32",
659
659
  "typeDescriptions": {
660
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20053_$",
660
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20175_$",
661
661
  "typeString": "type(contract ISuperfluid)"
662
662
  }
663
663
  },
@@ -672,7 +672,7 @@
672
672
  "src": "1315:23:32",
673
673
  "tryCall": false,
674
674
  "typeDescriptions": {
675
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
675
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
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": 20022,
686
+ "referencedDeclaration": 20144,
687
687
  "src": "1315:33:32",
688
688
  "typeDescriptions": {
689
- "typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$19986_memory_ptr_$",
689
+ "typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_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:32",
702
702
  "tryCall": false,
703
703
  "typeDescriptions": {
704
- "typeIdentifier": "t_struct$_Context_$19986_memory_ptr",
704
+ "typeIdentifier": "t_struct$_Context_$20108_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_$20450",
744
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
745
745
  "typeString": "contract ISuperfluidToken"
746
746
  },
747
747
  "typeName": {
@@ -751,13 +751,13 @@
751
751
  "id": 6085,
752
752
  "name": "ISuperfluidToken",
753
753
  "nodeType": "IdentifierPath",
754
- "referencedDeclaration": 20450,
754
+ "referencedDeclaration": 20572,
755
755
  "src": "1043:16:32"
756
756
  },
757
- "referencedDeclaration": 20450,
757
+ "referencedDeclaration": 20572,
758
758
  "src": "1043:16:32",
759
759
  "typeDescriptions": {
760
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
760
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
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_$19986_memory_ptr",
812
+ "typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
813
813
  "typeString": "struct ISuperfluid.Context"
814
814
  },
815
815
  "typeName": {
@@ -819,13 +819,13 @@
819
819
  "id": 6091,
820
820
  "name": "ISuperfluid.Context",
821
821
  "nodeType": "IdentifierPath",
822
- "referencedDeclaration": 19986,
822
+ "referencedDeclaration": 20108,
823
823
  "src": "1124:19:32"
824
824
  },
825
- "referencedDeclaration": 19986,
825
+ "referencedDeclaration": 20108,
826
826
  "src": "1124:19:32",
827
827
  "typeDescriptions": {
828
- "typeIdentifier": "t_struct$_Context_$19986_storage_ptr",
828
+ "typeIdentifier": "t_struct$_Context_$20108_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_$20450",
859
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
860
860
  "typeString": "contract ISuperfluidToken"
861
861
  },
862
862
  "typeName": {
@@ -866,13 +866,13 @@
866
866
  "id": 6126,
867
867
  "name": "ISuperfluidToken",
868
868
  "nodeType": "IdentifierPath",
869
- "referencedDeclaration": 20450,
869
+ "referencedDeclaration": 20572,
870
870
  "src": "1593:16:32"
871
871
  },
872
- "referencedDeclaration": 20450,
872
+ "referencedDeclaration": 20572,
873
873
  "src": "1593:16:32",
874
874
  "typeDescriptions": {
875
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
875
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
876
876
  "typeString": "contract ISuperfluidToken"
877
877
  }
878
878
  },
@@ -1085,7 +1085,7 @@
1085
1085
  "referencedDeclaration": 6128,
1086
1086
  "src": "2039:12:32",
1087
1087
  "typeDescriptions": {
1088
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1088
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1089
1089
  "typeString": "contract ISuperfluidToken"
1090
1090
  }
1091
1091
  },
@@ -1099,13 +1099,13 @@
1099
1099
  "referencedDeclaration": 6144,
1100
1100
  "src": "2054:5:32",
1101
1101
  "typeDescriptions": {
1102
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1102
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1103
1103
  "typeString": "contract ISuperfluidToken"
1104
1104
  }
1105
1105
  },
1106
1106
  "src": "2039:20:32",
1107
1107
  "typeDescriptions": {
1108
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1108
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
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_$20450",
1315
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1316
1316
  "typeString": "contract ISuperfluidToken"
1317
1317
  },
1318
1318
  "typeName": {
@@ -1322,13 +1322,13 @@
1322
1322
  "id": 6142,
1323
1323
  "name": "ISuperfluidToken",
1324
1324
  "nodeType": "IdentifierPath",
1325
- "referencedDeclaration": 20450,
1325
+ "referencedDeclaration": 20572,
1326
1326
  "src": "1839:16:32"
1327
1327
  },
1328
- "referencedDeclaration": 20450,
1328
+ "referencedDeclaration": 20572,
1329
1329
  "src": "1839:16:32",
1330
1330
  "typeDescriptions": {
1331
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1331
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
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": 19116,
1690
+ "referencedDeclaration": 19238,
1691
1691
  "src": "2511:9:32",
1692
1692
  "typeDescriptions": {
1693
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19116_$",
1693
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19238_$",
1694
1694
  "typeString": "type(contract ISuperApp)"
1695
1695
  }
1696
1696
  },
@@ -1705,7 +1705,7 @@
1705
1705
  "src": "2511:25:32",
1706
1706
  "tryCall": false,
1707
1707
  "typeDescriptions": {
1708
- "typeIdentifier": "t_contract$_ISuperApp_$19116",
1708
+ "typeIdentifier": "t_contract$_ISuperApp_$19238",
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_$19116",
1716
+ "typeIdentifier": "t_contract$_ISuperApp_$19238",
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": 20053,
1760
+ "referencedDeclaration": 20175,
1761
1761
  "src": "2472:11:32",
1762
1762
  "typeDescriptions": {
1763
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20053_$",
1763
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20175_$",
1764
1764
  "typeString": "type(contract ISuperfluid)"
1765
1765
  }
1766
1766
  },
@@ -1775,7 +1775,7 @@
1775
1775
  "src": "2472:23:32",
1776
1776
  "tryCall": false,
1777
1777
  "typeDescriptions": {
1778
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1778
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
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": 19821,
1789
+ "referencedDeclaration": 19943,
1790
1790
  "src": "2472:38:32",
1791
1791
  "typeDescriptions": {
1792
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$19116_$returns$_t_bool_$_t_bool_$_t_uint256_$",
1792
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$19238_$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": 6128,
2224
2224
  "src": "2839:12:32",
2225
2225
  "typeDescriptions": {
2226
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2226
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
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_$20450",
2411
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
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": 19116,
2538
+ "referencedDeclaration": 19238,
2539
2539
  "src": "3154:9:32",
2540
2540
  "typeDescriptions": {
2541
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19116_$",
2541
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19238_$",
2542
2542
  "typeString": "type(contract ISuperApp)"
2543
2543
  }
2544
2544
  },
@@ -2553,7 +2553,7 @@
2553
2553
  "src": "3154:25:32",
2554
2554
  "tryCall": false,
2555
2555
  "typeDescriptions": {
2556
- "typeIdentifier": "t_contract$_ISuperApp_$19116",
2556
+ "typeIdentifier": "t_contract$_ISuperApp_$19238",
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": 18675,
2617
+ "referencedDeclaration": 18797,
2618
2618
  "src": "3249:19:32",
2619
2619
  "typeDescriptions": {
2620
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18675_$",
2620
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
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": 18609,
2631
+ "referencedDeclaration": 18731,
2632
2632
  "src": "3249:52:32",
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_$19116",
2660
+ "typeIdentifier": "t_contract$_ISuperApp_$19238",
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": 20053,
2716
+ "referencedDeclaration": 20175,
2717
2717
  "src": "3087:11:32",
2718
2718
  "typeDescriptions": {
2719
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20053_$",
2719
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20175_$",
2720
2720
  "typeString": "type(contract ISuperfluid)"
2721
2721
  }
2722
2722
  },
@@ -2731,7 +2731,7 @@
2731
2731
  "src": "3087:23:32",
2732
2732
  "tryCall": false,
2733
2733
  "typeDescriptions": {
2734
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
2734
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
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": 19864,
2745
+ "referencedDeclaration": 19986,
2746
2746
  "src": "3087:45:32",
2747
2747
  "typeDescriptions": {
2748
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$19116_$_t_bytes_memory_ptr_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2748
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$19238_$_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": 19116,
3194
+ "referencedDeclaration": 19238,
3195
3195
  "src": "3915:9:32",
3196
3196
  "typeDescriptions": {
3197
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19116_$",
3197
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19238_$",
3198
3198
  "typeString": "type(contract ISuperApp)"
3199
3199
  }
3200
3200
  },
@@ -3209,7 +3209,7 @@
3209
3209
  "src": "3915:25:32",
3210
3210
  "tryCall": false,
3211
3211
  "typeDescriptions": {
3212
- "typeIdentifier": "t_contract$_ISuperApp_$19116",
3212
+ "typeIdentifier": "t_contract$_ISuperApp_$19238",
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_$19116",
3220
+ "typeIdentifier": "t_contract$_ISuperApp_$19238",
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": 20053,
3264
+ "referencedDeclaration": 20175,
3265
3265
  "src": "3876:11:32",
3266
3266
  "typeDescriptions": {
3267
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20053_$",
3267
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20175_$",
3268
3268
  "typeString": "type(contract ISuperfluid)"
3269
3269
  }
3270
3270
  },
@@ -3279,7 +3279,7 @@
3279
3279
  "src": "3876:23:32",
3280
3280
  "tryCall": false,
3281
3281
  "typeDescriptions": {
3282
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
3282
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
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": 19821,
3293
+ "referencedDeclaration": 19943,
3294
3294
  "src": "3876:38:32",
3295
3295
  "typeDescriptions": {
3296
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$19116_$returns$_t_bool_$_t_bool_$_t_uint256_$",
3296
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$19238_$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": 6128,
3765
3765
  "src": "4256:12:32",
3766
3766
  "typeDescriptions": {
3767
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3767
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
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_$20450",
3964
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
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": 19116,
4095
+ "referencedDeclaration": 19238,
4096
4096
  "src": "4598:9:32",
4097
4097
  "typeDescriptions": {
4098
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19116_$",
4098
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19238_$",
4099
4099
  "typeString": "type(contract ISuperApp)"
4100
4100
  }
4101
4101
  },
@@ -4110,7 +4110,7 @@
4110
4110
  "src": "4598:25:32",
4111
4111
  "tryCall": false,
4112
4112
  "typeDescriptions": {
4113
- "typeIdentifier": "t_contract$_ISuperApp_$19116",
4113
+ "typeIdentifier": "t_contract$_ISuperApp_$19238",
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": 18675,
4174
+ "referencedDeclaration": 18797,
4175
4175
  "src": "4693:19:32",
4176
4176
  "typeDescriptions": {
4177
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18675_$",
4177
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
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": 18617,
4188
+ "referencedDeclaration": 18739,
4189
4189
  "src": "4693:51:32",
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_$19116",
4217
+ "typeIdentifier": "t_contract$_ISuperApp_$19238",
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": 20053,
4273
+ "referencedDeclaration": 20175,
4274
4274
  "src": "4532:11:32",
4275
4275
  "typeDescriptions": {
4276
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20053_$",
4276
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20175_$",
4277
4277
  "typeString": "type(contract ISuperfluid)"
4278
4278
  }
4279
4279
  },
@@ -4288,7 +4288,7 @@
4288
4288
  "src": "4532:23:32",
4289
4289
  "tryCall": false,
4290
4290
  "typeDescriptions": {
4291
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
4291
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
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": 19879,
4302
+ "referencedDeclaration": 20001,
4303
4303
  "src": "4532:44:32",
4304
4304
  "typeDescriptions": {
4305
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$19116_$_t_bytes_memory_ptr_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4305
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$19238_$_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": 6299,
4347
4347
  "src": "4792:10:32",
4348
4348
  "typeDescriptions": {
4349
- "typeIdentifier": "t_struct$_Context_$19986_memory_ptr",
4349
+ "typeIdentifier": "t_struct$_Context_$20108_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": 20053,
4417
+ "referencedDeclaration": 20175,
4418
4418
  "src": "4805:11:32",
4419
4419
  "typeDescriptions": {
4420
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20053_$",
4420
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20175_$",
4421
4421
  "typeString": "type(contract ISuperfluid)"
4422
4422
  }
4423
4423
  },
@@ -4432,7 +4432,7 @@
4432
4432
  "src": "4805:23:32",
4433
4433
  "tryCall": false,
4434
4434
  "typeDescriptions": {
4435
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
4435
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
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": 20022,
4446
+ "referencedDeclaration": 20144,
4447
4447
  "src": "4805:33:32",
4448
4448
  "typeDescriptions": {
4449
- "typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$19986_memory_ptr_$",
4449
+ "typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$20108_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": "4805:41:32",
4462
4462
  "tryCall": false,
4463
4463
  "typeDescriptions": {
4464
- "typeIdentifier": "t_struct$_Context_$19986_memory_ptr",
4464
+ "typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
4465
4465
  "typeString": "struct ISuperfluid.Context memory"
4466
4466
  }
4467
4467
  },
4468
4468
  "src": "4792:54:32",
4469
4469
  "typeDescriptions": {
4470
- "typeIdentifier": "t_struct$_Context_$19986_memory_ptr",
4470
+ "typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
4471
4471
  "typeString": "struct ISuperfluid.Context memory"
4472
4472
  }
4473
4473
  },
@@ -4491,7 +4491,7 @@
4491
4491
  "referencedDeclaration": 6299,
4492
4492
  "src": "4950:10:32",
4493
4493
  "typeDescriptions": {
4494
- "typeIdentifier": "t_struct$_Context_$19986_memory_ptr",
4494
+ "typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
4495
4495
  "typeString": "struct ISuperfluid.Context memory"
4496
4496
  }
4497
4497
  },
@@ -4502,7 +4502,7 @@
4502
4502
  "lValueRequested": true,
4503
4503
  "memberName": "appCreditUsed",
4504
4504
  "nodeType": "MemberAccess",
4505
- "referencedDeclaration": 19980,
4505
+ "referencedDeclaration": 20102,
4506
4506
  "src": "4950:24:32",
4507
4507
  "typeDescriptions": {
4508
4508
  "typeIdentifier": "t_int256",
@@ -4549,7 +4549,7 @@
4549
4549
  "referencedDeclaration": 6299,
4550
4550
  "src": "5067:10:32",
4551
4551
  "typeDescriptions": {
4552
- "typeIdentifier": "t_struct$_Context_$19986_memory_ptr",
4552
+ "typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
4553
4553
  "typeString": "struct ISuperfluid.Context memory"
4554
4554
  }
4555
4555
  },
@@ -4560,7 +4560,7 @@
4560
4560
  "lValueRequested": false,
4561
4561
  "memberName": "appCreditUsed",
4562
4562
  "nodeType": "MemberAccess",
4563
- "referencedDeclaration": 19980,
4563
+ "referencedDeclaration": 20102,
4564
4564
  "src": "5067:24:32",
4565
4565
  "typeDescriptions": {
4566
4566
  "typeIdentifier": "t_int256",
@@ -4662,7 +4662,7 @@
4662
4662
  "referencedDeclaration": 6299,
4663
4663
  "src": "5281:10:32",
4664
4664
  "typeDescriptions": {
4665
- "typeIdentifier": "t_struct$_Context_$19986_memory_ptr",
4665
+ "typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
4666
4666
  "typeString": "struct ISuperfluid.Context memory"
4667
4667
  }
4668
4668
  },
@@ -4673,7 +4673,7 @@
4673
4673
  "lValueRequested": false,
4674
4674
  "memberName": "appCreditUsed",
4675
4675
  "nodeType": "MemberAccess",
4676
- "referencedDeclaration": 19980,
4676
+ "referencedDeclaration": 20102,
4677
4677
  "src": "5281:24:32",
4678
4678
  "typeDescriptions": {
4679
4679
  "typeIdentifier": "t_int256",
@@ -4851,7 +4851,7 @@
4851
4851
  "stateVariable": false,
4852
4852
  "storageLocation": "memory",
4853
4853
  "typeDescriptions": {
4854
- "typeIdentifier": "t_struct$_Context_$19986_memory_ptr",
4854
+ "typeIdentifier": "t_struct$_Context_$20108_memory_ptr",
4855
4855
  "typeString": "struct ISuperfluid.Context"
4856
4856
  },
4857
4857
  "typeName": {
@@ -4861,13 +4861,13 @@
4861
4861
  "id": 6297,
4862
4862
  "name": "ISuperfluid.Context",
4863
4863
  "nodeType": "IdentifierPath",
4864
- "referencedDeclaration": 19986,
4864
+ "referencedDeclaration": 20108,
4865
4865
  "src": "3693:19:32"
4866
4866
  },
4867
- "referencedDeclaration": 19986,
4867
+ "referencedDeclaration": 20108,
4868
4868
  "src": "3693:19:32",
4869
4869
  "typeDescriptions": {
4870
- "typeIdentifier": "t_struct$_Context_$19986_storage_ptr",
4870
+ "typeIdentifier": "t_struct$_Context_$20108_storage_ptr",
4871
4871
  "typeString": "struct ISuperfluid.Context"
4872
4872
  }
4873
4873
  },
@@ -5230,10 +5230,10 @@
5230
5230
  "name": "SuperAppDefinitions",
5231
5231
  "nodeType": "Identifier",
5232
5232
  "overloadedDeclarations": [],
5233
- "referencedDeclaration": 18675,
5233
+ "referencedDeclaration": 18797,
5234
5234
  "src": "6517:19:32",
5235
5235
  "typeDescriptions": {
5236
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18675_$",
5236
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
5237
5237
  "typeString": "type(library SuperAppDefinitions)"
5238
5238
  }
5239
5239
  },
@@ -5244,7 +5244,7 @@
5244
5244
  "lValueRequested": false,
5245
5245
  "memberName": "BEFORE_AGREEMENT_CREATED_NOOP",
5246
5246
  "nodeType": "MemberAccess",
5247
- "referencedDeclaration": 18577,
5247
+ "referencedDeclaration": 18699,
5248
5248
  "src": "6517:49:32",
5249
5249
  "typeDescriptions": {
5250
5250
  "typeIdentifier": "t_uint256",
@@ -5288,10 +5288,10 @@
5288
5288
  "name": "SuperAppDefinitions",
5289
5289
  "nodeType": "Identifier",
5290
5290
  "overloadedDeclarations": [],
5291
- "referencedDeclaration": 18675,
5291
+ "referencedDeclaration": 18797,
5292
5292
  "src": "6662:19:32",
5293
5293
  "typeDescriptions": {
5294
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18675_$",
5294
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
5295
5295
  "typeString": "type(library SuperAppDefinitions)"
5296
5296
  }
5297
5297
  },
@@ -5302,7 +5302,7 @@
5302
5302
  "lValueRequested": false,
5303
5303
  "memberName": "BEFORE_AGREEMENT_UPDATED_NOOP",
5304
5304
  "nodeType": "MemberAccess",
5305
- "referencedDeclaration": 18593,
5305
+ "referencedDeclaration": 18715,
5306
5306
  "src": "6662:49:32",
5307
5307
  "typeDescriptions": {
5308
5308
  "typeIdentifier": "t_uint256",
@@ -5346,10 +5346,10 @@
5346
5346
  "name": "SuperAppDefinitions",
5347
5347
  "nodeType": "Identifier",
5348
5348
  "overloadedDeclarations": [],
5349
- "referencedDeclaration": 18675,
5349
+ "referencedDeclaration": 18797,
5350
5350
  "src": "6807:19:32",
5351
5351
  "typeDescriptions": {
5352
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18675_$",
5352
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
5353
5353
  "typeString": "type(library SuperAppDefinitions)"
5354
5354
  }
5355
5355
  },
@@ -5360,7 +5360,7 @@
5360
5360
  "lValueRequested": false,
5361
5361
  "memberName": "BEFORE_AGREEMENT_TERMINATED_NOOP",
5362
5362
  "nodeType": "MemberAccess",
5363
- "referencedDeclaration": 18609,
5363
+ "referencedDeclaration": 18731,
5364
5364
  "src": "6807:52:32",
5365
5365
  "typeDescriptions": {
5366
5366
  "typeIdentifier": "t_uint256",
@@ -5404,10 +5404,10 @@
5404
5404
  "name": "SuperAppDefinitions",
5405
5405
  "nodeType": "Identifier",
5406
5406
  "overloadedDeclarations": [],
5407
- "referencedDeclaration": 18675,
5407
+ "referencedDeclaration": 18797,
5408
5408
  "src": "6958:19:32",
5409
5409
  "typeDescriptions": {
5410
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18675_$",
5410
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
5411
5411
  "typeString": "type(library SuperAppDefinitions)"
5412
5412
  }
5413
5413
  },
@@ -5418,7 +5418,7 @@
5418
5418
  "lValueRequested": false,
5419
5419
  "memberName": "AFTER_AGREEMENT_CREATED_NOOP",
5420
5420
  "nodeType": "MemberAccess",
5421
- "referencedDeclaration": 18585,
5421
+ "referencedDeclaration": 18707,
5422
5422
  "src": "6958:48:32",
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": 18675,
5465
+ "referencedDeclaration": 18797,
5466
5466
  "src": "7101:19:32",
5467
5467
  "typeDescriptions": {
5468
- "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18675_$",
5468
+ "typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$18797_$",
5469
5469
  "typeString": "type(library SuperAppDefinitions)"
5470
5470
  }
5471
5471
  },
@@ -5476,7 +5476,7 @@
5476
5476
  "lValueRequested": false,
5477
5477
  "memberName": "AFTER_AGREEMENT_UPDATED_NOOP",
5478
5478
  "nodeType": "MemberAccess",
5479
- "referencedDeclaration": 18601,
5479
+ "referencedDeclaration": 18723,
5480
5480
  "src": "7101:48:32",
5481
5481
  "typeDescriptions": {
5482
5482
  "typeIdentifier": "t_uint256",
@@ -5502,10 +5502,10 @@
5502
5502
  "name": "ISuperApp",
5503
5503
  "nodeType": "Identifier",
5504
5504
  "overloadedDeclarations": [],
5505
- "referencedDeclaration": 19116,
5505
+ "referencedDeclaration": 19238,
5506
5506
  "src": "7324:9:32",
5507
5507
  "typeDescriptions": {
5508
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19116_$",
5508
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19238_$",
5509
5509
  "typeString": "type(contract ISuperApp)"
5510
5510
  }
5511
5511
  },
@@ -5516,10 +5516,10 @@
5516
5516
  "lValueRequested": false,
5517
5517
  "memberName": "afterAgreementTerminated",
5518
5518
  "nodeType": "MemberAccess",
5519
- "referencedDeclaration": 19115,
5519
+ "referencedDeclaration": 19237,
5520
5520
  "src": "7324:34:32",
5521
5521
  "typeDescriptions": {
5522
- "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$19492_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5522
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$19614_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5523
5523
  "typeString": "function ISuperApp.afterAgreementTerminated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata,bytes calldata) returns (bytes memory)"
5524
5524
  }
5525
5525
  },
@@ -5559,10 +5559,10 @@
5559
5559
  "name": "ISuperApp",
5560
5560
  "nodeType": "Identifier",
5561
5561
  "overloadedDeclarations": [],
5562
- "referencedDeclaration": 19116,
5562
+ "referencedDeclaration": 19238,
5563
5563
  "src": "7172:9:32",
5564
5564
  "typeDescriptions": {
5565
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19116_$",
5565
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19238_$",
5566
5566
  "typeString": "type(contract ISuperApp)"
5567
5567
  }
5568
5568
  },
@@ -5573,10 +5573,10 @@
5573
5573
  "lValueRequested": false,
5574
5574
  "memberName": "afterAgreementUpdated",
5575
5575
  "nodeType": "MemberAccess",
5576
- "referencedDeclaration": 19079,
5576
+ "referencedDeclaration": 19201,
5577
5577
  "src": "7172:31:32",
5578
5578
  "typeDescriptions": {
5579
- "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$19492_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5579
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$19614_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5580
5580
  "typeString": "function ISuperApp.afterAgreementUpdated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata,bytes calldata) returns (bytes memory)"
5581
5581
  }
5582
5582
  },
@@ -5617,10 +5617,10 @@
5617
5617
  "name": "ISuperApp",
5618
5618
  "nodeType": "Identifier",
5619
5619
  "overloadedDeclarations": [],
5620
- "referencedDeclaration": 19116,
5620
+ "referencedDeclaration": 19238,
5621
5621
  "src": "7029:9:32",
5622
5622
  "typeDescriptions": {
5623
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19116_$",
5623
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19238_$",
5624
5624
  "typeString": "type(contract ISuperApp)"
5625
5625
  }
5626
5626
  },
@@ -5631,10 +5631,10 @@
5631
5631
  "lValueRequested": false,
5632
5632
  "memberName": "afterAgreementCreated",
5633
5633
  "nodeType": "MemberAccess",
5634
- "referencedDeclaration": 19043,
5634
+ "referencedDeclaration": 19165,
5635
5635
  "src": "7029:31:32",
5636
5636
  "typeDescriptions": {
5637
- "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$19492_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5637
+ "typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$19614_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5638
5638
  "typeString": "function ISuperApp.afterAgreementCreated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata,bytes calldata) returns (bytes memory)"
5639
5639
  }
5640
5640
  },
@@ -5675,10 +5675,10 @@
5675
5675
  "name": "ISuperApp",
5676
5676
  "nodeType": "Identifier",
5677
5677
  "overloadedDeclarations": [],
5678
- "referencedDeclaration": 19116,
5678
+ "referencedDeclaration": 19238,
5679
5679
  "src": "6882:9:32",
5680
5680
  "typeDescriptions": {
5681
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19116_$",
5681
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19238_$",
5682
5682
  "typeString": "type(contract ISuperApp)"
5683
5683
  }
5684
5684
  },
@@ -5689,10 +5689,10 @@
5689
5689
  "lValueRequested": false,
5690
5690
  "memberName": "beforeAgreementTerminated",
5691
5691
  "nodeType": "MemberAccess",
5692
- "referencedDeclaration": 19096,
5692
+ "referencedDeclaration": 19218,
5693
5693
  "src": "6882:35:32",
5694
5694
  "typeDescriptions": {
5695
- "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$19492_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5695
+ "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$19614_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5696
5696
  "typeString": "function ISuperApp.beforeAgreementTerminated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata) view returns (bytes memory)"
5697
5697
  }
5698
5698
  },
@@ -5733,10 +5733,10 @@
5733
5733
  "name": "ISuperApp",
5734
5734
  "nodeType": "Identifier",
5735
5735
  "overloadedDeclarations": [],
5736
- "referencedDeclaration": 19116,
5736
+ "referencedDeclaration": 19238,
5737
5737
  "src": "6734:9:32",
5738
5738
  "typeDescriptions": {
5739
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19116_$",
5739
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19238_$",
5740
5740
  "typeString": "type(contract ISuperApp)"
5741
5741
  }
5742
5742
  },
@@ -5747,10 +5747,10 @@
5747
5747
  "lValueRequested": false,
5748
5748
  "memberName": "beforeAgreementUpdated",
5749
5749
  "nodeType": "MemberAccess",
5750
- "referencedDeclaration": 19060,
5750
+ "referencedDeclaration": 19182,
5751
5751
  "src": "6734:32:32",
5752
5752
  "typeDescriptions": {
5753
- "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$19492_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5753
+ "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$19614_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5754
5754
  "typeString": "function ISuperApp.beforeAgreementUpdated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata) view returns (bytes memory)"
5755
5755
  }
5756
5756
  },
@@ -5791,10 +5791,10 @@
5791
5791
  "name": "ISuperApp",
5792
5792
  "nodeType": "Identifier",
5793
5793
  "overloadedDeclarations": [],
5794
- "referencedDeclaration": 19116,
5794
+ "referencedDeclaration": 19238,
5795
5795
  "src": "6589:9:32",
5796
5796
  "typeDescriptions": {
5797
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19116_$",
5797
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19238_$",
5798
5798
  "typeString": "type(contract ISuperApp)"
5799
5799
  }
5800
5800
  },
@@ -5805,10 +5805,10 @@
5805
5805
  "lValueRequested": false,
5806
5806
  "memberName": "beforeAgreementCreated",
5807
5807
  "nodeType": "MemberAccess",
5808
- "referencedDeclaration": 19024,
5808
+ "referencedDeclaration": 19146,
5809
5809
  "src": "6589:32:32",
5810
5810
  "typeDescriptions": {
5811
- "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$19492_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5811
+ "typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$19614_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
5812
5812
  "typeString": "function ISuperApp.beforeAgreementCreated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata) view returns (bytes memory)"
5813
5813
  }
5814
5814
  },
@@ -5998,10 +5998,10 @@
5998
5998
  "name": "ISuperApp",
5999
5999
  "nodeType": "Identifier",
6000
6000
  "overloadedDeclarations": [],
6001
- "referencedDeclaration": 19116,
6001
+ "referencedDeclaration": 19238,
6002
6002
  "src": "7738:9:32",
6003
6003
  "typeDescriptions": {
6004
- "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19116_$",
6004
+ "typeIdentifier": "t_type$_t_contract$_ISuperApp_$19238_$",
6005
6005
  "typeString": "type(contract ISuperApp)"
6006
6006
  }
6007
6007
  },
@@ -6016,7 +6016,7 @@
6016
6016
  "src": "7738:25:32",
6017
6017
  "tryCall": false,
6018
6018
  "typeDescriptions": {
6019
- "typeIdentifier": "t_contract$_ISuperApp_$19116",
6019
+ "typeIdentifier": "t_contract$_ISuperApp_$19238",
6020
6020
  "typeString": "contract ISuperApp"
6021
6021
  }
6022
6022
  },
@@ -6097,7 +6097,7 @@
6097
6097
  "referencedDeclaration": 6128,
6098
6098
  "src": "7848:12:32",
6099
6099
  "typeDescriptions": {
6100
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6100
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6101
6101
  "typeString": "contract ISuperfluidToken"
6102
6102
  }
6103
6103
  }
@@ -6109,7 +6109,7 @@
6109
6109
  "typeString": "bytes memory"
6110
6110
  },
6111
6111
  {
6112
- "typeIdentifier": "t_contract$_ISuperApp_$19116",
6112
+ "typeIdentifier": "t_contract$_ISuperApp_$19238",
6113
6113
  "typeString": "contract ISuperApp"
6114
6114
  },
6115
6115
  {
@@ -6121,7 +6121,7 @@
6121
6121
  "typeString": "int256"
6122
6122
  },
6123
6123
  {
6124
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6124
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6125
6125
  "typeString": "contract ISuperfluidToken"
6126
6126
  }
6127
6127
  ],
@@ -6165,10 +6165,10 @@
6165
6165
  "name": "ISuperfluid",
6166
6166
  "nodeType": "Identifier",
6167
6167
  "overloadedDeclarations": [],
6168
- "referencedDeclaration": 20053,
6168
+ "referencedDeclaration": 20175,
6169
6169
  "src": "7668:11:32",
6170
6170
  "typeDescriptions": {
6171
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20053_$",
6171
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20175_$",
6172
6172
  "typeString": "type(contract ISuperfluid)"
6173
6173
  }
6174
6174
  },
@@ -6183,7 +6183,7 @@
6183
6183
  "src": "7668:23:32",
6184
6184
  "tryCall": false,
6185
6185
  "typeDescriptions": {
6186
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
6186
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
6187
6187
  "typeString": "contract ISuperfluid"
6188
6188
  }
6189
6189
  },
@@ -6194,10 +6194,10 @@
6194
6194
  "lValueRequested": false,
6195
6195
  "memberName": "appCallbackPush",
6196
6196
  "nodeType": "MemberAccess",
6197
- "referencedDeclaration": 19897,
6197
+ "referencedDeclaration": 20019,
6198
6198
  "src": "7668:39:32",
6199
6199
  "typeDescriptions": {
6200
- "typeIdentifier": "t_function_external_nonpayable$_t_bytes_memory_ptr_$_t_contract$_ISuperApp_$19116_$_t_uint256_$_t_int256_$_t_contract$_ISuperfluidToken_$20450_$returns$_t_bytes_memory_ptr_$",
6200
+ "typeIdentifier": "t_function_external_nonpayable$_t_bytes_memory_ptr_$_t_contract$_ISuperApp_$19238_$_t_uint256_$_t_int256_$_t_contract$_ISuperfluidToken_$20572_$returns$_t_bytes_memory_ptr_$",
6201
6201
  "typeString": "function (bytes memory,contract ISuperApp,uint256,int256,contract ISuperfluidToken) external returns (bytes memory)"
6202
6202
  }
6203
6203
  },
@@ -6428,10 +6428,10 @@
6428
6428
  "name": "ISuperfluid",
6429
6429
  "nodeType": "Identifier",
6430
6430
  "overloadedDeclarations": [],
6431
- "referencedDeclaration": 20053,
6431
+ "referencedDeclaration": 20175,
6432
6432
  "src": "8082:11:32",
6433
6433
  "typeDescriptions": {
6434
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20053_$",
6434
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$20175_$",
6435
6435
  "typeString": "type(contract ISuperfluid)"
6436
6436
  }
6437
6437
  },
@@ -6446,7 +6446,7 @@
6446
6446
  "src": "8082:23:32",
6447
6447
  "tryCall": false,
6448
6448
  "typeDescriptions": {
6449
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
6449
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
6450
6450
  "typeString": "contract ISuperfluid"
6451
6451
  }
6452
6452
  },
@@ -6457,7 +6457,7 @@
6457
6457
  "lValueRequested": false,
6458
6458
  "memberName": "appCallbackPop",
6459
6459
  "nodeType": "MemberAccess",
6460
- "referencedDeclaration": 19907,
6460
+ "referencedDeclaration": 20029,
6461
6461
  "src": "8082:38:32",
6462
6462
  "typeDescriptions": {
6463
6463
  "typeIdentifier": "t_function_external_nonpayable$_t_bytes_memory_ptr_$_t_int256_$returns$_t_bytes_memory_ptr_$",
@@ -7211,7 +7211,7 @@
7211
7211
  },
7212
7212
  "networks": {},
7213
7213
  "schemaVersion": "3.4.8",
7214
- "updatedAt": "2022-08-29T16:08:02.299Z",
7214
+ "updatedAt": "2022-08-30T13:03:13.222Z",
7215
7215
  "devdoc": {
7216
7216
  "author": "Superfluid",
7217
7217
  "details": "Helper library for building super agreement",