@superfluid-finance/ethereum-contracts 1.7.2-dev.09f3be3.0 → 1.7.2-dev.36bfd5f.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 (173) hide show
  1. package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
  2. package/build/contracts/AccessControl.json +1 -1
  3. package/build/contracts/AccessControlEnumerable.json +1 -1
  4. package/build/contracts/Address.json +1 -1
  5. package/build/contracts/AgreementBase.json +18 -18
  6. package/build/contracts/AgreementLibrary.json +165 -165
  7. package/build/contracts/BaseRelayRecipient.json +57 -57
  8. package/build/contracts/BatchLiquidator.json +382 -382
  9. package/build/contracts/BatchOperation.json +614 -614
  10. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  11. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2384 -2384
  12. package/build/contracts/CFAv1Library.json +389 -389
  13. package/build/contracts/CallUtils.json +198 -198
  14. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  15. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  16. package/build/contracts/ConstantInflowNFT.json +402 -402
  17. package/build/contracts/ConstantOutflowNFT.json +661 -661
  18. package/build/contracts/Context.json +1 -1
  19. package/build/contracts/ContextDefinitions.json +614 -614
  20. package/build/contracts/CustomSuperTokenBase.json +19 -19
  21. package/build/contracts/ERC165.json +1 -1
  22. package/build/contracts/ERC1820Implementer.json +1 -1
  23. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  24. package/build/contracts/ERC20.json +1 -1
  25. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  26. package/build/contracts/ERC777Helper.json +384 -384
  27. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  28. package/build/contracts/ERC777RecipientReverting.json +863 -863
  29. package/build/contracts/EnumerableSet.json +1 -1
  30. package/build/contracts/EventsEmitter.json +43 -43
  31. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  32. package/build/contracts/FixedSizeData.json +200 -200
  33. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  34. package/build/contracts/FlowNFTBase.json +1280 -1280
  35. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  36. package/build/contracts/ForwarderBase.json +190 -190
  37. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  38. package/build/contracts/IAccessControl.json +1 -1
  39. package/build/contracts/IAccessControlEnumerable.json +1 -1
  40. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  41. package/build/contracts/IConstantInflowNFT.json +54 -54
  42. package/build/contracts/IConstantOutflowNFT.json +107 -107
  43. package/build/contracts/IDAv1Forwarder.json +912 -912
  44. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2384 -2384
  45. package/build/contracts/IDAv1Library.json +430 -430
  46. package/build/contracts/IERC165.json +1 -1
  47. package/build/contracts/IERC1820Implementer.json +1 -1
  48. package/build/contracts/IERC1820Registry.json +1 -1
  49. package/build/contracts/IERC20.json +1 -1
  50. package/build/contracts/IERC20Metadata.json +1 -1
  51. package/build/contracts/IERC20Permit.json +1 -1
  52. package/build/contracts/IERC721.json +1 -1
  53. package/build/contracts/IERC721Metadata.json +1 -1
  54. package/build/contracts/IERC777.json +1 -1
  55. package/build/contracts/IERC777Recipient.json +1 -1
  56. package/build/contracts/IERC777Sender.json +1 -1
  57. package/build/contracts/IFlowNFTBase.json +115 -115
  58. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  59. package/build/contracts/IMultiSigWallet.json +31 -31
  60. package/build/contracts/IPoolAdminNFT.json +7 -7
  61. package/build/contracts/IPoolMemberNFT.json +7 -7
  62. package/build/contracts/IPureSuperToken.json +62 -62
  63. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  64. package/build/contracts/IRelayRecipient.json +27 -27
  65. package/build/contracts/IResolver.json +38 -38
  66. package/build/contracts/ISETH.json +67 -67
  67. package/build/contracts/ISETHCustom.json +67 -67
  68. package/build/contracts/ISuperAgreement.json +50 -50
  69. package/build/contracts/ISuperApp.json +191 -191
  70. package/build/contracts/ISuperToken.json +695 -695
  71. package/build/contracts/ISuperTokenFactory.json +225 -225
  72. package/build/contracts/ISuperfluid.json +904 -904
  73. package/build/contracts/ISuperfluidGovernance.json +251 -251
  74. package/build/contracts/ISuperfluidToken.json +407 -407
  75. package/build/contracts/ITOGAv1.json +1346 -1346
  76. package/build/contracts/ITOGAv2.json +1346 -1346
  77. package/build/contracts/ITOGAv3.json +1346 -1346
  78. package/build/contracts/Initializable.json +1 -1
  79. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  80. package/build/contracts/Math.json +1 -1
  81. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  82. package/build/contracts/Ownable.json +1 -1
  83. package/build/contracts/Proxy.json +1 -1
  84. package/build/contracts/ProxyDeployerLibrary.json +2382 -2382
  85. package/build/contracts/PureSuperToken.json +106 -106
  86. package/build/contracts/Resolver.json +98 -98
  87. package/build/contracts/SETHProxy.json +224 -224
  88. package/build/contracts/SafeCast.json +1 -1
  89. package/build/contracts/SafeERC20.json +1 -1
  90. package/build/contracts/SafeGasLibrary.json +51 -51
  91. package/build/contracts/SafeMath.json +1 -1
  92. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  93. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  94. package/build/contracts/StreamRedirector.json +704 -704
  95. package/build/contracts/Strings.json +1 -1
  96. package/build/contracts/SuperAppBase.json +42 -42
  97. package/build/contracts/SuperAppBaseFlow.json +138 -138
  98. package/build/contracts/SuperAppDefinitions.json +614 -614
  99. package/build/contracts/SuperToken.json +2714 -2714
  100. package/build/contracts/SuperTokenDeployerLibrary.json +2383 -2383
  101. package/build/contracts/SuperTokenFactory.json +1347 -1347
  102. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  103. package/build/contracts/SuperTokenV1Library.json +1483 -1483
  104. package/build/contracts/SuperUpgrader.json +439 -439
  105. package/build/contracts/Superfluid.json +5196 -5196
  106. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2383 -2383
  107. package/build/contracts/SuperfluidFrameworkDeployer.json +1260 -1260
  108. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2382 -2382
  109. package/build/contracts/SuperfluidGovDeployerLibrary.json +2383 -2383
  110. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  111. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  112. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  113. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  114. package/build/contracts/SuperfluidHostDeployerLibrary.json +2382 -2382
  115. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2383 -2383
  116. package/build/contracts/SuperfluidLoader.json +207 -207
  117. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2384 -2384
  118. package/build/contracts/SuperfluidLoaderLibrary.json +485 -351
  119. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2387 -2387
  120. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2385 -2385
  121. package/build/contracts/SuperfluidToken.json +1423 -1423
  122. package/build/contracts/TOGA.json +1360 -1360
  123. package/build/contracts/TestGovernance.json +250 -250
  124. package/build/contracts/TestResolver.json +47 -47
  125. package/build/contracts/TestToken.json +102 -102
  126. package/build/contracts/TokenDeployerLibrary.json +2384 -2384
  127. package/build/contracts/TokenInfo.json +32 -32
  128. package/build/contracts/UUPSProxiable.json +139 -139
  129. package/build/contracts/UUPSProxy.json +81 -81
  130. package/build/contracts/UUPSUtils.json +37 -37
  131. package/build/contracts-sizes.txt +15 -15
  132. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
  133. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts.map +1 -1
  134. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
  135. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js.map +1 -1
  136. package/contracts/apps/SuperfluidLoaderLibrary.sol +4 -1
  137. package/package.json +3 -4
  138. package/ops-scripts/.eslintrc.js +0 -15
  139. package/ops-scripts/artifacts/ERC1820Registry.json +0 -5
  140. package/ops-scripts/deploy-aux-contracts.js +0 -99
  141. package/ops-scripts/deploy-deterministically.js +0 -169
  142. package/ops-scripts/deploy-erc1820.js +0 -83
  143. package/ops-scripts/deploy-framework.js +0 -895
  144. package/ops-scripts/deploy-mfa.ts +0 -27
  145. package/ops-scripts/deploy-super-token.js +0 -206
  146. package/ops-scripts/deploy-test-environment.js +0 -98
  147. package/ops-scripts/deploy-test-token.js +0 -86
  148. package/ops-scripts/deploy-unlisted-pure-super-token.js +0 -69
  149. package/ops-scripts/deploy-unlisted-super-token.js +0 -68
  150. package/ops-scripts/gov-create-new-app-registration-key.js +0 -75
  151. package/ops-scripts/gov-create-new-factory-registration.js +0 -49
  152. package/ops-scripts/gov-set-3Ps-config.js +0 -67
  153. package/ops-scripts/gov-set-reward-address.js +0 -60
  154. package/ops-scripts/gov-set-token-min-deposit.js +0 -53
  155. package/ops-scripts/gov-set-trusted-forwarder.js +0 -80
  156. package/ops-scripts/gov-transfer-framework-ownership.js +0 -90
  157. package/ops-scripts/gov-upgrade-governance.js +0 -87
  158. package/ops-scripts/gov-upgrade-super-token-logic.js +0 -193
  159. package/ops-scripts/info-inspect-account.js +0 -118
  160. package/ops-scripts/info-list-apps.js +0 -55
  161. package/ops-scripts/info-print-contract-addresses.js +0 -136
  162. package/ops-scripts/info-scan-deployments.js +0 -63
  163. package/ops-scripts/info-show-protocol.js +0 -400
  164. package/ops-scripts/libs/common.js +0 -436
  165. package/ops-scripts/libs/getConfig.js +0 -289
  166. package/ops-scripts/libs/truffleScriptRunnerFactory.js +0 -97
  167. package/ops-scripts/resolver-list-super-token.js +0 -73
  168. package/ops-scripts/resolver-register-token.js +0 -72
  169. package/ops-scripts/resolver-reset-deployment.js +0 -54
  170. package/ops-scripts/resolver-set-key-value.js +0 -69
  171. package/ops-scripts/resolver-unlist-super-token.js +0 -61
  172. package/ops-scripts/tmp-trigger-token-transfer.js +0 -33
  173. package/ops-scripts/validate-nft-addresses.ts +0 -49
@@ -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\":\"0x18c435d35ab3ffb2fdd5a54f15a60d7e9512b896c42b98d7287ac2460cfdc606\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://408ad1399690a10e2589c97a3355257186cea98f3bb3f9b86dc7a8b01a2c742b\",\"dweb:/ipfs/Qmb8Kc7BcFmWPxizS6Lzm91pohBHjTXw7yaiDuxwwBN7Qw\"]}},\"version\":1}",
24
- "bytecode": "0x6102ab61003a600b82828239805160001a60731461002d57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600436106100355760003560e01c806320bc44251461003a575b600080fd5b61004261005e565b6040516001600160a01b03909116815260200160405180910390f35b6000600146036100815750734e583d9390082b65bef884b629dfa426114ced6d90565b600a46036100a2575073567c4b141ed61923967ca25ef4906c8781069a1090565b603846036100c3575073d1e2cfb6441680002eb7a44223160ab9b67d7e6e90565b606446036100e45750732dfe937cd98ab92e59cf3139138f18c823a4efe790565b608946036101055750733e14dc1b13c488a8d5d310918780c983bd5982e790565b61a4b14603610127575073cf8acb4ef033eff16e8080aed4c7d5b9285d219290565b61a4ec4603610149575073a4ff07cf81c02cfd356184879d953970ca95758590565b61a86a460361016b57507360377c7016e4cdb03c87ef474896c11cb560752c90565b6005460361018c57507322ff293e14f1ec3a09b137e9e06084afd63addf990565b62066eed46036101af575073e40983c2476032a0915600b9472b3141aa5b5ba990565b6101a446036101d1575073e40983c2476032a0915600b9472b3141aa5b5ba990565b61a86946036101f357507385fe79b998509b77bf10a8bd4001d58475d2938690565b620138814603610216575073eb796bdb90ffa0f28255275e16936d25d341860390565b62aa36a74603610239575073109412e3c84f0539b43d39db691b08c90f58dc7c90565b62014a33460361025c575073507c3a7c6ccc253884a2e3a3ee2a211cc7e796a690565b604051633732a25760e11b815260040160405180910390fdfea2646970667358221220bfcda138ec4b35cb3d7afd9128958dfc927c7de3cc8948320718cdda6fa220fb64736f6c63430008130033",
25
- "deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600436106100355760003560e01c806320bc44251461003a575b600080fd5b61004261005e565b6040516001600160a01b03909116815260200160405180910390f35b6000600146036100815750734e583d9390082b65bef884b629dfa426114ced6d90565b600a46036100a2575073567c4b141ed61923967ca25ef4906c8781069a1090565b603846036100c3575073d1e2cfb6441680002eb7a44223160ab9b67d7e6e90565b606446036100e45750732dfe937cd98ab92e59cf3139138f18c823a4efe790565b608946036101055750733e14dc1b13c488a8d5d310918780c983bd5982e790565b61a4b14603610127575073cf8acb4ef033eff16e8080aed4c7d5b9285d219290565b61a4ec4603610149575073a4ff07cf81c02cfd356184879d953970ca95758590565b61a86a460361016b57507360377c7016e4cdb03c87ef474896c11cb560752c90565b6005460361018c57507322ff293e14f1ec3a09b137e9e06084afd63addf990565b62066eed46036101af575073e40983c2476032a0915600b9472b3141aa5b5ba990565b6101a446036101d1575073e40983c2476032a0915600b9472b3141aa5b5ba990565b61a86946036101f357507385fe79b998509b77bf10a8bd4001d58475d2938690565b620138814603610216575073eb796bdb90ffa0f28255275e16936d25d341860390565b62aa36a74603610239575073109412e3c84f0539b43d39db691b08c90f58dc7c90565b62014a33460361025c575073507c3a7c6ccc253884a2e3a3ee2a211cc7e796a690565b604051633732a25760e11b815260040160405180910390fdfea2646970667358221220bfcda138ec4b35cb3d7afd9128958dfc927c7de3cc8948320718cdda6fa220fb64736f6c63430008130033",
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",
26
26
  "immutableReferences": {},
