@superfluid-finance/ethereum-contracts 1.2.3-dev.3df6de8.0 → 1.2.3-dev.4eebafa.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 (118) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +10 -10
  5. package/build/contracts/AgreementLibrary.json +4 -4
  6. package/build/contracts/BaseRelayRecipient.json +1 -1
  7. package/build/contracts/BatchLiquidator.json +1385 -1242
  8. package/build/contracts/BatchOperation.json +1 -1
  9. package/build/contracts/CFAv1Library.json +3437 -3625
  10. package/build/contracts/CallUtils.json +1 -1
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +4440 -4451
  12. package/build/contracts/ConstantFlowAgreementV1.json +5204 -5204
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +1 -1
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +2 -2
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +79 -79
  19. package/build/contracts/ERC1820RegistryCompiled.json +1 -1
  20. package/build/contracts/ERC20.json +1008 -1008
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1816 -1816
  24. package/build/contracts/ERC20WithTokenInfo.json +1 -1
  25. package/build/contracts/ERC777Helper.json +1 -1
  26. package/build/contracts/ERC777RecipientDrainingGas.json +1874 -1874
  27. package/build/contracts/ERC777RecipientReverting.json +1896 -1896
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/EventsEmitter.json +414 -0
  30. package/build/contracts/ExclusiveInflowTestApp.json +4468 -4479
  31. package/build/contracts/FixedSizeData.json +405 -405
  32. package/build/contracts/FlowExchangeTestApp.json +4578 -4589
  33. package/build/contracts/FlowOperatorDefinitions.json +1 -1
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +319 -319
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +2 -2
  38. package/build/contracts/IDAv1Library.json +3227 -3403
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC777.json +1 -1
  45. package/build/contracts/IERC777Recipient.json +1 -1
  46. package/build/contracts/IERC777Sender.json +1 -1
  47. package/build/contracts/IInstantDistributionAgreementV1.json +2 -2
  48. package/build/contracts/IMaticBridgedNativeSuperToken.json +6 -6
  49. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +2 -2
  50. package/build/contracts/IMultiSigWallet.json +1 -1
  51. package/build/contracts/IPureSuperToken.json +6 -6
  52. package/build/contracts/IPureSuperTokenCustom.json +2 -2
  53. package/build/contracts/IRelayRecipient.json +1 -1
  54. package/build/contracts/IResolver.json +1 -1
  55. package/build/contracts/ISETH.json +6 -6
  56. package/build/contracts/ISETHCustom.json +2 -2
  57. package/build/contracts/ISuperAgreement.json +2 -2
  58. package/build/contracts/ISuperApp.json +2 -2
  59. package/build/contracts/ISuperToken.json +6 -6
  60. package/build/contracts/ISuperTokenFactory.json +2 -2
  61. package/build/contracts/ISuperfluid.json +2 -2
  62. package/build/contracts/ISuperfluidGovernance.json +2 -2
  63. package/build/contracts/ISuperfluidToken.json +122 -122
  64. package/build/contracts/ITOGAv1.json +2689 -2739
  65. package/build/contracts/ITOGAv2.json +2689 -2739
  66. package/build/contracts/Initializable.json +1 -1
  67. package/build/contracts/InstantDistributionAgreementV1.json +5387 -5387
  68. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +971 -971
  69. package/build/contracts/NonClosableOutflowTestApp.json +4343 -4354
  70. package/build/contracts/Ownable.json +1 -1
  71. package/build/contracts/Pausable.json +1 -1
  72. package/build/contracts/Proxy.json +1 -1
  73. package/build/contracts/PureSuperToken.json +694 -694
  74. package/build/contracts/Resolver.json +1058 -1058
  75. package/build/contracts/SETHProxy.json +661 -661
  76. package/build/contracts/SafeCast.json +1 -1
  77. package/build/contracts/SafeERC20.json +1 -1
  78. package/build/contracts/SafeMath.json +1 -1
  79. package/build/contracts/SelfDeletingFlowTestApp.json +4440 -4451
  80. package/build/contracts/SlotsBitmapLibrary.json +1757 -1757
  81. package/build/contracts/Strings.json +1 -1
  82. package/build/contracts/SuperAppBase.json +2 -2
  83. package/build/contracts/SuperAppDefinitions.json +1 -1
  84. package/build/contracts/SuperToken.json +9757 -9515
  85. package/build/contracts/SuperTokenFactory.json +2074 -2074
  86. package/build/contracts/SuperTokenFactoryBase.json +989 -989
  87. package/build/contracts/SuperTokenFactoryHelper.json +1095 -1095
  88. package/build/contracts/SuperUpgrader.json +2495 -2495
  89. package/build/contracts/Superfluid.json +12978 -12978
  90. package/build/contracts/SuperfluidFrameworkDeployer.json +2042 -2042
  91. package/build/contracts/SuperfluidGovernanceBase.json +9 -9
  92. package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
  93. package/build/contracts/SuperfluidGovernanceII.json +2022 -2022
  94. package/build/contracts/SuperfluidGovernanceIIProxy.json +227 -227
  95. package/build/contracts/SuperfluidLoader.json +752 -752
  96. package/build/contracts/SuperfluidToken.json +3476 -2953
  97. package/build/contracts/TOGA.json +4681 -4731
  98. package/build/contracts/TestGovernance.json +2402 -2402
  99. package/build/contracts/TestToken.json +1267 -1267
  100. package/build/contracts/TokenCustodian.json +903 -903
  101. package/build/contracts/TokenInfo.json +1 -1
  102. package/build/contracts/UUPSProxiable.json +233 -233
  103. package/build/contracts/UUPSProxy.json +257 -257
  104. package/build/contracts/UUPSUtils.json +85 -85
  105. package/build/contracts-sizes.txt +6 -6
  106. package/contracts/apps/CFAv1Library.sol +147 -111
  107. package/contracts/apps/IDAv1Library.sol +133 -101
  108. package/contracts/interfaces/superfluid/ISuperfluidToken.sol +8 -8
  109. package/contracts/libs/EventsEmitter.sol +16 -0
  110. package/contracts/mocks/CFAAppMocks.sol +52 -36
  111. package/contracts/mocks/CustomSuperTokenMock.sol +11 -4
  112. package/contracts/mocks/IDASuperAppTester.sol +24 -18
  113. package/contracts/mocks/MultiFlowTesterApp.sol +33 -24
  114. package/contracts/mocks/SuperAppMocks.sol +54 -40
  115. package/contracts/superfluid/SuperfluidToken.sol +33 -31
  116. package/contracts/utils/BatchLiquidator.sol +15 -11
  117. package/contracts/utils/TOGA.sol +40 -30
  118. package/package.json +2 -2
@@ -75,31 +75,31 @@
75
75
  "type": "receive"
76
76
  }
77
77
  ],
