@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.de7575d.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 (122) 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 +18 -18
  5. package/build/contracts/AgreementLibrary.json +1272 -1183
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +211 -211
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +2282 -2282
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +2472 -2472
  12. package/build/contracts/ConstantFlowAgreementV1.json +12931 -13308
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +599 -599
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +20 -20
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  20. package/build/contracts/ERC20.json +1 -1
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  24. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  25. package/build/contracts/ERC777Helper.json +380 -380
  26. package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
  27. package/build/contracts/ERC777RecipientReverting.json +858 -858
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +2473 -2473
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +2473 -2473
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +115 -115
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  38. package/build/contracts/IDAv1Library.json +2614 -2614
  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/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +63 -63
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +63 -63
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +43 -43
  53. package/build/contracts/IPureSuperTokenCustom.json +43 -43
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +48 -48
  57. package/build/contracts/ISETHCustom.json +48 -48
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +192 -192
  60. package/build/contracts/ISuperToken.json +524 -524
  61. package/build/contracts/ISuperTokenFactory.json +161 -161
  62. package/build/contracts/ISuperfluid.json +1145 -1178
  63. package/build/contracts/ISuperfluidGovernance.json +243 -243
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1442 -1442
  66. package/build/contracts/ITOGAv2.json +1442 -1442
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +5820 -5820
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +231 -231
  70. package/build/contracts/NonClosableOutflowTestApp.json +2473 -2473
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +109 -109
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +227 -227
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +2472 -2472
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +748 -748
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +240 -240
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +4732 -4732
  87. package/build/contracts/SuperTokenFactory.json +750 -750
  88. package/build/contracts/SuperTokenFactoryBase.json +738 -738
  89. package/build/contracts/SuperTokenFactoryHelper.json +743 -743
  90. package/build/contracts/SuperUpgrader.json +440 -440
  91. package/build/contracts/Superfluid.json +15366 -16050
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
  93. package/build/contracts/SuperfluidGovernanceBase.json +2233 -2233
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +149 -149
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +210 -210
  98. package/build/contracts/SuperfluidToken.json +2420 -2420
  99. package/build/contracts/TOGA.json +1461 -1461
  100. package/build/contracts/TestGovernance.json +248 -248
  101. package/build/contracts/TestToken.json +93 -93
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +32 -32
  104. package/build/contracts/UUPSProxiable.json +139 -139
  105. package/build/contracts/UUPSProxy.json +81 -81
  106. package/build/contracts/UUPSUtils.json +37 -37
  107. package/build/contracts-sizes.txt +6 -6
  108. package/contracts/agreements/AgreementLibrary.sol +39 -15
  109. package/contracts/agreements/ConstantFlowAgreementV1.sol +65 -53
  110. package/contracts/interfaces/superfluid/ISuperfluid.sol +29 -23
  111. package/contracts/mocks/AgreementMock.sol +2 -2
  112. package/contracts/mocks/CFAAppMocks.sol +1 -1
  113. package/contracts/mocks/MultiFlowTesterApp.sol +13 -12
  114. package/contracts/mocks/SuperTokenMock.sol +2 -2
  115. package/contracts/mocks/SuperfluidMock.sol +9 -9
  116. package/contracts/superfluid/Superfluid.sol +34 -38
  117. package/contracts/superfluid/SuperfluidToken.sol +14 -14
  118. package/package.json +2 -2
  119. package/scripts/deploy-mfa.ts +27 -0
  120. package/scripts/libs/getConfig.js +14 -0
  121. package/utils/README.md +18 -0
  122. package/utils/mfa-tester.html +687 -0
@@ -251,7 +251,7 @@
251
251
  "type": "function"
252
252
  }
253
253
  ],
254
- "metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"afterAgreementCreated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"afterAgreementTerminated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"afterAgreementUpdated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"beforeAgreementCreated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"beforeAgreementTerminated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"beforeAgreementUpdated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/apps/SuperAppBase.sol\":\"SuperAppBase\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/apps/SuperAppBase.sol\":{\"keccak256\":\"0x54003e523c7ed6d3e8b5aa3f7c80617d8ee1155554f31a1bf6e3fc3eeb634fd4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://fb28386a17c82af817ef65fbdf7b2210bd33eab9b3f93a1956155a13eeb22de8\",\"dweb:/ipfs/QmSWp559q5UEKryeqUyyheAPvrLB6NaAjZbbRHMqY8cXkA\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0xa90ceaf9d6170243a081524df94319655aea98ff1411d696610f9533cc043019\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://5919f3d615310c66d2f9acac1f5945c26b73e9dc5513f398eb71cf3a711e4d7f\",\"dweb:/ipfs/QmQYf1rDHRbPjRBRLEXyVDjingcELLbEKTT5szXk6kc8zk\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"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\"]}},\"version\":1}",
254
+ "metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"afterAgreementCreated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"afterAgreementTerminated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"afterAgreementUpdated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"beforeAgreementCreated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"beforeAgreementTerminated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperToken\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"},{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"name\":\"beforeAgreementUpdated\",\"outputs\":[{\"internalType\":\"bytes\",\"name\":\"\",\"type\":\"bytes\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/apps/SuperAppBase.sol\":\"SuperAppBase\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"project:/contracts/apps/SuperAppBase.sol\":{\"keccak256\":\"0x54003e523c7ed6d3e8b5aa3f7c80617d8ee1155554f31a1bf6e3fc3eeb634fd4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://fb28386a17c82af817ef65fbdf7b2210bd33eab9b3f93a1956155a13eeb22de8\",\"dweb:/ipfs/QmSWp559q5UEKryeqUyyheAPvrLB6NaAjZbbRHMqY8cXkA\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x59cba11dfc9510e06db5fd57e9229fcfa0860e99e76626ad0291e7e50a3a62de\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://a64102f968e7f2eaa335e8d7ce47b339c958b0d6f8f4b3379547e9b7faa78cf9\",\"dweb:/ipfs/QmbFSeM6diijjogiTvgbpphLmjxG3u1ifygFkLhezFHRQ5\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"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\"]}},\"version\":1}",
255
255
  "bytecode": "0x",
256
256
  "deployedBytecode": "0x",
257
257
  "immutableReferences": {},
@@ -265,27 +265,27 @@
265
265
  "absolutePath": "project:/contracts/apps/SuperAppBase.sol",
266
266
  "exportedSymbols": {
267
267
  "ISuperApp": [
268
- 19106
268
+ 19116
269
269
  ],
270
270
  "ISuperToken": [
271
- 19482
271
+ 19492
272
272
  ],
273
273
  "ISuperfluid": [
274
- 20045
274
+ 20053
275
275
  ],
276
276
  "SuperAppBase": [
277
- 16539
277
+ 16549
278
278
  ],
279
279
  "SuperAppDefinitions": [
280
- 18665
280
+ 18675
281
281
  ]
282
282
  },
283
- "id": 16540,
283
+ "id": 16550,
284
284
  "license": "AGPLv3",
285
285
  "nodeType": "SourceUnit",
