@superfluid-finance/ethereum-contracts 1.2.3-dev.f94fdbb.0 → 1.3.1-dev.7df8a6a.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 (171) hide show
  1. package/build/contracts/AccessControl.json +3 -3
  2. package/build/contracts/AccessControlEnumerable.json +3 -3
  3. package/build/contracts/Address.json +5 -5
  4. package/build/contracts/AgreementBase.json +13 -13
  5. package/build/contracts/AgreementLibrary.json +7 -7
  6. package/build/contracts/BaseRelayRecipient.json +5 -5
  7. package/build/contracts/BatchLiquidator.json +179 -179
  8. package/build/contracts/BatchOperation.json +5 -5
  9. package/build/contracts/CFAv1Library.json +5 -5
  10. package/build/contracts/CallUtils.json +7 -7
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +2107 -1917
  12. package/build/contracts/ConstantFlowAgreementV1.json +8 -8
  13. package/build/contracts/Context.json +3 -3
  14. package/build/contracts/ContextDefinitions.json +5 -5
  15. package/build/contracts/Create2.json +5 -5
  16. package/build/contracts/CustomSuperTokenBase.json +3 -3
  17. package/build/contracts/ERC165.json +3 -3
  18. package/build/contracts/ERC1820Implementer.json +5 -5
  19. package/build/contracts/ERC1820RegistryCompiled.json +7 -7
  20. package/build/contracts/ERC20.json +5 -5
  21. package/build/contracts/ERC20Burnable.json +3 -3
  22. package/build/contracts/ERC20Pausable.json +3 -3
  23. package/build/contracts/ERC20PresetMinterPauser.json +5 -5
  24. package/build/contracts/ERC20WithTokenInfo.json +3 -3
  25. package/build/contracts/ERC777Helper.json +7 -7
  26. package/build/contracts/ERC777RecipientDrainingGas.json +839 -839
  27. package/build/contracts/ERC777RecipientReverting.json +839 -839
  28. package/build/contracts/EnumerableSet.json +5 -5
  29. package/build/contracts/EventsEmitter.json +47 -47
  30. package/build/contracts/ExclusiveInflowTestApp.json +2107 -1917
  31. package/build/contracts/FixedSizeData.json +213 -213
  32. package/build/contracts/FlowExchangeTestApp.json +2107 -1917
  33. package/build/contracts/FlowOperatorDefinitions.json +5 -5
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +226 -312
  35. package/build/contracts/IAccessControl.json +3 -3
  36. package/build/contracts/IAccessControlEnumerable.json +3 -3
  37. package/build/contracts/IConstantFlowAgreementV1.json +451 -444
  38. package/build/contracts/IDAv1Library.json +5 -5
  39. package/build/contracts/IERC165.json +3 -3
  40. package/build/contracts/IERC1820Implementer.json +3 -3
  41. package/build/contracts/IERC1820Registry.json +3 -3
  42. package/build/contracts/IERC20.json +3 -3
  43. package/build/contracts/IERC20Metadata.json +3 -3
  44. package/build/contracts/IERC777.json +3 -3
  45. package/build/contracts/IERC777Recipient.json +3 -3
  46. package/build/contracts/IERC777Sender.json +3 -3
  47. package/build/contracts/IInstantDistributionAgreementV1.json +570 -559
  48. package/build/contracts/IMaticBridgedNativeSuperToken.json +71 -32
  49. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +3 -3
  50. package/build/contracts/IMultiSigWallet.json +3 -3
  51. package/build/contracts/IPureSuperToken.json +71 -32
  52. package/build/contracts/IPureSuperTokenCustom.json +3 -3
  53. package/build/contracts/IRelayRecipient.json +3 -3
  54. package/build/contracts/IResolver.json +3 -3
  55. package/build/contracts/ISETH.json +71 -32
  56. package/build/contracts/ISETHCustom.json +3 -3
  57. package/build/contracts/ISuperAgreement.json +3 -3
  58. package/build/contracts/ISuperApp.json +179 -173
  59. package/build/contracts/ISuperToken.json +522 -483
  60. package/build/contracts/ISuperTokenFactory.json +3 -3
  61. package/build/contracts/ISuperfluid.json +633 -628
  62. package/build/contracts/ISuperfluidGovernance.json +134 -133
  63. package/build/contracts/ISuperfluidToken.json +403 -394
  64. package/build/contracts/ITOGAv1.json +1211 -1211
  65. package/build/contracts/ITOGAv2.json +1211 -1211
  66. package/build/contracts/Initializable.json +3 -3
  67. package/build/contracts/InstantDistributionAgreementV1.json +10 -10
  68. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +194 -194
  69. package/build/contracts/NonClosableOutflowTestApp.json +2107 -1917
  70. package/build/contracts/Ownable.json +3 -3
  71. package/build/contracts/Pausable.json +3 -3
  72. package/build/contracts/Proxy.json +3 -3
  73. package/build/contracts/PureSuperToken.json +91 -91
  74. package/build/contracts/Resolver.json +96 -96
  75. package/build/contracts/SETHProxy.json +199 -199
  76. package/build/contracts/SafeCast.json +5 -5
  77. package/build/contracts/SafeERC20.json +5 -5
  78. package/build/contracts/SafeMath.json +5 -5
  79. package/build/contracts/SelfDeletingFlowTestApp.json +2107 -1917
  80. package/build/contracts/SlotsBitmapLibrary.json +7 -7
  81. package/build/contracts/Strings.json +5 -5
  82. package/build/contracts/SuperAppBase.json +3 -3
  83. package/build/contracts/SuperAppDefinitions.json +5 -5
  84. package/build/contracts/SuperToken.json +2262 -2262
  85. package/build/contracts/SuperTokenFactory.json +582 -582
  86. package/build/contracts/SuperTokenFactoryBase.json +576 -576
  87. package/build/contracts/SuperTokenFactoryHelper.json +578 -578
  88. package/build/contracts/SuperUpgrader.json +687 -687
  89. package/build/contracts/Superfluid.json +6648 -6678
  90. package/build/contracts/SuperfluidFrameworkDeployer.json +526 -526
  91. package/build/contracts/SuperfluidGovernanceBase.json +13 -13
  92. package/build/contracts/SuperfluidGovernanceConfigs.json +5 -5
  93. package/build/contracts/SuperfluidGovernanceII.json +21 -21
  94. package/build/contracts/SuperfluidGovernanceIIProxy.json +20 -20
  95. package/build/contracts/SuperfluidLoader.json +147 -147
  96. package/build/contracts/SuperfluidToken.json +1269 -1269
  97. package/build/contracts/TOGA.json +1221 -1221
  98. package/build/contracts/TestGovernance.json +315 -315
  99. package/build/contracts/TestToken.json +475 -561
  100. package/build/contracts/TokenCustodian.json +220 -220
  101. package/build/contracts/TokenInfo.json +3 -3
  102. package/build/contracts/UUPSProxiable.json +136 -136
  103. package/build/contracts/UUPSProxy.json +87 -87
  104. package/build/contracts/UUPSUtils.json +43 -43
  105. package/build/contracts-sizes.txt +6 -6
  106. package/contracts/agreements/AgreementBase.sol +1 -1
  107. package/contracts/agreements/AgreementLibrary.sol +1 -1
  108. package/contracts/agreements/ConstantFlowAgreementV1.sol +1 -1
  109. package/contracts/agreements/InstantDistributionAgreementV1.sol +1 -1
  110. package/contracts/gov/SuperfluidGovernanceBase.sol +1 -1
  111. package/contracts/gov/SuperfluidGovernanceII.sol +1 -1
  112. package/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol +7 -10
  113. package/contracts/interfaces/agreements/IInstantDistributionAgreementV1.sol +11 -18
  114. package/contracts/interfaces/superfluid/ISuperApp.sol +7 -9
  115. package/contracts/interfaces/superfluid/ISuperToken.sol +36 -44
  116. package/contracts/interfaces/superfluid/ISuperfluid.sol +17 -21
  117. package/contracts/interfaces/superfluid/ISuperfluidGovernance.sol +1 -1
  118. package/contracts/interfaces/superfluid/ISuperfluidToken.sol +13 -14
  119. package/contracts/libs/BaseRelayRecipient.sol +1 -1
  120. package/contracts/libs/CallUtils.sol +1 -1
  121. package/contracts/libs/ERC1820RegistryCompiled.sol +1 -1
  122. package/contracts/libs/ERC777Helper.sol +1 -1
  123. package/contracts/libs/EventsEmitter.sol +2 -2
  124. package/contracts/libs/FixedSizeData.sol +2 -2
  125. package/contracts/libs/SlotsBitmapLibrary.sol +1 -1
  126. package/contracts/mocks/AgreementMock.sol +1 -1
  127. package/contracts/mocks/CFAAppMocks.sol +6 -6
  128. package/contracts/mocks/CFALibraryMock.sol +2 -2
  129. package/contracts/mocks/CallUtilsMock.sol +1 -1
  130. package/contracts/mocks/CallUtilsTester.sol +1 -1
  131. package/contracts/mocks/CustomSuperTokenMock.sol +1 -1
  132. package/contracts/mocks/ERC777SenderRecipientMock.sol +1 -1
  133. package/contracts/mocks/FakeSuperfluidMock.sol +1 -1
  134. package/contracts/mocks/ForwarderMock.sol +1 -1
  135. package/contracts/mocks/IDASuperAppTester.sol +2 -2
  136. package/contracts/mocks/IDAv1LibraryMock.sol +3 -3
  137. package/contracts/mocks/MockSmartWallet.sol +1 -1
  138. package/contracts/mocks/MultiFlowTesterApp.sol +2 -2
  139. package/contracts/mocks/SuperAppMocks.sol +15 -12
  140. package/contracts/mocks/SuperTokenFactoryMock.sol +1 -1
  141. package/contracts/mocks/SuperTokenMock.sol +1 -1
  142. package/contracts/mocks/SuperfluidDestructorMock.sol +1 -1
  143. package/contracts/mocks/SuperfluidGovernanceIIMock.sol +1 -1
  144. package/contracts/mocks/SuperfluidMock.sol +2 -2
  145. package/contracts/mocks/UUPSProxiableMock.sol +1 -1
  146. package/contracts/superfluid/FullUpgradableSuperTokenProxy.sol +2 -2
  147. package/contracts/superfluid/SuperToken.sol +1 -1
  148. package/contracts/superfluid/SuperTokenFactory.sol +1 -1
  149. package/contracts/superfluid/Superfluid.sol +4 -4
  150. package/contracts/superfluid/SuperfluidToken.sol +1 -1
  151. package/contracts/tokens/MaticBridgedNativeSuperToken.sol +1 -1
  152. package/contracts/tokens/PureSuperToken.sol +1 -1
  153. package/contracts/tokens/SETH.sol +1 -1
  154. package/contracts/upgradability/UUPSProxiable.sol +1 -1
  155. package/contracts/upgradability/UUPSProxy.sol +1 -1
  156. package/contracts/upgradability/UUPSUtils.sol +1 -1
  157. package/contracts/utils/BatchLiquidator.sol +1 -1
  158. package/contracts/utils/Resolver.sol +1 -1
  159. package/contracts/utils/SuperUpgrader.sol +6 -6
  160. package/contracts/utils/SuperfluidLoader.sol +1 -1
  161. package/contracts/utils/TOGA.sol +1 -1
  162. package/contracts/utils/TestGovernance.sol +2 -2
  163. package/contracts/utils/TestToken.sol +2 -2
  164. package/contracts/utils/TokenCustodian.sol +1 -1
  165. package/package.json +5 -3
  166. package/scripts/deploy-framework.js +5 -5
  167. package/scripts/deploy-super-token.js +13 -4
  168. package/scripts/gov-create-new-app-registration-key.js +2 -1
  169. package/scripts/gov-create-new-factory-registration.js +1 -1
  170. package/scripts/libs/getConfig.js +21 -3
  171. package/scripts/resolver-list-super-token.js +1 -0
