@superfluid-finance/ethereum-contracts 1.7.2-dev.bac5c12.0 → 1.7.2-dev.dae8ea5.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 (204) hide show
  1. package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
  2. package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
  3. package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
  4. package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
  5. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
  6. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
  7. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
  8. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
  9. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
  10. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
  11. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
  12. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
  13. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
  14. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
  15. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
  16. package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
  17. package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
  18. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
  19. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
  20. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
  21. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
  22. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
  23. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
  24. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
  25. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
  26. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
  27. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
  28. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
  29. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
  30. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.json +2 -2
  31. package/build/contracts/AccessControl.json +1 -1
  32. package/build/contracts/AccessControlEnumerable.json +1 -1
  33. package/build/contracts/Address.json +1 -1
  34. package/build/contracts/AgreementBase.json +18 -18
  35. package/build/contracts/AgreementLibrary.json +165 -165
  36. package/build/contracts/BaseRelayRecipient.json +57 -57
  37. package/build/contracts/BatchLiquidator.json +382 -382
  38. package/build/contracts/BatchOperation.json +614 -614
  39. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  40. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2387 -2387
  41. package/build/contracts/CFAv1Library.json +389 -389
  42. package/build/contracts/CallUtils.json +198 -198
  43. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  44. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  45. package/build/contracts/ConstantInflowNFT.json +402 -402
  46. package/build/contracts/ConstantOutflowNFT.json +661 -661
  47. package/build/contracts/Context.json +1 -1
  48. package/build/contracts/ContextDefinitions.json +614 -614
  49. package/build/contracts/CustomSuperTokenBase.json +19 -19
  50. package/build/contracts/ERC165.json +1 -1
  51. package/build/contracts/ERC1820Implementer.json +1 -1
  52. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  53. package/build/contracts/ERC20.json +1 -1
  54. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  55. package/build/contracts/ERC777Helper.json +384 -384
  56. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  57. package/build/contracts/ERC777RecipientReverting.json +863 -863
  58. package/build/contracts/EnumerableSet.json +1 -1
  59. package/build/contracts/EventsEmitter.json +43 -43
  60. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  61. package/build/contracts/FixedSizeData.json +200 -200
  62. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  63. package/build/contracts/FlowNFTBase.json +1280 -1280
  64. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  65. package/build/contracts/ForwarderBase.json +190 -190
  66. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  67. package/build/contracts/IAccessControl.json +1 -1
  68. package/build/contracts/IAccessControlEnumerable.json +1 -1
  69. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  70. package/build/contracts/IConstantInflowNFT.json +54 -54
  71. package/build/contracts/IConstantOutflowNFT.json +107 -107
  72. package/build/contracts/IDAv1Forwarder.json +912 -912
  73. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2387 -2387
  74. package/build/contracts/IDAv1Library.json +430 -430
  75. package/build/contracts/IERC165.json +1 -1
  76. package/build/contracts/IERC1820Implementer.json +1 -1
  77. package/build/contracts/IERC1820Registry.json +1 -1
  78. package/build/contracts/IERC20.json +1 -1
  79. package/build/contracts/IERC20Metadata.json +1 -1
  80. package/build/contracts/IERC20Permit.json +1 -1
  81. package/build/contracts/IERC721.json +1 -1
  82. package/build/contracts/IERC721Metadata.json +1 -1
  83. package/build/contracts/IERC777.json +1 -1
  84. package/build/contracts/IERC777Recipient.json +1 -1
  85. package/build/contracts/IERC777Sender.json +1 -1
  86. package/build/contracts/IFlowNFTBase.json +115 -115
  87. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  88. package/build/contracts/IMultiSigWallet.json +31 -31
  89. package/build/contracts/IPoolAdminNFT.json +7 -7
  90. package/build/contracts/IPoolMemberNFT.json +7 -7
  91. package/build/contracts/IPureSuperToken.json +62 -62
  92. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  93. package/build/contracts/IRelayRecipient.json +27 -27
  94. package/build/contracts/IResolver.json +38 -38
  95. package/build/contracts/ISETH.json +67 -67
  96. package/build/contracts/ISETHCustom.json +67 -67
  97. package/build/contracts/ISuperAgreement.json +50 -50
  98. package/build/contracts/ISuperApp.json +191 -191
  99. package/build/contracts/ISuperToken.json +695 -695
  100. package/build/contracts/ISuperTokenFactory.json +225 -225
  101. package/build/contracts/ISuperfluid.json +904 -904
  102. package/build/contracts/ISuperfluidGovernance.json +251 -251
  103. package/build/contracts/ISuperfluidToken.json +407 -407
  104. package/build/contracts/ITOGAv1.json +1346 -1346
  105. package/build/contracts/ITOGAv2.json +1346 -1346
  106. package/build/contracts/ITOGAv3.json +1346 -1346
  107. package/build/contracts/Initializable.json +1 -1
  108. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  109. package/build/contracts/Math.json +1 -1
  110. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  111. package/build/contracts/Ownable.json +1 -1
  112. package/build/contracts/Proxy.json +1 -1
  113. package/build/contracts/ProxyDeployerLibrary.json +2385 -2385
  114. package/build/contracts/PureSuperToken.json +106 -106
  115. package/build/contracts/Resolver.json +98 -98
  116. package/build/contracts/SETHProxy.json +224 -224
  117. package/build/contracts/SafeCast.json +1 -1
  118. package/build/contracts/SafeERC20.json +1 -1
  119. package/build/contracts/SafeGasLibrary.json +51 -51
  120. package/build/contracts/SafeMath.json +1 -1
  121. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  122. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  123. package/build/contracts/StreamRedirector.json +704 -704
  124. package/build/contracts/Strings.json +1 -1
  125. package/build/contracts/SuperAppBase.json +42 -42
  126. package/build/contracts/SuperAppBaseFlow.json +1580 -1537
  127. package/build/contracts/SuperAppDefinitions.json +614 -614
  128. package/build/contracts/SuperToken.json +2714 -2714
  129. package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
  130. package/build/contracts/SuperTokenFactory.json +1347 -1347
  131. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  132. package/build/contracts/SuperTokenV1Library.json +5632 -5632
  133. package/build/contracts/SuperUpgrader.json +439 -439
  134. package/build/contracts/Superfluid.json +7999 -7996
  135. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
  136. package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
  137. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
  138. package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
  139. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  140. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  141. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  142. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  143. package/build/contracts/SuperfluidHostDeployerLibrary.json +2385 -2385
  144. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
  145. package/build/contracts/SuperfluidLoader.json +207 -207
  146. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
  147. package/build/contracts/SuperfluidLoaderLibrary.json +247 -247
  148. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
  149. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
  150. package/build/contracts/SuperfluidToken.json +1423 -1423
  151. package/build/contracts/TOGA.json +1360 -1360
  152. package/build/contracts/TestGovernance.json +250 -250
  153. package/build/contracts/TestResolver.json +47 -47
  154. package/build/contracts/TestToken.json +102 -102
  155. package/build/contracts/TokenDeployerLibrary.json +2387 -2387
  156. package/build/contracts/TokenInfo.json +32 -32
  157. package/build/contracts/UUPSProxiable.json +139 -139
  158. package/build/contracts/UUPSProxy.json +81 -81
  159. package/build/contracts/UUPSUtils.json +37 -37
  160. package/build/contracts-sizes.txt +15 -15
  161. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
  162. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
  163. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
  164. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
  165. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
  166. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
  167. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
  168. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
  169. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
  170. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
  171. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
  172. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
  173. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
  174. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
  175. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
  176. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
  177. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
  178. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
  179. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
  180. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
  181. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
  182. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
  183. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
  184. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
  185. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
  186. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
  187. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
  188. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
  189. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
  190. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
  191. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
  192. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
  193. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
  194. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
  195. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
  196. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
  197. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
  198. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
  199. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
  200. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
  201. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
  202. package/contracts/apps/SuperAppBaseFlow.sol +11 -10
  203. package/contracts/superfluid/Superfluid.sol +1 -0
  204. package/package.json +3 -3
@@ -198,15 +198,15 @@
198
198
  "absolutePath": "project:/contracts/apps/SuperfluidLoaderLibrary.sol",
199
199
  "exportedSymbols": {
200
200
  "SuperfluidLoaderLibrary": [
201
- 20968
201
+ 20971
202
202
  ]
203
203
  },
204
- "id": 20969,
204
+ "id": 20972,
205
205
  "license": "MIT",
206
206
  "nodeType": "SourceUnit",
