@superfluid-finance/ethereum-contracts 1.5.2-dev.a97f248.0 → 1.5.2-dev.d3850f3.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 (141) hide show
  1. package/artifacts/contracts/utils/BatchLiquidator.sol/BatchLiquidator.json +64 -4
  2. package/build/contracts/AccessControl.json +1 -1
  3. package/build/contracts/AccessControlEnumerable.json +1 -1
  4. package/build/contracts/Address.json +1 -1
  5. package/build/contracts/AgreementBase.json +1 -1
  6. package/build/contracts/AgreementLibrary.json +1 -1
  7. package/build/contracts/BaseRelayRecipient.json +1 -1
  8. package/build/contracts/BatchLiquidator.json +5149 -3323
  9. package/build/contracts/BatchOperation.json +1 -1
  10. package/build/contracts/CFAv1Forwarder.json +1097 -1097
  11. package/build/contracts/CFAv1Library.json +1 -1
  12. package/build/contracts/CallUtils.json +1 -1
  13. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1 -1
  14. package/build/contracts/ConstantFlowAgreementV1.json +1 -1
  15. package/build/contracts/Context.json +1 -1
  16. package/build/contracts/ContextDefinitions.json +1 -1
  17. package/build/contracts/CustomSuperTokenBase.json +1 -1
  18. package/build/contracts/ERC165.json +1 -1
  19. package/build/contracts/ERC1820Implementer.json +1 -1
  20. package/build/contracts/ERC1820RegistryCompiled.json +1 -1
  21. package/build/contracts/ERC20.json +1 -1
  22. package/build/contracts/ERC20WithTokenInfo.json +1 -1
  23. package/build/contracts/ERC777Helper.json +1 -1
  24. package/build/contracts/ERC777RecipientDrainingGas.json +1 -1
  25. package/build/contracts/ERC777RecipientReverting.json +1 -1
  26. package/build/contracts/EnumerableSet.json +1 -1
  27. package/build/contracts/EventsEmitter.json +1 -1
  28. package/build/contracts/ExclusiveInflowTestApp.json +1 -1
  29. package/build/contracts/FixedSizeData.json +1 -1
  30. package/build/contracts/FlowExchangeTestApp.json +1 -1
  31. package/build/contracts/FlowOperatorDefinitions.json +1 -1
  32. package/build/contracts/FullUpgradableSuperTokenProxy.json +1 -1
  33. package/build/contracts/IAccessControl.json +1 -1
  34. package/build/contracts/IAccessControlEnumerable.json +1 -1
  35. package/build/contracts/IConstantFlowAgreementHook.json +1 -1
  36. package/build/contracts/IConstantFlowAgreementV1.json +1 -1
  37. package/build/contracts/IDAv1Library.json +1 -1
  38. package/build/contracts/IERC165.json +1 -1
  39. package/build/contracts/IERC1820Implementer.json +1 -1
  40. package/build/contracts/IERC1820Registry.json +1 -1
  41. package/build/contracts/IERC20.json +1 -1
  42. package/build/contracts/IERC20Metadata.json +1 -1
  43. package/build/contracts/IERC20Permit.json +1 -1
  44. package/build/contracts/IERC777.json +1 -1
  45. package/build/contracts/IERC777Recipient.json +1 -1
  46. package/build/contracts/IERC777Sender.json +1 -1
  47. package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
  48. package/build/contracts/IMultiSigWallet.json +1 -1
  49. package/build/contracts/IPureSuperToken.json +1 -1
  50. package/build/contracts/IPureSuperTokenCustom.json +1 -1
  51. package/build/contracts/IRelayRecipient.json +1 -1
  52. package/build/contracts/IResolver.json +1 -1
  53. package/build/contracts/ISETH.json +1 -1
  54. package/build/contracts/ISETHCustom.json +1 -1
  55. package/build/contracts/ISuperAgreement.json +1 -1
  56. package/build/contracts/ISuperApp.json +1 -1
  57. package/build/contracts/ISuperToken.json +1 -1
  58. package/build/contracts/ISuperTokenFactory.json +1 -1
  59. package/build/contracts/ISuperfluid.json +1 -1
  60. package/build/contracts/ISuperfluidGovernance.json +1 -1
  61. package/build/contracts/ISuperfluidToken.json +1 -1
  62. package/build/contracts/ITOGAv1.json +1116 -1116
  63. package/build/contracts/ITOGAv2.json +1116 -1116
  64. package/build/contracts/ITOGAv3.json +1116 -1116
  65. package/build/contracts/Initializable.json +1 -1
  66. package/build/contracts/InstantDistributionAgreementV1.json +1 -1
  67. package/build/contracts/Math.json +1 -1
  68. package/build/contracts/NonClosableOutflowTestApp.json +1 -1
  69. package/build/contracts/Ownable.json +1 -1
  70. package/build/contracts/Proxy.json +1 -1
  71. package/build/contracts/PureSuperToken.json +1 -1
  72. package/build/contracts/Resolver.json +90 -90
  73. package/build/contracts/SETHProxy.json +1 -1
  74. package/build/contracts/SafeCast.json +1 -1
  75. package/build/contracts/SafeERC20.json +1 -1
  76. package/build/contracts/SafeMath.json +1 -1
  77. package/build/contracts/SelfDeletingFlowTestApp.json +1 -1
  78. package/build/contracts/SlotsBitmapLibrary.json +1 -1
  79. package/build/contracts/StreamRedirector.json +1 -1
  80. package/build/contracts/Strings.json +1 -1
  81. package/build/contracts/SuperAppBase.json +1 -1
  82. package/build/contracts/SuperAppDefinitions.json +1 -1
  83. package/build/contracts/SuperToken.json +1 -1
  84. package/build/contracts/SuperTokenDeployerLibrary.json +1168 -1168
  85. package/build/contracts/SuperTokenFactory.json +1 -1
  86. package/build/contracts/SuperTokenFactoryBase.json +1 -1
  87. package/build/contracts/SuperTokenV1Library.json +1 -1
  88. package/build/contracts/SuperUpgrader.json +419 -419
  89. package/build/contracts/Superfluid.json +1 -1
  90. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +1168 -1168
  91. package/build/contracts/SuperfluidFrameworkDeployer.json +1177 -1177
  92. package/build/contracts/SuperfluidGovDeployerLibrary.json +1171 -1171
  93. package/build/contracts/SuperfluidGovernanceBase.json +1 -1
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
  95. package/build/contracts/SuperfluidGovernanceII.json +1 -1
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +1 -1
  97. package/build/contracts/SuperfluidHostDeployerLibrary.json +1168 -1168
  98. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +1168 -1168
  99. package/build/contracts/SuperfluidLoader.json +141 -141
  100. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +1170 -1170
  101. package/build/contracts/SuperfluidToken.json +1 -1
  102. package/build/contracts/TOGA.json +1119 -1119
  103. package/build/contracts/TestGovernance.json +168 -168
  104. package/build/contracts/TestResolver.json +46 -46
  105. package/build/contracts/TestToken.json +102 -102
  106. package/build/contracts/TokenInfo.json +1 -1
  107. package/build/contracts/UUPSProxiable.json +1 -1
  108. package/build/contracts/UUPSProxy.json +1 -1
  109. package/build/contracts/UUPSUtils.json +1 -1
  110. package/build/contracts-sizes.txt +9 -9
  111. package/build/typechain/contracts/utils/BatchLiquidator.d.ts +42 -8
  112. package/build/typechain/contracts/utils/BatchLiquidator.d.ts.map +1 -1
  113. package/build/typechain/factories/contracts/utils/BatchLiquidator__factory.d.ts +51 -5
  114. package/build/typechain/factories/contracts/utils/BatchLiquidator__factory.d.ts.map +1 -1
  115. package/build/typechain/factories/contracts/utils/BatchLiquidator__factory.js +67 -7
  116. package/build/typechain/factories/contracts/utils/BatchLiquidator__factory.js.map +1 -1
  117. package/contracts/utils/BatchLiquidator.sol +58 -10
  118. package/package.json +2 -2
  119. package/contracts/mocks/AgreementMock.sol +0 -375
  120. package/contracts/mocks/CFAAppMocks.sol +0 -361
  121. package/contracts/mocks/CFAHookMocks.sol +0 -148
  122. package/contracts/mocks/CFALibraryMock.sol +0 -213
  123. package/contracts/mocks/CallUtilsMock.sol +0 -79
  124. package/contracts/mocks/CallUtilsTester.sol +0 -14
  125. package/contracts/mocks/CustomSuperTokenMock.sol +0 -104
  126. package/contracts/mocks/ERC777SenderRecipientMock.sol +0 -238
  127. package/contracts/mocks/FakeSuperfluidMock.sol +0 -21
  128. package/contracts/mocks/ForwarderMock.sol +0 -39
  129. package/contracts/mocks/IDASuperAppTester.sol +0 -297
  130. package/contracts/mocks/IDAv1LibraryMock.sol +0 -400
  131. package/contracts/mocks/MockSmartWallet.sol +0 -15
  132. package/contracts/mocks/MultiFlowTesterApp.sol +0 -336
  133. package/contracts/mocks/StreamRedirector.sol +0 -179
  134. package/contracts/mocks/SuperAppMocks.sol +0 -622
  135. package/contracts/mocks/SuperTokenFactoryMock.sol +0 -98
  136. package/contracts/mocks/SuperTokenLibraryV1Mock.sol +0 -583
  137. package/contracts/mocks/SuperTokenMock.sol +0 -113
  138. package/contracts/mocks/SuperfluidDestructorMock.sol +0 -14
  139. package/contracts/mocks/SuperfluidGovernanceIIMock.sol +0 -22
  140. package/contracts/mocks/SuperfluidMock.sol +0 -177
  141. package/contracts/mocks/UUPSProxiableMock.sol +0 -29