@@ -23,9 +23,9 @@
23
23
  "type": "function"
24
24
  }
25
25
  ],
26
- "metadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAddress\",\"type\":\"address\"}],\"name\":\"initializeProxy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"initializeProxy(address)\":{\"details\":\"Proxy initialization function. This should only be called once and it is permission-less.\",\"params\":{\"initialAddress\":\"Initial logic contract code address to be used.\"}}},\"title\":\"UUPS (Universal Upgradeable Proxy Standard) Proxy NOTE: - Compliant with [Universal Upgradeable Proxy Standard](https://eips.ethereum.org/EIPS/eip-1822) - Compiiant with [Standard Proxy Storage Slots](https://eips.ethereum.org/EIPS/eip-1967) - Implements delegation of calls to other contracts, with proper forwarding of return values and bubbling of failures. - It defines a fallback function that delegates all calls to the implementation.\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/upgradability/UUPSProxy.sol\":\"UUPSProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0x0edeb16b9821ae2b16e9d69c383b38d3ad2fbb3e0c06cf809a0786d96e602551\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88adc865fb1bd8dab4c58096e1d5887713f62c0405f8d2d17294727a8f43d8f7\",\"dweb:/ipfs/QmUJ27zsjxCatfoTFWho4k4qdhuBTorMqLuJzWqUX4Sdmg\"]},\"project:/contracts/upgradability/UUPSProxy.sol\":{\"keccak256\":\"0x1164a0047c0600d162060fc9ea72a5e50779a9ccd28143fa4a984f5a635493cc\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://1205e5b16fd67b2bf99bb917175d0bd1caaa1509d3f4a4f3c8184e8c40c564ef\",\"dweb:/ipfs/Qme96cpfG4LNjdA44H2CZP3zYT73XEtRZMXpBGMTDjtFVf\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xffec084e77ce3c0b595f0612687242f3d8b7a84cab15e5650c17428ee48d0b5b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://be0183816467872b053562d9a737042ac3a91ea67e3c74e03de5db7226f3e73b\",\"dweb:/ipfs/QmUyi4YXh1T7MExbrLwZ6rAdXTPChF8q27YpZxxniR6CHM\"]}},\"version\":1}",
27
- "bytecode": "0x608060405234801561001057600080fd5b5061022a806100206000396000f3fe6080604052600436106100225760003560e01c80634a0687ef1461003957610031565b366100315761002f610059565b005b61002f610059565b34801561004557600080fd5b5061002f6100543660046101c4565b61006b565b610069610064610171565b6101a0565b565b6001600160a01b0381166100c65760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006100f07f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101465760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016100bd565b61016e817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b600061019b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156101bf573d6000f35b3d6000fd5b6000602082840312156101d657600080fd5b81356001600160a01b03811681146101ed57600080fd5b939250505056fea264697066735822122055e86118ce2711c610170f2e930678ba3d15a2874e37c60b77b322eebc0ffc5f64736f6c634300080d0033",
28
- "deployedBytecode": "0x6080604052600436106100225760003560e01c80634a0687ef1461003957610031565b366100315761002f610059565b005b61002f610059565b34801561004557600080fd5b5061002f6100543660046101c4565b61006b565b610069610064610171565b6101a0565b565b6001600160a01b0381166100c65760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006100f07f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101465760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016100bd565b61016e817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b600061019b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156101bf573d6000f35b3d6000fd5b6000602082840312156101d657600080fd5b81356001600160a01b03811681146101ed57600080fd5b939250505056fea264697066735822122055e86118ce2711c610170f2e930678ba3d15a2874e37c60b77b322eebc0ffc5f64736f6c634300080d0033",
26
+ "metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAddress\",\"type\":\"address\"}],\"name\":\"initializeProxy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"initializeProxy(address)\":{\"details\":\"Proxy initialization function. This should only be called once and it is permission-less.\",\"params\":{\"initialAddress\":\"Initial logic contract code address to be used.\"}}},\"title\":\"UUPS (Universal Upgradeable Proxy Standard) Proxy NOTE: - Compliant with [Universal Upgradeable Proxy Standard](https://eips.ethereum.org/EIPS/eip-1822) - Compiiant with [Standard Proxy Storage Slots](https://eips.ethereum.org/EIPS/eip-1967) - Implements delegation of calls to other contracts, with proper forwarding of return values and bubbling of failures. - It defines a fallback function that delegates all calls to the implementation.\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/upgradability/UUPSProxy.sol\":\"UUPSProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0x0edeb16b9821ae2b16e9d69c383b38d3ad2fbb3e0c06cf809a0786d96e602551\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88adc865fb1bd8dab4c58096e1d5887713f62c0405f8d2d17294727a8f43d8f7\",\"dweb:/ipfs/QmUJ27zsjxCatfoTFWho4k4qdhuBTorMqLuJzWqUX4Sdmg\"]},\"project:/contracts/upgradability/UUPSProxy.sol\":{\"keccak256\":\"0x2c651f24af9c4405c20e0a14907f76f8a0d81ff751c89ebbce48ae7aceab5f58\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://dbf209416f8af6df9949194e682a902c4cbce37520a940c5bd123d5ffb1b7b56\",\"dweb:/ipfs/QmWy7TuYgtpRddTJYCubfzthA7ex7rPrxbLuzcG6bbw7mL\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xe624225773a60f62c7a0687afb0536ba19a17e4e5605ae71e8af77a0287aca59\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://4294e5eb5b194477bca3b8ca04ca92a6fe72dd6cf8da8f0d942a4a86c41c1c7f\",\"dweb:/ipfs/QmdfPXZxJPaBjKNfC8joTcvEhWammJHzRACB1S18sFYfd7\"]}},\"version\":1}",
27
+ "bytecode": "0x608060405234801561001057600080fd5b5061022a806100206000396000f3fe6080604052600436106100225760003560e01c80634a0687ef1461003957610031565b366100315761002f610059565b005b61002f610059565b34801561004557600080fd5b5061002f6100543660046101c4565b61006b565b610069610064610171565b6101a0565b565b6001600160a01b0381166100c65760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006100f07f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101465760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016100bd565b61016e817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b600061019b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156101bf573d6000f35b3d6000fd5b6000602082840312156101d657600080fd5b81356001600160a01b03811681146101ed57600080fd5b939250505056fea264697066735822122086b1fc3a42d3af20b0ab5b46a7113da519907b8dce59f9a2b801e27095423bbc64736f6c634300080e0033",
28
+ "deployedBytecode": "0x6080604052600436106100225760003560e01c80634a0687ef1461003957610031565b366100315761002f610059565b005b61002f610059565b34801561004557600080fd5b5061002f6100543660046101c4565b61006b565b610069610064610171565b6101a0565b565b6001600160a01b0381166100c65760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006100f07f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101465760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016100bd565b61016e817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b600061019b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156101bf573d6000f35b3d6000fd5b6000602082840312156101d657600080fd5b81356001600160a01b03811681146101ed57600080fd5b939250505056fea264697066735822122086b1fc3a42d3af20b0ab5b46a7113da519907b8dce59f9a2b801e27095423bbc64736f6c634300080e0033",
29
29
  "immutableReferences": {},
