@superfluid-finance/ethereum-contracts 1.7.2-dev.3cd1f8a.0 → 1.7.2-dev.3e0e33e.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 (209) hide show
  1. package/README.md +2 -2
  2. package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
  3. package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
  4. package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
  5. package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
  6. package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
  7. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
  8. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
  9. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
  10. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
  11. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
  12. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
  13. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
  14. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
  15. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
  16. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
  17. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
  18. package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
  19. package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
  20. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
  21. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
  22. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
  23. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
  24. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
  25. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
  26. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
  27. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
  28. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
  29. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
  30. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
  31. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
  32. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.json +2 -2
  33. package/build/contracts/AccessControl.json +1 -1
  34. package/build/contracts/AccessControlEnumerable.json +1 -1
  35. package/build/contracts/Address.json +1 -1
  36. package/build/contracts/AgreementBase.json +18 -18
  37. package/build/contracts/AgreementLibrary.json +165 -165
  38. package/build/contracts/BaseRelayRecipient.json +57 -57
  39. package/build/contracts/BatchLiquidator.json +382 -382
  40. package/build/contracts/BatchOperation.json +614 -614
  41. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  42. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2387 -2387
  43. package/build/contracts/CFAv1Library.json +389 -389
  44. package/build/contracts/CallUtils.json +198 -198
  45. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  46. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  47. package/build/contracts/ConstantInflowNFT.json +402 -402
  48. package/build/contracts/ConstantOutflowNFT.json +661 -661
  49. package/build/contracts/Context.json +1 -1
  50. package/build/contracts/ContextDefinitions.json +614 -614
  51. package/build/contracts/CustomSuperTokenBase.json +19 -19
  52. package/build/contracts/ERC165.json +1 -1
  53. package/build/contracts/ERC1820Implementer.json +1 -1
  54. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  55. package/build/contracts/ERC20.json +1 -1
  56. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  57. package/build/contracts/ERC777Helper.json +384 -384
  58. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  59. package/build/contracts/ERC777RecipientReverting.json +863 -863
  60. package/build/contracts/EnumerableSet.json +1 -1
  61. package/build/contracts/EventsEmitter.json +43 -43
  62. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  63. package/build/contracts/FixedSizeData.json +200 -200
  64. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  65. package/build/contracts/FlowNFTBase.json +1280 -1280
  66. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  67. package/build/contracts/ForwarderBase.json +190 -190
  68. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  69. package/build/contracts/IAccessControl.json +1 -1
  70. package/build/contracts/IAccessControlEnumerable.json +1 -1
  71. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  72. package/build/contracts/IConstantInflowNFT.json +54 -54
  73. package/build/contracts/IConstantOutflowNFT.json +107 -107
  74. package/build/contracts/IDAv1Forwarder.json +912 -912
  75. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2387 -2387
  76. package/build/contracts/IDAv1Library.json +430 -430
  77. package/build/contracts/IERC165.json +1 -1
  78. package/build/contracts/IERC1820Implementer.json +1 -1
  79. package/build/contracts/IERC1820Registry.json +1 -1
  80. package/build/contracts/IERC20.json +1 -1
  81. package/build/contracts/IERC20Metadata.json +1 -1
  82. package/build/contracts/IERC20Permit.json +1 -1
  83. package/build/contracts/IERC721.json +1 -1
  84. package/build/contracts/IERC721Metadata.json +1 -1
  85. package/build/contracts/IERC777.json +1 -1
  86. package/build/contracts/IERC777Recipient.json +1 -1
  87. package/build/contracts/IERC777Sender.json +1 -1
  88. package/build/contracts/IFlowNFTBase.json +115 -115
  89. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  90. package/build/contracts/IMultiSigWallet.json +31 -31
  91. package/build/contracts/IPoolAdminNFT.json +7 -7
  92. package/build/contracts/IPoolMemberNFT.json +7 -7
  93. package/build/contracts/IPureSuperToken.json +62 -62
  94. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  95. package/build/contracts/IRelayRecipient.json +27 -27
  96. package/build/contracts/IResolver.json +38 -38
  97. package/build/contracts/ISETH.json +67 -67
  98. package/build/contracts/ISETHCustom.json +67 -67
  99. package/build/contracts/ISuperAgreement.json +50 -50
  100. package/build/contracts/ISuperApp.json +191 -191
  101. package/build/contracts/ISuperToken.json +695 -695
  102. package/build/contracts/ISuperTokenFactory.json +225 -225
  103. package/build/contracts/ISuperfluid.json +904 -904
  104. package/build/contracts/ISuperfluidGovernance.json +251 -251
  105. package/build/contracts/ISuperfluidToken.json +407 -407
  106. package/build/contracts/ITOGAv1.json +1346 -1346
  107. package/build/contracts/ITOGAv2.json +1346 -1346
  108. package/build/contracts/ITOGAv3.json +1346 -1346
  109. package/build/contracts/Initializable.json +1 -1
  110. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  111. package/build/contracts/Math.json +1 -1
  112. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  113. package/build/contracts/Ownable.json +1 -1
  114. package/build/contracts/Proxy.json +1 -1
  115. package/build/contracts/ProxyDeployerLibrary.json +2385 -2385
  116. package/build/contracts/PureSuperToken.json +106 -106
  117. package/build/contracts/Resolver.json +98 -98
  118. package/build/contracts/SETHProxy.json +224 -224
  119. package/build/contracts/SafeCast.json +1 -1
  120. package/build/contracts/SafeERC20.json +1 -1
  121. package/build/contracts/SafeGasLibrary.json +51 -51
  122. package/build/contracts/SafeMath.json +1 -1
  123. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  124. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  125. package/build/contracts/StreamRedirector.json +704 -704
  126. package/build/contracts/Strings.json +1 -1
  127. package/build/contracts/SuperAppBase.json +42 -42
  128. package/build/contracts/SuperAppBaseFlow.json +1580 -1537
  129. package/build/contracts/SuperAppDefinitions.json +614 -614
  130. package/build/contracts/SuperToken.json +2714 -2714
  131. package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
  132. package/build/contracts/SuperTokenFactory.json +1347 -1347
  133. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  134. package/build/contracts/SuperTokenV1Library.json +5632 -5632
  135. package/build/contracts/SuperUpgrader.json +439 -439
  136. package/build/contracts/Superfluid.json +7999 -7996
  137. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
  138. package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
  139. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
  140. package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
  141. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  142. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  143. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  144. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  145. package/build/contracts/SuperfluidHostDeployerLibrary.json +2385 -2385
  146. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
  147. package/build/contracts/SuperfluidLoader.json +207 -207
  148. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
  149. package/build/contracts/SuperfluidLoaderLibrary.json +481 -480
  150. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
  151. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
  152. package/build/contracts/SuperfluidToken.json +1423 -1423
  153. package/build/contracts/TOGA.json +1360 -1360
  154. package/build/contracts/TestGovernance.json +250 -250
  155. package/build/contracts/TestResolver.json +47 -47
  156. package/build/contracts/TestToken.json +102 -102
  157. package/build/contracts/TokenDeployerLibrary.json +2387 -2387
  158. package/build/contracts/TokenInfo.json +32 -32
  159. package/build/contracts/UUPSProxiable.json +139 -139
  160. package/build/contracts/UUPSProxy.json +81 -81
  161. package/build/contracts/UUPSUtils.json +37 -37
  162. package/build/contracts-sizes.txt +15 -15
  163. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
  164. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
  165. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
  166. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
  167. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
  168. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
  169. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
  170. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
  171. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
  172. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
  173. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
  174. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
  175. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
  176. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
  177. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
  178. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
  179. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
  180. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
  181. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
  182. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
  183. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
  184. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
  185. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
  186. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
  187. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
  188. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
  189. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
  190. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
  191. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
  192. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
  193. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
  194. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
  195. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
  196. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
  197. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
  198. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
  199. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
  200. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
  201. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
  202. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
  203. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
  204. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
  205. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
  206. package/contracts/apps/SuperAppBaseFlow.sol +11 -10
  207. package/contracts/apps/SuperfluidLoaderLibrary.sol +1 -1
  208. package/contracts/superfluid/Superfluid.sol +1 -0
  209. package/package.json +4 -3