@@ -7,14 +7,61 @@
7
7
  "inputs": [
8
8
  {
9
9
  "internalType": "address",
10
- "name": "host",
10
+ "name": "host_",
11
11
  "type": "address"
12
12
  },
13
13
  {
14
14
  "internalType": "address",
15
- "name": "cfa",
15
+ "name": "cfa_",
16
+ "type": "address"
17
+ }
18
+ ],
19
+ "stateMutability": "nonpayable",
20
+ "type": "constructor"
21
+ },
22
+ {
23
+ "inputs": [],
24
+ "name": "ARRAY_SIZES_DIFFERENT",
25
+ "type": "error"
26
+ },
27
+ {
28
+ "inputs": [],
29
+ "name": "cfa",
30
+ "outputs": [
31
+ {
32
+ "internalType": "address",
33
+ "name": "",
34
+ "type": "address"
35
+ }
36
+ ],
37
+ "stateMutability": "view",
38
+ "type": "function"
39
+ },
40
+ {
41
+ "inputs": [
42
+ {
43
+ "internalType": "address",
44
+ "name": "superToken",
45
+ "type": "address"
46
+ },
47
+ {
48
+ "internalType": "address",
49
+ "name": "sender",
16
50
  "type": "address"
17
51
  },
52
+ {
53
+ "internalType": "address",
54
+ "name": "receiver",
55
+ "type": "address"
56
+ }
57
+ ],
58
+ "name": "deleteFlow",
59
+ "outputs": [],
60
+ "stateMutability": "nonpayable",
61
+ "type": "function"
62
+ },
63
+ {
64
+ "inputs": [
18
65
  {
19
66
  "internalType": "address",
20
67
  "name": "superToken",
@@ -35,10 +82,23 @@
35
82
  "outputs": [],
36
83
  "stateMutability": "nonpayable",
37
84
  "type": "function"
85
+ },
86
+ {
87
+ "inputs": [],
88
+ "name": "host",
89
+ "outputs": [
90
+ {
91
+ "internalType": "address",
92
+ "name": "",
93
+ "type": "address"
94
+ }
95
+ ],
96
+ "stateMutability": "view",
97
+ "type": "function"
38
98
  }
39
99
  ],
40
- "bytecode": "0x608060405234801561001057600080fd5b506105bf806100206000396000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c8063feb6bb6914610030575b600080fd5b61004361003e36600461036d565b610045565b005b8281146100915760405162461bcd60e51b815260206004820152601660248201527561727261797320646966666572656e742073697a657360501b604482015260640160405180910390fd5b60005b8381101561020e576000886001600160a01b0316896001600160a01b03166339255d5b8a8b6001600160a01b031663b4b333c68c8c8c8a8181106100da576100da61040f565b90506020020160208101906100ef9190610425565b8b8b8b8181106101015761010161040f565b90506020020160208101906101169190610425565b6040805160008152602081019091526101359392919060448101610497565b60408051601f19818403018152918152602080830180516001600160e01b031660e09590951b94909417909352805160008152928301905261017d93925090604481016104d5565b60408051601f198184030181529181526020820180516001600160e01b031660e09490941b9390931790925290516101b5925061050b565b6000604051808303816000865af19150503d80600081146101f2576040519150601f19603f3d011682016040523d82523d6000602084013e6101f7565b606091505b5061020792508391506105279050565b9050610094565b506040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015610256573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061027a919061054e565b905080156102fb576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038716906323b872dd906064016020604051808303816000875af11580156102d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f99190610567565b505b5050505050505050565b80356001600160a01b038116811461031c57600080fd5b919050565b60008083601f84011261033357600080fd5b50813567ffffffffffffffff81111561034b57600080fd5b6020830191508360208260051b850101111561036657600080fd5b9250929050565b600080600080600080600060a0888a03121561038857600080fd5b61039188610305565b965061039f60208901610305565b95506103ad60408901610305565b9450606088013567ffffffffffffffff808211156103ca57600080fd5b6103d68b838c01610321565b909650945060808a01359150808211156103ef57600080fd5b506103fc8a828b01610321565b989b979a50959850939692959293505050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561043757600080fd5b61044082610305565b9392505050565b60005b8381101561046257818101518382015260200161044a565b50506000910152565b60008151808452610483816020860160208601610447565b601f01601f19169290920160200192915050565b6001600160a01b0385811682528481166020830152831660408201526080606082018190526000906104cb9083018461046b565b9695505050505050565b6001600160a01b03841681526060602082018190526000906104f99083018561046b565b82810360408401526104cb818561046b565b6000825161051d818460208701610447565b9190910192915050565b60006001820161054757634e487b7160e01b600052601160045260246000fd5b5060010190565b60006020828403121561056057600080fd5b5051919050565b60006020828403121561057957600080fd5b8151801515811461044057600080fdfea2646970667358221220c77ca93e3962b06387ce35285a7d3a9f9c8b4b5778c45bdd041a7c2d517068f664736f6c63430008120033",
41
- "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061002b5760003560e01c8063feb6bb6914610030575b600080fd5b61004361003e36600461036d565b610045565b005b8281146100915760405162461bcd60e51b815260206004820152601660248201527561727261797320646966666572656e742073697a657360501b604482015260640160405180910390fd5b60005b8381101561020e576000886001600160a01b0316896001600160a01b03166339255d5b8a8b6001600160a01b031663b4b333c68c8c8c8a8181106100da576100da61040f565b90506020020160208101906100ef9190610425565b8b8b8b8181106101015761010161040f565b90506020020160208101906101169190610425565b6040805160008152602081019091526101359392919060448101610497565b60408051601f19818403018152918152602080830180516001600160e01b031660e09590951b94909417909352805160008152928301905261017d93925090604481016104d5565b60408051601f198184030181529181526020820180516001600160e01b031660e09490941b9390931790925290516101b5925061050b565b6000604051808303816000865af19150503d80600081146101f2576040519150601f19603f3d011682016040523d82523d6000602084013e6101f7565b606091505b5061020792508391506105279050565b9050610094565b506040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015610256573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061027a919061054e565b905080156102fb576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038716906323b872dd906064016020604051808303816000875af11580156102d5573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102f99190610567565b505b5050505050505050565b80356001600160a01b038116811461031c57600080fd5b919050565b60008083601f84011261033357600080fd5b50813567ffffffffffffffff81111561034b57600080fd5b6020830191508360208260051b850101111561036657600080fd5b9250929050565b600080600080600080600060a0888a03121561038857600080fd5b61039188610305565b965061039f60208901610305565b95506103ad60408901610305565b9450606088013567ffffffffffffffff808211156103ca57600080fd5b6103d68b838c01610321565b909650945060808a01359150808211156103ef57600080fd5b506103fc8a828b01610321565b989b979a50959850939692959293505050565b634e487b7160e01b600052603260045260246000fd5b60006020828403121561043757600080fd5b61044082610305565b9392505050565b60005b8381101561046257818101518382015260200161044a565b50506000910152565b60008151808452610483816020860160208601610447565b601f01601f19169290920160200192915050565b6001600160a01b0385811682528481166020830152831660408201526080606082018190526000906104cb9083018461046b565b9695505050505050565b6001600160a01b03841681526060602082018190526000906104f99083018561046b565b82810360408401526104cb818561046b565b6000825161051d818460208701610447565b9190910192915050565b60006001820161054757634e487b7160e01b600052601160045260246000fd5b5060010190565b60006020828403121561056057600080fd5b5051919050565b60006020828403121561057957600080fd5b8151801515811461044057600080fdfea2646970667358221220c77ca93e3962b06387ce35285a7d3a9f9c8b4b5778c45bdd041a7c2d517068f664736f6c63430008120033",
100
+ "bytecode": "0x60c060405234801561001057600080fd5b506040516109d83803806109d883398101604081905261002f91610062565b6001600160a01b039182166080521660a052610095565b80516001600160a01b038116811461005d57600080fd5b919050565b6000806040838503121561007557600080fd5b61007e83610046565b915061008c60208401610046565b90509250929050565b60805160a0516108f76100e16000396000818160560152818161012b015281816103c401526103e501526000818160c10152818160ff0152818161036b015261039501526108f76000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c80631054df8c146100515780638dc7d29c146100945780638f95895f146100a9578063f437bc59146100bc575b600080fd5b6100787f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200160405180910390f35b6100a76100a236600461065e565b6100e3565b005b6100a76100b73660046106ed565b61033d565b6100787f000000000000000000000000000000000000000000000000000000000000000081565b6040805160008082526020820190925281906001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169182916339255d5b917f00000000000000000000000000000000000000000000000000000000000000009182169063b4b333c690610167908c908c908c90604481016107be565b60408051601f19818403018152918152602080830180516001600160e01b031660e09590951b9490941790935280516000815292830190526101af93925090604481016107fc565b60408051601f198184030181529181526020820180516001600160e01b031660e09490941b9390931790925290516101e79250610832565b6000604051808303816000865af19150503d8060008114610224576040519150601f19603f3d011682016040523d82523d6000602084013e610229565b606091505b50915091508161024957805160000361024157600080fd5b805181602001fd5b6040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015610290573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102b4919061084e565b90508015610335576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038716906323b872dd906064016020604051808303816000875af115801561030f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103339190610867565b505b505050505050565b8281811461035e5760405163277c943f60e21b815260040160405180910390fd5b60005b8181101561054d577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03167f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166339255d5b7f00000000000000000000000000000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663b4b333c68c8c8c8981811061042557610425610890565b905060200201602081019061043a91906108a6565b8b8b8a81811061044c5761044c610890565b905060200201602081019061046191906108a6565b60408051600081526020810190915261048093929190604481016107be565b60408051601f19818403018152918152602080830180516001600160e01b031660e09590951b9490941790935280516000815292830190526104c893925090604481016107fc565b60408051601f198184030181529181526020820180516001600160e01b031660e09490941b9390931790925290516105009250610832565b6000604051808303816000865af19150503d806000811461053d576040519150601f19603f3d011682016040523d82523d6000602084013e610542565b606091505b505050600101610361565b506040516370a0823160e01b81523060048201526000906001600160a01b038816906370a0823190602401602060405180830381865afa158015610595573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105b9919061084e565b90508015610333576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038816906323b872dd906064016020604051808303816000875af1158015610614573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106389190610867565b5050505050505050565b80356001600160a01b038116811461065957600080fd5b919050565b60008060006060848603121561067357600080fd5b61067c84610642565b925061068a60208501610642565b915061069860408501610642565b90509250925092565b60008083601f8401126106b357600080fd5b50813567ffffffffffffffff8111156106cb57600080fd5b6020830191508360208260051b85010111156106e657600080fd5b9250929050565b60008060008060006060868803121561070557600080fd5b61070e86610642565b9450602086013567ffffffffffffffff8082111561072b57600080fd5b61073789838a016106a1565b9096509450604088013591508082111561075057600080fd5b5061075d888289016106a1565b969995985093965092949392505050565b60005b83811015610789578181015183820152602001610771565b50506000910152565b600081518084526107aa81602086016020860161076e565b601f01601f19169290920160200192915050565b6001600160a01b0385811682528481166020830152831660408201526080606082018190526000906107f290830184610792565b9695505050505050565b6001600160a01b038416815260606020820181905260009061082090830185610792565b82810360408401526107f28185610792565b6000825161084481846020870161076e565b9190910192915050565b60006020828403121561086057600080fd5b5051919050565b60006020828403121561087957600080fd5b8151801515811461088957600080fd5b9392505050565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156108b857600080fd5b6108898261064256fea2646970667358221220650e2e9e39729e5472c8f00658f86f5f84ad96c39fb2cabd6e29c5550593149164736f6c63430008120033",
101
+ "deployedBytecode": "0x608060405234801561001057600080fd5b506004361061004c5760003560e01c80631054df8c146100515780638dc7d29c146100945780638f95895f146100a9578063f437bc59146100bc575b600080fd5b6100787f000000000000000000000000000000000000000000000000000000000000000081565b6040516001600160a01b03909116815260200160405180910390f35b6100a76100a236600461065e565b6100e3565b005b6100a76100b73660046106ed565b61033d565b6100787f000000000000000000000000000000000000000000000000000000000000000081565b6040805160008082526020820190925281906001600160a01b037f000000000000000000000000000000000000000000000000000000000000000081169182916339255d5b917f00000000000000000000000000000000000000000000000000000000000000009182169063b4b333c690610167908c908c908c90604481016107be565b60408051601f19818403018152918152602080830180516001600160e01b031660e09590951b9490941790935280516000815292830190526101af93925090604481016107fc565b60408051601f198184030181529181526020820180516001600160e01b031660e09490941b9390931790925290516101e79250610832565b6000604051808303816000865af19150503d8060008114610224576040519150601f19603f3d011682016040523d82523d6000602084013e610229565b606091505b50915091508161024957805160000361024157600080fd5b805181602001fd5b6040516370a0823160e01b81523060048201526000906001600160a01b038716906370a0823190602401602060405180830381865afa158015610290573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102b4919061084e565b90508015610335576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038716906323b872dd906064016020604051808303816000875af115801561030f573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906103339190610867565b505b505050505050565b8281811461035e5760405163277c943f60e21b815260040160405180910390fd5b60005b8181101561054d577f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03167f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166339255d5b7f00000000000000000000000000000000000000000000000000000000000000007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663b4b333c68c8c8c8981811061042557610425610890565b905060200201602081019061043a91906108a6565b8b8b8a81811061044c5761044c610890565b905060200201602081019061046191906108a6565b60408051600081526020810190915261048093929190604481016107be565b60408051601f19818403018152918152602080830180516001600160e01b031660e09590951b9490941790935280516000815292830190526104c893925090604481016107fc565b60408051601f198184030181529181526020820180516001600160e01b031660e09490941b9390931790925290516105009250610832565b6000604051808303816000865af19150503d806000811461053d576040519150601f19603f3d011682016040523d82523d6000602084013e610542565b606091505b505050600101610361565b506040516370a0823160e01b81523060048201526000906001600160a01b038816906370a0823190602401602060405180830381865afa158015610595573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906105b9919061084e565b90508015610333576040516323b872dd60e01b8152306004820152336024820152604481018290526001600160a01b038816906323b872dd906064016020604051808303816000875af1158015610614573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106389190610867565b5050505050505050565b80356001600160a01b038116811461065957600080fd5b919050565b60008060006060848603121561067357600080fd5b61067c84610642565b925061068a60208501610642565b915061069860408501610642565b90509250925092565b60008083601f8401126106b357600080fd5b50813567ffffffffffffffff8111156106cb57600080fd5b6020830191508360208260051b85010111156106e657600080fd5b9250929050565b60008060008060006060868803121561070557600080fd5b61070e86610642565b9450602086013567ffffffffffffffff8082111561072b57600080fd5b61073789838a016106a1565b9096509450604088013591508082111561075057600080fd5b5061075d888289016106a1565b969995985093965092949392505050565b60005b83811015610789578181015183820152602001610771565b50506000910152565b600081518084526107aa81602086016020860161076e565b601f01601f19169290920160200192915050565b6001600160a01b0385811682528481166020830152831660408201526080606082018190526000906107f290830184610792565b9695505050505050565b6001600160a01b038416815260606020820181905260009061082090830185610792565b82810360408401526107f28185610792565b6000825161084481846020870161076e565b9190910192915050565b60006020828403121561086057600080fd5b5051919050565b60006020828403121561087957600080fd5b8151801515811461088957600080fd5b9392505050565b634e487b7160e01b600052603260045260246000fd5b6000602082840312156108b857600080fd5b6108898261064256fea2646970667358221220650e2e9e39729e5472c8f00658f86f5f84ad96c39fb2cabd6e29c5550593149164736f6c63430008120033",
42
102
  "linkReferences": {},
43
103
  "deployedLinkReferences": {}
44
104
  }