286
286
  "nodes": [
287
287
  {
288
- "id": 16393,
288
+ "id": 16403,
289
289
  "literals": [
290
290
  "solidity",
291
291
  ">=",
@@ -298,20 +298,20 @@
298
298
  {
299
299
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
300
300
  "file": "../interfaces/superfluid/ISuperfluid.sol",
301
- "id": 16398,
301
+ "id": 16408,
302
302
  "nameLocation": "-1:-1:-1",
303
303
  "nodeType": "ImportDirective",
304
- "scope": 16540,
305
- "sourceUnit": 20046,
304
+ "scope": 16550,
305
+ "sourceUnit": 20054,
306
306
  "src": "62:132:37",
307
307
  "symbolAliases": [
308
308
  {
309
309
  "foreign": {
310
- "id": 16394,
310
+ "id": 16404,
311
311
  "name": "ISuperfluid",
312
312
  "nodeType": "Identifier",
313
313
  "overloadedDeclarations": [],
314
- "referencedDeclaration": 20045,
314
+ "referencedDeclaration": 20053,
315
315
  "src": "75:11:37",
316
316
  "typeDescriptions": {}
317
317
  },
@@ -319,11 +319,11 @@
319
319
  },
320
320
  {
321
321
  "foreign": {
322
- "id": 16395,
322
+ "id": 16405,
323
323
  "name": "ISuperToken",
324
324
  "nodeType": "Identifier",
325
325
  "overloadedDeclarations": [],
326
- "referencedDeclaration": 19482,
326
+ "referencedDeclaration": 19492,
327
327
  "src": "92:11:37",
328
328
  "typeDescriptions": {}
329
329
  },
@@ -331,11 +331,11 @@
331
331
  },
332
332
  {
333
333
  "foreign": {
334
- "id": 16396,
334
+ "id": 16406,
335
335
  "name": "ISuperApp",
336
336
  "nodeType": "Identifier",
337
337
  "overloadedDeclarations": [],
338
- "referencedDeclaration": 19106,
338
+ "referencedDeclaration": 19116,
339
339
  "src": "109:9:37",
340
340
  "typeDescriptions": {}
341
341
  },
@@ -343,11 +343,11 @@
343
343
  },
344
344
  {
345
345
  "foreign": {
346
- "id": 16397,
346
+ "id": 16407,
347
347
  "name": "SuperAppDefinitions",
348
348
  "nodeType": "Identifier",
349
349
  "overloadedDeclarations": [],
350
- "referencedDeclaration": 18665,
350
+ "referencedDeclaration": 18675,
351
351
  "src": "124:19:37",
352
352
  "typeDescriptions": {}
353
353
  },
@@ -361,13 +361,13 @@
361
361
  "baseContracts": [
362
362
  {
363
363
  "baseName": {
364
- "id": 16399,
364
+ "id": 16409,
365
365
  "name": "ISuperApp",
366
366
  "nodeType": "IdentifierPath",
367
- "referencedDeclaration": 19106,
367
+ "referencedDeclaration": 19116,
368
368
  "src": "230:9:37"
369
369
  },
370
- "id": 16400,
370
+ "id": 16410,
371
371
  "nodeType": "InheritanceSpecifier",
372
372
  "src": "230:9:37"
373
373
  }
@@ -376,10 +376,10 @@
376
376
  "contractDependencies": [],
377
377
  "contractKind": "contract",
378
378
  "fullyImplemented": true,
379
- "id": 16539,
379
+ "id": 16549,
380
380
  "linearizedBaseContracts": [
381
- 16539,
382
- 19106
381
+ 16549,
382
+ 19116
383
383
  ],
384
384
  "name": "SuperAppBase",
385
385
  "nameLocation": "214:12:37",
@@ -387,10 +387,10 @@
387
387
  "nodes": [
388
388
  {
389
389
  "baseFunctions": [
390
- 19014
390
+ 19024
391
391
  ],
392
392
  "body": {
393
- "id": 16421,
393
+ "id": 16431,
394
394
  "nodeType": "Block",
395
395
  "src": "573:74:37",
396
396
  "statements": [
@@ -399,7 +399,7 @@
399
399
  "arguments": [
400
400
  {
401
401
  "hexValue": "556e737570706f727465642063616c6c6261636b202d204265666f72652041677265656d656e742043726561746564",
402
- "id": 16418,
402
+ "id": 16428,
403
403
  "isConstant": false,
404
404
  "isLValue": false,
405
405
  "isPure": true,
@@ -421,7 +421,7 @@
421
421
  "typeString": "literal_string \"Unsupported callback - Before Agreement Created\""
422
422
  }
423
423
  ],
424
- "id": 16417,
424
+ "id": 16427,
425
425
  "name": "revert",
426
426
  "nodeType": "Identifier",
427
427
  "overloadedDeclarations": [
@@ -435,7 +435,7 @@
435
435
  "typeString": "function (string memory) pure"
436
436
  }
437
437
  },
438
- "id": 16419,
438
+ "id": 16429,
439
439
  "isConstant": false,
440
440
  "isLValue": false,
441
441
  "isPure": false,
@@ -450,14 +450,14 @@
450
450
  "typeString": "tuple()"
451
451
  }
452
452
  },
453
- "id": 16420,
453
+ "id": 16430,
454
454
  "nodeType": "ExpressionStatement",
455
455
  "src": "583:57:37"
456
456
  }
457
457
  ]
458
458
  },
459
459
  "functionSelector": "30d9c915",
460
- "id": 16422,
460
+ "id": 16432,
461
461
  "implemented": true,
462
462
  "kind": "function",
463
463
  "modifiers": [],
@@ -465,44 +465,44 @@
465
465
  "nameLocation": "256:22:37",
466
466
  "nodeType": "FunctionDefinition",
467
467
  "overrides": {
468
- "id": 16413,
468
+ "id": 16423,
469
469
  "nodeType": "OverrideSpecifier",
470
470
  "overrides": [],
471
471
  "src": "518:8:37"
472
472
  },
473
473
  "parameters": {
474
- "id": 16412,
474
+ "id": 16422,
475
475
  "nodeType": "ParameterList",
476
476
  "parameters": [
477
477
  {
478
478
  "constant": false,
479
- "id": 16403,
479
+ "id": 16413,
480
480
  "mutability": "mutable",
481
481
  "name": "",
482
482
  "nameLocation": "-1:-1:-1",
483
483
  "nodeType": "VariableDeclaration",
484
- "scope": 16422,
484
+ "scope": 16432,
485
485
  "src": "288:11:37",
486
486
  "stateVariable": false,
487
487
  "storageLocation": "default",
488
488
  "typeDescriptions": {
489
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
489
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
490
490
  "typeString": "contract ISuperToken"
491
491
  },
492
492
  "typeName": {
493
- "id": 16402,
493
+ "id": 16412,
494
494
  "nodeType": "UserDefinedTypeName",
495
495
  "pathNode": {
496
- "id": 16401,
496
+ "id": 16411,
497
497
  "name": "ISuperToken",
498
498
  "nodeType": "IdentifierPath",
499
- "referencedDeclaration": 19482,
499
+ "referencedDeclaration": 19492,
500
500
  "src": "288:11:37"
501
501
  },
502
- "referencedDeclaration": 19482,
502
+ "referencedDeclaration": 19492,
503
503
  "src": "288:11:37",
504
504
  "typeDescriptions": {
505
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
505
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
506
506
  "typeString": "contract ISuperToken"
507
507
  }
508
508
  },
@@ -510,12 +510,12 @@
510
510
  },
511
511
  {
512
512
  "constant": false,
513
- "id": 16405,
513
+ "id": 16415,
514
514
  "mutability": "mutable",
515
515
  "name": "",
516
516
  "nameLocation": "-1:-1:-1",
517
517
  "nodeType": "VariableDeclaration",
518
- "scope": 16422,
518
+ "scope": 16432,
519
519
  "src": "324:7:37",
520
520
  "stateVariable": false,
521
521
  "storageLocation": "default",
@@ -524,7 +524,7 @@
524
524
  "typeString": "address"
525
525
  },
526
526
  "typeName": {
527
- "id": 16404,
527
+ "id": 16414,
528
528
  "name": "address",
529
529
  "nodeType": "ElementaryTypeName",
530
530
  "src": "324:7:37",
@@ -538,12 +538,12 @@
538
538
  },
539
539
  {
540
540
  "constant": false,
541
- "id": 16407,
541
+ "id": 16417,
542
542
  "mutability": "mutable",
543
543
  "name": "",
544
544
  "nameLocation": "-1:-1:-1",
545
545
  "nodeType": "VariableDeclaration",
546
- "scope": 16422,
546
+ "scope": 16432,
547
547
  "src": "360:7:37",
548
548
  "stateVariable": false,
549
549
  "storageLocation": "default",
@@ -552,7 +552,7 @@
552
552
  "typeString": "bytes32"
553
553
  },
554
554
  "typeName": {
555
- "id": 16406,
555
+ "id": 16416,
556
556
  "name": "bytes32",
557
557
  "nodeType": "ElementaryTypeName",
558
558
  "src": "360:7:37",
@@ -565,12 +565,12 @@
565
565
  },
566
566
  {
567
567
  "constant": false,
568
- "id": 16409,
568
+ "id": 16419,
569
569
  "mutability": "mutable",
570
570
  "name": "",
571
571
  "nameLocation": "-1:-1:-1",
572
572
  "nodeType": "VariableDeclaration",
573
- "scope": 16422,
573
+ "scope": 16432,
574
574
  "src": "393:14:37",
575
575
  "stateVariable": false,
576
576
  "storageLocation": "calldata",
@@ -579,7 +579,7 @@
579
579
  "typeString": "bytes"
580
580
  },
581
581
  "typeName": {
582
- "id": 16408,
582
+ "id": 16418,
583
583
  "name": "bytes",
584
584
  "nodeType": "ElementaryTypeName",
585
585
  "src": "393:5:37",
@@ -592,12 +592,12 @@
592
592
  },
593
593
  {
594
594
  "constant": false,
595
- "id": 16411,
595
+ "id": 16421,
596
596
  "mutability": "mutable",
597
597
  "name": "",
598
598
  "nameLocation": "-1:-1:-1",
599
599
  "nodeType": "VariableDeclaration",
600
- "scope": 16422,
600
+ "scope": 16432,
601
601
  "src": "435:14:37",
602
602
  "stateVariable": false,
603
603
  "storageLocation": "calldata",
@@ -606,7 +606,7 @@
606
606
  "typeString": "bytes"
607
607
  },
608
608
  "typeName": {
609
- "id": 16410,
609
+ "id": 16420,
610
610
  "name": "bytes",
611
611
  "nodeType": "ElementaryTypeName",
612
612
  "src": "435:5:37",
@@ -621,17 +621,17 @@
621
621
  "src": "278:185:37"
622
622
  },
623
623
  "returnParameters": {
624
- "id": 16416,
624
+ "id": 16426,
625
625
  "nodeType": "ParameterList",
626
626
  "parameters": [
627
627
  {
628
628
  "constant": false,
629
- "id": 16415,
629
+ "id": 16425,
630
630
  "mutability": "mutable",
631
631
  "name": "",
632
632
  "nameLocation": "-1:-1:-1",
633
633
  "nodeType": "VariableDeclaration",
634
- "scope": 16422,
634
+ "scope": 16432,
635
635
  "src": "544:12:37",
636
636
  "stateVariable": false,
637
637
  "storageLocation": "memory",
@@ -640,7 +640,7 @@
640
640
  "typeString": "bytes"
641
641
  },
642
642
  "typeName": {
643
- "id": 16414,
643
+ "id": 16424,
644
644
  "name": "bytes",
645
645
  "nodeType": "ElementaryTypeName",
646
646
  "src": "544:5:37",
@@ -654,7 +654,7 @@
654
654
  ],
655
655
  "src": "543:25:37"
656
656
  },
657
- "scope": 16539,
657
+ "scope": 16549,
658
658
  "src": "247:400:37",
659
659
  "stateMutability": "view",
660
660
  "virtual": true,
@@ -662,10 +662,10 @@
662
662
  },
663
663
  {
664
664
  "baseFunctions": [
665
- 19033
665
+ 19043
666
666
  ],
667
667
  "body": {
668
- "id": 16445,
668
+ "id": 16455,
669
669
  "nodeType": "Block",
670
670
  "src": "1000:73:37",
671
671
  "statements": [
@@ -674,7 +674,7 @@
674
674
  "arguments": [
675
675
  {
676
676
  "hexValue": "556e737570706f727465642063616c6c6261636b202d2041667465722041677265656d656e742043726561746564",
677
- "id": 16442,
677
+ "id": 16452,
678
678
  "isConstant": false,
679
679
  "isLValue": false,
680
680
  "isPure": true,
@@ -696,7 +696,7 @@
696
696
  "typeString": "literal_string \"Unsupported callback - After Agreement Created\""
697
697
  }
698
698
  ],
699
- "id": 16441,
699
+ "id": 16451,
700
700
  "name": "revert",
701
701
  "nodeType": "Identifier",
702
702
  "overloadedDeclarations": [
@@ -710,7 +710,7 @@
710
710
  "typeString": "function (string memory) pure"
711
711
  }
712
712
  },
713
- "id": 16443,
713
+ "id": 16453,
714
714
  "isConstant": false,
715
715
  "isLValue": false,
716
716
  "isPure": false,
@@ -725,14 +725,14 @@
725
725
  "typeString": "tuple()"
726
726
  }
727
727
  },
728
- "id": 16444,
728
+ "id": 16454,
729
729
  "nodeType": "ExpressionStatement",
730
730
  "src": "1010:56:37"
731
731
  }
732
732
  ]
733
733
  },
734
734
  "functionSelector": "d86ed3e5",
735
- "id": 16446,
735
+ "id": 16456,
736
736
  "implemented": true,
737
737
  "kind": "function",
738
738
  "modifiers": [],
@@ -740,44 +740,44 @@
740
740
  "nameLocation": "662:21:37",
741
741
  "nodeType": "FunctionDefinition",
742
742
  "overrides": {
743
- "id": 16437,
743
+ "id": 16447,
744
744
  "nodeType": "OverrideSpecifier",
745
745
  "overrides": [],
746
746
  "src": "945:8:37"
747
747
  },
748
748
  "parameters": {
749
- "id": 16436,
749
+ "id": 16446,
750
750
  "nodeType": "ParameterList",
751
751
  "parameters": [
752
752
  {
753
753
  "constant": false,
754
- "id": 16425,
754
+ "id": 16435,
755
755
  "mutability": "mutable",
756
756
  "name": "",
757
757
  "nameLocation": "-1:-1:-1",
758
758
  "nodeType": "VariableDeclaration",
759
- "scope": 16446,
759
+ "scope": 16456,
760
760
  "src": "693:11:37",
761
761
  "stateVariable": false,
762
762
  "storageLocation": "default",
763
763
  "typeDescriptions": {
764
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
764
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
765
765
  "typeString": "contract ISuperToken"
766
766
  },
767
767
  "typeName": {
768
- "id": 16424,
768
+ "id": 16434,
769
769
  "nodeType": "UserDefinedTypeName",
770
770
  "pathNode": {
771
- "id": 16423,
771
+ "id": 16433,
772
772
  "name": "ISuperToken",
773
773
  "nodeType": "IdentifierPath",
774
- "referencedDeclaration": 19482,
774
+ "referencedDeclaration": 19492,
775
775
  "src": "693:11:37"
776
776
  },
777
- "referencedDeclaration": 19482,
777
+ "referencedDeclaration": 19492,
778
778
  "src": "693:11:37",
779
779
  "typeDescriptions": {
780
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
780
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
781
781
  "typeString": "contract ISuperToken"
782
782
  }
783
783
  },
@@ -785,12 +785,12 @@
785
785
  },
786
786
  {
787
787
  "constant": false,
788
- "id": 16427,
788
+ "id": 16437,
789
789
  "mutability": "mutable",
790
790
  "name": "",
791
791
  "nameLocation": "-1:-1:-1",
792
792
  "nodeType": "VariableDeclaration",
793
- "scope": 16446,
793
+ "scope": 16456,
794
794
  "src": "729:7:37",
795
795
  "stateVariable": false,
796
796
  "storageLocation": "default",
@@ -799,7 +799,7 @@
799
799
  "typeString": "address"
800
800
  },
801
801
  "typeName": {
802
- "id": 16426,
802
+ "id": 16436,
803
803
  "name": "address",
804
804
  "nodeType": "ElementaryTypeName",
805
805
  "src": "729:7:37",
@@ -813,12 +813,12 @@
813
813
  },
814
814
  {
815
815
  "constant": false,
816
- "id": 16429,
816
+ "id": 16439,
817
817
  "mutability": "mutable",
818
818
  "name": "",
819
819
  "nameLocation": "-1:-1:-1",
820
820
  "nodeType": "VariableDeclaration",
821
- "scope": 16446,
821
+ "scope": 16456,
822
822
  "src": "765:7:37",
823
823
  "stateVariable": false,
824
824
  "storageLocation": "default",
@@ -827,7 +827,7 @@
827
827
  "typeString": "bytes32"
828
828
  },
829
829
  "typeName": {
830
- "id": 16428,
830
+ "id": 16438,
831
831
  "name": "bytes32",
832
832
  "nodeType": "ElementaryTypeName",
833
833
  "src": "765:7:37",
@@ -840,12 +840,12 @@
840
840
  },
841
841
  {
842
842
  "constant": false,
843
- "id": 16431,
843
+ "id": 16441,
844
844
  "mutability": "mutable",
845
845
  "name": "",
846
846
  "nameLocation": "-1:-1:-1",
847
847
  "nodeType": "VariableDeclaration",
848
- "scope": 16446,
848
+ "scope": 16456,
849
849
  "src": "798:14:37",
850
850
  "stateVariable": false,
851
851
  "storageLocation": "calldata",
@@ -854,7 +854,7 @@
854
854
  "typeString": "bytes"
855
855
  },
856
856
  "typeName": {
857
- "id": 16430,
857
+ "id": 16440,
858
858
  "name": "bytes",
859
859
  "nodeType": "ElementaryTypeName",
860
860
  "src": "798:5:37",
@@ -867,12 +867,12 @@
867
867
  },
868
868
  {
869
869
  "constant": false,
870
- "id": 16433,
870
+ "id": 16443,
871
871
  "mutability": "mutable",
872
872
  "name": "",
873
873
  "nameLocation": "-1:-1:-1",
874
874
  "nodeType": "VariableDeclaration",
875
- "scope": 16446,
875
+ "scope": 16456,
876
876
  "src": "840:14:37",
877
877
  "stateVariable": false,
878
878
  "storageLocation": "calldata",
@@ -881,7 +881,7 @@
881
881
  "typeString": "bytes"
882
882
  },
883
883
  "typeName": {
884
- "id": 16432,
884
+ "id": 16442,
885
885
  "name": "bytes",
886
886
  "nodeType": "ElementaryTypeName",
887
887
  "src": "840:5:37",
@@ -894,12 +894,12 @@
894
894
  },
895
895
  {
896
896
  "constant": false,
897
- "id": 16435,
897
+ "id": 16445,
898
898
  "mutability": "mutable",
899
899
  "name": "",
900
900
  "nameLocation": "-1:-1:-1",
901
901
  "nodeType": "VariableDeclaration",
902
- "scope": 16446,
902
+ "scope": 16456,
903
903
  "src": "875:14:37",
904
904
  "stateVariable": false,
905
905
  "storageLocation": "calldata",
@@ -908,7 +908,7 @@
908
908
  "typeString": "bytes"
909
909
  },
910
910
  "typeName": {
911
- "id": 16434,
911
+ "id": 16444,
912
912
  "name": "bytes",
913
913
  "nodeType": "ElementaryTypeName",
914
914
  "src": "875:5:37",
@@ -923,17 +923,17 @@
923
923
  "src": "683:220:37"
924
924
  },
925
925
  "returnParameters": {
926
- "id": 16440,
926
+ "id": 16450,
927
927
  "nodeType": "ParameterList",
928
928
  "parameters": [
929
929
  {
930
930
  "constant": false,
931
- "id": 16439,
931
+ "id": 16449,
932
932
  "mutability": "mutable",
933
933
  "name": "",
934
934
  "nameLocation": "-1:-1:-1",
935
935
  "nodeType": "VariableDeclaration",
936
- "scope": 16446,
936
+ "scope": 16456,
937
937
  "src": "971:12:37",
938
938
  "stateVariable": false,
939
939
  "storageLocation": "memory",
@@ -942,7 +942,7 @@
942
942
  "typeString": "bytes"
943
943
  },
944
944
  "typeName": {
945
- "id": 16438,
945
+ "id": 16448,
946
946
  "name": "bytes",
947
947
  "nodeType": "ElementaryTypeName",
948
948
  "src": "971:5:37",
@@ -956,7 +956,7 @@
956
956
  ],
957
957
  "src": "970:25:37"
958
958
  },
959
- "scope": 16539,
959
+ "scope": 16549,
960
960
  "src": "653:420:37",
961
961
  "stateMutability": "nonpayable",
962
962
  "virtual": true,
@@ -964,10 +964,10 @@
964
964
  },
965
965
  {
966
966
  "baseFunctions": [
967
- 19050
967
+ 19060
968
968
  ],
969
969
  "body": {
970
- "id": 16467,
970
+ "id": 16477,
971
971
  "nodeType": "Block",
972
972
  "src": "1405:74:37",
973
973
  "statements": [
@@ -976,7 +976,7 @@
976
976
  "arguments": [
977
977
  {
978
978
  "hexValue": "556e737570706f727465642063616c6c6261636b202d204265666f72652041677265656d656e742075706461746564",
979
- "id": 16464,
979
+ "id": 16474,
980
980
  "isConstant": false,
981
981
  "isLValue": false,
982
982
  "isPure": true,
@@ -998,7 +998,7 @@
998
998
  "typeString": "literal_string \"Unsupported callback - Before Agreement updated\""
999
999
  }
1000
1000
  ],
1001
- "id": 16463,
1001
+ "id": 16473,
1002
1002
  "name": "revert",
1003
1003
  "nodeType": "Identifier",
1004
1004
  "overloadedDeclarations": [
@@ -1012,7 +1012,7 @@
1012
1012
  "typeString": "function (string memory) pure"
1013
1013
  }
1014
1014
  },
1015
- "id": 16465,
1015
+ "id": 16475,
1016
1016
  "isConstant": false,
1017
1017
  "isLValue": false,
1018
1018
  "isPure": false,
@@ -1027,14 +1027,14 @@
1027
1027
  "typeString": "tuple()"
1028
1028
  }
1029
1029
  },
1030
- "id": 16466,
1030
+ "id": 16476,
1031
1031
  "nodeType": "ExpressionStatement",
1032
1032
  "src": "1415:57:37"
1033
1033
  }
1034
1034
  ]
1035
1035
  },
1036
1036
  "functionSelector": "884d1f40",
1037
- "id": 16468,
1037
+ "id": 16478,
1038
1038
  "implemented": true,
1039
1039
  "kind": "function",
1040
1040
  "modifiers": [],
@@ -1042,44 +1042,44 @@
1042
1042
  "nameLocation": "1088:22:37",
1043
1043
  "nodeType": "FunctionDefinition",
1044
1044
  "overrides": {
1045
- "id": 16459,
1045
+ "id": 16469,
1046
1046
  "nodeType": "OverrideSpecifier",
1047
1047
  "overrides": [],
1048
1048
  "src": "1350:8:37"
1049
1049
  },
1050
1050
  "parameters": {
1051
- "id": 16458,
1051
+ "id": 16468,
1052
1052
  "nodeType": "ParameterList",
1053
1053
  "parameters": [
1054
1054
  {
1055
1055
  "constant": false,
1056
- "id": 16449,
1056
+ "id": 16459,
1057
1057
  "mutability": "mutable",
1058
1058
  "name": "",
1059
1059
  "nameLocation": "-1:-1:-1",
1060
1060
  "nodeType": "VariableDeclaration",
1061
- "scope": 16468,
1061
+ "scope": 16478,
1062
1062
  "src": "1120:11:37",
1063
1063
  "stateVariable": false,
1064
1064
  "storageLocation": "default",
1065
1065
  "typeDescriptions": {
1066
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
1066
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
1067
1067
  "typeString": "contract ISuperToken"
1068
1068
  },
1069
1069
  "typeName": {
1070
- "id": 16448,
1070
+ "id": 16458,
1071
1071
  "nodeType": "UserDefinedTypeName",
1072
1072
  "pathNode": {
1073
- "id": 16447,
1073
+ "id": 16457,
1074
1074
  "name": "ISuperToken",
1075
1075
  "nodeType": "IdentifierPath",
1076
- "referencedDeclaration": 19482,
1076
+ "referencedDeclaration": 19492,
1077
1077
  "src": "1120:11:37"
1078
1078
  },
1079
- "referencedDeclaration": 19482,
1079
+ "referencedDeclaration": 19492,
1080
1080
  "src": "1120:11:37",
1081
1081
  "typeDescriptions": {
1082
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
1082
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
1083
1083
  "typeString": "contract ISuperToken"
1084
1084
  }
1085
1085
  },
@@ -1087,12 +1087,12 @@
1087
1087
  },
1088
1088
  {
1089
1089
  "constant": false,
1090
- "id": 16451,
1090
+ "id": 16461,
1091
1091
  "mutability": "mutable",
1092
1092
  "name": "",
1093
1093
  "nameLocation": "-1:-1:-1",
1094
1094
  "nodeType": "VariableDeclaration",
1095
- "scope": 16468,
1095
+ "scope": 16478,
1096
1096
  "src": "1156:7:37",
1097
1097
  "stateVariable": false,
1098
1098
  "storageLocation": "default",
@@ -1101,7 +1101,7 @@
1101
1101
  "typeString": "address"
1102
1102
  },
1103
1103
  "typeName": {
1104
- "id": 16450,
1104
+ "id": 16460,
1105
1105
  "name": "address",
1106
1106
  "nodeType": "ElementaryTypeName",
1107
1107
  "src": "1156:7:37",
@@ -1115,12 +1115,12 @@
1115
1115
  },
1116
1116
  {
1117
1117
  "constant": false,
1118
- "id": 16453,
1118
+ "id": 16463,
1119
1119
  "mutability": "mutable",
1120
1120
  "name": "",
1121
1121
  "nameLocation": "-1:-1:-1",
1122
1122
  "nodeType": "VariableDeclaration",
1123
- "scope": 16468,
1123
+ "scope": 16478,
1124
1124
  "src": "1192:7:37",
1125
1125
  "stateVariable": false,
1126
1126
  "storageLocation": "default",
@@ -1129,7 +1129,7 @@
1129
1129
  "typeString": "bytes32"
1130
1130
  },
1131
1131
  "typeName": {
1132
- "id": 16452,
1132
+ "id": 16462,
1133
1133
  "name": "bytes32",
1134
1134
  "nodeType": "ElementaryTypeName",
1135
1135
  "src": "1192:7:37",
@@ -1142,12 +1142,12 @@
1142
1142
  },
1143
1143
  {
1144
1144
  "constant": false,
1145
- "id": 16455,
1145
+ "id": 16465,
1146
1146
  "mutability": "mutable",
1147
1147
  "name": "",
1148
1148
  "nameLocation": "-1:-1:-1",
1149
1149
  "nodeType": "VariableDeclaration",
1150
- "scope": 16468,
1150
+ "scope": 16478,
1151
1151
  "src": "1225:14:37",
1152
1152
  "stateVariable": false,
1153
1153
  "storageLocation": "calldata",
@@ -1156,7 +1156,7 @@
1156
1156
  "typeString": "bytes"
1157
1157
  },
1158
1158
  "typeName": {
1159
- "id": 16454,
1159
+ "id": 16464,
1160
1160
  "name": "bytes",
1161
1161
  "nodeType": "ElementaryTypeName",
1162
1162
  "src": "1225:5:37",
@@ -1169,12 +1169,12 @@
1169
1169
  },
1170
1170
  {
1171
1171
  "constant": false,
1172
- "id": 16457,
1172
+ "id": 16467,
1173
1173
  "mutability": "mutable",
1174
1174
  "name": "",
1175
1175
  "nameLocation": "-1:-1:-1",
1176
1176
  "nodeType": "VariableDeclaration",
1177
- "scope": 16468,
1177
+ "scope": 16478,
1178
1178
  "src": "1267:14:37",
1179
1179
  "stateVariable": false,
1180
1180
  "storageLocation": "calldata",
@@ -1183,7 +1183,7 @@
1183
1183
  "typeString": "bytes"
1184
1184
  },
1185
1185
  "typeName": {
1186
- "id": 16456,
1186
+ "id": 16466,
1187
1187
  "name": "bytes",
1188
1188
  "nodeType": "ElementaryTypeName",
1189
1189
  "src": "1267:5:37",
@@ -1198,17 +1198,17 @@
1198
1198
  "src": "1110:185:37"
1199
1199
  },
1200
1200
  "returnParameters": {
1201
- "id": 16462,
1201
+ "id": 16472,
1202
1202
  "nodeType": "ParameterList",
1203
1203
  "parameters": [
1204
1204
  {
1205
1205
  "constant": false,
1206
- "id": 16461,
1206
+ "id": 16471,
1207
1207
  "mutability": "mutable",
1208
1208
  "name": "",
1209
1209
  "nameLocation": "-1:-1:-1",
1210
1210
  "nodeType": "VariableDeclaration",
1211
- "scope": 16468,
1211
+ "scope": 16478,
1212
1212
  "src": "1376:12:37",
1213
1213
  "stateVariable": false,
1214
1214
  "storageLocation": "memory",
@@ -1217,7 +1217,7 @@
1217
1217
  "typeString": "bytes"
1218
1218
  },
1219
1219
  "typeName": {
1220
- "id": 16460,
1220
+ "id": 16470,
1221
1221
  "name": "bytes",
1222
1222
  "nodeType": "ElementaryTypeName",
1223
1223
  "src": "1376:5:37",
@@ -1231,7 +1231,7 @@
1231
1231
  ],
1232
1232
  "src": "1375:25:37"
1233
1233
  },
1234
- "scope": 16539,
1234
+ "scope": 16549,
1235
1235
  "src": "1079:400:37",
1236
1236
  "stateMutability": "view",
1237
1237
  "virtual": true,
@@ -1239,10 +1239,10 @@
1239
1239
  },
1240
1240
  {
1241
1241
  "baseFunctions": [
1242
- 19069
1242
+ 19079
1243
1243
  ],
1244
1244
  "body": {
1245
- "id": 16491,
1245
+ "id": 16501,
1246
1246
  "nodeType": "Block",
1247
1247
  "src": "1832:73:37",
1248
1248
  "statements": [
@@ -1251,7 +1251,7 @@
1251
1251
  "arguments": [
1252
1252
  {
1253
1253
  "hexValue": "556e737570706f727465642063616c6c6261636b202d2041667465722041677265656d656e742055706461746564",
1254
- "id": 16488,
1254
+ "id": 16498,
1255
1255
  "isConstant": false,
1256
1256
  "isLValue": false,
1257
1257
  "isPure": true,
@@ -1273,7 +1273,7 @@
1273
1273
  "typeString": "literal_string \"Unsupported callback - After Agreement Updated\""
1274
1274
  }
1275
1275
  ],
1276
- "id": 16487,
1276
+ "id": 16497,
1277
1277
  "name": "revert",
1278
1278
  "nodeType": "Identifier",
1279
1279
  "overloadedDeclarations": [
@@ -1287,7 +1287,7 @@
1287
1287
  "typeString": "function (string memory) pure"
1288
1288
  }
1289
1289
  },
1290
- "id": 16489,
1290
+ "id": 16499,
1291
1291
  "isConstant": false,
1292
1292
  "isLValue": false,
1293
1293
  "isPure": false,
@@ -1302,14 +1302,14 @@
1302
1302
  "typeString": "tuple()"
1303
1303
  }
1304
1304
  },
1305
- "id": 16490,
1305
+ "id": 16500,
1306
1306
  "nodeType": "ExpressionStatement",
1307
1307
  "src": "1842:56:37"
1308
1308
  }
1309
1309
  ]
1310
1310
  },
1311
1311
  "functionSelector": "230dbd29",
1312
- "id": 16492,
1312
+ "id": 16502,
1313
1313
  "implemented": true,
1314
1314
  "kind": "function",
1315
1315
  "modifiers": [],
@@ -1317,44 +1317,44 @@
1317
1317
  "nameLocation": "1494:21:37",
1318
1318
  "nodeType": "FunctionDefinition",
1319
1319
  "overrides": {
1320
- "id": 16483,
1320
+ "id": 16493,
1321
1321
  "nodeType": "OverrideSpecifier",
1322
1322
  "overrides": [],
1323
1323
  "src": "1777:8:37"
1324
1324
  },
1325
1325
  "parameters": {
1326
- "id": 16482,
1326
+ "id": 16492,
1327
1327
  "nodeType": "ParameterList",
1328
1328
  "parameters": [
1329
1329
  {
1330
1330
  "constant": false,
1331
- "id": 16471,
1331
+ "id": 16481,
1332
1332
  "mutability": "mutable",
1333
1333
  "name": "",
1334
1334
  "nameLocation": "-1:-1:-1",
1335
1335
  "nodeType": "VariableDeclaration",
1336
- "scope": 16492,
1336
+ "scope": 16502,
1337
1337
  "src": "1525:11:37",
1338
1338
  "stateVariable": false,
1339
1339
  "storageLocation": "default",
1340
1340
  "typeDescriptions": {
1341
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
1341
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
1342
1342
  "typeString": "contract ISuperToken"
1343
1343
  },
1344
1344
  "typeName": {
1345
- "id": 16470,
1345
+ "id": 16480,
1346
1346
  "nodeType": "UserDefinedTypeName",
1347
1347
  "pathNode": {
1348
- "id": 16469,
1348
+ "id": 16479,
1349
1349
  "name": "ISuperToken",
1350
1350
  "nodeType": "IdentifierPath",
1351
- "referencedDeclaration": 19482,
1351
+ "referencedDeclaration": 19492,
1352
1352
  "src": "1525:11:37"
1353
1353
  },
1354
- "referencedDeclaration": 19482,
1354
+ "referencedDeclaration": 19492,
1355
1355
  "src": "1525:11:37",
1356
1356
  "typeDescriptions": {
1357
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
1357
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
1358
1358
  "typeString": "contract ISuperToken"
1359
1359
  }
1360
1360
  },
@@ -1362,12 +1362,12 @@
1362
1362
  },
1363
1363
  {
1364
1364
  "constant": false,
1365
- "id": 16473,
1365
+ "id": 16483,
1366
1366
  "mutability": "mutable",
1367
1367
  "name": "",
1368
1368
  "nameLocation": "-1:-1:-1",
1369
1369
  "nodeType": "VariableDeclaration",
1370
- "scope": 16492,
1370
+ "scope": 16502,
1371
1371
  "src": "1561:7:37",
1372
1372
  "stateVariable": false,
1373
1373
  "storageLocation": "default",
@@ -1376,7 +1376,7 @@
1376
1376
  "typeString": "address"
1377
1377
  },
1378
1378
  "typeName": {
1379
- "id": 16472,
1379
+ "id": 16482,
1380
1380
  "name": "address",
1381
1381
  "nodeType": "ElementaryTypeName",
1382
1382
  "src": "1561:7:37",
@@ -1390,12 +1390,12 @@
1390
1390
  },
1391
1391
  {
1392
1392
  "constant": false,
1393
- "id": 16475,
1393
+ "id": 16485,
1394
1394
  "mutability": "mutable",
1395
1395
  "name": "",
1396
1396
  "nameLocation": "-1:-1:-1",
1397
1397
  "nodeType": "VariableDeclaration",
1398
- "scope": 16492,
1398
+ "scope": 16502,
1399
1399
  "src": "1597:7:37",
1400
1400
  "stateVariable": false,
1401
1401
  "storageLocation": "default",
@@ -1404,7 +1404,7 @@
1404
1404
  "typeString": "bytes32"
1405
1405
  },
1406
1406
  "typeName": {
1407
- "id": 16474,
1407
+ "id": 16484,
1408
1408
  "name": "bytes32",
1409
1409
  "nodeType": "ElementaryTypeName",
1410
1410
  "src": "1597:7:37",
@@ -1417,12 +1417,12 @@
1417
1417
  },
1418
1418
  {
1419
1419
  "constant": false,
1420
- "id": 16477,
1420
+ "id": 16487,
1421
1421
  "mutability": "mutable",
1422
1422
  "name": "",
1423
1423
  "nameLocation": "-1:-1:-1",
1424
1424
  "nodeType": "VariableDeclaration",
1425
- "scope": 16492,
1425
+ "scope": 16502,
1426
1426
  "src": "1630:14:37",
1427
1427
  "stateVariable": false,
1428
1428
  "storageLocation": "calldata",
@@ -1431,7 +1431,7 @@
1431
1431
  "typeString": "bytes"
1432
1432
  },
1433
1433
  "typeName": {
1434
- "id": 16476,
1434
+ "id": 16486,
1435
1435
  "name": "bytes",
1436
1436
  "nodeType": "ElementaryTypeName",
1437
1437
  "src": "1630:5:37",
@@ -1444,12 +1444,12 @@
1444
1444
  },
1445
1445
  {
1446
1446
  "constant": false,
1447
- "id": 16479,
1447
+ "id": 16489,
1448
1448
  "mutability": "mutable",
1449
1449
  "name": "",
1450
1450
  "nameLocation": "-1:-1:-1",
1451
1451
  "nodeType": "VariableDeclaration",
1452
- "scope": 16492,
1452
+ "scope": 16502,
1453
1453
  "src": "1672:14:37",
1454
1454
  "stateVariable": false,
1455
1455
  "storageLocation": "calldata",
@@ -1458,7 +1458,7 @@
1458
1458
  "typeString": "bytes"
1459
1459
  },
1460
1460
  "typeName": {
1461
- "id": 16478,
1461
+ "id": 16488,
1462
1462
  "name": "bytes",
1463
1463
  "nodeType": "ElementaryTypeName",
1464
1464
  "src": "1672:5:37",
@@ -1471,12 +1471,12 @@
1471
1471
  },
1472
1472
  {
1473
1473
  "constant": false,
1474
- "id": 16481,
1474
+ "id": 16491,
1475
1475
  "mutability": "mutable",
1476
1476
  "name": "",
1477
1477
  "nameLocation": "-1:-1:-1",
1478
1478
  "nodeType": "VariableDeclaration",
1479
- "scope": 16492,
1479
+ "scope": 16502,
1480
1480
  "src": "1707:14:37",
1481
1481
  "stateVariable": false,
1482
1482
  "storageLocation": "calldata",
@@ -1485,7 +1485,7 @@
1485
1485
  "typeString": "bytes"
1486
1486
  },
1487
1487
  "typeName": {
1488
- "id": 16480,
1488
+ "id": 16490,
1489
1489
  "name": "bytes",
1490
1490
  "nodeType": "ElementaryTypeName",
1491
1491
  "src": "1707:5:37",
@@ -1500,17 +1500,17 @@
1500
1500
  "src": "1515:220:37"
1501
1501
  },
1502
1502
  "returnParameters": {
1503
- "id": 16486,
1503
+ "id": 16496,
1504
1504
  "nodeType": "ParameterList",
1505
1505
  "parameters": [
1506
1506
  {
1507
1507
  "constant": false,
1508
- "id": 16485,
1508
+ "id": 16495,
1509
1509
  "mutability": "mutable",
1510
1510
  "name": "",
1511
1511
  "nameLocation": "-1:-1:-1",
1512
1512
  "nodeType": "VariableDeclaration",
1513
- "scope": 16492,
1513
+ "scope": 16502,
1514
1514
  "src": "1803:12:37",
1515
1515
  "stateVariable": false,
1516
1516
  "storageLocation": "memory",
@@ -1519,7 +1519,7 @@
1519
1519
  "typeString": "bytes"
1520
1520
  },
1521
1521
  "typeName": {
1522
- "id": 16484,
1522
+ "id": 16494,
1523
1523
  "name": "bytes",
1524
1524
  "nodeType": "ElementaryTypeName",
1525
1525
  "src": "1803:5:37",
@@ -1533,7 +1533,7 @@
1533
1533
  ],
1534
1534
  "src": "1802:25:37"
1535
1535
  },
1536
- "scope": 16539,
1536
+ "scope": 16549,
1537
1537
  "src": "1485:420:37",
1538
1538
  "stateMutability": "nonpayable",
1539
1539
  "virtual": true,
@@ -1541,10 +1541,10 @@
1541
1541
  },
1542
1542
  {
1543
1543
  "baseFunctions": [
1544
- 19086
1544
+ 19096
1545
1545
  ],
1546
1546
  "body": {
1547
- "id": 16513,
1547
+ "id": 16523,
1548
1548
  "nodeType": "Block",
1549
1549
  "src": "2240:78:37",
1550
1550
  "statements": [
@@ -1553,7 +1553,7 @@
1553
1553
  "arguments": [
1554
1554
  {
1555
1555
  "hexValue": "556e737570706f727465642063616c6c6261636b202d20204265666f72652041677265656d656e74205465726d696e61746564",
1556
- "id": 16510,
1556
+ "id": 16520,
1557
1557
  "isConstant": false,
1558
1558
  "isLValue": false,
1559
1559
  "isPure": true,
@@ -1575,7 +1575,7 @@
1575
1575
  "typeString": "literal_string \"Unsupported callback - Before Agreement Terminated\""
1576
1576
  }
1577
1577
  ],
1578
- "id": 16509,
1578
+ "id": 16519,
1579
1579
  "name": "revert",
1580
1580
  "nodeType": "Identifier",
1581
1581
  "overloadedDeclarations": [
@@ -1589,7 +1589,7 @@
1589
1589
  "typeString": "function (string memory) pure"
1590
1590
  }
1591
1591
  },
1592
- "id": 16511,
1592
+ "id": 16521,
1593
1593
  "isConstant": false,
1594
1594
  "isLValue": false,
1595
1595
  "isPure": false,
@@ -1604,14 +1604,14 @@
1604
1604
  "typeString": "tuple()"
1605
1605
  }
1606
1606
  },
1607
- "id": 16512,
1607
+ "id": 16522,
1608
1608
  "nodeType": "ExpressionStatement",
1609
1609
  "src": "2250:61:37"
1610
1610
  }
1611
1611
  ]
1612
1612
  },
1613
1613
  "functionSelector": "5f9e7d77",
1614
- "id": 16514,
1614
+ "id": 16524,
1615
1615
  "implemented": true,
1616
1616
  "kind": "function",
1617
1617
  "modifiers": [],
@@ -1619,44 +1619,44 @@
1619
1619
  "nameLocation": "1920:25:37",
1620
1620
  "nodeType": "FunctionDefinition",
1621
1621
  "overrides": {
1622
- "id": 16505,
1622
+ "id": 16515,
1623
1623
  "nodeType": "OverrideSpecifier",
1624
1624
  "overrides": [],
1625
1625
  "src": "2185:8:37"
1626
1626
  },
1627
1627
  "parameters": {
1628
- "id": 16504,
1628
+ "id": 16514,
1629
1629
  "nodeType": "ParameterList",
1630
1630
  "parameters": [
1631
1631
  {
1632
1632
  "constant": false,
1633
- "id": 16495,
1633
+ "id": 16505,
1634
1634
  "mutability": "mutable",
1635
1635
  "name": "",
1636
1636
  "nameLocation": "-1:-1:-1",
1637
1637
  "nodeType": "VariableDeclaration",
1638
- "scope": 16514,
1638
+ "scope": 16524,
1639
1639
  "src": "1955:11:37",
1640
1640
  "stateVariable": false,
1641
1641
  "storageLocation": "default",
1642
1642
  "typeDescriptions": {
1643
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
1643
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
1644
1644
  "typeString": "contract ISuperToken"
1645
1645
  },
1646
1646
  "typeName": {
1647
- "id": 16494,
1647
+ "id": 16504,
1648
1648
  "nodeType": "UserDefinedTypeName",
1649
1649
  "pathNode": {
1650
- "id": 16493,
1650
+ "id": 16503,
1651
1651
  "name": "ISuperToken",
1652
1652
  "nodeType": "IdentifierPath",
1653
- "referencedDeclaration": 19482,
1653
+ "referencedDeclaration": 19492,
1654
1654
  "src": "1955:11:37"
1655
1655
  },
1656
- "referencedDeclaration": 19482,
1656
+ "referencedDeclaration": 19492,
1657
1657
  "src": "1955:11:37",
1658
1658
  "typeDescriptions": {
1659
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
1659
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
1660
1660
  "typeString": "contract ISuperToken"
1661
1661
  }
1662
1662
  },
@@ -1664,12 +1664,12 @@
1664
1664
  },
1665
1665
  {
1666
1666
  "constant": false,
1667
- "id": 16497,
1667
+ "id": 16507,
1668
1668
  "mutability": "mutable",
1669
1669
  "name": "",
1670
1670
  "nameLocation": "-1:-1:-1",
1671
1671
  "nodeType": "VariableDeclaration",
1672
- "scope": 16514,
1672
+ "scope": 16524,
1673
1673
  "src": "1991:7:37",
1674
1674
  "stateVariable": false,
1675
1675
  "storageLocation": "default",
@@ -1678,7 +1678,7 @@
1678
1678
  "typeString": "address"
1679
1679
  },
1680
1680
  "typeName": {
1681
- "id": 16496,
1681
+ "id": 16506,
1682
1682
  "name": "address",
1683
1683
  "nodeType": "ElementaryTypeName",
1684
1684
  "src": "1991:7:37",
@@ -1692,12 +1692,12 @@
1692
1692
  },
1693
1693
  {
1694
1694
  "constant": false,
1695
- "id": 16499,
1695
+ "id": 16509,
1696
1696
  "mutability": "mutable",
1697
1697
  "name": "",
1698
1698
  "nameLocation": "-1:-1:-1",
1699
1699
  "nodeType": "VariableDeclaration",
1700
- "scope": 16514,
1700
+ "scope": 16524,
1701
1701
  "src": "2027:7:37",
1702
1702
  "stateVariable": false,
1703
1703
  "storageLocation": "default",
@@ -1706,7 +1706,7 @@
1706
1706
  "typeString": "bytes32"
1707
1707
  },
1708
1708
  "typeName": {
1709
- "id": 16498,
1709
+ "id": 16508,
1710
1710
  "name": "bytes32",
1711
1711
  "nodeType": "ElementaryTypeName",
1712
1712
  "src": "2027:7:37",
@@ -1719,12 +1719,12 @@
1719
1719
  },
1720
1720
  {
1721
1721
  "constant": false,
1722
- "id": 16501,
1722
+ "id": 16511,
1723
1723
  "mutability": "mutable",
1724
1724
  "name": "",
1725
1725
  "nameLocation": "-1:-1:-1",
1726
1726
  "nodeType": "VariableDeclaration",
1727
- "scope": 16514,
1727
+ "scope": 16524,
1728
1728
  "src": "2060:14:37",
1729
1729
  "stateVariable": false,
1730
1730
  "storageLocation": "calldata",
@@ -1733,7 +1733,7 @@
1733
1733
  "typeString": "bytes"
1734
1734
  },
1735
1735
  "typeName": {
1736
- "id": 16500,
1736
+ "id": 16510,
1737
1737
  "name": "bytes",
1738
1738
  "nodeType": "ElementaryTypeName",
1739
1739
  "src": "2060:5:37",
@@ -1746,12 +1746,12 @@
1746
1746
  },
1747
1747
  {
1748
1748
  "constant": false,
1749
- "id": 16503,
1749
+ "id": 16513,
1750
1750
  "mutability": "mutable",
1751
1751
  "name": "",
1752
1752
  "nameLocation": "-1:-1:-1",
1753
1753
  "nodeType": "VariableDeclaration",
1754
- "scope": 16514,
1754
+ "scope": 16524,
1755
1755
  "src": "2102:14:37",
1756
1756
  "stateVariable": false,
1757
1757
  "storageLocation": "calldata",
@@ -1760,7 +1760,7 @@
1760
1760
  "typeString": "bytes"
1761
1761
  },
1762
1762
  "typeName": {
1763
- "id": 16502,
1763
+ "id": 16512,
1764
1764
  "name": "bytes",
1765
1765
  "nodeType": "ElementaryTypeName",
1766
1766
  "src": "2102:5:37",
@@ -1775,17 +1775,17 @@
1775
1775
  "src": "1945:185:37"
1776
1776
  },
1777
1777
  "returnParameters": {
1778
- "id": 16508,
1778
+ "id": 16518,
1779
1779
  "nodeType": "ParameterList",
1780
1780
  "parameters": [
1781
1781
  {
1782
1782
  "constant": false,
1783
- "id": 16507,
1783
+ "id": 16517,
1784
1784
  "mutability": "mutable",
1785
1785
  "name": "",
1786
1786
  "nameLocation": "-1:-1:-1",
1787
1787
  "nodeType": "VariableDeclaration",
1788
- "scope": 16514,
1788
+ "scope": 16524,
1789
1789
  "src": "2211:12:37",
1790
1790
  "stateVariable": false,
1791
1791
  "storageLocation": "memory",
@@ -1794,7 +1794,7 @@
1794
1794
  "typeString": "bytes"
1795
1795
  },
1796
1796
  "typeName": {
1797
- "id": 16506,
1797
+ "id": 16516,
1798
1798
  "name": "bytes",
1799
1799
  "nodeType": "ElementaryTypeName",
1800
1800
  "src": "2211:5:37",
@@ -1808,7 +1808,7 @@
1808
1808
  ],
1809
1809
  "src": "2210:25:37"
1810
1810
  },
1811
- "scope": 16539,
1811
+ "scope": 16549,
1812
1812
  "src": "1911:407:37",
1813
1813
  "stateMutability": "view",
1814
1814
  "virtual": true,
@@ -1816,10 +1816,10 @@
1816
1816
  },
1817
1817
  {
1818
1818
  "baseFunctions": [
1819
- 19105
1819
+ 19115
1820
1820
  ],
1821
1821
  "body": {
1822
- "id": 16537,
1822
+ "id": 16547,
1823
1823
  "nodeType": "Block",
1824
1824
  "src": "2674:76:37",
1825
1825
  "statements": [
@@ -1828,7 +1828,7 @@
1828
1828
  "arguments": [
1829
1829
  {
1830
1830
  "hexValue": "556e737570706f727465642063616c6c6261636b202d2041667465722041677265656d656e74205465726d696e61746564",
1831
- "id": 16534,
1831
+ "id": 16544,
1832
1832
  "isConstant": false,
1833
1833
  "isLValue": false,
1834
1834
  "isPure": true,
@@ -1850,7 +1850,7 @@
1850
1850
  "typeString": "literal_string \"Unsupported callback - After Agreement Terminated\""
1851
1851
  }
1852
1852
  ],
1853
- "id": 16533,
1853
+ "id": 16543,
1854
1854
  "name": "revert",
1855
1855
  "nodeType": "Identifier",
1856
1856
  "overloadedDeclarations": [
@@ -1864,7 +1864,7 @@
1864
1864
  "typeString": "function (string memory) pure"
1865
1865
  }
1866
1866
  },
1867
- "id": 16535,
1867
+ "id": 16545,
1868
1868
  "isConstant": false,
1869
1869
  "isLValue": false,
1870
1870
  "isPure": false,
@@ -1879,14 +1879,14 @@
1879
1879
  "typeString": "tuple()"
1880
1880
  }
1881
1881
  },
1882
- "id": 16536,
1882
+ "id": 16546,
1883
1883
  "nodeType": "ExpressionStatement",
1884
1884
  "src": "2684:59:37"
1885
1885
  }
1886
1886
  ]
1887
1887
  },