@@ -326,7 +326,7 @@
326
326
  "bytecode": "0x60a06040523480156200001157600080fd5b5060405162000cce38038062000cce83398101604081905262000034916200013c565b8383600362000044838262000256565b50600462000053828262000256565b50506005805460ff191660ff94909416939093179092556080525062000322915050565b634e487b7160e01b600052604160045260246000fd5b600082601f8301126200009f57600080fd5b81516001600160401b0380821115620000bc57620000bc62000077565b604051601f8301601f19908116603f01168101908282118183101715620000e757620000e762000077565b816040528381526020925086838588010111156200010457600080fd5b600091505b8382101562000128578582018301518183018401529082019062000109565b600093810190920192909252949350505050565b600080600080608085870312156200015357600080fd5b84516001600160401b03808211156200016b57600080fd5b62000179888389016200008d565b955060208701519150808211156200019057600080fd5b506200019f878288016200008d565b935050604085015160ff81168114620001b757600080fd5b6060959095015193969295505050565b600181811c90821680620001dc57607f821691505b602082108103620001fd57634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156200025157600081815260208120601f850160051c810160208610156200022c5750805b601f850160051c820191505b818110156200024d5782815560010162000238565b5050505b505050565b81516001600160401b0381111562000272576200027262000077565b6200028a81620002838454620001c7565b8462000203565b602080601f831160018114620002c25760008415620002a95750858301515b600019600386901b1c1916600185901b1785556200024d565b600085815260208120601f198616915b82811015620002f357888601518255948401946001909101908401620002d2565b5085821015620003125787850151600019600388901b60f8161c191681555b5050505050600190811b01905550565b6080516109906200033e60003960006102ba01526109906000f3fe608060405234801561001057600080fd5b50600436106100b45760003560e01c806340c10f191161007157806340c10f191461014757806370a082311461015a57806395d89b4114610183578063a457c2d71461018b578063a9059cbb1461019e578063dd62ed3e146101b157600080fd5b806306fdde03146100b9578063095ea7b3146100d757806318160ddd146100fa57806323b872dd1461010c578063313ce5671461011f5780633950935114610134575b600080fd5b6100c16101c4565b6040516100ce91906107c4565b60405180910390f35b6100ea6100e536600461082e565b610256565b60405190151581526020016100ce565b6002545b6040519081526020016100ce565b6100ea61011a366004610858565b610270565b60055460405160ff90911681526020016100ce565b6100ea61014236600461082e565b610294565b6100ea61015536600461082e565b6102b6565b6100fe610168366004610894565b6001600160a01b031660009081526020819052604090205490565b6100c16102fb565b6100ea61019936600461082e565b61030a565b6100ea6101ac36600461082e565b61038a565b6100fe6101bf3660046108b6565b610398565b6060600380546101d3906108e9565b80601f01602080910402602001604051908101604052809291908181526020018280546101ff906108e9565b801561024c5780601f106102215761010080835404028352916020019161024c565b820191906000526020600020905b81548152906001019060200180831161022f57829003601f168201915b5050505050905090565b6000336102648185856103c3565b60019150505b92915050565b60003361027e8582856104e7565b610289858585610561565b506001949350505050565b6000336102648185856102a78383610398565b6102b19190610923565b6103c3565b60007f00000000000000000000000000000000000000000000000000000000000000008211156102e8576102e8610944565b6102f28383610705565b50600192915050565b6060600480546101d3906108e9565b600033816103188286610398565b90508381101561037d5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b61028982868684036103c3565b600033610264818585610561565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166104255760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610374565b6001600160a01b0382166104865760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610374565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60006104f38484610398565b9050600019811461055b578181101561054e5760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610374565b61055b84848484036103c3565b50505050565b6001600160a01b0383166105c55760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610374565b6001600160a01b0382166106275760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610374565b6001600160a01b0383166000908152602081905260409020548181101561069f5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610374565b6001600160a01b03848116600081815260208181526040808320878703905593871680835291849020805487019055925185815290927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a361055b565b6001600160a01b03821661075b5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606401610374565b806002600082825461076d9190610923565b90915550506001600160a01b038216600081815260208181526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b600060208083528351808285015260005b818110156107f1578581018301518582016040015282016107d5565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b038116811461082957600080fd5b919050565b6000806040838503121561084157600080fd5b61084a83610812565b946020939093013593505050565b60008060006060848603121561086d57600080fd5b61087684610812565b925061088460208501610812565b9150604084013590509250925092565b6000602082840312156108a657600080fd5b6108af82610812565b9392505050565b600080604083850312156108c957600080fd5b6108d283610812565b91506108e060208401610812565b90509250929050565b600181811c908216806108fd57607f821691505b60208210810361091d57634e487b7160e01b600052602260045260246000fd5b50919050565b8082018082111561026a57634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052600160045260246000fdfea264697066735822122097b3a6a94cfe66262e68b664d4b3e58a8c5a4241b7025d62c0c4fd7c5bdd8c3964736f6c63430008130033",