30
30
  "generatedSources": [],
31
31
  "deployedGeneratedSources": [
@@ -687,7 +687,7 @@
687
687
  ],
688
688
  "sourceMap": "655:716:94:-:0;;;;;;;;;;;;;;;;;;;",
689
689
  "deployedSourceMap": "655:716:94:-:0;;;;;;;;;;;;;;;;;;;;;;;2898:11:5;:9;:11::i;:::-;655:716:94;;2675:11:5;:9;:11::i;897:285:94:-;;;;;;;;;;-1:-1:-1;897:285:94;;;;;:::i;:::-;;:::i;2322:110:5:-;2397:28;2407:17;:15;:17::i;:::-;2397:9;:28::i;:::-;2322:110::o;897:285:94:-;-1:-1:-1;;;;;973:28:94;;965:64;;;;-1:-1:-1;;;965:64:94;;507:2:105;965:64:94;;;489:21:105;546:2;526:18;;;519:30;585:25;565:18;;;558:53;628:18;;965:64:94;;;;;;;;;1085:1;1047:26;751:20:95;745:27;;618:170;1047:26:94;-1:-1:-1;;;;;1047:40:94;;1039:83;;;;-1:-1:-1;;;1039:83:94;;859:2:105;1039:83:94;;;841:21:105;898:2;878:18;;;871:30;937:32;917:18;;;910:60;987:18;;1039:83:94;657:354:105;1039:83:94;1132:43;1160:14;988:20:95;964:87;839:228;1132:43:94;897:285;:::o;1238:130::-;1305:7;1335:26;751:20:95;745:27;;618:170;1335:26:94;1328:33;;1238:130;:::o;948:895:5:-;1286:14;1283:1;1280;1267:34;1500:1;1497;1481:14;1478:1;1462:14;1455:5;1442:60;1576:16;1573:1;1570;1555:38;1614:6;1681:66;;;;1796:16;1793:1;1786:27;1681:66;1716:16;1713:1;1706:27;14:286:105;73:6;126:2;114:9;105:7;101:23;97:32;94:52;;;142:1;139;132:12;94:52;168:23;;-1:-1:-1;;;;;220:31:105;;210:42;;200:70;;266:1;263;256:12;200:70;289:5;14:286;-1:-1:-1;;;14:286:105:o",