@@ -4193,7 +4193,7 @@
4193
4193
  },
4194
4194
  "networks": {},
4195
4195
  "schemaVersion": "3.4.11",
4196
- "updatedAt": "2023-03-08T16:24:58.733Z",
4196
+ "updatedAt": "2023-03-10T11:55:25.605Z",
4197
4197
  "devdoc": {
4198
4198
  "details": "Contract module that allows children to implement role-based access control mechanisms. This is a lightweight version that doesn't allow enumerating role members except through off-chain means by accessing the contract event logs. Some applications may benefit from on-chain enumerability, for those cases see {AccessControlEnumerable}. 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.",
4199
4199
  "events": {
@@ -1784,7 +1784,7 @@
1784
1784
  },
1785
1785
  "networks": {},
1786
1786
  "schemaVersion": "3.4.11",
1787
- "updatedAt": "2023-03-08T16:24:58.735Z",
1787
+ "updatedAt": "2023-03-10T11:55:25.615Z",
1788
1788
  "devdoc": {
1789
1789
  "details": "Extension of {AccessControl} that allows enumerating the members of each role.",
1790
1790
  "events": {
@@ -4371,7 +4371,7 @@
4371
4371
  },
4372
4372
  "networks": {},
4373
4373
  "schemaVersion": "3.4.11",
4374
- "updatedAt": "2023-03-08T16:24:58.780Z",
4374
+ "updatedAt": "2023-03-10T11:55:25.648Z",
4375
4375
  "devdoc": {
4376
4376
  "details": "Collection of functions related to the address type",
4377
4377
  "kind": "dev",
@@ -828,7 +828,7 @@
828
828
  },
829
829
  "networks": {},
830
830
  "schemaVersion": "3.4.11",
831
- "updatedAt": "2023-03-08T16:24:58.808Z",
831
+ "updatedAt": "2023-03-10T11:55:25.671Z",
832
832
  "devdoc": {
833
833
  "author": "Superfluid",
834
834
  "events": {
@@ -7358,7 +7358,7 @@
7358
7358
  },
7359
7359
  "networks": {},
7360
7360
  "schemaVersion": "3.4.11",
7361
- "updatedAt": "2023-03-08T16:24:58.809Z",
7361
+ "updatedAt": "2023-03-10T11:55:25.671Z",
7362
7362
  "devdoc": {
7363
7363
  "author": "Superfluid",
7364
7364
  "details": "Helper library for building super agreement",
@@ -611,7 +611,7 @@
611
611
  },
612
612
  "networks": {},
613
613
  "schemaVersion": "3.4.11",
614
- "updatedAt": "2023-03-08T16:24:58.998Z",
614
+ "updatedAt": "2023-03-10T11:55:25.825Z",
615
615
  "devdoc": {
616
616
  "author": "Superfluid",
617
617
  "details": "A base contract to be inherited by any contract that want to receive relayed transactions A subclass must use \"_msgSender()\" instead of \"msg.sender\" MODIFIED FROM: https://github.com/opengsn/forwarder/blob/master/contracts/BaseRelayRecipient.sol",