78
- "metadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAddress\",\"type\":\"address\"}],\"name\":\"initializeProxy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!\",\"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.\"}},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"title\":\"A proxy for governance which is both ownable and upgradable\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/gov/SuperfluidGovernanceII.sol\":\"SuperfluidGovernanceIIProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0x24e0364e503a9bbde94c715d26573a76f14cd2a202d45f96f52134ab806b67b9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e12cbaa7378fd9b62280e4e1d164bedcb4399ce238f5f98fc0eefb7e50577981\",\"dweb:/ipfs/QmXRoFGUgfsaRkoPT5bxNMtSayKTQ8GZATLPXf69HcRA51\"]},\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0x0edeb16b9821ae2b16e9d69c383b38d3ad2fbb3e0c06cf809a0786d96e602551\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88adc865fb1bd8dab4c58096e1d5887713f62c0405f8d2d17294727a8f43d8f7\",\"dweb:/ipfs/QmUJ27zsjxCatfoTFWho4k4qdhuBTorMqLuJzWqUX4Sdmg\"]},\"@openzeppelin/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x4823752b07b8ea4ca971b217e39457930e7cb103c2c91e2a29729e5ca907e4f0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6f319af26a9ade3e6cf3698bf1b84aa6213bdd7a76606ea9ba56ced163593934\",\"dweb:/ipfs/QmZ2u9zen5Htan4dSP1RZCY2XqB9HUwqkNCMzdn7aV2jWc\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xbbc8ac883ac3c0078ce5ad3e288fbb3ffcc8a30c3a98c0fda0114d64fc44fca2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87a7a5d2f6f63f84598af02b8c50ca2df2631cb8ba2453e8d95fcb17e4be9824\",\"dweb:/ipfs/QmR76hqtAcRqoFj33tmNjcWTLrgNsAaakYwnKZ8zoJtKei\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0xe4e0b7e3f0265ffaa565d26acd2d45f2633f19127ed625e5a05a9f201a87a667\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1762b5bc15a009b5f092ccf547b81e0827c8705884f18e0623e497658514a7ed\",\"dweb:/ipfs/QmTtmVQYuynan3j2uVjdjjRJS1mr7LPRgxSZNnfqC7oxkz\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x2ccf9d2313a313d41a791505f2b5abfdc62191b5d4334f7f7a82691c088a1c87\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b3a57d0854b2fdce6ebff933a48dca2445643d1eccfc27f00292e937f26c6a58\",\"dweb:/ipfs/QmW45rZooS9TqR4YXUbjRbtf2Bpb5ouSarBvfW1LdGprvV\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"project:/contracts/gov/SuperfluidGovernanceBase.sol\":{\"keccak256\":\"0xcbf4daa0e4c1da855ee47011428b4cd75c9fd5b7923749c481a882bbeb241fbb\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://bb93ada4ed13faf08607fc37eefdfa99342a3b766648158e58874acc1ea42861\",\"dweb:/ipfs/Qmdcks7t6bxnbR9f7q2Db9JMsicJeQJo7nEMppwPSCp4pg\"]},\"project:/contracts/gov/SuperfluidGovernanceII.sol\":{\"keccak256\":\"0x4c79628145579be0d968114ae336fa2a30ccb7c9c204d24fb675ba0340cb68c0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://9eecc74dec85e72b1f0c718a6f9365783f9b949b650d09dd35c05afa2ee39c5a\",\"dweb:/ipfs/QmS8nS6LgH9rn6iV9CAfgYo6es4MJ5tPuXGz5D93CB2mJs\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x199095781e4221b6015d859558da09977f79199f38d342ab4899c2cecdf8cec1\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://9fd3a5a8b16d8517e2af10e20390a9af5adbfa4e783e3a7dd89eb4588db98385\",\"dweb:/ipfs/QmPDtGR43DeMMVsHjUh7FYzMGsFKPpGriRkaahFpN5T5d3\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x57f4203168992c940eb6b8c7cc75f854cb36a1f9323b3f39ddc5e4fbe819c043\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://888941dfa3e5004f678f215b98a85d1bf54e412317928a78e0a1cff090773d4c\",\"dweb:/ipfs/QmVe838upcAyqpy1d3oQNHJrbRyWCKHL51zWrMKruvLxFG\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0x3cb0b7216007b942f7611d7b3d983c0df9408fdd4fd6b799c33fc9033e0abf8b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://17901a1fd3635f441671e14ece8ecc6806af20c5eb80cca3b7c6e53a51fef7b6\",\"dweb:/ipfs/QmUXXMfU6nmsyEnufyGEwyZ5M7pzpXNTr6vw32e3JjjoZp\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x2d9b845469a35b66f1166406149ac85e933dbe9156f57e4a4078948e6a6e71a4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://48e5cb11d4b90e42af521e23b33d57e12187c989d8d56be332b1649308168d45\",\"dweb:/ipfs/QmdaTW4HfpFfHjkHiJ3CmZUmCfLJyFCPTnCygwhiNhx3Tu\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0x2166f766b7f61f9bb1376b0948efa0d0c0046b93dc301e51ce495203b145189b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://929630e6a15f523b142b2897783b2f7a54532ac5ae578bd17a0b7f25a6ca2bd8\",\"dweb:/ipfs/QmTu9ffH9qbQncJGEc24bmnoCGjifQ7BG47AYR8AzMLfXR\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x9189eaba9e856cc4932ea29eeaf4e89a09448dde13860591691ec122856fdc75\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7d5991b906bba706373f5bfe3c2c8789a7a45360a41eee50574272b393c4ab70\",\"dweb:/ipfs/QmVCXVnYA13vMNxa7rGzNB129sUXiGE1asuHdnEMEPVZsp\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/upgradability/UUPSProxiable.sol\":{\"keccak256\":\"0x5f50cec21a585dab7b59545aeb51735f36e3222e4b0768370be8d46373d0ef05\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://acdd57d81b5b2d346da335636baf1e37da3d31cf2eef58af493e43bc65a27414\",\"dweb:/ipfs/QmTepRBNAfRBXVDBM37ME1jpw1YgcseVehC17sWpEYeFDc\"]},\"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}",
79
- "bytecode": "0x608060405234801561001057600080fd5b5061001a3361001f565b61006f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6104288061007e6000396000f3fe6080604052600436106100435760003560e01c80634a0687ef1461005a578063715018a61461007a5780638da5cb5b1461008f578063f2fde38b146100bb57610052565b36610052576100506100db565b005b6100506100db565b34801561006657600080fd5b506100506100753660046103c2565b6100ed565b34801561008657600080fd5b506100506101f3565b34801561009b57600080fd5b50600054604080516001600160a01b039092168252519081900360200190f35b3480156100c757600080fd5b506100506100d63660046103c2565b610257565b6100eb6100e661031f565b61034e565b565b6001600160a01b0381166101485760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006101727f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101c85760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a65640000604482015260640161013f565b6101f0817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6000546001600160a01b0316331461024d5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161013f565b6100eb6000610372565b6000546001600160a01b031633146102b15760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161013f565b6001600160a01b0381166103165760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161013f565b6101f081610372565b60006103497f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e80801561036d573d6000f35b3d6000fd5b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156103d457600080fd5b81356001600160a01b03811681146103eb57600080fd5b939250505056fea2646970667358221220b4321f85754fe43e67e3f44859b03eb2534d6d5c6d911c0b8d8bbaeaecf3cfe164736f6c634300080d0033",
80
- "deployedBytecode": "0x6080604052600436106100435760003560e01c80634a0687ef1461005a578063715018a61461007a5780638da5cb5b1461008f578063f2fde38b146100bb57610052565b36610052576100506100db565b005b6100506100db565b34801561006657600080fd5b506100506100753660046103c2565b6100ed565b34801561008657600080fd5b506100506101f3565b34801561009b57600080fd5b50600054604080516001600160a01b039092168252519081900360200190f35b3480156100c757600080fd5b506100506100d63660046103c2565b610257565b6100eb6100e661031f565b61034e565b565b6001600160a01b0381166101485760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006101727f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101c85760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a65640000604482015260640161013f565b6101f0817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6000546001600160a01b0316331461024d5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161013f565b6100eb6000610372565b6000546001600160a01b031633146102b15760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161013f565b6001600160a01b0381166103165760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161013f565b6101f081610372565b60006103497f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e80801561036d573d6000f35b3d6000fd5b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156103d457600080fd5b81356001600160a01b03811681146103eb57600080fd5b939250505056fea2646970667358221220b4321f85754fe43e67e3f44859b03eb2534d6d5c6d911c0b8d8bbaeaecf3cfe164736f6c634300080d0033",
78
+ "metadata": "{\"compiler\":{\"version\":\"0.8.13+commit.abaa5c0e\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"stateMutability\":\"payable\",\"type\":\"fallback\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAddress\",\"type\":\"address\"}],\"name\":\"initializeProxy\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"author\":\"Superfluid IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!\",\"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.\"}},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"}},\"title\":\"A proxy for governance which is both ownable and upgradable\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/gov/SuperfluidGovernanceII.sol\":\"SuperfluidGovernanceIIProxy\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0x24e0364e503a9bbde94c715d26573a76f14cd2a202d45f96f52134ab806b67b9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://e12cbaa7378fd9b62280e4e1d164bedcb4399ce238f5f98fc0eefb7e50577981\",\"dweb:/ipfs/QmXRoFGUgfsaRkoPT5bxNMtSayKTQ8GZATLPXf69HcRA51\"]},\"@openzeppelin/contracts/proxy/Proxy.sol\":{\"keccak256\":\"0x0edeb16b9821ae2b16e9d69c383b38d3ad2fbb3e0c06cf809a0786d96e602551\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://88adc865fb1bd8dab4c58096e1d5887713f62c0405f8d2d17294727a8f43d8f7\",\"dweb:/ipfs/QmUJ27zsjxCatfoTFWho4k4qdhuBTorMqLuJzWqUX4Sdmg\"]},\"@openzeppelin/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x4823752b07b8ea4ca971b217e39457930e7cb103c2c91e2a29729e5ca907e4f0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6f319af26a9ade3e6cf3698bf1b84aa6213bdd7a76606ea9ba56ced163593934\",\"dweb:/ipfs/QmZ2u9zen5Htan4dSP1RZCY2XqB9HUwqkNCMzdn7aV2jWc\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0xbbc8ac883ac3c0078ce5ad3e288fbb3ffcc8a30c3a98c0fda0114d64fc44fca2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://87a7a5d2f6f63f84598af02b8c50ca2df2631cb8ba2453e8d95fcb17e4be9824\",\"dweb:/ipfs/QmR76hqtAcRqoFj33tmNjcWTLrgNsAaakYwnKZ8zoJtKei\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0xe4e0b7e3f0265ffaa565d26acd2d45f2633f19127ed625e5a05a9f201a87a667\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1762b5bc15a009b5f092ccf547b81e0827c8705884f18e0623e497658514a7ed\",\"dweb:/ipfs/QmTtmVQYuynan3j2uVjdjjRJS1mr7LPRgxSZNnfqC7oxkz\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0x2ccf9d2313a313d41a791505f2b5abfdc62191b5d4334f7f7a82691c088a1c87\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b3a57d0854b2fdce6ebff933a48dca2445643d1eccfc27f00292e937f26c6a58\",\"dweb:/ipfs/QmW45rZooS9TqR4YXUbjRbtf2Bpb5ouSarBvfW1LdGprvV\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"project:/contracts/gov/SuperfluidGovernanceBase.sol\":{\"keccak256\":\"0xcbf4daa0e4c1da855ee47011428b4cd75c9fd5b7923749c481a882bbeb241fbb\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://bb93ada4ed13faf08607fc37eefdfa99342a3b766648158e58874acc1ea42861\",\"dweb:/ipfs/Qmdcks7t6bxnbR9f7q2Db9JMsicJeQJo7nEMppwPSCp4pg\"]},\"project:/contracts/gov/SuperfluidGovernanceII.sol\":{\"keccak256\":\"0x4c79628145579be0d968114ae336fa2a30ccb7c9c204d24fb675ba0340cb68c0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://9eecc74dec85e72b1f0c718a6f9365783f9b949b650d09dd35c05afa2ee39c5a\",\"dweb:/ipfs/QmS8nS6LgH9rn6iV9CAfgYo6es4MJ5tPuXGz5D93CB2mJs\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x199095781e4221b6015d859558da09977f79199f38d342ab4899c2cecdf8cec1\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://9fd3a5a8b16d8517e2af10e20390a9af5adbfa4e783e3a7dd89eb4588db98385\",\"dweb:/ipfs/QmPDtGR43DeMMVsHjUh7FYzMGsFKPpGriRkaahFpN5T5d3\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x57f4203168992c940eb6b8c7cc75f854cb36a1f9323b3f39ddc5e4fbe819c043\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://888941dfa3e5004f678f215b98a85d1bf54e412317928a78e0a1cff090773d4c\",\"dweb:/ipfs/QmVe838upcAyqpy1d3oQNHJrbRyWCKHL51zWrMKruvLxFG\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0x3cb0b7216007b942f7611d7b3d983c0df9408fdd4fd6b799c33fc9033e0abf8b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://17901a1fd3635f441671e14ece8ecc6806af20c5eb80cca3b7c6e53a51fef7b6\",\"dweb:/ipfs/QmUXXMfU6nmsyEnufyGEwyZ5M7pzpXNTr6vw32e3JjjoZp\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x2d9b845469a35b66f1166406149ac85e933dbe9156f57e4a4078948e6a6e71a4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://48e5cb11d4b90e42af521e23b33d57e12187c989d8d56be332b1649308168d45\",\"dweb:/ipfs/QmdaTW4HfpFfHjkHiJ3CmZUmCfLJyFCPTnCygwhiNhx3Tu\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0x2166f766b7f61f9bb1376b0948efa0d0c0046b93dc301e51ce495203b145189b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://929630e6a15f523b142b2897783b2f7a54532ac5ae578bd17a0b7f25a6ca2bd8\",\"dweb:/ipfs/QmTu9ffH9qbQncJGEc24bmnoCGjifQ7BG47AYR8AzMLfXR\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x518b869178aafffde40c654a1e24b3b1a2b5e42e5e8f17562556f404db8b9434\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://458ce84666b418fa3a7569c0e109db4d920fb6d1cb67ebc4c497c9c71107d93b\",\"dweb:/ipfs/QmV9nqhRF7MDGkV6UW3WWcqeXov2vmqHuRcvbqaaV8yP6u\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/upgradability/UUPSProxiable.sol\":{\"keccak256\":\"0x5f50cec21a585dab7b59545aeb51735f36e3222e4b0768370be8d46373d0ef05\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://acdd57d81b5b2d346da335636baf1e37da3d31cf2eef58af493e43bc65a27414\",\"dweb:/ipfs/QmTepRBNAfRBXVDBM37ME1jpw1YgcseVehC17sWpEYeFDc\"]},\"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}",
79
+ "bytecode": "0x608060405234801561001057600080fd5b5061001a3361001f565b61006f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6104288061007e6000396000f3fe6080604052600436106100435760003560e01c80634a0687ef1461005a578063715018a61461007a5780638da5cb5b1461008f578063f2fde38b146100bb57610052565b36610052576100506100db565b005b6100506100db565b34801561006657600080fd5b506100506100753660046103c2565b6100ed565b34801561008657600080fd5b506100506101f3565b34801561009b57600080fd5b50600054604080516001600160a01b039092168252519081900360200190f35b3480156100c757600080fd5b506100506100d63660046103c2565b610257565b6100eb6100e661031f565b61034e565b565b6001600160a01b0381166101485760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006101727f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101c85760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a65640000604482015260640161013f565b6101f0817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6000546001600160a01b0316331461024d5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161013f565b6100eb6000610372565b6000546001600160a01b031633146102b15760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161013f565b6001600160a01b0381166103165760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161013f565b6101f081610372565b60006103497f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e80801561036d573d6000f35b3d6000fd5b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156103d457600080fd5b81356001600160a01b03811681146103eb57600080fd5b939250505056fea26469706673582212205e71122ab3c03243269ee46f9120bc504be16674ae98cc5e3f7b1d535ba2174364736f6c634300080d0033",
80
+ "deployedBytecode": "0x6080604052600436106100435760003560e01c80634a0687ef1461005a578063715018a61461007a5780638da5cb5b1461008f578063f2fde38b146100bb57610052565b36610052576100506100db565b005b6100506100db565b34801561006657600080fd5b506100506100753660046103c2565b6100ed565b34801561008657600080fd5b506100506101f3565b34801561009b57600080fd5b50600054604080516001600160a01b039092168252519081900360200190f35b3480156100c757600080fd5b506100506100d63660046103c2565b610257565b6100eb6100e661031f565b61034e565b565b6001600160a01b0381166101485760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006101727f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101c85760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a65640000604482015260640161013f565b6101f0817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b6000546001600160a01b0316331461024d5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161013f565b6100eb6000610372565b6000546001600160a01b031633146102b15760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572604482015260640161013f565b6001600160a01b0381166103165760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b606482015260840161013f565b6101f081610372565b60006103497f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e80801561036d573d6000f35b3d6000fd5b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6000602082840312156103d457600080fd5b81356001600160a01b03811681146103eb57600080fd5b939250505056fea26469706673582212205e71122ab3c03243269ee46f9120bc504be16674ae98cc5e3f7b1d535ba2174364736f6c634300080d0033",
81
81
  "immutableReferences": {},