207
207
  "nodes": [
208
208
  {
209
- "id": 20779,
209
+ "id": 20782,
210
210
  "literals": [
211
211
  "solidity",
212
212
  ">=",
@@ -223,9 +223,9 @@
223
223
  "contractDependencies": [],
224
224
  "contractKind": "library",
225
225
  "fullyImplemented": true,
226
- "id": 20968,
226
+ "id": 20971,
227
227
  "linearizedBaseContracts": [
228
- 20968
228
+ 20971
229
229
  ],
230
230
  "name": "SuperfluidLoaderLibrary",
231
231
  "nameLocation": "67:23:39",
@@ -233,12 +233,12 @@
233
233
  "nodes": [
234
234
  {
235
235
  "errorSelector": "6e6544ae",
236
- "id": 20781,
236
+ "id": 20784,
237
237
  "name": "UnsupportedNetwork",
238
238
  "nameLocation": "103:18:39",
239
239
  "nodeType": "ErrorDefinition",
240
240
  "parameters": {
241
- "id": 20780,
241
+ "id": 20783,
242
242
  "nodeType": "ParameterList",
243
243
  "parameters": [],
244
244
  "src": "121:2:39"
@@ -247,12 +247,12 @@
247
247
  },
248
248
  {
249
249
  "constant": true,
250
- "id": 20784,
250
+ "id": 20787,
251
251
  "mutability": "constant",
252
252
  "name": "ETH_MAINNET",
253
253
  "nameLocation": "170:11:39",
254
254
  "nodeType": "VariableDeclaration",
255
- "scope": 20968,
255
+ "scope": 20971,
256
256
  "src": "145:40:39",
257
257
  "stateVariable": true,
258
258
  "storageLocation": "default",
@@ -261,7 +261,7 @@
261
261
  "typeString": "uint256"
262
262
  },
263
263
  "typeName": {
264
- "id": 20782,
264
+ "id": 20785,
265
265
  "name": "uint256",
266
266
  "nodeType": "ElementaryTypeName",
267
267
  "src": "145:7:39",
@@ -272,7 +272,7 @@
272
272
  },
273
273
  "value": {
274
274
  "hexValue": "31",
275
- "id": 20783,
275
+ "id": 20786,
276
276
  "isConstant": false,
277
277
  "isLValue": false,
278
278
  "isPure": true,
@@ -290,12 +290,12 @@
290
290
  },
291
291
  {
292
292
  "constant": true,
293
- "id": 20787,
293
+ "id": 20790,
294
294
  "mutability": "constant",
295
295
  "name": "OPTIMISM_MAINNET",
296
296
  "nameLocation": "216:16:39",
297
297
  "nodeType": "VariableDeclaration",
298
- "scope": 20968,
298
+ "scope": 20971,
299
299
  "src": "191:46:39",
300
300
  "stateVariable": true,
301
301
  "storageLocation": "default",
@@ -304,7 +304,7 @@
304
304
  "typeString": "uint256"
305
305
  },
306
306
  "typeName": {
307
- "id": 20785,
307
+ "id": 20788,
308
308
  "name": "uint256",
309
309
  "nodeType": "ElementaryTypeName",
310
310
  "src": "191:7:39",
@@ -315,7 +315,7 @@
315
315
  },
316
316
  "value": {
317
317
  "hexValue": "3130",
318
- "id": 20786,
318
+ "id": 20789,
319
319
  "isConstant": false,
320
320
  "isLValue": false,
321
321
  "isPure": true,
@@ -333,12 +333,12 @@
333
333
  },
334
334
  {
335
335
  "constant": true,
336
- "id": 20790,
336
+ "id": 20793,
337
337
  "mutability": "constant",
338
338
  "name": "BSC_MAINNET",
339
339
  "nameLocation": "268:11:39",
340
340
  "nodeType": "VariableDeclaration",
341
- "scope": 20968,
341
+ "scope": 20971,
342
342
  "src": "243:41:39",
343
343
  "stateVariable": true,
344
344
  "storageLocation": "default",
@@ -347,7 +347,7 @@
347
347
  "typeString": "uint256"
348
348
  },
349
349
  "typeName": {
350
- "id": 20788,
350
+ "id": 20791,
351
351
  "name": "uint256",
352
352
  "nodeType": "ElementaryTypeName",
353
353
  "src": "243:7:39",
@@ -358,7 +358,7 @@
358
358
  },
359
359
  "value": {
360
360
  "hexValue": "3536",
361
- "id": 20789,
361
+ "id": 20792,
362
362
  "isConstant": false,
363
363
  "isLValue": false,
364
364
  "isPure": true,
@@ -376,12 +376,12 @@
376
376
  },
377
377
  {
378
378
  "constant": true,
379
- "id": 20793,
379
+ "id": 20796,
380
380
  "mutability": "constant",
381
381
  "name": "XDAI_MAINNET",
382
382
  "nameLocation": "315:12:39",
383
383
  "nodeType": "VariableDeclaration",
384
- "scope": 20968,
384
+ "scope": 20971,
385
385
  "src": "290:43:39",
386
386
  "stateVariable": true,
387
387
  "storageLocation": "default",
@@ -390,7 +390,7 @@
390
390
  "typeString": "uint256"
391
391
  },
392
392
  "typeName": {
393
- "id": 20791,
393
+ "id": 20794,
394
394
  "name": "uint256",
395
395
  "nodeType": "ElementaryTypeName",
396
396
  "src": "290:7:39",
@@ -401,7 +401,7 @@
401
401
  },
402
402
  "value": {
403
403
  "hexValue": "313030",
404
- "id": 20792,
404
+ "id": 20795,
405
405
  "isConstant": false,
406
406
  "isLValue": false,
407
407
  "isPure": true,
@@ -419,12 +419,12 @@
419
419
  },
420
420
  {
421
421
  "constant": true,
422
- "id": 20796,
422
+ "id": 20799,
423
423
  "mutability": "constant",
424
424
  "name": "POLYGON_MAINNET",
425
425
  "nameLocation": "364:15:39",
426
426
  "nodeType": "VariableDeclaration",
427
- "scope": 20968,
427
+ "scope": 20971,
428
428
  "src": "339:46:39",
429
429
  "stateVariable": true,
430
430
  "storageLocation": "default",
@@ -433,7 +433,7 @@
433
433
  "typeString": "uint256"
434
434
  },
435
435
  "typeName": {
436
- "id": 20794,
436
+ "id": 20797,
437
437
  "name": "uint256",
438
438
  "nodeType": "ElementaryTypeName",
439
439
  "src": "339:7:39",
@@ -444,7 +444,7 @@
444
444
  },
445
445
  "value": {
446
446
  "hexValue": "313337",
447
- "id": 20795,
447
+ "id": 20798,
448
448
  "isConstant": false,
449
449
  "isLValue": false,
450
450
  "isPure": true,
@@ -462,12 +462,12 @@
462
462
  },
463
463
  {
464
464
  "constant": true,
465
- "id": 20799,
465
+ "id": 20802,
466
466
  "mutability": "constant",
467
467
  "name": "ARBITRUM_ONE",
468
468
  "nameLocation": "416:12:39",
469
469
  "nodeType": "VariableDeclaration",
470
- "scope": 20968,
470
+ "scope": 20971,
471
471
  "src": "391:45:39",
472
472
  "stateVariable": true,
473
473
  "storageLocation": "default",
@@ -476,7 +476,7 @@
476
476
  "typeString": "uint256"
477
477
  },
478
478
  "typeName": {
479
- "id": 20797,
479
+ "id": 20800,
480
480
  "name": "uint256",
481
481
  "nodeType": "ElementaryTypeName",
482
482
  "src": "391:7:39",
@@ -487,7 +487,7 @@
487
487
  },
488
488
  "value": {
489
489
  "hexValue": "3432313631",
490
- "id": 20798,
490
+ "id": 20801,
491
491
  "isConstant": false,
492
492
  "isLValue": false,
493
493
  "isPure": true,
@@ -505,12 +505,12 @@
505
505
  },
506
506
  {
507
507
  "constant": true,
508
- "id": 20802,
508
+ "id": 20805,
509
509
  "mutability": "constant",
510
510
  "name": "CELO_MAINNET",
511
511
  "nameLocation": "467:12:39",
512
512
  "nodeType": "VariableDeclaration",
513
- "scope": 20968,
513
+ "scope": 20971,
514
514
  "src": "442:45:39",
515
515
  "stateVariable": true,
516
516
  "storageLocation": "default",
@@ -519,7 +519,7 @@
519
519
  "typeString": "uint256"
520
520
  },
521
521
  "typeName": {
522
- "id": 20800,
522
+ "id": 20803,
523
523
  "name": "uint256",
524
524
  "nodeType": "ElementaryTypeName",
525
525
  "src": "442:7:39",
@@ -530,7 +530,7 @@
530
530
  },
531
531
  "value": {
532
532
  "hexValue": "3432323230",
533
- "id": 20801,
533
+ "id": 20804,
534
534
  "isConstant": false,
535
535
  "isLValue": false,
536
536
  "isPure": true,
@@ -548,12 +548,12 @@
548
548
  },
549
549
  {
550
550
  "constant": true,
551
- "id": 20805,
551
+ "id": 20808,
552
552
  "mutability": "constant",
553
553
  "name": "AVALANCHE_C",
554
554
  "nameLocation": "518:11:39",
555
555
  "nodeType": "VariableDeclaration",
556
- "scope": 20968,
556
+ "scope": 20971,
557
557
  "src": "493:44:39",
558
558
  "stateVariable": true,
559
559
  "storageLocation": "default",
@@ -562,7 +562,7 @@
562
562
  "typeString": "uint256"
563
563
  },
564
564
  "typeName": {
565
- "id": 20803,
565
+ "id": 20806,
566
566
  "name": "uint256",
567
567
  "nodeType": "ElementaryTypeName",
568
568
  "src": "493:7:39",
@@ -573,7 +573,7 @@
573
573
  },
574
574
  "value": {
575
575
  "hexValue": "3433313134",
576
- "id": 20804,
576
+ "id": 20807,
577
577
  "isConstant": false,
578
578
  "isLValue": false,
579
579
  "isPure": true,
@@ -591,12 +591,12 @@
591
591
  },
592
592
  {
593
593
  "constant": true,
594
- "id": 20808,
594
+ "id": 20811,
595
595
  "mutability": "constant",
596
596
  "name": "ETH_GOERLI",
597
597
  "nameLocation": "585:10:39",
598
598
  "nodeType": "VariableDeclaration",
599
- "scope": 20968,
599
+ "scope": 20971,
600
600
  "src": "560:39:39",
601
601
  "stateVariable": true,
602
602
  "storageLocation": "default",
@@ -605,7 +605,7 @@
605
605
  "typeString": "uint256"
606
606
  },
607
607
  "typeName": {
608
- "id": 20806,
608
+ "id": 20809,
609
609
  "name": "uint256",
610
610
  "nodeType": "ElementaryTypeName",
611
611
  "src": "560:7:39",
@@ -616,7 +616,7 @@
616
616
  },
617
617
  "value": {
618
618
  "hexValue": "35",
619
- "id": 20807,
619
+ "id": 20810,
620
620
  "isConstant": false,
621
621
  "isLValue": false,
622
622
  "isPure": true,
@@ -634,12 +634,12 @@
634
634
  },
635
635
  {
636
636
  "constant": true,
637
- "id": 20811,
637
+ "id": 20814,
638
638
  "mutability": "constant",
639
639
  "name": "ETH_SEPOLIA",
640
640
  "nameLocation": "630:11:39",
641
641
  "nodeType": "VariableDeclaration",
642
- "scope": 20968,
642
+ "scope": 20971,
643
643
  "src": "605:47:39",
644
644
  "stateVariable": true,
645
645
  "storageLocation": "default",
@@ -648,7 +648,7 @@
648
648
  "typeString": "uint256"
649
649
  },
650
650
  "typeName": {
651
- "id": 20809,
651
+ "id": 20812,
652
652
  "name": "uint256",
653
653
  "nodeType": "ElementaryTypeName",
654
654
  "src": "605:7:39",
@@ -659,7 +659,7 @@
659
659
  },
660
660
  "value": {
661
661
  "hexValue": "3131313535313131",
662
- "id": 20810,
662
+ "id": 20813,
663
663
  "isConstant": false,
664
664
  "isLValue": false,
665
665
  "isPure": true,
@@ -677,12 +677,12 @@
677
677
  },
678
678
  {
679
679
  "constant": true,
680
- "id": 20814,
680
+ "id": 20817,
681
681
  "mutability": "constant",
682
682
  "name": "BASE_GOERLI",
683
683
  "nameLocation": "683:11:39",
684
684
  "nodeType": "VariableDeclaration",
685
- "scope": 20968,
685
+ "scope": 20971,
686
686
  "src": "658:44:39",
687
687
  "stateVariable": true,
688
688
  "storageLocation": "default",
@@ -691,7 +691,7 @@
691
691
  "typeString": "uint256"
692
692
  },
693
693
  "typeName": {
694
- "id": 20812,
694
+ "id": 20815,
695
695
  "name": "uint256",
696
696
  "nodeType": "ElementaryTypeName",
697
697
  "src": "658:7:39",
@@ -702,7 +702,7 @@
702
702
  },
703
703
  "value": {
704
704
  "hexValue": "3834353331",
705
- "id": 20813,
705
+ "id": 20816,
706
706
  "isConstant": false,
707
707
  "isLValue": false,
708
708
  "isPure": true,
@@ -720,12 +720,12 @@
720
720
  },
721
721
  {
722
722
  "constant": true,
723
- "id": 20817,
723
+ "id": 20820,
724
724
  "mutability": "constant",
725
725
  "name": "POLYGON_MUMBAI",
726
726
  "nameLocation": "733:14:39",
727
727
  "nodeType": "VariableDeclaration",
728
- "scope": 20968,
728
+ "scope": 20971,
729
729
  "src": "708:47:39",
730
730
  "stateVariable": true,
731
731
  "storageLocation": "default",
@@ -734,7 +734,7 @@
734
734
  "typeString": "uint256"
735
735
  },
736
736
  "typeName": {
737
- "id": 20815,
737
+ "id": 20818,
738
738
  "name": "uint256",
739
739
  "nodeType": "ElementaryTypeName",
740
740
  "src": "708:7:39",
@@ -745,7 +745,7 @@
745
745
  },
746
746
  "value": {
747
747
  "hexValue": "3830303031",
748
- "id": 20816,
748
+ "id": 20819,
749
749
  "isConstant": false,
750
750
  "isLValue": false,
751
751
  "isPure": true,
@@ -763,12 +763,12 @@
763
763
  },
764
764
  {
765
765
  "constant": true,
766
- "id": 20820,
766
+ "id": 20823,
767
767
  "mutability": "constant",
768
768
  "name": "ARBITRUM_GOERLI",
769
769
  "nameLocation": "786:15:39",
770
770
  "nodeType": "VariableDeclaration",
771
- "scope": 20968,
771
+ "scope": 20971,
772
772
  "src": "761:49:39",
773
773
  "stateVariable": true,
774
774
  "storageLocation": "default",
@@ -777,7 +777,7 @@
777
777
  "typeString": "uint256"
778
778
  },
779
779
  "typeName": {
780
- "id": 20818,
780
+ "id": 20821,
781
781
  "name": "uint256",
782
782
  "nodeType": "ElementaryTypeName",
783
783
  "src": "761:7:39",
@@ -788,7 +788,7 @@
788
788
  },
789
789
  "value": {
790
790
  "hexValue": "343231363133",
791
- "id": 20819,
791
+ "id": 20822,
792
792
  "isConstant": false,
793
793
  "isLValue": false,
794
794
  "isPure": true,
@@ -806,12 +806,12 @@
806
806
  },
807
807
  {
808
808
  "constant": true,
809
- "id": 20823,
809
+ "id": 20826,
810
810
  "mutability": "constant",
811
811
  "name": "OPTIMISM_GOERLI",
812
812
  "nameLocation": "841:15:39",
813
813
  "nodeType": "VariableDeclaration",
814
- "scope": 20968,
814
+ "scope": 20971,
815
815
  "src": "816:46:39",
816
816
  "stateVariable": true,
817
817
  "storageLocation": "default",
@@ -820,7 +820,7 @@
820
820
  "typeString": "uint256"
821
821
  },
822
822
  "typeName": {
823
- "id": 20821,
823
+ "id": 20824,
824
824
  "name": "uint256",
825
825
  "nodeType": "ElementaryTypeName",
826
826
  "src": "816:7:39",
@@ -831,7 +831,7 @@
831
831
  },
832
832
  "value": {
833
833
  "hexValue": "343230",
834
- "id": 20822,
834
+ "id": 20825,
835
835
  "isConstant": false,
836
836
  "isLValue": false,
837
837
  "isPure": true,
@@ -849,12 +849,12 @@
849
849
  },
850
850
  {
851
851
  "constant": true,
852
- "id": 20826,
852
+ "id": 20829,
853
853
  "mutability": "constant",
854
854
  "name": "AVALANCHE_FUJI",
855
855
  "nameLocation": "893:14:39",
856
856
  "nodeType": "VariableDeclaration",
857
- "scope": 20968,
857
+ "scope": 20971,
858
858
  "src": "868:47:39",
859
859
  "stateVariable": true,
860
860
  "storageLocation": "default",
@@ -863,7 +863,7 @@
863
863
  "typeString": "uint256"
864
864
  },
865
865
  "typeName": {
866
- "id": 20824,
866
+ "id": 20827,
867
867
  "name": "uint256",
868
868
  "nodeType": "ElementaryTypeName",
869
869
  "src": "868:7:39",
@@ -874,7 +874,7 @@
874
874
  },
875
875
  "value": {
876
876
  "hexValue": "3433313133",
877
- "id": 20825,
877
+ "id": 20828,
878
878
  "isConstant": false,
879
879
  "isLValue": false,
880
880
  "isPure": true,
@@ -892,12 +892,12 @@
892
892
  },
893
893
  {
894
894
  "constant": true,
895
- "id": 20829,
895
+ "id": 20832,
896
896
  "mutability": "constant",
897
897
  "name": "ZKEVM_TESTNET",
898
898
  "nameLocation": "946:13:39",
899
899
  "nodeType": "VariableDeclaration",
900
- "scope": 20968,
900
+ "scope": 20971,
901
901
  "src": "921:45:39",
902
902
  "stateVariable": true,
903
903
  "storageLocation": "default",
@@ -906,7 +906,7 @@
906
906
  "typeString": "uint256"
907
907
  },
908
908
  "typeName": {
909
- "id": 20827,
909
+ "id": 20830,
910
910
  "name": "uint256",
911
911
  "nodeType": "ElementaryTypeName",
912
912
  "src": "921:7:39",
@@ -917,7 +917,7 @@
917
917
  },
918
918
  "value": {
919
919
  "hexValue": "31343432",
920
- "id": 20828,
920
+ "id": 20831,
921
921
  "isConstant": false,
922
922
  "isLValue": false,
923
923
  "isPure": true,
@@ -935,7 +935,7 @@
935
935
  },
936
936
  {
937
937
  "body": {
938
- "id": 20966,
938
+ "id": 20969,
939
939
  "nodeType": "Block",
940
940
  "src": "1027:1919:39",
941
941
  "statements": [
@@ -945,14 +945,14 @@
945
945
  "typeIdentifier": "t_uint256",
946
946
  "typeString": "uint256"
947
947
  },
948
- "id": 20837,
948
+ "id": 20840,
949
949
  "isConstant": false,
950
950
  "isLValue": false,
951
951
  "isPure": false,
952
952
  "lValueRequested": false,
953
953
  "leftExpression": {
954
954
  "expression": {
955
- "id": 20834,
955
+ "id": 20837,
956
956
  "name": "block",
957
957
  "nodeType": "Identifier",
958
958
  "overloadedDeclarations": [],
@@ -963,7 +963,7 @@
963
963
  "typeString": "block"
964
964
  }
965
965
  },
966
- "id": 20835,
966
+ "id": 20838,
967
967
  "isConstant": false,
968
968
  "isLValue": false,
969
969
  "isPure": false,
@@ -980,11 +980,11 @@
980
980
  "nodeType": "BinaryOperation",
981
981
  "operator": "==",
982
982
  "rightExpression": {
983
- "id": 20836,
983
+ "id": 20839,
984
984
  "name": "ETH_MAINNET",
985
985
  "nodeType": "Identifier",
986
986
  "overloadedDeclarations": [],
987
- "referencedDeclaration": 20784,
987
+ "referencedDeclaration": 20787,
988
988
  "src": "1058:11:39",
989
989
  "typeDescriptions": {
990
990
  "typeIdentifier": "t_uint256",
@@ -1003,14 +1003,14 @@
1003
1003
  "typeIdentifier": "t_uint256",
1004
1004
  "typeString": "uint256"
1005
1005
  },
1006
- "id": 20844,
1006
+ "id": 20847,
1007
1007
  "isConstant": false,
1008
1008
  "isLValue": false,
1009
1009
  "isPure": false,
1010
1010
  "lValueRequested": false,
1011
1011
  "leftExpression": {
1012
1012
  "expression": {
1013
- "id": 20841,
1013
+ "id": 20844,
1014
1014
  "name": "block",
1015
1015
  "nodeType": "Identifier",
1016
1016
  "overloadedDeclarations": [],
@@ -1021,7 +1021,7 @@
1021
1021
  "typeString": "block"
1022
1022
  }
1023
1023
  },
1024
- "id": 20842,
1024
+ "id": 20845,
1025
1025
  "isConstant": false,
1026
1026
  "isLValue": false,
1027
1027
  "isPure": false,
@@ -1038,11 +1038,11 @@
1038
1038
  "nodeType": "BinaryOperation",
1039
1039
  "operator": "==",
1040
1040
  "rightExpression": {
1041
- "id": 20843,
1041
+ "id": 20846,
1042
1042
  "name": "OPTIMISM_MAINNET",
1043
1043
  "nodeType": "Identifier",
1044
1044
  "overloadedDeclarations": [],
1045
- "referencedDeclaration": 20787,
1045
+ "referencedDeclaration": 20790,
1046
1046
  "src": "1172:16:39",
1047
1047
  "typeDescriptions": {
1048
1048
  "typeIdentifier": "t_uint256",
@@ -1061,14 +1061,14 @@
1061
1061
  "typeIdentifier": "t_uint256",
1062
1062
  "typeString": "uint256"
1063
1063
  },
1064
- "id": 20851,
1064
+ "id": 20854,
1065
1065
  "isConstant": false,
1066
1066
  "isLValue": false,
1067
1067
  "isPure": false,
1068
1068
  "lValueRequested": false,
1069
1069
  "leftExpression": {
1070
1070
  "expression": {
1071
- "id": 20848,
1071
+ "id": 20851,
1072
1072
  "name": "block",
1073
1073
  "nodeType": "Identifier",
1074
1074
  "overloadedDeclarations": [],
@@ -1079,7 +1079,7 @@
1079
1079
  "typeString": "block"
1080
1080
  }
1081
1081
  },
1082
- "id": 20849,
1082
+ "id": 20852,
1083
1083
  "isConstant": false,
1084
1084
  "isLValue": false,
1085
1085
  "isPure": false,
@@ -1096,11 +1096,11 @@
1096
1096
  "nodeType": "BinaryOperation",
1097
1097
  "operator": "==",
1098
1098
  "rightExpression": {
1099
- "id": 20850,
1099
+ "id": 20853,
1100
1100
  "name": "BSC_MAINNET",
1101
1101
  "nodeType": "Identifier",
1102
1102
  "overloadedDeclarations": [],
1103
- "referencedDeclaration": 20790,
1103
+ "referencedDeclaration": 20793,
1104
1104
  "src": "1291:11:39",
1105
1105
  "typeDescriptions": {
1106
1106
  "typeIdentifier": "t_uint256",
@@ -1119,14 +1119,14 @@
1119
1119
  "typeIdentifier": "t_uint256",
1120
1120
  "typeString": "uint256"
1121
1121
  },
1122
- "id": 20858,
1122
+ "id": 20861,
1123
1123
  "isConstant": false,
1124
1124
  "isLValue": false,
1125
1125
  "isPure": false,
1126
1126
  "lValueRequested": false,
1127
1127
  "leftExpression": {
1128
1128
  "expression": {
1129
- "id": 20855,
1129
+ "id": 20858,
1130
1130
  "name": "block",
1131
1131
  "nodeType": "Identifier",
1132
1132
  "overloadedDeclarations": [],
@@ -1137,7 +1137,7 @@
1137
1137
  "typeString": "block"
1138
1138
  }
1139
1139
  },
1140
- "id": 20856,
1140
+ "id": 20859,
1141
1141
  "isConstant": false,
1142
1142
  "isLValue": false,
1143
1143
  "isPure": false,
@@ -1154,11 +1154,11 @@
1154
1154
  "nodeType": "BinaryOperation",
1155
1155
  "operator": "==",
1156
1156
  "rightExpression": {
1157
- "id": 20857,
1157
+ "id": 20860,
1158
1158
  "name": "XDAI_MAINNET",
1159
1159
  "nodeType": "Identifier",
1160
1160
  "overloadedDeclarations": [],
1161
- "referencedDeclaration": 20793,
1161
+ "referencedDeclaration": 20796,
1162
1162
  "src": "1405:12:39",
1163
1163
  "typeDescriptions": {
1164
1164
  "typeIdentifier": "t_uint256",
@@ -1177,14 +1177,14 @@
1177
1177
  "typeIdentifier": "t_uint256",
1178
1178
  "typeString": "uint256"
1179
1179
  },
1180
- "id": 20865,
1180
+ "id": 20868,
1181
1181
  "isConstant": false,
1182
1182
  "isLValue": false,
1183
1183
  "isPure": false,
1184
1184
  "lValueRequested": false,
1185
1185
  "leftExpression": {
1186
1186
  "expression": {
1187
- "id": 20862,
1187
+ "id": 20865,
1188
1188
  "name": "block",
1189
1189
  "nodeType": "Identifier",
1190
1190
  "overloadedDeclarations": [],
@@ -1195,7 +1195,7 @@
1195
1195
  "typeString": "block"
1196
1196
  }
1197
1197
  },
1198
- "id": 20863,
1198
+ "id": 20866,
1199
1199
  "isConstant": false,
1200
1200
  "isLValue": false,
1201
1201
  "isPure": false,
@@ -1212,11 +1212,11 @@
1212
1212
  "nodeType": "BinaryOperation",
1213
1213
  "operator": "==",
1214
1214
  "rightExpression": {
1215
- "id": 20864,
1215
+ "id": 20867,
1216
1216
  "name": "POLYGON_MAINNET",
1217
1217
  "nodeType": "Identifier",
1218
1218
  "overloadedDeclarations": [],
1219
- "referencedDeclaration": 20796,
1219
+ "referencedDeclaration": 20799,
1220
1220
  "src": "1520:15:39",
1221
1221
  "typeDescriptions": {
1222
1222
  "typeIdentifier": "t_uint256",
@@ -1235,14 +1235,14 @@
1235
1235
  "typeIdentifier": "t_uint256",
1236
1236
  "typeString": "uint256"
1237
1237
  },
1238
- "id": 20872,
1238
+ "id": 20875,
1239
1239
  "isConstant": false,
1240
1240
  "isLValue": false,
1241
1241
  "isPure": false,
1242
1242
  "lValueRequested": false,
1243
1243
  "leftExpression": {
1244
1244
  "expression": {
1245
- "id": 20869,
1245
+ "id": 20872,
1246
1246
  "name": "block",
1247
1247
  "nodeType": "Identifier",
1248
1248
  "overloadedDeclarations": [],
@@ -1253,7 +1253,7 @@
1253
1253
  "typeString": "block"
1254
1254
  }
1255
1255
  },
1256
- "id": 20870,
1256
+ "id": 20873,
1257
1257
  "isConstant": false,
1258
1258
  "isLValue": false,
1259
1259
  "isPure": false,
@@ -1270,11 +1270,11 @@
1270
1270
  "nodeType": "BinaryOperation",
1271
1271
  "operator": "==",
1272
1272
  "rightExpression": {
1273
- "id": 20871,
1273
+ "id": 20874,
1274
1274
  "name": "ARBITRUM_ONE",
1275
1275
  "nodeType": "Identifier",
1276
1276
  "overloadedDeclarations": [],
1277
- "referencedDeclaration": 20799,
1277
+ "referencedDeclaration": 20802,
1278
1278
  "src": "1638:12:39",
1279
1279
  "typeDescriptions": {
1280
1280
  "typeIdentifier": "t_uint256",
@@ -1293,14 +1293,14 @@
1293
1293
  "typeIdentifier": "t_uint256",
1294
1294
  "typeString": "uint256"
1295
1295
  },
1296
- "id": 20879,
1296
+ "id": 20882,
1297
1297
  "isConstant": false,
1298
1298
  "isLValue": false,
1299
1299
  "isPure": false,
1300
1300
  "lValueRequested": false,
1301
1301
  "leftExpression": {
1302
1302
  "expression": {
1303
- "id": 20876,
1303
+ "id": 20879,
1304
1304
  "name": "block",
1305
1305
  "nodeType": "Identifier",
1306
1306
  "overloadedDeclarations": [],
@@ -1311,7 +1311,7 @@
1311
1311
  "typeString": "block"
1312
1312
  }
1313
1313
  },
1314
- "id": 20877,
1314
+ "id": 20880,
1315
1315
  "isConstant": false,
1316
1316
  "isLValue": false,
1317
1317
  "isPure": false,
@@ -1328,11 +1328,11 @@
1328
1328
  "nodeType": "BinaryOperation",
1329
1329
  "operator": "==",
1330
1330
  "rightExpression": {
1331
- "id": 20878,
1331
+ "id": 20881,
1332
1332
  "name": "CELO_MAINNET",
1333
1333
  "nodeType": "Identifier",
1334
1334
  "overloadedDeclarations": [],
1335
- "referencedDeclaration": 20802,
1335
+ "referencedDeclaration": 20805,
1336
1336
  "src": "1753:12:39",
1337
1337
  "typeDescriptions": {
1338
1338
  "typeIdentifier": "t_uint256",
@@ -1351,14 +1351,14 @@
1351
1351
  "typeIdentifier": "t_uint256",
1352
1352
  "typeString": "uint256"
1353
1353
  },
1354
- "id": 20886,
1354
+ "id": 20889,
1355
1355
  "isConstant": false,
1356
1356
  "isLValue": false,
1357
1357
  "isPure": false,
1358
1358
  "lValueRequested": false,
1359
1359
  "leftExpression": {
1360
1360
  "expression": {
1361
- "id": 20883,
1361
+ "id": 20886,
1362
1362
  "name": "block",
1363
1363
  "nodeType": "Identifier",
1364
1364
  "overloadedDeclarations": [],
@@ -1369,7 +1369,7 @@
1369
1369
  "typeString": "block"
1370
1370
  }
1371
1371
  },
1372
- "id": 20884,
1372
+ "id": 20887,
1373
1373
  "isConstant": false,
1374
1374
  "isLValue": false,
1375
1375
  "isPure": false,
@@ -1386,11 +1386,11 @@
1386
1386
  "nodeType": "BinaryOperation",
1387
1387
  "operator": "==",
1388
1388
  "rightExpression": {
1389
- "id": 20885,
1389
+ "id": 20888,
1390
1390
  "name": "AVALANCHE_C",
1391
1391
  "nodeType": "Identifier",
1392
1392
  "overloadedDeclarations": [],
1393
- "referencedDeclaration": 20805,
1393
+ "referencedDeclaration": 20808,
1394
1394
  "src": "1868:11:39",
1395
1395
  "typeDescriptions": {
1396
1396
  "typeIdentifier": "t_uint256",
@@ -1409,14 +1409,14 @@
1409
1409
  "typeIdentifier": "t_uint256",
1410
1410
  "typeString": "uint256"
1411
1411
  },
1412
- "id": 20893,
1412
+ "id": 20896,
1413
1413
  "isConstant": false,
1414
1414
  "isLValue": false,
1415
1415
  "isPure": false,
1416
1416
  "lValueRequested": false,
1417
1417
  "leftExpression": {
1418
1418
  "expression": {
1419
- "id": 20890,
1419
+ "id": 20893,
1420
1420
  "name": "block",
1421
1421
  "nodeType": "Identifier",
1422
1422
  "overloadedDeclarations": [],
@@ -1427,7 +1427,7 @@
1427
1427
  "typeString": "block"
1428
1428
  }
1429
1429
  },
1430
- "id": 20891,
1430
+ "id": 20894,
1431
1431
  "isConstant": false,
1432
1432
  "isLValue": false,
1433
1433
  "isPure": false,
@@ -1444,11 +1444,11 @@
1444
1444
  "nodeType": "BinaryOperation",
1445
1445
  "operator": "==",
1446
1446
  "rightExpression": {
1447
- "id": 20892,
1447
+ "id": 20895,
1448
1448
  "name": "ETH_GOERLI",
1449
1449
  "nodeType": "Identifier",
1450
1450
  "overloadedDeclarations": [],
1451
- "referencedDeclaration": 20808,
1451
+ "referencedDeclaration": 20811,
1452
1452
  "src": "1982:10:39",
1453
1453
  "typeDescriptions": {
1454
1454
  "typeIdentifier": "t_uint256",
@@ -1467,14 +1467,14 @@
1467
1467
  "typeIdentifier": "t_uint256",
1468
1468
  "typeString": "uint256"
1469
1469
  },
1470
- "id": 20900,
1470
+ "id": 20903,
1471
1471
  "isConstant": false,
1472
1472
  "isLValue": false,
1473
1473
  "isPure": false,
1474
1474
  "lValueRequested": false,
1475
1475
  "leftExpression": {
1476
1476
  "expression": {
1477
- "id": 20897,
1477
+ "id": 20900,
1478
1478
  "name": "block",
1479
1479
  "nodeType": "Identifier",
1480
1480
  "overloadedDeclarations": [],
@@ -1485,7 +1485,7 @@
1485
1485
  "typeString": "block"
1486
1486
  }
1487
1487
  },
1488
- "id": 20898,
1488
+ "id": 20901,
1489
1489
  "isConstant": false,
1490
1490
  "isLValue": false,
1491
1491
  "isPure": false,
@@ -1502,11 +1502,11 @@
1502
1502
  "nodeType": "BinaryOperation",
1503
1503
  "operator": "==",
1504
1504
  "rightExpression": {
1505
- "id": 20899,
1505
+ "id": 20902,
1506
1506
  "name": "ARBITRUM_GOERLI",
1507
1507
  "nodeType": "Identifier",
1508
1508
  "overloadedDeclarations": [],
1509
- "referencedDeclaration": 20820,
1509
+ "referencedDeclaration": 20823,
1510
1510
  "src": "2095:15:39",
1511
1511
  "typeDescriptions": {
1512
1512
  "typeIdentifier": "t_uint256",
@@ -1525,14 +1525,14 @@
1525
1525
  "typeIdentifier": "t_uint256",
1526
1526
  "typeString": "uint256"
1527
1527
  },
1528
- "id": 20907,
1528
+ "id": 20910,
1529
1529
  "isConstant": false,
1530
1530
  "isLValue": false,
1531
1531
  "isPure": false,
1532
1532
  "lValueRequested": false,
1533
1533
  "leftExpression": {
1534
1534
  "expression": {
1535
- "id": 20904,
1535
+ "id": 20907,
1536
1536
  "name": "block",
1537
1537
  "nodeType": "Identifier",
1538
1538
  "overloadedDeclarations": [],
@@ -1543,7 +1543,7 @@
1543
1543
  "typeString": "block"
1544
1544
  }
1545
1545
  },
1546
- "id": 20905,
1546
+ "id": 20908,
1547
1547
  "isConstant": false,
1548
1548
  "isLValue": false,
1549
1549
  "isPure": false,
@@ -1560,11 +1560,11 @@
1560
1560
  "nodeType": "BinaryOperation",
1561
1561
  "operator": "==",
1562
1562
  "rightExpression": {
1563
- "id": 20906,
1563
+ "id": 20909,
1564
1564
  "name": "OPTIMISM_GOERLI",
1565
1565
  "nodeType": "Identifier",
1566
1566
  "overloadedDeclarations": [],
1567
- "referencedDeclaration": 20823,
1567
+ "referencedDeclaration": 20826,
1568
1568
  "src": "2213:15:39",
1569
1569
  "typeDescriptions": {
1570
1570
  "typeIdentifier": "t_uint256",
@@ -1583,14 +1583,14 @@
1583
1583
  "typeIdentifier": "t_uint256",
1584
1584
  "typeString": "uint256"
1585
1585
  },
1586
- "id": 20914,
1586
+ "id": 20917,
1587
1587
  "isConstant": false,
1588
1588
  "isLValue": false,
1589
1589
  "isPure": false,
1590
1590
  "lValueRequested": false,
1591
1591
  "leftExpression": {
1592
1592
  "expression": {
1593
- "id": 20911,
1593
+ "id": 20914,
1594
1594
  "name": "block",
1595
1595
  "nodeType": "Identifier",
1596
1596
  "overloadedDeclarations": [],
@@ -1601,7 +1601,7 @@
1601
1601
  "typeString": "block"
1602
1602
  }
1603
1603
  },
1604
- "id": 20912,
1604
+ "id": 20915,
1605
1605
  "isConstant": false,
1606
1606
  "isLValue": false,
1607
1607
  "isPure": false,
@@ -1618,11 +1618,11 @@
1618
1618
  "nodeType": "BinaryOperation",
1619
1619
  "operator": "==",
1620
1620
  "rightExpression": {
1621
- "id": 20913,
1621
+ "id": 20916,
1622
1622
  "name": "AVALANCHE_FUJI",
1623
1623
  "nodeType": "Identifier",
1624
1624
  "overloadedDeclarations": [],
1625
- "referencedDeclaration": 20826,
1625
+ "referencedDeclaration": 20829,
1626
1626
  "src": "2331:14:39",
1627
1627
  "typeDescriptions": {
1628
1628
  "typeIdentifier": "t_uint256",
@@ -1641,14 +1641,14 @@
1641
1641
  "typeIdentifier": "t_uint256",
1642
1642
  "typeString": "uint256"
1643
1643
  },
1644
- "id": 20921,
1644
+ "id": 20924,
1645
1645
  "isConstant": false,
1646
1646
  "isLValue": false,
1647
1647
  "isPure": false,
1648
1648
  "lValueRequested": false,
1649
1649
  "leftExpression": {
1650
1650
  "expression": {
1651
- "id": 20918,
1651
+ "id": 20921,
1652
1652
  "name": "block",
1653
1653
  "nodeType": "Identifier",
1654
1654
  "overloadedDeclarations": [],
@@ -1659,7 +1659,7 @@
1659
1659
  "typeString": "block"
1660
1660
  }
1661
1661
  },
1662
- "id": 20919,
1662
+ "id": 20922,
1663
1663
  "isConstant": false,
1664
1664
  "isLValue": false,
1665
1665
  "isPure": false,
@@ -1676,11 +1676,11 @@
1676
1676
  "nodeType": "BinaryOperation",
1677
1677
  "operator": "==",
1678
1678
  "rightExpression": {
1679
- "id": 20920,
1679
+ "id": 20923,
1680
1680
  "name": "POLYGON_MUMBAI",
1681
1681
  "nodeType": "Identifier",
1682
1682
  "overloadedDeclarations": [],
1683
- "referencedDeclaration": 20817,
1683
+ "referencedDeclaration": 20820,
1684
1684
  "src": "2448:14:39",
1685
1685
  "typeDescriptions": {
1686
1686
  "typeIdentifier": "t_uint256",
@@ -1699,14 +1699,14 @@
1699
1699
  "typeIdentifier": "t_uint256",
1700
1700
  "typeString": "uint256"
1701
1701
  },
1702
- "id": 20928,
1702
+ "id": 20931,
1703
1703
  "isConstant": false,
1704
1704
  "isLValue": false,
1705
1705
  "isPure": false,
1706
1706
  "lValueRequested": false,
1707
1707
  "leftExpression": {
1708
1708
  "expression": {
1709
- "id": 20925,
1709
+ "id": 20928,
1710
1710
  "name": "block",
1711
1711
  "nodeType": "Identifier",
1712
1712
  "overloadedDeclarations": [],
@@ -1717,7 +1717,7 @@
1717
1717
  "typeString": "block"
1718
1718
  }
1719
1719
  },
1720
- "id": 20926,
1720
+ "id": 20929,
1721
1721
  "isConstant": false,
1722
1722
  "isLValue": false,
1723
1723
  "isPure": false,
@@ -1734,11 +1734,11 @@
1734
1734
  "nodeType": "BinaryOperation",
1735
1735
  "operator": "==",
1736
1736
  "rightExpression": {
1737
- "id": 20927,
1737
+ "id": 20930,
1738
1738
  "name": "ETH_SEPOLIA",
1739
1739
  "nodeType": "Identifier",
1740
1740
  "overloadedDeclarations": [],
1741
- "referencedDeclaration": 20811,
1741
+ "referencedDeclaration": 20814,
1742
1742
  "src": "2565:11:39",
1743
1743
  "typeDescriptions": {
1744
1744
  "typeIdentifier": "t_uint256",
@@ -1757,14 +1757,14 @@
1757
1757
  "typeIdentifier": "t_uint256",
1758
1758
  "typeString": "uint256"
1759
1759
  },
1760
- "id": 20935,
1760
+ "id": 20938,
1761
1761
  "isConstant": false,
1762
1762
  "isLValue": false,
1763
1763
  "isPure": false,
1764
1764
  "lValueRequested": false,
1765
1765
  "leftExpression": {
1766
1766
  "expression": {
1767
- "id": 20932,
1767
+ "id": 20935,
1768
1768
  "name": "block",
1769
1769
  "nodeType": "Identifier",
1770
1770
  "overloadedDeclarations": [],
@@ -1775,7 +1775,7 @@
1775
1775
  "typeString": "block"
1776
1776
  }
1777
1777
  },
1778
- "id": 20933,
1778
+ "id": 20936,
1779
1779
  "isConstant": false,
1780
1780
  "isLValue": false,
1781
1781
  "isPure": false,
@@ -1792,11 +1792,11 @@
1792
1792
  "nodeType": "BinaryOperation",
1793
1793
  "operator": "==",
1794
1794
  "rightExpression": {
1795
- "id": 20934,
1795
+ "id": 20937,
1796
1796
  "name": "BASE_GOERLI",
1797
1797
  "nodeType": "Identifier",
1798
1798
  "overloadedDeclarations": [],
1799
- "referencedDeclaration": 20814,
1799
+ "referencedDeclaration": 20817,
1800
1800
  "src": "2679:11:39",
1801
1801
  "typeDescriptions": {
1802
1802
  "typeIdentifier": "t_uint256",
@@ -1815,14 +1815,14 @@
1815
1815
  "typeIdentifier": "t_uint256",
1816
1816
  "typeString": "uint256"
1817
1817
  },
1818
- "id": 20942,
1818
+ "id": 20945,
1819
1819
  "isConstant": false,
1820
1820
  "isLValue": false,
1821
1821
  "isPure": false,
1822
1822
  "lValueRequested": false,
1823
1823
  "leftExpression": {
1824
1824
  "expression": {
1825
- "id": 20939,
1825
+ "id": 20942,
1826
1826
  "name": "block",
1827
1827
  "nodeType": "Identifier",
1828
1828
  "overloadedDeclarations": [],
@@ -1833,7 +1833,7 @@
1833
1833
  "typeString": "block"
1834
1834
  }
1835
1835
  },
1836
- "id": 20940,
1836
+ "id": 20943,
1837
1837
  "isConstant": false,
1838
1838
  "isLValue": false,
1839
1839
  "isPure": false,
@@ -1850,11 +1850,11 @@
1850
1850
  "nodeType": "BinaryOperation",
1851
1851
  "operator": "==",
1852
1852
  "rightExpression": {
1853
- "id": 20941,
1853
+ "id": 20944,
1854
1854
  "name": "ZKEVM_TESTNET",
1855
1855
  "nodeType": "Identifier",
1856
1856
  "overloadedDeclarations": [],
1857
- "referencedDeclaration": 20829,
1857
+ "referencedDeclaration": 20832,
1858
1858
  "src": "2793:13:39",
1859
1859
  "typeDescriptions": {
1860
1860
  "typeIdentifier": "t_uint256",
@@ -1868,7 +1868,7 @@
1868
1868
  }
1869
1869
  },
1870
1870
  "falseBody": {
1871
- "id": 20949,
1871
+ "id": 20952,
1872
1872
  "nodeType": "Block",
1873
1873
  "src": "2888:52:39",
1874
1874
  "statements": [
@@ -1877,18 +1877,18 @@
1877
1877
  "arguments": [],
1878
1878
  "expression": {
1879
1879
  "argumentTypes": [],
1880
- "id": 20946,
1880
+ "id": 20949,
1881
1881
  "name": "UnsupportedNetwork",
1882
1882
  "nodeType": "Identifier",
1883
1883
  "overloadedDeclarations": [],
1884
- "referencedDeclaration": 20781,
1884
+ "referencedDeclaration": 20784,
1885
1885
  "src": "2909:18:39",
1886
1886
  "typeDescriptions": {
1887
1887
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
1888
1888
  "typeString": "function () pure"
1889
1889
  }
1890
1890
  },
1891
- "id": 20947,
1891
+ "id": 20950,
1892
1892
  "isConstant": false,
1893
1893
  "isLValue": false,
1894
1894
  "isPure": false,
@@ -1904,24 +1904,24 @@
1904
1904
  "typeString": "tuple()"
1905
1905
  }
1906
1906
  },
1907
- "id": 20948,
1907
+ "id": 20951,
1908
1908
  "nodeType": "RevertStatement",
1909
1909
  "src": "2902:27:39"
1910
1910
  }
1911
1911
  ]
1912
1912
  },
1913
- "id": 20950,
1913
+ "id": 20953,
1914
1914
  "nodeType": "IfStatement",
1915
1915
  "src": "2772:168:39",
1916
1916
  "trueBody": {
1917
- "id": 20945,
1917
+ "id": 20948,
1918
1918
  "nodeType": "Block",
1919
1919
  "src": "2808:74:39",
1920
1920
  "statements": [
1921
1921
  {
1922
1922
  "expression": {
1923
1923
  "hexValue": "307865363466383164356444644131633731373265354336643936344538656631424438324438373034",
1924
- "id": 20943,
1924
+ "id": 20946,
1925
1925
  "isConstant": false,
1926
1926
  "isLValue": false,
1927
1927
  "isPure": true,
@@ -1935,26 +1935,26 @@
1935
1935
  },
1936
1936
  "value": "0xe64f81d5dDdA1c7172e5C6d964E8ef1BD82D8704"
1937
1937
  },
1938
- "functionReturnParameters": 20833,
1939
- "id": 20944,
1938
+ "functionReturnParameters": 20836,
1939
+ "id": 20947,
1940
1940
  "nodeType": "Return",
1941
1941
  "src": "2822:49:39"
1942
1942
  }
1943
1943
  ]
1944
1944
  }
1945
1945
  },
1946
- "id": 20951,
1946
+ "id": 20954,
1947
1947
  "nodeType": "IfStatement",
1948
1948
  "src": "2658:282:39",
1949
1949
  "trueBody": {
1950
- "id": 20938,
1950
+ "id": 20941,
1951
1951
  "nodeType": "Block",
1952
1952
  "src": "2692:74:39",
1953
1953
  "statements": [
1954
1954
  {
1955
1955
  "expression": {
1956
1956
  "hexValue": "307835303763336137433643636332353338383441326533613365653241323131634337453739366136",
1957
- "id": 20936,
1957
+ "id": 20939,
1958
1958
  "isConstant": false,
1959
1959
  "isLValue": false,
1960
1960
  "isPure": true,
@@ -1968,26 +1968,26 @@
1968
1968
  },
1969
1969
  "value": "0x507c3a7C6Ccc253884A2e3a3ee2A211cC7E796a6"
1970
1970
  },
1971
- "functionReturnParameters": 20833,
1972
- "id": 20937,
1971
+ "functionReturnParameters": 20836,
1972
+ "id": 20940,
1973
1973
  "nodeType": "Return",
1974
1974
  "src": "2706:49:39"
1975
1975
  }
1976
1976
  ]
1977
1977
  }
1978
1978
  },
1979
- "id": 20952,
1979
+ "id": 20955,
1980
1980
  "nodeType": "IfStatement",
1981
1981
  "src": "2544:396:39",
1982
1982
  "trueBody": {
1983
- "id": 20931,
1983
+ "id": 20934,
1984
1984
  "nodeType": "Block",
1985
1985
  "src": "2578:74:39",
1986
1986
  "statements": [
1987
1987
  {
1988
1988
  "expression": {
1989
1989
  "hexValue": "307831303934313245334338346630353339623433643339644236393142303863393066353864433763",
1990
- "id": 20929,
1990
+ "id": 20932,
1991
1991
  "isConstant": false,
1992
1992
  "isLValue": false,
1993
1993
  "isPure": true,
@@ -2001,26 +2001,26 @@
2001
2001
  },
2002
2002
  "value": "0x109412E3C84f0539b43d39dB691B08c90f58dC7c"
2003
2003
  },
2004
- "functionReturnParameters": 20833,
2005
- "id": 20930,
2004
+ "functionReturnParameters": 20836,
2005
+ "id": 20933,
2006
2006
  "nodeType": "Return",
2007
2007
  "src": "2592:49:39"
2008
2008
  }
2009
2009
  ]
2010
2010
  }
2011
2011
  },
2012
- "id": 20953,
2012
+ "id": 20956,
2013
2013
  "nodeType": "IfStatement",
2014
2014
  "src": "2427:513:39",
2015
2015
  "trueBody": {
2016
- "id": 20924,
2016
+ "id": 20927,
2017
2017
  "nodeType": "Block",
2018
2018
  "src": "2464:74:39",
2019
2019
  "statements": [
2020
2020
  {
2021
2021
  "expression": {
2022
2022
  "hexValue": "307845423739366264623930664641306632383235353237356531363933364432356433343138363033",
2023
- "id": 20922,
2023
+ "id": 20925,
2024
2024
  "isConstant": false,
2025
2025
  "isLValue": false,
2026
2026
  "isPure": true,
@@ -2034,26 +2034,26 @@
2034
2034
  },
2035
2035
  "value": "0xEB796bdb90fFA0f28255275e16936D25d3418603"
2036
2036
  },
2037
- "functionReturnParameters": 20833,
2038
- "id": 20923,
2037
+ "functionReturnParameters": 20836,
2038
+ "id": 20926,
2039
2039
  "nodeType": "Return",
2040
2040
  "src": "2478:49:39"
2041
2041
  }
2042
2042
  ]
2043
2043
  }
2044
2044
  },
2045
- "id": 20954,
2045
+ "id": 20957,
2046
2046
  "nodeType": "IfStatement",
2047
2047
  "src": "2310:630:39",
2048
2048
  "trueBody": {
2049
- "id": 20917,
2049
+ "id": 20920,
2050
2050
  "nodeType": "Block",
2051
2051
  "src": "2347:74:39",
2052
2052
  "statements": [
2053
2053
  {
2054
2054
  "expression": {
2055
2055
  "hexValue": "307838354665373962393938353039423737424631304138424434303031443538343735443239333836",
2056
- "id": 20915,
2056
+ "id": 20918,
2057
2057
  "isConstant": false,
2058
2058
  "isLValue": false,
2059
2059
  "isPure": true,
@@ -2067,26 +2067,26 @@
2067
2067
  },
2068
2068
  "value": "0x85Fe79b998509B77BF10A8BD4001D58475D29386"
2069
2069
  },
2070
- "functionReturnParameters": 20833,
2071
- "id": 20916,
2070
+ "functionReturnParameters": 20836,
2071
+ "id": 20919,
2072
2072
  "nodeType": "Return",
2073
2073
  "src": "2361:49:39"
2074
2074
  }
2075
2075
  ]
2076
2076
  }
2077
2077
  },
2078
- "id": 20955,
2078
+ "id": 20958,
2079
2079
  "nodeType": "IfStatement",
2080
2080
  "src": "2192:748:39",
2081
2081
  "trueBody": {
2082
- "id": 20910,
2082
+ "id": 20913,
2083
2083
  "nodeType": "Block",
2084
2084
  "src": "2230:74:39",
2085
2085
  "statements": [
2086
2086
  {
2087
2087
  "expression": {
2088
2088
  "hexValue": "307845343039383343323437363033324130393135363030623934373242333134316141354235426139",
2089
- "id": 20908,
2089
+ "id": 20911,
2090
2090
  "isConstant": false,
2091
2091
  "isLValue": false,
2092
2092
  "isPure": true,
@@ -2100,26 +2100,26 @@
2100
2100
  },
2101
2101
  "value": "0xE40983C2476032A0915600b9472B3141aA5B5Ba9"
2102
2102
  },
2103
- "functionReturnParameters": 20833,
2104
- "id": 20909,
2103
+ "functionReturnParameters": 20836,
2104
+ "id": 20912,
2105
2105
  "nodeType": "Return",
2106
2106
  "src": "2244:49:39"
2107
2107
  }
2108
2108
  ]
2109
2109
  }
2110
2110
  },
2111
- "id": 20956,
2111
+ "id": 20959,
2112
2112
  "nodeType": "IfStatement",
2113
2113
  "src": "2074:866:39",
2114
2114
  "trueBody": {
2115
- "id": 20903,
2115
+ "id": 20906,
2116
2116
  "nodeType": "Block",
2117
2117
  "src": "2112:74:39",
2118
2118
  "statements": [
2119
2119
  {
2120
2120
  "expression": {
2121
2121
  "hexValue": "307845343039383343323437363033324130393135363030623934373242333134316141354235426139",
2122
- "id": 20901,
2122
+ "id": 20904,
2123
2123
  "isConstant": false,
2124
2124
  "isLValue": false,
2125
2125
  "isPure": true,
@@ -2133,26 +2133,26 @@
2133
2133
  },
2134
2134
  "value": "0xE40983C2476032A0915600b9472B3141aA5B5Ba9"
2135
2135
  },
2136
- "functionReturnParameters": 20833,
2137
- "id": 20902,
2136
+ "functionReturnParameters": 20836,
2137
+ "id": 20905,
2138
2138
  "nodeType": "Return",
2139
2139
  "src": "2126:49:39"
2140
2140
  }
2141
2141
  ]
2142
2142
  }
2143
2143
  },
2144
- "id": 20957,
2144
+ "id": 20960,
2145
2145
  "nodeType": "IfStatement",
2146
2146
  "src": "1961:979:39",
2147
2147
  "trueBody": {
2148
- "id": 20896,
2148
+ "id": 20899,
2149
2149
  "nodeType": "Block",
2150
2150
  "src": "1994:74:39",
2151
2151
  "statements": [
2152
2152
  {
2153
2153
  "expression": {
2154
2154
  "hexValue": "307832326666323933653134463145433341303942313337653965303630383441466436336164444639",
2155
- "id": 20894,
2155
+ "id": 20897,
2156
2156
  "isConstant": false,
2157
2157
  "isLValue": false,
2158
2158
  "isPure": true,
@@ -2166,26 +2166,26 @@
2166
2166
  },
2167
2167
  "value": "0x22ff293e14F1EC3A09B137e9e06084AFd63adDF9"
2168
2168
  },
2169
- "functionReturnParameters": 20833,
2170
- "id": 20895,
2169
+ "functionReturnParameters": 20836,
2170
+ "id": 20898,
2171
2171
  "nodeType": "Return",
2172
2172
  "src": "2008:49:39"
2173
2173
  }
2174
2174
  ]
2175
2175
  }
2176
2176
  },
2177
- "id": 20958,
2177
+ "id": 20961,
2178
2178
  "nodeType": "IfStatement",
2179
2179
  "src": "1847:1093:39",
2180
2180
  "trueBody": {
2181
- "id": 20889,
2181
+ "id": 20892,
2182
2182
  "nodeType": "Block",
2183
2183
  "src": "1881:74:39",
2184
2184
  "statements": [
2185
2185
  {
2186
2186
  "expression": {
2187
2187
  "hexValue": "307836303337374337303136453463644230334338374546343734383936433131634235363037353243",
2188
- "id": 20887,
2188
+ "id": 20890,
2189
2189
  "isConstant": false,
2190
2190
  "isLValue": false,
2191
2191
  "isPure": true,
@@ -2199,26 +2199,26 @@
2199
2199
  },
2200
2200
  "value": "0x60377C7016E4cdB03C87EF474896C11cB560752C"
2201
2201
  },
2202
- "functionReturnParameters": 20833,
2203
- "id": 20888,
2202
+ "functionReturnParameters": 20836,
2203
+ "id": 20891,
2204
2204
  "nodeType": "Return",
2205
2205
  "src": "1895:49:39"
2206
2206
  }
2207
2207
  ]
2208
2208
  }
2209
2209
  },
2210
- "id": 20959,
2210
+ "id": 20962,
2211
2211
  "nodeType": "IfStatement",
2212
2212
  "src": "1732:1208:39",
2213
2213
  "trueBody": {
2214
- "id": 20882,
2214
+ "id": 20885,
2215
2215
  "nodeType": "Block",
2216
2216
  "src": "1767:74:39",
2217
2217
  "statements": [
2218
2218
  {
2219
2219
  "expression": {
2220
2220
  "hexValue": "307841344666303763463831433032434644333536313834383739443935333937306341393537353835",
2221
- "id": 20880,
2221
+ "id": 20883,
2222
2222
  "isConstant": false,
2223
2223
  "isLValue": false,
2224
2224
  "isPure": true,
@@ -2232,26 +2232,26 @@
2232
2232
  },
2233
2233
  "value": "0xA4Ff07cF81C02CFD356184879D953970cA957585"
2234
2234
  },
2235
- "functionReturnParameters": 20833,
2236
- "id": 20881,
2235
+ "functionReturnParameters": 20836,
2236
+ "id": 20884,
2237
2237
  "nodeType": "Return",
2238
2238
  "src": "1781:49:39"
2239
2239
  }
2240
2240
  ]
2241
2241
  }
