@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.e55bf9f.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
@@ -25,7 +25,7 @@
25
25
  "type": "function"
26
26
  }
27
27
  ],
28
- "metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"initialSupply\",\"type\":\"uint256\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{},\"title\":\"Pure Super Token custom interface\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/tokens/IPureSuperToken.sol\":\"IPureSuperTokenCustom\"},\"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/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/IPureSuperToken.sol\":{\"keccak256\":\"0xf1d8eff320f3a91451ca755ad92d7b1214a76f2a63ff757d04af6cdae88d300b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c0ab5639b73a46d5d6665a1e5f1e983f2c7803e7a86290e36dfd9edef5102d29\",\"dweb:/ipfs/QmX9UrxABgYx4V7i6oebRRKd4NSXo99UHcwba1sXhUzmNr\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]}},\"version\":1}",
28
+ "metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"symbol\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"initialSupply\",\"type\":\"uint256\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"kind\":\"dev\",\"methods\":{},\"title\":\"Pure Super Token custom interface\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/interfaces/tokens/IPureSuperToken.sol\":\"IPureSuperTokenCustom\"},\"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/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/IPureSuperToken.sol\":{\"keccak256\":\"0xf1d8eff320f3a91451ca755ad92d7b1214a76f2a63ff757d04af6cdae88d300b\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c0ab5639b73a46d5d6665a1e5f1e983f2c7803e7a86290e36dfd9edef5102d29\",\"dweb:/ipfs/QmX9UrxABgYx4V7i6oebRRKd4NSXo99UHcwba1sXhUzmNr\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]}},\"version\":1}",
29
29
  "bytecode": "0x",
30
30
  "deployedBytecode": "0x",
31
31
  "immutableReferences": {},
@@ -39,21 +39,21 @@
39
39
  "absolutePath": "project:/contracts/interfaces/tokens/IPureSuperToken.sol",
40
40
  "exportedSymbols": {
41
41
  "IPureSuperToken": [
42
- 20512
42
+ 20520
43
43
  ],
44
44
  "IPureSuperTokenCustom": [
45
- 20506
45
+ 20514
46
46
  ],
47
47
  "ISuperToken": [
48
- 19482
48
+ 19492
49
49
  ]
50
50
  },
51
- "id": 20513,
51
+ "id": 20521,
52
52
  "license": "AGPLv3",
53
53
  "nodeType": "SourceUnit",