82
82
  "generatedSources": [],
83
83
  "deployedGeneratedSources": [
84
84
  {
85
85
  "ast": {
86
86
  "nodeType": "YulBlock",
87
- "src": "0:1989:104",
87
+ "src": "0:1989:105",
88
88
  "statements": [
89
89
  {
90
90
  "nodeType": "YulBlock",
91
- "src": "6:3:104",
91
+ "src": "6:3:105",
92
92
  "statements": []
93
93
  },
94
94
  {
95
95
  "body": {
96
96
  "nodeType": "YulBlock",
97
- "src": "84:216:104",
97
+ "src": "84:216:105",
98
98
  "statements": [
99
99
  {
100
100
  "body": {
101
101
  "nodeType": "YulBlock",
102
- "src": "130:16:104",
102
+ "src": "130:16:105",
103
103
  "statements": [
104
104
  {
105
105
  "expression": {
@@ -107,14 +107,14 @@
107
107
  {
108
108
  "kind": "number",
109
109
  "nodeType": "YulLiteral",
110
- "src": "139:1:104",
110
+ "src": "139:1:105",
111
111
  "type": "",
112
112
  "value": "0"
113
113
  },
114
114
  {
115
115
  "kind": "number",
116
116
  "nodeType": "YulLiteral",
117
- "src": "142:1:104",
117
+ "src": "142:1:105",
118
118
  "type": "",
119
119
  "value": "0"
120
120
  }
@@ -122,13 +122,13 @@
122
122
  "functionName": {
123
123
  "name": "revert",
124
124
  "nodeType": "YulIdentifier",
125
- "src": "132:6:104"
125
+ "src": "132:6:105"
126
126
  },
127
127
  "nodeType": "YulFunctionCall",
128
- "src": "132:12:104"
128
+ "src": "132:12:105"
129
129
  },
130
130
  "nodeType": "YulExpressionStatement",
131
- "src": "132:12:104"
131
+ "src": "132:12:105"
132
132
  }
133
133
  ]
134
134
  },
@@ -139,26 +139,26 @@
139
139
  {
140
140
  "name": "dataEnd",
141
141
  "nodeType": "YulIdentifier",
142
- "src": "105:7:104"
142
+ "src": "105:7:105"
143
143
  },
144
144
  {
145
145
  "name": "headStart",
146
146
  "nodeType": "YulIdentifier",
147
- "src": "114:9:104"
147
+ "src": "114:9:105"
148
148
  }
149
149
  ],
150
150
  "functionName": {
151
151
  "name": "sub",
152
152
  "nodeType": "YulIdentifier",
153
- "src": "101:3:104"
153
+ "src": "101:3:105"
154
154
  },
155
155
  "nodeType": "YulFunctionCall",
156
- "src": "101:23:104"
156
+ "src": "101:23:105"
157
157
  },
158
158
  {
159
159
  "kind": "number",
160
160
  "nodeType": "YulLiteral",
161
- "src": "126:2:104",
161
+ "src": "126:2:105",
162
162
  "type": "",
163
163
  "value": "32"
164
164
  }
@@ -166,38 +166,38 @@
166
166
  "functionName": {
167
167
  "name": "slt",
168
168
  "nodeType": "YulIdentifier",
169
- "src": "97:3:104"
169
+ "src": "97:3:105"
170
170
  },
171
171
  "nodeType": "YulFunctionCall",
172
- "src": "97:32:104"
172
+ "src": "97:32:105"
173
173
  },
174
174
  "nodeType": "YulIf",
175
- "src": "94:52:104"
175
+ "src": "94:52:105"
176
176
  },
177
177
  {
178
178
  "nodeType": "YulVariableDeclaration",
179
- "src": "155:36:104",
179
+ "src": "155:36:105",
180
180
  "value": {
181
181
  "arguments": [
182
182
  {
183
183
  "name": "headStart",
184
184
  "nodeType": "YulIdentifier",
185
- "src": "181:9:104"
185
+ "src": "181:9:105"
186
186
  }
187
187
  ],
188
188
  "functionName": {
189
189
  "name": "calldataload",
190
190
  "nodeType": "YulIdentifier",
191
- "src": "168:12:104"
191
+ "src": "168:12:105"
192
192
  },
193
193
  "nodeType": "YulFunctionCall",
194
- "src": "168:23:104"
194
+ "src": "168:23:105"
195
195
  },
196
196
  "variables": [
197
197
  {
198
198
  "name": "value",
199
199
  "nodeType": "YulTypedName",
200
- "src": "159:5:104",
200
+ "src": "159:5:105",
201
201
  "type": ""
202
202
  }
203
203
  ]
@@ -205,7 +205,7 @@
205
205
  {
206
206
  "body": {
207
207
  "nodeType": "YulBlock",
208
- "src": "254:16:104",
208
+ "src": "254:16:105",
209
209
  "statements": [
210
210
  {
211
211
  "expression": {
@@ -213,14 +213,14 @@
213
213
  {
214
214
  "kind": "number",
215
215
  "nodeType": "YulLiteral",
216
- "src": "263:1:104",
216
+ "src": "263:1:105",
217
217
  "type": "",
218
218
  "value": "0"
219
219
  },
220
220
  {
221
221
  "kind": "number",
222
222
  "nodeType": "YulLiteral",
223
- "src": "266:1:104",
223
+ "src": "266:1:105",
224
224
  "type": "",
225
225
  "value": "0"
226
226
  }
@@ -228,13 +228,13 @@
228
228
  "functionName": {
229
229
  "name": "revert",
230
230
  "nodeType": "YulIdentifier",
231
- "src": "256:6:104"
231
+ "src": "256:6:105"
232
232
  },
233
233
  "nodeType": "YulFunctionCall",
234
- "src": "256:12:104"
234
+ "src": "256:12:105"
235
235
  },
236
236
  "nodeType": "YulExpressionStatement",
237
- "src": "256:12:104"
237
+ "src": "256:12:105"
238
238
  }
239
239
  ]
240
240
  },
@@ -245,14 +245,14 @@
245
245
  {
246
246
  "name": "value",
247
247
  "nodeType": "YulIdentifier",
248
- "src": "213:5:104"
248
+ "src": "213:5:105"
249
249
  },
250
250
  {
251
251
  "arguments": [
252
252
  {
253
253
  "name": "value",
254
254
  "nodeType": "YulIdentifier",
255
- "src": "224:5:104"
255
+ "src": "224:5:105"
256
256
  },
257
257
  {
258
258
  "arguments": [
@@ -261,14 +261,14 @@
261
261
  {
262
262
  "kind": "number",
263
263
  "nodeType": "YulLiteral",
264
- "src": "239:3:104",
264
+ "src": "239:3:105",
265
265
  "type": "",
266
266
  "value": "160"
267
267
  },
268
268
  {
269
269
  "kind": "number",
270
270
  "nodeType": "YulLiteral",
271
- "src": "244:1:104",
271
+ "src": "244:1:105",
272
272
  "type": "",
273
273
  "value": "1"
274
274
  }
@@ -276,15 +276,15 @@
276
276
  "functionName": {
277
277
  "name": "shl",
278
278
  "nodeType": "YulIdentifier",
279
- "src": "235:3:104"
279
+ "src": "235:3:105"
280
280
  },
281
281
  "nodeType": "YulFunctionCall",
282
- "src": "235:11:104"
282
+ "src": "235:11:105"
283
283
  },
284
284
  {
285
285
  "kind": "number",
286
286
  "nodeType": "YulLiteral",
287
- "src": "248:1:104",
287
+ "src": "248:1:105",
288
288
  "type": "",
289
289
  "value": "1"
290
290
  }
@@ -292,54 +292,54 @@
292
292
  "functionName": {
293
293
  "name": "sub",
294
294
  "nodeType": "YulIdentifier",
295
- "src": "231:3:104"
295
+ "src": "231:3:105"
296
296
  },
297
297
  "nodeType": "YulFunctionCall",
298
- "src": "231:19:104"
298
+ "src": "231:19:105"
299
299
  }
300
300
  ],
301
301
  "functionName": {
302
302
  "name": "and",
303
303
  "nodeType": "YulIdentifier",
304
- "src": "220:3:104"
304
+ "src": "220:3:105"
305
305
  },
306
306
  "nodeType": "YulFunctionCall",
307
- "src": "220:31:104"
307
+ "src": "220:31:105"
308
308
  }
309
309
  ],
310
310
  "functionName": {
311
311
  "name": "eq",
312
312
  "nodeType": "YulIdentifier",
313
- "src": "210:2:104"
313
+ "src": "210:2:105"
314
314
  },
315
315
  "nodeType": "YulFunctionCall",
316
- "src": "210:42:104"
316
+ "src": "210:42:105"
317
317
  }
318
318
  ],
319
319
  "functionName": {
320
320
  "name": "iszero",
321
321
  "nodeType": "YulIdentifier",
322
- "src": "203:6:104"
322
+ "src": "203:6:105"
323
323
  },
324
324
  "nodeType": "YulFunctionCall",
325
- "src": "203:50:104"
325
+ "src": "203:50:105"
326
326
  },
327
327
  "nodeType": "YulIf",
328
- "src": "200:70:104"
328
+ "src": "200:70:105"
329
329
  },
330
330
  {
331
331
  "nodeType": "YulAssignment",
332
- "src": "279:15:104",
332
+ "src": "279:15:105",
333
333
  "value": {
334
334
  "name": "value",
335
335
  "nodeType": "YulIdentifier",
336
- "src": "289:5:104"
336
+ "src": "289:5:105"
337
337
  },
338
338
  "variableNames": [
339
339
  {
340
340
  "name": "value0",
341
341
  "nodeType": "YulIdentifier",
342
- "src": "279:6:104"
342
+ "src": "279:6:105"
343
343
  }
344
344
  ]
345
345
  }
@@ -351,13 +351,13 @@
351
351
  {
352
352
  "name": "headStart",
353
353
  "nodeType": "YulTypedName",
354
- "src": "50:9:104",
354
+ "src": "50:9:105",
355
355
  "type": ""
356
356
  },
357
357
  {
358
358
  "name": "dataEnd",
359
359
  "nodeType": "YulTypedName",
360
- "src": "61:7:104",
360
+ "src": "61:7:105",
361
361
  "type": ""
362
362
  }
363
363
  ],