690
- "source": "// SPDX-License-Identifier: AGPLv3\npragma solidity 0.8.13;\n\nimport { UUPSUtils } from \"./UUPSUtils.sol\";\nimport { Proxy } from \"@openzeppelin/contracts/proxy/Proxy.sol\";\n\n\n/**\n * @title UUPS (Universal Upgradeable Proxy Standard) Proxy\n *\n * NOTE:\n * - Compliant with [Universal Upgradeable Proxy Standard](https://eips.ethereum.org/EIPS/eip-1822)\n * - Compiiant with [Standard Proxy Storage Slots](https://eips.ethereum.org/EIPS/eip-1967)\n * - Implements delegation of calls to other contracts, with proper forwarding of\n * return values and bubbling of failures.\n * - It defines a fallback function that delegates all calls to the implementation.\n */\ncontract UUPSProxy is Proxy {\n\n /**\n * @dev Proxy initialization function.\n * This should only be called once and it is permission-less.\n * @param initialAddress Initial logic contract code address to be used.\n */\n function initializeProxy(address initialAddress) external {\n require(initialAddress != address(0), \"UUPSProxy: zero address\");\n require(UUPSUtils.implementation() == address(0), \"UUPSProxy: already initialized\");\n UUPSUtils.setImplementation(initialAddress);\n }\n\n /// @dev Proxy._implementation implementation\n function _implementation() internal virtual override view returns (address)\n {\n return UUPSUtils.implementation();\n }\n\n}\n",
690
+ "source": "// SPDX-License-Identifier: AGPLv3\npragma solidity 0.8.14;\n\nimport { UUPSUtils } from \"./UUPSUtils.sol\";\nimport { Proxy } from \"@openzeppelin/contracts/proxy/Proxy.sol\";\n\n\n/**\n * @title UUPS (Universal Upgradeable Proxy Standard) Proxy\n *\n * NOTE:\n * - Compliant with [Universal Upgradeable Proxy Standard](https://eips.ethereum.org/EIPS/eip-1822)\n * - Compiiant with [Standard Proxy Storage Slots](https://eips.ethereum.org/EIPS/eip-1967)\n * - Implements delegation of calls to other contracts, with proper forwarding of\n * return values and bubbling of failures.\n * - It defines a fallback function that delegates all calls to the implementation.\n */\ncontract UUPSProxy is Proxy {\n\n /**\n * @dev Proxy initialization function.\n * This should only be called once and it is permission-less.\n * @param initialAddress Initial logic contract code address to be used.\n */\n function initializeProxy(address initialAddress) external {\n require(initialAddress != address(0), \"UUPSProxy: zero address\");\n require(UUPSUtils.implementation() == address(0), \"UUPSProxy: already initialized\");\n UUPSUtils.setImplementation(initialAddress);\n }\n\n /// @dev Proxy._implementation implementation\n function _implementation() internal virtual override view returns (address)\n {\n return UUPSUtils.implementation();\n }\n\n}\n",
691
691
  "sourcePath": "/home/runner/work/protocol-monorepo/protocol-monorepo/packages/ethereum-contracts/contracts/upgradability/UUPSProxy.sol",
