@superfluid-finance/ethereum-contracts 1.7.2-dev.c99f6f9.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 (209) hide show
  1. package/README.md +2 -2
  2. package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
  3. package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
  4. package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
  5. package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
  6. package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
  7. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
  8. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
  9. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
  10. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
  11. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
  12. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
  13. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
  14. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
  15. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
  16. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
  17. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
  18. package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
  19. package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
  20. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
  21. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
  22. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
  23. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
  24. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
  25. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
  26. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
  27. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
  28. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
  29. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
  30. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
  31. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
  32. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.json +2 -2
  33. package/build/contracts/AccessControl.json +1 -1
  34. package/build/contracts/AccessControlEnumerable.json +1 -1
  35. package/build/contracts/Address.json +1 -1
  36. package/build/contracts/AgreementBase.json +18 -18
  37. package/build/contracts/AgreementLibrary.json +165 -165
  38. package/build/contracts/BaseRelayRecipient.json +57 -57
  39. package/build/contracts/BatchLiquidator.json +382 -382
  40. package/build/contracts/BatchOperation.json +614 -614
  41. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  42. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2387 -2387
  43. package/build/contracts/CFAv1Library.json +389 -389
  44. package/build/contracts/CallUtils.json +198 -198
  45. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  46. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  47. package/build/contracts/ConstantInflowNFT.json +402 -402
  48. package/build/contracts/ConstantOutflowNFT.json +661 -661
  49. package/build/contracts/Context.json +1 -1
  50. package/build/contracts/ContextDefinitions.json +614 -614
  51. package/build/contracts/CustomSuperTokenBase.json +19 -19
  52. package/build/contracts/ERC165.json +1 -1
  53. package/build/contracts/ERC1820Implementer.json +1 -1
  54. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  55. package/build/contracts/ERC20.json +1 -1
  56. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  57. package/build/contracts/ERC777Helper.json +384 -384
  58. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  59. package/build/contracts/ERC777RecipientReverting.json +863 -863
  60. package/build/contracts/EnumerableSet.json +1 -1
  61. package/build/contracts/EventsEmitter.json +43 -43
  62. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  63. package/build/contracts/FixedSizeData.json +200 -200
  64. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  65. package/build/contracts/FlowNFTBase.json +1280 -1280
  66. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  67. package/build/contracts/ForwarderBase.json +190 -190
  68. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  69. package/build/contracts/IAccessControl.json +1 -1
  70. package/build/contracts/IAccessControlEnumerable.json +1 -1
  71. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  72. package/build/contracts/IConstantInflowNFT.json +54 -54
  73. package/build/contracts/IConstantOutflowNFT.json +107 -107
  74. package/build/contracts/IDAv1Forwarder.json +912 -912
  75. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2387 -2387
  76. package/build/contracts/IDAv1Library.json +430 -430
  77. package/build/contracts/IERC165.json +1 -1
  78. package/build/contracts/IERC1820Implementer.json +1 -1
  79. package/build/contracts/IERC1820Registry.json +1 -1
  80. package/build/contracts/IERC20.json +1 -1
  81. package/build/contracts/IERC20Metadata.json +1 -1
  82. package/build/contracts/IERC20Permit.json +1 -1
  83. package/build/contracts/IERC721.json +1 -1
  84. package/build/contracts/IERC721Metadata.json +1 -1
  85. package/build/contracts/IERC777.json +1 -1
  86. package/build/contracts/IERC777Recipient.json +1 -1
  87. package/build/contracts/IERC777Sender.json +1 -1
  88. package/build/contracts/IFlowNFTBase.json +115 -115
  89. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  90. package/build/contracts/IMultiSigWallet.json +31 -31
  91. package/build/contracts/IPoolAdminNFT.json +7 -7
  92. package/build/contracts/IPoolMemberNFT.json +7 -7
  93. package/build/contracts/IPureSuperToken.json +62 -62
  94. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  95. package/build/contracts/IRelayRecipient.json +27 -27
  96. package/build/contracts/IResolver.json +38 -38
  97. package/build/contracts/ISETH.json +67 -67
  98. package/build/contracts/ISETHCustom.json +67 -67
  99. package/build/contracts/ISuperAgreement.json +50 -50
  100. package/build/contracts/ISuperApp.json +191 -191
  101. package/build/contracts/ISuperToken.json +695 -695
  102. package/build/contracts/ISuperTokenFactory.json +225 -225
  103. package/build/contracts/ISuperfluid.json +904 -904
  104. package/build/contracts/ISuperfluidGovernance.json +251 -251
  105. package/build/contracts/ISuperfluidToken.json +407 -407
  106. package/build/contracts/ITOGAv1.json +1346 -1346
  107. package/build/contracts/ITOGAv2.json +1346 -1346
  108. package/build/contracts/ITOGAv3.json +1346 -1346
  109. package/build/contracts/Initializable.json +1 -1
  110. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  111. package/build/contracts/Math.json +1 -1
  112. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  113. package/build/contracts/Ownable.json +1 -1
  114. package/build/contracts/Proxy.json +1 -1
  115. package/build/contracts/ProxyDeployerLibrary.json +2385 -2385
  116. package/build/contracts/PureSuperToken.json +106 -106
  117. package/build/contracts/Resolver.json +98 -98
  118. package/build/contracts/SETHProxy.json +224 -224
  119. package/build/contracts/SafeCast.json +1 -1
  120. package/build/contracts/SafeERC20.json +1 -1
  121. package/build/contracts/SafeGasLibrary.json +51 -51
  122. package/build/contracts/SafeMath.json +1 -1
  123. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  124. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  125. package/build/contracts/StreamRedirector.json +704 -704
  126. package/build/contracts/Strings.json +1 -1
  127. package/build/contracts/SuperAppBase.json +42 -42
  128. package/build/contracts/SuperAppBaseFlow.json +1580 -1537
  129. package/build/contracts/SuperAppDefinitions.json +614 -614
  130. package/build/contracts/SuperToken.json +2714 -2714
  131. package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
  132. package/build/contracts/SuperTokenFactory.json +1347 -1347
  133. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  134. package/build/contracts/SuperTokenV1Library.json +5632 -5632
  135. package/build/contracts/SuperUpgrader.json +439 -439
  136. package/build/contracts/Superfluid.json +7999 -7996
  137. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
  138. package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
  139. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
  140. package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
  141. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  142. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  143. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  144. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  145. package/build/contracts/SuperfluidHostDeployerLibrary.json +2385 -2385
  146. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
  147. package/build/contracts/SuperfluidLoader.json +207 -207
  148. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
  149. package/build/contracts/SuperfluidLoaderLibrary.json +481 -480
  150. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
  151. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
  152. package/build/contracts/SuperfluidToken.json +1423 -1423
  153. package/build/contracts/TOGA.json +1360 -1360
  154. package/build/contracts/TestGovernance.json +250 -250
  155. package/build/contracts/TestResolver.json +47 -47
  156. package/build/contracts/TestToken.json +102 -102
  157. package/build/contracts/TokenDeployerLibrary.json +2387 -2387
  158. package/build/contracts/TokenInfo.json +32 -32
  159. package/build/contracts/UUPSProxiable.json +139 -139
  160. package/build/contracts/UUPSProxy.json +81 -81
  161. package/build/contracts/UUPSUtils.json +37 -37
  162. package/build/contracts-sizes.txt +15 -15
  163. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
  164. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
  165. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
  166. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
  167. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
  168. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
  169. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
  170. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
  171. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
  172. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
  173. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
  174. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
  175. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
  176. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
  177. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
  178. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
  179. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
  180. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
  181. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
  182. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
  183. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
  184. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
  185. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
  186. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
  187. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
  188. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
  189. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
  190. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
  191. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
  192. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
  193. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
  194. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
  195. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
  196. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
  197. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
  198. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
  199. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
  200. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
  201. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
  202. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
  203. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
  204. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
  205. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
  206. package/contracts/apps/SuperAppBaseFlow.sol +11 -10
  207. package/contracts/apps/SuperfluidLoaderLibrary.sol +1 -1
  208. package/contracts/superfluid/Superfluid.sol +1 -0
  209. package/package.json +4 -3
@@ -20,9 +20,9 @@
20
20
  "type": "function"
21
21
  }
22
22
  ],
23
- "metadata": "{\"compiler\":{\"version\":\"0.8.19+commit.7dd6d404\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"UnsupportedNetwork\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"getHost\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/apps/SuperfluidLoaderLibrary.sol\":\"SuperfluidLoaderLibrary\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"project:/contracts/apps/SuperfluidLoaderLibrary.sol\":{\"keccak256\":\"0xd6eafbdc285edfe7ff5cfd65b619146af6f0c03563500508048c74c42cd304ad\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://776c3d1a90eea0d97598f7bb1d86edd69a2f2da11e1e622997533712ea09fc6b\",\"dweb:/ipfs/QmadYSemM5Ut8aqbaWVuwoZnMVRxiX4WDETe57xxPRVA6y\"]}},\"version\":1}",
24
- "bytecode": "0x6102cd61003a600b82828239805160001a60731461002d57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106100355760003560e01c806320bc44251461003a575b600080fd5b61004261005e565b6040516001600160a01b03909116815260200160405180910390f35b6000600146036100815750734e583d9390082b65bef884b629dfa426114ced6d90565b600a46036100a2575073567c4b141ed61923967ca25ef4906c8781069a1090565b603846036100c3575073d1e2cfb6441680002eb7a44223160ab9b67d7e6e90565b606446036100e45750732dfe937cd98ab92e59cf3139138f18c823a4efe790565b608946036101055750733e14dc1b13c488a8d5d310918780c983bd5982e790565b61a4b14603610127575073cf8acb4ef033eff16e8080aed4c7d5b9285d219290565b61a4ec4603610149575073a4ff07cf81c02cfd356184879d953970ca95758590565b61a86a460361016b57507360377c7016e4cdb03c87ef474896c11cb560752c90565b6005460361018c57507322ff293e14f1ec3a09b137e9e06084afd63addf990565b62066eed46036101af575073e40983c2476032a0915600b9472b3141aa5b5ba990565b6101a446036101d1575073e40983c2476032a0915600b9472b3141aa5b5ba990565b61a86946036101f357507385fe79b998509b77bf10a8bd4001d58475d2938690565b620138814603610216575073eb796bdb90ffa0f28255275e16936d25d341860390565b62aa36a74603610239575073109412e3c84f0539b43d39db691b08c90f58dc7c90565b62014a33460361025c575073507c3a7c6ccc253884a2e3a3ee2a211cc7e796a690565b6105a2460361027e575073e64f81d5ddda1c7172e5c6d964e8ef1bd82d870490565b604051633732a25760e11b815260040160405180910390fdfea26469706673582212209b499b3b979ab9bf070e0b530b69b3eef6f7130654de007e23287531d2486b4a64736f6c63430008130033",
25
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600436106100355760003560e01c806320bc44251461003a575b600080fd5b61004261005e565b6040516001600160a01b03909116815260200160405180910390f35b6000600146036100815750734e583d9390082b65bef884b629dfa426114ced6d90565b600a46036100a2575073567c4b141ed61923967ca25ef4906c8781069a1090565b603846036100c3575073d1e2cfb6441680002eb7a44223160ab9b67d7e6e90565b606446036100e45750732dfe937cd98ab92e59cf3139138f18c823a4efe790565b608946036101055750733e14dc1b13c488a8d5d310918780c983bd5982e790565b61a4b14603610127575073cf8acb4ef033eff16e8080aed4c7d5b9285d219290565b61a4ec4603610149575073a4ff07cf81c02cfd356184879d953970ca95758590565b61a86a460361016b57507360377c7016e4cdb03c87ef474896c11cb560752c90565b6005460361018c57507322ff293e14f1ec3a09b137e9e06084afd63addf990565b62066eed46036101af575073e40983c2476032a0915600b9472b3141aa5b5ba990565b6101a446036101d1575073e40983c2476032a0915600b9472b3141aa5b5ba990565b61a86946036101f357507385fe79b998509b77bf10a8bd4001d58475d2938690565b620138814603610216575073eb796bdb90ffa0f28255275e16936d25d341860390565b62aa36a74603610239575073109412e3c84f0539b43d39db691b08c90f58dc7c90565b62014a33460361025c575073507c3a7c6ccc253884a2e3a3ee2a211cc7e796a690565b6105a2460361027e575073e64f81d5ddda1c7172e5c6d964e8ef1bd82d870490565b604051633732a25760e11b815260040160405180910390fdfea26469706673582212209b499b3b979ab9bf070e0b530b69b3eef6f7130654de007e23287531d2486b4a64736f6c63430008130033",
23
+ "metadata": "{\"compiler\":{\"version\":\"0.8.19+commit.7dd6d404\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"UnsupportedNetwork\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"getHost\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/apps/SuperfluidLoaderLibrary.sol\":\"SuperfluidLoaderLibrary\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"project:/contracts/apps/SuperfluidLoaderLibrary.sol\":{\"keccak256\":\"0x89ba56b530424a1ec027d3727c3d6ae2b4223d8b268376e420e6e73436fba853\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2e3c9b5446a9ffe03a76fd4824f02a0af73f8ccc8eceeb6f43cf9f2d3dd09832\",\"dweb:/ipfs/QmPuDGebopFtkFNBgbz39bquer1g7S9RcWhnenLcgktqst\"]}},\"version\":1}",
24
+ "bytecode": "0x6102cd61003a600b82828239805160001a60731461002d57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106100355760003560e01c806320bc44251461003a575b600080fd5b61004261005e565b6040516001600160a01b03909116815260200160405180910390f35b6000600146036100815750734e583d9390082b65bef884b629dfa426114ced6d90565b600a46036100a2575073567c4b141ed61923967ca25ef4906c8781069a1090565b603846036100c3575073d1e2cfb6441680002eb7a44223160ab9b67d7e6e90565b606446036100e45750732dfe937cd98ab92e59cf3139138f18c823a4efe790565b608946036101055750733e14dc1b13c488a8d5d310918780c983bd5982e790565b61a4b14603610127575073cf8acb4ef033eff16e8080aed4c7d5b9285d219290565b61a4ec4603610149575073a4ff07cf81c02cfd356184879d953970ca95758590565b61a86a460361016b57507360377c7016e4cdb03c87ef474896c11cb560752c90565b6005460361018c57507322ff293e14f1ec3a09b137e9e06084afd63addf990565b62066eed46036101af575073e40983c2476032a0915600b9472b3141aa5b5ba990565b6101a446036101d1575073e40983c2476032a0915600b9472b3141aa5b5ba990565b61a86946036101f357507385fe79b998509b77bf10a8bd4001d58475d2938690565b620138814603610216575073eb796bdb90ffa0f28255275e16936d25d341860390565b62aa36a74603610239575073109412e3c84f0539b43d39db691b08c90f58dc7c90565b62014a33460361025c575073507c3a7c6ccc253884a2e3a3ee2a211cc7e796a690565b6105a2460361027e575073e64f81d5ddda1c7172e5c6d964e8ef1bd82d870490565b604051633732a25760e11b815260040160405180910390fdfea264697066735822122018c0589918fc6f1ef09a0edff1dde8906b20b84544ee11cf9349f04263666a5164736f6c63430008130033",
25
+ "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600436106100355760003560e01c806320bc44251461003a575b600080fd5b61004261005e565b6040516001600160a01b03909116815260200160405180910390f35b6000600146036100815750734e583d9390082b65bef884b629dfa426114ced6d90565b600a46036100a2575073567c4b141ed61923967ca25ef4906c8781069a1090565b603846036100c3575073d1e2cfb6441680002eb7a44223160ab9b67d7e6e90565b606446036100e45750732dfe937cd98ab92e59cf3139138f18c823a4efe790565b608946036101055750733e14dc1b13c488a8d5d310918780c983bd5982e790565b61a4b14603610127575073cf8acb4ef033eff16e8080aed4c7d5b9285d219290565b61a4ec4603610149575073a4ff07cf81c02cfd356184879d953970ca95758590565b61a86a460361016b57507360377c7016e4cdb03c87ef474896c11cb560752c90565b6005460361018c57507322ff293e14f1ec3a09b137e9e06084afd63addf990565b62066eed46036101af575073e40983c2476032a0915600b9472b3141aa5b5ba990565b6101a446036101d1575073e40983c2476032a0915600b9472b3141aa5b5ba990565b61a86946036101f357507385fe79b998509b77bf10a8bd4001d58475d2938690565b620138814603610216575073eb796bdb90ffa0f28255275e16936d25d341860390565b62aa36a74603610239575073109412e3c84f0539b43d39db691b08c90f58dc7c90565b62014a33460361025c575073507c3a7c6ccc253884a2e3a3ee2a211cc7e796a690565b6105a2460361027e575073e64f81d5ddda1c7172e5c6d964e8ef1bd82d870490565b604051633732a25760e11b815260040160405180910390fdfea264697066735822122018c0589918fc6f1ef09a0edff1dde8906b20b84544ee11cf9349f04263666a5164736f6c63430008130033",
26
26
  "immutableReferences": {},