@@ -365,31 +365,31 @@
365
365
  {
366
366
  "name": "value0",
367
367
  "nodeType": "YulTypedName",
368
- "src": "73:6:104",
368
+ "src": "73:6:105",
369
369
  "type": ""
370
370
  }
371
371
  ],
372
- "src": "14:286:104"
372
+ "src": "14:286:105"
373
373
  },
374
374
  {
375
375
  "body": {
376
376
  "nodeType": "YulBlock",
377
- "src": "406:102:104",
377
+ "src": "406:102:105",
378
378
  "statements": [
379
379
  {
380
380
  "nodeType": "YulAssignment",
381
- "src": "416:26:104",
381
+ "src": "416:26:105",
382
382
  "value": {
383
383
  "arguments": [
384
384
  {
385
385
  "name": "headStart",
386
386
  "nodeType": "YulIdentifier",
387
- "src": "428:9:104"
387
+ "src": "428:9:105"
388
388
  },
389
389
  {
390
390
  "kind": "number",
391
391
  "nodeType": "YulLiteral",
392
- "src": "439:2:104",
392
+ "src": "439:2:105",
393
393
  "type": "",
394
394
  "value": "32"
395
395
  }
@@ -397,16 +397,16 @@
397
397
  "functionName": {
398
398
  "name": "add",
399
399
  "nodeType": "YulIdentifier",
400
- "src": "424:3:104"
400
+ "src": "424:3:105"
401
401
  },
402
402
  "nodeType": "YulFunctionCall",
403
- "src": "424:18:104"
403
+ "src": "424:18:105"
404
404
  },
405
405
  "variableNames": [
406
406
  {
407
407
  "name": "tail",
408
408
  "nodeType": "YulIdentifier",
409
- "src": "416:4:104"
409
+ "src": "416:4:105"
410
410
  }
411
411
  ]
412
412
  },
@@ -416,14 +416,14 @@
416
416
  {
417
417
  "name": "headStart",
418
418
  "nodeType": "YulIdentifier",
419
- "src": "458:9:104"
419
+ "src": "458:9:105"
420
420
  },
421
421
  {
422
422
  "arguments": [
423
423
  {
424
424
  "name": "value0",
425
425
  "nodeType": "YulIdentifier",
426
- "src": "473:6:104"
426
+ "src": "473:6:105"
427
427
  },
428
428
  {
429
429
  "arguments": [
@@ -432,14 +432,14 @@
432
432
  {
433
433
  "kind": "number",
434
434
  "nodeType": "YulLiteral",
435
- "src": "489:3:104",
435
+ "src": "489:3:105",
436
436
  "type": "",
437
437
  "value": "160"
438
438
  },
439
439
  {
440
440
  "kind": "number",
441
441
  "nodeType": "YulLiteral",
442
- "src": "494:1:104",
442
+ "src": "494:1:105",
443
443
  "type": "",
444
444
  "value": "1"
445
445
  }
@@ -447,15 +447,15 @@
447
447
  "functionName": {
448
448
  "name": "shl",
449
449
  "nodeType": "YulIdentifier",
450
- "src": "485:3:104"
450
+ "src": "485:3:105"
451
451
  },
452
452
  "nodeType": "YulFunctionCall",
453
- "src": "485:11:104"
453
+ "src": "485:11:105"
454
454
  },
455
455
  {
456
456
  "kind": "number",
457
457
  "nodeType": "YulLiteral",
458
- "src": "498:1:104",
458
+ "src": "498:1:105",
459
459
  "type": "",
460
460
  "value": "1"
461
461
  }
@@ -463,31 +463,31 @@
463
463
  "functionName": {
464
464
  "name": "sub",
465
465
  "nodeType": "YulIdentifier",
466
- "src": "481:3:104"
466
+ "src": "481:3:105"
467
467
  },
468
468
  "nodeType": "YulFunctionCall",
469
- "src": "481:19:104"
469
+ "src": "481:19:105"
470
470
  }
471
471
  ],
472
472
  "functionName": {
473
473
  "name": "and",
474
474
  "nodeType": "YulIdentifier",
475
- "src": "469:3:104"
475
+ "src": "469:3:105"
476
476
  },
477
477
  "nodeType": "YulFunctionCall",
478
- "src": "469:32:104"
478
+ "src": "469:32:105"
479
479
  }
480
480
  ],
481
481
  "functionName": {
482
482
  "name": "mstore",
483
483
  "nodeType": "YulIdentifier",
484
- "src": "451:6:104"
484
+ "src": "451:6:105"
485
485
  },
486
486
  "nodeType": "YulFunctionCall",
487
- "src": "451:51:104"
487
+ "src": "451:51:105"
488
488
  },
489
489
  "nodeType": "YulExpressionStatement",
490
- "src": "451:51:104"
490
+ "src": "451:51:105"
491
491
  }
492
492
  ]
493
493
  },
@@ -497,13 +497,13 @@
497
497
  {
498
498
  "name": "headStart",
499
499
  "nodeType": "YulTypedName",
500
- "src": "375:9:104",
500
+ "src": "375:9:105",
501
501
  "type": ""
502
502
  },
503
503
  {
504
504
  "name": "value0",
505
505
  "nodeType": "YulTypedName",
506
- "src": "386:6:104",
506
+ "src": "386:6:105",
507
507
  "type": ""
508
508
  }
509
509
  ],
@@ -511,16 +511,16 @@
511
511
  {
512
512
  "name": "tail",
513
513
  "nodeType": "YulTypedName",
514
- "src": "397:4:104",
514
+ "src": "397:4:105",
515
515
  "type": ""
516
516
  }
517
517
  ],
518
- "src": "305:203:104"
518
+ "src": "305:203:105"
519
519
  },