692
692
  "ast": {
693
693
  "absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
@@ -696,22 +696,22 @@
696
696
  688
697
697
  ],
698
698
  "UUPSProxy": [
699
- 34895
699
+ 34914
700
700
  ],
701
701
  "UUPSUtils": [
702
- 34919
702
+ 34938
703
703
  ]
704
704
  },
705
- "id": 34896,
705
+ "id": 34915,
706
706
  "license": "AGPLv3",
707
707
  "nodeType": "SourceUnit",
708
708
  "nodes": [
709
709
  {
710
- "id": 34840,
710
+ "id": 34859,
711
711
  "literals": [
712
712
  "solidity",
713
713
  "0.8",
714
- ".13"
714
+ ".14"
715
715
  ],
716
716
  "nodeType": "PragmaDirective",
717
717
  "src": "35:23:94"
@@ -719,20 +719,20 @@
719
719
  {
720
720
  "absolutePath": "project:/contracts/upgradability/UUPSUtils.sol",
721
721
  "file": "./UUPSUtils.sol",
722
- "id": 34842,
722
+ "id": 34861,
723
723
  "nameLocation": "-1:-1:-1",
724
724
  "nodeType": "ImportDirective",
725
- "scope": 34896,
726
- "sourceUnit": 34920,
725
+ "scope": 34915,
726
+ "sourceUnit": 34939,
727
727
  "src": "60:44:94",
728
728
  "symbolAliases": [
729
729
  {
730
730
  "foreign": {
731
- "id": 34841,
731
+ "id": 34860,
732
732
  "name": "UUPSUtils",
733
733
  "nodeType": "Identifier",
734
734
  "overloadedDeclarations": [],
735
- "referencedDeclaration": 34919,
735
+ "referencedDeclaration": 34938,
736
736
  "src": "69:9:94",
737
737
  "typeDescriptions": {}
738
738
  },
@@ -744,16 +744,16 @@
744
744
  {
745
745
  "absolutePath": "@openzeppelin/contracts/proxy/Proxy.sol",
746
746
  "file": "@openzeppelin/contracts/proxy/Proxy.sol",
747
- "id": 34844,
747
+ "id": 34863,
748
748
  "nameLocation": "-1:-1:-1",
749
749
  "nodeType": "ImportDirective",
750
- "scope": 34896,
750
+ "scope": 34915,
751
751
  "sourceUnit": 689,
752
752
  "src": "105:64:94",
753
753
  "symbolAliases": [
754
754
  {
755
755
  "foreign": {
756
- "id": 34843,
756
+ "id": 34862,
757
757
  "name": "Proxy",
758
758
  "nodeType": "Identifier",
759
759
  "overloadedDeclarations": [],
@@ -771,13 +771,13 @@
771
771
  "baseContracts": [
772
772
  {
773
773
  "baseName": {
774
- "id": 34846,
774
+ "id": 34865,
775
775
  "name": "Proxy",
776
776
  "nodeType": "IdentifierPath",
777
777
  "referencedDeclaration": 688,
778
778
  "src": "677:5:94"
779
779
  },
780
- "id": 34847,
780
+ "id": 34866,
781
781
  "nodeType": "InheritanceSpecifier",
782
782
  "src": "677:5:94"
783
783
  }
@@ -786,15 +786,15 @@
786
786
  "contractDependencies": [],
787
787
  "contractKind": "contract",
788
788
  "documentation": {
789
- "id": 34845,
789
+ "id": 34864,
790
790
  "nodeType": "StructuredDocumentation",
791
791
  "src": "172:482:94",
792
792
  "text": " @title UUPS (Universal Upgradeable Proxy Standard) Proxy\n NOTE:\n - Compliant with [Universal Upgradeable Proxy Standard](https://eips.ethereum.org/EIPS/eip-1822)\n - Compiiant with [Standard Proxy Storage Slots](https://eips.ethereum.org/EIPS/eip-1967)\n - Implements delegation of calls to other contracts, with proper forwarding of\n return values and bubbling of failures.\n - It defines a fallback function that delegates all calls to the implementation."
793
793
  },
794
794
  "fullyImplemented": true,
795
- "id": 34895,
795
+ "id": 34914,
796
796
  "linearizedBaseContracts": [
797
- 34895,
797
+ 34914,
798
798
  688
799
799
  ],
800
800
  "name": "UUPSProxy",
@@ -803,7 +803,7 @@
803
803
  "nodes": [
804
804
  {
805
805
  "body": {
806
- "id": 34881,
806
+ "id": 34900,
807
807
  "nodeType": "Block",
808
808
  "src": "955:227:94",
809
809
  "statements": [
@@ -815,17 +815,17 @@
815
815
  "typeIdentifier": "t_address",
816
816
  "typeString": "address"
817
817
  },
818
- "id": 34859,
818
+ "id": 34878,
819
819
  "isConstant": false,
820
820
  "isLValue": false,
821
821
  "isPure": false,
822
822
  "lValueRequested": false,
823
823
  "leftExpression": {
824
- "id": 34854,
824
+ "id": 34873,
825
825
  "name": "initialAddress",
826
826
  "nodeType": "Identifier",
827
827
  "overloadedDeclarations": [],
828
- "referencedDeclaration": 34850,
828
+ "referencedDeclaration": 34869,
829
829
  "src": "973:14:94",
830
830
  "typeDescriptions": {
831
831
  "typeIdentifier": "t_address",
@@ -838,7 +838,7 @@
838
838
  "arguments": [
839
839
  {
840
840
  "hexValue": "30",
841
- "id": 34857,
841
+ "id": 34876,
842
842
  "isConstant": false,
843
843
  "isLValue": false,
844
844
  "isPure": true,
@@ -860,7 +860,7 @@
860
860
  "typeString": "int_const 0"
861
861
  }
862
862
  ],
863
- "id": 34856,
863
+ "id": 34875,
864
864
  "isConstant": false,
865
865
  "isLValue": false,
866
866
  "isPure": true,
@@ -872,14 +872,14 @@
872
872
  "typeString": "type(address)"
873
873
  },
874
874
  "typeName": {
875
- "id": 34855,
875
+ "id": 34874,
876
876
  "name": "address",
877
877
  "nodeType": "ElementaryTypeName",
878
878
  "src": "991:7:94",
879
879
  "typeDescriptions": {}
880
880
  }
881
881
  },
882
- "id": 34858,
882
+ "id": 34877,
883
883
  "isConstant": false,
884
884
  "isLValue": false,
885
885
  "isPure": true,
@@ -902,7 +902,7 @@
902
902
  },
903
903
  {
904
904
  "hexValue": "5555505350726f78793a207a65726f2061646472657373",
905
- "id": 34860,
905
+ "id": 34879,
906
906
  "isConstant": false,
907
907
  "isLValue": false,
908
908
  "isPure": true,
@@ -928,7 +928,7 @@
928
928
  "typeString": "literal_string \"UUPSProxy: zero address\""
929
929
  }
930
930
  ],
931
- "id": 34853,
931
+ "id": 34872,
932
932
  "name": "require",
933
933
  "nodeType": "Identifier",
934
934
  "overloadedDeclarations": [
@@ -942,7 +942,7 @@
942
942
  "typeString": "function (bool,string memory) pure"
943
943
  }
944
944
  },
945
- "id": 34861,
945
+ "id": 34880,
946
946
  "isConstant": false,
947
947
  "isLValue": false,
948
948
  "isPure": false,
@@ -957,7 +957,7 @@
957
957
  "typeString": "tuple()"
958
958
  }
959
959
  },
960
- "id": 34862,
960
+ "id": 34881,
961
961
  "nodeType": "ExpressionStatement",
962
962
  "src": "965:64:94"
963
963
  },
@@ -969,7 +969,7 @@
969
969
  "typeIdentifier": "t_address",
970
970
  "typeString": "address"
971
971
  },
972
- "id": 34871,
972
+ "id": 34890,
973
973
  "isConstant": false,
974
974
  "isLValue": false,
975
975
  "isPure": false,
@@ -979,32 +979,32 @@
979
979
  "expression": {
980
980
  "argumentTypes": [],
981
981
  "expression": {
982
- "id": 34864,
982
+ "id": 34883,
983
983
  "name": "UUPSUtils",
984
984
  "nodeType": "Identifier",
985
985
  "overloadedDeclarations": [],
986
- "referencedDeclaration": 34919,
986
+ "referencedDeclaration": 34938,
987
987
  "src": "1047:9:94",
988
988
  "typeDescriptions": {
989
- "typeIdentifier": "t_type$_t_contract$_UUPSUtils_$34919_$",
989
+ "typeIdentifier": "t_type$_t_contract$_UUPSUtils_$34938_$",
990
990
  "typeString": "type(library UUPSUtils)"
991
991
  }
992
992
  },
993
- "id": 34865,
993
+ "id": 34884,
994
994
  "isConstant": false,
995
995
  "isLValue": false,
996
996
  "isPure": false,
997
997
  "lValueRequested": false,
998
998
  "memberName": "implementation",
999
999
  "nodeType": "MemberAccess",
1000
- "referencedDeclaration": 34910,
1000
+ "referencedDeclaration": 34929,
1001
1001
  "src": "1047:24:94",
1002
1002
  "typeDescriptions": {
1003
1003
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1004
1004
  "typeString": "function () view returns (address)"
1005
1005
  }
1006
1006
  },
1007
- "id": 34866,
1007
+ "id": 34885,
1008
1008
  "isConstant": false,
1009
1009
  "isLValue": false,
1010
1010
  "isPure": false,
@@ -1025,7 +1025,7 @@
1025
1025
  "arguments": [
1026
1026
  {
1027
1027
  "hexValue": "30",
1028
- "id": 34869,
1028
+ "id": 34888,
1029
1029
  "isConstant": false,
1030
1030
  "isLValue": false,
1031
1031
  "isPure": true,
@@ -1047,7 +1047,7 @@
1047
1047
  "typeString": "int_const 0"
1048
1048
  }
1049
1049
  ],
1050
- "id": 34868,
1050
+ "id": 34887,
1051
1051
  "isConstant": false,
1052
1052
  "isLValue": false,
1053
1053
  "isPure": true,
@@ -1059,14 +1059,14 @@
1059
1059
  "typeString": "type(address)"
1060
1060
  },
1061
1061
  "typeName": {
1062
- "id": 34867,
1062
+ "id": 34886,
1063
1063
  "name": "address",
1064
1064
  "nodeType": "ElementaryTypeName",
1065
1065
  "src": "1077:7:94",
1066
1066
  "typeDescriptions": {}
1067
1067
  }
1068
1068
  },
1069
- "id": 34870,
1069
+ "id": 34889,
1070
1070
  "isConstant": false,
1071
1071
  "isLValue": false,
1072
1072
  "isPure": true,
@@ -1089,7 +1089,7 @@
1089
1089
  },
1090
1090
  {
1091
1091
  "hexValue": "5555505350726f78793a20616c726561647920696e697469616c697a6564",
1092
- "id": 34872,
1092
+ "id": 34891,
1093
1093
  "isConstant": false,
1094
1094
  "isLValue": false,
1095
1095
  "isPure": true,
@@ -1115,7 +1115,7 @@
1115
1115
  "typeString": "literal_string \"UUPSProxy: already initialized\""
1116
1116
  }
1117
1117
  ],
1118
- "id": 34863,
1118
+ "id": 34882,
1119
1119
  "name": "require",
1120
1120
  "nodeType": "Identifier",
1121
1121
  "overloadedDeclarations": [
@@ -1129,7 +1129,7 @@
1129
1129
  "typeString": "function (bool,string memory) pure"
1130
1130
  }
1131
1131
  },
1132
- "id": 34873,
1132
+ "id": 34892,
1133
1133
  "isConstant": false,
1134
1134
  "isLValue": false,
1135
1135
  "isPure": false,
@@ -1144,7 +1144,7 @@
1144
1144
  "typeString": "tuple()"
1145
1145
  }