54
54
  "nodes": [
55
55
  {
56
- "id": 20493,
56
+ "id": 20501,
57
57
  "literals": [
58
58
  "solidity",
59
59
  ">=",
@@ -66,20 +66,20 @@
66
66
  {
67
67
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
68
68
  "file": "../superfluid/ISuperToken.sol",
69
- "id": 20495,
69
+ "id": 20503,
70
70
  "nameLocation": "-1:-1:-1",
71
71
  "nodeType": "ImportDirective",
72
- "scope": 20513,
73
- "sourceUnit": 19483,
72
+ "scope": 20521,
73
+ "sourceUnit": 19493,
74
74
  "src": "62:60:53",
75
75
  "symbolAliases": [
76
76
  {
77
77
  "foreign": {
78
- "id": 20494,
78
+ "id": 20502,
79
79
  "name": "ISuperToken",
80
80
  "nodeType": "Identifier",
81
81
  "overloadedDeclarations": [],
82
- "referencedDeclaration": 19482,
82
+ "referencedDeclaration": 19492,
83
83
  "src": "71:11:53",
84
84
  "typeDescriptions": {}
85
85
  },
@@ -95,15 +95,15 @@
95
95
  "contractDependencies": [],
96
96
  "contractKind": "interface",
97
97
  "documentation": {
98
- "id": 20496,
98
+ "id": 20504,
99
99
  "nodeType": "StructuredDocumentation",
100
100
  "src": "124:73:53",
101
101
  "text": " @title Pure Super Token custom interface\n @author Superfluid"
102
102
  },
103
103
  "fullyImplemented": false,
104
- "id": 20506,
104
+ "id": 20514,
105
105
  "linearizedBaseContracts": [
106
- 20506
106
+ 20514
107
107
  ],
108
108
  "name": "IPureSuperTokenCustom",
109
109
  "nameLocation": "208:21:53",
@@ -111,7 +111,7 @@
111
111
  "nodes": [
112
112
  {
113
113
  "functionSelector": "b119490e",
114
- "id": 20505,
114
+ "id": 20513,
115
115
  "implemented": false,
116
116
  "kind": "function",
117
117
  "modifiers": [],
@@ -119,17 +119,17 @@
119
119
  "nameLocation": "245:10:53",
120
120
  "nodeType": "FunctionDefinition",
121
121
  "parameters": {
122
- "id": 20503,
122
+ "id": 20511,
123
123
  "nodeType": "ParameterList",
124
124
  "parameters": [
125
125
  {
126
126
  "constant": false,
127
- "id": 20498,
127
+ "id": 20506,
128
128
  "mutability": "mutable",
129
129
  "name": "name",
130
130
  "nameLocation": "272:4:53",
131
131
  "nodeType": "VariableDeclaration",
132
- "scope": 20505,
132
+ "scope": 20513,
133
133
  "src": "256:20:53",
134
134
  "stateVariable": false,
135
135
  "storageLocation": "calldata",
@@ -138,7 +138,7 @@
138
138
  "typeString": "string"
139
139
  },
140
140
  "typeName": {
141
- "id": 20497,
141
+ "id": 20505,
142
142
  "name": "string",
143
143
  "nodeType": "ElementaryTypeName",
144
144
  "src": "256:6:53",
@@ -151,12 +151,12 @@
151
151
  },
152
152
  {
153
153
  "constant": false,
154
- "id": 20500,
154
+ "id": 20508,
155
155
  "mutability": "mutable",
156
156
  "name": "symbol",
157
157
  "nameLocation": "294:6:53",
158
158
  "nodeType": "VariableDeclaration",
159
- "scope": 20505,
159
+ "scope": 20513,
160
160
  "src": "278:22:53",
161
161
  "stateVariable": false,
162
162
  "storageLocation": "calldata",
@@ -165,7 +165,7 @@
165
165
  "typeString": "string"
166
166
  },
167
167
  "typeName": {
168
- "id": 20499,
168
+ "id": 20507,
169
169
  "name": "string",
170
170
  "nodeType": "ElementaryTypeName",
171
171
  "src": "278:6:53",
@@ -178,12 +178,12 @@
178
178
  },
179
179
  {
180
180
  "constant": false,
181
- "id": 20502,
181
+ "id": 20510,
182
182
  "mutability": "mutable",
183
183
  "name": "initialSupply",
184
184
  "nameLocation": "310:13:53",
185
185
  "nodeType": "VariableDeclaration",
186
- "scope": 20505,
186
+ "scope": 20513,
187
187
  "src": "302:21:53",
188
188
  "stateVariable": false,
189
189
  "storageLocation": "default",
@@ -192,7 +192,7 @@
192
192
  "typeString": "uint256"
193
193
  },
194
194
  "typeName": {
195
- "id": 20501,
195
+ "id": 20509,
196
196
  "name": "uint256",
197
197
  "nodeType": "ElementaryTypeName",
198
198
  "src": "302:7:53",
@@ -207,19 +207,19 @@
207
207
  "src": "255:69:53"
208
208
  },
209
209
  "returnParameters": {
210
- "id": 20504,
210
+ "id": 20512,
211
211
  "nodeType": "ParameterList",
212
212
  "parameters": [],
213
213
  "src": "333:0:53"
214
214
  },
215
- "scope": 20506,
215
+ "scope": 20514,
216
216
  "src": "236:98:53",
217
217
  "stateMutability": "nonpayable",
218
218
  "virtual": false,
219
219
  "visibility": "external"
220
220
  }
221
221
  ],
222
- "scope": 20513,
222
+ "scope": 20521,
223
223
  "src": "198:138:53",
224
224
  "usedErrors": []
225
225
  },
@@ -228,25 +228,25 @@
228
228
  "baseContracts": [
229
229
  {
230
230
  "baseName": {
231
- "id": 20508,
231
+ "id": 20516,
232
232
  "name": "IPureSuperTokenCustom",
233
233
  "nodeType": "IdentifierPath",
234
- "referencedDeclaration": 20506,
234
+ "referencedDeclaration": 20514,
235
235
  "src": "434:21:53"
236
236
  },
237
- "id": 20509,
237
+ "id": 20517,
238
238
  "nodeType": "InheritanceSpecifier",
239
239
  "src": "434:21:53"
240
240
  },
241
241
  {
242
242
  "baseName": {
243
- "id": 20510,
243
+ "id": 20518,
244
244
  "name": "ISuperToken",
245
245
  "nodeType": "IdentifierPath",
246
- "referencedDeclaration": 19482,
246
+ "referencedDeclaration": 19492,
247
247
  "src": "457:11:53"
248
248
  },
249
- "id": 20511,
249
+ "id": 20519,
250
250
  "nodeType": "InheritanceSpecifier",
251
251
  "src": "457:11:53"
252
252
  }
@@ -255,27 +255,27 @@
255
255
  "contractDependencies": [],
256
256
  "contractKind": "interface",
257
257
  "documentation": {
258
- "id": 20507,
258
+ "id": 20515,
259
259
  "nodeType": "StructuredDocumentation",
260
260
  "src": "338:66:53",
261
261
  "text": " @title Pure Super Token interface\n @author Superfluid"
262
262
  },
263
263
  "fullyImplemented": false,
264
- "id": 20512,
264
+ "id": 20520,
265
265
  "linearizedBaseContracts": [
266
- 20512,
267
- 19482,
266
+ 20520,
267
+ 19492,
268
268
  2352,
269
269
  1630,
270
- 20559,
271
- 20442,
272
- 20506
270
+ 20567,
271
+ 20450,
272
+ 20514
273
273
  ],
274
274
  "name": "IPureSuperToken",
275
275
  "nameLocation": "415:15:53",
276
276
  "nodeType": "ContractDefinition",
277
277
  "nodes": [],
278
- "scope": 20513,
278
+ "scope": 20521,
279
279
  "src": "405:66:53",
280
280
  "usedErrors": []
281
281
  }
@@ -288,7 +288,7 @@
288
288
  },
289
289
  "networks": {},
290
290
  "schemaVersion": "3.4.8",
291
- "updatedAt": "2022-08-11T12:58:51.693Z",
291
+ "updatedAt": "2022-08-24T13:23:34.444Z",
292
292
  "devdoc": {
293
293
  "author": "Superfluid",
294
294
  "kind": "dev",
@@ -48,15 +48,15 @@
48
48
  "absolutePath": "project:/contracts/interfaces/utils/IRelayRecipient.sol",
49
49
  "exportedSymbols": {
50
50
  "IRelayRecipient": [
51
- 20592
51
+ 20600
52
52
  ]
53
53
  },
54
- "id": 20593,
54
+ "id": 20601,
55
55
  "license": "AGPLv3",
56
56
  "nodeType": "SourceUnit",
57
57
  "nodes": [
58
58
  {
59
- "id": 20576,
59
+ "id": 20584,
60
60
  "literals": [
61
61
  "solidity",
62
62
  ">=",
@@ -73,15 +73,15 @@
73
73
  "contractDependencies": [],
74
74
  "contractKind": "interface",
75
75
  "documentation": {
76
- "id": 20577,
76
+ "id": 20585,
77
77
  "nodeType": "StructuredDocumentation",
78
78
  "src": "171:232:57",
79
79
  "text": " @title Relay recipient interface\n @author Superfluid\n @dev A contract must implement this interface in order to support relayed transactions\n @dev It is better to inherit the BaseRelayRecipient as its implementation"
80
80
  },
81
81
  "fullyImplemented": false,
82
- "id": 20592,
82
+ "id": 20600,
83
83
  "linearizedBaseContracts": [
84
- 20592
84
+ 20600
85
85
  ],
86
86
  "name": "IRelayRecipient",
87
87
  "nameLocation": "414:15:57",
@@ -89,13 +89,13 @@
89
89
  "nodes": [
90
90
  {
91
91
  "documentation": {
92
- "id": 20578,
92
+ "id": 20586,
93
93
  "nodeType": "StructuredDocumentation",
94
94
  "src": "437:222:57",
95
95
  "text": " @notice Returns if the forwarder is trusted to forward relayed transactions to us.\n @dev the forwarder is required to verify the sender's signature, and verify\n the call is not a replay."
96
96
  },
97
97
  "functionSelector": "572b6c05",
98
- "id": 20585,
98
+ "id": 20593,
99
99
  "implemented": false,
100
100
  "kind": "function",
101
101
  "modifiers": [],
@@ -103,17 +103,17 @@
103
103
  "nameLocation": "673:18:57",
104
104
  "nodeType": "FunctionDefinition",
105
105
  "parameters": {
106
- "id": 20581,
106
+ "id": 20589,
107
107
  "nodeType": "ParameterList",
108
108
  "parameters": [
109
109
  {
110
110
  "constant": false,
111
- "id": 20580,
111
+ "id": 20588,
112
112
  "mutability": "mutable",
113
113
  "name": "forwarder",
114
114
  "nameLocation": "700:9:57",
115
115
  "nodeType": "VariableDeclaration",
116
- "scope": 20585,
116
+ "scope": 20593,
117
117
  "src": "692:17:57",
118
118
  "stateVariable": false,
119
119
  "storageLocation": "default",
@@ -122,7 +122,7 @@
122
122
  "typeString": "address"
123
123
  },
124
124
  "typeName": {
125
- "id": 20579,
125
+ "id": 20587,
126
126
  "name": "address",
127
127
  "nodeType": "ElementaryTypeName",
128
128
  "src": "692:7:57",
@@ -138,17 +138,17 @@
138
138
  "src": "691:19:57"
139
139
  },
140
140
  "returnParameters": {
141
- "id": 20584,
141
+ "id": 20592,
142
142
  "nodeType": "ParameterList",
143
143
  "parameters": [
144
144
  {
145
145
  "constant": false,
146
- "id": 20583,
146
+ "id": 20591,
147
147
  "mutability": "mutable",
148
148
  "name": "",
149
149
  "nameLocation": "-1:-1:-1",
150
150
  "nodeType": "VariableDeclaration",
151
- "scope": 20585,
151
+ "scope": 20593,
152
152
  "src": "733:4:57",
153
153
  "stateVariable": false,
154
154
  "storageLocation": "default",
@@ -157,7 +157,7 @@
157
157
  "typeString": "bool"
158
158
  },
159
159
  "typeName": {
160
- "id": 20582,
160
+ "id": 20590,
161
161
  "name": "bool",
162
162
  "nodeType": "ElementaryTypeName",
163
163
  "src": "733:4:57",
@@ -171,7 +171,7 @@
171
171
  ],
172
172
  "src": "732:6:57"
173
173
  },
174
- "scope": 20592,
174
+ "scope": 20600,
175
175
  "src": "664:75:57",
176
176
  "stateMutability": "view",
177
177
  "virtual": false,
@@ -179,13 +179,13 @@
179
179
  },
180
180
  {
181
181
  "documentation": {
182
- "id": 20586,
182
+ "id": 20594,
183
183
  "nodeType": "StructuredDocumentation",
184
184
  "src": "745:203:57",
185
185
  "text": " @dev EIP 2771 version\n NOTE:\n - It is not clear if it is actually from the EIP 2771....\n - https://docs.biconomy.io/guides/enable-gasless-transactions/eip-2771"
186
186
  },
187
187
  "functionSelector": "486ff0cd",
188
- "id": 20591,
188
+ "id": 20599,
189
189
  "implemented": false,
190
190
  "kind": "function",
191
191
  "modifiers": [],
@@ -193,23 +193,23 @@
193
193
  "nameLocation": "962:16:57",
194
194
  "nodeType": "FunctionDefinition",
195
195
  "parameters": {
196
- "id": 20587,
196
+ "id": 20595,
197
197
  "nodeType": "ParameterList",
198
198
  "parameters": [],
199
199
  "src": "978:2:57"
200
200
  },
201
201
  "returnParameters": {
202
- "id": 20590,
202
+ "id": 20598,
203
203
  "nodeType": "ParameterList",
204
204
  "parameters": [
205
205
  {
206
206
  "constant": false,
207
- "id": 20589,
207
+ "id": 20597,
208
208
  "mutability": "mutable",
209
209
  "name": "",
210
210
  "nameLocation": "-1:-1:-1",
211
211
  "nodeType": "VariableDeclaration",
212
- "scope": 20591,
212
+ "scope": 20599,
213
213
  "src": "1004:13:57",
214
214
  "stateVariable": false,
215
215
  "storageLocation": "memory",
@@ -218,7 +218,7 @@
218
218
  "typeString": "string"
219
219
  },
220
220
  "typeName": {
221
- "id": 20588,
221
+ "id": 20596,
222
222
  "name": "string",
223
223
  "nodeType": "ElementaryTypeName",
224
224
  "src": "1004:6:57",
@@ -232,14 +232,14 @@
232
232
  ],
233
233
  "src": "1003:15:57"
234
234
  },
235
- "scope": 20592,
235
+ "scope": 20600,
236
236
  "src": "953:66:57",
237
237
  "stateMutability": "view",
238
238
  "virtual": false,
239
239
  "visibility": "external"
240
240
  }
241
241
  ],
242
- "scope": 20593,
242
+ "scope": 20601,
243
243
  "src": "404:617:57",
244
244
  "usedErrors": []
245
245
  }
@@ -252,7 +252,7 @@
252
252
  },
253
253
  "networks": {},
254
254
  "schemaVersion": "3.4.8",
255
- "updatedAt": "2022-08-11T12:58:51.696Z",
255
+ "updatedAt": "2022-08-24T13:23:34.446Z",
256
256
  "devdoc": {
257
257
  "author": "Superfluid",
258
258
  "details": "A contract must implement this interface in order to support relayed transactionsIt is better to inherit the BaseRelayRecipient as its implementation",