2242
2242
  },
2243
- "id": 20960,
2243
+ "id": 20963,
2244
2244
  "nodeType": "IfStatement",
2245
2245
  "src": "1617:1323:39",
2246
2246
  "trueBody": {
2247
- "id": 20875,
2247
+ "id": 20878,
2248
2248
  "nodeType": "Block",
2249
2249
  "src": "1652:74:39",
2250
2250
  "statements": [
2251
2251
  {
2252
2252
  "expression": {
2253
2253
  "hexValue": "307843663841636234654630333365664631364538303830616564346337443542393238354432313932",
2254
- "id": 20873,
2254
+ "id": 20876,
2255
2255
  "isConstant": false,
2256
2256
  "isLValue": false,
2257
2257
  "isPure": true,
@@ -2265,26 +2265,26 @@
2265
2265
  },
2266
2266
  "value": "0xCf8Acb4eF033efF16E8080aed4c7D5B9285D2192"
2267
2267
  },
2268
- "functionReturnParameters": 20833,
2269
- "id": 20874,
2268
+ "functionReturnParameters": 20836,
2269
+ "id": 20877,
2270
2270
  "nodeType": "Return",
2271
2271
  "src": "1666:49:39"
2272
2272
  }
2273
2273
  ]
2274
2274
  }