27
27
  "generatedSources": [],
28
28
  "deployedGeneratedSources": [
@@ -190,30 +190,31 @@
190
190
  "name": "#utility.yul"
191
191
  }
192
192
  ],
193
- "sourceMap": "57:2889:39:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;57:2889:39;;;;;;;;;;;;;;;;;",
194
- "deployedSourceMap": "57:2889:39:-:0;;;;;;;;;;;;;;;;;;;;;;;;976:1968;;;:::i;:::-;;;-1:-1:-1;;;;;186:32:124;;;168:51;;156:2;141:18;976:1968:39;;;;;;;;1016:7;182:1;1039:13;:28;1035:1903;;-1:-1:-1;1090:42:39;;976:1968::o;1035:1903::-;233:2;1153:13;:33;1149:1789;;-1:-1:-1;1209:42:39;;976:1968::o;1149:1789::-;280:2;1272:13;:28;1268:1670;;-1:-1:-1;1323:42:39;;976:1968::o;1268:1670::-;328:3;1386:13;:29;1382:1556;;-1:-1:-1;1438:42:39;;976:1968::o;1382:1556::-;380:3;1501:13;:32;1497:1441;;-1:-1:-1;1556:42:39;;976:1968::o;1497:1441::-;429:5;1619:13;:29;1615:1323;;-1:-1:-1;1671:42:39;;976:1968::o;1615:1323::-;480:5;1734:13;:29;1730:1208;;-1:-1:-1;1786:42:39;;976:1968::o;1730:1208::-;530:5;1849:13;:28;1845:1093;;-1:-1:-1;1900:42:39;;976:1968::o;1845:1093::-;596:1;1963:13;:27;1959:979;;-1:-1:-1;2013:42:39;;976:1968::o;1959:979::-;802:6;2076:13;:32;2072:866;;-1:-1:-1;2131:42:39;;976:1968::o;2072:866::-;857:3;2194:13;:32;2190:748;;-1:-1:-1;2249:42:39;;976:1968::o;2190:748::-;908:5;2312:13;:31;2308:630;;-1:-1:-1;2366:42:39;;976:1968::o;2308:630::-;748:5;2429:13;:31;2425:513;;-1:-1:-1;2483:42:39;;976:1968::o;2425:513::-;642:8;2546:13;:28;2542:396;;-1:-1:-1;2597:42:39;;976:1968::o;2542:396::-;695:5;2660:13;:28;2656:282;;-1:-1:-1;2711:42:39;;976:1968::o;2656:282::-;960:4;2774:13;:30;2770:168;;-1:-1:-1;2827:42:39;;976:1968::o;2770:168::-;2907:20;;-1:-1:-1;;;2907:20:39;;;;;;;;;;",
195
- "source": "// SPDX-License-Identifier: MIT\npragma solidity 0.8.19;\n\nlibrary SuperfluidLoaderLibrary {\n error UnsupportedNetwork();\n\n // mainnet\n uint256 private constant ETH_MAINNET = 1;\n uint256 private constant OPTIMISM_MAINNET = 10;\n uint256 private constant BSC_MAINNET = 56;\n uint256 private constant XDAI_MAINNET = 100;\n uint256 private constant POLYGON_MAINNET = 137;\n uint256 private constant ARBITRUM_ONE = 42161;\n uint256 private constant CELO_MAINNET = 42220;\n uint256 private constant AVALANCHE_C = 43114;\n\n // testnets\n uint256 private constant ETH_GOERLI = 5;\n uint256 private constant ETH_SEPOLIA = 11155111;\n uint256 private constant BASE_GOERLI = 84531;\n uint256 private constant POLYGON_MUMBAI = 80001;\n uint256 private constant ARBITRUM_GOERLI = 421613;\n uint256 private constant OPTIMISM_GOERLI = 420;\n uint256 private constant AVALANCHE_FUJI = 43113;\n uint256 private constant ZKEVM_TESTNET = 1442;\n \n\n function getHost() public view returns (address) {\n if (block.chainid == ETH_MAINNET) {\n return 0x4E583d9390082B65Bef884b629DFA426114CED6d;\n } else if (block.chainid == OPTIMISM_MAINNET) {\n return 0x567c4B141ED61923967cA25Ef4906C8781069a10;\n } else if (block.chainid == BSC_MAINNET) {\n return 0xd1e2cFb6441680002Eb7A44223160aB9B67d7E6E;\n } else if (block.chainid == XDAI_MAINNET) {\n return 0x2dFe937cD98Ab92e59cF3139138f18c823a4efE7;\n } else if (block.chainid == POLYGON_MAINNET) {\n return 0x3E14dC1b13c488a8d5D310918780c983bD5982E7;\n } else if (block.chainid == ARBITRUM_ONE) {\n return 0xCf8Acb4eF033efF16E8080aed4c7D5B9285D2192;\n } else if (block.chainid == CELO_MAINNET) {\n return 0xA4Ff07cF81C02CFD356184879D953970cA957585;\n } else if (block.chainid == AVALANCHE_C) {\n return 0x60377C7016E4cdB03C87EF474896C11cB560752C;\n } else if (block.chainid == ETH_GOERLI) {\n return 0x22ff293e14F1EC3A09B137e9e06084AFd63adDF9;\n } else if (block.chainid == ARBITRUM_GOERLI) {\n return 0xE40983C2476032A0915600b9472B3141aA5B5Ba9;\n } else if (block.chainid == OPTIMISM_GOERLI) {\n return 0xE40983C2476032A0915600b9472B3141aA5B5Ba9;\n } else if (block.chainid == AVALANCHE_FUJI) {\n return 0x85Fe79b998509B77BF10A8BD4001D58475D29386;\n } else if (block.chainid == POLYGON_MUMBAI) {\n return 0xEB796bdb90fFA0f28255275e16936D25d3418603;\n } else if (block.chainid == ETH_SEPOLIA) {\n return 0x109412E3C84f0539b43d39dB691B08c90f58dC7c;\n } else if (block.chainid == BASE_GOERLI) {\n return 0x507c3a7C6Ccc253884A2e3a3ee2A211cC7E796a6;\n } else if (block.chainid == ZKEVM_TESTNET) {\n return 0xe64f81d5dDdA1c7172e5C6d964E8ef1BD82D8704;\n } else {\n revert UnsupportedNetwork();\n }\n }\n}\n",
193
+ "sourceMap": "59:2889:39:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;59:2889:39;;;;;;;;;;;;;;;;;",
194
+ "deployedSourceMap": "59:2889:39:-:0;;;;;;;;;;;;;;;;;;;;;;;;978:1968;;;:::i;:::-;;;-1:-1:-1;;;;;186:32:124;;;168:51;;156:2;141:18;978:1968:39;;;;;;;;1018:7;184:1;1041:13;:28;1037:1903;;-1:-1:-1;1092:42:39;;978:1968::o;1037:1903::-;235:2;1155:13;:33;1151:1789;;-1:-1:-1;1211:42:39;;978:1968::o;1151:1789::-;282:2;1274:13;:28;1270:1670;;-1:-1:-1;1325:42:39;;978:1968::o;1270:1670::-;330:3;1388:13;:29;1384:1556;;-1:-1:-1;1440:42:39;;978:1968::o;1384:1556::-;382:3;1503:13;:32;1499:1441;;-1:-1:-1;1558:42:39;;978:1968::o;1499:1441::-;431:5;1621:13;:29;1617:1323;;-1:-1:-1;1673:42:39;;978:1968::o;1617:1323::-;482:5;1736:13;:29;1732:1208;;-1:-1:-1;1788:42:39;;978:1968::o;1732:1208::-;532:5;1851:13;:28;1847:1093;;-1:-1:-1;1902:42:39;;978:1968::o;1847:1093::-;598:1;1965:13;:27;1961:979;;-1:-1:-1;2015:42:39;;978:1968::o;1961:979::-;804:6;2078:13;:32;2074:866;;-1:-1:-1;2133:42:39;;978:1968::o;2074:866::-;859:3;2196:13;:32;2192:748;;-1:-1:-1;2251:42:39;;978:1968::o;2192:748::-;910:5;2314:13;:31;2310:630;;-1:-1:-1;2368:42:39;;978:1968::o;2310:630::-;750:5;2431:13;:31;2427:513;;-1:-1:-1;2485:42:39;;978:1968::o;2427:513::-;644:8;2548:13;:28;2544:396;;-1:-1:-1;2599:42:39;;978:1968::o;2544:396::-;697:5;2662:13;:28;2658:282;;-1:-1:-1;2713:42:39;;978:1968::o;2658:282::-;962:4;2776:13;:30;2772:168;;-1:-1:-1;2829:42:39;;978:1968::o;2772:168::-;2909:20;;-1:-1:-1;;;2909:20:39;;;;;;;;;;",
195
+ "source": "// SPDX-License-Identifier: MIT\npragma solidity >= 0.8.4;\n\nlibrary SuperfluidLoaderLibrary {\n error UnsupportedNetwork();\n\n // mainnet\n uint256 private constant ETH_MAINNET = 1;\n uint256 private constant OPTIMISM_MAINNET = 10;\n uint256 private constant BSC_MAINNET = 56;\n uint256 private constant XDAI_MAINNET = 100;\n uint256 private constant POLYGON_MAINNET = 137;\n uint256 private constant ARBITRUM_ONE = 42161;\n uint256 private constant CELO_MAINNET = 42220;\n uint256 private constant AVALANCHE_C = 43114;\n\n // testnets\n uint256 private constant ETH_GOERLI = 5;\n uint256 private constant ETH_SEPOLIA = 11155111;\n uint256 private constant BASE_GOERLI = 84531;\n uint256 private constant POLYGON_MUMBAI = 80001;\n uint256 private constant ARBITRUM_GOERLI = 421613;\n uint256 private constant OPTIMISM_GOERLI = 420;\n uint256 private constant AVALANCHE_FUJI = 43113;\n uint256 private constant ZKEVM_TESTNET = 1442;\n \n\n function getHost() public view returns (address) {\n if (block.chainid == ETH_MAINNET) {\n return 0x4E583d9390082B65Bef884b629DFA426114CED6d;\n } else if (block.chainid == OPTIMISM_MAINNET) {\n return 0x567c4B141ED61923967cA25Ef4906C8781069a10;\n } else if (block.chainid == BSC_MAINNET) {\n return 0xd1e2cFb6441680002Eb7A44223160aB9B67d7E6E;\n } else if (block.chainid == XDAI_MAINNET) {\n return 0x2dFe937cD98Ab92e59cF3139138f18c823a4efE7;\n } else if (block.chainid == POLYGON_MAINNET) {\n return 0x3E14dC1b13c488a8d5D310918780c983bD5982E7;\n } else if (block.chainid == ARBITRUM_ONE) {\n return 0xCf8Acb4eF033efF16E8080aed4c7D5B9285D2192;\n } else if (block.chainid == CELO_MAINNET) {\n return 0xA4Ff07cF81C02CFD356184879D953970cA957585;\n } else if (block.chainid == AVALANCHE_C) {\n return 0x60377C7016E4cdB03C87EF474896C11cB560752C;\n } else if (block.chainid == ETH_GOERLI) {\n return 0x22ff293e14F1EC3A09B137e9e06084AFd63adDF9;\n } else if (block.chainid == ARBITRUM_GOERLI) {\n return 0xE40983C2476032A0915600b9472B3141aA5B5Ba9;\n } else if (block.chainid == OPTIMISM_GOERLI) {\n return 0xE40983C2476032A0915600b9472B3141aA5B5Ba9;\n } else if (block.chainid == AVALANCHE_FUJI) {\n return 0x85Fe79b998509B77BF10A8BD4001D58475D29386;\n } else if (block.chainid == POLYGON_MUMBAI) {\n return 0xEB796bdb90fFA0f28255275e16936D25d3418603;\n } else if (block.chainid == ETH_SEPOLIA) {\n return 0x109412E3C84f0539b43d39dB691B08c90f58dC7c;\n } else if (block.chainid == BASE_GOERLI) {\n return 0x507c3a7C6Ccc253884A2e3a3ee2A211cC7E796a6;\n } else if (block.chainid == ZKEVM_TESTNET) {\n return 0xe64f81d5dDdA1c7172e5C6d964E8ef1BD82D8704;\n } else {\n revert UnsupportedNetwork();\n }\n }\n}\n",
196
196
  "sourcePath": "/home/runner/work/protocol-monorepo/protocol-monorepo/packages/ethereum-contracts/contracts/apps/SuperfluidLoaderLibrary.sol",
197
197
  "ast": {
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
213
  "0.8",
213
- ".19"
214
+ ".4"
214
215
  ],
215
216
  "nodeType": "PragmaDirective",
216
- "src": "32:23:39"
217
+ "src": "32:25:39"
217
218
  },