1146
1146
  },
1147
- "id": 34874,
1147
+ "id": 34893,
1148
1148
  "nodeType": "ExpressionStatement",
1149
1149
  "src": "1039:83:94"
1150
1150
  },
@@ -1152,11 +1152,11 @@
1152
1152
  "expression": {
1153
1153
  "arguments": [
1154
1154
  {
1155
- "id": 34878,
1155
+ "id": 34897,
1156
1156
  "name": "initialAddress",
1157
1157
  "nodeType": "Identifier",
1158
1158
  "overloadedDeclarations": [],
1159
- "referencedDeclaration": 34850,
1159
+ "referencedDeclaration": 34869,
1160
1160
  "src": "1160:14:94",
1161
1161
  "typeDescriptions": {
1162
1162
  "typeIdentifier": "t_address",
@@ -1172,32 +1172,32 @@
1172
1172
  }
1173
1173
  ],
1174
1174
  "expression": {
1175
- "id": 34875,
1175
+ "id": 34894,
1176
1176
  "name": "UUPSUtils",
1177
1177
  "nodeType": "Identifier",
1178
1178
  "overloadedDeclarations": [],
1179
- "referencedDeclaration": 34919,
1179
+ "referencedDeclaration": 34938,
1180
1180
  "src": "1132:9:94",
1181
1181
  "typeDescriptions": {
1182
- "typeIdentifier": "t_type$_t_contract$_UUPSUtils_$34919_$",
1182
+ "typeIdentifier": "t_type$_t_contract$_UUPSUtils_$34938_$",
1183
1183
  "typeString": "type(library UUPSUtils)"
1184
1184
  }
1185
1185
  },
1186
- "id": 34877,
1186
+ "id": 34896,
1187
1187
  "isConstant": false,
1188
1188
  "isLValue": false,
1189
1189
  "isPure": false,
1190
1190
  "lValueRequested": false,
1191
1191
  "memberName": "setImplementation",
1192
1192
  "nodeType": "MemberAccess",
1193
- "referencedDeclaration": 34918,
1193
+ "referencedDeclaration": 34937,
1194
1194
  "src": "1132:27:94",
1195
1195
  "typeDescriptions": {
1196
1196
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
1197
1197
  "typeString": "function (address)"
1198
1198
  }
1199
1199
  },
1200
- "id": 34879,
1200
+ "id": 34898,
1201
1201
  "isConstant": false,
1202
1202
  "isLValue": false,
1203
1203
  "isPure": false,
@@ -1212,20 +1212,20 @@
1212
1212
  "typeString": "tuple()"
1213
1213
  }