2275
2275
  },
2276
- "id": 20961,
2276
+ "id": 20964,
2277
2277
  "nodeType": "IfStatement",
2278
2278
  "src": "1499:1441:39",
2279
2279
  "trueBody": {
2280
- "id": 20868,
2280
+ "id": 20871,
2281
2281
  "nodeType": "Block",
2282
2282
  "src": "1537:74:39",
2283
2283
  "statements": [
2284
2284
  {
2285
2285
  "expression": {
2286
2286
  "hexValue": "307833453134644331623133633438386138643544333130393138373830633938336244353938324537",
2287
- "id": 20866,
2287
+ "id": 20869,
2288
2288
  "isConstant": false,
2289
2289
  "isLValue": false,
2290
2290
  "isPure": true,
@@ -2298,26 +2298,26 @@
2298
2298
  },
2299
2299
  "value": "0x3E14dC1b13c488a8d5D310918780c983bD5982E7"
2300
2300
  },
2301
- "functionReturnParameters": 20833,
2302
- "id": 20867,
2301
+ "functionReturnParameters": 20836,
2302
+ "id": 20870,
2303
2303
  "nodeType": "Return",
2304
2304
  "src": "1551:49:39"
2305
2305
  }
2306
2306
  ]
2307
2307
  }
2308
2308
  },