327
327
  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100b45760003560e01c806340c10f191161007157806340c10f191461014757806370a082311461015a57806395d89b4114610183578063a457c2d71461018b578063a9059cbb1461019e578063dd62ed3e146101b157600080fd5b806306fdde03146100b9578063095ea7b3146100d757806318160ddd146100fa57806323b872dd1461010c578063313ce5671461011f5780633950935114610134575b600080fd5b6100c16101c4565b6040516100ce91906107c4565b60405180910390f35b6100ea6100e536600461082e565b610256565b60405190151581526020016100ce565b6002545b6040519081526020016100ce565b6100ea61011a366004610858565b610270565b60055460405160ff90911681526020016100ce565b6100ea61014236600461082e565b610294565b6100ea61015536600461082e565b6102b6565b6100fe610168366004610894565b6001600160a01b031660009081526020819052604090205490565b6100c16102fb565b6100ea61019936600461082e565b61030a565b6100ea6101ac36600461082e565b61038a565b6100fe6101bf3660046108b6565b610398565b6060600380546101d3906108e9565b80601f01602080910402602001604051908101604052809291908181526020018280546101ff906108e9565b801561024c5780601f106102215761010080835404028352916020019161024c565b820191906000526020600020905b81548152906001019060200180831161022f57829003601f168201915b5050505050905090565b6000336102648185856103c3565b60019150505b92915050565b60003361027e8582856104e7565b610289858585610561565b506001949350505050565b6000336102648185856102a78383610398565b6102b19190610923565b6103c3565b60007f00000000000000000000000000000000000000000000000000000000000000008211156102e8576102e8610944565b6102f28383610705565b50600192915050565b6060600480546101d3906108e9565b600033816103188286610398565b90508381101561037d5760405162461bcd60e51b815260206004820152602560248201527f45524332303a2064656372656173656420616c6c6f77616e63652062656c6f77604482015264207a65726f60d81b60648201526084015b60405180910390fd5b61028982868684036103c3565b600033610264818585610561565b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b6001600160a01b0383166104255760405162461bcd60e51b8152602060048201526024808201527f45524332303a20617070726f76652066726f6d20746865207a65726f206164646044820152637265737360e01b6064820152608401610374565b6001600160a01b0382166104865760405162461bcd60e51b815260206004820152602260248201527f45524332303a20617070726f766520746f20746865207a65726f206164647265604482015261737360f01b6064820152608401610374565b6001600160a01b0383811660008181526001602090815260408083209487168084529482529182902085905590518481527f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925910160405180910390a3505050565b60006104f38484610398565b9050600019811461055b578181101561054e5760405162461bcd60e51b815260206004820152601d60248201527f45524332303a20696e73756666696369656e7420616c6c6f77616e63650000006044820152606401610374565b61055b84848484036103c3565b50505050565b6001600160a01b0383166105c55760405162461bcd60e51b815260206004820152602560248201527f45524332303a207472616e736665722066726f6d20746865207a65726f206164604482015264647265737360d81b6064820152608401610374565b6001600160a01b0382166106275760405162461bcd60e51b815260206004820152602360248201527f45524332303a207472616e7366657220746f20746865207a65726f206164647260448201526265737360e81b6064820152608401610374565b6001600160a01b0383166000908152602081905260409020548181101561069f5760405162461bcd60e51b815260206004820152602660248201527f45524332303a207472616e7366657220616d6f756e7420657863656564732062604482015265616c616e636560d01b6064820152608401610374565b6001600160a01b03848116600081815260208181526040808320878703905593871680835291849020805487019055925185815290927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a361055b565b6001600160a01b03821661075b5760405162461bcd60e51b815260206004820152601f60248201527f45524332303a206d696e7420746f20746865207a65726f2061646472657373006044820152606401610374565b806002600082825461076d9190610923565b90915550506001600160a01b038216600081815260208181526040808320805486019055518481527fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef910160405180910390a35050565b600060208083528351808285015260005b818110156107f1578581018301518582016040015282016107d5565b506000604082860101526040601f19601f8301168501019250505092915050565b80356001600160a01b038116811461082957600080fd5b919050565b6000806040838503121561084157600080fd5b61084a83610812565b946020939093013593505050565b60008060006060848603121561086d57600080fd5b61087684610812565b925061088460208501610812565b9150604084013590509250925092565b6000602082840312156108a657600080fd5b6108af82610812565b9392505050565b600080604083850312156108c957600080fd5b6108d283610812565b91506108e060208401610812565b90509250929050565b600181811c908216806108fd57607f821691505b60208210810361091d57634e487b7160e01b600052602260045260246000fd5b50919050565b8082018082111561026a57634e487b7160e01b600052601160045260246000fd5b634e487b7160e01b600052600160045260246000fdfea264697066735822122097b3a6a94cfe66262e68b664d4b3e58a8c5a4241b7025d62c0c4fd7c5bdd8c3964736f6c63430008130033",