520
520
  {
521
521
  "body": {
522
522
  "nodeType": "YulBlock",
523
- "src": "687:173:104",
523
+ "src": "687:173:105",
524
524
  "statements": [
525
525
  {
526
526
  "expression": {
@@ -528,12 +528,12 @@
528
528
  {
529
529
  "name": "headStart",
530
530
  "nodeType": "YulIdentifier",
531
- "src": "704:9:104"
531
+ "src": "704:9:105"
532
532
  },
533
533
  {
534
534
  "kind": "number",
535
535
  "nodeType": "YulLiteral",
536
- "src": "715:2:104",
536
+ "src": "715:2:105",
537
537
  "type": "",
538
538
  "value": "32"
539
539
  }
@@ -541,13 +541,13 @@
541
541
  "functionName": {
542
542
  "name": "mstore",
543
543
  "nodeType": "YulIdentifier",
544
- "src": "697:6:104"
544
+ "src": "697:6:105"
545
545
  },
546
546
  "nodeType": "YulFunctionCall",
547
- "src": "697:21:104"
547
+ "src": "697:21:105"
548
548
  },
549
549
  "nodeType": "YulExpressionStatement",
550
- "src": "697:21:104"
550
+ "src": "697:21:105"
551
551
  },
552
552
  {
553
553
  "expression": {
@@ -557,12 +557,12 @@
557
557
  {
558
558
  "name": "headStart",
559
559
  "nodeType": "YulIdentifier",
560
- "src": "738:9:104"
560
+ "src": "738:9:105"
561
561
  },
562
562
  {
563
563
  "kind": "number",
564
564
  "nodeType": "YulLiteral",
565
- "src": "749:2:104",
565
+ "src": "749:2:105",
566
566
  "type": "",
567
567
  "value": "32"
568
568
  }
@@ -570,15 +570,15 @@
570
570
  "functionName": {
571
571
  "name": "add",
572
572
  "nodeType": "YulIdentifier",
573
- "src": "734:3:104"
573
+ "src": "734:3:105"
574
574
  },
575
575
  "nodeType": "YulFunctionCall",
576
- "src": "734:18:104"
576
+ "src": "734:18:105"
577
577
  },
578
578
  {
579
579
  "kind": "number",
580
580
  "nodeType": "YulLiteral",
581
- "src": "754:2:104",
581
+ "src": "754:2:105",
582
582
  "type": "",
583
583
  "value": "23"
584
584
  }
@@ -586,13 +586,13 @@
586
586
  "functionName": {
587
587
  "name": "mstore",
588
588
  "nodeType": "YulIdentifier",
589
- "src": "727:6:104"
589
+ "src": "727:6:105"
590
590
  },
591
591
  "nodeType": "YulFunctionCall",
592
- "src": "727:30:104"
592
+ "src": "727:30:105"
593
593
  },
594
594
  "nodeType": "YulExpressionStatement",
595
- "src": "727:30:104"
595
+ "src": "727:30:105"
596
596
  },
597
597
  {
598
598
  "expression": {
@@ -602,12 +602,12 @@
602
602
  {
603
603
  "name": "headStart",
604
604
  "nodeType": "YulIdentifier",
605
- "src": "777:9:104"
605
+ "src": "777:9:105"
606
606
  },
607
607
  {
608
608
  "kind": "number",
609
609
  "nodeType": "YulLiteral",
610
- "src": "788:2:104",
610
+ "src": "788:2:105",
611
611
  "type": "",
612
612
  "value": "64"
613
613
  }
@@ -615,16 +615,16 @@
615
615
  "functionName": {
616
616
  "name": "add",
617
617
  "nodeType": "YulIdentifier",
618
- "src": "773:3:104"
618
+ "src": "773:3:105"
619
619
  },
620
620
  "nodeType": "YulFunctionCall",
621
- "src": "773:18:104"
621
+ "src": "773:18:105"
622
622
  },
623
623
  {
624
624
  "hexValue": "5555505350726f78793a207a65726f2061646472657373",
625
625
  "kind": "string",
626
626
  "nodeType": "YulLiteral",
627
- "src": "793:25:104",
627
+ "src": "793:25:105",
628
628
  "type": "",
629
629
  "value": "UUPSProxy: zero address"
630
630
  }
@@ -632,28 +632,28 @@
632
632
  "functionName": {
633
633
  "name": "mstore",
634
634
  "nodeType": "YulIdentifier",
635
- "src": "766:6:104"
635
+ "src": "766:6:105"
636
636
  },
637
637
  "nodeType": "YulFunctionCall",
638
- "src": "766:53:104"
638
+ "src": "766:53:105"
639
639
  },
640
640
  "nodeType": "YulExpressionStatement",
641
- "src": "766:53:104"
641
+ "src": "766:53:105"
642
642
  },
643
643
  {
644
644
  "nodeType": "YulAssignment",
645
- "src": "828:26:104",
645
+ "src": "828:26:105",
646
646
  "value": {
647
647
  "arguments": [
648
648
  {
649
649
  "name": "headStart",
650
650
  "nodeType": "YulIdentifier",
651
- "src": "840:9:104"
651
+ "src": "840:9:105"
652
652
  },
653
653
  {
654
654
  "kind": "number",
655
655
  "nodeType": "YulLiteral",
656
- "src": "851:2:104",
656
+ "src": "851:2:105",
657
657
  "type": "",
658
658
  "value": "96"
659
659
  }
@@ -661,16 +661,16 @@
661
661
  "functionName": {
662
662
  "name": "add",
663
663
  "nodeType": "YulIdentifier",
664
- "src": "836:3:104"
664
+ "src": "836:3:105"
665
665
  },
666
666
  "nodeType": "YulFunctionCall",
667
- "src": "836:18:104"
667
+ "src": "836:18:105"
668
668
  },
669
669
  "variableNames": [
670
670
  {
671
671
  "name": "tail",
672
672
  "nodeType": "YulIdentifier",
673
- "src": "828:4:104"
673
+ "src": "828:4:105"
674
674
  }
675
675
  ]
676
676
  }
@@ -682,7 +682,7 @@
682
682
  {
683
683
  "name": "headStart",
684
684
  "nodeType": "YulTypedName",
685
- "src": "664:9:104",
685
+ "src": "664:9:105",
686
686
  "type": ""
687
687
  }
688
688
  ],
@@ -690,16 +690,16 @@
690
690
  {
691
691
  "name": "tail",
692
692
  "nodeType": "YulTypedName",
693
- "src": "678:4:104",
693
+ "src": "678:4:105",
694
694
  "type": ""
695
695
  }
696
696
  ],
697
- "src": "513:347:104"
697
+ "src": "513:347:105"
698
698
  },
699
699
  {
700
700
  "body": {
701
701
  "nodeType": "YulBlock",
702
- "src": "1039:180:104",
702
+ "src": "1039:180:105",
703
703
  "statements": [
704
704
  {
705
705
  "expression": {
@@ -707,12 +707,12 @@
707
707
  {
708
708
  "name": "headStart",
709
709
  "nodeType": "YulIdentifier",
710
- "src": "1056:9:104"
710
+ "src": "1056:9:105"
711
711
  },
712
712
  {
713
713
  "kind": "number",
714
714
  "nodeType": "YulLiteral",
715
- "src": "1067:2:104",
715
+ "src": "1067:2:105",
716
716
  "type": "",
717
717
  "value": "32"
718
718
  }
@@ -720,13 +720,13 @@
720
720
  "functionName": {
721
721
  "name": "mstore",
722
722
  "nodeType": "YulIdentifier",
723
- "src": "1049:6:104"
723
+ "src": "1049:6:105"
724
724
  },
725
725
  "nodeType": "YulFunctionCall",
726
- "src": "1049:21:104"
726
+ "src": "1049:21:105"
727
727
  },
728
728
  "nodeType": "YulExpressionStatement",
729
- "src": "1049:21:104"
729
+ "src": "1049:21:105"
730
730
  },
731
731
  {
732
732
  "expression": {
@@ -736,12 +736,12 @@
736
736
  {
737
737
  "name": "headStart",
738
738
  "nodeType": "YulIdentifier",
739
- "src": "1090:9:104"
739
+ "src": "1090:9:105"
740
740
  },
741
741
  {
742
742
  "kind": "number",
743
743
  "nodeType": "YulLiteral",
744
- "src": "1101:2:104",
744
+ "src": "1101:2:105",
745
745
  "type": "",
746
746
  "value": "32"
747
747
  }
@@ -749,15 +749,15 @@
749
749
  "functionName": {
750
750
  "name": "add",
751
751
  "nodeType": "YulIdentifier",
752
- "src": "1086:3:104"
752
+ "src": "1086:3:105"
753
753
  },
754
754
  "nodeType": "YulFunctionCall",
755
- "src": "1086:18:104"
755
+ "src": "1086:18:105"
756
756
  },
757
757
  {
758
758
  "kind": "number",
759
759
  "nodeType": "YulLiteral",
760
- "src": "1106:2:104",
760
+ "src": "1106:2:105",
761
761
  "type": "",
762
762
  "value": "30"
763
763
  }
@@ -765,13 +765,13 @@
765
765
  "functionName": {
766
766
  "name": "mstore",
767
767
  "nodeType": "YulIdentifier",
768
- "src": "1079:6:104"
768
+ "src": "1079:6:105"
769
769
  },
770
770
  "nodeType": "YulFunctionCall",
771
- "src": "1079:30:104"
771
+ "src": "1079:30:105"
772
772
  },
773
773
  "nodeType": "YulExpressionStatement",
774
- "src": "1079:30:104"
774
+ "src": "1079:30:105"
775
775
  },
776
776
  {
777
777
  "expression": {
@@ -781,12 +781,12 @@
781
781
  {
782
782
  "name": "headStart",
783
783
  "nodeType": "YulIdentifier",
784
- "src": "1129:9:104"
784
+ "src": "1129:9:105"
785
785
  },
786
786
  {
787
787
  "kind": "number",
788
788
  "nodeType": "YulLiteral",
789
- "src": "1140:2:104",
789
+ "src": "1140:2:105",
790
790
  "type": "",
791
791
  "value": "64"
792
792
  }
@@ -794,16 +794,16 @@
794
794
  "functionName": {
795
795
  "name": "add",
796
796
  "nodeType": "YulIdentifier",
797
- "src": "1125:3:104"
797
+ "src": "1125:3:105"
798
798
  },
799
799
  "nodeType": "YulFunctionCall",
800
- "src": "1125:18:104"
800
+ "src": "1125:18:105"
801
801
  },
802
802
  {
803
803
  "hexValue": "5555505350726f78793a20616c726561647920696e697469616c697a6564",
804
804
  "kind": "string",
805
805
  "nodeType": "YulLiteral",
806
- "src": "1145:32:104",
806
+ "src": "1145:32:105",
807
807
  "type": "",
808
808
  "value": "UUPSProxy: already initialized"
809
809
  }
@@ -811,28 +811,28 @@
811
811
  "functionName": {
812
812
  "name": "mstore",
813
813
  "nodeType": "YulIdentifier",
814
- "src": "1118:6:104"
814
+ "src": "1118:6:105"
815
815
  },
816
816
  "nodeType": "YulFunctionCall",
817
- "src": "1118:60:104"
817
+ "src": "1118:60:105"
818
818
  },
819
819
  "nodeType": "YulExpressionStatement",
820
- "src": "1118:60:104"
820
+ "src": "1118:60:105"
821
821
  },
822
822
  {
823
823
  "nodeType": "YulAssignment",
824
- "src": "1187:26:104",
824
+ "src": "1187:26:105",
825
825
  "value": {
826
826
  "arguments": [
827
827
  {
828
828
  "name": "headStart",
829
829
  "nodeType": "YulIdentifier",
830
- "src": "1199:9:104"
830
+ "src": "1199:9:105"
831
831
  },
832
832
  {
833
833
  "kind": "number",
834
834
  "nodeType": "YulLiteral",
835
- "src": "1210:2:104",
835
+ "src": "1210:2:105",
836
836
  "type": "",
837
837
  "value": "96"
838
838
  }
@@ -840,16 +840,16 @@
840
840
  "functionName": {
841
841
  "name": "add",
842
842
  "nodeType": "YulIdentifier",
843
- "src": "1195:3:104"
843
+ "src": "1195:3:105"
844
844
  },
845
845
  "nodeType": "YulFunctionCall",
846
- "src": "1195:18:104"
846
+ "src": "1195:18:105"
847
847
  },
848
848
  "variableNames": [
849
849
  {
850
850
  "name": "tail",
851
851
  "nodeType": "YulIdentifier",
852
- "src": "1187:4:104"
852
+ "src": "1187:4:105"
853
853
  }
854
854
  ]
855
855
  }
@@ -861,7 +861,7 @@
861
861
  {
862
862
  "name": "headStart",
863
863
  "nodeType": "YulTypedName",
864
- "src": "1016:9:104",
864
+ "src": "1016:9:105",
865
865
  "type": ""
866
866
  }
867
867
  ],
@@ -869,16 +869,16 @@
869
869
  {
870
870
  "name": "tail",
871
871
  "nodeType": "YulTypedName",
872
- "src": "1030:4:104",
872
+ "src": "1030:4:105",
873
873
  "type": ""
874
874
  }
875
875
  ],