2309
- "id": 20962,
2309
+ "id": 20965,
2310
2310
  "nodeType": "IfStatement",
2311
2311
  "src": "1384:1556:39",
2312
2312
  "trueBody": {
2313
- "id": 20861,
2313
+ "id": 20864,
2314
2314
  "nodeType": "Block",
2315
2315
  "src": "1419:74:39",
2316
2316
  "statements": [
2317
2317
  {
2318
2318
  "expression": {
2319
2319
  "hexValue": "307832644665393337634439384162393265353963463331333931333866313863383233613465664537",
2320
- "id": 20859,
2320
+ "id": 20862,
2321
2321
  "isConstant": false,
2322
2322
  "isLValue": false,
2323
2323
  "isPure": true,
@@ -2331,26 +2331,26 @@
2331
2331
  },
2332
2332
  "value": "0x2dFe937cD98Ab92e59cF3139138f18c823a4efE7"
2333
2333
  },
2334
- "functionReturnParameters": 20833,
2335
- "id": 20860,
2334
+ "functionReturnParameters": 20836,
2335
+ "id": 20863,
2336
2336
  "nodeType": "Return",
2337
2337
  "src": "1433:49:39"
2338
2338
  }
2339
2339
  ]
2340
2340
  }
2341
2341
  },
2342
- "id": 20963,
2342
+ "id": 20966,
2343
2343
  "nodeType": "IfStatement",