1888
1888
  "functionSelector": "53c11f99",
1889
- "id": 16538,
1889
+ "id": 16548,
1890
1890
  "implemented": true,
1891
1891
  "kind": "function",
1892
1892
  "modifiers": [],
@@ -1894,44 +1894,44 @@
1894
1894
  "nameLocation": "2333:24:37",
1895
1895
  "nodeType": "FunctionDefinition",
1896
1896
  "overrides": {
1897
- "id": 16529,
1897
+ "id": 16539,
1898
1898
  "nodeType": "OverrideSpecifier",
1899
1899
  "overrides": [],
1900
1900
  "src": "2619:8:37"
1901
1901
  },
1902
1902
  "parameters": {
1903
- "id": 16528,
1903
+ "id": 16538,
1904
1904
  "nodeType": "ParameterList",
1905
1905
  "parameters": [
1906
1906
  {
1907
1907
  "constant": false,
1908
- "id": 16517,
1908
+ "id": 16527,
1909
1909
  "mutability": "mutable",
1910
1910
  "name": "",
1911
1911
  "nameLocation": "-1:-1:-1",
1912
1912
  "nodeType": "VariableDeclaration",
1913
- "scope": 16538,
1913
+ "scope": 16548,
1914
1914
  "src": "2367:11:37",
1915
1915
  "stateVariable": false,
1916
1916
  "storageLocation": "default",
1917
1917
  "typeDescriptions": {
1918
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
1918
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
1919
1919
  "typeString": "contract ISuperToken"
1920
1920
  },
1921
1921
  "typeName": {
1922
- "id": 16516,
1922
+ "id": 16526,
1923
1923
  "nodeType": "UserDefinedTypeName",
1924
1924
  "pathNode": {
1925
- "id": 16515,
1925
+ "id": 16525,
1926
1926
  "name": "ISuperToken",
1927
1927
  "nodeType": "IdentifierPath",
1928
- "referencedDeclaration": 19482,
1928
+ "referencedDeclaration": 19492,
1929
1929
  "src": "2367:11:37"
1930
1930
  },
1931
- "referencedDeclaration": 19482,
1931
+ "referencedDeclaration": 19492,
1932
1932
  "src": "2367:11:37",
1933
1933
  "typeDescriptions": {
1934
- "typeIdentifier": "t_contract$_ISuperToken_$19482",
1934
+ "typeIdentifier": "t_contract$_ISuperToken_$19492",
1935
1935
  "typeString": "contract ISuperToken"
1936
1936
  }
1937
1937
  },
@@ -1939,12 +1939,12 @@
1939
1939
  },
1940
1940
  {
1941
1941
  "constant": false,
1942
- "id": 16519,
1942
+ "id": 16529,
1943
1943
  "mutability": "mutable",
1944
1944
  "name": "",
1945
1945
  "nameLocation": "-1:-1:-1",
1946
1946
  "nodeType": "VariableDeclaration",
1947
- "scope": 16538,
1947
+ "scope": 16548,
1948
1948
  "src": "2403:7:37",
1949
1949
  "stateVariable": false,
1950
1950
  "storageLocation": "default",
@@ -1953,7 +1953,7 @@
1953
1953
  "typeString": "address"
1954
1954
  },
1955
1955
  "typeName": {
1956
- "id": 16518,
1956
+ "id": 16528,
1957
1957
  "name": "address",
1958
1958
  "nodeType": "ElementaryTypeName",
1959
1959
  "src": "2403:7:37",
@@ -1967,12 +1967,12 @@
1967
1967
  },
1968
1968
  {
1969
1969
  "constant": false,
1970
- "id": 16521,
1970
+ "id": 16531,
1971
1971
  "mutability": "mutable",
1972
1972
  "name": "",
1973
1973
  "nameLocation": "-1:-1:-1",
1974
1974
  "nodeType": "VariableDeclaration",
1975
- "scope": 16538,
1975
+ "scope": 16548,
1976
1976
  "src": "2439:7:37",
1977
1977
  "stateVariable": false,
1978
1978
  "storageLocation": "default",
@@ -1981,7 +1981,7 @@
1981
1981
  "typeString": "bytes32"
1982
1982
  },
1983
1983
  "typeName": {
1984
- "id": 16520,
1984
+ "id": 16530,
1985
1985
  "name": "bytes32",
1986
1986
  "nodeType": "ElementaryTypeName",
1987
1987
  "src": "2439:7:37",
@@ -1994,12 +1994,12 @@
1994
1994
  },
1995
1995
  {
1996
1996
  "constant": false,
1997
- "id": 16523,
1997
+ "id": 16533,
1998
1998
  "mutability": "mutable",
1999
1999
  "name": "",
2000
2000
  "nameLocation": "-1:-1:-1",
2001
2001
  "nodeType": "VariableDeclaration",
2002
- "scope": 16538,
2002
+ "scope": 16548,
2003
2003
  "src": "2472:14:37",
2004
2004
  "stateVariable": false,
2005
2005
  "storageLocation": "calldata",
@@ -2008,7 +2008,7 @@
2008
2008
  "typeString": "bytes"
2009
2009
  },
2010
2010
  "typeName": {
2011
- "id": 16522,
2011
+ "id": 16532,
2012
2012
  "name": "bytes",
2013
2013
  "nodeType": "ElementaryTypeName",
2014
2014
  "src": "2472:5:37",
@@ -2021,12 +2021,12 @@
2021
2021
  },
2022
2022
  {
2023
2023
  "constant": false,
2024
- "id": 16525,
2024
+ "id": 16535,
2025
2025
  "mutability": "mutable",
2026
2026
  "name": "",
2027
2027
  "nameLocation": "-1:-1:-1",
2028
2028
  "nodeType": "VariableDeclaration",
2029
- "scope": 16538,
2029
+ "scope": 16548,
2030
2030
  "src": "2514:14:37",
2031
2031
  "stateVariable": false,
2032
2032
  "storageLocation": "calldata",
@@ -2035,7 +2035,7 @@
2035
2035
  "typeString": "bytes"
2036
2036
  },
2037
2037
  "typeName": {
2038
- "id": 16524,
2038
+ "id": 16534,
2039
2039
  "name": "bytes",
2040
2040
  "nodeType": "ElementaryTypeName",
2041
2041
  "src": "2514:5:37",
@@ -2048,12 +2048,12 @@
2048
2048
  },
2049
2049
  {
2050
2050
  "constant": false,
2051
- "id": 16527,
2051
+ "id": 16537,
2052
2052
  "mutability": "mutable",
2053
2053
  "name": "",
2054
2054
  "nameLocation": "-1:-1:-1",
2055
2055
  "nodeType": "VariableDeclaration",
2056
- "scope": 16538,
2056
+ "scope": 16548,
2057
2057
  "src": "2549:14:37",
2058
2058
  "stateVariable": false,
2059
2059
  "storageLocation": "calldata",
@@ -2062,7 +2062,7 @@
2062
2062
  "typeString": "bytes"
2063
2063
  },
2064
2064
  "typeName": {
2065
- "id": 16526,
2065
+ "id": 16536,
2066
2066
  "name": "bytes",
2067
2067
  "nodeType": "ElementaryTypeName",
2068
2068
  "src": "2549:5:37",
@@ -2077,17 +2077,17 @@
2077
2077
  "src": "2357:220:37"
2078
2078
  },
2079
2079
  "returnParameters": {
2080
- "id": 16532,
2080
+ "id": 16542,
2081
2081
  "nodeType": "ParameterList",
2082
2082
  "parameters": [
2083
2083
  {
2084
2084
  "constant": false,
2085
- "id": 16531,
2085
+ "id": 16541,
2086
2086
  "mutability": "mutable",
2087
2087
  "name": "",
2088
2088
  "nameLocation": "-1:-1:-1",
2089
2089
  "nodeType": "VariableDeclaration",
2090
- "scope": 16538,
2090
+ "scope": 16548,
2091
2091
  "src": "2645:12:37",
2092
2092
  "stateVariable": false,
2093
2093
  "storageLocation": "memory",
@@ -2096,7 +2096,7 @@
2096
2096
  "typeString": "bytes"
2097
2097
  },
2098
2098
  "typeName": {
2099
- "id": 16530,
2099
+ "id": 16540,
2100
2100
  "name": "bytes",
2101
2101
  "nodeType": "ElementaryTypeName",
2102
2102
  "src": "2645:5:37",
@@ -2110,14 +2110,14 @@
2110
2110
  ],
2111
2111
  "src": "2644:25:37"
2112
2112
  },
2113
- "scope": 16539,
2113
+ "scope": 16549,
2114
2114
  "src": "2324:426:37",
2115
2115
  "stateMutability": "nonpayable",
2116
2116
  "virtual": true,
2117
2117
  "visibility": "external"
2118
2118
  }
2119
2119
  ],
2120
- "scope": 16540,
2120
+ "scope": 16550,
2121
2121
  "src": "196:2557:37",
2122
2122
  "usedErrors": []
2123
2123
  }
@@ -2130,7 +2130,7 @@
2130
2130
  },
2131
2131
  "networks": {},
2132
2132
  "schemaVersion": "3.4.8",
2133
- "updatedAt": "2022-08-11T12:58:51.646Z",
2133
+ "updatedAt": "2022-08-25T14:16:52.988Z",
2134
2134
  "devdoc": {
2135
2135
  "kind": "dev",
2136
2136
  "methods": {},