@superfluid-finance/ethereum-contracts 1.0.0-dev.ec101d5.0 → 1.0.0-dev.f475683.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 (100) hide show
  1. package/README.md +2 -2
  2. package/build/contracts/AccessControl.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +1 -1
  5. package/build/contracts/AgreementLibrary.json +1 -1
  6. package/build/contracts/BaseRelayRecipient.json +1 -1
  7. package/build/contracts/BatchLiquidator.json +1 -1
  8. package/build/contracts/BatchOperation.json +1 -1
  9. package/build/contracts/CallUtils.json +1 -1
  10. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1 -1
  11. package/build/contracts/ConstantFlowAgreementV1.json +1 -1
  12. package/build/contracts/Context.json +1 -1
  13. package/build/contracts/ContextDefinitions.json +1 -1
  14. package/build/contracts/Create2.json +1 -1
  15. package/build/contracts/CustomSuperTokenBase.json +1 -1
  16. package/build/contracts/ERC1820Implementer.json +1 -1
  17. package/build/contracts/ERC20.json +1 -1
  18. package/build/contracts/ERC20WithTokenInfo.json +1 -1
  19. package/build/contracts/ERC777Helper.json +1 -1
  20. package/build/contracts/ERC777RecipientDrainingGas.json +1 -1
  21. package/build/contracts/ERC777RecipientReverting.json +1 -1
  22. package/build/contracts/EnumerableSet.json +1 -1
  23. package/build/contracts/ExclusiveInflowTestApp.json +1 -1
  24. package/build/contracts/FixedSizeData.json +1 -1
  25. package/build/contracts/FlowExchangeTestApp.json +1 -1
  26. package/build/contracts/FullUpgradableSuperTokenProxy.json +1 -1
  27. package/build/contracts/IConstantFlowAgreementV1.json +1 -1
  28. package/build/contracts/IERC1820Implementer.json +1 -1
  29. package/build/contracts/IERC1820Registry.json +1 -1
  30. package/build/contracts/IERC20.json +1 -1
  31. package/build/contracts/IERC777.json +1 -1
  32. package/build/contracts/IERC777Recipient.json +1 -1
  33. package/build/contracts/IERC777Sender.json +1 -1
  34. package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
  35. package/build/contracts/IMaticBridgedNativeSuperToken.json +1 -1
  36. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +1 -1
  37. package/build/contracts/IMultiSigWallet.json +1 -1
  38. package/build/contracts/INativeSuperToken.json +1 -1
  39. package/build/contracts/INativeSuperTokenCustom.json +1 -1
  40. package/build/contracts/IRelayRecipient.json +1 -1
  41. package/build/contracts/IResolver.json +1 -1
  42. package/build/contracts/ISETH.json +1 -1
  43. package/build/contracts/ISETHCustom.json +1 -1
  44. package/build/contracts/ISuperAgreement.json +1 -1
  45. package/build/contracts/ISuperApp.json +1 -1
  46. package/build/contracts/ISuperToken.json +1 -1
  47. package/build/contracts/ISuperTokenFactory.json +1 -1
  48. package/build/contracts/ISuperfluid.json +1 -1
  49. package/build/contracts/ISuperfluidGovernance.json +1 -1
  50. package/build/contracts/ISuperfluidToken.json +1 -1
  51. package/build/contracts/ITOGAv1.json +1 -1
  52. package/build/contracts/IWETH.json +1 -1
  53. package/build/contracts/Initializable.json +1 -1
  54. package/build/contracts/InstantDistributionAgreementV1.json +1 -1
  55. package/build/contracts/Int96SafeMath.json +1 -1
  56. package/build/contracts/Math.json +1 -1
  57. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +1 -1
  58. package/build/contracts/MultiFlowApp.json +1 -1
  59. package/build/contracts/NativeSuperTokenProxy.json +1 -1
  60. package/build/contracts/NonClosableOutflowTestApp.json +1 -1
  61. package/build/contracts/Ownable.json +1 -1
  62. package/build/contracts/Proxy.json +1 -1
  63. package/build/contracts/SETHProxy.json +1 -1
  64. package/build/contracts/SETHReceiveLogic.json +1 -1
  65. package/build/contracts/SafeCast.json +1 -1
  66. package/build/contracts/SafeERC20.json +1 -1
  67. package/build/contracts/SafeMath.json +1 -1
  68. package/build/contracts/SelfDeletingFlowTestApp.json +1 -1
  69. package/build/contracts/SignedSafeMath.json +1 -1
  70. package/build/contracts/SlotsBitmapLibrary.json +1 -1
  71. package/build/contracts/Strings.json +1 -1
  72. package/build/contracts/SuperAppBase.json +1 -1
  73. package/build/contracts/SuperAppDefinitions.json +1 -1
  74. package/build/contracts/SuperToken.json +1 -1
  75. package/build/contracts/SuperTokenFactory.json +1 -1
  76. package/build/contracts/SuperTokenFactoryBase.json +1 -1
  77. package/build/contracts/SuperTokenFactoryHelper.json +1 -1
  78. package/build/contracts/SuperUpgrader.json +1 -1
  79. package/build/contracts/Superfluid.json +1 -1
  80. package/build/contracts/SuperfluidGovernanceBase.json +1317 -1317
  81. package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
  82. package/build/contracts/SuperfluidGovernanceII.json +9 -9
  83. package/build/contracts/SuperfluidGovernanceIIProxy.json +4 -4
  84. package/build/contracts/SuperfluidLoader.json +1 -1
  85. package/build/contracts/SuperfluidOwnableGovernance.json +9 -9
  86. package/build/contracts/SuperfluidToken.json +1 -1
  87. package/build/contracts/TOGA.json +1 -1
  88. package/build/contracts/TestGovernance.json +9 -9
  89. package/build/contracts/TestResolver.json +1 -1
  90. package/build/contracts/TestToken.json +1 -1
  91. package/build/contracts/TokenInfo.json +1 -1
  92. package/build/contracts/UInt128SafeMath.json +1 -1
  93. package/build/contracts/UUPSProxiable.json +1 -1
  94. package/build/contracts/UUPSProxy.json +1 -1
  95. package/build/contracts/UUPSUtils.json +1 -1
  96. package/contracts/gov/SuperfluidGovernanceBase.sol +4 -4
  97. package/package.json +2 -2
  98. package/scripts/gov-create-new-app-registration-key.js +3 -4
  99. package/scripts/info-show-protocol.js +1 -1
  100. package/scripts/libs/truffleScriptRunnerFactory.js +2 -1