876
- "src": "865:354:104"
876
+ "src": "865:354:105"
877
877
  },
878
878
  {
879
879
  "body": {
880
880
  "nodeType": "YulBlock",
881
- "src": "1398:182:104",
881
+ "src": "1398:182:105",
882
882
  "statements": [
883
883
  {
884
884
  "expression": {
@@ -886,12 +886,12 @@
886
886
  {
887
887
  "name": "headStart",
888
888
  "nodeType": "YulIdentifier",
889
- "src": "1415:9:104"
889
+ "src": "1415:9:105"
890
890
  },
891
891
  {
892
892
  "kind": "number",
893
893
  "nodeType": "YulLiteral",
894
- "src": "1426:2:104",
894
+ "src": "1426:2:105",
895
895
  "type": "",
896
896
  "value": "32"
897
897
  }
@@ -899,13 +899,13 @@
899
899
  "functionName": {
900
900
  "name": "mstore",
901
901
  "nodeType": "YulIdentifier",
902
- "src": "1408:6:104"
902
+ "src": "1408:6:105"
903
903
  },
904
904
  "nodeType": "YulFunctionCall",
905
- "src": "1408:21:104"
905
+ "src": "1408:21:105"
906
906
  },
907
907
  "nodeType": "YulExpressionStatement",
908
- "src": "1408:21:104"
908
+ "src": "1408:21:105"
909
909
  },
910
910
  {
911
911
  "expression": {
@@ -915,12 +915,12 @@
915
915
  {
916
916
  "name": "headStart",
917
917
  "nodeType": "YulIdentifier",
918
- "src": "1449:9:104"
918
+ "src": "1449:9:105"
919
919
  },
920
920
  {
921
921
  "kind": "number",
922
922
  "nodeType": "YulLiteral",
923
- "src": "1460:2:104",
923
+ "src": "1460:2:105",
924
924
  "type": "",
925
925
  "value": "32"
926
926
  }
@@ -928,15 +928,15 @@
928
928
  "functionName": {
929
929
  "name": "add",
930
930
  "nodeType": "YulIdentifier",
931
- "src": "1445:3:104"
931
+ "src": "1445:3:105"
932
932
  },
933
933
  "nodeType": "YulFunctionCall",
934
- "src": "1445:18:104"
934
+ "src": "1445:18:105"
935
935
  },
936
936
  {
937
937
  "kind": "number",
938
938
  "nodeType": "YulLiteral",
939
- "src": "1465:2:104",
939
+ "src": "1465:2:105",
940
940
  "type": "",
941
941
  "value": "32"
942
942
  }
@@ -944,13 +944,13 @@
944
944
  "functionName": {
945
945
  "name": "mstore",
946
946
  "nodeType": "YulIdentifier",
947
- "src": "1438:6:104"
947
+ "src": "1438:6:105"
948
948
  },
949
949
  "nodeType": "YulFunctionCall",
950
- "src": "1438:30:104"
950
+ "src": "1438:30:105"
951
951
  },
952
952
  "nodeType": "YulExpressionStatement",
953
- "src": "1438:30:104"
953
+ "src": "1438:30:105"
954
954
  },
955
955
  {
956
956
  "expression": {
@@ -960,12 +960,12 @@
960
960
  {
961
961
  "name": "headStart",
962
962
  "nodeType": "YulIdentifier",
963
- "src": "1488:9:104"
963
+ "src": "1488:9:105"
964
964
  },
965
965
  {
966
966
  "kind": "number",
967
967
  "nodeType": "YulLiteral",
968
- "src": "1499:2:104",
968
+ "src": "1499:2:105",
969
969
  "type": "",
970
970
  "value": "64"
971
971
  }
@@ -973,16 +973,16 @@
973
973
  "functionName": {
974
974
  "name": "add",
975
975
  "nodeType": "YulIdentifier",
976
- "src": "1484:3:104"
976
+ "src": "1484:3:105"
977
977
  },
978
978
  "nodeType": "YulFunctionCall",
979
- "src": "1484:18:104"
979
+ "src": "1484:18:105"
980
980
  },
981
981
  {
982
982
  "hexValue": "4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e6572",
983
983
  "kind": "string",
984
984
  "nodeType": "YulLiteral",
985
- "src": "1504:34:104",
985
+ "src": "1504:34:105",
986
986
  "type": "",
987
987
  "value": "Ownable: caller is not the owner"
988
988
  }
@@ -990,28 +990,28 @@
990
990
  "functionName": {
991
991
  "name": "mstore",
992
992
  "nodeType": "YulIdentifier",
993
- "src": "1477:6:104"
993
+ "src": "1477:6:105"
994
994
  },
995
995
  "nodeType": "YulFunctionCall",
996
- "src": "1477:62:104"
996
+ "src": "1477:62:105"
997
997
  },
998
998
  "nodeType": "YulExpressionStatement",
999
- "src": "1477:62:104"
999
+ "src": "1477:62:105"
1000
1000
  },
1001
1001
  {
1002
1002
  "nodeType": "YulAssignment",
1003
- "src": "1548:26:104",
1003
+ "src": "1548:26:105",
1004
1004
  "value": {
1005
1005
  "arguments": [
1006
1006
  {
1007
1007
  "name": "headStart",
1008
1008
  "nodeType": "YulIdentifier",
1009
- "src": "1560:9:104"
1009
+ "src": "1560:9:105"
1010
1010
  },
1011
1011
  {
1012
1012
  "kind": "number",
1013
1013
  "nodeType": "YulLiteral",
1014
- "src": "1571:2:104",
1014
+ "src": "1571:2:105",
1015
1015
  "type": "",
1016
1016
  "value": "96"
1017
1017
  }
@@ -1019,16 +1019,16 @@
1019
1019
  "functionName": {
1020
1020
  "name": "add",
1021
1021
  "nodeType": "YulIdentifier",
1022
- "src": "1556:3:104"
1022
+ "src": "1556:3:105"
1023
1023
  },
1024
1024
  "nodeType": "YulFunctionCall",
1025
- "src": "1556:18:104"
1025
+ "src": "1556:18:105"
1026
1026
  },
1027
1027
  "variableNames": [
1028
1028
  {
1029
1029
  "name": "tail",
1030
1030
  "nodeType": "YulIdentifier",
1031
- "src": "1548:4:104"
1031
+ "src": "1548:4:105"
1032
1032
  }
1033
1033
  ]
1034
1034
  }
@@ -1040,7 +1040,7 @@
1040
1040
  {
1041
1041
  "name": "headStart",
1042
1042
  "nodeType": "YulTypedName",
1043
- "src": "1375:9:104",
1043
+ "src": "1375:9:105",
1044
1044
  "type": ""
1045
1045
  }
1046
1046
  ],
@@ -1048,16 +1048,16 @@
1048
1048
  {
1049
1049
  "name": "tail",
1050
1050
  "nodeType": "YulTypedName",
1051
- "src": "1389:4:104",
1051
+ "src": "1389:4:105",
1052
1052
  "type": ""
1053
1053
  }
1054
1054
  ],
1055
- "src": "1224:356:104"
1055
+ "src": "1224:356:105"
1056
1056
  },