1214
1214
  },
1215
- "id": 34880,
1215
+ "id": 34899,
1216
1216
  "nodeType": "ExpressionStatement",
1217
1217
  "src": "1132:43:94"
1218
1218
  }
1219
1219
  ]
1220
1220
  },
1221
1221
  "documentation": {
1222
- "id": 34848,
1222
+ "id": 34867,
1223
1223
  "nodeType": "StructuredDocumentation",
1224
1224
  "src": "690:202:94",
1225
1225
  "text": " @dev Proxy initialization function.\n This should only be called once and it is permission-less.\n @param initialAddress Initial logic contract code address to be used."
1226
1226
  },
1227
1227
  "functionSelector": "4a0687ef",
1228
- "id": 34882,
1228
+ "id": 34901,
1229
1229
  "implemented": true,
1230
1230
  "kind": "function",
1231
1231
  "modifiers": [],
@@ -1233,17 +1233,17 @@
1233
1233
  "nameLocation": "906:15:94",
1234
1234
  "nodeType": "FunctionDefinition",
1235
1235
  "parameters": {
1236
- "id": 34851,
1236
+ "id": 34870,
1237
1237
  "nodeType": "ParameterList",
1238
1238
  "parameters": [
1239
1239
  {
1240
1240
  "constant": false,
1241
- "id": 34850,
1241
+ "id": 34869,
1242
1242
  "mutability": "mutable",
1243
1243
  "name": "initialAddress",
1244
1244
  "nameLocation": "930:14:94",
1245
1245
  "nodeType": "VariableDeclaration",
1246
- "scope": 34882,
1246
+ "scope": 34901,
1247
1247
  "src": "922:22:94",
1248
1248
  "stateVariable": false,
1249
1249
  "storageLocation": "default",
@@ -1252,7 +1252,7 @@
1252
1252
  "typeString": "address"
1253
1253
  },
1254
1254
  "typeName": {
1255
- "id": 34849,
1255
+ "id": 34868,
1256
1256
  "name": "address",
1257
1257
  "nodeType": "ElementaryTypeName",
1258
1258
  "src": "922:7:94",
@@ -1268,12 +1268,12 @@
1268
1268
  "src": "921:24:94"
1269
1269
  },
1270
1270
  "returnParameters": {
1271
- "id": 34852,
1271
+ "id": 34871,
1272
1272
  "nodeType": "ParameterList",
1273
1273
  "parameters": [],
1274
1274
  "src": "955:0:94"
1275
1275
  },
1276
- "scope": 34895,
1276
+ "scope": 34914,
1277
1277
  "src": "897:285:94",
1278
1278
  "stateMutability": "nonpayable",
1279
1279
  "virtual": false,
@@ -1284,7 +1284,7 @@
1284
1284
  653
1285
1285
  ],
1286
1286
  "body": {
1287
- "id": 34893,
1287
+ "id": 34912,
1288
1288
  "nodeType": "Block",
1289
1289
  "src": "1318:50:94",
1290
1290
  "statements": [
@@ -1294,32 +1294,32 @@
1294
1294
  "expression": {
1295
1295
  "argumentTypes": [],
1296
1296
  "expression": {
1297
- "id": 34889,
1297
+ "id": 34908,
1298
1298
  "name": "UUPSUtils",
1299
1299
  "nodeType": "Identifier",
1300
1300
  "overloadedDeclarations": [],
1301
- "referencedDeclaration": 34919,
1301
+ "referencedDeclaration": 34938,
1302
1302
  "src": "1335:9:94",
1303
1303
  "typeDescriptions": {
1304
- "typeIdentifier": "t_type$_t_contract$_UUPSUtils_$34919_$",
1304
+ "typeIdentifier": "t_type$_t_contract$_UUPSUtils_$34938_$",
1305
1305
  "typeString": "type(library UUPSUtils)"
1306
1306
  }
1307
1307
  },
1308
- "id": 34890,
1308
+ "id": 34909,
1309
1309
  "isConstant": false,
1310
1310
  "isLValue": false,
1311
1311
  "isPure": false,
1312
1312
  "lValueRequested": false,
1313
1313
  "memberName": "implementation",
1314
1314
  "nodeType": "MemberAccess",
1315
- "referencedDeclaration": 34910,
1315
+ "referencedDeclaration": 34929,
1316
1316
  "src": "1335:24:94",
1317
1317
  "typeDescriptions": {
1318
1318
  "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
1319
1319
  "typeString": "function () view returns (address)"
1320
1320
  }
1321
1321
  },
1322
- "id": 34891,
1322
+ "id": 34910,
1323
1323
  "isConstant": false,
1324
1324
  "isLValue": false,
1325
1325
  "isPure": false,
@@ -1334,20 +1334,20 @@
1334
1334
  "typeString": "address"
1335
1335
  }
1336
1336
  },
1337
- "functionReturnParameters": 34888,
1338
- "id": 34892,
1337
+ "functionReturnParameters": 34907,
1338
+ "id": 34911,
1339
1339
  "nodeType": "Return",
1340
1340
  "src": "1328:33:94"
1341
1341
  }