328
328
  "immutableReferences": {
329
- "52094": [
329
+ "52099": [
330
330
  {
331
331
  "length": 32,
332
332
  "start": 698
@@ -8132,15 +8132,15 @@
8132
8132
  1462
8133
8133
  ],
8134
8134
  "TestToken": [
8135
- 52156
8135
+ 52161
8136
8136
  ]
8137
8137
  },
8138
- "id": 52157,
8138
+ "id": 52162,
8139
8139
  "license": "MIT",
8140
8140
  "nodeType": "SourceUnit",
8141
8141
  "nodes": [
8142
8142
  {
8143
- "id": 52087,
8143
+ "id": 52092,
8144
8144
  "literals": [
8145
8145
  "solidity",
8146
8146
  ">=",
@@ -8153,16 +8153,16 @@
8153
8153
  {
8154
8154
  "absolutePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
8155
8155
  "file": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
8156
- "id": 52089,
8156
+ "id": 52094,
8157
8157
  "nameLocation": "-1:-1:-1",
8158
8158
  "nodeType": "ImportDirective",
8159
- "scope": 52157,
8159
+ "scope": 52162,
8160
8160
  "sourceUnit": 1463,
8161
8161
  "src": "58:70:123",
8162
8162
  "symbolAliases": [
8163
8163
  {
8164
8164
  "foreign": {
8165
- "id": 52088,
8165
+ "id": 52093,
8166
8166
  "name": "ERC20",
8167
8167
  "nodeType": "Identifier",
8168
8168
  "overloadedDeclarations": [],
@@ -8180,7 +8180,7 @@
8180
8180
  "baseContracts": [
8181
8181
  {
8182
8182
  "baseName": {
8183
- "id": 52091,
8183
+ "id": 52096,
8184
8184
  "name": "ERC20",
8185
8185
  "nameLocations": [
8186
8186
  "274:5:123"
@@ -8189,7 +8189,7 @@
8189
8189
  "referencedDeclaration": 1462,
8190
8190
  "src": "274:5:123"
8191
8191
  },
8192
- "id": 52092,
8192
+ "id": 52097,
8193
8193
  "nodeType": "InheritanceSpecifier",
8194
8194
  "src": "274:5:123"
8195
8195
  }
@@ -8198,15 +8198,15 @@
8198
8198
  "contractDependencies": [],
8199
8199
  "contractKind": "contract",
8200
8200
  "documentation": {
8201
- "id": 52090,
8201
+ "id": 52095,
8202
8202
  "nodeType": "StructuredDocumentation",
8203
8203
  "src": "130:121:123",
8204
8204
  "text": " @title Test token contract\n @author Superfluid\n @dev Test ERC20 token that allows any one mint new tokens."
8205
8205
  },
8206
8206
  "fullyImplemented": true,
8207
- "id": 52156,
8207
+ "id": 52161,
8208
8208
  "linearizedBaseContracts": [
8209
- 52156,
8209
+ 52161,
8210
8210
  1462,
8211
8211
  1565,
8212
8212
  1540,
@@ -8218,12 +8218,12 @@
8218
8218
  "nodes": [
8219
8219
  {
8220
8220
  "constant": false,
8221
- "id": 52094,
8221
+ "id": 52099,
8222
8222
  "mutability": "immutable",
8223
8223
  "name": "_mintLimit",
8224
8224
  "nameLocation": "312:10:123",
8225
8225
  "nodeType": "VariableDeclaration",
8226
- "scope": 52156,
8226
+ "scope": 52161,
8227
8227
  "src": "286:36:123",
8228
8228
  "stateVariable": true,
8229
8229
  "storageLocation": "default",
@@ -8232,7 +8232,7 @@
8232
8232
  "typeString": "uint256"
8233
8233
  },
8234
8234
  "typeName": {
8235
- "id": 52093,
8235
+ "id": 52098,
8236
8236
  "name": "uint256",
8237
8237
  "nodeType": "ElementaryTypeName",
8238
8238
  "src": "286:7:123",
@@ -8245,12 +8245,12 @@
8245
8245
  },
8246
8246
  {
8247
8247
  "constant": false,
8248
- "id": 52096,
8248
+ "id": 52101,
8249
8249
  "mutability": "mutable",
8250
8250
  "name": "_decimals",
8251
8251
  "nameLocation": "342:9:123",
8252
8252
  "nodeType": "VariableDeclaration",
8253
- "scope": 52156,
8253
+ "scope": 52161,
8254
8254
  "src": "328:23:123",
8255
8255
  "stateVariable": true,
8256
8256
  "storageLocation": "default",
@@ -8259,7 +8259,7 @@
8259
8259
  "typeString": "uint8"
8260
8260
  },
8261
8261
  "typeName": {
8262
- "id": 52095,
8262
+ "id": 52100,
8263
8263
  "name": "uint8",
8264
8264
  "nodeType": "ElementaryTypeName",
8265
8265
  "src": "328:5:123",
@@ -8272,23 +8272,23 @@
8272
8272
  },
8273
8273
  {
8274
8274
  "body": {
8275
- "id": 52119,
8275
+ "id": 52124,
8276
8276
  "nodeType": "Block",
8277
8277
  "src": "509:73:123",
8278
8278
  "statements": [
8279
8279
  {
8280
8280
  "expression": {
8281
- "id": 52113,
8281
+ "id": 52118,
8282
8282
  "isConstant": false,
8283
8283
  "isLValue": false,
8284
8284
  "isPure": false,
8285
8285
  "lValueRequested": false,
8286
8286
  "leftHandSide": {
8287
- "id": 52111,
8287
+ "id": 52116,
8288
8288
  "name": "_decimals",
8289
8289
  "nodeType": "Identifier",
8290
8290
  "overloadedDeclarations": [],
8291
- "referencedDeclaration": 52096,
8291
+ "referencedDeclaration": 52101,
8292
8292
  "src": "519:9:123",
8293
8293
  "typeDescriptions": {
8294
8294
  "typeIdentifier": "t_uint8",
@@ -8298,11 +8298,11 @@
8298
8298
  "nodeType": "Assignment",
8299
8299
  "operator": "=",
8300
8300
  "rightHandSide": {
8301
- "id": 52112,
8301
+ "id": 52117,
8302
8302
  "name": "initDecimals",
8303
8303
  "nodeType": "Identifier",
8304
8304
  "overloadedDeclarations": [],
8305
- "referencedDeclaration": 52102,
8305
+ "referencedDeclaration": 52107,
8306
8306
  "src": "531:12:123",
8307
8307
  "typeDescriptions": {
8308
8308
  "typeIdentifier": "t_uint8",
@@ -8315,23 +8315,23 @@
8315
8315
  "typeString": "uint8"
8316
8316
  }
8317
8317
  },
8318
- "id": 52114,
8318
+ "id": 52119,
8319
8319
  "nodeType": "ExpressionStatement",
8320
8320
  "src": "519:24:123"
8321
8321
  },
8322
8322
  {
8323
8323
  "expression": {
8324
- "id": 52117,
8324
+ "id": 52122,
8325
8325
  "isConstant": false,
8326
8326
  "isLValue": false,
8327
8327
  "isPure": false,
8328
8328
  "lValueRequested": false,
8329
8329
  "leftHandSide": {
8330
- "id": 52115,
8330
+ "id": 52120,
8331
8331
  "name": "_mintLimit",
8332
8332
  "nodeType": "Identifier",
8333
8333
  "overloadedDeclarations": [],
8334
- "referencedDeclaration": 52094,
8334
+ "referencedDeclaration": 52099,
8335
8335
  "src": "553:10:123",
8336
8336
  "typeDescriptions": {
8337
8337
  "typeIdentifier": "t_uint256",
@@ -8341,11 +8341,11 @@
8341
8341
  "nodeType": "Assignment",
8342
8342
  "operator": "=",
8343
8343
  "rightHandSide": {
8344
- "id": 52116,
8344
+ "id": 52121,
8345
8345
  "name": "mintLimit",
8346
8346
  "nodeType": "Identifier",
8347
8347
  "overloadedDeclarations": [],
8348
- "referencedDeclaration": 52104,
8348
+ "referencedDeclaration": 52109,
8349
8349
  "src": "566:9:123",
8350
8350
  "typeDescriptions": {
8351
8351
  "typeIdentifier": "t_uint256",
@@ -8358,24 +8358,24 @@
8358
8358
  "typeString": "uint256"
8359
8359
  }
8360
8360
  },
8361
- "id": 52118,
8361
+ "id": 52123,
8362
8362
  "nodeType": "ExpressionStatement",
8363
8363
  "src": "553:22:123"
8364
8364
  }
8365
8365
  ]
8366
8366
  },
8367
- "id": 52120,
8367
+ "id": 52125,
8368
8368
  "implemented": true,
8369
8369
  "kind": "constructor",
8370
8370
  "modifiers": [
8371
8371
  {
8372
8372
  "arguments": [
8373
8373
  {
8374
- "id": 52107,
8374
+ "id": 52112,
8375
8375
  "name": "name",
8376
8376
  "nodeType": "Identifier",
8377
8377
  "overloadedDeclarations": [],
8378
- "referencedDeclaration": 52098,
8378
+ "referencedDeclaration": 52103,
8379
8379
  "src": "495:4:123",
8380
8380
  "typeDescriptions": {
8381
8381
  "typeIdentifier": "t_string_memory_ptr",
@@ -8383,11 +8383,11 @@
8383
8383
  }
8384
8384
  },
8385
8385
  {
8386
- "id": 52108,
8386
+ "id": 52113,
8387
8387
  "name": "symbol",
8388
8388
  "nodeType": "Identifier",
8389
8389
  "overloadedDeclarations": [],
8390
- "referencedDeclaration": 52100,
8390
+ "referencedDeclaration": 52105,
8391
8391
  "src": "501:6:123",
8392
8392
  "typeDescriptions": {
8393
8393
  "typeIdentifier": "t_string_memory_ptr",
@@ -8395,10 +8395,10 @@
8395
8395
  }
8396
8396
  }
8397
8397
  ],
8398
- "id": 52109,
8398
+ "id": 52114,
8399
8399
  "kind": "baseConstructorSpecifier",
8400
8400
  "modifierName": {
8401
- "id": 52106,
8401
+ "id": 52111,
8402
8402
  "name": "ERC20",
8403
8403
  "nameLocations": [
8404
8404
  "489:5:123"
@@ -8415,17 +8415,17 @@
8415
8415
  "nameLocation": "-1:-1:-1",
8416
8416
  "nodeType": "FunctionDefinition",
8417
8417
  "parameters": {
8418
- "id": 52105,
8418
+ "id": 52110,
8419
8419
  "nodeType": "ParameterList",
8420
8420
  "parameters": [
8421
8421
  {
8422
8422
  "constant": false,
8423
- "id": 52098,
8423
+ "id": 52103,
8424
8424
  "mutability": "mutable",
8425
8425
  "name": "name",
8426
8426
  "nameLocation": "393:4:123",
8427
8427
  "nodeType": "VariableDeclaration",
8428
- "scope": 52120,
8428
+ "scope": 52125,
8429
8429
  "src": "379:18:123",
8430
8430
  "stateVariable": false,
8431
8431
  "storageLocation": "memory",
@@ -8434,7 +8434,7 @@
8434
8434
  "typeString": "string"
8435
8435
  },
8436
8436
  "typeName": {
8437
- "id": 52097,
8437
+ "id": 52102,
8438
8438
  "name": "string",
8439
8439
  "nodeType": "ElementaryTypeName",
8440
8440
  "src": "379:6:123",
@@ -8447,12 +8447,12 @@
8447
8447
  },
8448
8448
  {
8449
8449
  "constant": false,
8450
- "id": 52100,
8450
+ "id": 52105,
8451
8451
  "mutability": "mutable",
8452
8452
  "name": "symbol",
8453
8453
  "nameLocation": "421:6:123",
8454
8454
  "nodeType": "VariableDeclaration",
8455
- "scope": 52120,
8455
+ "scope": 52125,
8456
8456
  "src": "407:20:123",
8457
8457
  "stateVariable": false,
8458
8458
  "storageLocation": "memory",
@@ -8461,7 +8461,7 @@
8461
8461
  "typeString": "string"
8462
8462
  },
8463
8463
  "typeName": {
8464
- "id": 52099,
8464
+ "id": 52104,
8465
8465
  "name": "string",
8466
8466
  "nodeType": "ElementaryTypeName",
8467
8467
  "src": "407:6:123",
@@ -8474,12 +8474,12 @@
8474
8474
  },
8475
8475
  {
8476
8476
  "constant": false,
8477
- "id": 52102,
8477
+ "id": 52107,
8478
8478
  "mutability": "mutable",
8479
8479
  "name": "initDecimals",
8480
8480
  "nameLocation": "443:12:123",
8481
8481
  "nodeType": "VariableDeclaration",
8482
- "scope": 52120,
8482
+ "scope": 52125,
8483
8483
  "src": "437:18:123",
8484
8484
  "stateVariable": false,
8485
8485
  "storageLocation": "default",
@@ -8488,7 +8488,7 @@
8488
8488
  "typeString": "uint8"
8489
8489
  },
8490
8490
  "typeName": {
8491
- "id": 52101,
8491
+ "id": 52106,
8492
8492
  "name": "uint8",
8493
8493
  "nodeType": "ElementaryTypeName",
8494
8494
  "src": "437:5:123",
@@ -8501,12 +8501,12 @@
8501
8501
  },
8502
8502
  {
8503
8503
  "constant": false,
8504
- "id": 52104,
8504
+ "id": 52109,
8505
8505
  "mutability": "mutable",
8506
8506
  "name": "mintLimit",
8507
8507
  "nameLocation": "473:9:123",
8508
8508
  "nodeType": "VariableDeclaration",
8509
- "scope": 52120,
8509
+ "scope": 52125,
8510
8510
  "src": "465:17:123",
8511
8511
  "stateVariable": false,
8512
8512
  "storageLocation": "default",
@@ -8515,7 +8515,7 @@
8515
8515
  "typeString": "uint256"
8516
8516
  },
8517
8517
  "typeName": {
8518
- "id": 52103,
8518
+ "id": 52108,
8519
8519
  "name": "uint256",
8520
8520
  "nodeType": "ElementaryTypeName",
8521
8521
  "src": "465:7:123",
@@ -8530,12 +8530,12 @@
8530
8530
  "src": "369:119:123"
8531
8531
  },
8532
8532
  "returnParameters": {
8533
- "id": 52110,
8533
+ "id": 52115,
8534
8534
  "nodeType": "ParameterList",
8535
8535
  "parameters": [],
8536
8536
  "src": "509:0:123"
8537
8537
  },
8538
- "scope": 52156,
8538
+ "scope": 52161,
8539
8539
  "src": "358:224:123",
8540
8540
  "stateMutability": "nonpayable",
8541
8541
  "virtual": false,
@@ -8543,7 +8543,7 @@
8543
8543
  },
8544
8544
  {
8545
8545
  "body": {
8546
- "id": 52145,
8546
+ "id": 52150,
8547
8547
  "nodeType": "Block",
8548
8548
  "src": "704:138:123",
8549
8549
  "statements": [
@@ -8555,17 +8555,17 @@
8555
8555
  "typeIdentifier": "t_uint256",
8556
8556
  "typeString": "uint256"
8557
8557
  },
8558
- "id": 52133,
8558
+ "id": 52138,
8559
8559
  "isConstant": false,
8560
8560
  "isLValue": false,
8561
8561
  "isPure": false,
8562
8562
  "lValueRequested": false,
8563
8563
  "leftExpression": {
8564
- "id": 52131,
8564
+ "id": 52136,
8565
8565
  "name": "amount",
8566
8566
  "nodeType": "Identifier",
8567
8567
  "overloadedDeclarations": [],
8568
- "referencedDeclaration": 52125,
8568
+ "referencedDeclaration": 52130,
8569
8569
  "src": "721:6:123",
8570
8570
  "typeDescriptions": {
8571
8571
  "typeIdentifier": "t_uint256",
@@ -8575,11 +8575,11 @@
8575
8575
  "nodeType": "BinaryOperation",
8576
8576
  "operator": "<=",
8577
8577
  "rightExpression": {
8578
- "id": 52132,
8578
+ "id": 52137,
8579
8579
  "name": "_mintLimit",
8580
8580
  "nodeType": "Identifier",
8581
8581
  "overloadedDeclarations": [],
8582
- "referencedDeclaration": 52094,
8582
+ "referencedDeclaration": 52099,
8583
8583
  "src": "731:10:123",
8584
8584
  "typeDescriptions": {
8585
8585
  "typeIdentifier": "t_uint256",
@@ -8600,7 +8600,7 @@
8600
8600
  "typeString": "bool"
8601
8601
  }
8602
8602
  ],
8603
- "id": 52130,
8603
+ "id": 52135,
8604
8604
  "name": "assert",
8605
8605
  "nodeType": "Identifier",
8606
8606
  "overloadedDeclarations": [],
@@ -8611,7 +8611,7 @@
8611
8611
  "typeString": "function (bool) pure"
8612
8612
  }
8613
8613
  },
8614
- "id": 52134,
8614
+ "id": 52139,
8615
8615
  "isConstant": false,
8616
8616
  "isLValue": false,
8617
8617
  "isPure": false,
@@ -8627,7 +8627,7 @@
8627
8627
  "typeString": "tuple()"
8628
8628
  }
8629
8629
  },
8630
- "id": 52135,
8630
+ "id": 52140,
8631
8631
  "nodeType": "ExpressionStatement",
8632
8632
  "src": "714:28:123"
8633
8633
  },
@@ -8635,11 +8635,11 @@
8635
8635
  "expression": {
8636
8636
  "arguments": [
8637
8637
  {
8638
- "id": 52139,
8638
+ "id": 52144,
8639
8639
  "name": "account",
8640
8640
  "nodeType": "Identifier",
8641
8641
  "overloadedDeclarations": [],
8642
- "referencedDeclaration": 52123,
8642
+ "referencedDeclaration": 52128,
8643
8643
  "src": "798:7:123",
8644
8644
  "typeDescriptions": {
8645
8645
  "typeIdentifier": "t_address",
@@ -8647,11 +8647,11 @@
8647
8647
  }
8648
8648
  },
8649
8649
  {
8650
- "id": 52140,
8650
+ "id": 52145,
8651
8651
  "name": "amount",
8652
8652
  "nodeType": "Identifier",
8653
8653
  "overloadedDeclarations": [],
8654
- "referencedDeclaration": 52125,
8654
+ "referencedDeclaration": 52130,
8655
8655
  "src": "807:6:123",
8656
8656
  "typeDescriptions": {
8657
8657
  "typeIdentifier": "t_uint256",
@@ -8671,7 +8671,7 @@
8671
8671
  }
8672
8672
  ],
8673
8673
  "expression": {
8674
- "id": 52136,
8674
+ "id": 52141,
8675
8675
  "name": "ERC20",
8676
8676
  "nodeType": "Identifier",
8677
8677
  "overloadedDeclarations": [],
@@ -8682,7 +8682,7 @@
8682
8682
  "typeString": "type(contract ERC20)"
8683
8683
  }
8684
8684
  },
8685
- "id": 52138,
8685
+ "id": 52143,
8686
8686
  "isConstant": false,
8687
8687
  "isLValue": false,
8688
8688
  "isPure": false,
@@ -8697,7 +8697,7 @@
8697
8697
  "typeString": "function (address,uint256)"
8698
8698
  }
8699
8699
  },
8700
- "id": 52141,
8700
+ "id": 52146,
8701
8701
  "isConstant": false,
8702
8702
  "isLValue": false,
8703
8703
  "isPure": false,
@@ -8713,14 +8713,14 @@
8713
8713
  "typeString": "tuple()"
8714
8714
  }
8715
8715
  },
8716
- "id": 52142,
8716
+ "id": 52147,
8717
8717
  "nodeType": "ExpressionStatement",
8718
8718
  "src": "786:28:123"
8719
8719
  },
8720
8720
  {
8721
8721
  "expression": {
8722
8722
  "hexValue": "74727565",
8723
- "id": 52143,
8723
+ "id": 52148,
8724
8724
  "isConstant": false,
8725
8725
  "isLValue": false,
8726
8726
  "isPure": true,
@@ -8734,21 +8734,21 @@
8734
8734
  },
8735
8735
  "value": "true"
8736
8736
  },
8737
- "functionReturnParameters": 52129,
8738
- "id": 52144,
8737
+ "functionReturnParameters": 52134,
8738
+ "id": 52149,
8739
8739
  "nodeType": "Return",
8740
8740
  "src": "824:11:123"
8741
8741
  }
8742
8742
  ]
8743
8743
  },
8744
8744
  "documentation": {
8745
- "id": 52121,
8745
+ "id": 52126,
8746
8746
  "nodeType": "StructuredDocumentation",
8747
8747
  "src": "588:42:123",
8748
8748
  "text": " @dev See {ERC20-_mint}."
8749
8749
  },
8750
8750
  "functionSelector": "40c10f19",
8751
- "id": 52146,
8751
+ "id": 52151,
8752
8752
  "implemented": true,
8753
8753
  "kind": "function",
8754
8754
  "modifiers": [],
@@ -8756,17 +8756,17 @@
8756
8756
  "nameLocation": "644:4:123",
8757
8757
  "nodeType": "FunctionDefinition",
8758
8758
  "parameters": {
8759
- "id": 52126,
8759
+ "id": 52131,
8760
8760
  "nodeType": "ParameterList",
8761
8761
  "parameters": [
8762
8762
  {
8763
8763
  "constant": false,
8764
- "id": 52123,
8764
+ "id": 52128,
8765
8765
  "mutability": "mutable",
8766
8766
  "name": "account",
8767
8767
  "nameLocation": "657:7:123",
8768
8768
  "nodeType": "VariableDeclaration",
8769
- "scope": 52146,
8769
+ "scope": 52151,
8770
8770
  "src": "649:15:123",
8771
8771
  "stateVariable": false,
8772
8772
  "storageLocation": "default",
@@ -8775,7 +8775,7 @@
8775
8775
  "typeString": "address"
8776
8776
  },
8777
8777
  "typeName": {
8778
- "id": 52122,
8778
+ "id": 52127,
8779
8779
  "name": "address",
8780
8780
  "nodeType": "ElementaryTypeName",
8781
8781
  "src": "649:7:123",
@@ -8789,12 +8789,12 @@
8789
8789
  },
8790
8790
  {
8791
8791
  "constant": false,
8792
- "id": 52125,
8792
+ "id": 52130,
8793
8793
  "mutability": "mutable",
8794
8794
  "name": "amount",
8795
8795
  "nameLocation": "674:6:123",
8796
8796
  "nodeType": "VariableDeclaration",
8797
- "scope": 52146,
8797
+ "scope": 52151,
8798
8798
  "src": "666:14:123",
8799
8799
  "stateVariable": false,
8800
8800
  "storageLocation": "default",
@@ -8803,7 +8803,7 @@
8803
8803
  "typeString": "uint256"
8804
8804
  },
8805
8805
  "typeName": {
8806
- "id": 52124,
8806
+ "id": 52129,
8807
8807
  "name": "uint256",
8808
8808
  "nodeType": "ElementaryTypeName",
8809
8809
  "src": "666:7:123",
@@ -8818,17 +8818,17 @@
8818
8818
  "src": "648:33:123"
8819
8819
  },
8820
8820
  "returnParameters": {
8821
- "id": 52129,
8821
+ "id": 52134,
8822
8822
  "nodeType": "ParameterList",
8823
8823
  "parameters": [
8824
8824
  {
8825
8825
  "constant": false,
8826
- "id": 52128,
8826
+ "id": 52133,
8827
8827
  "mutability": "mutable",
8828
8828
  "name": "",
8829
8829
  "nameLocation": "-1:-1:-1",
8830
8830
  "nodeType": "VariableDeclaration",
8831
- "scope": 52146,
8831
+ "scope": 52151,
8832
8832
  "src": "698:4:123",
8833
8833
  "stateVariable": false,
8834
8834
  "storageLocation": "default",
@@ -8837,7 +8837,7 @@
8837
8837
  "typeString": "bool"
8838
8838
  },
8839
8839
  "typeName": {
8840
- "id": 52127,
8840
+ "id": 52132,
8841
8841
  "name": "bool",
8842
8842
  "nodeType": "ElementaryTypeName",
8843
8843
  "src": "698:4:123",
@@ -8851,7 +8851,7 @@
8851
8851
  ],
8852
8852
  "src": "697:6:123"
8853
8853
  },
8854
- "scope": 52156,
8854
+ "scope": 52161,
8855
8855
  "src": "635:207:123",
8856
8856
  "stateMutability": "nonpayable",
8857
8857
  "virtual": false,
@@ -8862,32 +8862,32 @@
8862
8862
  950
8863
8863
  ],
8864
8864
  "body": {
8865
- "id": 52154,
8865
+ "id": 52159,
8866
8866
  "nodeType": "Block",
8867
8867
  "src": "905:33:123",
8868
8868
  "statements": [
8869
8869
  {
8870
8870
  "expression": {
8871
- "id": 52152,
8871
+ "id": 52157,
8872
8872
  "name": "_decimals",
8873
8873
  "nodeType": "Identifier",
8874
8874
  "overloadedDeclarations": [],
8875
- "referencedDeclaration": 52096,
8875
+ "referencedDeclaration": 52101,
8876
8876
  "src": "922:9:123",
8877
8877
  "typeDescriptions": {
8878
8878
  "typeIdentifier": "t_uint8",
8879
8879
  "typeString": "uint8"
8880
8880
  }
8881
8881
  },
8882
- "functionReturnParameters": 52151,
8883
- "id": 52153,
8882
+ "functionReturnParameters": 52156,
8883
+ "id": 52158,
8884
8884
  "nodeType": "Return",
8885
8885
  "src": "915:16:123"
8886
8886
  }
8887
8887
  ]
8888
8888
  },
8889
8889
  "functionSelector": "313ce567",
8890
- "id": 52155,
8890
+ "id": 52160,
8891
8891
  "implemented": true,
8892
8892
  "kind": "function",
8893
8893
  "modifiers": [],
@@ -8895,29 +8895,29 @@
8895
8895
  "nameLocation": "857:8:123",
8896
8896
  "nodeType": "FunctionDefinition",
8897
8897
  "overrides": {
8898
- "id": 52148,
8898
+ "id": 52153,
8899
8899
  "nodeType": "OverrideSpecifier",
8900
8900
  "overrides": [],
8901
8901
  "src": "880:8:123"
8902
8902
  },
8903
8903
  "parameters": {
8904
- "id": 52147,
8904
+ "id": 52152,
8905
8905
  "nodeType": "ParameterList",
8906
8906
  "parameters": [],
8907
8907
  "src": "865:2:123"
8908
8908
  },
8909
8909
  "returnParameters": {
8910
- "id": 52151,
8910
+ "id": 52156,
8911
8911
  "nodeType": "ParameterList",
8912
8912
  "parameters": [
8913
8913
  {
8914
8914
  "constant": false,
8915
- "id": 52150,
8915
+ "id": 52155,
8916
8916
  "mutability": "mutable",
8917
8917
  "name": "",
8918
8918
  "nameLocation": "-1:-1:-1",
8919
8919
  "nodeType": "VariableDeclaration",
8920
- "scope": 52155,
8920
+ "scope": 52160,
8921
8921
  "src": "898:5:123",
8922
8922
  "stateVariable": false,
8923
8923
  "storageLocation": "default",
@@ -8926,7 +8926,7 @@
8926
8926
  "typeString": "uint8"
8927
8927
  },
8928
8928
  "typeName": {
8929
- "id": 52149,
8929
+ "id": 52154,
8930
8930
  "name": "uint8",
8931
8931
  "nodeType": "ElementaryTypeName",
8932
8932
  "src": "898:5:123",
@@ -8940,14 +8940,14 @@
8940
8940
  ],
8941
8941
  "src": "897:7:123"
8942
8942
  },
8943
- "scope": 52156,
8943
+ "scope": 52161,
8944
8944
  "src": "848:90:123",
8945
8945
  "stateMutability": "view",
8946
8946
  "virtual": false,
8947
8947
  "visibility": "public"
8948
8948
  }
8949
8949
  ],
8950
- "scope": 52157,
8950
+ "scope": 52162,
8951
8951
  "src": "252:688:123",
8952
8952
  "usedErrors": []
8953
8953
  }
@@ -8960,7 +8960,7 @@
8960
8960
  },
8961
8961
  "networks": {},
8962
8962
  "schemaVersion": "3.4.13",
8963
- "updatedAt": "2023-07-12T14:59:22.240Z",
8963
+ "updatedAt": "2023-08-03T14:52:18.904Z",
8964
8964
  "devdoc": {
8965
8965
  "author": "Superfluid",
8966
8966
  "details": "Test ERC20 token that allows any one mint new tokens.",