27
27
  "generatedSources": [],
28
28
  "deployedGeneratedSources": [
@@ -190,18 +190,18 @@
190
190
  "name": "#utility.yul"
191
191
  }
192
192
  ],
193
- "sourceMap": "57:2723:39:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;57:2723:39;;;;;;;;;;;;;;;;;",
194
- "deployedSourceMap": "57:2723:39:-:0;;;;;;;;;;;;;;;;;;;;;;;;925:1853;;;:::i;:::-;;;-1:-1:-1;;;;;186:32:124;;;168:51;;156:2;141:18;925:1853:39;;;;;;;;965:7;182:1;988:13;:28;984:1788;;-1:-1:-1;1039:42:39;;925:1853::o;984:1788::-;233:2;1102:13;:33;1098:1674;;-1:-1:-1;1158:42:39;;925:1853::o;1098:1674::-;280:2;1221:13;:28;1217:1555;;-1:-1:-1;1272:42:39;;925:1853::o;1217:1555::-;328:3;1335:13;:29;1331:1441;;-1:-1:-1;1387:42:39;;925:1853::o;1331:1441::-;380:3;1450:13;:32;1446:1326;;-1:-1:-1;1505:42:39;;925:1853::o;1446:1326::-;429:5;1568:13;:29;1564:1208;;-1:-1:-1;1620:42:39;;925:1853::o;1564:1208::-;480:5;1683:13;:29;1679:1093;;-1:-1:-1;1735:42:39;;925:1853::o;1679:1093::-;530:5;1798:13;:28;1794:978;;-1:-1:-1;1849:42:39;;925:1853::o;1794:978::-;596:1;1912:13;:27;1908:864;;-1:-1:-1;1962:42:39;;925:1853::o;1908:864::-;802:6;2025:13;:32;2021:751;;-1:-1:-1;2080:42:39;;925:1853::o;2021:751::-;857:3;2143:13;:32;2139:633;;-1:-1:-1;2198:42:39;;925:1853::o;2139:633::-;908:5;2261:13;:31;2257:515;;-1:-1:-1;2315:42:39;;925:1853::o;2257:515::-;748:5;2378:13;:31;2374:398;;-1:-1:-1;2432:42:39;;925:1853::o;2374:398::-;642:8;2495:13;:28;2491:281;;-1:-1:-1;2546:42:39;;925:1853::o;2491:281::-;695:5;2610:13;:28;2606:166;;-1:-1:-1;2661:42:39;;925:1853::o;2606:166::-;2741:20;;-1:-1:-1;;;2741: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 \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 {\n revert UnsupportedNetwork();\n }\n }\n}\n",
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",
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
- 20957
201
+ 20968
202
202
  ]
203
203
  },
204
- "id": 20958,
204
+ "id": 20969,
205
205
  "license": "MIT",
206
206
  "nodeType": "SourceUnit",
207
207
  "nodes": [
@@ -222,9 +222,9 @@
222
222
  "contractDependencies": [],
223
223
  "contractKind": "library",
224
224
  "fullyImplemented": true,
225
- "id": 20957,
225
+ "id": 20968,
226
226
  "linearizedBaseContracts": [
227
- 20957
227
+ 20968
228
228
  ],
229
229
  "name": "SuperfluidLoaderLibrary",
230
230
  "nameLocation": "65:23:39",
@@ -251,7 +251,7 @@
251
251
  "name": "ETH_MAINNET",
252
252
  "nameLocation": "168:11:39",
253
253
  "nodeType": "VariableDeclaration",
254
- "scope": 20957,
254
+ "scope": 20968,
255
255
  "src": "143:40:39",
256
256
  "stateVariable": true,
257
257
  "storageLocation": "default",
@@ -294,7 +294,7 @@
294
294
  "name": "OPTIMISM_MAINNET",
295
295
  "nameLocation": "214:16:39",
296
296
  "nodeType": "VariableDeclaration",
297
- "scope": 20957,
297
+ "scope": 20968,
298
298
  "src": "189:46:39",
299
299
  "stateVariable": true,
300
300
  "storageLocation": "default",
@@ -337,7 +337,7 @@
337
337
  "name": "BSC_MAINNET",
338
338
  "nameLocation": "266:11:39",
339
339
  "nodeType": "VariableDeclaration",
340
- "scope": 20957,
340
+ "scope": 20968,
341
341
  "src": "241:41:39",
342
342
  "stateVariable": true,
343
343
  "storageLocation": "default",
@@ -380,7 +380,7 @@
380
380
  "name": "XDAI_MAINNET",
381
381
  "nameLocation": "313:12:39",
382
382
  "nodeType": "VariableDeclaration",
383
- "scope": 20957,
383
+ "scope": 20968,
384
384
  "src": "288:43:39",
385
385
  "stateVariable": true,
386
386
  "storageLocation": "default",
@@ -423,7 +423,7 @@
423
423
  "name": "POLYGON_MAINNET",
424
424
  "nameLocation": "362:15:39",
425
425
  "nodeType": "VariableDeclaration",
426
- "scope": 20957,
426
+ "scope": 20968,
427
427
  "src": "337:46:39",
428
428
  "stateVariable": true,
429
429
  "storageLocation": "default",
@@ -466,7 +466,7 @@
466
466
  "name": "ARBITRUM_ONE",
467
467
  "nameLocation": "414:12:39",
468
468
  "nodeType": "VariableDeclaration",
469
- "scope": 20957,
469
+ "scope": 20968,
470
470
  "src": "389:45:39",
471
471
  "stateVariable": true,
472
472
  "storageLocation": "default",
@@ -509,7 +509,7 @@
509
509
  "name": "CELO_MAINNET",
510
510
  "nameLocation": "465:12:39",
511
511
  "nodeType": "VariableDeclaration",
512
- "scope": 20957,
512
+ "scope": 20968,
513
513
  "src": "440:45:39",
514
514
  "stateVariable": true,
515
515
  "storageLocation": "default",
@@ -552,7 +552,7 @@
552
552
  "name": "AVALANCHE_C",
553
553
  "nameLocation": "516:11:39",
554
554
  "nodeType": "VariableDeclaration",
555
- "scope": 20957,
555
+ "scope": 20968,
556
556
  "src": "491:44:39",
557
557
  "stateVariable": true,
558
558
  "storageLocation": "default",
@@ -595,7 +595,7 @@
595
595
  "name": "ETH_GOERLI",
596
596
  "nameLocation": "583:10:39",
597
597
  "nodeType": "VariableDeclaration",
598
- "scope": 20957,
598
+ "scope": 20968,
599
599
  "src": "558:39:39",
600
600
  "stateVariable": true,
601
601
  "storageLocation": "default",
@@ -638,7 +638,7 @@
638
638
  "name": "ETH_SEPOLIA",
639
639
  "nameLocation": "628:11:39",
640
640
  "nodeType": "VariableDeclaration",
641
- "scope": 20957,
641
+ "scope": 20968,
642
642
  "src": "603:47:39",
643
643
  "stateVariable": true,
644
644
  "storageLocation": "default",
@@ -681,7 +681,7 @@
681
681
  "name": "BASE_GOERLI",
682
682
  "nameLocation": "681:11:39",
683
683
  "nodeType": "VariableDeclaration",
684
- "scope": 20957,
684
+ "scope": 20968,
685
685
  "src": "656:44:39",
686
686
  "stateVariable": true,
687
687
  "storageLocation": "default",
@@ -724,7 +724,7 @@
724
724
  "name": "POLYGON_MUMBAI",
725
725
  "nameLocation": "731:14:39",
726
726
  "nodeType": "VariableDeclaration",
727
- "scope": 20957,
727
+ "scope": 20968,
728
728
  "src": "706:47:39",
729
729
  "stateVariable": true,
730
730
  "storageLocation": "default",
@@ -767,7 +767,7 @@
767
767
  "name": "ARBITRUM_GOERLI",
768
768
  "nameLocation": "784:15:39",
769
769
  "nodeType": "VariableDeclaration",
770
- "scope": 20957,
770
+ "scope": 20968,
771
771
  "src": "759:49:39",
772
772
  "stateVariable": true,
773
773
  "storageLocation": "default",
@@ -810,7 +810,7 @@
810
810
  "name": "OPTIMISM_GOERLI",
811
811
  "nameLocation": "839:15:39",
812
812
  "nodeType": "VariableDeclaration",
813
- "scope": 20957,
813
+ "scope": 20968,
814
814
  "src": "814:46:39",
815
815
  "stateVariable": true,
816
816
  "storageLocation": "default",
@@ -853,7 +853,7 @@
853
853
  "name": "AVALANCHE_FUJI",
854
854
  "nameLocation": "891:14:39",
855
855
  "nodeType": "VariableDeclaration",
856
- "scope": 20957,
856
+ "scope": 20968,
857
857
  "src": "866:47:39",
858
858
  "stateVariable": true,
859
859
  "storageLocation": "default",
@@ -889,11 +889,54 @@
889
889
  },
890
890
  "visibility": "private"
891
891
  },