1057
1057
  {
1058
1058
  "body": {
1059
1059
  "nodeType": "YulBlock",
1060
- "src": "1759:228:104",
1060
+ "src": "1759:228:105",
1061
1061
  "statements": [
1062
1062
  {
1063
1063
  "expression": {
@@ -1065,12 +1065,12 @@
1065
1065
  {
1066
1066
  "name": "headStart",
1067
1067
  "nodeType": "YulIdentifier",
1068
- "src": "1776:9:104"
1068
+ "src": "1776:9:105"
1069
1069
  },
1070
1070
  {
1071
1071
  "kind": "number",
1072
1072
  "nodeType": "YulLiteral",
1073
- "src": "1787:2:104",
1073
+ "src": "1787:2:105",
1074
1074
  "type": "",
1075
1075
  "value": "32"
1076
1076
  }
@@ -1078,13 +1078,13 @@
1078
1078
  "functionName": {
1079
1079
  "name": "mstore",
1080
1080
  "nodeType": "YulIdentifier",
1081
- "src": "1769:6:104"
1081
+ "src": "1769:6:105"
1082
1082
  },
1083
1083
  "nodeType": "YulFunctionCall",
1084
- "src": "1769:21:104"
1084
+ "src": "1769:21:105"
1085
1085
  },
1086
1086
  "nodeType": "YulExpressionStatement",
1087
- "src": "1769:21:104"
1087
+ "src": "1769:21:105"
1088
1088
  },
1089
1089
  {
1090
1090
  "expression": {
@@ -1094,12 +1094,12 @@
1094
1094
  {
1095
1095
  "name": "headStart",
1096
1096
  "nodeType": "YulIdentifier",
1097
- "src": "1810:9:104"
1097
+ "src": "1810:9:105"
1098
1098
  },
1099
1099
  {
1100
1100
  "kind": "number",
1101
1101
  "nodeType": "YulLiteral",
1102
- "src": "1821:2:104",
1102
+ "src": "1821:2:105",
1103
1103
  "type": "",
1104
1104
  "value": "32"
1105
1105
  }
@@ -1107,15 +1107,15 @@
1107
1107
  "functionName": {
1108
1108
  "name": "add",
1109
1109
  "nodeType": "YulIdentifier",
1110
- "src": "1806:3:104"
1110
+ "src": "1806:3:105"
1111
1111
  },
1112
1112
  "nodeType": "YulFunctionCall",
1113
- "src": "1806:18:104"
1113
+ "src": "1806:18:105"
1114
1114
  },
1115
1115
  {
1116
1116
  "kind": "number",
1117
1117
  "nodeType": "YulLiteral",
1118
- "src": "1826:2:104",
1118
+ "src": "1826:2:105",
1119
1119
  "type": "",
1120
1120
  "value": "38"
1121
1121
  }
@@ -1123,13 +1123,13 @@
1123
1123
  "functionName": {
1124
1124
  "name": "mstore",
1125
1125
  "nodeType": "YulIdentifier",
1126
- "src": "1799:6:104"
1126
+ "src": "1799:6:105"
1127
1127
  },
1128
1128
  "nodeType": "YulFunctionCall",
1129
- "src": "1799:30:104"
1129
+ "src": "1799:30:105"
1130
1130
  },
1131
1131
  "nodeType": "YulExpressionStatement",
1132
- "src": "1799:30:104"
1132
+ "src": "1799:30:105"
1133
1133
  },
1134
1134
  {
1135
1135
  "expression": {
@@ -1139,12 +1139,12 @@
1139
1139
  {
1140
1140
  "name": "headStart",
1141
1141
  "nodeType": "YulIdentifier",
1142
- "src": "1849:9:104"
1142
+ "src": "1849:9:105"
1143
1143
  },
1144
1144
  {
1145
1145
  "kind": "number",
1146
1146
  "nodeType": "YulLiteral",
1147
- "src": "1860:2:104",
1147
+ "src": "1860:2:105",
1148
1148
  "type": "",
1149
1149
  "value": "64"
1150
1150
  }
@@ -1152,16 +1152,16 @@
1152
1152
  "functionName": {
1153
1153
  "name": "add",
1154
1154
  "nodeType": "YulIdentifier",
1155
- "src": "1845:3:104"
1155
+ "src": "1845:3:105"
1156
1156
  },
1157
1157
  "nodeType": "YulFunctionCall",
1158
- "src": "1845:18:104"
1158
+ "src": "1845:18:105"
1159
1159
  },
1160
1160
  {
1161
1161
  "hexValue": "4f776e61626c653a206e6577206f776e657220697320746865207a65726f2061",
1162
1162
  "kind": "string",
1163
1163
  "nodeType": "YulLiteral",
1164
- "src": "1865:34:104",
1164
+ "src": "1865:34:105",
1165
1165
  "type": "",
1166
1166
  "value": "Ownable: new owner is the zero a"
1167
1167
  }
@@ -1169,13 +1169,13 @@
1169
1169
  "functionName": {
1170
1170
  "name": "mstore",
1171
1171
  "nodeType": "YulIdentifier",
1172
- "src": "1838:6:104"
1172
+ "src": "1838:6:105"
1173
1173
  },
1174
1174
  "nodeType": "YulFunctionCall",
1175
- "src": "1838:62:104"
1175
+ "src": "1838:62:105"
1176
1176
  },
1177
1177
  "nodeType": "YulExpressionStatement",
1178
- "src": "1838:62:104"
1178
+ "src": "1838:62:105"
1179
1179
  },
1180
1180
  {
1181
1181
  "expression": {
@@ -1185,12 +1185,12 @@
1185
1185
  {
1186
1186
  "name": "headStart",
1187
1187
  "nodeType": "YulIdentifier",
1188
- "src": "1920:9:104"
1188
+ "src": "1920:9:105"
1189
1189
  },
1190
1190
  {
1191
1191
  "kind": "number",
1192
1192
  "nodeType": "YulLiteral",
1193
- "src": "1931:2:104",
1193
+ "src": "1931:2:105",
1194
1194
  "type": "",
1195
1195
  "value": "96"
1196
1196
  }
@@ -1198,16 +1198,16 @@
1198
1198
  "functionName": {
1199
1199
  "name": "add",
1200
1200
  "nodeType": "YulIdentifier",
1201
- "src": "1916:3:104"
1201
+ "src": "1916:3:105"
1202
1202
  },
1203
1203
  "nodeType": "YulFunctionCall",
1204
- "src": "1916:18:104"
1204
+ "src": "1916:18:105"
1205
1205
  },
1206
1206
  {
1207
1207
  "hexValue": "646472657373",
1208
1208
  "kind": "string",
1209
1209
  "nodeType": "YulLiteral",
1210
- "src": "1936:8:104",
1210
+ "src": "1936:8:105",
1211
1211
  "type": "",
1212
1212
  "value": "ddress"
1213
1213
  }
@@ -1215,28 +1215,28 @@
1215
1215
  "functionName": {
1216
1216
  "name": "mstore",
1217
1217
  "nodeType": "YulIdentifier",
1218
- "src": "1909:6:104"
1218
+ "src": "1909:6:105"
1219
1219
  },
1220
1220
  "nodeType": "YulFunctionCall",
1221
- "src": "1909:36:104"
1221
+ "src": "1909:36:105"
1222
1222
  },
1223
1223
  "nodeType": "YulExpressionStatement",
1224
- "src": "1909:36:104"
1224
+ "src": "1909:36:105"
1225
1225
  },
1226
1226
  {
1227
1227
  "nodeType": "YulAssignment",
1228
- "src": "1954:27:104",
1228
+ "src": "1954:27:105",
1229
1229
  "value": {
1230
1230
  "arguments": [
1231
1231
  {
1232
1232
  "name": "headStart",
1233
1233
  "nodeType": "YulIdentifier",
1234
- "src": "1966:9:104"
1234
+ "src": "1966:9:105"
1235
1235
  },
1236
1236
  {
1237
1237
  "kind": "number",
1238
1238
  "nodeType": "YulLiteral",
1239
- "src": "1977:3:104",
1239
+ "src": "1977:3:105",
1240
1240
  "type": "",
1241
1241
  "value": "128"
1242
1242
  }
@@ -1244,16 +1244,16 @@
1244
1244
  "functionName": {
1245
1245
  "name": "add",
1246
1246
  "nodeType": "YulIdentifier",
1247
- "src": "1962:3:104"
1247
+ "src": "1962:3:105"
1248
1248
  },
1249
1249
  "nodeType": "YulFunctionCall",
1250
- "src": "1962:19:104"
1250
+ "src": "1962:19:105"
1251
1251
  },
1252
1252
  "variableNames": [
1253
1253
  {
1254
1254
  "name": "tail",
1255
1255
  "nodeType": "YulIdentifier",
1256
- "src": "1954:4:104"
1256
+ "src": "1954:4:105"
1257
1257
  }
1258
1258
  ]
1259
1259
  }
@@ -1265,7 +1265,7 @@
1265
1265
  {
1266
1266
  "name": "headStart",
1267
1267
  "nodeType": "YulTypedName",
1268
- "src": "1736:9:104",
1268
+ "src": "1736:9:105",
1269
1269
  "type": ""
1270
1270
  }
1271
1271
  ],
@@ -1273,22 +1273,22 @@
1273
1273
  {
1274
1274
  "name": "tail",
1275
1275
  "nodeType": "YulTypedName",
1276
- "src": "1750:4:104",
1276
+ "src": "1750:4:105",
1277
1277
  "type": ""
1278
1278
  }
1279
1279
  ],
1280
- "src": "1585:402:104"
1280
+ "src": "1585:402:105"
1281
1281
  }
1282
1282
  ]
1283
1283
  },
1284
1284
  "contents": "{\n { }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_stringliteral_ddef727975921b7952b7e20fd4290233907fcf50863b08b5223d979ede27321e__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 23)\n mstore(add(headStart, 64), \"UUPSProxy: zero address\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_b83493ae559d613bdaa11f876d4e817b661ed75187e4a486b85abafea5a50e6c__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 30)\n mstore(add(headStart, 64), \"UUPSProxy: already initialized\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"Ownable: caller is not the owner\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 38)\n mstore(add(headStart, 64), \"Ownable: new owner is the zero a\")\n mstore(add(headStart, 96), \"ddress\")\n tail := add(headStart, 128)\n }\n}",
1285
- "id": 104,
1285
+ "id": 105,
1286
1286
  "language": "Yul",
1287
1287
  "name": "#utility.yul"
1288
1288
  }
1289
1289
  ],
1290
1290
  "sourceMap": "654:62:38:-:0;;;;;;;;;;;;-1:-1:-1;921:32:4;719:10:19;921:18:4;:32::i;:::-;654:62:38;;2270:187:4;2343:16;2362:6;;-1:-1:-1;;;;;2378:17:4;;;-1:-1:-1;;;;;;2378:17:4;;;;;;2410:40;;2362:6;;;;;;;2410:40;;2343:16;2410:40;2333:124;2270:187;:::o;654:62:38:-;;;;;;;",