2344
2344
  "src": "1270:1670:39",
2345
2345
  "trueBody": {
2346
- "id": 20854,
2346
+ "id": 20857,
2347
2347
  "nodeType": "Block",
2348
2348
  "src": "1304:74:39",
2349
2349
  "statements": [
2350
2350
  {
2351
2351
  "expression": {
2352
2352
  "hexValue": "307864316532634662363434313638303030324562374134343232333136306142394236376437453645",
2353
- "id": 20852,
2353
+ "id": 20855,
2354
2354
  "isConstant": false,
2355
2355
  "isLValue": false,
2356
2356
  "isPure": true,
@@ -2364,26 +2364,26 @@
2364
2364
  },
2365
2365
  "value": "0xd1e2cFb6441680002Eb7A44223160aB9B67d7E6E"
2366
2366
  },
2367
- "functionReturnParameters": 20833,
2368
- "id": 20853,
2367
+ "functionReturnParameters": 20836,
2368
+ "id": 20856,
2369
2369
  "nodeType": "Return",
2370
2370
  "src": "1318:49:39"
2371
2371
  }
2372
2372
  ]
2373
2373
  }
2374
2374
  },
2375
- "id": 20964,
2375
+ "id": 20967,
2376
2376
  "nodeType": "IfStatement",