892
+ {
893
+ "constant": true,
894
+ "id": 20829,
895
+ "mutability": "constant",
896
+ "name": "ZKEVM_TESTNET",
897
+ "nameLocation": "944:13:39",
898
+ "nodeType": "VariableDeclaration",
899
+ "scope": 20968,
900
+ "src": "919:45:39",
901
+ "stateVariable": true,
902
+ "storageLocation": "default",
903
+ "typeDescriptions": {
904
+ "typeIdentifier": "t_uint256",
905
+ "typeString": "uint256"
906
+ },
907
+ "typeName": {
908
+ "id": 20827,
909
+ "name": "uint256",
910
+ "nodeType": "ElementaryTypeName",
911
+ "src": "919:7:39",
912
+ "typeDescriptions": {
913
+ "typeIdentifier": "t_uint256",
914
+ "typeString": "uint256"
915
+ }
916
+ },
917
+ "value": {
918
+ "hexValue": "31343432",
919
+ "id": 20828,
920
+ "isConstant": false,
921
+ "isLValue": false,
922
+ "isPure": true,
923
+ "kind": "number",
924
+ "lValueRequested": false,
925
+ "nodeType": "Literal",
926
+ "src": "960:4:39",
927
+ "typeDescriptions": {
928
+ "typeIdentifier": "t_rational_1442_by_1",
929
+ "typeString": "int_const 1442"
930
+ },
931
+ "value": "1442"
932
+ },
933
+ "visibility": "private"
934
+ },
892
935
  {
893
936
  "body": {
894
- "id": 20955,
937
+ "id": 20966,
895
938
  "nodeType": "Block",
896
- "src": "974:1804:39",
939
+ "src": "1025:1919:39",
897
940
  "statements": [
898
941
  {
899
942
  "condition": {
@@ -901,33 +944,33 @@
901
944
  "typeIdentifier": "t_uint256",
902
945
  "typeString": "uint256"
903
946
  },
904
- "id": 20834,
947
+ "id": 20837,
905
948
  "isConstant": false,
906
949
  "isLValue": false,
907
950
  "isPure": false,
908
951
  "lValueRequested": false,
909
952
  "leftExpression": {
910
953
  "expression": {
911
- "id": 20831,
954
+ "id": 20834,
912
955
  "name": "block",
913
956
  "nodeType": "Identifier",
914
957
  "overloadedDeclarations": [],
915
958
  "referencedDeclaration": 4294967292,
916
- "src": "988:5:39",
959
+ "src": "1039:5:39",
917
960
  "typeDescriptions": {
918
961
  "typeIdentifier": "t_magic_block",
919
962
  "typeString": "block"
920
963
  }
921
964
  },
922
- "id": 20832,
965
+ "id": 20835,
923
966
  "isConstant": false,
924
967
  "isLValue": false,
925
968
  "isPure": false,
926
969
  "lValueRequested": false,
927
- "memberLocation": "994:7:39",
970
+ "memberLocation": "1045:7:39",
928
971
  "memberName": "chainid",
929
972
  "nodeType": "MemberAccess",
930
- "src": "988:13:39",
973
+ "src": "1039:13:39",
931
974
  "typeDescriptions": {
932
975
  "typeIdentifier": "t_uint256",
933
976
  "typeString": "uint256"
@@ -936,18 +979,18 @@
936
979
  "nodeType": "BinaryOperation",
937
980
  "operator": "==",
938
981
  "rightExpression": {
939
- "id": 20833,
982
+ "id": 20836,
940
983
  "name": "ETH_MAINNET",
941
984
  "nodeType": "Identifier",
942
985
  "overloadedDeclarations": [],
943
986
  "referencedDeclaration": 20784,
944
- "src": "1005:11:39",
987
+ "src": "1056:11:39",
945
988
  "typeDescriptions": {
946
989
  "typeIdentifier": "t_uint256",
947
990
  "typeString": "uint256"
948
991
  }
949
992
  },
950
- "src": "988:28:39",
993
+ "src": "1039:28:39",
951
994
  "typeDescriptions": {
952
995
  "typeIdentifier": "t_bool",
953
996
  "typeString": "bool"
@@ -959,33 +1002,33 @@
959
1002
  "typeIdentifier": "t_uint256",
960
1003
  "typeString": "uint256"
961
1004
  },
962
- "id": 20841,
1005
+ "id": 20844,
963
1006
  "isConstant": false,
964
1007
  "isLValue": false,
965
1008
  "isPure": false,
966
1009
  "lValueRequested": false,
967
1010
  "leftExpression": {
968
1011
  "expression": {
969
- "id": 20838,
1012
+ "id": 20841,
970
1013
  "name": "block",
971
1014
  "nodeType": "Identifier",
972
1015
  "overloadedDeclarations": [],
973
1016
  "referencedDeclaration": 4294967292,
974
- "src": "1102:5:39",
1017
+ "src": "1153:5:39",
975
1018
  "typeDescriptions": {
976
1019
  "typeIdentifier": "t_magic_block",
977
1020
  "typeString": "block"
978
1021
  }
979
1022
  },
980
- "id": 20839,
1023
+ "id": 20842,
981
1024
  "isConstant": false,
982
1025
  "isLValue": false,
983
1026
  "isPure": false,
984
1027
  "lValueRequested": false,
985
- "memberLocation": "1108:7:39",
1028
+ "memberLocation": "1159:7:39",
986
1029
  "memberName": "chainid",
987
1030
  "nodeType": "MemberAccess",
988
- "src": "1102:13:39",
1031
+ "src": "1153:13:39",
989
1032
  "typeDescriptions": {
990
1033
  "typeIdentifier": "t_uint256",
991
1034
  "typeString": "uint256"
@@ -994,18 +1037,18 @@
994
1037
  "nodeType": "BinaryOperation",
995
1038
  "operator": "==",
996
1039
  "rightExpression": {
997
- "id": 20840,
1040
+ "id": 20843,
998
1041
  "name": "OPTIMISM_MAINNET",
999
1042
  "nodeType": "Identifier",
1000
1043
  "overloadedDeclarations": [],
1001
1044
  "referencedDeclaration": 20787,
1002
- "src": "1119:16:39",
1045
+ "src": "1170:16:39",
1003
1046
  "typeDescriptions": {
1004
1047
  "typeIdentifier": "t_uint256",
1005
1048
  "typeString": "uint256"
1006
1049
  }
1007
1050
  },
1008
- "src": "1102:33:39",
1051
+ "src": "1153:33:39",
1009
1052
  "typeDescriptions": {
1010
1053
  "typeIdentifier": "t_bool",
1011
1054
  "typeString": "bool"
@@ -1017,33 +1060,33 @@
1017
1060
  "typeIdentifier": "t_uint256",
1018
1061
  "typeString": "uint256"
1019
1062
  },
1020
- "id": 20848,
1063
+ "id": 20851,
1021
1064
  "isConstant": false,
1022
1065
  "isLValue": false,
1023
1066
  "isPure": false,
1024
1067
  "lValueRequested": false,
1025
1068
  "leftExpression": {
1026
1069
  "expression": {
1027
- "id": 20845,
1070
+ "id": 20848,
1028
1071
  "name": "block",
1029
1072
  "nodeType": "Identifier",
1030
1073
  "overloadedDeclarations": [],
1031
1074
  "referencedDeclaration": 4294967292,
1032
- "src": "1221:5:39",
1075
+ "src": "1272:5:39",
1033
1076
  "typeDescriptions": {
1034
1077
  "typeIdentifier": "t_magic_block",
1035
1078
  "typeString": "block"
1036
1079
  }
1037
1080
  },
1038
- "id": 20846,
1081
+ "id": 20849,
1039
1082
  "isConstant": false,
1040
1083
  "isLValue": false,
1041
1084
  "isPure": false,
1042
1085
  "lValueRequested": false,
1043
- "memberLocation": "1227:7:39",
1086
+ "memberLocation": "1278:7:39",
1044
1087
  "memberName": "chainid",
1045
1088
  "nodeType": "MemberAccess",
1046
- "src": "1221:13:39",
1089
+ "src": "1272:13:39",
1047
1090
  "typeDescriptions": {
1048
1091
  "typeIdentifier": "t_uint256",
1049
1092
  "typeString": "uint256"
@@ -1052,18 +1095,18 @@
1052
1095
  "nodeType": "BinaryOperation",
1053
1096
  "operator": "==",
1054
1097
  "rightExpression": {
1055
- "id": 20847,
1098
+ "id": 20850,
1056
1099
  "name": "BSC_MAINNET",
1057
1100
  "nodeType": "Identifier",
1058
1101
  "overloadedDeclarations": [],
1059
1102
  "referencedDeclaration": 20790,
1060
- "src": "1238:11:39",
1103
+ "src": "1289:11:39",
1061
1104
  "typeDescriptions": {
1062
1105
  "typeIdentifier": "t_uint256",
1063
1106
  "typeString": "uint256"
1064
1107
  }
1065
1108
  },
1066
- "src": "1221:28:39",
1109
+ "src": "1272:28:39",
1067
1110
  "typeDescriptions": {
1068
1111
  "typeIdentifier": "t_bool",
1069
1112
  "typeString": "bool"
@@ -1075,33 +1118,33 @@
1075
1118
  "typeIdentifier": "t_uint256",
1076
1119
  "typeString": "uint256"
1077
1120
  },
1078
- "id": 20855,
1121
+ "id": 20858,
1079
1122
  "isConstant": false,
1080
1123
  "isLValue": false,
1081
1124
  "isPure": false,
1082
1125
  "lValueRequested": false,
1083
1126
  "leftExpression": {
1084
1127
  "expression": {
1085
- "id": 20852,
1128
+ "id": 20855,
1086
1129
  "name": "block",
1087
1130
  "nodeType": "Identifier",
1088
1131
  "overloadedDeclarations": [],
1089
1132
  "referencedDeclaration": 4294967292,
1090
- "src": "1335:5:39",
1133
+ "src": "1386:5:39",
1091
1134
  "typeDescriptions": {
1092
1135
  "typeIdentifier": "t_magic_block",
1093
1136
  "typeString": "block"
1094
1137
  }
1095
1138
  },
1096
- "id": 20853,
1139
+ "id": 20856,
1097
1140
  "isConstant": false,
1098
1141
  "isLValue": false,
1099
1142
  "isPure": false,
1100
1143
  "lValueRequested": false,
1101
- "memberLocation": "1341:7:39",
1144
+ "memberLocation": "1392:7:39",
1102
1145
  "memberName": "chainid",
1103
1146
  "nodeType": "MemberAccess",
1104
- "src": "1335:13:39",
1147
+ "src": "1386:13:39",
1105
1148
  "typeDescriptions": {
1106
1149
  "typeIdentifier": "t_uint256",
1107
1150
  "typeString": "uint256"
@@ -1110,18 +1153,18 @@
1110
1153
  "nodeType": "BinaryOperation",
1111
1154
  "operator": "==",
1112
1155
  "rightExpression": {
1113
- "id": 20854,
1156
+ "id": 20857,
1114
1157
  "name": "XDAI_MAINNET",
1115
1158
  "nodeType": "Identifier",
1116
1159
  "overloadedDeclarations": [],
1117
1160
  "referencedDeclaration": 20793,
1118
- "src": "1352:12:39",
1161
+ "src": "1403:12:39",
1119
1162
  "typeDescriptions": {
1120
1163
  "typeIdentifier": "t_uint256",
1121
1164
  "typeString": "uint256"
1122
1165
  }
1123
1166
  },
1124
- "src": "1335:29:39",
1167
+ "src": "1386:29:39",
1125
1168
  "typeDescriptions": {
1126
1169
  "typeIdentifier": "t_bool",
1127
1170
  "typeString": "bool"
@@ -1133,33 +1176,33 @@
1133
1176
  "typeIdentifier": "t_uint256",
1134
1177
  "typeString": "uint256"
1135
1178
  },
1136
- "id": 20862,
1179
+ "id": 20865,
1137
1180
  "isConstant": false,
1138
1181
  "isLValue": false,
1139
1182
  "isPure": false,
1140
1183
  "lValueRequested": false,
1141
1184
  "leftExpression": {
1142
1185
  "expression": {
1143
- "id": 20859,
1186
+ "id": 20862,
1144
1187
  "name": "block",
1145
1188
  "nodeType": "Identifier",
1146
1189
  "overloadedDeclarations": [],
1147
1190
  "referencedDeclaration": 4294967292,
1148
- "src": "1450:5:39",
1191
+ "src": "1501:5:39",
1149
1192
  "typeDescriptions": {
1150
1193
  "typeIdentifier": "t_magic_block",
1151
1194
  "typeString": "block"
1152
1195
  }
1153
1196
  },
1154
- "id": 20860,
1197
+ "id": 20863,
1155
1198
  "isConstant": false,
1156
1199
  "isLValue": false,
1157
1200
  "isPure": false,
1158
1201
  "lValueRequested": false,
1159
- "memberLocation": "1456:7:39",
1202
+ "memberLocation": "1507:7:39",
1160
1203
  "memberName": "chainid",
1161
1204
  "nodeType": "MemberAccess",
1162
- "src": "1450:13:39",
1205
+ "src": "1501:13:39",
1163
1206
  "typeDescriptions": {
1164
1207
  "typeIdentifier": "t_uint256",
1165
1208
  "typeString": "uint256"
@@ -1168,18 +1211,18 @@
1168
1211
  "nodeType": "BinaryOperation",
1169
1212
  "operator": "==",
1170
1213
  "rightExpression": {
1171
- "id": 20861,
1214
+ "id": 20864,
1172
1215
  "name": "POLYGON_MAINNET",
1173
1216
  "nodeType": "Identifier",
1174
1217
  "overloadedDeclarations": [],
1175
1218
  "referencedDeclaration": 20796,
1176
- "src": "1467:15:39",
1219
+ "src": "1518:15:39",
1177
1220
  "typeDescriptions": {
1178
1221
  "typeIdentifier": "t_uint256",
1179
1222
  "typeString": "uint256"
1180
1223
  }
1181
1224
  },
1182
- "src": "1450:32:39",
1225
+ "src": "1501:32:39",
1183
1226
  "typeDescriptions": {
1184
1227
  "typeIdentifier": "t_bool",
1185
1228
  "typeString": "bool"
@@ -1191,33 +1234,33 @@
1191
1234
  "typeIdentifier": "t_uint256",
1192
1235
  "typeString": "uint256"
1193
1236
  },
1194
- "id": 20869,
1237
+ "id": 20872,
1195
1238
  "isConstant": false,
1196
1239
  "isLValue": false,
1197
1240
  "isPure": false,
1198
1241
  "lValueRequested": false,
1199
1242
  "leftExpression": {
1200
1243
  "expression": {
1201
- "id": 20866,
1244
+ "id": 20869,
1202
1245
  "name": "block",
1203
1246
  "nodeType": "Identifier",
1204
1247
  "overloadedDeclarations": [],
1205
1248
  "referencedDeclaration": 4294967292,
1206
- "src": "1568:5:39",
1249
+ "src": "1619:5:39",
1207
1250
  "typeDescriptions": {
1208
1251
  "typeIdentifier": "t_magic_block",
1209
1252
  "typeString": "block"
1210
1253
  }
1211
1254
  },
1212
- "id": 20867,
1255
+ "id": 20870,
1213
1256
  "isConstant": false,
1214
1257
  "isLValue": false,
1215
1258
  "isPure": false,
1216
1259
  "lValueRequested": false,
1217
- "memberLocation": "1574:7:39",
1260
+ "memberLocation": "1625:7:39",
1218
1261
  "memberName": "chainid",
1219
1262
  "nodeType": "MemberAccess",
1220
- "src": "1568:13:39",
1263
+ "src": "1619:13:39",
1221
1264
  "typeDescriptions": {
1222
1265
  "typeIdentifier": "t_uint256",
1223
1266
  "typeString": "uint256"
@@ -1226,18 +1269,18 @@
1226
1269
  "nodeType": "BinaryOperation",
1227
1270
  "operator": "==",
1228
1271
  "rightExpression": {
1229
- "id": 20868,
1272
+ "id": 20871,
1230
1273
  "name": "ARBITRUM_ONE",
1231
1274
  "nodeType": "Identifier",
1232
1275
  "overloadedDeclarations": [],
1233
1276
  "referencedDeclaration": 20799,
1234
- "src": "1585:12:39",
1277
+ "src": "1636:12:39",
1235
1278
  "typeDescriptions": {
1236
1279
  "typeIdentifier": "t_uint256",
1237
1280
  "typeString": "uint256"
1238
1281
  }
1239
1282
  },
1240
- "src": "1568:29:39",
1283
+ "src": "1619:29:39",
1241
1284
  "typeDescriptions": {
1242
1285
  "typeIdentifier": "t_bool",
1243
1286
  "typeString": "bool"
@@ -1249,33 +1292,33 @@
1249
1292
  "typeIdentifier": "t_uint256",
1250
1293
  "typeString": "uint256"
1251
1294
  },
1252
- "id": 20876,
1295
+ "id": 20879,
1253
1296
  "isConstant": false,
1254
1297
  "isLValue": false,
1255
1298
  "isPure": false,
1256
1299
  "lValueRequested": false,
1257
1300
  "leftExpression": {
1258
1301
  "expression": {
1259
- "id": 20873,
1302
+ "id": 20876,
1260
1303
  "name": "block",
1261
1304
  "nodeType": "Identifier",
1262
1305
  "overloadedDeclarations": [],
1263
1306
  "referencedDeclaration": 4294967292,
1264
- "src": "1683:5:39",
1307
+ "src": "1734:5:39",
1265
1308
  "typeDescriptions": {
1266
1309
  "typeIdentifier": "t_magic_block",
1267
1310
  "typeString": "block"
1268
1311
  }
1269
1312
  },
1270
- "id": 20874,
1313
+ "id": 20877,
1271
1314
  "isConstant": false,
1272
1315
  "isLValue": false,
1273
1316
  "isPure": false,
1274
1317
  "lValueRequested": false,
1275
- "memberLocation": "1689:7:39",
1318
+ "memberLocation": "1740:7:39",
1276
1319
  "memberName": "chainid",
1277
1320
  "nodeType": "MemberAccess",
1278
- "src": "1683:13:39",
1321
+ "src": "1734:13:39",
1279
1322
  "typeDescriptions": {
1280
1323
  "typeIdentifier": "t_uint256",
1281
1324
  "typeString": "uint256"
@@ -1284,18 +1327,18 @@
1284
1327
  "nodeType": "BinaryOperation",
1285
1328
  "operator": "==",
1286
1329
  "rightExpression": {
1287
- "id": 20875,
1330
+ "id": 20878,
1288
1331
  "name": "CELO_MAINNET",
1289
1332
  "nodeType": "Identifier",
1290
1333
  "overloadedDeclarations": [],
1291
1334
  "referencedDeclaration": 20802,
1292
- "src": "1700:12:39",
1335
+ "src": "1751:12:39",
1293
1336
  "typeDescriptions": {
1294
1337
  "typeIdentifier": "t_uint256",
1295
1338
  "typeString": "uint256"
1296
1339
  }
1297
1340
  },
1298
- "src": "1683:29:39",
1341
+ "src": "1734:29:39",
1299
1342
  "typeDescriptions": {
1300
1343
  "typeIdentifier": "t_bool",
1301
1344
  "typeString": "bool"
@@ -1307,33 +1350,33 @@
1307
1350
  "typeIdentifier": "t_uint256",
1308
1351
  "typeString": "uint256"
1309
1352
  },
1310
- "id": 20883,
1353
+ "id": 20886,
1311
1354
  "isConstant": false,
1312
1355
  "isLValue": false,
1313
1356
  "isPure": false,
1314
1357
  "lValueRequested": false,
1315
1358
  "leftExpression": {
1316
1359
  "expression": {
1317
- "id": 20880,
1360
+ "id": 20883,
1318
1361
  "name": "block",
1319
1362
  "nodeType": "Identifier",
1320
1363
  "overloadedDeclarations": [],
1321
1364
  "referencedDeclaration": 4294967292,
1322
- "src": "1798:5:39",
1365
+ "src": "1849:5:39",
1323
1366
  "typeDescriptions": {
1324
1367
  "typeIdentifier": "t_magic_block",
1325
1368
  "typeString": "block"
1326
1369
  }
1327
1370
  },
1328
- "id": 20881,
1371
+ "id": 20884,
1329
1372
  "isConstant": false,
1330
1373
  "isLValue": false,
1331
1374
  "isPure": false,
1332
1375
  "lValueRequested": false,
1333
- "memberLocation": "1804:7:39",
1376
+ "memberLocation": "1855:7:39",
1334
1377
  "memberName": "chainid",
1335
1378
  "nodeType": "MemberAccess",
1336
- "src": "1798:13:39",
1379
+ "src": "1849:13:39",
1337
1380
  "typeDescriptions": {
1338
1381
  "typeIdentifier": "t_uint256",
1339
1382
  "typeString": "uint256"
@@ -1342,18 +1385,18 @@
1342
1385
  "nodeType": "BinaryOperation",
1343
1386
  "operator": "==",
1344
1387
  "rightExpression": {
1345
- "id": 20882,
1388
+ "id": 20885,
1346
1389
  "name": "AVALANCHE_C",
1347
1390
  "nodeType": "Identifier",
1348
1391
  "overloadedDeclarations": [],
1349
1392
  "referencedDeclaration": 20805,
1350
- "src": "1815:11:39",
1393
+ "src": "1866:11:39",
1351
1394
  "typeDescriptions": {
1352
1395
  "typeIdentifier": "t_uint256",
1353
1396
  "typeString": "uint256"
1354
1397
  }
1355
1398
  },
1356
- "src": "1798:28:39",
1399
+ "src": "1849:28:39",
1357
1400
  "typeDescriptions": {
1358
1401
  "typeIdentifier": "t_bool",
1359
1402
  "typeString": "bool"
@@ -1365,33 +1408,33 @@
1365
1408
  "typeIdentifier": "t_uint256",
1366
1409
  "typeString": "uint256"
1367
1410
  },
1368
- "id": 20890,
1411
+ "id": 20893,
1369
1412
  "isConstant": false,
1370
1413
  "isLValue": false,
1371
1414
  "isPure": false,
1372
1415
  "lValueRequested": false,
1373
1416
  "leftExpression": {
1374
1417
  "expression": {
1375
- "id": 20887,
1418
+ "id": 20890,
1376
1419
  "name": "block",
1377
1420
  "nodeType": "Identifier",
1378
1421
  "overloadedDeclarations": [],
1379
1422
  "referencedDeclaration": 4294967292,
1380
- "src": "1912:5:39",
1423
+ "src": "1963:5:39",
1381
1424
  "typeDescriptions": {
1382
1425
  "typeIdentifier": "t_magic_block",
1383
1426
  "typeString": "block"
1384
1427
  }
1385
1428
  },
1386
- "id": 20888,
1429
+ "id": 20891,
1387
1430
  "isConstant": false,
1388
1431
  "isLValue": false,
1389
1432
  "isPure": false,
1390
1433
  "lValueRequested": false,
1391
- "memberLocation": "1918:7:39",
1434
+ "memberLocation": "1969:7:39",
1392
1435
  "memberName": "chainid",
1393
1436
  "nodeType": "MemberAccess",
1394
- "src": "1912:13:39",
1437
+ "src": "1963:13:39",
1395
1438
  "typeDescriptions": {
1396
1439
  "typeIdentifier": "t_uint256",
1397
1440
  "typeString": "uint256"
@@ -1400,18 +1443,18 @@
1400
1443
  "nodeType": "BinaryOperation",
1401
1444
  "operator": "==",
1402
1445
  "rightExpression": {
1403
- "id": 20889,
1446
+ "id": 20892,
1404
1447
  "name": "ETH_GOERLI",
1405
1448
  "nodeType": "Identifier",
1406
1449
  "overloadedDeclarations": [],
1407
1450
  "referencedDeclaration": 20808,
1408
- "src": "1929:10:39",
1451
+ "src": "1980:10:39",
1409
1452
  "typeDescriptions": {
1410
1453
  "typeIdentifier": "t_uint256",
1411
1454
  "typeString": "uint256"
1412
1455
  }
1413
1456
  },
1414
- "src": "1912:27:39",
1457
+ "src": "1963:27:39",
1415
1458
  "typeDescriptions": {
1416
1459
  "typeIdentifier": "t_bool",
1417
1460
  "typeString": "bool"
@@ -1423,33 +1466,33 @@
1423
1466
  "typeIdentifier": "t_uint256",
1424
1467
  "typeString": "uint256"
1425
1468
  },
1426
- "id": 20897,
1469
+ "id": 20900,
1427
1470
  "isConstant": false,
1428
1471
  "isLValue": false,
1429
1472
  "isPure": false,
1430
1473
  "lValueRequested": false,
1431
1474
  "leftExpression": {
1432
1475
  "expression": {
1433
- "id": 20894,
1476
+ "id": 20897,
1434
1477
  "name": "block",
1435
1478
  "nodeType": "Identifier",
1436
1479
  "overloadedDeclarations": [],
1437
1480
  "referencedDeclaration": 4294967292,
1438
- "src": "2025:5:39",
1481
+ "src": "2076:5:39",
1439
1482
  "typeDescriptions": {
1440
1483
  "typeIdentifier": "t_magic_block",
1441
1484
  "typeString": "block"
1442
1485
  }
1443
1486
  },
1444
- "id": 20895,
1487
+ "id": 20898,
1445
1488
  "isConstant": false,
1446
1489
  "isLValue": false,
1447
1490
  "isPure": false,
1448
1491
  "lValueRequested": false,
1449
- "memberLocation": "2031:7:39",
1492
+ "memberLocation": "2082:7:39",
1450
1493
  "memberName": "chainid",
1451
1494
  "nodeType": "MemberAccess",
1452
- "src": "2025:13:39",
1495
+ "src": "2076:13:39",
1453
1496
  "typeDescriptions": {
1454
1497
  "typeIdentifier": "t_uint256",
1455
1498
  "typeString": "uint256"
@@ -1458,18 +1501,18 @@
1458
1501
  "nodeType": "BinaryOperation",
1459
1502
  "operator": "==",
1460
1503
  "rightExpression": {
1461
- "id": 20896,
1504
+ "id": 20899,
1462
1505
  "name": "ARBITRUM_GOERLI",
1463
1506
  "nodeType": "Identifier",
1464
1507
  "overloadedDeclarations": [],
1465
1508
  "referencedDeclaration": 20820,
1466
- "src": "2042:15:39",
1509
+ "src": "2093:15:39",
1467
1510
  "typeDescriptions": {
1468
1511
  "typeIdentifier": "t_uint256",
1469
1512
  "typeString": "uint256"
1470
1513
  }
1471
1514
  },
1472
- "src": "2025:32:39",
1515
+ "src": "2076:32:39",
1473
1516
  "typeDescriptions": {
1474
1517
  "typeIdentifier": "t_bool",
1475
1518
  "typeString": "bool"
@@ -1481,33 +1524,33 @@
1481
1524
  "typeIdentifier": "t_uint256",
1482
1525
  "typeString": "uint256"
1483
1526
  },
1484
- "id": 20904,
1527
+ "id": 20907,
1485
1528
  "isConstant": false,
1486
1529
  "isLValue": false,
1487
1530
  "isPure": false,
1488
1531
  "lValueRequested": false,
1489
1532
  "leftExpression": {
1490
1533
  "expression": {
1491
- "id": 20901,
1534
+ "id": 20904,
1492
1535
  "name": "block",
1493
1536
  "nodeType": "Identifier",
1494
1537
  "overloadedDeclarations": [],
1495
1538
  "referencedDeclaration": 4294967292,
1496
- "src": "2143:5:39",
1539
+ "src": "2194:5:39",
1497
1540
  "typeDescriptions": {
1498
1541
  "typeIdentifier": "t_magic_block",
1499
1542
  "typeString": "block"
1500
1543
  }
1501
1544
  },
1502
- "id": 20902,
1545
+ "id": 20905,
1503
1546
  "isConstant": false,
1504
1547
  "isLValue": false,
1505
1548
  "isPure": false,
1506
1549
  "lValueRequested": false,
1507
- "memberLocation": "2149:7:39",
1550
+ "memberLocation": "2200:7:39",
1508
1551
  "memberName": "chainid",
1509
1552
  "nodeType": "MemberAccess",
1510
- "src": "2143:13:39",
1553
+ "src": "2194:13:39",
1511
1554
  "typeDescriptions": {
1512
1555
  "typeIdentifier": "t_uint256",
1513
1556
  "typeString": "uint256"
@@ -1516,18 +1559,18 @@
1516
1559
  "nodeType": "BinaryOperation",
1517
1560
  "operator": "==",
1518
1561
  "rightExpression": {
1519
- "id": 20903,
1562
+ "id": 20906,
1520
1563
  "name": "OPTIMISM_GOERLI",
1521
1564
  "nodeType": "Identifier",
1522
1565
  "overloadedDeclarations": [],
1523
1566
  "referencedDeclaration": 20823,
1524
- "src": "2160:15:39",
1567
+ "src": "2211:15:39",
1525
1568
  "typeDescriptions": {
1526
1569
  "typeIdentifier": "t_uint256",
1527
1570
  "typeString": "uint256"
1528
1571
  }
1529
1572
  },
1530
- "src": "2143:32:39",
1573
+ "src": "2194:32:39",
1531
1574
  "typeDescriptions": {
1532
1575
  "typeIdentifier": "t_bool",
1533
1576
  "typeString": "bool"
@@ -1539,33 +1582,33 @@
1539
1582
  "typeIdentifier": "t_uint256",
1540
1583
  "typeString": "uint256"
1541
1584
  },
1542
- "id": 20911,
1585
+ "id": 20914,
1543
1586
  "isConstant": false,
1544
1587
  "isLValue": false,
1545
1588
  "isPure": false,
1546
1589
  "lValueRequested": false,
1547
1590
  "leftExpression": {
1548
1591
  "expression": {
1549
- "id": 20908,
1592
+ "id": 20911,
1550
1593
  "name": "block",
1551
1594
  "nodeType": "Identifier",
1552
1595
  "overloadedDeclarations": [],
1553
1596
  "referencedDeclaration": 4294967292,
1554
- "src": "2261:5:39",
1597
+ "src": "2312:5:39",
1555
1598
  "typeDescriptions": {
1556
1599
  "typeIdentifier": "t_magic_block",
1557
1600
  "typeString": "block"
1558
1601
  }
1559
1602
  },
1560
- "id": 20909,
1603
+ "id": 20912,
1561
1604
  "isConstant": false,
1562
1605
  "isLValue": false,
1563
1606
  "isPure": false,
1564
1607
  "lValueRequested": false,
1565
- "memberLocation": "2267:7:39",
1608
+ "memberLocation": "2318:7:39",
1566
1609
  "memberName": "chainid",
1567
1610
  "nodeType": "MemberAccess",
1568
- "src": "2261:13:39",
1611
+ "src": "2312:13:39",
1569
1612
  "typeDescriptions": {
1570
1613
  "typeIdentifier": "t_uint256",
1571
1614
  "typeString": "uint256"
@@ -1574,18 +1617,18 @@
1574
1617
  "nodeType": "BinaryOperation",
1575
1618
  "operator": "==",
1576
1619
  "rightExpression": {
1577
- "id": 20910,
1620
+ "id": 20913,
1578
1621
  "name": "AVALANCHE_FUJI",
1579
1622
  "nodeType": "Identifier",
1580
1623
  "overloadedDeclarations": [],
1581
1624
  "referencedDeclaration": 20826,
1582
- "src": "2278:14:39",
1625
+ "src": "2329:14:39",
1583
1626
  "typeDescriptions": {
1584
1627
  "typeIdentifier": "t_uint256",
1585
1628
  "typeString": "uint256"
1586
1629
  }
1587
1630
  },
1588
- "src": "2261:31:39",
1631
+ "src": "2312:31:39",
1589
1632
  "typeDescriptions": {
1590
1633
  "typeIdentifier": "t_bool",
1591
1634
  "typeString": "bool"
@@ -1597,33 +1640,33 @@
1597
1640
  "typeIdentifier": "t_uint256",
1598
1641
  "typeString": "uint256"
1599
1642
  },
1600
- "id": 20918,
1643
+ "id": 20921,
1601
1644
  "isConstant": false,
1602
1645
  "isLValue": false,
1603
1646
  "isPure": false,
1604
1647
  "lValueRequested": false,
1605
1648
  "leftExpression": {
1606
1649
  "expression": {
1607
- "id": 20915,
1650
+ "id": 20918,
1608
1651
  "name": "block",
1609
1652
  "nodeType": "Identifier",
1610
1653
  "overloadedDeclarations": [],
1611
1654
  "referencedDeclaration": 4294967292,
1612
- "src": "2378:5:39",
1655
+ "src": "2429:5:39",
1613
1656
  "typeDescriptions": {
1614
1657
  "typeIdentifier": "t_magic_block",
1615
1658
  "typeString": "block"
1616
1659
  }
1617
1660
  },
1618
- "id": 20916,
1661
+ "id": 20919,
1619
1662
  "isConstant": false,
1620
1663
  "isLValue": false,
1621
1664
  "isPure": false,
1622
1665
  "lValueRequested": false,
1623
- "memberLocation": "2384:7:39",
1666
+ "memberLocation": "2435:7:39",
1624
1667
  "memberName": "chainid",
1625
1668
  "nodeType": "MemberAccess",
1626
- "src": "2378:13:39",
1669
+ "src": "2429:13:39",
1627
1670
  "typeDescriptions": {
1628
1671
  "typeIdentifier": "t_uint256",
1629
1672
  "typeString": "uint256"
@@ -1632,18 +1675,18 @@
1632
1675
  "nodeType": "BinaryOperation",
1633
1676
  "operator": "==",
1634
1677
  "rightExpression": {
1635
- "id": 20917,
1678
+ "id": 20920,
1636
1679
  "name": "POLYGON_MUMBAI",
1637
1680
  "nodeType": "Identifier",
1638
1681
  "overloadedDeclarations": [],
1639
1682
  "referencedDeclaration": 20817,
1640
- "src": "2395:14:39",
1683
+ "src": "2446:14:39",
1641
1684
  "typeDescriptions": {
1642
1685
  "typeIdentifier": "t_uint256",
1643
1686
  "typeString": "uint256"
1644
1687
  }
1645
1688
  },
1646
- "src": "2378:31:39",
1689
+ "src": "2429:31:39",
1647
1690
  "typeDescriptions": {
1648
1691
  "typeIdentifier": "t_bool",
1649
1692
  "typeString": "bool"
@@ -1655,33 +1698,33 @@
1655
1698
  "typeIdentifier": "t_uint256",
1656
1699
  "typeString": "uint256"
1657
1700
  },
1658
- "id": 20925,
1701
+ "id": 20928,
1659
1702
  "isConstant": false,
1660
1703
  "isLValue": false,
1661
1704
  "isPure": false,
1662
1705
  "lValueRequested": false,
1663
1706
  "leftExpression": {
1664
1707
  "expression": {
1665
- "id": 20922,
1708
+ "id": 20925,
1666
1709
  "name": "block",
1667
1710
  "nodeType": "Identifier",
1668
1711
  "overloadedDeclarations": [],
1669
1712
  "referencedDeclaration": 4294967292,
1670
- "src": "2495:5:39",
1713
+ "src": "2546:5:39",
1671
1714
  "typeDescriptions": {
1672
1715
  "typeIdentifier": "t_magic_block",
1673
1716
  "typeString": "block"
1674
1717
  }
1675
1718
  },
1676
- "id": 20923,
1719
+ "id": 20926,
1677
1720
  "isConstant": false,
1678
1721
  "isLValue": false,
1679
1722
  "isPure": false,
1680
1723
  "lValueRequested": false,
1681
- "memberLocation": "2501:7:39",
1724
+ "memberLocation": "2552:7:39",
1682
1725
  "memberName": "chainid",
1683
1726
  "nodeType": "MemberAccess",
1684
- "src": "2495:13:39",
1727
+ "src": "2546:13:39",
1685
1728
  "typeDescriptions": {
1686
1729
  "typeIdentifier": "t_uint256",
1687
1730
  "typeString": "uint256"
@@ -1690,18 +1733,18 @@
1690
1733
  "nodeType": "BinaryOperation",
1691
1734
  "operator": "==",
1692
1735
  "rightExpression": {
1693
- "id": 20924,
1736
+ "id": 20927,
1694
1737
  "name": "ETH_SEPOLIA",
1695
1738
  "nodeType": "Identifier",
1696
1739
  "overloadedDeclarations": [],
1697
1740
  "referencedDeclaration": 20811,
1698
- "src": "2512:11:39",
1741
+ "src": "2563:11:39",
1699
1742
  "typeDescriptions": {
1700
1743
  "typeIdentifier": "t_uint256",
1701
1744
  "typeString": "uint256"
1702
1745
  }
1703
1746
  },
1704
- "src": "2495:28:39",
1747
+ "src": "2546:28:39",
1705
1748
  "typeDescriptions": {
1706
1749
  "typeIdentifier": "t_bool",
1707
1750
  "typeString": "bool"
@@ -1713,33 +1756,33 @@
1713
1756
  "typeIdentifier": "t_uint256",
1714
1757
  "typeString": "uint256"
1715
1758
  },
1716
- "id": 20932,
1759
+ "id": 20935,
1717
1760
  "isConstant": false,
1718
1761
  "isLValue": false,
1719
1762
  "isPure": false,
1720
1763
  "lValueRequested": false,
1721
1764
  "leftExpression": {
1722
1765
  "expression": {
1723
- "id": 20929,
1766
+ "id": 20932,
1724
1767
  "name": "block",
1725
1768
  "nodeType": "Identifier",
1726
1769
  "overloadedDeclarations": [],
1727
1770
  "referencedDeclaration": 4294967292,
1728
- "src": "2610:5:39",
1771
+ "src": "2660:5:39",
1729
1772
  "typeDescriptions": {
1730
1773
  "typeIdentifier": "t_magic_block",
1731
1774
  "typeString": "block"
1732
1775
  }
1733
1776
  },
1734
- "id": 20930,
1777
+ "id": 20933,
1735
1778
  "isConstant": false,
1736
1779
  "isLValue": false,
1737
1780
  "isPure": false,
1738
1781
  "lValueRequested": false,
1739
- "memberLocation": "2616:7:39",
1782
+ "memberLocation": "2666:7:39",
1740
1783
  "memberName": "chainid",
1741
1784
  "nodeType": "MemberAccess",
1742
- "src": "2610:13:39",
1785
+ "src": "2660:13:39",
1743
1786
  "typeDescriptions": {
1744
1787
  "typeIdentifier": "t_uint256",
1745
1788
  "typeString": "uint256"
@@ -1748,557 +1791,648 @@
1748
1791
  "nodeType": "BinaryOperation",
1749
1792
  "operator": "==",
1750
1793
  "rightExpression": {
1751
- "id": 20931,
1794
+ "id": 20934,
1752
1795
  "name": "BASE_GOERLI",
1753
1796
  "nodeType": "Identifier",
1754
1797
  "overloadedDeclarations": [],
1755
1798
  "referencedDeclaration": 20814,
1756
- "src": "2627:11:39",
1799
+ "src": "2677:11:39",
1757
1800
  "typeDescriptions": {
1758
1801
  "typeIdentifier": "t_uint256",
1759
1802
  "typeString": "uint256"
1760
1803
  }
1761
1804
  },
1762
- "src": "2610:28:39",
1805
+ "src": "2660:28:39",
1763
1806
  "typeDescriptions": {
1764
1807
  "typeIdentifier": "t_bool",
1765
1808
  "typeString": "bool"
1766
1809
  }
1767
1810
  },
1768
1811
  "falseBody": {
1769
- "id": 20939,
1770
- "nodeType": "Block",
1771
- "src": "2720:52:39",
1772
- "statements": [
1773
- {
1774
- "errorCall": {
1775
- "arguments": [],
1776
- "expression": {
1777
- "argumentTypes": [],
1778
- "id": 20936,
1779
- "name": "UnsupportedNetwork",
1780
- "nodeType": "Identifier",
1781
- "overloadedDeclarations": [],
1782
- "referencedDeclaration": 20781,
1783
- "src": "2741:18:39",
1784
- "typeDescriptions": {
1785
- "typeIdentifier": "t_function_error_pure$__$returns$__$",
1786
- "typeString": "function () pure"
1787
- }
1788
- },
1789
- "id": 20937,
1790
- "isConstant": false,
1791
- "isLValue": false,
1792
- "isPure": false,
1793
- "kind": "functionCall",
1794
- "lValueRequested": false,
1795
- "nameLocations": [],
1796
- "names": [],
1797
- "nodeType": "FunctionCall",
1798
- "src": "2741:20:39",
1799
- "tryCall": false,
1812
+ "condition": {
1813
+ "commonType": {
1814
+ "typeIdentifier": "t_uint256",
1815
+ "typeString": "uint256"
1816
+ },
1817
+ "id": 20942,
1818
+ "isConstant": false,
1819
+ "isLValue": false,
1820
+ "isPure": false,
1821
+ "lValueRequested": false,
1822
+ "leftExpression": {
1823
+ "expression": {
1824
+ "id": 20939,
1825
+ "name": "block",
1826
+ "nodeType": "Identifier",
1827
+ "overloadedDeclarations": [],
1828
+ "referencedDeclaration": 4294967292,
1829
+ "src": "2774:5:39",
1800
1830
  "typeDescriptions": {
1801
- "typeIdentifier": "t_tuple$__$",
1802
- "typeString": "tuple()"
1831
+ "typeIdentifier": "t_magic_block",
1832
+ "typeString": "block"
1803
1833
  }
1804
1834
  },
1805
- "id": 20938,
1806
- "nodeType": "RevertStatement",
1807
- "src": "2734:27:39"
1835
+ "id": 20940,
1836
+ "isConstant": false,
1837
+ "isLValue": false,
1838
+ "isPure": false,
1839
+ "lValueRequested": false,
1840
+ "memberLocation": "2780:7:39",
1841
+ "memberName": "chainid",
1842
+ "nodeType": "MemberAccess",
1843
+ "src": "2774:13:39",
1844
+ "typeDescriptions": {
1845
+ "typeIdentifier": "t_uint256",
1846
+ "typeString": "uint256"
1847
+ }
1848
+ },
1849
+ "nodeType": "BinaryOperation",
1850
+ "operator": "==",
1851
+ "rightExpression": {
1852
+ "id": 20941,
1853
+ "name": "ZKEVM_TESTNET",
1854
+ "nodeType": "Identifier",
1855
+ "overloadedDeclarations": [],
1856
+ "referencedDeclaration": 20829,
1857
+ "src": "2791:13:39",
1858
+ "typeDescriptions": {
1859
+ "typeIdentifier": "t_uint256",
1860
+ "typeString": "uint256"
1861
+ }
1862
+ },
1863
+ "src": "2774:30:39",
1864
+ "typeDescriptions": {
1865
+ "typeIdentifier": "t_bool",
1866
+ "typeString": "bool"
1808
1867
  }
1809
- ]
1868
+ },
1869
+ "falseBody": {
1870
+ "id": 20949,
1871
+ "nodeType": "Block",
1872
+ "src": "2886:52:39",
1873
+ "statements": [
1874
+ {
1875
+ "errorCall": {
1876
+ "arguments": [],
1877
+ "expression": {
1878
+ "argumentTypes": [],
1879
+ "id": 20946,
1880
+ "name": "UnsupportedNetwork",
1881
+ "nodeType": "Identifier",
1882
+ "overloadedDeclarations": [],
1883
+ "referencedDeclaration": 20781,
1884
+ "src": "2907:18:39",
1885
+ "typeDescriptions": {
1886
+ "typeIdentifier": "t_function_error_pure$__$returns$__$",
1887
+ "typeString": "function () pure"
1888
+ }
1889
+ },
1890
+ "id": 20947,
1891
+ "isConstant": false,
1892
+ "isLValue": false,
1893
+ "isPure": false,
1894
+ "kind": "functionCall",
1895
+ "lValueRequested": false,
1896
+ "nameLocations": [],
1897
+ "names": [],
1898
+ "nodeType": "FunctionCall",
1899
+ "src": "2907:20:39",
1900
+ "tryCall": false,
1901
+ "typeDescriptions": {
1902
+ "typeIdentifier": "t_tuple$__$",
1903
+ "typeString": "tuple()"
1904
+ }
1905
+ },
1906
+ "id": 20948,
1907
+ "nodeType": "RevertStatement",
1908
+ "src": "2900:27:39"
1909
+ }
1910
+ ]
1911
+ },
1912
+ "id": 20950,
1913
+ "nodeType": "IfStatement",
1914
+ "src": "2770:168:39",
1915
+ "trueBody": {
1916
+ "id": 20945,
1917
+ "nodeType": "Block",
1918
+ "src": "2806:74:39",
1919
+ "statements": [
1920
+ {
1921
+ "expression": {
1922
+ "hexValue": "307865363466383164356444644131633731373265354336643936344538656631424438324438373034",
1923
+ "id": 20943,
1924
+ "isConstant": false,
1925
+ "isLValue": false,
1926
+ "isPure": true,
1927
+ "kind": "number",
1928
+ "lValueRequested": false,
1929
+ "nodeType": "Literal",
1930
+ "src": "2827:42:39",
1931
+ "typeDescriptions": {
1932
+ "typeIdentifier": "t_address",
1933
+ "typeString": "address"
1934
+ },
1935
+ "value": "0xe64f81d5dDdA1c7172e5C6d964E8ef1BD82D8704"
1936
+ },
1937
+ "functionReturnParameters": 20833,
1938
+ "id": 20944,
1939
+ "nodeType": "Return",
1940
+ "src": "2820:49:39"
1941
+ }
1942
+ ]
1943
+ }
1810
1944
  },
1811
- "id": 20940,
1945
+ "id": 20951,
1812
1946
  "nodeType": "IfStatement",
1813
- "src": "2606:166:39",
1947
+ "src": "2656:282:39",
1814
1948
  "trueBody": {
1815
- "id": 20935,
1949
+ "id": 20938,
1816
1950
  "nodeType": "Block",
1817
- "src": "2640:74:39",
1951
+ "src": "2690:74:39",
1818
1952
  "statements": [
1819
1953
  {
1820
1954
  "expression": {
1821
1955
  "hexValue": "307835303763336137433643636332353338383441326533613365653241323131634337453739366136",
1822
- "id": 20933,
1956
+ "id": 20936,
1823
1957
  "isConstant": false,
1824
1958
  "isLValue": false,
1825
1959
  "isPure": true,
1826
1960
  "kind": "number",
1827
1961
  "lValueRequested": false,
1828
1962
  "nodeType": "Literal",
1829
- "src": "2661:42:39",
1963
+ "src": "2711:42:39",
1830
1964
  "typeDescriptions": {
1831
1965
  "typeIdentifier": "t_address",
1832
1966
  "typeString": "address"
1833
1967
  },
1834
1968
  "value": "0x507c3a7C6Ccc253884A2e3a3ee2A211cC7E796a6"
1835
1969
  },
1836
- "functionReturnParameters": 20830,
1837
- "id": 20934,
1970
+ "functionReturnParameters": 20833,
1971
+ "id": 20937,
1838
1972
  "nodeType": "Return",
1839
- "src": "2654:49:39"
1973
+ "src": "2704:49:39"
1840
1974
  }
1841
1975
  ]
1842
1976
  }
1843
1977
  },
1844
- "id": 20941,
1978
+ "id": 20952,
1845
1979
  "nodeType": "IfStatement",
1846
- "src": "2491:281:39",
1980
+ "src": "2542:396:39",
1847
1981
  "trueBody": {
1848
- "id": 20928,
1982
+ "id": 20931,
1849
1983
  "nodeType": "Block",
1850
- "src": "2525:75:39",
1984
+ "src": "2576:74:39",
1851
1985
  "statements": [
1852
1986
  {
1853
1987
  "expression": {
1854
1988
  "hexValue": "307831303934313245334338346630353339623433643339644236393142303863393066353864433763",
1855
- "id": 20926,
1989
+ "id": 20929,
1856
1990
  "isConstant": false,
1857
1991
  "isLValue": false,
1858
1992
  "isPure": true,
1859
1993
  "kind": "number",
1860
1994
  "lValueRequested": false,
1861
1995
  "nodeType": "Literal",
1862
- "src": "2546:42:39",
1996
+ "src": "2597:42:39",
1863
1997
  "typeDescriptions": {
1864
1998
  "typeIdentifier": "t_address",
1865
1999
  "typeString": "address"
1866
2000
  },
1867
2001
  "value": "0x109412E3C84f0539b43d39dB691B08c90f58dC7c"
1868
2002
  },
1869
- "functionReturnParameters": 20830,
1870
- "id": 20927,
2003
+ "functionReturnParameters": 20833,
2004
+ "id": 20930,
1871
2005
  "nodeType": "Return",
1872
- "src": "2539:49:39"
2006
+ "src": "2590:49:39"
1873
2007
  }
1874
2008
  ]
1875
2009
  }
1876
2010
  },
1877
- "id": 20942,
2011
+ "id": 20953,
1878
2012
  "nodeType": "IfStatement",
1879
- "src": "2374:398:39",
2013
+ "src": "2425:513:39",
1880
2014
  "trueBody": {
1881
- "id": 20921,
2015
+ "id": 20924,
1882
2016
  "nodeType": "Block",
1883
- "src": "2411:74:39",
2017
+ "src": "2462:74:39",
1884
2018
  "statements": [
1885
2019
  {
1886
2020
  "expression": {
1887
2021
  "hexValue": "307845423739366264623930664641306632383235353237356531363933364432356433343138363033",
1888
- "id": 20919,
2022
+ "id": 20922,
1889
2023
  "isConstant": false,
1890
2024
  "isLValue": false,
1891
2025
  "isPure": true,
1892
2026
  "kind": "number",
1893
2027
  "lValueRequested": false,
1894
2028
  "nodeType": "Literal",
1895
- "src": "2432:42:39",
2029
+ "src": "2483:42:39",
1896
2030
  "typeDescriptions": {
1897
2031
  "typeIdentifier": "t_address",
1898
2032
  "typeString": "address"
1899
2033
  },
1900
2034
  "value": "0xEB796bdb90fFA0f28255275e16936D25d3418603"
1901
2035
  },
1902
- "functionReturnParameters": 20830,
1903
- "id": 20920,
2036
+ "functionReturnParameters": 20833,
2037
+ "id": 20923,
1904
2038
  "nodeType": "Return",
1905
- "src": "2425:49:39"
2039
+ "src": "2476:49:39"
1906
2040
  }
1907
2041
  ]
1908
2042
  }
1909
2043
  },
1910
- "id": 20943,
2044
+ "id": 20954,
1911
2045
  "nodeType": "IfStatement",
1912
- "src": "2257:515:39",
2046
+ "src": "2308:630:39",
1913
2047
  "trueBody": {
1914
- "id": 20914,
2048
+ "id": 20917,
1915
2049
  "nodeType": "Block",
1916
- "src": "2294:74:39",
2050
+ "src": "2345:74:39",
1917
2051
  "statements": [
1918
2052
  {
1919
2053
  "expression": {
1920
2054
  "hexValue": "307838354665373962393938353039423737424631304138424434303031443538343735443239333836",
1921
- "id": 20912,
2055
+ "id": 20915,
1922
2056
  "isConstant": false,
1923
2057
  "isLValue": false,
1924
2058
  "isPure": true,
1925
2059
  "kind": "number",
1926
2060
  "lValueRequested": false,
1927
2061
  "nodeType": "Literal",
1928
- "src": "2315:42:39",
2062
+ "src": "2366:42:39",
1929
2063
  "typeDescriptions": {
1930
2064
  "typeIdentifier": "t_address",
1931
2065
  "typeString": "address"
1932
2066
  },
1933
2067
  "value": "0x85Fe79b998509B77BF10A8BD4001D58475D29386"
1934
2068
  },
1935
- "functionReturnParameters": 20830,
1936
- "id": 20913,
2069
+ "functionReturnParameters": 20833,
2070
+ "id": 20916,
1937
2071
  "nodeType": "Return",
1938
- "src": "2308:49:39"
2072
+ "src": "2359:49:39"
1939
2073
  }
1940
2074
  ]
1941
2075
  }
1942
2076
  },
1943
- "id": 20944,
2077
+ "id": 20955,
1944
2078
  "nodeType": "IfStatement",
1945
- "src": "2139:633:39",
2079
+ "src": "2190:748:39",
1946
2080
  "trueBody": {
1947
- "id": 20907,
2081
+ "id": 20910,
1948
2082
  "nodeType": "Block",
1949
- "src": "2177:74:39",
2083
+ "src": "2228:74:39",
1950
2084
  "statements": [
1951
2085
  {
1952
2086
  "expression": {
1953
2087
  "hexValue": "307845343039383343323437363033324130393135363030623934373242333134316141354235426139",
1954
- "id": 20905,
2088
+ "id": 20908,
1955
2089
  "isConstant": false,
1956
2090
  "isLValue": false,
1957
2091
  "isPure": true,
1958
2092
  "kind": "number",
1959
2093
  "lValueRequested": false,
1960
2094
  "nodeType": "Literal",
1961
- "src": "2198:42:39",
2095
+ "src": "2249:42:39",
1962
2096
  "typeDescriptions": {
1963
2097
  "typeIdentifier": "t_address",
1964
2098
  "typeString": "address"
1965
2099
  },
1966
2100
  "value": "0xE40983C2476032A0915600b9472B3141aA5B5Ba9"
1967
2101
  },
1968
- "functionReturnParameters": 20830,
1969
- "id": 20906,
2102
+ "functionReturnParameters": 20833,
2103
+ "id": 20909,
1970
2104
  "nodeType": "Return",
1971
- "src": "2191:49:39"
2105
+ "src": "2242:49:39"
1972
2106
  }
1973
2107
  ]
1974
2108
  }
1975
2109
  },
1976
- "id": 20945,
2110
+ "id": 20956,
1977
2111
  "nodeType": "IfStatement",
1978
- "src": "2021:751:39",
2112
+ "src": "2072:866:39",
1979
2113
  "trueBody": {
1980
- "id": 20900,
2114
+ "id": 20903,
1981
2115
  "nodeType": "Block",
1982
- "src": "2059:74:39",
2116
+ "src": "2110:74:39",
1983
2117
  "statements": [
1984
2118
  {
1985
2119
  "expression": {
1986
2120
  "hexValue": "307845343039383343323437363033324130393135363030623934373242333134316141354235426139",
1987
- "id": 20898,
2121
+ "id": 20901,
1988
2122
  "isConstant": false,
1989
2123
  "isLValue": false,
1990
2124
  "isPure": true,
1991
2125
  "kind": "number",
1992
2126
  "lValueRequested": false,
1993
2127
  "nodeType": "Literal",
1994
- "src": "2080:42:39",
2128
+ "src": "2131:42:39",
1995
2129
  "typeDescriptions": {
1996
2130
  "typeIdentifier": "t_address",
1997
2131
  "typeString": "address"
1998
2132
  },
1999
2133
  "value": "0xE40983C2476032A0915600b9472B3141aA5B5Ba9"
2000
2134
  },
2001
- "functionReturnParameters": 20830,
2002
- "id": 20899,
2135
+ "functionReturnParameters": 20833,
2136
+ "id": 20902,
2003
2137
  "nodeType": "Return",
2004
- "src": "2073:49:39"
2138
+ "src": "2124:49:39"
2005
2139
  }
2006
2140
  ]
2007
2141
  }
2008
2142
  },
2009
- "id": 20946,
2143
+ "id": 20957,
2010
2144
  "nodeType": "IfStatement",
2011
- "src": "1908:864:39",
2145
+ "src": "1959:979:39",
2012
2146
  "trueBody": {
2013
- "id": 20893,
2147
+ "id": 20896,
2014
2148
  "nodeType": "Block",
2015
- "src": "1941:74:39",
2149
+ "src": "1992:74:39",
2016
2150
  "statements": [
2017
2151
  {
2018
2152
  "expression": {
2019
2153
  "hexValue": "307832326666323933653134463145433341303942313337653965303630383441466436336164444639",
2020
- "id": 20891,
2154
+ "id": 20894,
2021
2155
  "isConstant": false,
2022
2156
  "isLValue": false,
2023
2157
  "isPure": true,
2024
2158
  "kind": "number",
2025
2159
  "lValueRequested": false,
2026
2160
  "nodeType": "Literal",
2027
- "src": "1962:42:39",
2161
+ "src": "2013:42:39",
2028
2162
  "typeDescriptions": {
2029
2163
  "typeIdentifier": "t_address",
2030
2164
  "typeString": "address"
2031
2165
  },
2032
2166
  "value": "0x22ff293e14F1EC3A09B137e9e06084AFd63adDF9"
2033
2167
  },
2034
- "functionReturnParameters": 20830,
2035
- "id": 20892,
2168
+ "functionReturnParameters": 20833,
2169
+ "id": 20895,
2036
2170
  "nodeType": "Return",
2037
- "src": "1955:49:39"
2171
+ "src": "2006:49:39"
2038
2172
  }
2039
2173
  ]
2040
2174
  }
2041
2175
  },
2042
- "id": 20947,
2176
+ "id": 20958,
2043
2177
  "nodeType": "IfStatement",
2044
- "src": "1794:978:39",
2178
+ "src": "1845:1093:39",
2045
2179
  "trueBody": {
2046
- "id": 20886,
2180
+ "id": 20889,
2047
2181
  "nodeType": "Block",
2048
- "src": "1828:74:39",
2182
+ "src": "1879:74:39",
2049
2183
  "statements": [
2050
2184
  {
2051
2185
  "expression": {
2052
2186
  "hexValue": "307836303337374337303136453463644230334338374546343734383936433131634235363037353243",
2053
- "id": 20884,
2187
+ "id": 20887,
2054
2188
  "isConstant": false,
2055
2189
  "isLValue": false,
2056
2190
  "isPure": true,
2057
2191
  "kind": "number",
2058
2192
  "lValueRequested": false,
2059
2193
  "nodeType": "Literal",
2060
- "src": "1849:42:39",
2194
+ "src": "1900:42:39",
2061
2195
  "typeDescriptions": {
2062
2196
  "typeIdentifier": "t_address",
2063
2197
  "typeString": "address"
2064
2198
  },
2065
2199
  "value": "0x60377C7016E4cdB03C87EF474896C11cB560752C"
2066
2200
  },
2067
- "functionReturnParameters": 20830,
2068
- "id": 20885,
2201
+ "functionReturnParameters": 20833,
2202
+ "id": 20888,
2069
2203
  "nodeType": "Return",
2070
- "src": "1842:49:39"
2204
+ "src": "1893:49:39"
2071
2205
  }
2072
2206
  ]
2073
2207
  }
2074
2208
  },
2075
- "id": 20948,
2209
+ "id": 20959,
2076
2210
  "nodeType": "IfStatement",
2077
- "src": "1679:1093:39",
2211
+ "src": "1730:1208:39",
2078
2212
  "trueBody": {
2079
- "id": 20879,
2213
+ "id": 20882,
2080
2214
  "nodeType": "Block",
2081
- "src": "1714:74:39",
2215
+ "src": "1765:74:39",
2082
2216
  "statements": [
2083
2217
  {
2084
2218
  "expression": {
2085
2219
  "hexValue": "307841344666303763463831433032434644333536313834383739443935333937306341393537353835",
2086
- "id": 20877,
2220
+ "id": 20880,
2087
2221
  "isConstant": false,
2088
2222
  "isLValue": false,
2089
2223
  "isPure": true,
2090
2224
  "kind": "number",
2091
2225
  "lValueRequested": false,
2092
2226
  "nodeType": "Literal",
2093
- "src": "1735:42:39",
2227
+ "src": "1786:42:39",
2094
2228
  "typeDescriptions": {
2095
2229
  "typeIdentifier": "t_address",
2096
2230
  "typeString": "address"
2097
2231
  },
2098
2232
  "value": "0xA4Ff07cF81C02CFD356184879D953970cA957585"
2099
2233
  },
2100
- "functionReturnParameters": 20830,
2101
- "id": 20878,
2234
+ "functionReturnParameters": 20833,
2235
+ "id": 20881,
2102
2236
  "nodeType": "Return",
2103
- "src": "1728:49:39"
2237
+ "src": "1779:49:39"
2104
2238
  }
2105
2239
  ]
2106
2240
  }
2107
2241
  },
2108
- "id": 20949,
2242
+ "id": 20960,
2109
2243
  "nodeType": "IfStatement",
2110
- "src": "1564:1208:39",
2244
+ "src": "1615:1323:39",
2111
2245
  "trueBody": {
2112
- "id": 20872,
2246
+ "id": 20875,
2113
2247
  "nodeType": "Block",
2114
- "src": "1599:74:39",
2248
+ "src": "1650:74:39",
2115
2249
  "statements": [
2116
2250
  {
2117
2251
  "expression": {
2118
2252
  "hexValue": "307843663841636234654630333365664631364538303830616564346337443542393238354432313932",
2119
- "id": 20870,
2253
+ "id": 20873,
2120
2254
  "isConstant": false,
2121
2255
  "isLValue": false,
2122
2256
  "isPure": true,
2123
2257
  "kind": "number",
2124
2258
  "lValueRequested": false,
2125
2259
  "nodeType": "Literal",
2126
- "src": "1620:42:39",
2260
+ "src": "1671:42:39",
2127
2261
  "typeDescriptions": {
2128
2262
  "typeIdentifier": "t_address",
2129
2263
  "typeString": "address"
2130
2264
  },
2131
2265
  "value": "0xCf8Acb4eF033efF16E8080aed4c7D5B9285D2192"
2132
2266
  },
2133
- "functionReturnParameters": 20830,
2134
- "id": 20871,
2267
+ "functionReturnParameters": 20833,
2268
+ "id": 20874,
2135
2269
  "nodeType": "Return",
2136
- "src": "1613:49:39"
2270
+ "src": "1664:49:39"
2137
2271
  }
2138
2272
  ]
2139
2273
  }
2140
2274
  },
2141
- "id": 20950,
2275
+ "id": 20961,
2142
2276
  "nodeType": "IfStatement",
2143
- "src": "1446:1326:39",
2277
+ "src": "1497:1441:39",
2144
2278
  "trueBody": {
2145
- "id": 20865,
2279
+ "id": 20868,
2146
2280
  "nodeType": "Block",
2147
- "src": "1484:74:39",
2281
+ "src": "1535:74:39",
2148
2282
  "statements": [
2149
2283
  {
2150
2284
  "expression": {
2151
2285
  "hexValue": "307833453134644331623133633438386138643544333130393138373830633938336244353938324537",
2152
- "id": 20863,
2286
+ "id": 20866,
2153
2287
  "isConstant": false,
2154
2288
  "isLValue": false,
2155
2289
  "isPure": true,
2156
2290
  "kind": "number",
2157
2291
  "lValueRequested": false,
2158
2292
  "nodeType": "Literal",
2159
- "src": "1505:42:39",
2293
+ "src": "1556:42:39",
2160
2294
  "typeDescriptions": {
2161
2295
  "typeIdentifier": "t_address",
2162
2296
  "typeString": "address"
2163
2297
  },
2164
2298
  "value": "0x3E14dC1b13c488a8d5D310918780c983bD5982E7"
2165
2299
  },
2166
- "functionReturnParameters": 20830,
2167
- "id": 20864,
2300
+ "functionReturnParameters": 20833,
2301
+ "id": 20867,
2168
2302
  "nodeType": "Return",
2169
- "src": "1498:49:39"
2303
+ "src": "1549:49:39"
2170
2304
  }
2171
2305
  ]
2172
2306
  }
2173
2307
  },
2174
- "id": 20951,
2308
+ "id": 20962,
2175
2309
  "nodeType": "IfStatement",
2176
- "src": "1331:1441:39",
2310
+ "src": "1382:1556:39",
2177
2311
  "trueBody": {
2178
- "id": 20858,
2312
+ "id": 20861,
2179
2313
  "nodeType": "Block",
2180
- "src": "1366:74:39",
2314
+ "src": "1417:74:39",
2181
2315
  "statements": [
2182
2316
  {
2183
2317
  "expression": {
2184
2318
  "hexValue": "307832644665393337634439384162393265353963463331333931333866313863383233613465664537",
2185
- "id": 20856,
2319
+ "id": 20859,
2186
2320
  "isConstant": false,
2187
2321
  "isLValue": false,
2188
2322
  "isPure": true,
2189
2323
  "kind": "number",
2190
2324
  "lValueRequested": false,
2191
2325
  "nodeType": "Literal",
2192
- "src": "1387:42:39",
2326
+ "src": "1438:42:39",
2193
2327
  "typeDescriptions": {
2194
2328
  "typeIdentifier": "t_address",
2195
2329
  "typeString": "address"
2196
2330
  },
2197
2331
  "value": "0x2dFe937cD98Ab92e59cF3139138f18c823a4efE7"
2198
2332
  },
2199
- "functionReturnParameters": 20830,
2200
- "id": 20857,
2333
+ "functionReturnParameters": 20833,
2334
+ "id": 20860,
2201
2335
  "nodeType": "Return",
2202
- "src": "1380:49:39"
2336
+ "src": "1431:49:39"
2203
2337
  }
2204
2338
  ]
2205
2339
  }
2206
2340
  },
2207
- "id": 20952,
2341
+ "id": 20963,
2208
2342
  "nodeType": "IfStatement",
2209
- "src": "1217:1555:39",
2343
+ "src": "1268:1670:39",
2210
2344
  "trueBody": {
2211
- "id": 20851,
2345
+ "id": 20854,
2212
2346
  "nodeType": "Block",
2213
- "src": "1251:74:39",
2347
+ "src": "1302:74:39",
2214
2348
  "statements": [
2215
2349
  {
2216
2350
  "expression": {
2217
2351
  "hexValue": "307864316532634662363434313638303030324562374134343232333136306142394236376437453645",
2218
- "id": 20849,
2352
+ "id": 20852,
2219
2353
  "isConstant": false,
2220
2354
  "isLValue": false,
2221
2355
  "isPure": true,
2222
2356
  "kind": "number",
2223
2357
  "lValueRequested": false,
2224
2358
  "nodeType": "Literal",
2225
- "src": "1272:42:39",
2359
+ "src": "1323:42:39",
2226
2360
  "typeDescriptions": {
2227
2361
  "typeIdentifier": "t_address",
2228
2362
  "typeString": "address"
2229
2363
  },
2230
2364
  "value": "0xd1e2cFb6441680002Eb7A44223160aB9B67d7E6E"
2231
2365
  },
2232
- "functionReturnParameters": 20830,
2233
- "id": 20850,
2366
+ "functionReturnParameters": 20833,
2367
+ "id": 20853,
2234
2368
  "nodeType": "Return",
2235
- "src": "1265:49:39"
2369
+ "src": "1316:49:39"
2236
2370
  }
2237
2371
  ]
2238
2372
  }
2239
2373
  },
2240
- "id": 20953,
2374
+ "id": 20964,
2241
2375
  "nodeType": "IfStatement",
2242
- "src": "1098:1674:39",
2376
+ "src": "1149:1789:39",
2243
2377
  "trueBody": {
2244
- "id": 20844,
2378
+ "id": 20847,
2245
2379
  "nodeType": "Block",
2246
- "src": "1137:74:39",
2380
+ "src": "1188:74:39",
2247
2381
  "statements": [
2248
2382
  {
2249
2383
  "expression": {
2250
2384
  "hexValue": "307835363763344231343145443631393233393637634132354566343930364338373831303639613130",
2251
- "id": 20842,
2385
+ "id": 20845,
2252
2386
  "isConstant": false,
2253
2387
  "isLValue": false,
2254
2388
  "isPure": true,
2255
2389
  "kind": "number",
2256
2390
  "lValueRequested": false,
2257
2391
  "nodeType": "Literal",
2258
- "src": "1158:42:39",
2392
+ "src": "1209:42:39",
2259
2393
  "typeDescriptions": {
2260
2394
  "typeIdentifier": "t_address",
2261
2395
  "typeString": "address"
2262
2396
  },
2263
2397
  "value": "0x567c4B141ED61923967cA25Ef4906C8781069a10"
2264
2398
  },
2265
- "functionReturnParameters": 20830,
2266
- "id": 20843,
2399
+ "functionReturnParameters": 20833,
2400
+ "id": 20846,
2267
2401
  "nodeType": "Return",
2268
- "src": "1151:49:39"
2402
+ "src": "1202:49:39"
2269
2403
  }
2270
2404
  ]
2271
2405
  }
2272
2406
  },
2273
- "id": 20954,
2407
+ "id": 20965,
2274
2408
  "nodeType": "IfStatement",
2275
- "src": "984:1788:39",
2409
+ "src": "1035:1903:39",
2276
2410
  "trueBody": {
2277
- "id": 20837,
2411
+ "id": 20840,
2278
2412
  "nodeType": "Block",
2279
- "src": "1018:74:39",
2413
+ "src": "1069:74:39",
2280
2414
  "statements": [
2281
2415
  {
2282
2416
  "expression": {
2283
2417
  "hexValue": "307834453538336439333930303832423635426566383834623632394446413432363131344345443664",
2284
- "id": 20835,
2418
+ "id": 20838,
2285
2419
  "isConstant": false,
2286
2420
  "isLValue": false,
2287
2421
  "isPure": true,
2288
2422
  "kind": "number",
2289
2423
  "lValueRequested": false,
2290
2424
  "nodeType": "Literal",
2291
- "src": "1039:42:39",
2425
+ "src": "1090:42:39",
2292
2426
  "typeDescriptions": {
2293
2427
  "typeIdentifier": "t_address",
2294
2428
  "typeString": "address"
2295
2429
  },
2296
2430
  "value": "0x4E583d9390082B65Bef884b629DFA426114CED6d"
2297
2431
  },
2298
- "functionReturnParameters": 20830,
2299
- "id": 20836,
2432
+ "functionReturnParameters": 20833,
2433
+ "id": 20839,
2300
2434
  "nodeType": "Return",
2301
- "src": "1032:49:39"
2435
+ "src": "1083:49:39"
2302
2436
  }
2303
2437
  ]
2304
2438
  }
@@ -2306,32 +2440,32 @@
2306
2440
  ]
2307
2441
  },
2308
2442
  "functionSelector": "20bc4425",
2309
- "id": 20956,
2443
+ "id": 20967,
2310
2444
  "implemented": true,
2311
2445
  "kind": "function",
2312
2446
  "modifiers": [],
2313
2447
  "name": "getHost",
2314
- "nameLocation": "934:7:39",
2448
+ "nameLocation": "985:7:39",
2315
2449
  "nodeType": "FunctionDefinition",
2316
2450
  "parameters": {
2317
- "id": 20827,
2451
+ "id": 20830,
2318
2452
  "nodeType": "ParameterList",
2319
2453
  "parameters": [],
2320
- "src": "941:2:39"
2454
+ "src": "992:2:39"
2321
2455
  },
2322
2456
  "returnParameters": {
2323
- "id": 20830,
2457
+ "id": 20833,
2324
2458
  "nodeType": "ParameterList",
2325
2459
  "parameters": [
2326
2460
  {
2327
2461
  "constant": false,
2328
- "id": 20829,
2462
+ "id": 20832,
2329
2463
  "mutability": "mutable",
2330
2464
  "name": "",
2331
2465
  "nameLocation": "-1:-1:-1",
2332
2466
  "nodeType": "VariableDeclaration",
2333
- "scope": 20956,
2334
- "src": "965:7:39",
2467
+ "scope": 20967,
2468
+ "src": "1016:7:39",
2335
2469
  "stateVariable": false,
2336
2470
  "storageLocation": "default",
2337
2471
  "typeDescriptions": {
@@ -2339,10 +2473,10 @@
2339
2473
  "typeString": "address"
2340
2474
  },
2341
2475
  "typeName": {
2342
- "id": 20828,
2476
+ "id": 20831,
2343
2477
  "name": "address",
2344
2478
  "nodeType": "ElementaryTypeName",
2345
- "src": "965:7:39",
2479
+ "src": "1016:7:39",
2346
2480
  "stateMutability": "nonpayable",
2347
2481
  "typeDescriptions": {
2348
2482
  "typeIdentifier": "t_address",
@@ -2352,23 +2486,23 @@
2352
2486
  "visibility": "internal"
2353
2487
  }
2354
2488
  ],
2355
- "src": "964:9:39"
2489
+ "src": "1015:9:39"
2356
2490
  },
2357
- "scope": 20957,
2358
- "src": "925:1853:39",
2491
+ "scope": 20968,
2492
+ "src": "976:1968:39",
2359
2493
  "stateMutability": "view",
2360
2494
  "virtual": false,
2361
2495
  "visibility": "public"
2362
2496
  }
2363
2497
  ],
2364
- "scope": 20958,
2365
- "src": "57:2723:39",
2498
+ "scope": 20969,
2499
+ "src": "57:2889:39",
2366
2500
  "usedErrors": [
2367
2501
  20781
2368
2502
  ]
2369
2503
  }
2370
2504
  ],
2371
- "src": "32:2749:39"
2505
+ "src": "32:2915:39"
2372
2506
  },
2373
2507
  "compiler": {
2374
2508
  "name": "solc",
@@ -2376,7 +2510,7 @@
2376
2510
  },
2377
2511
  "networks": {},
2378
2512
  "schemaVersion": "3.4.13",
2379
- "updatedAt": "2023-06-28T11:03:18.800Z",
2513
+ "updatedAt": "2023-07-07T14:28:48.608Z",
2380
2514
  "devdoc": {
2381
2515
  "kind": "dev",
2382
2516
  "methods": {},