1342
1342
  ]
1343
1343
  },
1344
1344
  "documentation": {
1345
- "id": 34883,
1345
+ "id": 34902,
1346
1346
  "nodeType": "StructuredDocumentation",
1347
1347
  "src": "1188:45:94",
1348
1348
  "text": "@dev Proxy._implementation implementation"
1349
1349
  },
1350
- "id": 34894,
1350
+ "id": 34913,
1351
1351
  "implemented": true,
1352
1352
  "kind": "function",
1353
1353
  "modifiers": [],
@@ -1355,29 +1355,29 @@
1355
1355
  "nameLocation": "1247:15:94",
1356
1356
  "nodeType": "FunctionDefinition",
1357
1357
  "overrides": {
1358
- "id": 34885,
1358
+ "id": 34904,
1359
1359
  "nodeType": "OverrideSpecifier",
1360
1360
  "overrides": [],
1361
1361
  "src": "1282:8:94"
1362
1362
  },
1363
1363
  "parameters": {
1364
- "id": 34884,
1364
+ "id": 34903,
1365
1365
  "nodeType": "ParameterList",
1366
1366
  "parameters": [],
1367
1367
  "src": "1262:2:94"
1368
1368
  },
1369
1369
  "returnParameters": {
1370
- "id": 34888,
1370
+ "id": 34907,
1371
1371
  "nodeType": "ParameterList",
1372
1372
  "parameters": [
1373
1373
  {
1374
1374
  "constant": false,
1375
- "id": 34887,
1375
+ "id": 34906,
1376
1376
  "mutability": "mutable",
1377
1377
  "name": "",
1378
1378
  "nameLocation": "-1:-1:-1",
1379
1379
  "nodeType": "VariableDeclaration",
1380
- "scope": 34894,
1380
+ "scope": 34913,
1381
1381
  "src": "1305:7:94",
1382
1382
  "stateVariable": false,
1383
1383
  "storageLocation": "default",
@@ -1386,7 +1386,7 @@
1386
1386
  "typeString": "address"
1387
1387
  },
1388
1388
  "typeName": {
1389
- "id": 34886,
1389
+ "id": 34905,
1390
1390
  "name": "address",
1391
1391
  "nodeType": "ElementaryTypeName",
1392
1392
  "src": "1305:7:94",
@@ -1401,14 +1401,14 @@
1401
1401
  ],
1402
1402
  "src": "1304:9:94"
1403
1403
  },
1404
- "scope": 34895,
1404
+ "scope": 34914,
1405
1405
  "src": "1238:130:94",
1406
1406
  "stateMutability": "view",
1407
1407
  "virtual": true,
1408
1408
  "visibility": "internal"
1409
1409
  }
1410
1410
  ],
1411
- "scope": 34896,
1411
+ "scope": 34915,
1412
1412
  "src": "655:716:94",
1413
1413
  "usedErrors": []
1414
1414
  }
@@ -1417,11 +1417,11 @@
1417
1417
  },
1418
1418
  "compiler": {
1419
1419
  "name": "solc",
1420
- "version": "0.8.13+commit.abaa5c0e.Emscripten.clang"
1420
+ "version": "0.8.14+commit.80d49f37.Emscripten.clang"
1421
1421
  },
1422
1422
  "networks": {},
1423
1423
  "schemaVersion": "3.4.7",
1424
- "updatedAt": "2022-06-03T09:45:14.338Z",
1424
+ "updatedAt": "2022-06-20T11:32:30.088Z",
1425
1425
  "devdoc": {
1426
1426
  "kind": "dev",
1427
1427
  "methods": {