2377
2377
  "src": "1151:1789:39",
2378
2378
  "trueBody": {
2379
- "id": 20847,
2379
+ "id": 20850,
2380
2380
  "nodeType": "Block",
2381
2381
  "src": "1190:74:39",
2382
2382
  "statements": [
2383
2383
  {
2384
2384
  "expression": {
2385
2385
  "hexValue": "307835363763344231343145443631393233393637634132354566343930364338373831303639613130",
2386
- "id": 20845,
2386
+ "id": 20848,
2387
2387
  "isConstant": false,
2388
2388
  "isLValue": false,
2389
2389
  "isPure": true,
@@ -2397,26 +2397,26 @@
2397
2397
  },
2398
2398
  "value": "0x567c4B141ED61923967cA25Ef4906C8781069a10"
2399
2399
  },
2400
- "functionReturnParameters": 20833,
2401
- "id": 20846,
2400
+ "functionReturnParameters": 20836,
2401
+ "id": 20849,
2402
2402
  "nodeType": "Return",
2403
2403
  "src": "1204:49:39"
2404
2404
  }
2405
2405
  ]
2406
2406
  }
2407
2407
  },
2408
- "id": 20965,
2408
+ "id": 20968,
2409
2409
  "nodeType": "IfStatement",
2410
2410
  "src": "1037:1903:39",