package/README.md CHANGED
@@ -6,8 +6,8 @@
6
6
  <a href="https://www.npmjs.com/package/@superfluid-finance/ethereum-contracts" target="_blank">
7
7
  <img alt="Version" src="https://img.shields.io/npm/v/@superfluid-finance/ethereum-contracts.svg">
8
8
  </a>
9
- <a href="https://codecov.io/gh/superfluid-finance/protocol-monorepo">
10
- <img src="https://codecov.io/gh/superfluid-finance/protocol-monorepo/branch/dev/graph/badge.svg?token=LJW5NDGEJ9?flag=ethereum-contracts"/>
9
+ <a href="https://codecov.io/gh/superfluid-finance/protocol-monorepo/tree/dev/packages/ethereum-contracts">
10
+ <img src="https://codecov.io/gh/superfluid-finance/protocol-monorepo/branch/dev/graph/badge.svg?token=LJW5NDGEJ9&flag=ethereum-contracts"/>
11
11
  </a>
12
12
  <a href="#" target="_blank">
13
13
  <img alt="License: AGPLv3" src="https://img.shields.io/badge/License-AGPL%20v3-blue.svg" />
@@ -7554,7 +7554,7 @@
7554
7554
  },
7555
7555
  "networks": {},
7556
7556
  "schemaVersion": "3.4.3",