1291
- "deployedSourceMap": "654:62:38:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2898:11:5;:9;:11::i;:::-;654:62:38;;2675:11:5;:9;:11::i;897:285:93:-;;;;;;;;;;-1:-1:-1;897:285:93;;;;;:::i;:::-;;:::i;1668:101:4:-;;;;;;;;;;;;;:::i;1036:85::-;;;;;;;;;;-1:-1:-1;1082:7:4;1108:6;1036:85;;;-1:-1:-1;;;;;1108:6:4;;;451:51:104;;1036:85:4;;;;;439:2:104;1036:85:4;;;1918:198;;;;;;;;;;-1:-1:-1;1918:198:4;;;;;:::i;:::-;;:::i;2322:110:5:-;2397:28;2407:17;:15;:17::i;:::-;2397:9;:28::i;:::-;2322:110::o;897:285:93:-;-1:-1:-1;;;;;973:28:93;;965:64;;;;-1:-1:-1;;;965:64:93;;715:2:104;965:64:93;;;697:21:104;754:2;734:18;;;727:30;793:25;773:18;;;766:53;836:18;;965:64:93;;;;;;;;;1085:1;1047:26;751:20:94;745:27;;618:170;1047:26:93;-1:-1:-1;;;;;1047:40:93;;1039:83;;;;-1:-1:-1;;;1039:83:93;;1067:2:104;1039:83:93;;;1049:21:104;1106:2;1086:18;;;1079:30;1145:32;1125:18;;;1118:60;1195:18;;1039:83:93;865:354:104;1039:83:93;1132:43;1160:14;988:20:94;964:87;839:228;1132:43:93;897:285;:::o;1668:101:4:-;1082:7;1108:6;-1:-1:-1;;;;;1108:6:4;719:10:19;1248:23:4;1240:68;;;;-1:-1:-1;;;1240:68:4;;1426:2:104;1240:68:4;;;1408:21:104;;;1445:18;;;1438:30;1504:34;1484:18;;;1477:62;1556:18;;1240:68:4;1224:356:104;1240:68:4;1732:30:::1;1759:1;1732:18;:30::i;1918:198::-:0;1082:7;1108:6;-1:-1:-1;;;;;1108:6:4;719:10:19;1248:23:4;1240:68;;;;-1:-1:-1;;;1240:68:4;;1426:2:104;1240:68:4;;;1408:21:104;;;1445:18;;;1438:30;1504:34;1484:18;;;1477:62;1556:18;;1240:68:4;1224:356:104;1240:68:4;-1:-1:-1;;;;;2006:22:4;::::1;1998:73;;;::::0;-1:-1:-1;;;1998:73:4;;1787:2:104;1998:73:4::1;::::0;::::1;1769:21:104::0;1826:2;1806:18;;;1799:30;1865:34;1845:18;;;1838:62;-1:-1:-1;;;1916:18:104;;;1909:36;1962:19;;1998:73:4::1;1585:402:104::0;1998:73:4::1;2081:28;2100:8;2081:18;:28::i;1238:130:93:-:0;1305:7;1335:26;751:20:94;745:27;;618:170;1335:26:93;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;2270:187:4;2343:16;2362:6;;-1:-1:-1;;;;;2378:17:4;;;-1:-1:-1;;;;;;2378:17:4;;;;;;2410:40;;2362:6;;;;;;;2410:40;;2343:16;2410:40;2333:124;2270:187;:::o;14:286:104:-;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:104;;210:42;;200:70;;266:1;263;256:12;200:70;289:5;14:286;-1:-1:-1;;;14:286:104:o",
1291
+ "deployedSourceMap": "654:62:38:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2898:11:5;:9;:11::i;:::-;654:62:38;;2675:11:5;:9;:11::i;897:285:94:-;;;;;;;;;;-1:-1:-1;897:285:94;;;;;:::i;:::-;;:::i;1668:101:4:-;;;;;;;;;;;;;:::i;1036:85::-;;;;;;;;;;-1:-1:-1;1082:7:4;1108:6;1036:85;;;-1:-1:-1;;;;;1108:6:4;;;451:51:105;;1036:85:4;;;;;439:2:105;1036:85:4;;;1918:198;;;;;;;;;;-1:-1:-1;1918:198:4;;;;;:::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;;715:2:105;965:64:94;;;697:21:105;754:2;734:18;;;727:30;793:25;773:18;;;766:53;836: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;;1067:2:105;1039:83:94;;;1049:21:105;1106:2;1086:18;;;1079:30;1145:32;1125:18;;;1118:60;1195:18;;1039:83:94;865:354:105;1039:83:94;1132:43;1160:14;988:20:95;964:87;839:228;1132:43:94;897:285;:::o;1668:101:4:-;1082:7;1108:6;-1:-1:-1;;;;;1108:6:4;719:10:19;1248:23:4;1240:68;;;;-1:-1:-1;;;1240:68:4;;1426:2:105;1240:68:4;;;1408:21:105;;;1445:18;;;1438:30;1504:34;1484:18;;;1477:62;1556:18;;1240:68:4;1224:356:105;1240:68:4;1732:30:::1;1759:1;1732:18;:30::i;1918:198::-:0;1082:7;1108:6;-1:-1:-1;;;;;1108:6:4;719:10:19;1248:23:4;1240:68;;;;-1:-1:-1;;;1240:68:4;;1426:2:105;1240:68:4;;;1408:21:105;;;1445:18;;;1438:30;1504:34;1484:18;;;1477:62;1556:18;;1240:68:4;1224:356:105;1240:68:4;-1:-1:-1;;;;;2006:22:4;::::1;1998:73;;;::::0;-1:-1:-1;;;1998:73:4;;1787:2:105;1998:73:4::1;::::0;::::1;1769:21:105::0;1826:2;1806:18;;;1799:30;1865:34;1845:18;;;1838:62;-1:-1:-1;;;1916:18:105;;;1909:36;1962:19;;1998:73:4::1;1585:402:105::0;1998:73:4::1;2081:28;2100:8;2081:18;:28::i;1238:130:94:-:0;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;2270:187:4;2343:16;2362:6;;-1:-1:-1;;;;;2378:17:4;;;-1:-1:-1;;;;;;2378:17:4;;;;;;2410:40;;2362:6;;;;;;;2410:40;;2343:16;2410:40;2333:124;2270:187;:::o;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",
1292
1292
  "source": "// SPDX-License-Identifier: AGPLv3\npragma solidity 0.8.13;\n\nimport { UUPSProxy } from \"../upgradability/UUPSProxy.sol\";\nimport { Ownable } from \"@openzeppelin/contracts/access/Ownable.sol\";\nimport { UUPSProxiable } from \"../upgradability/UUPSProxiable.sol\";\nimport { SuperfluidGovernanceBase } from \"./SuperfluidGovernanceBase.sol\";\nimport { ISuperfluid } from \"../interfaces/superfluid/ISuperfluid.sol\";\n\n/**\n * @title A proxy for governance which is both ownable and upgradable\n * @author Superfluid\n * IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!\n */\n// solhint-disable-next-line no-empty-blocks\ncontract SuperfluidGovernanceIIProxy is Ownable, UUPSProxy { }\n\ncontract SuperfluidGovernanceII is\n Ownable,\n UUPSProxiable,\n SuperfluidGovernanceBase\n{\n function _requireAuthorised() private view {\n require(owner() == _msgSender(), \"SFGovII: only owner is authorized\");\n }\n\n /**************************************************************************\n * UUPSProxiable\n **************************************************************************/\n\n // TODO: do we need initialize() here?\n\n function proxiableUUID() public pure override returns (bytes32) {\n return keccak256(\"org.superfluid-finance.contracts.SuperfluidGovernanceII.implementation\");\n }\n\n function updateCode(address newAddress)\n external override\n {\n _requireAuthorised();\n _updateCodeAddress(newAddress);\n }\n\n /**************************************************************************\n * SuperfluidGovernanceBase\n **************************************************************************/\n\n function _requireAuthorised(ISuperfluid /*host*/)\n internal view override\n {\n _requireAuthorised();\n }\n}\n",
1293
1293
  "sourcePath": "/home/runner/work/protocol-monorepo/protocol-monorepo/packages/ethereum-contracts/contracts/gov/SuperfluidGovernanceII.sol",
1294
1294
  "ast": {
@@ -1310,10 +1310,10 @@
1310
1310
  15987
1311
1311
  ],
1312
1312
  "UUPSProxiable": [
1313
- 34761
1313
+ 34838
1314
1314
  ],
1315
1315
  "UUPSProxy": [
1316
- 34818
1316
+ 34895
1317
1317
  ]
1318
1318
  },
1319
1319
  "id": 16044,
@@ -1337,7 +1337,7 @@
1337
1337
  "nameLocation": "-1:-1:-1",
1338
1338
  "nodeType": "ImportDirective",
1339
1339
  "scope": 16044,
1340
- "sourceUnit": 34819,
1340
+ "sourceUnit": 34896,
1341
1341
  "src": "60:59:38",
1342
1342
  "symbolAliases": [
1343
1343
  {
@@ -1346,7 +1346,7 @@
1346
1346
  "name": "UUPSProxy",
1347
1347
  "nodeType": "Identifier",
1348
1348
  "overloadedDeclarations": [],
1349
- "referencedDeclaration": 34818,
1349
+ "referencedDeclaration": 34895,
1350
1350
  "src": "69:9:38",
1351
1351
  "typeDescriptions": {}
1352
1352
  },
@@ -1387,7 +1387,7 @@
1387
1387
  "nameLocation": "-1:-1:-1",
1388
1388
  "nodeType": "ImportDirective",
1389
1389
  "scope": 16044,
1390
- "sourceUnit": 34762,
1390
+ "sourceUnit": 34839,
1391
1391
  "src": "190:67:38",
1392
1392
  "symbolAliases": [
1393
1393
  {
@@ -1396,7 +1396,7 @@
1396
1396
  "name": "UUPSProxiable",
1397
1397
  "nodeType": "Identifier",
1398
1398
  "overloadedDeclarations": [],
1399
- "referencedDeclaration": 34761,
1399
+ "referencedDeclaration": 34838,
1400
1400
  "src": "199:13:38",
1401
1401
  "typeDescriptions": {}
1402
1402
  },
@@ -1475,7 +1475,7 @@
1475
1475
  "id": 15985,
1476
1476
  "name": "UUPSProxy",
1477
1477
  "nodeType": "IdentifierPath",
1478
- "referencedDeclaration": 34818,
1478
+ "referencedDeclaration": 34895,
1479
1479
  "src": "703:9:38"
1480
1480
  },
1481
1481
  "id": 15986,
@@ -1496,7 +1496,7 @@
1496
1496
  "id": 15987,
1497
1497
  "linearizedBaseContracts": [
1498
1498
  15987,
1499
- 34818,
1499
+ 34895,
1500
1500
  688,
1501
1501
  636,
1502
1502
  2502
@@ -1529,7 +1529,7 @@
1529
1529
  "id": 15990,
1530
1530
  "name": "UUPSProxiable",
1531
1531
  "nodeType": "IdentifierPath",
1532
- "referencedDeclaration": 34761,
1532
+ "referencedDeclaration": 34838,
1533
1533
  "src": "770:13:38"
1534
1534
  },
1535
1535
  "id": 15991,
@@ -1558,7 +1558,7 @@
1558
1558
  16043,
1559
1559
  15969,
1560
1560
  18447,
1561
- 34761,
1561
+ 34838,
1562
1562
  762,
1563
1563
  636,
1564
1564
  2502
@@ -1744,7 +1744,7 @@
1744
1744
  },
1745
1745
  {
1746
1746
  "baseFunctions": [
1747
- 34701
1747
+ 34778
1748
1748
  ],
1749
1749
  "body": {
1750
1750
  "id": 16016,
@@ -1873,7 +1873,7 @@
1873
1873
  },
1874
1874
  {
1875
1875
  "baseFunctions": [
1876
- 34695
1876
+ 34772
1877
1877
  ],
1878
1878
  "body": {
1879
1879
  "id": 16030,
@@ -1945,7 +1945,7 @@
1945
1945
  "name": "_updateCodeAddress",
1946
1946
  "nodeType": "Identifier",
1947
1947
  "overloadedDeclarations": [],
1948
- "referencedDeclaration": 34754,
1948
+ "referencedDeclaration": 34831,
1949
1949
  "src": "1467:18:38",
1950
1950
  "typeDescriptions": {
1951
1951
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
@@ -2163,7 +2163,7 @@
2163
2163
  },
2164
2164
  "networks": {},
2165
2165
  "schemaVersion": "3.4.7",
2166
- "updatedAt": "2022-05-27T08:56:18.777Z",
2166
+ "updatedAt": "2022-06-06T10:25:55.150Z",
2167
2167
  "devdoc": {
2168
2168
  "author": "Superfluid IMPORTANT! Make sure the inheritance order remains in sync with the logic contract (Ownable first)!",
2169
2169
  "kind": "dev",