2411
2411
  "trueBody": {
2412
- "id": 20840,
2412
+ "id": 20843,
2413
2413
  "nodeType": "Block",
2414
2414
  "src": "1071:74:39",
2415
2415
  "statements": [
2416
2416
  {
2417
2417
  "expression": {
2418
2418
  "hexValue": "307834453538336439333930303832423635426566383834623632394446413432363131344345443664",
2419
- "id": 20838,
2419
+ "id": 20841,
2420
2420
  "isConstant": false,
2421
2421
  "isLValue": false,
2422
2422
  "isPure": true,
@@ -2430,8 +2430,8 @@
2430
2430
  },
2431
2431
  "value": "0x4E583d9390082B65Bef884b629DFA426114CED6d"
2432
2432
  },
2433
- "functionReturnParameters": 20833,
2434
- "id": 20839,
2433
+ "functionReturnParameters": 20836,
2434
+ "id": 20842,
2435
2435
  "nodeType": "Return",
2436
2436
  "src": "1085:49:39"
2437
2437
  }
@@ -2441,7 +2441,7 @@
2441
2441
  ]
2442
2442
  },
2443
2443
  "functionSelector": "20bc4425",
2444
- "id": 20967,
2444
+ "id": 20970,
2445
2445
  "implemented": true,
2446
2446
  "kind": "function",
2447
2447
  "modifiers": [],
@@ -2449,23 +2449,23 @@
2449
2449
  "nameLocation": "987:7:39",
2450
2450
  "nodeType": "FunctionDefinition",
2451
2451
  "parameters": {
2452
- "id": 20830,
2452
+ "id": 20833,
2453
2453
  "nodeType": "ParameterList",
2454
2454
  "parameters": [],
2455
2455
  "src": "994:2:39"
2456
2456
  },
2457
2457
  "returnParameters": {
2458
- "id": 20833,
2458
+ "id": 20836,
2459
2459
  "nodeType": "ParameterList",
2460
2460
  "parameters": [
2461
2461
  {
2462
2462
  "constant": false,
2463
- "id": 20832,
2463
+ "id": 20835,
2464
2464
  "mutability": "mutable",
2465
2465
  "name": "",
2466
2466
  "nameLocation": "-1:-1:-1",
2467
2467
  "nodeType": "VariableDeclaration",
2468
- "scope": 20967,
2468
+ "scope": 20970,
2469
2469
  "src": "1018:7:39",
2470
2470
  "stateVariable": false,
2471
2471
  "storageLocation": "default",
@@ -2474,7 +2474,7 @@
2474
2474
  "typeString": "address"
2475
2475
  },
2476
2476
  "typeName": {
2477
- "id": 20831,
2477
+ "id": 20834,
2478
2478
  "name": "address",
2479
2479
  "nodeType": "ElementaryTypeName",
2480
2480
  "src": "1018:7:39",
@@ -2489,17 +2489,17 @@
2489
2489
  ],
2490
2490
  "src": "1017:9:39"
2491
2491
  },
2492
- "scope": 20968,
2492
+ "scope": 20971,
2493
2493
  "src": "978:1968:39",
2494
2494
  "stateMutability": "view",
2495
2495
  "virtual": false,
2496
2496
  "visibility": "public"
2497
2497
  }
2498
2498
  ],
2499
- "scope": 20969,
2499
+ "scope": 20972,
2500
2500
  "src": "59:2889:39",
2501
2501
  "usedErrors": [
2502
- 20781
2502
+ 20784
2503
2503
  ]
2504
2504
  }
2505
2505
  ],
@@ -2511,7 +2511,7 @@
2511
2511
  },
2512
2512
  "networks": {},
2513
2513
  "schemaVersion": "3.4.13",
2514
- "updatedAt": "2023-07-20T13:36:30.741Z",
2514
+ "updatedAt": "2023-08-06T18:11:20.884Z",
2515
2515
  "devdoc": {
2516
2516
  "kind": "dev",
2517
2517
  "methods": {},