7557
- "updatedAt": "2021-11-23T12:16:19.513Z",
7557
+ "updatedAt": "2021-11-26T13:42:34.179Z",
7558
7558
  "devdoc": {
7559
7559
  "details": "Contract module that allows children to implement role-based access control mechanisms. Roles are referred to by their `bytes32` identifier. These should be exposed in the external API and be unique. The best way to achieve this is by using `public constant` hash digests: ``` bytes32 public constant MY_ROLE = keccak256(\"MY_ROLE\"); ``` Roles can be used to represent a set of permissions. To restrict access to a function call, use {hasRole}: ``` function foo() public { require(hasRole(MY_ROLE, msg.sender)); ... } ``` Roles can be granted and revoked dynamically via the {grantRole} and {revokeRole} functions. Each role has an associated admin role, and only accounts that have a role's admin role can call {grantRole} and {revokeRole}. By default, the admin role for all roles is `DEFAULT_ADMIN_ROLE`, which means that only accounts with this role will be able to grant or revoke other roles. More complex role relationships can be created by using {_setRoleAdmin}. WARNING: The `DEFAULT_ADMIN_ROLE` is also its own admin: it has permission to grant and revoke this role. Extra precautions should be taken to secure accounts that have been granted it.",
7560
7560
  "events": {
@@ -8088,7 +8088,7 @@
8088
8088
  },
8089
8089
  "networks": {},
8090
8090
  "schemaVersion": "3.4.3",
8091
- "updatedAt": "2021-11-23T12:16:19.562Z",
8091
+ "updatedAt": "2021-11-26T13:42:34.206Z",
8092
8092
  "devdoc": {
8093
8093
  "details": "Collection of functions related to the address type",
8094
8094
  "kind": "dev",
@@ -1593,7 +1593,7 @@
1593
1593
  },
1594
1594
  "networks": {},
1595
1595
  "schemaVersion": "3.4.3",
1596
- "updatedAt": "2021-11-23T12:16:19.579Z",
1596
+ "updatedAt": "2021-11-26T13:42:34.219Z",
1597
1597
  "devdoc": {
1598
1598
  "kind": "dev",
1599
1599
  "methods": {
@@ -13789,7 +13789,7 @@
13789
13789
  },
13790
13790
  "networks": {},
13791
13791
  "schemaVersion": "3.4.3",
13792
- "updatedAt": "2021-11-23T12:16:19.580Z",
13792
+ "updatedAt": "2021-11-26T13:42:34.220Z",
13793
13793
  "devdoc": {
13794
13794
  "details": "Helper library for building super agreement",
13795
13795
  "kind": "dev",
@@ -1130,7 +1130,7 @@
1130
1130
  },
1131
1131
  "networks": {},
1132
1132
  "schemaVersion": "3.4.3",
1133
- "updatedAt": "2021-11-23T12:16:20.201Z",
1133
+ "updatedAt": "2021-11-26T13:42:34.765Z",
1134
1134
  "devdoc": {
1135
1135
  "kind": "dev",
1136
1136
  "methods": {
@@ -3516,7 +3516,7 @@
3516
3516
  },
3517
3517
  "networks": {},
3518
3518
  "schemaVersion": "3.4.3",
3519
- "updatedAt": "2021-11-23T12:16:20.182Z",
3519
+ "updatedAt": "2021-11-26T13:42:34.749Z",
3520
3520
  "devdoc": {
3521
3521
  "author": "Superfluid",
3522
3522
  "kind": "dev",
@@ -8737,7 +8737,7 @@
8737
8737
  },
8738
8738
  "networks": {},
8739
8739
  "schemaVersion": "3.4.3",
8740
- "updatedAt": "2021-11-23T12:16:19.694Z",
8740
+ "updatedAt": "2021-11-26T13:42:34.317Z",
8741
8741
  "devdoc": {
8742
8742
  "details": "Batch operation library",
8743
8743
  "kind": "dev",
@@ -3317,7 +3317,7 @@
3317
3317
  },
3318
3318
  "networks": {},
3319
3319
  "schemaVersion": "3.4.3",
3320
- "updatedAt": "2021-11-23T12:16:19.726Z",
3320
+ "updatedAt": "2021-11-26T13:42:34.348Z",
3321
3321
  "devdoc": {
3322
3322
  "details": "Call utilities that is absent from the OpenZeppelin",
3323
3323
  "kind": "dev",
@@ -30185,7 +30185,7 @@
30185
30185
  },
30186
30186
  "networks": {},
30187
30187
  "schemaVersion": "3.4.3",
30188
- "updatedAt": "2021-11-23T12:16:19.763Z",
30188
+ "updatedAt": "2021-11-26T13:42:34.382Z",
30189
30189
  "devdoc": {
30190
30190
  "details": "This is CFA SuperApp that closes an updated flow.",
30191
30191
  "kind": "dev",
@@ -70812,7 +70812,7 @@
70812
70812
  },
70813
70813
  "networks": {},
70814
70814
  "schemaVersion": "3.4.3",
70815
- "updatedAt": "2021-11-23T12:16:19.589Z",
70815
+ "updatedAt": "2021-11-26T13:42:34.226Z",
70816
70816
  "devdoc": {
70817
70817
  "kind": "dev",
70818
70818
  "methods": {
@@ -556,7 +556,7 @@
556
556
  },
557
557
  "networks": {},
558
558
  "schemaVersion": "3.4.3",
559
- "updatedAt": "2021-11-23T12:16:19.566Z",
559
+ "updatedAt": "2021-11-26T13:42:34.209Z",
560
560
  "devdoc": {
561
561
  "kind": "dev",
562
562
  "methods": {},
@@ -8737,7 +8737,7 @@
8737
8737
  },
8738
8738
  "networks": {},
8739
8739
  "schemaVersion": "3.4.3",
8740
- "updatedAt": "2021-11-23T12:16:19.697Z",
8740
+ "updatedAt": "2021-11-26T13:42:34.320Z",
8741
8741
  "devdoc": {
8742
8742
  "details": "Context definitions library",
8743
8743
  "kind": "dev",
@@ -3237,7 +3237,7 @@
3237
3237
  },
3238
3238
  "networks": {},
3239
3239
  "schemaVersion": "3.4.3",
3240
- "updatedAt": "2021-11-23T12:16:19.566Z",
3240
+ "updatedAt": "2021-11-26T13:42:34.209Z",
3241
3241
  "devdoc": {
3242
3242
  "details": "Helper to make usage of the `CREATE2` EVM opcode easier and safer. `CREATE2` can be used to compute in advance the address where a smart contract will be deployed, which allows for interesting new mechanisms known as 'counterfactual interactions'. See the https://eips.ethereum.org/EIPS/eip-1014#motivation[EIP] for more information.",
3243
3243
  "kind": "dev",
@@ -282,7 +282,7 @@
282
282
  },
283
283
  "networks": {},
284
284
  "schemaVersion": "3.4.3",
285
- "updatedAt": "2021-11-23T12:16:19.692Z",
285
+ "updatedAt": "2021-11-26T13:42:34.317Z",
286
286
  "devdoc": {
287
287
  "details": "Custom super token base contract NOTE: - Because of how solidity is layouting its storages variables and custom super token inherits the Super Token standard implementation, so it is required that the custom token proxy would need to pad its implementation with reserved storages used by the Super Token implementation. - You will need to append your own proxy implementation after the base - Refer to SETH.sol for an example how it is used.",
288
288
  "kind": "dev",
@@ -1604,7 +1604,7 @@
1604
1604
  },
1605
1605
  "networks": {},
1606
1606
  "schemaVersion": "3.4.3",
1607
- "updatedAt": "2021-11-23T12:16:19.526Z",
1607
+ "updatedAt": "2021-11-26T13:42:34.184Z",
1608
1608
  "devdoc": {
1609
1609
  "details": "Implementation of the {IERC1820Implementer} interface. Contracts may inherit from this and call {_registerInterfaceForAddress} to declare their willingness to be implementers. {IERC1820Registry-setInterfaceImplementer} should then be called for the registration to be complete.",
1610
1610
  "kind": "dev",
@@ -13558,7 +13558,7 @@
13558
13558
  },
13559
13559
  "networks": {},
13560
13560
  "schemaVersion": "3.4.3",
13561
- "updatedAt": "2021-11-23T12:16:19.539Z",
13561
+ "updatedAt": "2021-11-26T13:42:34.194Z",
13562
13562
  "devdoc": {
13563
13563
  "details": "Implementation of the {IERC20} interface. This implementation is agnostic to the way tokens are created. This means that a supply mechanism has to be added in a derived contract using {_mint}. For a generic mechanism see {ERC20PresetMinterPauser}. TIP: For a detailed writeup see our guide https://forum.zeppelin.solutions/t/how-to-implement-erc20-supply-mechanisms/226[How to implement supply mechanisms]. We have followed general OpenZeppelin guidelines: functions revert instead of returning `false` on failure. This behavior is nonetheless conventional and does not conflict with the expectations of ERC20 applications. Additionally, an {Approval} event is emitted on calls to {transferFrom}. This allows applications to reconstruct the allowance for all accounts just by listening to said events. Other implementations of the EIP may not emit these events, as it isn't required by the specification. Finally, the non-standard {decreaseAllowance} and {increaseAllowance} functions have been added to mitigate the well-known issues around setting allowances. See {IERC20-approve}.",
13564
13564
  "kind": "dev",
@@ -534,7 +534,7 @@
534
534
  },
535
535
  "networks": {},
536
536
  "schemaVersion": "3.4.3",
537
- "updatedAt": "2021-11-23T12:16:19.719Z",
537
+ "updatedAt": "2021-11-26T13:42:34.340Z",
538
538
  "devdoc": {
539
539
  "details": "Interface for ERC20 token with token info NOTE: Using abstract contract instead of interfaces because old solidity does not support interface inheriting other interfaces solhint-disable-next-line no-empty-blocks",
540
540
  "kind": "dev",
@@ -6319,7 +6319,7 @@
6319
6319
  },
6320
6320
  "networks": {},
6321
6321
  "schemaVersion": "3.4.3",
6322
- "updatedAt": "2021-11-23T12:16:19.728Z",
6322
+ "updatedAt": "2021-11-26T13:42:34.349Z",
6323
6323
  "devdoc": {
6324
6324
  "kind": "dev",
6325
6325
  "methods": {},
@@ -15367,7 +15367,7 @@
15367
15367
  },
15368
15368
  "networks": {},
15369
15369
  "schemaVersion": "3.4.3",
15370
- "updatedAt": "2021-11-23T12:16:19.822Z",
15370
+ "updatedAt": "2021-11-26T13:42:34.438Z",
15371
15371
  "devdoc": {
15372
15372
  "kind": "dev",
15373
15373
  "methods": {},
@@ -15348,7 +15348,7 @@
15348
15348
  },
15349
15349
  "networks": {},
15350
15350
  "schemaVersion": "3.4.3",
15351
- "updatedAt": "2021-11-23T12:16:19.828Z",
15351
+ "updatedAt": "2021-11-26T13:42:34.443Z",
15352
15352
  "devdoc": {
15353
15353
  "kind": "dev",
15354
15354
  "methods": {},
@@ -12454,7 +12454,7 @@
12454
12454
  },
12455
12455
  "networks": {},
12456
12456
  "schemaVersion": "3.4.3",
12457
- "updatedAt": "2021-11-23T12:16:19.568Z",
12457
+ "updatedAt": "2021-11-26T13:42:34.211Z",
12458
12458
  "devdoc": {
12459
12459
  "details": "Library for managing https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive types. Sets have the following properties: - Elements are added, removed, and checked for existence in constant time (O(1)). - Elements are enumerated in O(n). No guarantees are made on the ordering. ``` contract Example { // Add the library methods using EnumerableSet for EnumerableSet.AddressSet; // Declare a set state variable EnumerableSet.AddressSet private mySet; } ``` As of v3.3.0, sets of type `bytes32` (`Bytes32Set`), `address` (`AddressSet`) and `uint256` (`UintSet`) are supported.",
12460
12460
  "kind": "dev",
@@ -30444,7 +30444,7 @@
30444
30444
  },
30445
30445
  "networks": {},
30446
30446
  "schemaVersion": "3.4.3",
30447
- "updatedAt": "2021-11-23T12:16:19.774Z",
30447
+ "updatedAt": "2021-11-26T13:42:34.392Z",
30448
30448
  "devdoc": {
30449
30449
  "details": "This is CFA SuperApp that maintains at most one inflw from a sender at any moment. This can test the deposit allowance logic in the deleteFlow as a recipient.",
30450
30450
  "kind": "dev",
@@ -3570,7 +3570,7 @@
3570
3570
  },
3571
3571
  "networks": {},
3572
3572
  "schemaVersion": "3.4.3",
3573
- "updatedAt": "2021-11-23T12:16:19.730Z",
3573
+ "updatedAt": "2021-11-26T13:42:34.351Z",
3574
3574
  "devdoc": {
3575
3575
  "details": "Utilities for fixed size data in storage When using solidity dynamic array, first word is used to store the length of the array. For use cases that the length doesn't change, it is better to use a fixed size data premitive. To use this library: - The pointer to the storage is `slot`, the user could use `keccak256(abi.encode(...))` scheme to create collision-free slot ID for locating the data. - To load data, or erase data and get all gas refund, data length is always required.",
3576
3576
  "kind": "dev",
@@ -30962,7 +30962,7 @@
30962
30962
  },
30963
30963
  "networks": {},
30964
30964
  "schemaVersion": "3.4.3",
30965
- "updatedAt": "2021-11-23T12:16:19.784Z",
30965
+ "updatedAt": "2021-11-26T13:42:34.402Z",
30966
30966
  "devdoc": {
30967
30967
  "kind": "dev",
30968
30968
  "methods": {},
@@ -2140,7 +2140,7 @@
2140
2140
  },
2141
2141
  "networks": {},
2142
2142
  "schemaVersion": "3.4.3",
2143
- "updatedAt": "2021-11-23T12:16:20.162Z",
2143
+ "updatedAt": "2021-11-26T13:42:34.732Z",
2144
2144
  "devdoc": {
2145
2145
  "details": "Full upgradable super token proxy",
2146
2146
  "kind": "dev",
@@ -4359,7 +4359,7 @@
4359
4359
  },
4360
4360
  "networks": {},
4361
4361
  "schemaVersion": "3.4.3",
4362
- "updatedAt": "2021-11-23T12:16:19.685Z",
4362
+ "updatedAt": "2021-11-26T13:42:34.310Z",
4363
4363
  "devdoc": {
4364
4364
  "author": "Superfluid",
4365
4365
  "details": "Superfluid's constant flow agreement interface",
@@ -391,7 +391,7 @@
391
391
  },
392
392
  "networks": {},
393
393
  "schemaVersion": "3.4.3",
394
- "updatedAt": "2021-11-23T12:16:19.527Z",
394
+ "updatedAt": "2021-11-26T13:42:34.185Z",
395
395
  "devdoc": {
396
396
  "details": "Interface for an ERC1820 implementer, as defined in the https://eips.ethereum.org/EIPS/eip-1820#interface-implementation-erc1820implementerinterface[EIP]. Used by contracts that will be registered as implementers in the {IERC1820Registry}.",
397
397
  "kind": "dev",
@@ -2374,7 +2374,7 @@
2374
2374
  },
2375
2375
  "networks": {},
2376
2376
  "schemaVersion": "3.4.3",
2377
- "updatedAt": "2021-11-23T12:16:19.528Z",
2377
+ "updatedAt": "2021-11-26T13:42:34.185Z",
2378
2378
  "devdoc": {
2379
2379
  "details": "Interface of the global ERC1820 Registry, as defined in the https://eips.ethereum.org/EIPS/eip-1820[EIP]. Accounts may register implementers for interfaces in this registry, as well as query support. Implementers may be shared by multiple accounts, and can also implement more than a single interface for each account. Contracts can implement interfaces for themselves, but externally-owned accounts (EOA) must delegate this to a contract. {IERC165} interfaces can also be queried via the registry. For an in-depth explanation and source code analysis, see the EIP text.",
2380
2380
  "kind": "dev",
@@ -2050,7 +2050,7 @@
2050
2050
  },
2051
2051
  "networks": {},
2052
2052
  "schemaVersion": "3.4.3",
2053
- "updatedAt": "2021-11-23T12:16:19.556Z",
2053
+ "updatedAt": "2021-11-26T13:42:34.199Z",
2054
2054
  "devdoc": {
2055
2055
  "details": "Interface of the ERC20 standard as defined in the EIP.",
2056
2056
  "events": {
@@ -4210,7 +4210,7 @@
4210
4210
  },
4211
4211
  "networks": {},
4212
4212
  "schemaVersion": "3.4.3",
4213
- "updatedAt": "2021-11-23T12:16:19.560Z",
4213
+ "updatedAt": "2021-11-26T13:42:34.203Z",
4214
4214
  "devdoc": {
4215
4215
  "details": "Interface of the ERC777Token standard as defined in the EIP. This contract uses the https://eips.ethereum.org/EIPS/eip-1820[ERC1820 registry standard] to let token holders and recipients react to token movements by using setting implementers for the associated interfaces in said registry. See {IERC1820Registry} and {ERC1820Implementer}.",
4216
4216
  "kind": "dev",
@@ -568,7 +568,7 @@
568
568
  },
569
569
  "networks": {},
570
570
  "schemaVersion": "3.4.3",
571
- "updatedAt": "2021-11-23T12:16:19.561Z",
571
+ "updatedAt": "2021-11-26T13:42:34.205Z",
572
572
  "devdoc": {
573
573
  "details": "Interface of the ERC777TokensRecipient standard as defined in the EIP. Accounts can be notified of {IERC777} tokens being sent to them by having a contract implement this interface (contract holders can be their own implementer) and registering it on the https://eips.ethereum.org/EIPS/eip-1820[ERC1820 global registry]. See {IERC1820Registry} and {ERC1820Implementer}.",
574
574
  "kind": "dev",
@@ -568,7 +568,7 @@
568
568
  },
569
569
  "networks": {},
570
570
  "schemaVersion": "3.4.3",
571
- "updatedAt": "2021-11-23T12:16:19.562Z",
571
+ "updatedAt": "2021-11-26T13:42:34.205Z",
572
572
  "devdoc": {
573
573
  "details": "Interface of the ERC777TokensSender standard as defined in the EIP. {IERC777} Token holders can be notified of operations performed on their tokens by having a contract implement this interface (contract holders can be their own implementer) and registering it on the https://eips.ethereum.org/EIPS/eip-1820[ERC1820 global registry]. See {IERC1820Registry} and {ERC1820Implementer}.",
574
574
  "kind": "dev",
@@ -9811,7 +9811,7 @@
9811
9811
  },
9812
9812
  "networks": {},
9813
9813
  "schemaVersion": "3.4.3",
9814
- "updatedAt": "2021-11-23T12:16:19.688Z",
9814
+ "updatedAt": "2021-11-26T13:42:34.312Z",
9815
9815
  "devdoc": {
9816
9816
  "author": "Superfluid Notes: - A publisher can create as many as indeces as possibily identifiable with `indexId`. - `indexId` is deliberately limited to 32 bits, to avoid the chance for sha-3 collision. Despite knowing sha-3 collision is only theoratical. - A publisher can create subscription to an index for any subscriber. - A subscription consists of: - The index it subscribes to. - Number of units subscribed. - An index consists of: - Current value as `uint128 indexValue`. - Total units of the approved subscriptions as `uint128 totalUnitsApproved`. - Total units of the non approved subscription as `uint128 totalUnitsPending`. - A publisher can update index with new value that doesn't decrease. - A publisher can update subscription with any number of units. - A publisher or a subscriber can delete subscription and reset units to zero. - A subscriber must approve the index in order to receive distributions from the publisher each time the index is updated. - The amount distributed is $$\\Delta{index} * units$$ - Distributions to a non approved subscription stays in the publisher's deposit until: - the subscriber approve the subscription (side effect), - the publisher update the subscription (side effect), - the subscriber delete the subscription even if it is never approved (side effect), - or the subscriber can explicitly claim them.",
9817
9817
  "kind": "dev",
@@ -2422,7 +2422,7 @@
2422
2422
  },
2423
2423
  "networks": {},
2424
2424
  "schemaVersion": "3.4.3",
2425
- "updatedAt": "2021-11-23T12:16:19.719Z",
2425
+ "updatedAt": "2021-11-26T13:42:34.341Z",
2426
2426
  "devdoc": {
2427
2427
  "author": "Superfluid",
2428
2428
  "details": "Matic Bridged Native SuperToken full interface",
@@ -944,7 +944,7 @@
944
944
  },
945
945
  "networks": {},
946
946
  "schemaVersion": "3.4.3",
947
- "updatedAt": "2021-11-23T12:16:19.720Z",
947
+ "updatedAt": "2021-11-26T13:42:34.342Z",
948
948
  "devdoc": {
949
949
  "author": "Superfluid",
950
950
  "details": "Functionality specific for Matic Bridged Native Super Tokens",
@@ -414,7 +414,7 @@
414
414
  },
415
415
  "networks": {},
416
416
  "schemaVersion": "3.4.3",
417
- "updatedAt": "2021-11-23T12:16:19.691Z",
417
+ "updatedAt": "2021-11-26T13:42:34.316Z",
418
418
  "devdoc": {
419
419
  "kind": "dev",
420
420
  "methods": {},
@@ -2298,7 +2298,7 @@
2298
2298
  },
2299
2299
  "networks": {},
2300
2300
  "schemaVersion": "3.4.3",
2301
- "updatedAt": "2021-11-23T12:16:19.721Z",
2301
+ "updatedAt": "2021-11-26T13:42:34.343Z",
2302
2302
  "devdoc": {
2303
2303
  "author": "Superfluid",
2304
2304
  "details": "Native SuperToken full interface",
@@ -820,7 +820,7 @@
820
820
  },
821
821
  "networks": {},
822
822
  "schemaVersion": "3.4.3",
823
- "updatedAt": "2021-11-23T12:16:19.722Z",
823
+ "updatedAt": "2021-11-26T13:42:34.344Z",
824
824
  "devdoc": {
825
825
  "author": "Superfluid",
826
826
  "details": "Native SuperToken custom token functions",
@@ -473,7 +473,7 @@
473
473
  },
474
474
  "networks": {},
475
475
  "schemaVersion": "3.4.3",
476
- "updatedAt": "2021-11-23T12:16:19.725Z",
476
+ "updatedAt": "2021-11-26T13:42:34.347Z",
477
477
  "devdoc": {
478
478
  "kind": "dev",
479
479
  "methods": {
@@ -532,7 +532,7 @@
532
532
  },
533
533
  "networks": {},
534
534
  "schemaVersion": "3.4.3",
535
- "updatedAt": "2021-11-23T12:16:19.692Z",
535
+ "updatedAt": "2021-11-26T13:42:34.316Z",
536
536
  "devdoc": {
537
537
  "author": "Superfluid",
538
538
  "details": "Abstraction for a address resolver contract",
@@ -3565,7 +3565,7 @@
3565
3565
  },
3566
3566
  "networks": {},
3567
3567
  "schemaVersion": "3.4.3",
3568
- "updatedAt": "2021-11-23T12:16:19.722Z",
3568
+ "updatedAt": "2021-11-26T13:42:34.345Z",
3569
3569
  "devdoc": {
3570
3570
  "author": "Superfluid",
3571
3571
  "details": "Super ETH (SETH) full interface",
@@ -2149,7 +2149,7 @@
2149
2149
  },
2150
2150
  "networks": {},
2151
2151
  "schemaVersion": "3.4.3",
2152
- "updatedAt": "2021-11-23T12:16:19.724Z",
2152
+ "updatedAt": "2021-11-26T13:42:34.346Z",
2153
2153
  "devdoc": {
2154
2154
  "author": "Superfluid",
2155
2155
  "details": "Super ETH (SETH) custom token functions",
@@ -848,7 +848,7 @@
848
848
  },
849
849
  "networks": {},
850
850
  "schemaVersion": "3.4.3",
851
- "updatedAt": "2021-11-23T12:16:19.705Z",
851
+ "updatedAt": "2021-11-26T13:42:34.328Z",
852
852
  "devdoc": {
853
853
  "author": "Superfluid",
854
854
  "kind": "dev",
@@ -2944,7 +2944,7 @@
2944
2944
  },
2945
2945
  "networks": {},
2946
2946
  "schemaVersion": "3.4.3",
2947
- "updatedAt": "2021-11-23T12:16:19.706Z",
2947
+ "updatedAt": "2021-11-26T13:42:34.329Z",
2948
2948
  "devdoc": {
2949
2949
  "author": "Superfluid",
2950
2950
  "kind": "dev",
@@ -9636,7 +9636,7 @@
9636
9636
  },
9637
9637
  "networks": {},
9638
9638
  "schemaVersion": "3.4.3",
9639
- "updatedAt": "2021-11-23T12:16:19.708Z",
9639
+ "updatedAt": "2021-11-26T13:42:34.330Z",
9640
9640
  "devdoc": {
9641
9641
  "author": "Superfluid",
9642
9642
  "events": {
@@ -1944,7 +1944,7 @@
1944
1944
  },
1945
1945
  "networks": {},
1946
1946
  "schemaVersion": "3.4.3",
1947
- "updatedAt": "2021-11-23T12:16:19.711Z",
1947
+ "updatedAt": "2021-11-26T13:42:34.333Z",
1948
1948
  "devdoc": {
1949
1949
  "kind": "dev",
1950
1950
  "methods": {
@@ -11073,7 +11073,7 @@
11073
11073
  },
11074
11074
  "networks": {},
11075
11075
  "schemaVersion": "3.4.3",
11076
- "updatedAt": "2021-11-23T12:16:19.712Z",
11076
+ "updatedAt": "2021-11-26T13:42:34.334Z",
11077
11077
  "devdoc": {
11078
11078
  "author": "Superfluid",
11079
11079
  "details": "Superfluid host interface. It is the central contract of the system where super agreement, super app and super token features are connected together. The superfluid host contract is also the entry point for the protocol users, where batch call and meta transaction are provided for UX improvements.",
@@ -1945,7 +1945,7 @@
1945
1945
  },
1946
1946
  "networks": {},
1947
1947
  "schemaVersion": "3.4.3",
1948
- "updatedAt": "2021-11-23T12:16:19.715Z",
1948
+ "updatedAt": "2021-11-26T13:42:34.337Z",
1949
1949
  "devdoc": {
1950
1950
  "author": "Superfluid",
1951
1951
  "details": "Superfluid's Governance interface",
@@ -6625,7 +6625,7 @@
6625
6625
  },
6626
6626
  "networks": {},
6627
6627
  "schemaVersion": "3.4.3",
6628
- "updatedAt": "2021-11-23T12:16:19.716Z",
6628
+ "updatedAt": "2021-11-26T13:42:34.338Z",
6629
6629
  "devdoc": {
6630
6630
  "author": "Superfluid",
6631
6631
  "events": {
@@ -18974,7 +18974,7 @@
18974
18974
  },
18975
18975
  "networks": {},
18976
18976
  "schemaVersion": "3.4.3",
18977
- "updatedAt": "2021-11-23T12:16:20.184Z",
18977
+ "updatedAt": "2021-11-26T13:42:34.751Z",
18978
18978
  "devdoc": {
18979
18979
  "author": "Superfluid",
18980
18980
  "events": {
@@ -10346,7 +10346,7 @@
10346
10346
  },
10347
10347
  "networks": {},
10348
10348
  "schemaVersion": "3.4.3",
10349
- "updatedAt": "2021-11-23T12:16:20.167Z",
10349
+ "updatedAt": "2021-11-26T13:42:34.736Z",
10350
10350
  "devdoc": {
10351
10351
  "details": "Wrapped ETH interface",
10352
10352
  "kind": "dev",
@@ -1663,7 +1663,7 @@
1663
1663
  },
1664
1664
  "networks": {},
1665
1665
  "schemaVersion": "3.4.3",
1666
- "updatedAt": "2021-11-23T12:16:19.537Z",
1666
+ "updatedAt": "2021-11-26T13:42:34.193Z",
1667
1667
  "devdoc": {
1668
1668
  "details": "This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed behind a proxy. Since a proxied contract can't have a constructor, it's common to move constructor logic to an external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer function so it can only be called once. The {initializer} modifier provided by this contract will have this effect. TIP: To avoid leaving the proxy in an uninitialized state, the initializer function should be called as early as possible by providing the encoded function call as the `_data` argument to {UpgradeableProxy-constructor}. CAUTION: When used with inheritance, manual care must be taken to not invoke a parent initializer twice, or to ensure that all initializers are idempotent. This is not verified automatically as constructors are by Solidity.",
1669
1669
  "kind": "dev",
@@ -93924,7 +93924,7 @@
93924
93924
  },
93925
93925
  "networks": {},
93926
93926
  "schemaVersion": "3.4.3",
93927
- "updatedAt": "2021-11-23T12:16:19.625Z",
93927
+ "updatedAt": "2021-11-26T13:42:34.255Z",
93928
93928
  "devdoc": {
93929
93929
  "kind": "dev",
93930
93930
  "methods": {
@@ -5142,7 +5142,7 @@
5142
5142
  },
5143
5143
  "networks": {},
5144
5144
  "schemaVersion": "3.4.3",
5145
- "updatedAt": "2021-11-23T12:16:19.731Z",
5145
+ "updatedAt": "2021-11-26T13:42:34.353Z",
5146
5146
  "devdoc": {
5147
5147
  "details": "Int96 math operations with safety checks that revert on error.",
5148
5148
  "kind": "dev",
@@ -1917,7 +1917,7 @@
1917
1917
  },
1918
1918
  "networks": {},
1919
1919
  "schemaVersion": "3.4.3",
1920
- "updatedAt": "2021-11-23T12:16:19.530Z",
1920
+ "updatedAt": "2021-11-26T13:42:34.186Z",
1921
1921
  "devdoc": {
1922
1922
  "details": "Standard math utilities missing in the Solidity language.",
1923
1923
  "kind": "dev",
@@ -4038,7 +4038,7 @@
4038
4038
  },
4039
4039
  "networks": {},
4040
4040
  "schemaVersion": "3.4.3",
4041
- "updatedAt": "2021-11-23T12:16:20.164Z",
4041
+ "updatedAt": "2021-11-26T13:42:34.733Z",
4042
4042
  "devdoc": {
4043
4043
  "author": "Superfluid",
4044
4044
  "details": "Native SuperToken with interfaces for the Matic POS bridge to mint and burn. See https://docs.polygon.technology/docs/develop/ethereum-matic/pos/mapping-assets/",
@@ -39279,7 +39279,7 @@
39279
39279
  },
39280
39280
  "networks": {},
39281
39281
  "schemaVersion": "3.4.3",
39282
- "updatedAt": "2021-11-23T12:16:20.143Z",
39282
+ "updatedAt": "2021-11-26T13:42:34.708Z",
39283
39283
  "devdoc": {
39284
39284
  "details": "Multi Flow (Super) App A super app that can split incoming flows to multiple outgoing flows. This is used for testing CFA callbacks logic.",
39285
39285
  "kind": "dev",