218
219
  {
219
220
  "abstract": false,
@@ -222,37 +223,37 @@
222
223
  "contractDependencies": [],
223
224
  "contractKind": "library",
224
225
  "fullyImplemented": true,
225
- "id": 20968,
226
+ "id": 20971,
226
227
  "linearizedBaseContracts": [
227
- 20968
228
+ 20971
228
229
  ],
229
230
  "name": "SuperfluidLoaderLibrary",
230
- "nameLocation": "65:23:39",
231
+ "nameLocation": "67:23:39",
231
232
  "nodeType": "ContractDefinition",
232
233
  "nodes": [
233
234
  {
234
235
  "errorSelector": "6e6544ae",
235
- "id": 20781,
236
+ "id": 20784,
236
237
  "name": "UnsupportedNetwork",
237
- "nameLocation": "101:18:39",
238
+ "nameLocation": "103:18:39",
238
239
  "nodeType": "ErrorDefinition",
239
240
  "parameters": {
240
- "id": 20780,
241
+ "id": 20783,
241
242
  "nodeType": "ParameterList",
242
243
  "parameters": [],
243
- "src": "119:2:39"
244
+ "src": "121:2:39"
244
245
  },
245
- "src": "95:27:39"
246
+ "src": "97:27:39"
246
247
  },
247
248
  {
248
249
  "constant": true,
249
- "id": 20784,
250
+ "id": 20787,
250
251
  "mutability": "constant",
251
252
  "name": "ETH_MAINNET",
252
- "nameLocation": "168:11:39",
253
+ "nameLocation": "170:11:39",
253
254
  "nodeType": "VariableDeclaration",
254
- "scope": 20968,
255
- "src": "143:40:39",
255
+ "scope": 20971,
256
+ "src": "145:40:39",
256
257
  "stateVariable": true,
257
258
  "storageLocation": "default",
258
259
  "typeDescriptions": {
@@ -260,10 +261,10 @@
260
261
  "typeString": "uint256"
261
262
  },
262
263
  "typeName": {
263
- "id": 20782,
264
+ "id": 20785,
264
265
  "name": "uint256",
265
266
  "nodeType": "ElementaryTypeName",
266
- "src": "143:7:39",
267
+ "src": "145:7:39",
267
268
  "typeDescriptions": {
268
269
  "typeIdentifier": "t_uint256",
269
270
  "typeString": "uint256"
@@ -271,14 +272,14 @@
271
272
  },
272
273
  "value": {
273
274
  "hexValue": "31",
274
- "id": 20783,
275
+ "id": 20786,
275
276
  "isConstant": false,
276
277
  "isLValue": false,
277
278
  "isPure": true,
278
279
  "kind": "number",
279
280
  "lValueRequested": false,
280
281
  "nodeType": "Literal",
281
- "src": "182:1:39",
282
+ "src": "184:1:39",
282
283
  "typeDescriptions": {
283
284
  "typeIdentifier": "t_rational_1_by_1",
284
285
  "typeString": "int_const 1"
@@ -289,13 +290,13 @@
289
290
  },
290
291
  {
291
292
  "constant": true,
292
- "id": 20787,
293
+ "id": 20790,
293
294
  "mutability": "constant",
294
295
  "name": "OPTIMISM_MAINNET",
295
- "nameLocation": "214:16:39",
296
+ "nameLocation": "216:16:39",
296
297
  "nodeType": "VariableDeclaration",
297
- "scope": 20968,
298
- "src": "189:46:39",
298
+ "scope": 20971,
299
+ "src": "191:46:39",
299
300
  "stateVariable": true,
300
301
  "storageLocation": "default",
301
302
  "typeDescriptions": {
@@ -303,10 +304,10 @@
303
304
  "typeString": "uint256"
304
305
  },
305
306
  "typeName": {
306
- "id": 20785,
307
+ "id": 20788,
307
308
  "name": "uint256",
308
309
  "nodeType": "ElementaryTypeName",
309
- "src": "189:7:39",
310
+ "src": "191:7:39",
310
311
  "typeDescriptions": {
311
312
  "typeIdentifier": "t_uint256",
312
313
  "typeString": "uint256"
@@ -314,14 +315,14 @@
314
315
  },
315
316
  "value": {
316
317
  "hexValue": "3130",
317
- "id": 20786,
318
+ "id": 20789,
318
319
  "isConstant": false,
319
320
  "isLValue": false,
320
321
  "isPure": true,
321
322
  "kind": "number",
322
323
  "lValueRequested": false,
323
324
  "nodeType": "Literal",
324
- "src": "233:2:39",
325
+ "src": "235:2:39",
325
326
  "typeDescriptions": {
326
327
  "typeIdentifier": "t_rational_10_by_1",
327
328
  "typeString": "int_const 10"
@@ -332,13 +333,13 @@
332
333
  },
333
334
  {
334
335
  "constant": true,
335
- "id": 20790,
336
+ "id": 20793,
336
337
  "mutability": "constant",
337
338
  "name": "BSC_MAINNET",
338
- "nameLocation": "266:11:39",
339
+ "nameLocation": "268:11:39",
339
340
  "nodeType": "VariableDeclaration",
340
- "scope": 20968,
341
- "src": "241:41:39",
341
+ "scope": 20971,
342
+ "src": "243:41:39",
342
343
  "stateVariable": true,
343
344
  "storageLocation": "default",
344
345
  "typeDescriptions": {
@@ -346,10 +347,10 @@
346
347
  "typeString": "uint256"
347
348
  },
348
349
  "typeName": {
349
- "id": 20788,
350
+ "id": 20791,
350
351
  "name": "uint256",
351
352
  "nodeType": "ElementaryTypeName",
352
- "src": "241:7:39",
353
+ "src": "243:7:39",
353
354
  "typeDescriptions": {
354
355
  "typeIdentifier": "t_uint256",
355
356
  "typeString": "uint256"
@@ -357,14 +358,14 @@
357
358
  },
358
359
  "value": {
359
360
  "hexValue": "3536",
360
- "id": 20789,
361
+ "id": 20792,
361
362
  "isConstant": false,
362
363
  "isLValue": false,
363
364
  "isPure": true,
364
365
  "kind": "number",
365
366
  "lValueRequested": false,
366
367
  "nodeType": "Literal",
367
- "src": "280:2:39",
368
+ "src": "282:2:39",
368
369
  "typeDescriptions": {
369
370
  "typeIdentifier": "t_rational_56_by_1",
370
371
  "typeString": "int_const 56"
@@ -375,13 +376,13 @@
375
376
  },
376
377
  {
377
378
  "constant": true,
378
- "id": 20793,
379
+ "id": 20796,
379
380
  "mutability": "constant",
380
381
  "name": "XDAI_MAINNET",
381
- "nameLocation": "313:12:39",
382
+ "nameLocation": "315:12:39",
382
383
  "nodeType": "VariableDeclaration",
383
- "scope": 20968,
384
- "src": "288:43:39",
384
+ "scope": 20971,
385
+ "src": "290:43:39",
385
386
  "stateVariable": true,
386
387
  "storageLocation": "default",
387
388
  "typeDescriptions": {
@@ -389,10 +390,10 @@
389
390
  "typeString": "uint256"
390
391
  },
391
392
  "typeName": {
392
- "id": 20791,
393
+ "id": 20794,
393
394
  "name": "uint256",
394
395
  "nodeType": "ElementaryTypeName",
395
- "src": "288:7:39",
396
+ "src": "290:7:39",
396
397
  "typeDescriptions": {
397
398
  "typeIdentifier": "t_uint256",
398
399
  "typeString": "uint256"
@@ -400,14 +401,14 @@
400
401
  },
401
402
  "value": {
402
403
  "hexValue": "313030",
403
- "id": 20792,
404
+ "id": 20795,
404
405
  "isConstant": false,
405
406
  "isLValue": false,
406
407
  "isPure": true,
407
408
  "kind": "number",
408
409
  "lValueRequested": false,
409
410
  "nodeType": "Literal",
410
- "src": "328:3:39",
411
+ "src": "330:3:39",
411
412
  "typeDescriptions": {
412
413
  "typeIdentifier": "t_rational_100_by_1",
413
414
  "typeString": "int_const 100"
@@ -418,13 +419,13 @@
418
419
  },
419
420
  {
420
421
  "constant": true,
421
- "id": 20796,
422
+ "id": 20799,
422
423
  "mutability": "constant",
423
424
  "name": "POLYGON_MAINNET",
424
- "nameLocation": "362:15:39",
425
+ "nameLocation": "364:15:39",
425
426
  "nodeType": "VariableDeclaration",
426
- "scope": 20968,
427
- "src": "337:46:39",
427
+ "scope": 20971,
428
+ "src": "339:46:39",
428
429
  "stateVariable": true,
429
430
  "storageLocation": "default",
430
431
  "typeDescriptions": {
@@ -432,10 +433,10 @@
432
433
  "typeString": "uint256"
433
434
  },
434
435
  "typeName": {
435
- "id": 20794,
436
+ "id": 20797,
436
437
  "name": "uint256",
437
438
  "nodeType": "ElementaryTypeName",
438
- "src": "337:7:39",
439
+ "src": "339:7:39",
439
440
  "typeDescriptions": {
440
441
  "typeIdentifier": "t_uint256",
441
442
  "typeString": "uint256"
@@ -443,14 +444,14 @@
443
444
  },
444
445
  "value": {
445
446
  "hexValue": "313337",
446
- "id": 20795,
447
+ "id": 20798,
447
448
  "isConstant": false,
448
449
  "isLValue": false,
449
450
  "isPure": true,
450
451
  "kind": "number",
451
452
  "lValueRequested": false,
452
453
  "nodeType": "Literal",
453
- "src": "380:3:39",
454
+ "src": "382:3:39",
454
455
  "typeDescriptions": {
455
456
  "typeIdentifier": "t_rational_137_by_1",
456
457
  "typeString": "int_const 137"
@@ -461,13 +462,13 @@
461
462
  },
462
463
  {
463
464
  "constant": true,
464
- "id": 20799,
465
+ "id": 20802,
465
466
  "mutability": "constant",
466
467
  "name": "ARBITRUM_ONE",
467
- "nameLocation": "414:12:39",
468
+ "nameLocation": "416:12:39",
468
469
  "nodeType": "VariableDeclaration",
469
- "scope": 20968,
470
- "src": "389:45:39",
470
+ "scope": 20971,
471
+ "src": "391:45:39",
471
472
  "stateVariable": true,
472
473
  "storageLocation": "default",
473
474
  "typeDescriptions": {
@@ -475,10 +476,10 @@
475
476
  "typeString": "uint256"
476
477
  },
477
478
  "typeName": {
478
- "id": 20797,
479
+ "id": 20800,
479
480
  "name": "uint256",
480
481
  "nodeType": "ElementaryTypeName",
481
- "src": "389:7:39",
482
+ "src": "391:7:39",
482
483
  "typeDescriptions": {
483
484
  "typeIdentifier": "t_uint256",
484
485
  "typeString": "uint256"
@@ -486,14 +487,14 @@
486
487
  },
487
488
  "value": {
488
489
  "hexValue": "3432313631",
489
- "id": 20798,
490
+ "id": 20801,
490
491
  "isConstant": false,
491
492
  "isLValue": false,
492
493
  "isPure": true,
493
494
  "kind": "number",
494
495
  "lValueRequested": false,
495
496
  "nodeType": "Literal",
496
- "src": "429:5:39",
497
+ "src": "431:5:39",
497
498
  "typeDescriptions": {
498
499
  "typeIdentifier": "t_rational_42161_by_1",
499
500
  "typeString": "int_const 42161"
@@ -504,13 +505,13 @@
504
505
  },
505
506
  {
506
507
  "constant": true,
507
- "id": 20802,
508
+ "id": 20805,
508
509
  "mutability": "constant",
509
510
  "name": "CELO_MAINNET",
510
- "nameLocation": "465:12:39",
511
+ "nameLocation": "467:12:39",
511
512
  "nodeType": "VariableDeclaration",
512
- "scope": 20968,
513
- "src": "440:45:39",
513
+ "scope": 20971,
514
+ "src": "442:45:39",
514
515
  "stateVariable": true,
515
516
  "storageLocation": "default",
516
517
  "typeDescriptions": {
@@ -518,10 +519,10 @@
518
519
  "typeString": "uint256"
519
520
  },
520
521
  "typeName": {
521
- "id": 20800,
522
+ "id": 20803,
522
523
  "name": "uint256",
523
524
  "nodeType": "ElementaryTypeName",
524
- "src": "440:7:39",
525
+ "src": "442:7:39",
525
526
  "typeDescriptions": {
526
527
  "typeIdentifier": "t_uint256",
527
528
  "typeString": "uint256"
@@ -529,14 +530,14 @@
529
530
  },
530
531
  "value": {
531
532
  "hexValue": "3432323230",
532
- "id": 20801,
533
+ "id": 20804,
533
534
  "isConstant": false,
534
535
  "isLValue": false,
535
536
  "isPure": true,
536
537
  "kind": "number",
537
538
  "lValueRequested": false,
538
539
  "nodeType": "Literal",
539
- "src": "480:5:39",
540
+ "src": "482:5:39",
540
541
  "typeDescriptions": {
541
542
  "typeIdentifier": "t_rational_42220_by_1",
542
543
  "typeString": "int_const 42220"
@@ -547,13 +548,13 @@
547
548
  },
548
549
  {
549
550
  "constant": true,
550
- "id": 20805,
551
+ "id": 20808,
551
552
  "mutability": "constant",
552
553
  "name": "AVALANCHE_C",
553
- "nameLocation": "516:11:39",
554
+ "nameLocation": "518:11:39",
554
555
  "nodeType": "VariableDeclaration",
555
- "scope": 20968,
556
- "src": "491:44:39",
556
+ "scope": 20971,
557
+ "src": "493:44:39",
557
558
  "stateVariable": true,
558
559
  "storageLocation": "default",
559
560
  "typeDescriptions": {
@@ -561,10 +562,10 @@
561
562
  "typeString": "uint256"
562
563
  },
563
564
  "typeName": {
564
- "id": 20803,
565
+ "id": 20806,
565
566
  "name": "uint256",
566
567
  "nodeType": "ElementaryTypeName",
567
- "src": "491:7:39",
568
+ "src": "493:7:39",
568
569
  "typeDescriptions": {
569
570
  "typeIdentifier": "t_uint256",
570
571
  "typeString": "uint256"
@@ -572,14 +573,14 @@
572
573
  },
573
574
  "value": {
574
575
  "hexValue": "3433313134",
575
- "id": 20804,
576
+ "id": 20807,
576
577
  "isConstant": false,
577
578
  "isLValue": false,
578
579
  "isPure": true,
579
580
  "kind": "number",
580
581
  "lValueRequested": false,
581
582
  "nodeType": "Literal",
582
- "src": "530:5:39",
583
+ "src": "532:5:39",
583
584
  "typeDescriptions": {
584
585
  "typeIdentifier": "t_rational_43114_by_1",
585
586
  "typeString": "int_const 43114"
@@ -590,13 +591,13 @@
590
591
  },
591
592
  {
592
593
  "constant": true,
593
- "id": 20808,
594
+ "id": 20811,
594
595
  "mutability": "constant",
595
596
  "name": "ETH_GOERLI",
596
- "nameLocation": "583:10:39",
597
+ "nameLocation": "585:10:39",
597
598
  "nodeType": "VariableDeclaration",
598
- "scope": 20968,
599
- "src": "558:39:39",
599
+ "scope": 20971,
600
+ "src": "560:39:39",
600
601
  "stateVariable": true,
601
602
  "storageLocation": "default",
602
603
  "typeDescriptions": {
@@ -604,10 +605,10 @@
604
605
  "typeString": "uint256"
605
606
  },
606
607
  "typeName": {
607
- "id": 20806,
608
+ "id": 20809,
608
609
  "name": "uint256",
609
610
  "nodeType": "ElementaryTypeName",
610
- "src": "558:7:39",
611
+ "src": "560:7:39",
611
612
  "typeDescriptions": {
612
613
  "typeIdentifier": "t_uint256",
613
614
  "typeString": "uint256"
@@ -615,14 +616,14 @@
615
616
  },
616
617
  "value": {
617
618
  "hexValue": "35",
618
- "id": 20807,
619
+ "id": 20810,
619
620
  "isConstant": false,
620
621
  "isLValue": false,
621
622
  "isPure": true,
622
623
  "kind": "number",
623
624
  "lValueRequested": false,
624
625
  "nodeType": "Literal",
625
- "src": "596:1:39",
626
+ "src": "598:1:39",
626
627
  "typeDescriptions": {
627
628
  "typeIdentifier": "t_rational_5_by_1",
628
629
  "typeString": "int_const 5"
@@ -633,13 +634,13 @@
633
634
  },
634
635
  {
635
636
  "constant": true,
636
- "id": 20811,
637
+ "id": 20814,
637
638
  "mutability": "constant",
638
639
  "name": "ETH_SEPOLIA",
639
- "nameLocation": "628:11:39",
640
+ "nameLocation": "630:11:39",
640
641
  "nodeType": "VariableDeclaration",
641
- "scope": 20968,
642
- "src": "603:47:39",
642
+ "scope": 20971,
643
+ "src": "605:47:39",
643
644
  "stateVariable": true,
644
645
  "storageLocation": "default",
645
646
  "typeDescriptions": {
@@ -647,10 +648,10 @@
647
648
  "typeString": "uint256"
648
649
  },
649
650
  "typeName": {
650
- "id": 20809,
651
+ "id": 20812,
651
652
  "name": "uint256",
652
653
  "nodeType": "ElementaryTypeName",
653
- "src": "603:7:39",
654
+ "src": "605:7:39",
654
655
  "typeDescriptions": {
655
656
  "typeIdentifier": "t_uint256",
656
657
  "typeString": "uint256"
@@ -658,14 +659,14 @@
658
659
  },
659
660
  "value": {
660
661
  "hexValue": "3131313535313131",
661
- "id": 20810,
662
+ "id": 20813,
662
663
  "isConstant": false,
663
664
  "isLValue": false,
664
665
  "isPure": true,
665
666
  "kind": "number",
666
667
  "lValueRequested": false,
667
668
  "nodeType": "Literal",
668
- "src": "642:8:39",
669
+ "src": "644:8:39",
669
670
  "typeDescriptions": {
670
671
  "typeIdentifier": "t_rational_11155111_by_1",
671
672
  "typeString": "int_const 11155111"
@@ -676,13 +677,13 @@
676
677
  },
677
678
  {
678
679
  "constant": true,
679
- "id": 20814,
680
+ "id": 20817,
680
681
  "mutability": "constant",
681
682
  "name": "BASE_GOERLI",
682
- "nameLocation": "681:11:39",
683
+ "nameLocation": "683:11:39",
683
684
  "nodeType": "VariableDeclaration",
684
- "scope": 20968,
685
- "src": "656:44:39",
685
+ "scope": 20971,
686
+ "src": "658:44:39",
686
687
  "stateVariable": true,
687
688
  "storageLocation": "default",
688
689
  "typeDescriptions": {
@@ -690,10 +691,10 @@
690
691
  "typeString": "uint256"
691
692
  },
692
693
  "typeName": {
693
- "id": 20812,
694
+ "id": 20815,
694
695
  "name": "uint256",
695
696
  "nodeType": "ElementaryTypeName",
696
- "src": "656:7:39",
697
+ "src": "658:7:39",
697
698
  "typeDescriptions": {
698
699
  "typeIdentifier": "t_uint256",
699
700
  "typeString": "uint256"
@@ -701,14 +702,14 @@
701
702
  },
702
703
  "value": {
703
704
  "hexValue": "3834353331",
704
- "id": 20813,
705
+ "id": 20816,
705
706
  "isConstant": false,
706
707
  "isLValue": false,
707
708
  "isPure": true,
708
709
  "kind": "number",
709
710
  "lValueRequested": false,
710
711
  "nodeType": "Literal",
711
- "src": "695:5:39",
712
+ "src": "697:5:39",
712
713
  "typeDescriptions": {
713
714
  "typeIdentifier": "t_rational_84531_by_1",
714
715
  "typeString": "int_const 84531"
@@ -719,13 +720,13 @@
719
720
  },
720
721
  {
721
722
  "constant": true,
722
- "id": 20817,
723
+ "id": 20820,
723
724
  "mutability": "constant",
724
725
  "name": "POLYGON_MUMBAI",
725
- "nameLocation": "731:14:39",
726
+ "nameLocation": "733:14:39",
726
727
  "nodeType": "VariableDeclaration",
727
- "scope": 20968,
728
- "src": "706:47:39",
728
+ "scope": 20971,
729
+ "src": "708:47:39",
729
730
  "stateVariable": true,
730
731
  "storageLocation": "default",
731
732
  "typeDescriptions": {
@@ -733,10 +734,10 @@
733
734
  "typeString": "uint256"
734
735
  },
735
736
  "typeName": {
736
- "id": 20815,
737
+ "id": 20818,
737
738
  "name": "uint256",
738
739
  "nodeType": "ElementaryTypeName",
739
- "src": "706:7:39",
740
+ "src": "708:7:39",
740
741
  "typeDescriptions": {
741
742
  "typeIdentifier": "t_uint256",
742
743
  "typeString": "uint256"
@@ -744,14 +745,14 @@
744
745
  },
745
746
  "value": {
746
747
  "hexValue": "3830303031",
747
- "id": 20816,
748
+ "id": 20819,
748
749
  "isConstant": false,
749
750
  "isLValue": false,
750
751
  "isPure": true,
751
752
  "kind": "number",
752
753
  "lValueRequested": false,
753
754
  "nodeType": "Literal",
754
- "src": "748:5:39",
755
+ "src": "750:5:39",
755
756
  "typeDescriptions": {
756
757
  "typeIdentifier": "t_rational_80001_by_1",
757
758
  "typeString": "int_const 80001"
@@ -762,13 +763,13 @@
762
763
  },
763
764
  {
764
765
  "constant": true,
765
- "id": 20820,
766
+ "id": 20823,
766
767
  "mutability": "constant",
767
768
  "name": "ARBITRUM_GOERLI",
768
- "nameLocation": "784:15:39",
769
+ "nameLocation": "786:15:39",
769
770
  "nodeType": "VariableDeclaration",
770
- "scope": 20968,
771
- "src": "759:49:39",
771
+ "scope": 20971,
772
+ "src": "761:49:39",
772
773
  "stateVariable": true,
773
774
  "storageLocation": "default",
774
775
  "typeDescriptions": {
@@ -776,10 +777,10 @@
776
777
  "typeString": "uint256"
777
778
  },
778
779
  "typeName": {
779
- "id": 20818,
780
+ "id": 20821,
780
781
  "name": "uint256",
781
782
  "nodeType": "ElementaryTypeName",
782
- "src": "759:7:39",
783
+ "src": "761:7:39",
783
784
  "typeDescriptions": {
784
785
  "typeIdentifier": "t_uint256",
785
786
  "typeString": "uint256"
@@ -787,14 +788,14 @@
787
788
  },
788
789
  "value": {
789
790
  "hexValue": "343231363133",
790
- "id": 20819,
791
+ "id": 20822,
791
792
  "isConstant": false,
792
793
  "isLValue": false,
793
794
  "isPure": true,
794
795
  "kind": "number",
795
796
  "lValueRequested": false,
796
797
  "nodeType": "Literal",
797
- "src": "802:6:39",
798
+ "src": "804:6:39",
798
799
  "typeDescriptions": {
799
800
  "typeIdentifier": "t_rational_421613_by_1",
800
801
  "typeString": "int_const 421613"
@@ -805,13 +806,13 @@
805
806
  },
806
807
  {
807
808
  "constant": true,
808
- "id": 20823,
809
+ "id": 20826,
809
810
  "mutability": "constant",
810
811
  "name": "OPTIMISM_GOERLI",
811
- "nameLocation": "839:15:39",
812
+ "nameLocation": "841:15:39",
812
813
  "nodeType": "VariableDeclaration",
813
- "scope": 20968,
814
- "src": "814:46:39",
814
+ "scope": 20971,
815
+ "src": "816:46:39",
815
816
  "stateVariable": true,
816
817
  "storageLocation": "default",
817
818
  "typeDescriptions": {
@@ -819,10 +820,10 @@
819
820
  "typeString": "uint256"
820
821
  },
821
822
  "typeName": {
822
- "id": 20821,
823
+ "id": 20824,
823
824
  "name": "uint256",
824
825
  "nodeType": "ElementaryTypeName",
825
- "src": "814:7:39",
826
+ "src": "816:7:39",
826
827
  "typeDescriptions": {
827
828
  "typeIdentifier": "t_uint256",
828
829
  "typeString": "uint256"
@@ -830,14 +831,14 @@
830
831
  },
831
832
  "value": {
832
833
  "hexValue": "343230",
833
- "id": 20822,
834
+ "id": 20825,
834
835
  "isConstant": false,
835
836
  "isLValue": false,
836
837
  "isPure": true,
837
838
  "kind": "number",
838
839
  "lValueRequested": false,
839
840
  "nodeType": "Literal",
840
- "src": "857:3:39",
841
+ "src": "859:3:39",
841
842
  "typeDescriptions": {
842
843
  "typeIdentifier": "t_rational_420_by_1",
843
844
  "typeString": "int_const 420"
@@ -848,13 +849,13 @@
848
849
  },
849
850
  {
850
851
  "constant": true,
851
- "id": 20826,
852
+ "id": 20829,
852
853
  "mutability": "constant",
853
854
  "name": "AVALANCHE_FUJI",
854
- "nameLocation": "891:14:39",
855
+ "nameLocation": "893:14:39",
855
856
  "nodeType": "VariableDeclaration",
856
- "scope": 20968,
857
- "src": "866:47:39",
857
+ "scope": 20971,
858
+ "src": "868:47:39",
858
859
  "stateVariable": true,
859
860
  "storageLocation": "default",
860
861
  "typeDescriptions": {
@@ -862,10 +863,10 @@
862
863
  "typeString": "uint256"
863
864
  },
864
865
  "typeName": {
865
- "id": 20824,
866
+ "id": 20827,
866
867
  "name": "uint256",
867
868
  "nodeType": "ElementaryTypeName",
868
- "src": "866:7:39",
869
+ "src": "868:7:39",
869
870
  "typeDescriptions": {
870
871
  "typeIdentifier": "t_uint256",
871
872
  "typeString": "uint256"
@@ -873,14 +874,14 @@
873
874
  },
874
875
  "value": {
875
876
  "hexValue": "3433313133",
876
- "id": 20825,
877
+ "id": 20828,
877
878
  "isConstant": false,
878
879
  "isLValue": false,
879
880
  "isPure": true,
880
881
  "kind": "number",
881
882
  "lValueRequested": false,
882
883
  "nodeType": "Literal",
883
- "src": "908:5:39",
884
+ "src": "910:5:39",
884
885
  "typeDescriptions": {
885
886
  "typeIdentifier": "t_rational_43113_by_1",
886
887
  "typeString": "int_const 43113"
@@ -891,13 +892,13 @@
891
892
  },
892
893
  {
893
894
  "constant": true,
894
- "id": 20829,
895
+ "id": 20832,
895
896
  "mutability": "constant",
896
897
  "name": "ZKEVM_TESTNET",
897
- "nameLocation": "944:13:39",
898
+ "nameLocation": "946:13:39",
898
899
  "nodeType": "VariableDeclaration",
899
- "scope": 20968,
900
- "src": "919:45:39",
900
+ "scope": 20971,
901
+ "src": "921:45:39",
901
902
  "stateVariable": true,
902
903
  "storageLocation": "default",
903
904
  "typeDescriptions": {
@@ -905,10 +906,10 @@
905
906
  "typeString": "uint256"
906
907
  },
907
908
  "typeName": {
908
- "id": 20827,
909
+ "id": 20830,
909
910
  "name": "uint256",
910
911
  "nodeType": "ElementaryTypeName",
911
- "src": "919:7:39",
912
+ "src": "921:7:39",
912
913
  "typeDescriptions": {
913
914
  "typeIdentifier": "t_uint256",
914
915
  "typeString": "uint256"
@@ -916,14 +917,14 @@
916
917
  },
917
918
  "value": {
918
919
  "hexValue": "31343432",
919
- "id": 20828,
920
+ "id": 20831,
920
921
  "isConstant": false,
921
922
  "isLValue": false,
922
923
  "isPure": true,
923
924
  "kind": "number",
924
925
  "lValueRequested": false,
925
926
  "nodeType": "Literal",
926
- "src": "960:4:39",
927
+ "src": "962:4:39",
927
928
  "typeDescriptions": {
928
929
  "typeIdentifier": "t_rational_1442_by_1",
929
930
  "typeString": "int_const 1442"
@@ -934,9 +935,9 @@
934
935
  },
935
936
  {
936
937
  "body": {
937
- "id": 20966,
938
+ "id": 20969,
938
939
  "nodeType": "Block",
939
- "src": "1025:1919:39",
940
+ "src": "1027:1919:39",
940
941
  "statements": [
941
942
  {
942
943
  "condition": {
@@ -944,33 +945,33 @@
944
945
  "typeIdentifier": "t_uint256",
945
946
  "typeString": "uint256"
946
947
  },
947
- "id": 20837,
948
+ "id": 20840,
948
949
  "isConstant": false,
949
950
  "isLValue": false,
950
951
  "isPure": false,
951
952
  "lValueRequested": false,
952
953
  "leftExpression": {
953
954
  "expression": {
954
- "id": 20834,
955
+ "id": 20837,
955
956
  "name": "block",
956
957
  "nodeType": "Identifier",
957
958
  "overloadedDeclarations": [],
958
959
  "referencedDeclaration": 4294967292,
959
- "src": "1039:5:39",
960
+ "src": "1041:5:39",
960
961
  "typeDescriptions": {
961
962
  "typeIdentifier": "t_magic_block",
962
963
  "typeString": "block"
963
964
  }
964
965
  },
965
- "id": 20835,
966
+ "id": 20838,
966
967
  "isConstant": false,
967
968
  "isLValue": false,
968
969
  "isPure": false,
969
970
  "lValueRequested": false,
970
- "memberLocation": "1045:7:39",
971
+ "memberLocation": "1047:7:39",
971
972
  "memberName": "chainid",
972
973
  "nodeType": "MemberAccess",
973
- "src": "1039:13:39",
974
+ "src": "1041:13:39",
974
975
  "typeDescriptions": {
975
976
  "typeIdentifier": "t_uint256",
976
977
  "typeString": "uint256"
@@ -979,18 +980,18 @@
979
980
  "nodeType": "BinaryOperation",
980
981
  "operator": "==",
981
982
  "rightExpression": {
982
- "id": 20836,
983
+ "id": 20839,
983
984
  "name": "ETH_MAINNET",
984
985
  "nodeType": "Identifier",
985
986
  "overloadedDeclarations": [],
986
- "referencedDeclaration": 20784,
987
- "src": "1056:11:39",
987
+ "referencedDeclaration": 20787,
988
+ "src": "1058:11:39",
988
989
  "typeDescriptions": {
989
990
  "typeIdentifier": "t_uint256",
990
991
  "typeString": "uint256"
991
992
  }
992
993
  },
993
- "src": "1039:28:39",
994
+ "src": "1041:28:39",
994
995
  "typeDescriptions": {
995
996
  "typeIdentifier": "t_bool",
996
997
  "typeString": "bool"
@@ -1002,33 +1003,33 @@
1002
1003
  "typeIdentifier": "t_uint256",
1003
1004
  "typeString": "uint256"
1004
1005
  },
1005
- "id": 20844,
1006
+ "id": 20847,
1006
1007
  "isConstant": false,
1007
1008
  "isLValue": false,
1008
1009
  "isPure": false,
1009
1010
  "lValueRequested": false,
1010
1011
  "leftExpression": {
1011
1012
  "expression": {
1012
- "id": 20841,
1013
+ "id": 20844,
1013
1014
  "name": "block",
1014
1015
  "nodeType": "Identifier",
1015
1016
  "overloadedDeclarations": [],
1016
1017
  "referencedDeclaration": 4294967292,
1017
- "src": "1153:5:39",
1018
+ "src": "1155:5:39",
1018
1019
  "typeDescriptions": {
1019
1020
  "typeIdentifier": "t_magic_block",
1020
1021
  "typeString": "block"
1021
1022
  }
1022
1023
  },
1023
- "id": 20842,
1024
+ "id": 20845,
1024
1025
  "isConstant": false,
1025
1026
  "isLValue": false,
1026
1027
  "isPure": false,
1027
1028
  "lValueRequested": false,
1028
- "memberLocation": "1159:7:39",
1029
+ "memberLocation": "1161:7:39",
1029
1030
  "memberName": "chainid",
1030
1031
  "nodeType": "MemberAccess",
1031
- "src": "1153:13:39",
1032
+ "src": "1155:13:39",
1032
1033
  "typeDescriptions": {
1033
1034
  "typeIdentifier": "t_uint256",
1034
1035
  "typeString": "uint256"
@@ -1037,18 +1038,18 @@
1037
1038
  "nodeType": "BinaryOperation",
1038
1039
  "operator": "==",
1039
1040
  "rightExpression": {
1040
- "id": 20843,
1041
+ "id": 20846,
1041
1042
  "name": "OPTIMISM_MAINNET",
1042
1043
  "nodeType": "Identifier",
1043
1044
  "overloadedDeclarations": [],
1044
- "referencedDeclaration": 20787,
1045
- "src": "1170:16:39",
1045
+ "referencedDeclaration": 20790,
1046
+ "src": "1172:16:39",
1046
1047
  "typeDescriptions": {
1047
1048
  "typeIdentifier": "t_uint256",
1048
1049
  "typeString": "uint256"
1049
1050
  }
1050
1051
  },
1051
- "src": "1153:33:39",
1052
+ "src": "1155:33:39",
1052
1053
  "typeDescriptions": {
1053
1054
  "typeIdentifier": "t_bool",
1054
1055
  "typeString": "bool"
@@ -1060,33 +1061,33 @@
1060
1061
  "typeIdentifier": "t_uint256",
1061
1062
  "typeString": "uint256"
1062
1063
  },
1063
- "id": 20851,
1064
+ "id": 20854,
1064
1065
  "isConstant": false,
1065
1066
  "isLValue": false,
1066
1067
  "isPure": false,
1067
1068
  "lValueRequested": false,
1068
1069
  "leftExpression": {
1069
1070
  "expression": {
1070
- "id": 20848,
1071
+ "id": 20851,
1071
1072
  "name": "block",
1072
1073
  "nodeType": "Identifier",
1073
1074
  "overloadedDeclarations": [],
1074
1075
  "referencedDeclaration": 4294967292,
1075
- "src": "1272:5:39",
1076
+ "src": "1274:5:39",
1076
1077
  "typeDescriptions": {
1077
1078
  "typeIdentifier": "t_magic_block",
1078
1079
  "typeString": "block"
1079
1080
  }
1080
1081
  },
1081
- "id": 20849,
1082
+ "id": 20852,
1082
1083
  "isConstant": false,
1083
1084
  "isLValue": false,
1084
1085
  "isPure": false,
1085
1086
  "lValueRequested": false,
1086
- "memberLocation": "1278:7:39",
1087
+ "memberLocation": "1280:7:39",
1087
1088
  "memberName": "chainid",
1088
1089
  "nodeType": "MemberAccess",
1089
- "src": "1272:13:39",
1090
+ "src": "1274:13:39",
1090
1091
  "typeDescriptions": {
1091
1092
  "typeIdentifier": "t_uint256",
1092
1093
  "typeString": "uint256"
@@ -1095,18 +1096,18 @@
1095
1096
  "nodeType": "BinaryOperation",
1096
1097
  "operator": "==",
1097
1098
  "rightExpression": {
1098
- "id": 20850,
1099
+ "id": 20853,
1099
1100
  "name": "BSC_MAINNET",
1100
1101
  "nodeType": "Identifier",
1101
1102
  "overloadedDeclarations": [],
1102
- "referencedDeclaration": 20790,
1103
- "src": "1289:11:39",
1103
+ "referencedDeclaration": 20793,
1104
+ "src": "1291:11:39",
1104
1105
  "typeDescriptions": {
1105
1106
  "typeIdentifier": "t_uint256",
1106
1107
  "typeString": "uint256"
1107
1108
  }
1108
1109
  },
1109
- "src": "1272:28:39",
1110
+ "src": "1274:28:39",
1110
1111
  "typeDescriptions": {
1111
1112
  "typeIdentifier": "t_bool",
1112
1113
  "typeString": "bool"
@@ -1118,33 +1119,33 @@
1118
1119
  "typeIdentifier": "t_uint256",
1119
1120
  "typeString": "uint256"
1120
1121
  },
1121
- "id": 20858,
1122
+ "id": 20861,
1122
1123
  "isConstant": false,
1123
1124
  "isLValue": false,
1124
1125
  "isPure": false,
1125
1126
  "lValueRequested": false,
1126
1127
  "leftExpression": {
1127
1128
  "expression": {
1128
- "id": 20855,
1129
+ "id": 20858,
1129
1130
  "name": "block",
1130
1131
  "nodeType": "Identifier",
1131
1132
  "overloadedDeclarations": [],
1132
1133
  "referencedDeclaration": 4294967292,
1133
- "src": "1386:5:39",
1134
+ "src": "1388:5:39",
1134
1135
  "typeDescriptions": {
1135
1136
  "typeIdentifier": "t_magic_block",
1136
1137
  "typeString": "block"
1137
1138
  }
1138
1139
  },
1139
- "id": 20856,
1140
+ "id": 20859,
1140
1141
  "isConstant": false,
1141
1142
  "isLValue": false,
1142
1143
  "isPure": false,
1143
1144
  "lValueRequested": false,
1144
- "memberLocation": "1392:7:39",
1145
+ "memberLocation": "1394:7:39",
1145
1146
  "memberName": "chainid",
1146
1147
  "nodeType": "MemberAccess",
1147
- "src": "1386:13:39",
1148
+ "src": "1388:13:39",
1148
1149
  "typeDescriptions": {
1149
1150
  "typeIdentifier": "t_uint256",
1150
1151
  "typeString": "uint256"
@@ -1153,18 +1154,18 @@
1153
1154
  "nodeType": "BinaryOperation",
1154
1155
  "operator": "==",
1155
1156
  "rightExpression": {
1156
- "id": 20857,
1157
+ "id": 20860,
1157
1158
  "name": "XDAI_MAINNET",
1158
1159
  "nodeType": "Identifier",
1159
1160
  "overloadedDeclarations": [],
1160
- "referencedDeclaration": 20793,
1161
- "src": "1403:12:39",
1161
+ "referencedDeclaration": 20796,
1162
+ "src": "1405:12:39",
1162
1163
  "typeDescriptions": {
1163
1164
  "typeIdentifier": "t_uint256",
1164
1165
  "typeString": "uint256"
1165
1166
  }
1166
1167
  },
1167
- "src": "1386:29:39",
1168
+ "src": "1388:29:39",
1168
1169
  "typeDescriptions": {
1169
1170
  "typeIdentifier": "t_bool",
1170
1171
  "typeString": "bool"
@@ -1176,33 +1177,33 @@
1176
1177
  "typeIdentifier": "t_uint256",
1177
1178
  "typeString": "uint256"
1178
1179
  },
1179
- "id": 20865,
1180
+ "id": 20868,
1180
1181
  "isConstant": false,
1181
1182
  "isLValue": false,
1182
1183
  "isPure": false,
1183
1184
  "lValueRequested": false,
1184
1185
  "leftExpression": {
1185
1186
  "expression": {
1186
- "id": 20862,
1187
+ "id": 20865,
1187
1188
  "name": "block",
1188
1189
  "nodeType": "Identifier",
1189
1190
  "overloadedDeclarations": [],
1190
1191
  "referencedDeclaration": 4294967292,
1191
- "src": "1501:5:39",
1192
+ "src": "1503:5:39",
1192
1193
  "typeDescriptions": {
1193
1194
  "typeIdentifier": "t_magic_block",
1194
1195
  "typeString": "block"
1195
1196
  }
1196
1197
  },
1197
- "id": 20863,
1198
+ "id": 20866,
1198
1199
  "isConstant": false,
1199
1200
  "isLValue": false,
1200
1201
  "isPure": false,
1201
1202
  "lValueRequested": false,
1202
- "memberLocation": "1507:7:39",
1203
+ "memberLocation": "1509:7:39",
1203
1204
  "memberName": "chainid",
1204
1205
  "nodeType": "MemberAccess",
1205
- "src": "1501:13:39",
1206
+ "src": "1503:13:39",
1206
1207
  "typeDescriptions": {
1207
1208
  "typeIdentifier": "t_uint256",
1208
1209
  "typeString": "uint256"
@@ -1211,18 +1212,18 @@
1211
1212
  "nodeType": "BinaryOperation",
1212
1213
  "operator": "==",
1213
1214
  "rightExpression": {
1214
- "id": 20864,
1215
+ "id": 20867,
1215
1216
  "name": "POLYGON_MAINNET",
1216
1217
  "nodeType": "Identifier",
1217
1218
  "overloadedDeclarations": [],
1218
- "referencedDeclaration": 20796,
1219
- "src": "1518:15:39",
1219
+ "referencedDeclaration": 20799,
1220
+ "src": "1520:15:39",
1220
1221
  "typeDescriptions": {
1221
1222
  "typeIdentifier": "t_uint256",
1222
1223
  "typeString": "uint256"
1223
1224
  }
1224
1225
  },
1225
- "src": "1501:32:39",
1226
+ "src": "1503:32:39",
1226
1227
  "typeDescriptions": {
1227
1228
  "typeIdentifier": "t_bool",
1228
1229
  "typeString": "bool"
@@ -1234,33 +1235,33 @@
1234
1235
  "typeIdentifier": "t_uint256",
1235
1236
  "typeString": "uint256"
1236
1237
  },
1237
- "id": 20872,
1238
+ "id": 20875,
1238
1239
  "isConstant": false,
1239
1240
  "isLValue": false,
1240
1241
  "isPure": false,
1241
1242
  "lValueRequested": false,
1242
1243
  "leftExpression": {
1243
1244
  "expression": {
1244
- "id": 20869,
1245
+ "id": 20872,
1245
1246
  "name": "block",
1246
1247
  "nodeType": "Identifier",
1247
1248
  "overloadedDeclarations": [],
1248
1249
  "referencedDeclaration": 4294967292,
1249
- "src": "1619:5:39",
1250
+ "src": "1621:5:39",
1250
1251
  "typeDescriptions": {
1251
1252
  "typeIdentifier": "t_magic_block",
1252
1253
  "typeString": "block"
1253
1254
  }
1254
1255
  },
1255
- "id": 20870,
1256
+ "id": 20873,
1256
1257
  "isConstant": false,
1257
1258
  "isLValue": false,
1258
1259
  "isPure": false,
1259
1260
  "lValueRequested": false,
1260
- "memberLocation": "1625:7:39",
1261
+ "memberLocation": "1627:7:39",
1261
1262
  "memberName": "chainid",
1262
1263
  "nodeType": "MemberAccess",
1263
- "src": "1619:13:39",
1264
+ "src": "1621:13:39",
1264
1265
  "typeDescriptions": {
1265
1266
  "typeIdentifier": "t_uint256",
1266
1267
  "typeString": "uint256"
@@ -1269,18 +1270,18 @@
1269
1270
  "nodeType": "BinaryOperation",
1270
1271
  "operator": "==",
1271
1272
  "rightExpression": {
1272
- "id": 20871,
1273
+ "id": 20874,
1273
1274
  "name": "ARBITRUM_ONE",
1274
1275
  "nodeType": "Identifier",
1275
1276
  "overloadedDeclarations": [],
1276
- "referencedDeclaration": 20799,
1277
- "src": "1636:12:39",
1277
+ "referencedDeclaration": 20802,
1278
+ "src": "1638:12:39",
1278
1279
  "typeDescriptions": {
1279
1280
  "typeIdentifier": "t_uint256",
1280
1281
  "typeString": "uint256"
1281
1282
  }
1282
1283
  },
1283
- "src": "1619:29:39",
1284
+ "src": "1621:29:39",
1284
1285
  "typeDescriptions": {
1285
1286
  "typeIdentifier": "t_bool",
1286
1287
  "typeString": "bool"
@@ -1292,33 +1293,33 @@
1292
1293
  "typeIdentifier": "t_uint256",
1293
1294
  "typeString": "uint256"
1294
1295
  },
1295
- "id": 20879,
1296
+ "id": 20882,
1296
1297
  "isConstant": false,
1297
1298
  "isLValue": false,
1298
1299
  "isPure": false,
1299
1300
  "lValueRequested": false,
1300
1301
  "leftExpression": {
1301
1302
  "expression": {
1302
- "id": 20876,
1303
+ "id": 20879,
1303
1304
  "name": "block",
1304
1305
  "nodeType": "Identifier",
1305
1306
  "overloadedDeclarations": [],
1306
1307
  "referencedDeclaration": 4294967292,
1307
- "src": "1734:5:39",
1308
+ "src": "1736:5:39",
1308
1309
  "typeDescriptions": {
1309
1310
  "typeIdentifier": "t_magic_block",
1310
1311
  "typeString": "block"
1311
1312
  }
1312
1313
  },
1313
- "id": 20877,
1314
+ "id": 20880,
1314
1315
  "isConstant": false,
1315
1316
  "isLValue": false,
1316
1317
  "isPure": false,
1317
1318
  "lValueRequested": false,
1318
- "memberLocation": "1740:7:39",
1319
+ "memberLocation": "1742:7:39",
1319
1320
  "memberName": "chainid",
1320
1321
  "nodeType": "MemberAccess",
1321
- "src": "1734:13:39",
1322
+ "src": "1736:13:39",
1322
1323
  "typeDescriptions": {
1323
1324
  "typeIdentifier": "t_uint256",
1324
1325
  "typeString": "uint256"
@@ -1327,18 +1328,18 @@
1327
1328
  "nodeType": "BinaryOperation",
1328
1329
  "operator": "==",
1329
1330
  "rightExpression": {
1330
- "id": 20878,
1331
+ "id": 20881,
1331
1332
  "name": "CELO_MAINNET",
1332
1333
  "nodeType": "Identifier",
1333
1334
  "overloadedDeclarations": [],
1334
- "referencedDeclaration": 20802,
1335
- "src": "1751:12:39",
1335
+ "referencedDeclaration": 20805,
1336
+ "src": "1753:12:39",
1336
1337
  "typeDescriptions": {
1337
1338
  "typeIdentifier": "t_uint256",
1338
1339
  "typeString": "uint256"
1339
1340
  }
1340
1341
  },
1341
- "src": "1734:29:39",
1342
+ "src": "1736:29:39",
1342
1343
  "typeDescriptions": {
1343
1344
  "typeIdentifier": "t_bool",
1344
1345
  "typeString": "bool"
@@ -1350,33 +1351,33 @@
1350
1351
  "typeIdentifier": "t_uint256",
1351
1352
  "typeString": "uint256"
1352
1353
  },
1353
- "id": 20886,
1354
+ "id": 20889,
1354
1355
  "isConstant": false,
1355
1356
  "isLValue": false,
1356
1357
  "isPure": false,
1357
1358
  "lValueRequested": false,
1358
1359
  "leftExpression": {
1359
1360
  "expression": {
1360
- "id": 20883,
1361
+ "id": 20886,
1361
1362
  "name": "block",
1362
1363
  "nodeType": "Identifier",
1363
1364
  "overloadedDeclarations": [],
1364
1365
  "referencedDeclaration": 4294967292,
1365
- "src": "1849:5:39",
1366
+ "src": "1851:5:39",
1366
1367
  "typeDescriptions": {
1367
1368
  "typeIdentifier": "t_magic_block",
1368
1369
  "typeString": "block"
1369
1370
  }
1370
1371
  },
1371
- "id": 20884,
1372
+ "id": 20887,
1372
1373
  "isConstant": false,
1373
1374
  "isLValue": false,
1374
1375
  "isPure": false,
1375
1376
  "lValueRequested": false,
1376
- "memberLocation": "1855:7:39",
1377
+ "memberLocation": "1857:7:39",
1377
1378
  "memberName": "chainid",
1378
1379
  "nodeType": "MemberAccess",
1379
- "src": "1849:13:39",
1380
+ "src": "1851:13:39",
1380
1381
  "typeDescriptions": {
1381
1382
  "typeIdentifier": "t_uint256",
1382
1383
  "typeString": "uint256"
@@ -1385,18 +1386,18 @@
1385
1386
  "nodeType": "BinaryOperation",
1386
1387
  "operator": "==",
1387
1388
  "rightExpression": {
1388
- "id": 20885,
1389
+ "id": 20888,
1389
1390
  "name": "AVALANCHE_C",
1390
1391
  "nodeType": "Identifier",
1391
1392
  "overloadedDeclarations": [],
1392
- "referencedDeclaration": 20805,
1393
- "src": "1866:11:39",
1393
+ "referencedDeclaration": 20808,
1394
+ "src": "1868:11:39",
1394
1395
  "typeDescriptions": {
1395
1396
  "typeIdentifier": "t_uint256",
1396
1397
  "typeString": "uint256"
1397
1398
  }
1398
1399
  },
1399
- "src": "1849:28:39",
1400
+ "src": "1851:28:39",
1400
1401
  "typeDescriptions": {
1401
1402
  "typeIdentifier": "t_bool",
1402
1403
  "typeString": "bool"
@@ -1408,33 +1409,33 @@
1408
1409
  "typeIdentifier": "t_uint256",
1409
1410
  "typeString": "uint256"
1410
1411
  },
1411
- "id": 20893,
1412
+ "id": 20896,
1412
1413
  "isConstant": false,
1413
1414
  "isLValue": false,
1414
1415
  "isPure": false,
1415
1416
  "lValueRequested": false,
1416
1417
  "leftExpression": {
1417
1418
  "expression": {
1418
- "id": 20890,
1419
+ "id": 20893,
1419
1420
  "name": "block",
1420
1421
  "nodeType": "Identifier",
1421
1422
  "overloadedDeclarations": [],
1422
1423
  "referencedDeclaration": 4294967292,
1423
- "src": "1963:5:39",
1424
+ "src": "1965:5:39",
1424
1425
  "typeDescriptions": {
1425
1426
  "typeIdentifier": "t_magic_block",
1426
1427
  "typeString": "block"
1427
1428
  }
1428
1429
  },
1429
- "id": 20891,
1430
+ "id": 20894,
1430
1431
  "isConstant": false,
1431
1432
  "isLValue": false,
1432
1433
  "isPure": false,
1433
1434
  "lValueRequested": false,
1434
- "memberLocation": "1969:7:39",
1435
+ "memberLocation": "1971:7:39",
1435
1436
  "memberName": "chainid",
1436
1437
  "nodeType": "MemberAccess",
1437
- "src": "1963:13:39",
1438
+ "src": "1965:13:39",
1438
1439
  "typeDescriptions": {
1439
1440
  "typeIdentifier": "t_uint256",
1440
1441
  "typeString": "uint256"
@@ -1443,18 +1444,18 @@
1443
1444
  "nodeType": "BinaryOperation",
1444
1445
  "operator": "==",
1445
1446
  "rightExpression": {
1446
- "id": 20892,
1447
+ "id": 20895,
1447
1448
  "name": "ETH_GOERLI",
1448
1449
  "nodeType": "Identifier",
1449
1450
  "overloadedDeclarations": [],
1450
- "referencedDeclaration": 20808,
1451
- "src": "1980:10:39",
1451
+ "referencedDeclaration": 20811,
1452
+ "src": "1982:10:39",
1452
1453
  "typeDescriptions": {
1453
1454
  "typeIdentifier": "t_uint256",
1454
1455
  "typeString": "uint256"
1455
1456
  }
1456
1457
  },
1457
- "src": "1963:27:39",
1458
+ "src": "1965:27:39",
1458
1459
  "typeDescriptions": {
1459
1460
  "typeIdentifier": "t_bool",
1460
1461
  "typeString": "bool"
@@ -1466,33 +1467,33 @@
1466
1467
  "typeIdentifier": "t_uint256",
1467
1468
  "typeString": "uint256"
1468
1469
  },
1469
- "id": 20900,
1470
+ "id": 20903,
1470
1471
  "isConstant": false,
1471
1472
  "isLValue": false,
1472
1473
  "isPure": false,
1473
1474
  "lValueRequested": false,
1474
1475
  "leftExpression": {
1475
1476
  "expression": {
1476
- "id": 20897,
1477
+ "id": 20900,
1477
1478
  "name": "block",
1478
1479
  "nodeType": "Identifier",
1479
1480
  "overloadedDeclarations": [],
1480
1481
  "referencedDeclaration": 4294967292,
1481
- "src": "2076:5:39",
1482
+ "src": "2078:5:39",
1482
1483
  "typeDescriptions": {
1483
1484
  "typeIdentifier": "t_magic_block",
1484
1485
  "typeString": "block"
1485
1486
  }
1486
1487
  },
1487
- "id": 20898,
1488
+ "id": 20901,
1488
1489
  "isConstant": false,
1489
1490
  "isLValue": false,
1490
1491
  "isPure": false,
1491
1492
  "lValueRequested": false,
1492
- "memberLocation": "2082:7:39",
1493
+ "memberLocation": "2084:7:39",
1493
1494
  "memberName": "chainid",
1494
1495
  "nodeType": "MemberAccess",
1495
- "src": "2076:13:39",
1496
+ "src": "2078:13:39",
1496
1497
  "typeDescriptions": {
1497
1498
  "typeIdentifier": "t_uint256",
1498
1499
  "typeString": "uint256"
@@ -1501,18 +1502,18 @@
1501
1502
  "nodeType": "BinaryOperation",
1502
1503
  "operator": "==",
1503
1504
  "rightExpression": {
1504
- "id": 20899,
1505
+ "id": 20902,
1505
1506
  "name": "ARBITRUM_GOERLI",
1506
1507
  "nodeType": "Identifier",
1507
1508
  "overloadedDeclarations": [],
1508
- "referencedDeclaration": 20820,
1509
- "src": "2093:15:39",
1509
+ "referencedDeclaration": 20823,
1510
+ "src": "2095:15:39",
1510
1511
  "typeDescriptions": {
1511
1512
  "typeIdentifier": "t_uint256",
1512
1513
  "typeString": "uint256"
1513
1514
  }
1514
1515
  },
1515
- "src": "2076:32:39",
1516
+ "src": "2078:32:39",
1516
1517
  "typeDescriptions": {
1517
1518
  "typeIdentifier": "t_bool",
1518
1519
  "typeString": "bool"
@@ -1524,33 +1525,33 @@
1524
1525
  "typeIdentifier": "t_uint256",
1525
1526
  "typeString": "uint256"
1526
1527
  },
1527
- "id": 20907,
1528
+ "id": 20910,
1528
1529
  "isConstant": false,
1529
1530
  "isLValue": false,
1530
1531
  "isPure": false,
1531
1532
  "lValueRequested": false,
1532
1533
  "leftExpression": {
1533
1534
  "expression": {
1534
- "id": 20904,
1535
+ "id": 20907,
1535
1536
  "name": "block",
1536
1537
  "nodeType": "Identifier",
1537
1538
  "overloadedDeclarations": [],
1538
1539
  "referencedDeclaration": 4294967292,
1539
- "src": "2194:5:39",
1540
+ "src": "2196:5:39",
1540
1541
  "typeDescriptions": {
1541
1542
  "typeIdentifier": "t_magic_block",
1542
1543
  "typeString": "block"
1543
1544
  }
1544
1545
  },
1545
- "id": 20905,
1546
+ "id": 20908,
1546
1547
  "isConstant": false,
1547
1548
  "isLValue": false,
1548
1549
  "isPure": false,
1549
1550
  "lValueRequested": false,
1550
- "memberLocation": "2200:7:39",
1551
+ "memberLocation": "2202:7:39",
1551
1552
  "memberName": "chainid",
1552
1553
  "nodeType": "MemberAccess",
1553
- "src": "2194:13:39",
1554
+ "src": "2196:13:39",
1554
1555
  "typeDescriptions": {
1555
1556
  "typeIdentifier": "t_uint256",
1556
1557
  "typeString": "uint256"
@@ -1559,18 +1560,18 @@
1559
1560
  "nodeType": "BinaryOperation",
1560
1561
  "operator": "==",
1561
1562
  "rightExpression": {
1562
- "id": 20906,
1563
+ "id": 20909,
1563
1564
  "name": "OPTIMISM_GOERLI",
1564
1565
  "nodeType": "Identifier",
1565
1566
  "overloadedDeclarations": [],
1566
- "referencedDeclaration": 20823,
1567
- "src": "2211:15:39",
1567
+ "referencedDeclaration": 20826,
1568
+ "src": "2213:15:39",
1568
1569
  "typeDescriptions": {
1569
1570
  "typeIdentifier": "t_uint256",
1570
1571
  "typeString": "uint256"
1571
1572
  }
1572
1573
  },
1573
- "src": "2194:32:39",
1574
+ "src": "2196:32:39",
1574
1575
  "typeDescriptions": {
1575
1576
  "typeIdentifier": "t_bool",
1576
1577
  "typeString": "bool"
@@ -1582,33 +1583,33 @@
1582
1583
  "typeIdentifier": "t_uint256",
1583
1584
  "typeString": "uint256"
1584
1585
  },
1585
- "id": 20914,
1586
+ "id": 20917,
1586
1587
  "isConstant": false,
1587
1588
  "isLValue": false,
1588
1589
  "isPure": false,
1589
1590
  "lValueRequested": false,
1590
1591
  "leftExpression": {
1591
1592
  "expression": {
1592
- "id": 20911,
1593
+ "id": 20914,
1593
1594
  "name": "block",
1594
1595
  "nodeType": "Identifier",
1595
1596
  "overloadedDeclarations": [],
1596
1597
  "referencedDeclaration": 4294967292,
1597
- "src": "2312:5:39",
1598
+ "src": "2314:5:39",
1598
1599
  "typeDescriptions": {
1599
1600
  "typeIdentifier": "t_magic_block",
1600
1601
  "typeString": "block"
1601
1602
  }
1602
1603
  },
1603
- "id": 20912,
1604
+ "id": 20915,
1604
1605
  "isConstant": false,
1605
1606
  "isLValue": false,
1606
1607
  "isPure": false,
1607
1608
  "lValueRequested": false,
1608
- "memberLocation": "2318:7:39",
1609
+ "memberLocation": "2320:7:39",
1609
1610
  "memberName": "chainid",
1610
1611
  "nodeType": "MemberAccess",
1611
- "src": "2312:13:39",
1612
+ "src": "2314:13:39",
1612
1613
  "typeDescriptions": {
1613
1614
  "typeIdentifier": "t_uint256",
1614
1615
  "typeString": "uint256"
@@ -1617,18 +1618,18 @@
1617
1618
  "nodeType": "BinaryOperation",
1618
1619
  "operator": "==",
1619
1620
  "rightExpression": {
1620
- "id": 20913,
1621
+ "id": 20916,
1621
1622
  "name": "AVALANCHE_FUJI",
1622
1623
  "nodeType": "Identifier",
1623
1624
  "overloadedDeclarations": [],
1624
- "referencedDeclaration": 20826,
1625
- "src": "2329:14:39",
1625
+ "referencedDeclaration": 20829,
1626
+ "src": "2331:14:39",
1626
1627
  "typeDescriptions": {
1627
1628
  "typeIdentifier": "t_uint256",
1628
1629
  "typeString": "uint256"
1629
1630
  }
1630
1631
  },
1631
- "src": "2312:31:39",
1632
+ "src": "2314:31:39",
1632
1633
  "typeDescriptions": {
1633
1634
  "typeIdentifier": "t_bool",
1634
1635
  "typeString": "bool"
@@ -1640,33 +1641,33 @@
1640
1641
  "typeIdentifier": "t_uint256",
1641
1642
  "typeString": "uint256"
1642
1643
  },
1643
- "id": 20921,
1644
+ "id": 20924,
1644
1645
  "isConstant": false,
1645
1646
  "isLValue": false,
1646
1647
  "isPure": false,
1647
1648
  "lValueRequested": false,
1648
1649
  "leftExpression": {
1649
1650
  "expression": {
1650
- "id": 20918,
1651
+ "id": 20921,
1651
1652
  "name": "block",
1652
1653
  "nodeType": "Identifier",
1653
1654
  "overloadedDeclarations": [],
1654
1655
  "referencedDeclaration": 4294967292,
1655
- "src": "2429:5:39",
1656
+ "src": "2431:5:39",
1656
1657
  "typeDescriptions": {
1657
1658
  "typeIdentifier": "t_magic_block",
1658
1659
  "typeString": "block"
1659
1660
  }
1660
1661
  },
1661
- "id": 20919,
1662
+ "id": 20922,
1662
1663
  "isConstant": false,
1663
1664
  "isLValue": false,
1664
1665
  "isPure": false,
1665
1666
  "lValueRequested": false,
1666
- "memberLocation": "2435:7:39",
1667
+ "memberLocation": "2437:7:39",
1667
1668
  "memberName": "chainid",
1668
1669
  "nodeType": "MemberAccess",
1669
- "src": "2429:13:39",
1670
+ "src": "2431:13:39",
1670
1671
  "typeDescriptions": {
1671
1672
  "typeIdentifier": "t_uint256",
1672
1673
  "typeString": "uint256"
@@ -1675,18 +1676,18 @@
1675
1676
  "nodeType": "BinaryOperation",
1676
1677
  "operator": "==",
1677
1678
  "rightExpression": {
1678
- "id": 20920,
1679
+ "id": 20923,
1679
1680
  "name": "POLYGON_MUMBAI",
1680
1681
  "nodeType": "Identifier",
1681
1682
  "overloadedDeclarations": [],
1682
- "referencedDeclaration": 20817,
1683
- "src": "2446:14:39",
1683
+ "referencedDeclaration": 20820,
1684
+ "src": "2448:14:39",
1684
1685
  "typeDescriptions": {
1685
1686
  "typeIdentifier": "t_uint256",
1686
1687
  "typeString": "uint256"
1687
1688
  }
1688
1689
  },
1689
- "src": "2429:31:39",
1690
+ "src": "2431:31:39",
1690
1691
  "typeDescriptions": {
1691
1692
  "typeIdentifier": "t_bool",
1692
1693
  "typeString": "bool"
@@ -1698,33 +1699,33 @@
1698
1699
  "typeIdentifier": "t_uint256",
1699
1700
  "typeString": "uint256"
1700
1701
  },
1701
- "id": 20928,
1702
+ "id": 20931,
1702
1703
  "isConstant": false,
1703
1704
  "isLValue": false,
1704
1705
  "isPure": false,
1705
1706
  "lValueRequested": false,
1706
1707
  "leftExpression": {
1707
1708
  "expression": {
1708
- "id": 20925,
1709
+ "id": 20928,
1709
1710
  "name": "block",
1710
1711
  "nodeType": "Identifier",
1711
1712
  "overloadedDeclarations": [],
1712
1713
  "referencedDeclaration": 4294967292,
1713
- "src": "2546:5:39",
1714
+ "src": "2548:5:39",
1714
1715
  "typeDescriptions": {
1715
1716
  "typeIdentifier": "t_magic_block",
1716
1717
  "typeString": "block"
1717
1718
  }
1718
1719
  },
1719
- "id": 20926,
1720
+ "id": 20929,
1720
1721
  "isConstant": false,
1721
1722
  "isLValue": false,
1722
1723
  "isPure": false,
1723
1724
  "lValueRequested": false,
1724
- "memberLocation": "2552:7:39",
1725
+ "memberLocation": "2554:7:39",
1725
1726
  "memberName": "chainid",
1726
1727
  "nodeType": "MemberAccess",
1727
- "src": "2546:13:39",
1728
+ "src": "2548:13:39",
1728
1729
  "typeDescriptions": {
1729
1730
  "typeIdentifier": "t_uint256",
1730
1731
  "typeString": "uint256"
@@ -1733,18 +1734,18 @@
1733
1734
  "nodeType": "BinaryOperation",
1734
1735
  "operator": "==",
1735
1736
  "rightExpression": {
1736
- "id": 20927,
1737
+ "id": 20930,
1737
1738
  "name": "ETH_SEPOLIA",
1738
1739
  "nodeType": "Identifier",
1739
1740
  "overloadedDeclarations": [],
1740
- "referencedDeclaration": 20811,
1741
- "src": "2563:11:39",
1741
+ "referencedDeclaration": 20814,
1742
+ "src": "2565:11:39",
1742
1743
  "typeDescriptions": {
1743
1744
  "typeIdentifier": "t_uint256",
1744
1745
  "typeString": "uint256"
1745
1746
  }
1746
1747
  },
1747
- "src": "2546:28:39",
1748
+ "src": "2548:28:39",
1748
1749
  "typeDescriptions": {
1749
1750
  "typeIdentifier": "t_bool",
1750
1751
  "typeString": "bool"
@@ -1756,33 +1757,33 @@
1756
1757
  "typeIdentifier": "t_uint256",
1757
1758
  "typeString": "uint256"
1758
1759
  },
1759
- "id": 20935,
1760
+ "id": 20938,
1760
1761
  "isConstant": false,
1761
1762
  "isLValue": false,
1762
1763
  "isPure": false,
1763
1764
  "lValueRequested": false,
1764
1765
  "leftExpression": {
1765
1766
  "expression": {
1766
- "id": 20932,
1767
+ "id": 20935,
1767
1768
  "name": "block",
1768
1769
  "nodeType": "Identifier",
1769
1770
  "overloadedDeclarations": [],
1770
1771
  "referencedDeclaration": 4294967292,
1771
- "src": "2660:5:39",
1772
+ "src": "2662:5:39",
1772
1773
  "typeDescriptions": {
1773
1774
  "typeIdentifier": "t_magic_block",
1774
1775
  "typeString": "block"
1775
1776
  }
1776
1777
  },
1777
- "id": 20933,
1778
+ "id": 20936,
1778
1779
  "isConstant": false,
1779
1780
  "isLValue": false,
1780
1781
  "isPure": false,
1781
1782
  "lValueRequested": false,
1782
- "memberLocation": "2666:7:39",
1783
+ "memberLocation": "2668:7:39",
1783
1784
  "memberName": "chainid",
1784
1785
  "nodeType": "MemberAccess",
1785
- "src": "2660:13:39",
1786
+ "src": "2662:13:39",
1786
1787
  "typeDescriptions": {
1787
1788
  "typeIdentifier": "t_uint256",
1788
1789
  "typeString": "uint256"
@@ -1791,18 +1792,18 @@
1791
1792
  "nodeType": "BinaryOperation",
1792
1793
  "operator": "==",
1793
1794
  "rightExpression": {
1794
- "id": 20934,
1795
+ "id": 20937,
1795
1796
  "name": "BASE_GOERLI",
1796
1797
  "nodeType": "Identifier",
1797
1798
  "overloadedDeclarations": [],
1798
- "referencedDeclaration": 20814,
1799
- "src": "2677:11:39",
1799
+ "referencedDeclaration": 20817,
1800
+ "src": "2679:11:39",
1800
1801
  "typeDescriptions": {
1801
1802
  "typeIdentifier": "t_uint256",
1802
1803
  "typeString": "uint256"
1803
1804
  }
1804
1805
  },
1805
- "src": "2660:28:39",
1806
+ "src": "2662:28:39",
1806
1807
  "typeDescriptions": {
1807
1808
  "typeIdentifier": "t_bool",
1808
1809
  "typeString": "bool"
@@ -1814,33 +1815,33 @@
1814
1815
  "typeIdentifier": "t_uint256",
1815
1816
  "typeString": "uint256"
1816
1817
  },
1817
- "id": 20942,
1818
+ "id": 20945,
1818
1819
  "isConstant": false,
1819
1820
  "isLValue": false,
1820
1821
  "isPure": false,
1821
1822
  "lValueRequested": false,
1822
1823
  "leftExpression": {
1823
1824
  "expression": {
1824
- "id": 20939,
1825
+ "id": 20942,
1825
1826
  "name": "block",
1826
1827
  "nodeType": "Identifier",
1827
1828
  "overloadedDeclarations": [],
1828
1829
  "referencedDeclaration": 4294967292,
1829
- "src": "2774:5:39",
1830
+ "src": "2776:5:39",
1830
1831
  "typeDescriptions": {
1831
1832
  "typeIdentifier": "t_magic_block",
1832
1833
  "typeString": "block"
1833
1834
  }
1834
1835
  },
1835
- "id": 20940,
1836
+ "id": 20943,
1836
1837
  "isConstant": false,
1837
1838
  "isLValue": false,
1838
1839
  "isPure": false,
1839
1840
  "lValueRequested": false,
1840
- "memberLocation": "2780:7:39",
1841
+ "memberLocation": "2782:7:39",
1841
1842
  "memberName": "chainid",
1842
1843
  "nodeType": "MemberAccess",
1843
- "src": "2774:13:39",
1844
+ "src": "2776:13:39",
1844
1845
  "typeDescriptions": {
1845
1846
  "typeIdentifier": "t_uint256",
1846
1847
  "typeString": "uint256"
@@ -1849,45 +1850,45 @@
1849
1850
  "nodeType": "BinaryOperation",
1850
1851
  "operator": "==",
1851
1852
  "rightExpression": {
1852
- "id": 20941,
1853
+ "id": 20944,
1853
1854
  "name": "ZKEVM_TESTNET",
1854
1855
  "nodeType": "Identifier",
1855
1856
  "overloadedDeclarations": [],
1856
- "referencedDeclaration": 20829,
1857
- "src": "2791:13:39",
1857
+ "referencedDeclaration": 20832,
1858
+ "src": "2793:13:39",
1858
1859
  "typeDescriptions": {
1859
1860
  "typeIdentifier": "t_uint256",
1860
1861
  "typeString": "uint256"
1861
1862
  }
1862
1863
  },
1863
- "src": "2774:30:39",
1864
+ "src": "2776:30:39",
1864
1865
  "typeDescriptions": {
1865
1866
  "typeIdentifier": "t_bool",
1866
1867
  "typeString": "bool"
1867
1868
  }
1868
1869
  },
1869
1870
  "falseBody": {
1870
- "id": 20949,
1871
+ "id": 20952,
1871
1872
  "nodeType": "Block",
1872
- "src": "2886:52:39",
1873
+ "src": "2888:52:39",
1873
1874
  "statements": [
1874
1875
  {
1875
1876
  "errorCall": {
1876
1877
  "arguments": [],
1877
1878
  "expression": {
1878
1879
  "argumentTypes": [],
1879
- "id": 20946,
1880
+ "id": 20949,
1880
1881
  "name": "UnsupportedNetwork",
1881
1882
  "nodeType": "Identifier",
1882
1883
  "overloadedDeclarations": [],
1883
- "referencedDeclaration": 20781,
1884
- "src": "2907:18:39",
1884
+ "referencedDeclaration": 20784,
1885
+ "src": "2909:18:39",
1885
1886
  "typeDescriptions": {
1886
1887
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
1887
1888
  "typeString": "function () pure"
1888
1889
  }
1889
1890
  },
1890
- "id": 20947,
1891
+ "id": 20950,
1891
1892
  "isConstant": false,
1892
1893
  "isLValue": false,
1893
1894
  "isPure": false,
@@ -1896,543 +1897,543 @@
1896
1897
  "nameLocations": [],
1897
1898
  "names": [],
1898
1899
  "nodeType": "FunctionCall",
1899
- "src": "2907:20:39",
1900
+ "src": "2909:20:39",
1900
1901
  "tryCall": false,
1901
1902
  "typeDescriptions": {
1902
1903
  "typeIdentifier": "t_tuple$__$",
1903
1904
  "typeString": "tuple()"
1904
1905
  }
1905
1906
  },
1906
- "id": 20948,
1907
+ "id": 20951,
1907
1908
  "nodeType": "RevertStatement",
1908
- "src": "2900:27:39"
1909
+ "src": "2902:27:39"
1909
1910
  }
1910
1911
  ]
1911
1912
  },
1912
- "id": 20950,
1913
+ "id": 20953,
1913
1914
  "nodeType": "IfStatement",
1914
- "src": "2770:168:39",
1915
+ "src": "2772:168:39",
1915
1916
  "trueBody": {
1916
- "id": 20945,
1917
+ "id": 20948,
1917
1918
  "nodeType": "Block",
1918
- "src": "2806:74:39",
1919
+ "src": "2808:74:39",
1919
1920
  "statements": [
1920
1921
  {
1921
1922
  "expression": {
1922
1923
  "hexValue": "307865363466383164356444644131633731373265354336643936344538656631424438324438373034",
1923
- "id": 20943,
1924
+ "id": 20946,
1924
1925
  "isConstant": false,
1925
1926
  "isLValue": false,
1926
1927
  "isPure": true,
1927
1928
  "kind": "number",
1928
1929
  "lValueRequested": false,
1929
1930
  "nodeType": "Literal",
1930
- "src": "2827:42:39",
1931
+ "src": "2829:42:39",
1931
1932
  "typeDescriptions": {
1932
1933
  "typeIdentifier": "t_address",
1933
1934
  "typeString": "address"
1934
1935
  },
1935
1936
  "value": "0xe64f81d5dDdA1c7172e5C6d964E8ef1BD82D8704"
1936
1937
  },
1937
- "functionReturnParameters": 20833,
1938
- "id": 20944,
1938
+ "functionReturnParameters": 20836,
1939
+ "id": 20947,
1939
1940
  "nodeType": "Return",
1940
- "src": "2820:49:39"
1941
+ "src": "2822:49:39"
1941
1942
  }
1942
1943
  ]
1943
1944
  }
1944
1945
  },
1945
- "id": 20951,
1946
+ "id": 20954,
1946
1947
  "nodeType": "IfStatement",
1947
- "src": "2656:282:39",
1948
+ "src": "2658:282:39",
1948
1949
  "trueBody": {
1949
- "id": 20938,
1950
+ "id": 20941,
1950
1951
  "nodeType": "Block",
1951
- "src": "2690:74:39",
1952
+ "src": "2692:74:39",
1952
1953
  "statements": [
1953
1954
  {
1954
1955
  "expression": {
1955
1956
  "hexValue": "307835303763336137433643636332353338383441326533613365653241323131634337453739366136",
1956
- "id": 20936,
1957
+ "id": 20939,
1957
1958
  "isConstant": false,
1958
1959
  "isLValue": false,
1959
1960
  "isPure": true,
1960
1961
  "kind": "number",
1961
1962
  "lValueRequested": false,
1962
1963
  "nodeType": "Literal",
1963
- "src": "2711:42:39",
1964
+ "src": "2713:42:39",
1964
1965
  "typeDescriptions": {
1965
1966
  "typeIdentifier": "t_address",
1966
1967
  "typeString": "address"
1967
1968
  },
1968
1969
  "value": "0x507c3a7C6Ccc253884A2e3a3ee2A211cC7E796a6"
1969
1970
  },
1970
- "functionReturnParameters": 20833,
1971
- "id": 20937,
1971
+ "functionReturnParameters": 20836,
1972
+ "id": 20940,
1972
1973
  "nodeType": "Return",
1973
- "src": "2704:49:39"
1974
+ "src": "2706:49:39"
1974
1975
  }
1975
1976
  ]
1976
1977
  }
1977
1978
  },
1978
- "id": 20952,
1979
+ "id": 20955,
1979
1980
  "nodeType": "IfStatement",
1980
- "src": "2542:396:39",
1981
+ "src": "2544:396:39",
1981
1982
  "trueBody": {
1982
- "id": 20931,
1983
+ "id": 20934,
1983
1984
  "nodeType": "Block",
1984
- "src": "2576:74:39",
1985
+ "src": "2578:74:39",
1985
1986
  "statements": [
1986
1987
  {
1987
1988
  "expression": {
1988
1989
  "hexValue": "307831303934313245334338346630353339623433643339644236393142303863393066353864433763",
1989
- "id": 20929,
1990
+ "id": 20932,
1990
1991
  "isConstant": false,
1991
1992
  "isLValue": false,
1992
1993
  "isPure": true,
1993
1994
  "kind": "number",
1994
1995
  "lValueRequested": false,
1995
1996
  "nodeType": "Literal",
1996
- "src": "2597:42:39",
1997
+ "src": "2599:42:39",
1997
1998
  "typeDescriptions": {
1998
1999
  "typeIdentifier": "t_address",
1999
2000
  "typeString": "address"
2000
2001
  },
2001
2002
  "value": "0x109412E3C84f0539b43d39dB691B08c90f58dC7c"
2002
2003
  },
2003
- "functionReturnParameters": 20833,
2004
- "id": 20930,
2004
+ "functionReturnParameters": 20836,
2005
+ "id": 20933,
2005
2006
  "nodeType": "Return",
2006
- "src": "2590:49:39"
2007
+ "src": "2592:49:39"
2007
2008
  }
2008
2009
  ]
2009
2010
  }
2010
2011
  },
2011
- "id": 20953,
2012
+ "id": 20956,
2012
2013
  "nodeType": "IfStatement",
2013
- "src": "2425:513:39",
2014
+ "src": "2427:513:39",
2014
2015
  "trueBody": {
2015
- "id": 20924,
2016
+ "id": 20927,
2016
2017
  "nodeType": "Block",
2017
- "src": "2462:74:39",
2018
+ "src": "2464:74:39",
2018
2019
  "statements": [
2019
2020
  {
2020
2021
  "expression": {
2021
2022
  "hexValue": "307845423739366264623930664641306632383235353237356531363933364432356433343138363033",
2022
- "id": 20922,
2023
+ "id": 20925,
2023
2024
  "isConstant": false,
2024
2025
  "isLValue": false,
2025
2026
  "isPure": true,
2026
2027
  "kind": "number",
2027
2028
  "lValueRequested": false,
2028
2029
  "nodeType": "Literal",
2029
- "src": "2483:42:39",
2030
+ "src": "2485:42:39",
2030
2031
  "typeDescriptions": {
2031
2032
  "typeIdentifier": "t_address",
2032
2033
  "typeString": "address"
2033
2034
  },
2034
2035
  "value": "0xEB796bdb90fFA0f28255275e16936D25d3418603"
2035
2036
  },
2036
- "functionReturnParameters": 20833,
2037
- "id": 20923,
2037
+ "functionReturnParameters": 20836,
2038
+ "id": 20926,
2038
2039
  "nodeType": "Return",
2039
- "src": "2476:49:39"
2040
+ "src": "2478:49:39"
2040
2041
  }
2041
2042
  ]
2042
2043
  }
2043
2044
  },
2044
- "id": 20954,
2045
+ "id": 20957,
2045
2046
  "nodeType": "IfStatement",
2046
- "src": "2308:630:39",
2047
+ "src": "2310:630:39",
2047
2048
  "trueBody": {
2048
- "id": 20917,
2049
+ "id": 20920,
2049
2050
  "nodeType": "Block",
2050
- "src": "2345:74:39",
2051
+ "src": "2347:74:39",
2051
2052
  "statements": [
2052
2053
  {
2053
2054
  "expression": {
2054
2055
  "hexValue": "307838354665373962393938353039423737424631304138424434303031443538343735443239333836",
2055
- "id": 20915,
2056
+ "id": 20918,
2056
2057
  "isConstant": false,
2057
2058
  "isLValue": false,
2058
2059
  "isPure": true,
2059
2060
  "kind": "number",
2060
2061
  "lValueRequested": false,
2061
2062
  "nodeType": "Literal",
2062
- "src": "2366:42:39",
2063
+ "src": "2368:42:39",
2063
2064
  "typeDescriptions": {
2064
2065
  "typeIdentifier": "t_address",
2065
2066
  "typeString": "address"
2066
2067
  },
2067
2068
  "value": "0x85Fe79b998509B77BF10A8BD4001D58475D29386"
2068
2069
  },
2069
- "functionReturnParameters": 20833,
2070
- "id": 20916,
2070
+ "functionReturnParameters": 20836,
2071
+ "id": 20919,
2071
2072
  "nodeType": "Return",
2072
- "src": "2359:49:39"
2073
+ "src": "2361:49:39"
2073
2074
  }
2074
2075
  ]
2075
2076
  }
2076
2077
  },
2077
- "id": 20955,
2078
+ "id": 20958,
2078
2079
  "nodeType": "IfStatement",
2079
- "src": "2190:748:39",
2080
+ "src": "2192:748:39",
2080
2081
  "trueBody": {
2081
- "id": 20910,
2082
+ "id": 20913,
2082
2083
  "nodeType": "Block",
2083
- "src": "2228:74:39",
2084
+ "src": "2230:74:39",
2084
2085
  "statements": [
2085
2086
  {
2086
2087
  "expression": {
2087
2088
  "hexValue": "307845343039383343323437363033324130393135363030623934373242333134316141354235426139",
2088
- "id": 20908,
2089
+ "id": 20911,
2089
2090
  "isConstant": false,
2090
2091
  "isLValue": false,
2091
2092
  "isPure": true,
2092
2093
  "kind": "number",
2093
2094
  "lValueRequested": false,
2094
2095
  "nodeType": "Literal",
2095
- "src": "2249:42:39",
2096
+ "src": "2251:42:39",
2096
2097
  "typeDescriptions": {
2097
2098
  "typeIdentifier": "t_address",
2098
2099
  "typeString": "address"
2099
2100
  },
2100
2101
  "value": "0xE40983C2476032A0915600b9472B3141aA5B5Ba9"
2101
2102
  },
2102
- "functionReturnParameters": 20833,
2103
- "id": 20909,
2103
+ "functionReturnParameters": 20836,
2104
+ "id": 20912,
2104
2105
  "nodeType": "Return",
2105
- "src": "2242:49:39"
2106
+ "src": "2244:49:39"
2106
2107
  }
2107
2108
  ]
2108
2109
  }
2109
2110
  },
2110
- "id": 20956,
2111
+ "id": 20959,
2111
2112
  "nodeType": "IfStatement",
2112
- "src": "2072:866:39",
2113
+ "src": "2074:866:39",
2113
2114
  "trueBody": {
2114
- "id": 20903,
2115
+ "id": 20906,
2115
2116
  "nodeType": "Block",
2116
- "src": "2110:74:39",
2117
+ "src": "2112:74:39",
2117
2118
  "statements": [
2118
2119
  {
2119
2120
  "expression": {
2120
2121
  "hexValue": "307845343039383343323437363033324130393135363030623934373242333134316141354235426139",
2121
- "id": 20901,
2122
+ "id": 20904,
2122
2123
  "isConstant": false,
2123
2124
  "isLValue": false,
2124
2125
  "isPure": true,
2125
2126
  "kind": "number",
2126
2127
  "lValueRequested": false,
2127
2128
  "nodeType": "Literal",
2128
- "src": "2131:42:39",
2129
+ "src": "2133:42:39",
2129
2130
  "typeDescriptions": {
2130
2131
  "typeIdentifier": "t_address",
2131
2132
  "typeString": "address"
2132
2133
  },
2133
2134
  "value": "0xE40983C2476032A0915600b9472B3141aA5B5Ba9"
2134
2135
  },
2135
- "functionReturnParameters": 20833,
2136
- "id": 20902,
2136
+ "functionReturnParameters": 20836,
2137
+ "id": 20905,
2137
2138
  "nodeType": "Return",
2138
- "src": "2124:49:39"
2139
+ "src": "2126:49:39"
2139
2140
  }
2140
2141
  ]
2141
2142
  }
2142
2143
  },
2143
- "id": 20957,
2144
+ "id": 20960,
2144
2145
  "nodeType": "IfStatement",
2145
- "src": "1959:979:39",
2146
+ "src": "1961:979:39",
2146
2147
  "trueBody": {
2147
- "id": 20896,
2148
+ "id": 20899,
2148
2149
  "nodeType": "Block",
2149
- "src": "1992:74:39",
2150
+ "src": "1994:74:39",
2150
2151
  "statements": [
2151
2152
  {
2152
2153
  "expression": {
2153
2154
  "hexValue": "307832326666323933653134463145433341303942313337653965303630383441466436336164444639",
2154
- "id": 20894,
2155
+ "id": 20897,
2155
2156
  "isConstant": false,
2156
2157
  "isLValue": false,
2157
2158
  "isPure": true,
2158
2159
  "kind": "number",
2159
2160
  "lValueRequested": false,
2160
2161
  "nodeType": "Literal",
2161
- "src": "2013:42:39",
2162
+ "src": "2015:42:39",
2162
2163
  "typeDescriptions": {
2163
2164
  "typeIdentifier": "t_address",
2164
2165
  "typeString": "address"
2165
2166
  },
2166
2167
  "value": "0x22ff293e14F1EC3A09B137e9e06084AFd63adDF9"
2167
2168
  },
2168
- "functionReturnParameters": 20833,
2169
- "id": 20895,
2169
+ "functionReturnParameters": 20836,
2170
+ "id": 20898,
2170
2171
  "nodeType": "Return",
2171
- "src": "2006:49:39"
2172
+ "src": "2008:49:39"
2172
2173
  }
2173
2174
  ]
2174
2175
  }
2175
2176
  },
2176
- "id": 20958,
2177
+ "id": 20961,
2177
2178
  "nodeType": "IfStatement",
2178
- "src": "1845:1093:39",
2179
+ "src": "1847:1093:39",
2179
2180
  "trueBody": {
2180
- "id": 20889,
2181
+ "id": 20892,
2181
2182
  "nodeType": "Block",
2182
- "src": "1879:74:39",
2183
+ "src": "1881:74:39",
2183
2184
  "statements": [
2184
2185
  {
2185
2186
  "expression": {
2186
2187
  "hexValue": "307836303337374337303136453463644230334338374546343734383936433131634235363037353243",
2187
- "id": 20887,
2188
+ "id": 20890,
2188
2189
  "isConstant": false,
2189
2190
  "isLValue": false,
2190
2191
  "isPure": true,
2191
2192
  "kind": "number",
2192
2193
  "lValueRequested": false,
2193
2194
  "nodeType": "Literal",
2194
- "src": "1900:42:39",
2195
+ "src": "1902:42:39",
2195
2196
  "typeDescriptions": {
2196
2197
  "typeIdentifier": "t_address",
2197
2198
  "typeString": "address"
2198
2199
  },
2199
2200
  "value": "0x60377C7016E4cdB03C87EF474896C11cB560752C"
2200
2201
  },
2201
- "functionReturnParameters": 20833,
2202
- "id": 20888,
2202
+ "functionReturnParameters": 20836,
2203
+ "id": 20891,
2203
2204
  "nodeType": "Return",
2204
- "src": "1893:49:39"
2205
+ "src": "1895:49:39"
2205
2206
  }
2206
2207
  ]
2207
2208
  }
2208
2209
  },
2209
- "id": 20959,
2210
+ "id": 20962,
2210
2211
  "nodeType": "IfStatement",
2211
- "src": "1730:1208:39",
2212
+ "src": "1732:1208:39",
2212
2213
  "trueBody": {
2213
- "id": 20882,
2214
+ "id": 20885,
2214
2215
  "nodeType": "Block",
2215
- "src": "1765:74:39",
2216
+ "src": "1767:74:39",
2216
2217
  "statements": [
2217
2218
  {
2218
2219
  "expression": {
2219
2220
  "hexValue": "307841344666303763463831433032434644333536313834383739443935333937306341393537353835",
2220
- "id": 20880,
2221
+ "id": 20883,
2221
2222
  "isConstant": false,
2222
2223
  "isLValue": false,
2223
2224
  "isPure": true,
2224
2225
  "kind": "number",
2225
2226
  "lValueRequested": false,
2226
2227
  "nodeType": "Literal",
2227
- "src": "1786:42:39",
2228
+ "src": "1788:42:39",
2228
2229
  "typeDescriptions": {
2229
2230
  "typeIdentifier": "t_address",
2230
2231
  "typeString": "address"
2231
2232
  },
2232
2233
  "value": "0xA4Ff07cF81C02CFD356184879D953970cA957585"
2233
2234
  },
2234
- "functionReturnParameters": 20833,
2235
- "id": 20881,
2235
+ "functionReturnParameters": 20836,
2236
+ "id": 20884,
2236
2237
  "nodeType": "Return",
2237
- "src": "1779:49:39"
2238
+ "src": "1781:49:39"
2238
2239
  }
2239
2240
  ]
2240
2241
  }
2241
2242
  },
2242
- "id": 20960,
2243
+ "id": 20963,
2243
2244
  "nodeType": "IfStatement",
2244
- "src": "1615:1323:39",
2245
+ "src": "1617:1323:39",
2245
2246
  "trueBody": {
2246
- "id": 20875,
2247
+ "id": 20878,
2247
2248
  "nodeType": "Block",
2248
- "src": "1650:74:39",
2249
+ "src": "1652:74:39",
2249
2250
  "statements": [
2250
2251
  {
2251
2252
  "expression": {
2252
2253
  "hexValue": "307843663841636234654630333365664631364538303830616564346337443542393238354432313932",
2253
- "id": 20873,
2254
+ "id": 20876,
2254
2255
  "isConstant": false,
2255
2256
  "isLValue": false,
2256
2257
  "isPure": true,
2257
2258
  "kind": "number",
2258
2259
  "lValueRequested": false,
2259
2260
  "nodeType": "Literal",
2260
- "src": "1671:42:39",
2261
+ "src": "1673:42:39",
2261
2262
  "typeDescriptions": {
2262
2263
  "typeIdentifier": "t_address",
2263
2264
  "typeString": "address"
2264
2265
  },
2265
2266
  "value": "0xCf8Acb4eF033efF16E8080aed4c7D5B9285D2192"
2266
2267
  },
2267
- "functionReturnParameters": 20833,
2268
- "id": 20874,
2268
+ "functionReturnParameters": 20836,
2269
+ "id": 20877,
2269
2270
  "nodeType": "Return",
2270
- "src": "1664:49:39"
2271
+ "src": "1666:49:39"
2271
2272
  }
2272
2273
  ]
2273
2274
  }
2274
2275
  },
2275
- "id": 20961,
2276
+ "id": 20964,
2276
2277
  "nodeType": "IfStatement",
2277
- "src": "1497:1441:39",
2278
+ "src": "1499:1441:39",
2278
2279
  "trueBody": {
2279
- "id": 20868,
2280
+ "id": 20871,
2280
2281
  "nodeType": "Block",
2281
- "src": "1535:74:39",
2282
+ "src": "1537:74:39",
2282
2283
  "statements": [
2283
2284
  {
2284
2285
  "expression": {
2285
2286
  "hexValue": "307833453134644331623133633438386138643544333130393138373830633938336244353938324537",
2286
- "id": 20866,
2287
+ "id": 20869,
2287
2288
  "isConstant": false,
2288
2289
  "isLValue": false,
2289
2290
  "isPure": true,
2290
2291
  "kind": "number",
2291
2292
  "lValueRequested": false,
2292
2293
  "nodeType": "Literal",
2293
- "src": "1556:42:39",
2294
+ "src": "1558:42:39",
2294
2295
  "typeDescriptions": {
2295
2296
  "typeIdentifier": "t_address",
2296
2297
  "typeString": "address"
2297
2298
  },
2298
2299
  "value": "0x3E14dC1b13c488a8d5D310918780c983bD5982E7"
2299
2300
  },
2300
- "functionReturnParameters": 20833,
2301
- "id": 20867,
2301
+ "functionReturnParameters": 20836,
2302
+ "id": 20870,
2302
2303
  "nodeType": "Return",
2303
- "src": "1549:49:39"
2304
+ "src": "1551:49:39"
2304
2305
  }
2305
2306
  ]
2306
2307
  }
2307
2308
  },
2308
- "id": 20962,
2309
+ "id": 20965,
2309
2310
  "nodeType": "IfStatement",
2310
- "src": "1382:1556:39",
2311
+ "src": "1384:1556:39",
2311
2312
  "trueBody": {
2312
- "id": 20861,
2313
+ "id": 20864,
2313
2314
  "nodeType": "Block",
2314
- "src": "1417:74:39",
2315
+ "src": "1419:74:39",
2315
2316
  "statements": [
2316
2317
  {
2317
2318
  "expression": {
2318
2319
  "hexValue": "307832644665393337634439384162393265353963463331333931333866313863383233613465664537",
2319
- "id": 20859,
2320
+ "id": 20862,
2320
2321
  "isConstant": false,
2321
2322
  "isLValue": false,
2322
2323
  "isPure": true,
2323
2324
  "kind": "number",
2324
2325
  "lValueRequested": false,
2325
2326
  "nodeType": "Literal",
2326
- "src": "1438:42:39",
2327
+ "src": "1440:42:39",
2327
2328
  "typeDescriptions": {
2328
2329
  "typeIdentifier": "t_address",
2329
2330
  "typeString": "address"
2330
2331
  },
2331
2332
  "value": "0x2dFe937cD98Ab92e59cF3139138f18c823a4efE7"
2332
2333
  },
2333
- "functionReturnParameters": 20833,
2334
- "id": 20860,
2334
+ "functionReturnParameters": 20836,
2335
+ "id": 20863,
2335
2336
  "nodeType": "Return",
2336
- "src": "1431:49:39"
2337
+ "src": "1433:49:39"
2337
2338
  }
2338
2339
  ]
2339
2340
  }
2340
2341
  },
2341
- "id": 20963,
2342
+ "id": 20966,
2342
2343
  "nodeType": "IfStatement",
2343
- "src": "1268:1670:39",
2344
+ "src": "1270:1670:39",
2344
2345
  "trueBody": {
2345
- "id": 20854,
2346
+ "id": 20857,
2346
2347
  "nodeType": "Block",
2347
- "src": "1302:74:39",
2348
+ "src": "1304:74:39",
2348
2349
  "statements": [
2349
2350
  {
2350
2351
  "expression": {
2351
2352
  "hexValue": "307864316532634662363434313638303030324562374134343232333136306142394236376437453645",
2352
- "id": 20852,
2353
+ "id": 20855,
2353
2354
  "isConstant": false,
2354
2355
  "isLValue": false,
2355
2356
  "isPure": true,
2356
2357
  "kind": "number",
2357
2358
  "lValueRequested": false,
2358
2359
  "nodeType": "Literal",
2359
- "src": "1323:42:39",
2360
+ "src": "1325:42:39",
2360
2361
  "typeDescriptions": {
2361
2362
  "typeIdentifier": "t_address",
2362
2363
  "typeString": "address"
2363
2364
  },
2364
2365
  "value": "0xd1e2cFb6441680002Eb7A44223160aB9B67d7E6E"
2365
2366
  },
2366
- "functionReturnParameters": 20833,
2367
- "id": 20853,
2367
+ "functionReturnParameters": 20836,
2368
+ "id": 20856,
2368
2369
  "nodeType": "Return",
2369
- "src": "1316:49:39"
2370
+ "src": "1318:49:39"
2370
2371
  }
2371
2372
  ]
2372
2373
  }
2373
2374
  },
2374
- "id": 20964,
2375
+ "id": 20967,
2375
2376
  "nodeType": "IfStatement",
2376
- "src": "1149:1789:39",
2377
+ "src": "1151:1789:39",
2377
2378
  "trueBody": {
2378
- "id": 20847,
2379
+ "id": 20850,
2379
2380
  "nodeType": "Block",
2380
- "src": "1188:74:39",
2381
+ "src": "1190:74:39",
2381
2382
  "statements": [
2382
2383
  {
2383
2384
  "expression": {
2384
2385
  "hexValue": "307835363763344231343145443631393233393637634132354566343930364338373831303639613130",
2385
- "id": 20845,
2386
+ "id": 20848,
2386
2387
  "isConstant": false,
2387
2388
  "isLValue": false,
2388
2389
  "isPure": true,
2389
2390
  "kind": "number",
2390
2391
  "lValueRequested": false,
2391
2392
  "nodeType": "Literal",
2392
- "src": "1209:42:39",
2393
+ "src": "1211:42:39",
2393
2394
  "typeDescriptions": {
2394
2395
  "typeIdentifier": "t_address",
2395
2396
  "typeString": "address"
2396
2397
  },
2397
2398
  "value": "0x567c4B141ED61923967cA25Ef4906C8781069a10"
2398
2399
  },
2399
- "functionReturnParameters": 20833,
2400
- "id": 20846,
2400
+ "functionReturnParameters": 20836,
2401
+ "id": 20849,
2401
2402
  "nodeType": "Return",
2402
- "src": "1202:49:39"
2403
+ "src": "1204:49:39"
2403
2404
  }
2404
2405
  ]
2405
2406
  }
2406
2407
  },
2407
- "id": 20965,
2408
+ "id": 20968,
2408
2409
  "nodeType": "IfStatement",
2409
- "src": "1035:1903:39",
2410
+ "src": "1037:1903:39",
2410
2411
  "trueBody": {
2411
- "id": 20840,
2412
+ "id": 20843,
2412
2413
  "nodeType": "Block",
2413
- "src": "1069:74:39",
2414
+ "src": "1071:74:39",
2414
2415
  "statements": [
2415
2416
  {
2416
2417
  "expression": {
2417
2418
  "hexValue": "307834453538336439333930303832423635426566383834623632394446413432363131344345443664",
2418
- "id": 20838,
2419
+ "id": 20841,
2419
2420
  "isConstant": false,
2420
2421
  "isLValue": false,
2421
2422
  "isPure": true,
2422
2423
  "kind": "number",
2423
2424
  "lValueRequested": false,
2424
2425
  "nodeType": "Literal",
2425
- "src": "1090:42:39",
2426
+ "src": "1092:42:39",
2426
2427
  "typeDescriptions": {
2427
2428
  "typeIdentifier": "t_address",
2428
2429
  "typeString": "address"
2429
2430
  },
2430
2431
  "value": "0x4E583d9390082B65Bef884b629DFA426114CED6d"
2431
2432
  },
2432
- "functionReturnParameters": 20833,
2433
- "id": 20839,
2433
+ "functionReturnParameters": 20836,
2434
+ "id": 20842,
2434
2435
  "nodeType": "Return",
2435
- "src": "1083:49:39"
2436
+ "src": "1085:49:39"
2436
2437
  }
2437
2438
  ]
2438
2439
  }
@@ -2440,32 +2441,32 @@
2440
2441
  ]
2441
2442
  },
2442
2443
  "functionSelector": "20bc4425",
2443
- "id": 20967,
2444
+ "id": 20970,
2444
2445
  "implemented": true,
2445
2446
  "kind": "function",
2446
2447
  "modifiers": [],
2447
2448
  "name": "getHost",
2448
- "nameLocation": "985:7:39",
2449
+ "nameLocation": "987:7:39",
2449
2450
  "nodeType": "FunctionDefinition",
2450
2451
  "parameters": {
2451
- "id": 20830,
2452
+ "id": 20833,
2452
2453
  "nodeType": "ParameterList",
2453
2454
  "parameters": [],
2454
- "src": "992:2:39"
2455
+ "src": "994:2:39"
2455
2456
  },
2456
2457
  "returnParameters": {
2457
- "id": 20833,
2458
+ "id": 20836,
2458
2459
  "nodeType": "ParameterList",
2459
2460
  "parameters": [
2460
2461
  {
2461
2462
  "constant": false,
2462
- "id": 20832,
2463
+ "id": 20835,
2463
2464
  "mutability": "mutable",
2464
2465
  "name": "",
2465
2466
  "nameLocation": "-1:-1:-1",
2466
2467
  "nodeType": "VariableDeclaration",
2467
- "scope": 20967,
2468
- "src": "1016:7:39",
2468
+ "scope": 20970,
2469
+ "src": "1018:7:39",
2469
2470
  "stateVariable": false,
2470
2471
  "storageLocation": "default",
2471
2472
  "typeDescriptions": {
@@ -2473,10 +2474,10 @@
2473
2474
  "typeString": "address"
2474
2475
  },
2475
2476
  "typeName": {
2476
- "id": 20831,
2477
+ "id": 20834,
2477
2478
  "name": "address",
2478
2479
  "nodeType": "ElementaryTypeName",
2479
- "src": "1016:7:39",
2480
+ "src": "1018:7:39",
2480
2481
  "stateMutability": "nonpayable",
2481
2482
  "typeDescriptions": {
2482
2483
  "typeIdentifier": "t_address",
@@ -2486,23 +2487,23 @@
2486
2487
  "visibility": "internal"
2487
2488
  }
2488
2489
  ],
2489
- "src": "1015:9:39"
2490
+ "src": "1017:9:39"
2490
2491
  },
2491
- "scope": 20968,
2492
- "src": "976:1968:39",
2492
+ "scope": 20971,
2493
+ "src": "978:1968:39",
2493
2494
  "stateMutability": "view",
2494
2495
  "virtual": false,
2495
2496
  "visibility": "public"
2496
2497
  }
2497
2498
  ],
2498
- "scope": 20969,
2499
- "src": "57:2889:39",
2499
+ "scope": 20972,
2500
+ "src": "59:2889:39",
2500
2501
  "usedErrors": [
2501
- 20781
2502
+ 20784
2502
2503
  ]
2503
2504
  }
2504
2505
  ],
2505
- "src": "32:2915:39"
2506
+ "src": "32:2917:39"
2506
2507
  },
2507
2508
  "compiler": {
2508
2509
  "name": "solc",
@@ -2510,7 +2511,7 @@
2510
2511
  },
2511
2512
  "networks": {},
2512
2513
  "schemaVersion": "3.4.13",
2513
- "updatedAt": "2023-07-12T09:52:15.854Z",
2514
+ "updatedAt": "2023-08-06T18:11:20.884Z",
2514
2515
  "devdoc": {
2515
2516
  "kind": "dev",
2516
2517
  "methods": {},