@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
@@ -15,18 +15,18 @@
15
15
  "absolutePath": "project:/contracts/libs/ERC777Helper.sol",
16
16
  "exportedSymbols": {
17
17
  "ERC777Helper": [
18
- 26060
18
+ 26063
19
19
  ],
20
20
  "IERC1820Registry": [
21
21
  2954
22
22
  ]
23
23
  },
24
- "id": 26061,
24
+ "id": 26064,
25
25
  "license": "AGPLv3",
26
26
  "nodeType": "SourceUnit",
27
27
  "nodes": [
28
28
  {
29
- "id": 25803,
29
+ "id": 25806,
30
30
  "literals": [
31
31
  "solidity",
32
32
  "0.8",
@@ -38,16 +38,16 @@
38
38
  {
39
39
  "absolutePath": "@openzeppelin/contracts/utils/introspection/IERC1820Registry.sol",
40
40
  "file": "@openzeppelin/contracts/utils/introspection/IERC1820Registry.sol",
41
- "id": 25805,
41
+ "id": 25808,
42
42
  "nameLocation": "-1:-1:-1",
43
43
  "nodeType": "ImportDirective",
44
- "scope": 26061,
44
+ "scope": 26064,
45
45
  "sourceUnit": 2955,
46
46
  "src": "60:100:68",
47
47
  "symbolAliases": [
48
48
  {
49
49
  "foreign": {
50
- "id": 25804,
50
+ "id": 25807,
51
51
  "name": "IERC1820Registry",
52
52
  "nodeType": "Identifier",
53
53
  "overloadedDeclarations": [],
@@ -67,15 +67,15 @@
67
67
  "contractDependencies": [],
68
68
  "contractKind": "library",
69
69
  "documentation": {
70
- "id": 25806,
70
+ "id": 25809,
71
71
  "nodeType": "StructuredDocumentation",
72
72
  "src": "162:61:68",
73
73
  "text": " @title ERC777 helper library\n @author Superfluid"
74
74
  },
75
75
  "fullyImplemented": true,
76
- "id": 26060,
76
+ "id": 26063,
77
77
  "linearizedBaseContracts": [
78
- 26060
78
+ 26063
79
79
  ],
80
80
  "name": "ERC777Helper",
81
81
  "nameLocation": "232:12:68",
@@ -83,12 +83,12 @@
83
83
  "nodes": [
84
84
  {
85
85
  "constant": true,
86
- "id": 25812,
86
+ "id": 25815,
87
87
  "mutability": "constant",
88
88
  "name": "_ERC1820_REGISTRY",
89
89
  "nameLocation": "287:17:68",
90
90
  "nodeType": "VariableDeclaration",
91
- "scope": 26060,
91
+ "scope": 26063,
92
92
  "src": "252:123:68",
93
93
  "stateVariable": true,
94
94
  "storageLocation": "default",
@@ -97,10 +97,10 @@
97
97
  "typeString": "contract IERC1820Registry"
98
98
  },
99
99
  "typeName": {
100
- "id": 25808,
100
+ "id": 25811,
101
101
  "nodeType": "UserDefinedTypeName",
102
102
  "pathNode": {
103
- "id": 25807,
103
+ "id": 25810,
104
104
  "name": "IERC1820Registry",
105
105
  "nameLocations": [
106
106
  "252:16:68"
@@ -120,7 +120,7 @@
120
120
  "arguments": [
121
121
  {
122
122
  "hexValue": "307831383230613442373631384264453731446365386364633733614142364339353930356661443234",
123
- "id": 25810,
123
+ "id": 25813,
124
124
  "isConstant": false,
125
125
  "isLValue": false,
126
126
  "isPure": true,
@@ -142,7 +142,7 @@
142
142
  "typeString": "address"
143
143
  }
144
144
  ],
145
- "id": 25809,
145
+ "id": 25812,
146
146
  "name": "IERC1820Registry",
147
147
  "nodeType": "Identifier",
148
148
  "overloadedDeclarations": [],
@@ -153,7 +153,7 @@
153
153
  "typeString": "type(contract IERC1820Registry)"
154
154
  }
155
155
  },
156
- "id": 25811,
156
+ "id": 25814,
157
157
  "isConstant": false,
158
158
  "isLValue": false,
159
159
  "isPure": true,
@@ -173,12 +173,12 @@
173
173
  },
174
174
  {
175
175
  "constant": true,
176
- "id": 25817,
176
+ "id": 25820,
177
177
  "mutability": "constant",
178
178
  "name": "_TOKENS_SENDER_INTERFACE_HASH",
179
179
  "nameLocation": "408:29:68",
180
180
  "nodeType": "VariableDeclaration",
181
- "scope": 26060,
181
+ "scope": 26063,
182
182
  "src": "382:89:68",
183
183
  "stateVariable": true,
184
184
  "storageLocation": "default",
@@ -187,7 +187,7 @@
187
187
  "typeString": "bytes32"
188
188
  },
189
189
  "typeName": {
190
- "id": 25813,
190
+ "id": 25816,
191
191
  "name": "bytes32",
192
192
  "nodeType": "ElementaryTypeName",
193
193
  "src": "382:7:68",
@@ -200,7 +200,7 @@
200
200
  "arguments": [
201
201
  {
202
202
  "hexValue": "455243373737546f6b656e7353656e646572",
203
- "id": 25815,
203
+ "id": 25818,
204
204
  "isConstant": false,
205
205
  "isLValue": false,
206
206
  "isPure": true,
@@ -222,7 +222,7 @@
222
222
  "typeString": "literal_string \"ERC777TokensSender\""
223
223
  }
224
224
  ],
225
- "id": 25814,
225
+ "id": 25817,
226
226
  "name": "keccak256",
227
227
  "nodeType": "Identifier",
228
228
  "overloadedDeclarations": [],
@@ -233,7 +233,7 @@
233
233
  "typeString": "function (bytes memory) pure returns (bytes32)"
234
234
  }
235
235
  },
236
- "id": 25816,
236
+ "id": 25819,
237
237
  "isConstant": false,
238
238
  "isLValue": false,
239
239
  "isPure": true,
@@ -253,12 +253,12 @@
253
253
  },
254
254
  {
255
255
  "constant": true,
256
- "id": 25822,
256
+ "id": 25825,
257
257
  "mutability": "constant",
258
258
  "name": "_TOKENS_RECIPIENT_INTERFACE_HASH",
259
259
  "nameLocation": "503:32:68",
260
260
  "nodeType": "VariableDeclaration",
261
- "scope": 26060,
261
+ "scope": 26063,
262
262
  "src": "477:95:68",
263
263
  "stateVariable": true,
264
264
  "storageLocation": "default",
@@ -267,7 +267,7 @@
267
267
  "typeString": "bytes32"
268
268
  },
269
269
  "typeName": {
270
- "id": 25818,
270
+ "id": 25821,
271
271
  "name": "bytes32",
272
272
  "nodeType": "ElementaryTypeName",
273
273
  "src": "477:7:68",
@@ -280,7 +280,7 @@
280
280
  "arguments": [
281
281
  {
282
282
  "hexValue": "455243373737546f6b656e73526563697069656e74",
283
- "id": 25820,
283
+ "id": 25823,
284
284
  "isConstant": false,
285
285
  "isLValue": false,
286
286
  "isPure": true,
@@ -302,7 +302,7 @@
302
302
  "typeString": "literal_string \"ERC777TokensRecipient\""
303
303
  }
304
304
  ],
305
- "id": 25819,
305
+ "id": 25822,
306
306
  "name": "keccak256",
307
307
  "nodeType": "Identifier",
308
308
  "overloadedDeclarations": [],
@@ -313,7 +313,7 @@
313
313
  "typeString": "function (bytes memory) pure returns (bytes32)"
314
314
  }
315
315
  },
316
- "id": 25821,
316
+ "id": 25824,
317
317
  "isConstant": false,
318
318
  "isLValue": false,
319
319
  "isPure": true,
@@ -333,16 +333,16 @@
333
333
  },
334
334
  {
335
335
  "canonicalName": "ERC777Helper.Operators",
336
- "id": 25842,
336
+ "id": 25845,
337
337
  "members": [
338
338
  {
339
339
  "constant": false,
340
- "id": 25825,
340
+ "id": 25828,
341
341
  "mutability": "mutable",
342
342
  "name": "defaultOperatorsArray",
343
343
  "nameLocation": "670:21:68",
344
344
  "nodeType": "VariableDeclaration",
345
- "scope": 25842,
345
+ "scope": 25845,
346
346
  "src": "660:31:68",
347
347
  "stateVariable": false,
348
348
  "storageLocation": "default",
@@ -352,7 +352,7 @@
352
352
  },
353
353
  "typeName": {
354
354
  "baseType": {
355
- "id": 25823,
355
+ "id": 25826,
356
356
  "name": "address",
357
357
  "nodeType": "ElementaryTypeName",
358
358
  "src": "660:7:68",
@@ -362,7 +362,7 @@
362
362
  "typeString": "address"
363
363
  }
364
364
  },
365
- "id": 25824,
365
+ "id": 25827,
366
366
  "nodeType": "ArrayTypeName",
367
367
  "src": "660:9:68",
368
368
  "typeDescriptions": {
@@ -374,12 +374,12 @@
374
374
  },
375
375
  {
376
376
  "constant": false,
377
- "id": 25829,
377
+ "id": 25832,
378
378
  "mutability": "mutable",
379
379
  "name": "defaultOperators",
380
380
  "nameLocation": "726:16:68",
381
381
  "nodeType": "VariableDeclaration",
382
- "scope": 25842,
382
+ "scope": 25845,
383
383
  "src": "701:41:68",
384
384
  "stateVariable": false,
385
385
  "storageLocation": "default",
@@ -388,11 +388,11 @@
388
388
  "typeString": "mapping(address => bool)"
389
389
  },
390
390
  "typeName": {
391
- "id": 25828,
391
+ "id": 25831,
392
392
  "keyName": "",
393
393
  "keyNameLocation": "-1:-1:-1",
394
394
  "keyType": {
395
- "id": 25826,
395
+ "id": 25829,
396
396
  "name": "address",
397
397
  "nodeType": "ElementaryTypeName",
398
398
  "src": "709:7:68",
@@ -410,7 +410,7 @@
410
410
  "valueName": "",
411
411
  "valueNameLocation": "-1:-1:-1",
412
412
  "valueType": {
413
- "id": 25827,
413
+ "id": 25830,
414
414
  "name": "bool",
415
415
  "nodeType": "ElementaryTypeName",
416
416
  "src": "720:4:68",
@@ -424,12 +424,12 @@
424
424
  },
425
425
  {
426
426
  "constant": false,
427
- "id": 25835,
427
+ "id": 25838,
428
428
  "mutability": "mutable",
429
429
  "name": "operators",
430
430
  "nameLocation": "797:9:68",
431
431
  "nodeType": "VariableDeclaration",
432
- "scope": 25842,
432
+ "scope": 25845,
433
433
  "src": "752:54:68",
434
434
  "stateVariable": false,
435
435
  "storageLocation": "default",
@@ -438,11 +438,11 @@
438
438
  "typeString": "mapping(address => mapping(address => bool))"
439
439
  },
440
440
  "typeName": {
441
- "id": 25834,
441
+ "id": 25837,
442
442
  "keyName": "",
443
443
  "keyNameLocation": "-1:-1:-1",
444
444
  "keyType": {
445
- "id": 25830,
445
+ "id": 25833,
446
446
  "name": "address",
447
447
  "nodeType": "ElementaryTypeName",
448
448
  "src": "760:7:68",
@@ -460,11 +460,11 @@
460
460
  "valueName": "",
461
461
  "valueNameLocation": "-1:-1:-1",
462
462
  "valueType": {
463
- "id": 25833,
463
+ "id": 25836,
464
464
  "keyName": "",
465
465
  "keyNameLocation": "-1:-1:-1",
466
466
  "keyType": {
467
- "id": 25831,
467
+ "id": 25834,
468
468
  "name": "address",
469
469
  "nodeType": "ElementaryTypeName",
470
470
  "src": "779:7:68",
@@ -482,7 +482,7 @@
482
482
  "valueName": "",
483
483
  "valueNameLocation": "-1:-1:-1",
484
484
  "valueType": {
485
- "id": 25832,
485
+ "id": 25835,
486
486
  "name": "bool",
487
487
  "nodeType": "ElementaryTypeName",
488
488
  "src": "790:4:68",
@@ -497,12 +497,12 @@
497
497
  },
498
498
  {
499
499
  "constant": false,
500
- "id": 25841,
500
+ "id": 25844,
501
501
  "mutability": "mutable",
502
502
  "name": "revokedDefaultOperators",
503
503
  "nameLocation": "861:23:68",
504
504
  "nodeType": "VariableDeclaration",
505
- "scope": 25842,
505
+ "scope": 25845,
506
506
  "src": "816:68:68",
507
507
  "stateVariable": false,
508
508
  "storageLocation": "default",
@@ -511,11 +511,11 @@
511
511
  "typeString": "mapping(address => mapping(address => bool))"
512
512
  },
513
513
  "typeName": {
514
- "id": 25840,
514
+ "id": 25843,
515
515
  "keyName": "",
516
516
  "keyNameLocation": "-1:-1:-1",
517
517
  "keyType": {
518
- "id": 25836,
518
+ "id": 25839,
519
519
  "name": "address",
520
520
  "nodeType": "ElementaryTypeName",
521
521
  "src": "824:7:68",
@@ -533,11 +533,11 @@
533
533
  "valueName": "",
534
534
  "valueNameLocation": "-1:-1:-1",
535
535
  "valueType": {
536
- "id": 25839,
536
+ "id": 25842,
537
537
  "keyName": "",
538
538
  "keyNameLocation": "-1:-1:-1",
539
539
  "keyType": {
540
- "id": 25837,
540
+ "id": 25840,
541
541
  "name": "address",
542
542
  "nodeType": "ElementaryTypeName",
543
543
  "src": "843:7:68",
@@ -555,7 +555,7 @@
555
555
  "valueName": "",
556
556
  "valueNameLocation": "-1:-1:-1",
557
557
  "valueType": {
558
- "id": 25838,
558
+ "id": 25841,
559
559
  "name": "bool",
560
560
  "nodeType": "ElementaryTypeName",
561
561
  "src": "854:4:68",
@@ -572,13 +572,13 @@
572
572
  "name": "Operators",
573
573
  "nameLocation": "640:9:68",
574
574
  "nodeType": "StructDefinition",
575
- "scope": 26060,
575
+ "scope": 26063,
576
576
  "src": "633:258:68",
577
577
  "visibility": "public"
578
578
  },
579
579
  {
580
580
  "body": {
581
- "id": 25873,
581
+ "id": 25876,
582
582
  "nodeType": "Block",
583
583
  "src": "939:204:68",
584
584
  "statements": [
@@ -586,11 +586,11 @@
586
586
  "expression": {
587
587
  "arguments": [
588
588
  {
589
- "id": 25850,
589
+ "id": 25853,
590
590
  "name": "token",
591
591
  "nodeType": "Identifier",
592
592
  "overloadedDeclarations": [],
593
- "referencedDeclaration": 25844,
593
+ "referencedDeclaration": 25847,
594
594
  "src": "991:5:68",
595
595
  "typeDescriptions": {
596
596
  "typeIdentifier": "t_address",
@@ -601,7 +601,7 @@
601
601
  "arguments": [
602
602
  {
603
603
  "hexValue": "455243373737546f6b656e",
604
- "id": 25852,
604
+ "id": 25855,
605
605
  "isConstant": false,
606
606
  "isLValue": false,
607
607
  "isPure": true,
@@ -623,7 +623,7 @@
623
623
  "typeString": "literal_string \"ERC777Token\""
624
624
  }
625
625
  ],
626
- "id": 25851,
626
+ "id": 25854,
627
627
  "name": "keccak256",
628
628
  "nodeType": "Identifier",
629
629
  "overloadedDeclarations": [],
@@ -634,7 +634,7 @@
634
634
  "typeString": "function (bytes memory) pure returns (bytes32)"
635
635
  }
636
636
  },
637
- "id": 25853,
637
+ "id": 25856,
638
638
  "isConstant": false,
639
639
  "isLValue": false,
640
640
  "isPure": true,
@@ -653,14 +653,14 @@
653
653
  {
654
654
  "arguments": [
655
655
  {
656
- "id": 25856,
656
+ "id": 25859,
657
657
  "name": "this",
658
658
  "nodeType": "Identifier",
659
659
  "overloadedDeclarations": [],
660
660
  "referencedDeclaration": 4294967268,
661
661
  "src": "1032:4:68",
662
662
  "typeDescriptions": {
663
- "typeIdentifier": "t_contract$_ERC777Helper_$26060",
663
+ "typeIdentifier": "t_contract$_ERC777Helper_$26063",
664
664
  "typeString": "library ERC777Helper"
665
665
  }
666
666
  }
@@ -668,11 +668,11 @@
668
668
  "expression": {
669
669
  "argumentTypes": [
670
670
  {
671
- "typeIdentifier": "t_contract$_ERC777Helper_$26060",
671
+ "typeIdentifier": "t_contract$_ERC777Helper_$26063",
672
672
  "typeString": "library ERC777Helper"
673
673
  }
674
674
  ],
675
- "id": 25855,
675
+ "id": 25858,
676
676
  "isConstant": false,
677
677
  "isLValue": false,
678
678
  "isPure": true,
@@ -684,14 +684,14 @@
684
684
  "typeString": "type(address)"
685
685
  },
686
686
  "typeName": {
687
- "id": 25854,
687
+ "id": 25857,
688
688
  "name": "address",
689
689
  "nodeType": "ElementaryTypeName",
690
690
  "src": "1024:7:68",
691
691
  "typeDescriptions": {}
692
692
  }
693
693
  },
694
- "id": 25857,
694
+ "id": 25860,
695
695
  "isConstant": false,
696
696
  "isLValue": false,
697
697
  "isPure": false,
@@ -724,18 +724,18 @@
724
724
  }
725
725
  ],
726
726
  "expression": {
727
- "id": 25847,
727
+ "id": 25850,
728
728
  "name": "_ERC1820_REGISTRY",
729
729
  "nodeType": "Identifier",
730
730
  "overloadedDeclarations": [],
731
- "referencedDeclaration": 25812,
731
+ "referencedDeclaration": 25815,
732
732
  "src": "949:17:68",
733
733
  "typeDescriptions": {
734
734
  "typeIdentifier": "t_contract$_IERC1820Registry_$2954",
735
735
  "typeString": "contract IERC1820Registry"
736
736
  }
737
737
  },
738
- "id": 25849,
738
+ "id": 25852,
739
739
  "isConstant": false,
740
740
  "isLValue": false,
741
741
  "isPure": false,
@@ -750,7 +750,7 @@
750
750
  "typeString": "function (address,bytes32,address) external"
751
751
  }
752
752
  },
753
- "id": 25858,
753
+ "id": 25861,
754
754
  "isConstant": false,
755
755
  "isLValue": false,
756
756
  "isPure": false,
@@ -766,7 +766,7 @@
766
766
  "typeString": "tuple()"
767
767
  }
768
768
  },
769
- "id": 25859,
769
+ "id": 25862,
770
770
  "nodeType": "ExpressionStatement",
771
771
  "src": "949:89:68"
772
772
  },
@@ -774,11 +774,11 @@
774
774
  "expression": {
775
775
  "arguments": [
776
776
  {
777
- "id": 25863,
777
+ "id": 25866,
778
778
  "name": "token",
779
779
  "nodeType": "Identifier",
780
780
  "overloadedDeclarations": [],
781
- "referencedDeclaration": 25844,
781
+ "referencedDeclaration": 25847,
782
782
  "src": "1090:5:68",
783
783
  "typeDescriptions": {
784
784
  "typeIdentifier": "t_address",
@@ -789,7 +789,7 @@
789
789
  "arguments": [
790
790
  {
791
791
  "hexValue": "4552433230546f6b656e",
792
- "id": 25865,
792
+ "id": 25868,
793
793
  "isConstant": false,
794
794
  "isLValue": false,
795
795
  "isPure": true,
@@ -811,7 +811,7 @@
811
811
  "typeString": "literal_string \"ERC20Token\""
812
812
  }
813
813
  ],
814
- "id": 25864,
814
+ "id": 25867,
815
815
  "name": "keccak256",
816
816
  "nodeType": "Identifier",
817
817
  "overloadedDeclarations": [],
@@ -822,7 +822,7 @@
822
822
  "typeString": "function (bytes memory) pure returns (bytes32)"
823
823
  }
824
824
  },
825
- "id": 25866,
825
+ "id": 25869,
826
826
  "isConstant": false,
827
827
  "isLValue": false,
828
828
  "isPure": true,
@@ -841,14 +841,14 @@
841
841
  {
842
842
  "arguments": [
843
843
  {
844
- "id": 25869,
844
+ "id": 25872,
845
845
  "name": "this",
846
846
  "nodeType": "Identifier",
847
847
  "overloadedDeclarations": [],
848
848
  "referencedDeclaration": 4294967268,
849
849
  "src": "1130:4:68",
850
850
  "typeDescriptions": {
851
- "typeIdentifier": "t_contract$_ERC777Helper_$26060",
851
+ "typeIdentifier": "t_contract$_ERC777Helper_$26063",
852
852
  "typeString": "library ERC777Helper"
853
853
  }
854
854
  }
@@ -856,11 +856,11 @@
856
856
  "expression": {
857
857
  "argumentTypes": [
858
858
  {
859
- "typeIdentifier": "t_contract$_ERC777Helper_$26060",
859
+ "typeIdentifier": "t_contract$_ERC777Helper_$26063",
860
860
  "typeString": "library ERC777Helper"
861
861
  }
862
862
  ],
863
- "id": 25868,
863
+ "id": 25871,
864
864
  "isConstant": false,
865
865
  "isLValue": false,
866
866
  "isPure": true,
@@ -872,14 +872,14 @@
872
872
  "typeString": "type(address)"
873
873
  },
874
874
  "typeName": {
875
- "id": 25867,
875
+ "id": 25870,
876
876
  "name": "address",
877
877
  "nodeType": "ElementaryTypeName",
878
878
  "src": "1122:7:68",
879
879
  "typeDescriptions": {}
880
880
  }
881
881
  },
882
- "id": 25870,
882
+ "id": 25873,
883
883
  "isConstant": false,
884
884
  "isLValue": false,
885
885
  "isPure": false,
@@ -912,18 +912,18 @@
912
912
  }
913
913
  ],
914
914
  "expression": {
915
- "id": 25860,
915
+ "id": 25863,
916
916
  "name": "_ERC1820_REGISTRY",
917
917
  "nodeType": "Identifier",
918
918
  "overloadedDeclarations": [],
919
- "referencedDeclaration": 25812,
919
+ "referencedDeclaration": 25815,
920
920
  "src": "1048:17:68",
921
921
  "typeDescriptions": {
922
922
  "typeIdentifier": "t_contract$_IERC1820Registry_$2954",
923
923
  "typeString": "contract IERC1820Registry"
924
924
  }
925
925
  },
926
- "id": 25862,
926
+ "id": 25865,
927
927
  "isConstant": false,
928
928
  "isLValue": false,
929
929
  "isPure": false,
@@ -938,7 +938,7 @@
938
938
  "typeString": "function (address,bytes32,address) external"
939
939
  }
940
940
  },
941
- "id": 25871,
941
+ "id": 25874,
942
942
  "isConstant": false,
943
943
  "isLValue": false,
944
944
  "isPure": false,
@@ -954,13 +954,13 @@
954
954
  "typeString": "tuple()"
955
955
  }
956
956
  },
957
- "id": 25872,
957
+ "id": 25875,
958
958
  "nodeType": "ExpressionStatement",
959
959
  "src": "1048:88:68"
960
960
  }
961
961
  ]
962
962
  },
963
- "id": 25874,
963
+ "id": 25877,
964
964
  "implemented": true,
965
965
  "kind": "function",
966
966
  "modifiers": [],
@@ -968,17 +968,17 @@
968
968
  "nameLocation": "906:8:68",
969
969
  "nodeType": "FunctionDefinition",
970
970
  "parameters": {
971
- "id": 25845,
971
+ "id": 25848,
972
972
  "nodeType": "ParameterList",
973
973
  "parameters": [
974
974
  {
975
975
  "constant": false,
976
- "id": 25844,
976
+ "id": 25847,
977
977
  "mutability": "mutable",
978
978
  "name": "token",
979
979
  "nameLocation": "923:5:68",
980
980
  "nodeType": "VariableDeclaration",
981
- "scope": 25874,
981
+ "scope": 25877,
982
982
  "src": "915:13:68",
983
983
  "stateVariable": false,
984
984
  "storageLocation": "default",
@@ -987,7 +987,7 @@
987
987
  "typeString": "address"
988
988
  },
989
989
  "typeName": {
990
- "id": 25843,
990
+ "id": 25846,
991
991
  "name": "address",
992
992
  "nodeType": "ElementaryTypeName",
993
993
  "src": "915:7:68",
@@ -1003,12 +1003,12 @@
1003
1003
  "src": "914:15:68"
1004
1004
  },
1005
1005
  "returnParameters": {
1006
- "id": 25846,
1006
+ "id": 25849,
1007
1007
  "nodeType": "ParameterList",
1008
1008
  "parameters": [],
1009
1009
  "src": "939:0:68"
1010
1010
  },
1011
- "scope": 26060,
1011
+ "scope": 26063,
1012
1012
  "src": "897:246:68",
1013
1013
  "stateMutability": "nonpayable",
1014
1014
  "virtual": false,
@@ -1016,7 +1016,7 @@
1016
1016
  },
1017
1017
  {
1018
1018
  "body": {
1019
- "id": 25911,
1019
+ "id": 25914,
1020
1020
  "nodeType": "Block",
1021
1021
  "src": "1264:251:68",
1022
1022
  "statements": [
@@ -1026,7 +1026,7 @@
1026
1026
  "typeIdentifier": "t_bool",
1027
1027
  "typeString": "bool"
1028
1028
  },
1029
- "id": 25909,
1029
+ "id": 25912,
1030
1030
  "isConstant": false,
1031
1031
  "isLValue": false,
1032
1032
  "isPure": false,
@@ -1036,7 +1036,7 @@
1036
1036
  "typeIdentifier": "t_bool",
1037
1037
  "typeString": "bool"
1038
1038
  },
1039
- "id": 25902,
1039
+ "id": 25905,
1040
1040
  "isConstant": false,
1041
1041
  "isLValue": false,
1042
1042
  "isPure": false,
@@ -1046,17 +1046,17 @@
1046
1046
  "typeIdentifier": "t_address",
1047
1047
  "typeString": "address"
1048
1048
  },
1049
- "id": 25888,
1049
+ "id": 25891,
1050
1050
  "isConstant": false,
1051
1051
  "isLValue": false,
1052
1052
  "isPure": false,
1053
1053
  "lValueRequested": false,
1054
1054
  "leftExpression": {
1055
- "id": 25886,
1055
+ "id": 25889,
1056
1056
  "name": "operator",
1057
1057
  "nodeType": "Identifier",
1058
1058
  "overloadedDeclarations": [],
1059
- "referencedDeclaration": 25879,
1059
+ "referencedDeclaration": 25882,
1060
1060
  "src": "1281:8:68",
1061
1061
  "typeDescriptions": {
1062
1062
  "typeIdentifier": "t_address",
@@ -1066,11 +1066,11 @@
1066
1066
  "nodeType": "BinaryOperation",
1067
1067
  "operator": "==",
1068
1068
  "rightExpression": {
1069
- "id": 25887,
1069
+ "id": 25890,
1070
1070
  "name": "tokenHolder",
1071
1071
  "nodeType": "Identifier",
1072
1072
  "overloadedDeclarations": [],
1073
- "referencedDeclaration": 25881,
1073
+ "referencedDeclaration": 25884,
1074
1074
  "src": "1293:11:68",
1075
1075
  "typeDescriptions": {
1076
1076
  "typeIdentifier": "t_address",
@@ -1092,7 +1092,7 @@
1092
1092
  "typeIdentifier": "t_bool",
1093
1093
  "typeString": "bool"
1094
1094
  },
1095
- "id": 25900,
1095
+ "id": 25903,
1096
1096
  "isConstant": false,
1097
1097
  "isLValue": false,
1098
1098
  "isPure": false,
@@ -1100,18 +1100,18 @@
1100
1100
  "leftExpression": {
1101
1101
  "baseExpression": {
1102
1102
  "expression": {
1103
- "id": 25889,
1103
+ "id": 25892,
1104
1104
  "name": "self",
1105
1105
  "nodeType": "Identifier",
1106
1106
  "overloadedDeclarations": [],
1107
- "referencedDeclaration": 25877,
1107
+ "referencedDeclaration": 25880,
1108
1108
  "src": "1338:4:68",
1109
1109
  "typeDescriptions": {
1110
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
1110
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
1111
1111
  "typeString": "struct ERC777Helper.Operators storage pointer"
1112
1112
  }
1113
1113
  },
1114
- "id": 25890,
1114
+ "id": 25893,
1115
1115
  "isConstant": false,
1116
1116
  "isLValue": true,
1117
1117
  "isPure": false,
@@ -1119,20 +1119,20 @@
1119
1119
  "memberLocation": "1343:16:68",
1120
1120
  "memberName": "defaultOperators",
1121
1121
  "nodeType": "MemberAccess",
1122
- "referencedDeclaration": 25829,
1122
+ "referencedDeclaration": 25832,
1123
1123
  "src": "1338:21:68",
1124
1124
  "typeDescriptions": {
1125
1125
  "typeIdentifier": "t_mapping$_t_address_$_t_bool_$",
1126
1126
  "typeString": "mapping(address => bool)"
1127
1127
  }
1128
1128
  },
1129
- "id": 25892,
1129
+ "id": 25895,
1130
1130
  "indexExpression": {
1131
- "id": 25891,
1131
+ "id": 25894,
1132
1132
  "name": "operator",
1133
1133
  "nodeType": "Identifier",
1134
1134
  "overloadedDeclarations": [],
1135
- "referencedDeclaration": 25879,
1135
+ "referencedDeclaration": 25882,
1136
1136
  "src": "1360:8:68",
1137
1137
  "typeDescriptions": {
1138
1138
  "typeIdentifier": "t_address",
@@ -1153,7 +1153,7 @@
1153
1153
  "nodeType": "BinaryOperation",
1154
1154
  "operator": "&&",
1155
1155
  "rightExpression": {
1156
- "id": 25899,
1156
+ "id": 25902,
1157
1157
  "isConstant": false,
1158
1158
  "isLValue": false,
1159
1159
  "isPure": false,
@@ -1166,18 +1166,18 @@
1166
1166
  "baseExpression": {
1167
1167
  "baseExpression": {
1168
1168
  "expression": {
1169
- "id": 25893,
1169
+ "id": 25896,
1170
1170
  "name": "self",
1171
1171
  "nodeType": "Identifier",
1172
1172
  "overloadedDeclarations": [],
1173
- "referencedDeclaration": 25877,
1173
+ "referencedDeclaration": 25880,
1174
1174
  "src": "1390:4:68",
1175
1175
  "typeDescriptions": {
1176
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
1176
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
1177
1177
  "typeString": "struct ERC777Helper.Operators storage pointer"
1178
1178
  }
1179
1179
  },
1180
- "id": 25894,
1180
+ "id": 25897,
1181
1181
  "isConstant": false,
1182
1182
  "isLValue": true,
1183
1183
  "isPure": false,
@@ -1185,20 +1185,20 @@
1185
1185
  "memberLocation": "1395:23:68",
1186
1186
  "memberName": "revokedDefaultOperators",
1187
1187
  "nodeType": "MemberAccess",
1188
- "referencedDeclaration": 25841,
1188
+ "referencedDeclaration": 25844,
1189
1189
  "src": "1390:28:68",
1190
1190
  "typeDescriptions": {
1191
1191
  "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_bool_$_$",
1192
1192
  "typeString": "mapping(address => mapping(address => bool))"
1193
1193
  }
1194
1194
  },
1195
- "id": 25896,
1195
+ "id": 25899,
1196
1196
  "indexExpression": {
1197
- "id": 25895,
1197
+ "id": 25898,
1198
1198
  "name": "tokenHolder",
1199
1199
  "nodeType": "Identifier",
1200
1200
  "overloadedDeclarations": [],
1201
- "referencedDeclaration": 25881,
1201
+ "referencedDeclaration": 25884,
1202
1202
  "src": "1419:11:68",
1203
1203
  "typeDescriptions": {
1204
1204
  "typeIdentifier": "t_address",
@@ -1216,13 +1216,13 @@
1216
1216
  "typeString": "mapping(address => bool)"
1217
1217
  }
1218
1218
  },
1219
- "id": 25898,
1219
+ "id": 25901,
1220
1220
  "indexExpression": {
1221
- "id": 25897,
1221
+ "id": 25900,
1222
1222
  "name": "operator",
1223
1223
  "nodeType": "Identifier",
1224
1224
  "overloadedDeclarations": [],
1225
- "referencedDeclaration": 25879,
1225
+ "referencedDeclaration": 25882,
1226
1226
  "src": "1432:8:68",
1227
1227
  "typeDescriptions": {
1228
1228
  "typeIdentifier": "t_address",
@@ -1252,7 +1252,7 @@
1252
1252
  }
1253
1253
  }
1254
1254
  ],
1255
- "id": 25901,
1255
+ "id": 25904,
1256
1256
  "isConstant": false,
1257
1257
  "isInlineArray": false,
1258
1258
  "isLValue": false,
@@ -1277,18 +1277,18 @@
1277
1277
  "baseExpression": {
1278
1278
  "baseExpression": {
1279
1279
  "expression": {
1280
- "id": 25903,
1280
+ "id": 25906,
1281
1281
  "name": "self",
1282
1282
  "nodeType": "Identifier",
1283
1283
  "overloadedDeclarations": [],
1284
- "referencedDeclaration": 25877,
1284
+ "referencedDeclaration": 25880,
1285
1285
  "src": "1471:4:68",
1286
1286
  "typeDescriptions": {
1287
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
1287
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
1288
1288
  "typeString": "struct ERC777Helper.Operators storage pointer"
1289
1289
  }
1290
1290
  },
1291
- "id": 25904,
1291
+ "id": 25907,
1292
1292
  "isConstant": false,
1293
1293
  "isLValue": true,
1294
1294
  "isPure": false,
@@ -1296,20 +1296,20 @@
1296
1296
  "memberLocation": "1476:9:68",
1297
1297
  "memberName": "operators",
1298
1298
  "nodeType": "MemberAccess",
1299
- "referencedDeclaration": 25835,
1299
+ "referencedDeclaration": 25838,
1300
1300
  "src": "1471:14:68",
1301
1301
  "typeDescriptions": {
1302
1302
  "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_bool_$_$",
1303
1303
  "typeString": "mapping(address => mapping(address => bool))"
1304
1304
  }
1305
1305
  },
1306
- "id": 25906,
1306
+ "id": 25909,
1307
1307
  "indexExpression": {
1308
- "id": 25905,
1308
+ "id": 25908,
1309
1309
  "name": "tokenHolder",
1310
1310
  "nodeType": "Identifier",
1311
1311
  "overloadedDeclarations": [],
1312
- "referencedDeclaration": 25881,
1312
+ "referencedDeclaration": 25884,
1313
1313
  "src": "1486:11:68",
1314
1314
  "typeDescriptions": {
1315
1315
  "typeIdentifier": "t_address",
@@ -1327,13 +1327,13 @@
1327
1327
  "typeString": "mapping(address => bool)"
1328
1328
  }
1329
1329
  },
1330
- "id": 25908,
1330
+ "id": 25911,
1331
1331
  "indexExpression": {
1332
- "id": 25907,
1332
+ "id": 25910,
1333
1333
  "name": "operator",
1334
1334
  "nodeType": "Identifier",
1335
1335
  "overloadedDeclarations": [],
1336
- "referencedDeclaration": 25879,
1336
+ "referencedDeclaration": 25882,
1337
1337
  "src": "1499:8:68",
1338
1338
  "typeDescriptions": {
1339
1339
  "typeIdentifier": "t_address",
@@ -1357,14 +1357,14 @@
1357
1357
  "typeString": "bool"
1358
1358
  }
1359
1359
  },
1360
- "functionReturnParameters": 25885,
1361
- "id": 25910,
1360
+ "functionReturnParameters": 25888,
1361
+ "id": 25913,
1362
1362
  "nodeType": "Return",
1363
1363
  "src": "1274:234:68"
1364
1364
  }
1365
1365
  ]
1366
1366
  },
1367
- "id": 25912,
1367
+ "id": 25915,
1368
1368
  "implemented": true,
1369
1369
  "kind": "function",
1370
1370
  "modifiers": [],
@@ -1372,41 +1372,41 @@
1372
1372
  "nameLocation": "1158:13:68",
1373
1373
  "nodeType": "FunctionDefinition",
1374
1374
  "parameters": {
1375
- "id": 25882,
1375
+ "id": 25885,
1376
1376
  "nodeType": "ParameterList",
1377
1377
  "parameters": [
1378
1378
  {
1379
1379
  "constant": false,
1380
- "id": 25877,
1380
+ "id": 25880,
1381
1381
  "mutability": "mutable",
1382
1382
  "name": "self",
1383
1383
  "nameLocation": "1190:4:68",
1384
1384
  "nodeType": "VariableDeclaration",
1385
- "scope": 25912,
1385
+ "scope": 25915,
1386
1386
  "src": "1172:22:68",
1387
1387
  "stateVariable": false,
1388
1388
  "storageLocation": "storage",
1389
1389
  "typeDescriptions": {
1390
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
1390
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
1391
1391
  "typeString": "struct ERC777Helper.Operators"
1392
1392
  },
1393
1393
  "typeName": {
1394
- "id": 25876,
1394
+ "id": 25879,
1395
1395
  "nodeType": "UserDefinedTypeName",
1396
1396
  "pathNode": {
1397
- "id": 25875,
1397
+ "id": 25878,
1398
1398
  "name": "Operators",
1399
1399
  "nameLocations": [
1400
1400
  "1172:9:68"
1401
1401
  ],
1402
1402
  "nodeType": "IdentifierPath",
1403
- "referencedDeclaration": 25842,
1403
+ "referencedDeclaration": 25845,
1404
1404
  "src": "1172:9:68"
1405
1405
  },
1406
- "referencedDeclaration": 25842,
1406
+ "referencedDeclaration": 25845,
1407
1407
  "src": "1172:9:68",
1408
1408
  "typeDescriptions": {
1409
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
1409
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
1410
1410
  "typeString": "struct ERC777Helper.Operators"
1411
1411
  }
1412
1412
  },
@@ -1414,12 +1414,12 @@
1414
1414
  },
1415
1415
  {
1416
1416
  "constant": false,
1417
- "id": 25879,
1417
+ "id": 25882,
1418
1418
  "mutability": "mutable",
1419
1419
  "name": "operator",
1420
1420
  "nameLocation": "1204:8:68",
1421
1421
  "nodeType": "VariableDeclaration",
1422
- "scope": 25912,
1422
+ "scope": 25915,
1423
1423
  "src": "1196:16:68",
1424
1424
  "stateVariable": false,
1425
1425
  "storageLocation": "default",
@@ -1428,7 +1428,7 @@
1428
1428
  "typeString": "address"
1429
1429
  },
1430
1430
  "typeName": {
1431
- "id": 25878,
1431
+ "id": 25881,
1432
1432
  "name": "address",
1433
1433
  "nodeType": "ElementaryTypeName",
1434
1434
  "src": "1196:7:68",
@@ -1442,12 +1442,12 @@
1442
1442
  },
1443
1443
  {
1444
1444
  "constant": false,
1445
- "id": 25881,
1445
+ "id": 25884,
1446
1446
  "mutability": "mutable",
1447
1447
  "name": "tokenHolder",
1448
1448
  "nameLocation": "1222:11:68",
1449
1449
  "nodeType": "VariableDeclaration",
1450
- "scope": 25912,
1450
+ "scope": 25915,
1451
1451
  "src": "1214:19:68",
1452
1452
  "stateVariable": false,
1453
1453
  "storageLocation": "default",
@@ -1456,7 +1456,7 @@
1456
1456
  "typeString": "address"
1457
1457
  },
1458
1458
  "typeName": {
1459
- "id": 25880,
1459
+ "id": 25883,
1460
1460
  "name": "address",
1461
1461
  "nodeType": "ElementaryTypeName",
1462
1462
  "src": "1214:7:68",
@@ -1472,17 +1472,17 @@
1472
1472
  "src": "1171:63:68"
1473
1473
  },
1474
1474
  "returnParameters": {
1475
- "id": 25885,
1475
+ "id": 25888,
1476
1476
  "nodeType": "ParameterList",
1477
1477
  "parameters": [
1478
1478
  {
1479
1479
  "constant": false,
1480
- "id": 25884,
1480
+ "id": 25887,
1481
1481
  "mutability": "mutable",
1482
1482
  "name": "",
1483
1483
  "nameLocation": "-1:-1:-1",
1484
1484
  "nodeType": "VariableDeclaration",
1485
- "scope": 25912,
1485
+ "scope": 25915,
1486
1486
  "src": "1258:4:68",
1487
1487
  "stateVariable": false,
1488
1488
  "storageLocation": "default",
@@ -1491,7 +1491,7 @@
1491
1491
  "typeString": "bool"
1492
1492
  },
1493
1493
  "typeName": {
1494
- "id": 25883,
1494
+ "id": 25886,
1495
1495
  "name": "bool",
1496
1496
  "nodeType": "ElementaryTypeName",
1497
1497
  "src": "1258:4:68",
@@ -1505,7 +1505,7 @@
1505
1505
  ],
1506
1506
  "src": "1257:6:68"
1507
1507
  },
1508
- "scope": 26060,
1508
+ "scope": 26063,
1509
1509
  "src": "1149:366:68",
1510
1510
  "stateMutability": "view",
1511
1511
  "virtual": false,
@@ -1513,7 +1513,7 @@
1513
1513
  },
1514
1514
  {
1515
1515
  "body": {
1516
- "id": 25954,
1516
+ "id": 25957,
1517
1517
  "nodeType": "Block",
1518
1518
  "src": "1615:288:68",
1519
1519
  "statements": [
@@ -1525,17 +1525,17 @@
1525
1525
  "typeIdentifier": "t_address",
1526
1526
  "typeString": "address"
1527
1527
  },
1528
- "id": 25925,
1528
+ "id": 25928,
1529
1529
  "isConstant": false,
1530
1530
  "isLValue": false,
1531
1531
  "isPure": false,
1532
1532
  "lValueRequested": false,
1533
1533
  "leftExpression": {
1534
- "id": 25923,
1534
+ "id": 25926,
1535
1535
  "name": "holder",
1536
1536
  "nodeType": "Identifier",
1537
1537
  "overloadedDeclarations": [],
1538
- "referencedDeclaration": 25917,
1538
+ "referencedDeclaration": 25920,
1539
1539
  "src": "1633:6:68",
1540
1540
  "typeDescriptions": {
1541
1541
  "typeIdentifier": "t_address",
@@ -1545,11 +1545,11 @@
1545
1545
  "nodeType": "BinaryOperation",
1546
1546
  "operator": "!=",
1547
1547
  "rightExpression": {
1548
- "id": 25924,
1548
+ "id": 25927,
1549
1549
  "name": "operator",
1550
1550
  "nodeType": "Identifier",
1551
1551
  "overloadedDeclarations": [],
1552
- "referencedDeclaration": 25919,
1552
+ "referencedDeclaration": 25922,
1553
1553
  "src": "1643:8:68",
1554
1554
  "typeDescriptions": {
1555
1555
  "typeIdentifier": "t_address",
@@ -1564,7 +1564,7 @@
1564
1564
  },
1565
1565
  {
1566
1566
  "hexValue": "4552433737374f70657261746f72733a20617574686f72697a696e672073656c66206173206f70657261746f72",
1567
- "id": 25926,
1567
+ "id": 25929,
1568
1568
  "isConstant": false,
1569
1569
  "isLValue": false,
1570
1570
  "isPure": true,
@@ -1590,7 +1590,7 @@
1590
1590
  "typeString": "literal_string \"ERC777Operators: authorizing self as operator\""
1591
1591
  }
1592
1592
  ],
1593
- "id": 25922,
1593
+ "id": 25925,
1594
1594
  "name": "require",
1595
1595
  "nodeType": "Identifier",
1596
1596
  "overloadedDeclarations": [
@@ -1604,7 +1604,7 @@
1604
1604
  "typeString": "function (bool,string memory) pure"
1605
1605
  }
1606
1606
  },
1607
- "id": 25927,
1607
+ "id": 25930,
1608
1608
  "isConstant": false,
1609
1609
  "isLValue": false,
1610
1610
  "isPure": false,
@@ -1620,7 +1620,7 @@
1620
1620
  "typeString": "tuple()"
1621
1621
  }
1622
1622
  },
1623
- "id": 25928,
1623
+ "id": 25931,
1624
1624
  "nodeType": "ExpressionStatement",
1625
1625
  "src": "1625:76:68"
1626
1626
  },
@@ -1628,18 +1628,18 @@
1628
1628
  "condition": {
1629
1629
  "baseExpression": {
1630
1630
  "expression": {
1631
- "id": 25929,
1631
+ "id": 25932,
1632
1632
  "name": "self",
1633
1633
  "nodeType": "Identifier",
1634
1634
  "overloadedDeclarations": [],
1635
- "referencedDeclaration": 25915,
1635
+ "referencedDeclaration": 25918,
1636
1636
  "src": "1716:4:68",
1637
1637
  "typeDescriptions": {
1638
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
1638
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
1639
1639
  "typeString": "struct ERC777Helper.Operators storage pointer"
1640
1640
  }
1641
1641
  },
1642
- "id": 25930,
1642
+ "id": 25933,
1643
1643
  "isConstant": false,
1644
1644
  "isLValue": true,
1645
1645
  "isPure": false,
@@ -1647,20 +1647,20 @@
1647
1647
  "memberLocation": "1721:16:68",
1648
1648
  "memberName": "defaultOperators",
1649
1649
  "nodeType": "MemberAccess",
1650
- "referencedDeclaration": 25829,
1650
+ "referencedDeclaration": 25832,
1651
1651
  "src": "1716:21:68",
1652
1652
  "typeDescriptions": {
1653
1653
  "typeIdentifier": "t_mapping$_t_address_$_t_bool_$",
1654
1654
  "typeString": "mapping(address => bool)"
1655
1655
  }
1656
1656
  },
1657
- "id": 25932,
1657
+ "id": 25935,
1658
1658
  "indexExpression": {
1659
- "id": 25931,
1659
+ "id": 25934,
1660
1660
  "name": "operator",
1661
1661
  "nodeType": "Identifier",
1662
1662
  "overloadedDeclarations": [],
1663
- "referencedDeclaration": 25919,
1663
+ "referencedDeclaration": 25922,
1664
1664
  "src": "1738:8:68",
1665
1665
  "typeDescriptions": {
1666
1666
  "typeIdentifier": "t_address",
@@ -1679,13 +1679,13 @@
1679
1679
  }
1680
1680
  },
1681
1681
  "falseBody": {
1682
- "id": 25952,
1682
+ "id": 25955,
1683
1683
  "nodeType": "Block",
1684
1684
  "src": "1833:64:68",
1685
1685
  "statements": [
1686
1686
  {
1687
1687
  "expression": {
1688
- "id": 25950,
1688
+ "id": 25953,
1689
1689
  "isConstant": false,
1690
1690
  "isLValue": false,
1691
1691
  "isPure": false,
@@ -1694,18 +1694,18 @@
1694
1694
  "baseExpression": {
1695
1695
  "baseExpression": {
1696
1696
  "expression": {
1697
- "id": 25942,
1697
+ "id": 25945,
1698
1698
  "name": "self",
1699
1699
  "nodeType": "Identifier",
1700
1700
  "overloadedDeclarations": [],
1701
- "referencedDeclaration": 25915,
1701
+ "referencedDeclaration": 25918,
1702
1702
  "src": "1847:4:68",
1703
1703
  "typeDescriptions": {
1704
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
1704
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
1705
1705
  "typeString": "struct ERC777Helper.Operators storage pointer"
1706
1706
  }
1707
1707
  },
1708
- "id": 25946,
1708
+ "id": 25949,
1709
1709
  "isConstant": false,
1710
1710
  "isLValue": true,
1711
1711
  "isPure": false,
@@ -1713,20 +1713,20 @@
1713
1713
  "memberLocation": "1852:9:68",
1714
1714
  "memberName": "operators",
1715
1715
  "nodeType": "MemberAccess",
1716
- "referencedDeclaration": 25835,
1716
+ "referencedDeclaration": 25838,
1717
1717
  "src": "1847:14:68",
1718
1718
  "typeDescriptions": {
1719
1719
  "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_bool_$_$",
1720
1720
  "typeString": "mapping(address => mapping(address => bool))"
1721
1721
  }
1722
1722
  },
1723
- "id": 25947,
1723
+ "id": 25950,
1724
1724
  "indexExpression": {
1725
- "id": 25944,
1725
+ "id": 25947,
1726
1726
  "name": "holder",
1727
1727
  "nodeType": "Identifier",
1728
1728
  "overloadedDeclarations": [],
1729
- "referencedDeclaration": 25917,
1729
+ "referencedDeclaration": 25920,
1730
1730
  "src": "1862:6:68",
1731
1731
  "typeDescriptions": {
1732
1732
  "typeIdentifier": "t_address",
@@ -1744,13 +1744,13 @@
1744
1744
  "typeString": "mapping(address => bool)"
1745
1745
  }
1746
1746
  },
1747
- "id": 25948,
1747
+ "id": 25951,
1748
1748
  "indexExpression": {
1749
- "id": 25945,
1749
+ "id": 25948,
1750
1750
  "name": "operator",
1751
1751
  "nodeType": "Identifier",
1752
1752
  "overloadedDeclarations": [],
1753
- "referencedDeclaration": 25919,
1753
+ "referencedDeclaration": 25922,
1754
1754
  "src": "1870:8:68",
1755
1755
  "typeDescriptions": {
1756
1756
  "typeIdentifier": "t_address",
@@ -1772,7 +1772,7 @@
1772
1772
  "operator": "=",
1773
1773
  "rightHandSide": {
1774
1774
  "hexValue": "74727565",
1775
- "id": 25949,
1775
+ "id": 25952,
1776
1776
  "isConstant": false,
1777
1777
  "isLValue": false,
1778
1778
  "isPure": true,
@@ -1792,23 +1792,23 @@
1792
1792
  "typeString": "bool"
1793
1793
  }
1794
1794
  },
1795
- "id": 25951,
1795
+ "id": 25954,
1796
1796
  "nodeType": "ExpressionStatement",
1797
1797
  "src": "1847:39:68"
1798
1798
  }
1799
1799
  ]
1800
1800
  },
1801
- "id": 25953,
1801
+ "id": 25956,
1802
1802
  "nodeType": "IfStatement",
1803
1803
  "src": "1712:185:68",
1804
1804
  "trueBody": {
1805
- "id": 25941,
1805
+ "id": 25944,
1806
1806
  "nodeType": "Block",
1807
1807
  "src": "1749:78:68",
1808
1808
  "statements": [
1809
1809
  {
1810
1810
  "expression": {
1811
- "id": 25939,
1811
+ "id": 25942,
1812
1812
  "isConstant": false,
1813
1813
  "isLValue": false,
1814
1814
  "isPure": false,
@@ -1821,18 +1821,18 @@
1821
1821
  "baseExpression": {
1822
1822
  "baseExpression": {
1823
1823
  "expression": {
1824
- "id": 25933,
1824
+ "id": 25936,
1825
1825
  "name": "self",
1826
1826
  "nodeType": "Identifier",
1827
1827
  "overloadedDeclarations": [],
1828
- "referencedDeclaration": 25915,
1828
+ "referencedDeclaration": 25918,
1829
1829
  "src": "1770:4:68",
1830
1830
  "typeDescriptions": {
1831
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
1831
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
1832
1832
  "typeString": "struct ERC777Helper.Operators storage pointer"
1833
1833
  }
1834
1834
  },
1835
- "id": 25934,
1835
+ "id": 25937,
1836
1836
  "isConstant": false,
1837
1837
  "isLValue": true,
1838
1838
  "isPure": false,
@@ -1840,20 +1840,20 @@
1840
1840
  "memberLocation": "1775:23:68",
1841
1841
  "memberName": "revokedDefaultOperators",
1842
1842
  "nodeType": "MemberAccess",
1843
- "referencedDeclaration": 25841,
1843
+ "referencedDeclaration": 25844,
1844
1844
  "src": "1770:28:68",
1845
1845
  "typeDescriptions": {
1846
1846
  "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_bool_$_$",
1847
1847
  "typeString": "mapping(address => mapping(address => bool))"
1848
1848
  }
1849
1849
  },
1850
- "id": 25936,
1850
+ "id": 25939,
1851
1851
  "indexExpression": {
1852
- "id": 25935,
1852
+ "id": 25938,
1853
1853
  "name": "holder",
1854
1854
  "nodeType": "Identifier",
1855
1855
  "overloadedDeclarations": [],
1856
- "referencedDeclaration": 25917,
1856
+ "referencedDeclaration": 25920,
1857
1857
  "src": "1799:6:68",
1858
1858
  "typeDescriptions": {
1859
1859
  "typeIdentifier": "t_address",
@@ -1871,13 +1871,13 @@
1871
1871
  "typeString": "mapping(address => bool)"
1872
1872
  }
1873
1873
  },
1874
- "id": 25938,
1874
+ "id": 25941,
1875
1875
  "indexExpression": {
1876
- "id": 25937,
1876
+ "id": 25940,
1877
1877
  "name": "operator",
1878
1878
  "nodeType": "Identifier",
1879
1879
  "overloadedDeclarations": [],
1880
- "referencedDeclaration": 25919,
1880
+ "referencedDeclaration": 25922,
1881
1881
  "src": "1807:8:68",
1882
1882
  "typeDescriptions": {
1883
1883
  "typeIdentifier": "t_address",
@@ -1900,7 +1900,7 @@
1900
1900
  "typeString": "tuple()"
1901
1901
  }
1902
1902
  },
1903
- "id": 25940,
1903
+ "id": 25943,
1904
1904
  "nodeType": "ExpressionStatement",
1905
1905
  "src": "1763:53:68"
1906
1906
  }
@@ -1909,7 +1909,7 @@
1909
1909
  }
1910
1910
  ]
1911
1911
  },
1912
- "id": 25955,
1912
+ "id": 25958,
1913
1913
  "implemented": true,
1914
1914
  "kind": "function",
1915
1915
  "modifiers": [],
@@ -1917,41 +1917,41 @@
1917
1917
  "nameLocation": "1530:17:68",
1918
1918
  "nodeType": "FunctionDefinition",
1919
1919
  "parameters": {
1920
- "id": 25920,
1920
+ "id": 25923,
1921
1921
  "nodeType": "ParameterList",
1922
1922
  "parameters": [
1923
1923
  {
1924
1924
  "constant": false,
1925
- "id": 25915,
1925
+ "id": 25918,
1926
1926
  "mutability": "mutable",
1927
1927
  "name": "self",
1928
1928
  "nameLocation": "1566:4:68",
1929
1929
  "nodeType": "VariableDeclaration",
1930
- "scope": 25955,
1930
+ "scope": 25958,
1931
1931
  "src": "1548:22:68",
1932
1932
  "stateVariable": false,
1933
1933
  "storageLocation": "storage",
1934
1934
  "typeDescriptions": {
1935
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
1935
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
1936
1936
  "typeString": "struct ERC777Helper.Operators"
1937
1937
  },
1938
1938
  "typeName": {
1939
- "id": 25914,
1939
+ "id": 25917,
1940
1940
  "nodeType": "UserDefinedTypeName",
1941
1941
  "pathNode": {
1942
- "id": 25913,
1942
+ "id": 25916,
1943
1943
  "name": "Operators",
1944
1944
  "nameLocations": [
1945
1945
  "1548:9:68"
1946
1946
  ],
1947
1947
  "nodeType": "IdentifierPath",
1948
- "referencedDeclaration": 25842,
1948
+ "referencedDeclaration": 25845,
1949
1949
  "src": "1548:9:68"
1950
1950
  },
1951
- "referencedDeclaration": 25842,
1951
+ "referencedDeclaration": 25845,
1952
1952
  "src": "1548:9:68",
1953
1953
  "typeDescriptions": {
1954
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
1954
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
1955
1955
  "typeString": "struct ERC777Helper.Operators"
1956
1956
  }
1957
1957
  },
@@ -1959,12 +1959,12 @@
1959
1959
  },
1960
1960
  {
1961
1961
  "constant": false,
1962
- "id": 25917,
1962
+ "id": 25920,
1963
1963
  "mutability": "mutable",
1964
1964
  "name": "holder",
1965
1965
  "nameLocation": "1580:6:68",
1966
1966
  "nodeType": "VariableDeclaration",
1967
- "scope": 25955,
1967
+ "scope": 25958,
1968
1968
  "src": "1572:14:68",
1969
1969
  "stateVariable": false,
1970
1970
  "storageLocation": "default",
@@ -1973,7 +1973,7 @@
1973
1973
  "typeString": "address"
1974
1974
  },
1975
1975
  "typeName": {
1976
- "id": 25916,
1976
+ "id": 25919,
1977
1977
  "name": "address",
1978
1978
  "nodeType": "ElementaryTypeName",
1979
1979
  "src": "1572:7:68",
@@ -1987,12 +1987,12 @@
1987
1987
  },
1988
1988
  {
1989
1989
  "constant": false,
1990
- "id": 25919,
1990
+ "id": 25922,
1991
1991
  "mutability": "mutable",
1992
1992
  "name": "operator",
1993
1993
  "nameLocation": "1596:8:68",
1994
1994
  "nodeType": "VariableDeclaration",
1995
- "scope": 25955,
1995
+ "scope": 25958,
1996
1996
  "src": "1588:16:68",
1997
1997
  "stateVariable": false,
1998
1998
  "storageLocation": "default",
@@ -2001,7 +2001,7 @@
2001
2001
  "typeString": "address"
2002
2002
  },
2003
2003
  "typeName": {
2004
- "id": 25918,
2004
+ "id": 25921,
2005
2005
  "name": "address",
2006
2006
  "nodeType": "ElementaryTypeName",
2007
2007
  "src": "1588:7:68",
@@ -2017,12 +2017,12 @@
2017
2017
  "src": "1547:58:68"
2018
2018
  },
2019
2019
  "returnParameters": {
2020
- "id": 25921,
2020
+ "id": 25924,
2021
2021
  "nodeType": "ParameterList",
2022
2022
  "parameters": [],
2023
2023
  "src": "1615:0:68"
2024
2024
  },
2025
- "scope": 26060,
2025
+ "scope": 26063,
2026
2026
  "src": "1521:382:68",
2027
2027
  "stateMutability": "nonpayable",
2028
2028
  "virtual": false,
@@ -2030,7 +2030,7 @@
2030
2030
  },
2031
2031
  {
2032
2032
  "body": {
2033
- "id": 25998,
2033
+ "id": 26001,
2034
2034
  "nodeType": "Block",
2035
2035
  "src": "2000:288:68",
2036
2036
  "statements": [
@@ -2042,17 +2042,17 @@
2042
2042
  "typeIdentifier": "t_address",
2043
2043
  "typeString": "address"
2044
2044
  },
2045
- "id": 25969,
2045
+ "id": 25972,
2046
2046
  "isConstant": false,
2047
2047
  "isLValue": false,
2048
2048
  "isPure": false,
2049
2049
  "lValueRequested": false,
2050
2050
  "leftExpression": {
2051
- "id": 25966,
2051
+ "id": 25969,
2052
2052
  "name": "operator",
2053
2053
  "nodeType": "Identifier",
2054
2054
  "overloadedDeclarations": [],
2055
- "referencedDeclaration": 25962,
2055
+ "referencedDeclaration": 25965,
2056
2056
  "src": "2018:8:68",
2057
2057
  "typeDescriptions": {
2058
2058
  "typeIdentifier": "t_address",
@@ -2063,7 +2063,7 @@
2063
2063
  "operator": "!=",
2064
2064
  "rightExpression": {
2065
2065
  "expression": {
2066
- "id": 25967,
2066
+ "id": 25970,
2067
2067
  "name": "msg",
2068
2068
  "nodeType": "Identifier",
2069
2069
  "overloadedDeclarations": [],
@@ -2074,7 +2074,7 @@
2074
2074
  "typeString": "msg"
2075
2075
  }
2076
2076
  },
2077
- "id": 25968,
2077
+ "id": 25971,
2078
2078
  "isConstant": false,
2079
2079
  "isLValue": false,
2080
2080
  "isPure": false,
@@ -2096,7 +2096,7 @@
2096
2096
  },
2097
2097
  {
2098
2098
  "hexValue": "4552433737374f70657261746f72733a207265766f6b696e672073656c66206173206f70657261746f72",
2099
- "id": 25970,
2099
+ "id": 25973,
2100
2100
  "isConstant": false,
2101
2101
  "isLValue": false,
2102
2102
  "isPure": true,
@@ -2122,7 +2122,7 @@
2122
2122
  "typeString": "literal_string \"ERC777Operators: revoking self as operator\""
2123
2123
  }
2124
2124
  ],
2125
- "id": 25965,
2125
+ "id": 25968,
2126
2126
  "name": "require",
2127
2127
  "nodeType": "Identifier",
2128
2128
  "overloadedDeclarations": [
@@ -2136,7 +2136,7 @@
2136
2136
  "typeString": "function (bool,string memory) pure"
2137
2137
  }
2138
2138
  },
2139
- "id": 25971,
2139
+ "id": 25974,
2140
2140
  "isConstant": false,
2141
2141
  "isLValue": false,
2142
2142
  "isPure": false,
@@ -2152,7 +2152,7 @@
2152
2152
  "typeString": "tuple()"
2153
2153
  }
2154
2154
  },
2155
- "id": 25972,
2155
+ "id": 25975,
2156
2156
  "nodeType": "ExpressionStatement",
2157
2157
  "src": "2010:77:68"
2158
2158
  },
@@ -2160,18 +2160,18 @@
2160
2160
  "condition": {
2161
2161
  "baseExpression": {
2162
2162
  "expression": {
2163
- "id": 25973,
2163
+ "id": 25976,
2164
2164
  "name": "self",
2165
2165
  "nodeType": "Identifier",
2166
2166
  "overloadedDeclarations": [],
2167
- "referencedDeclaration": 25958,
2167
+ "referencedDeclaration": 25961,
2168
2168
  "src": "2101:4:68",
2169
2169
  "typeDescriptions": {
2170
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
2170
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
2171
2171
  "typeString": "struct ERC777Helper.Operators storage pointer"
2172
2172
  }
2173
2173
  },
2174
- "id": 25974,
2174
+ "id": 25977,
2175
2175
  "isConstant": false,
2176
2176
  "isLValue": true,
2177
2177
  "isPure": false,
@@ -2179,20 +2179,20 @@
2179
2179
  "memberLocation": "2106:16:68",
2180
2180
  "memberName": "defaultOperators",
2181
2181
  "nodeType": "MemberAccess",
2182
- "referencedDeclaration": 25829,
2182
+ "referencedDeclaration": 25832,
2183
2183
  "src": "2101:21:68",
2184
2184
  "typeDescriptions": {
2185
2185
  "typeIdentifier": "t_mapping$_t_address_$_t_bool_$",
2186
2186
  "typeString": "mapping(address => bool)"
2187
2187
  }
2188
2188
  },
2189
- "id": 25976,
2189
+ "id": 25979,
2190
2190
  "indexExpression": {
2191
- "id": 25975,
2191
+ "id": 25978,
2192
2192
  "name": "operator",
2193
2193
  "nodeType": "Identifier",
2194
2194
  "overloadedDeclarations": [],
2195
- "referencedDeclaration": 25962,
2195
+ "referencedDeclaration": 25965,
2196
2196
  "src": "2123:8:68",
2197
2197
  "typeDescriptions": {
2198
2198
  "typeIdentifier": "t_address",
@@ -2211,13 +2211,13 @@
2211
2211
  }
2212
2212
  },
2213
2213
  "falseBody": {
2214
- "id": 25996,
2214
+ "id": 25999,
2215
2215
  "nodeType": "Block",
2216
2216
  "src": "2218:64:68",
2217
2217
  "statements": [
2218
2218
  {
2219
2219
  "expression": {
2220
- "id": 25994,
2220
+ "id": 25997,
2221
2221
  "isConstant": false,
2222
2222
  "isLValue": false,
2223
2223
  "isPure": false,
@@ -2230,18 +2230,18 @@
2230
2230
  "baseExpression": {
2231
2231
  "baseExpression": {
2232
2232
  "expression": {
2233
- "id": 25988,
2233
+ "id": 25991,
2234
2234
  "name": "self",
2235
2235
  "nodeType": "Identifier",
2236
2236
  "overloadedDeclarations": [],
2237
- "referencedDeclaration": 25958,
2237
+ "referencedDeclaration": 25961,
2238
2238
  "src": "2239:4:68",
2239
2239
  "typeDescriptions": {
2240
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
2240
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
2241
2241
  "typeString": "struct ERC777Helper.Operators storage pointer"
2242
2242
  }
2243
2243
  },
2244
- "id": 25989,
2244
+ "id": 25992,
2245
2245
  "isConstant": false,
2246
2246
  "isLValue": true,
2247
2247
  "isPure": false,
@@ -2249,20 +2249,20 @@
2249
2249
  "memberLocation": "2244:9:68",
2250
2250
  "memberName": "operators",
2251
2251
  "nodeType": "MemberAccess",
2252
- "referencedDeclaration": 25835,
2252
+ "referencedDeclaration": 25838,
2253
2253
  "src": "2239:14:68",
2254
2254
  "typeDescriptions": {
2255
2255
  "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_bool_$_$",
2256
2256
  "typeString": "mapping(address => mapping(address => bool))"
2257
2257
  }
2258
2258
  },
2259
- "id": 25991,
2259
+ "id": 25994,
2260
2260
  "indexExpression": {
2261
- "id": 25990,
2261
+ "id": 25993,
2262
2262
  "name": "holder",
2263
2263
  "nodeType": "Identifier",
2264
2264
  "overloadedDeclarations": [],
2265
- "referencedDeclaration": 25960,
2265
+ "referencedDeclaration": 25963,
2266
2266
  "src": "2254:6:68",
2267
2267
  "typeDescriptions": {
2268
2268
  "typeIdentifier": "t_address",
@@ -2280,13 +2280,13 @@
2280
2280
  "typeString": "mapping(address => bool)"
2281
2281
  }
2282
2282
  },
2283
- "id": 25993,
2283
+ "id": 25996,
2284
2284
  "indexExpression": {
2285
- "id": 25992,
2285
+ "id": 25995,
2286
2286
  "name": "operator",
2287
2287
  "nodeType": "Identifier",
2288
2288
  "overloadedDeclarations": [],
2289
- "referencedDeclaration": 25962,
2289
+ "referencedDeclaration": 25965,
2290
2290
  "src": "2262:8:68",
2291
2291
  "typeDescriptions": {
2292
2292
  "typeIdentifier": "t_address",
@@ -2309,23 +2309,23 @@
2309
2309
  "typeString": "tuple()"
2310
2310
  }
2311
2311
  },
2312
- "id": 25995,
2312
+ "id": 25998,
2313
2313
  "nodeType": "ExpressionStatement",
2314
2314
  "src": "2232:39:68"
2315
2315
  }
2316
2316
  ]
2317
2317
  },
2318
- "id": 25997,
2318
+ "id": 26000,
2319
2319
  "nodeType": "IfStatement",
2320
2320
  "src": "2097:185:68",
2321
2321
  "trueBody": {
2322
- "id": 25987,
2322
+ "id": 25990,
2323
2323
  "nodeType": "Block",
2324
2324
  "src": "2134:78:68",
2325
2325
  "statements": [
2326
2326
  {
2327
2327
  "expression": {
2328
- "id": 25985,
2328
+ "id": 25988,
2329
2329
  "isConstant": false,
2330
2330
  "isLValue": false,
2331
2331
  "isPure": false,
@@ -2334,18 +2334,18 @@
2334
2334
  "baseExpression": {
2335
2335
  "baseExpression": {
2336
2336
  "expression": {
2337
- "id": 25977,
2337
+ "id": 25980,
2338
2338
  "name": "self",
2339
2339
  "nodeType": "Identifier",
2340
2340
  "overloadedDeclarations": [],
2341
- "referencedDeclaration": 25958,
2341
+ "referencedDeclaration": 25961,
2342
2342
  "src": "2148:4:68",
2343
2343
  "typeDescriptions": {
2344
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
2344
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
2345
2345
  "typeString": "struct ERC777Helper.Operators storage pointer"
2346
2346
  }
2347
2347
  },
2348
- "id": 25981,
2348
+ "id": 25984,
2349
2349
  "isConstant": false,
2350
2350
  "isLValue": true,
2351
2351
  "isPure": false,
@@ -2353,20 +2353,20 @@
2353
2353
  "memberLocation": "2153:23:68",
2354
2354
  "memberName": "revokedDefaultOperators",
2355
2355
  "nodeType": "MemberAccess",
2356
- "referencedDeclaration": 25841,
2356
+ "referencedDeclaration": 25844,
2357
2357
  "src": "2148:28:68",
2358
2358
  "typeDescriptions": {
2359
2359
  "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_address_$_t_bool_$_$",
2360
2360
  "typeString": "mapping(address => mapping(address => bool))"
2361
2361
  }
2362
2362
  },
2363
- "id": 25982,
2363
+ "id": 25985,
2364
2364
  "indexExpression": {
2365
- "id": 25979,
2365
+ "id": 25982,
2366
2366
  "name": "holder",
2367
2367
  "nodeType": "Identifier",
2368
2368
  "overloadedDeclarations": [],
2369
- "referencedDeclaration": 25960,
2369
+ "referencedDeclaration": 25963,
2370
2370
  "src": "2177:6:68",
2371
2371
  "typeDescriptions": {
2372
2372
  "typeIdentifier": "t_address",
@@ -2384,13 +2384,13 @@
2384
2384
  "typeString": "mapping(address => bool)"
2385
2385
  }
2386
2386
  },
2387
- "id": 25983,
2387
+ "id": 25986,
2388
2388
  "indexExpression": {
2389
- "id": 25980,
2389
+ "id": 25983,
2390
2390
  "name": "operator",
2391
2391
  "nodeType": "Identifier",
2392
2392
  "overloadedDeclarations": [],
2393
- "referencedDeclaration": 25962,
2393
+ "referencedDeclaration": 25965,
2394
2394
  "src": "2185:8:68",
2395
2395
  "typeDescriptions": {
2396
2396
  "typeIdentifier": "t_address",
@@ -2412,7 +2412,7 @@
2412
2412
  "operator": "=",
2413
2413
  "rightHandSide": {
2414
2414
  "hexValue": "74727565",
2415
- "id": 25984,
2415
+ "id": 25987,
2416
2416
  "isConstant": false,
2417
2417
  "isLValue": false,
2418
2418
  "isPure": true,
@@ -2432,7 +2432,7 @@
2432
2432
  "typeString": "bool"
2433
2433
  }
2434
2434
  },
2435
- "id": 25986,
2435
+ "id": 25989,
2436
2436
  "nodeType": "ExpressionStatement",
2437
2437
  "src": "2148:53:68"
2438
2438
  }
@@ -2441,7 +2441,7 @@
2441
2441
  }
2442
2442
  ]
2443
2443
  },
2444
- "id": 25999,
2444
+ "id": 26002,
2445
2445
  "implemented": true,
2446
2446
  "kind": "function",
2447
2447
  "modifiers": [],
@@ -2449,41 +2449,41 @@
2449
2449
  "nameLocation": "1918:14:68",
2450
2450
  "nodeType": "FunctionDefinition",
2451
2451
  "parameters": {
2452
- "id": 25963,
2452
+ "id": 25966,
2453
2453
  "nodeType": "ParameterList",
2454
2454
  "parameters": [
2455
2455
  {
2456
2456
  "constant": false,
2457
- "id": 25958,
2457
+ "id": 25961,
2458
2458
  "mutability": "mutable",
2459
2459
  "name": "self",
2460
2460
  "nameLocation": "1951:4:68",
2461
2461
  "nodeType": "VariableDeclaration",
2462
- "scope": 25999,
2462
+ "scope": 26002,
2463
2463
  "src": "1933:22:68",
2464
2464
  "stateVariable": false,
2465
2465
  "storageLocation": "storage",
2466
2466
  "typeDescriptions": {
2467
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
2467
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
2468
2468
  "typeString": "struct ERC777Helper.Operators"
2469
2469
  },
2470
2470
  "typeName": {
2471
- "id": 25957,
2471
+ "id": 25960,
2472
2472
  "nodeType": "UserDefinedTypeName",
2473
2473
  "pathNode": {
2474
- "id": 25956,
2474
+ "id": 25959,
2475
2475
  "name": "Operators",
2476
2476
  "nameLocations": [
2477
2477
  "1933:9:68"
2478
2478
  ],
2479
2479
  "nodeType": "IdentifierPath",
2480
- "referencedDeclaration": 25842,
2480
+ "referencedDeclaration": 25845,
2481
2481
  "src": "1933:9:68"
2482
2482
  },
2483
- "referencedDeclaration": 25842,
2483
+ "referencedDeclaration": 25845,
2484
2484
  "src": "1933:9:68",
2485
2485
  "typeDescriptions": {
2486
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
2486
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
2487
2487
  "typeString": "struct ERC777Helper.Operators"
2488
2488
  }
2489
2489
  },
@@ -2491,12 +2491,12 @@
2491
2491
  },
2492
2492
  {
2493
2493
  "constant": false,
2494
- "id": 25960,
2494
+ "id": 25963,
2495
2495
  "mutability": "mutable",
2496
2496
  "name": "holder",
2497
2497
  "nameLocation": "1965:6:68",
2498
2498
  "nodeType": "VariableDeclaration",
2499
- "scope": 25999,
2499
+ "scope": 26002,
2500
2500
  "src": "1957:14:68",
2501
2501
  "stateVariable": false,
2502
2502
  "storageLocation": "default",
@@ -2505,7 +2505,7 @@
2505
2505
  "typeString": "address"
2506
2506
  },
2507
2507
  "typeName": {
2508
- "id": 25959,
2508
+ "id": 25962,
2509
2509
  "name": "address",
2510
2510
  "nodeType": "ElementaryTypeName",
2511
2511
  "src": "1957:7:68",
@@ -2519,12 +2519,12 @@
2519
2519
  },
2520
2520
  {
2521
2521
  "constant": false,
2522
- "id": 25962,
2522
+ "id": 25965,
2523
2523
  "mutability": "mutable",
2524
2524
  "name": "operator",
2525
2525
  "nameLocation": "1981:8:68",
2526
2526
  "nodeType": "VariableDeclaration",
2527
- "scope": 25999,
2527
+ "scope": 26002,
2528
2528
  "src": "1973:16:68",
2529
2529
  "stateVariable": false,
2530
2530
  "storageLocation": "default",
@@ -2533,7 +2533,7 @@
2533
2533
  "typeString": "address"
2534
2534
  },
2535
2535
  "typeName": {
2536
- "id": 25961,
2536
+ "id": 25964,
2537
2537
  "name": "address",
2538
2538
  "nodeType": "ElementaryTypeName",
2539
2539
  "src": "1973:7:68",
@@ -2549,12 +2549,12 @@
2549
2549
  "src": "1932:58:68"
2550
2550
  },
2551
2551
  "returnParameters": {
2552
- "id": 25964,
2552
+ "id": 25967,
2553
2553
  "nodeType": "ParameterList",
2554
2554
  "parameters": [],
2555
2555
  "src": "2000:0:68"
2556
2556
  },
2557
- "scope": 26060,
2557
+ "scope": 26063,
2558
2558
  "src": "1909:379:68",
2559
2559
  "stateMutability": "nonpayable",
2560
2560
  "virtual": false,
@@ -2562,25 +2562,25 @@
2562
2562
  },
2563
2563
  {
2564
2564
  "body": {
2565
- "id": 26011,
2565
+ "id": 26014,
2566
2566
  "nodeType": "Block",
2567
2567
  "src": "2385:50:68",
2568
2568
  "statements": [
2569
2569
  {
2570
2570
  "expression": {
2571
2571
  "expression": {
2572
- "id": 26008,
2572
+ "id": 26011,
2573
2573
  "name": "self",
2574
2574
  "nodeType": "Identifier",
2575
2575
  "overloadedDeclarations": [],
2576
- "referencedDeclaration": 26002,
2576
+ "referencedDeclaration": 26005,
2577
2577
  "src": "2402:4:68",
2578
2578
  "typeDescriptions": {
2579
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
2579
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
2580
2580
  "typeString": "struct ERC777Helper.Operators storage pointer"
2581
2581
  }
2582
2582
  },
2583
- "id": 26009,
2583
+ "id": 26012,
2584
2584
  "isConstant": false,
2585
2585
  "isLValue": true,
2586
2586
  "isPure": false,
@@ -2588,21 +2588,21 @@
2588
2588
  "memberLocation": "2407:21:68",
2589
2589
  "memberName": "defaultOperatorsArray",
2590
2590
  "nodeType": "MemberAccess",
2591
- "referencedDeclaration": 25825,
2591
+ "referencedDeclaration": 25828,
2592
2592
  "src": "2402:26:68",
2593
2593
  "typeDescriptions": {
2594
2594
  "typeIdentifier": "t_array$_t_address_$dyn_storage",
2595
2595
  "typeString": "address[] storage ref"
2596
2596
  }
2597
2597
  },
2598
- "functionReturnParameters": 26007,
2599
- "id": 26010,
2598
+ "functionReturnParameters": 26010,
2599
+ "id": 26013,
2600
2600
  "nodeType": "Return",
2601
2601
  "src": "2395:33:68"
2602
2602
  }
2603
2603
  ]
2604
2604
  },
2605
- "id": 26012,
2605
+ "id": 26015,
2606
2606
  "implemented": true,
2607
2607
  "kind": "function",
2608
2608
  "modifiers": [],
@@ -2610,41 +2610,41 @@
2610
2610
  "nameLocation": "2303:16:68",
2611
2611
  "nodeType": "FunctionDefinition",
2612
2612
  "parameters": {
2613
- "id": 26003,
2613
+ "id": 26006,
2614
2614
  "nodeType": "ParameterList",
2615
2615
  "parameters": [
2616
2616
  {
2617
2617
  "constant": false,
2618
- "id": 26002,
2618
+ "id": 26005,
2619
2619
  "mutability": "mutable",
2620
2620
  "name": "self",
2621
2621
  "nameLocation": "2338:4:68",
2622
2622
  "nodeType": "VariableDeclaration",
2623
- "scope": 26012,
2623
+ "scope": 26015,
2624
2624
  "src": "2320:22:68",
2625
2625
  "stateVariable": false,
2626
2626
  "storageLocation": "storage",
2627
2627
  "typeDescriptions": {
2628
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
2628
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
2629
2629
  "typeString": "struct ERC777Helper.Operators"
2630
2630
  },
2631
2631
  "typeName": {
2632
- "id": 26001,
2632
+ "id": 26004,
2633
2633
  "nodeType": "UserDefinedTypeName",
2634
2634
  "pathNode": {
2635
- "id": 26000,
2635
+ "id": 26003,
2636
2636
  "name": "Operators",
2637
2637
  "nameLocations": [
2638
2638
  "2320:9:68"
2639
2639
  ],
2640
2640
  "nodeType": "IdentifierPath",
2641
- "referencedDeclaration": 25842,
2641
+ "referencedDeclaration": 25845,
2642
2642
  "src": "2320:9:68"
2643
2643
  },
2644
- "referencedDeclaration": 25842,
2644
+ "referencedDeclaration": 25845,
2645
2645
  "src": "2320:9:68",
2646
2646
  "typeDescriptions": {
2647
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
2647
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
2648
2648
  "typeString": "struct ERC777Helper.Operators"
2649
2649
  }
2650
2650
  },
@@ -2654,17 +2654,17 @@
2654
2654
  "src": "2319:24:68"
2655
2655
  },
2656
2656
  "returnParameters": {
2657
- "id": 26007,
2657
+ "id": 26010,
2658
2658
  "nodeType": "ParameterList",
2659
2659
  "parameters": [
2660
2660
  {
2661
2661
  "constant": false,
2662
- "id": 26006,
2662
+ "id": 26009,
2663
2663
  "mutability": "mutable",
2664
2664
  "name": "",
2665
2665
  "nameLocation": "-1:-1:-1",
2666
2666
  "nodeType": "VariableDeclaration",
2667
- "scope": 26012,
2667
+ "scope": 26015,
2668
2668
  "src": "2367:16:68",
2669
2669
  "stateVariable": false,
2670
2670
  "storageLocation": "memory",
@@ -2674,7 +2674,7 @@
2674
2674
  },
2675
2675
  "typeName": {
2676
2676
  "baseType": {
2677
- "id": 26004,
2677
+ "id": 26007,
2678
2678
  "name": "address",
2679
2679
  "nodeType": "ElementaryTypeName",
2680
2680
  "src": "2367:7:68",
@@ -2684,7 +2684,7 @@
2684
2684
  "typeString": "address"
2685
2685
  }
2686
2686
  },
2687
- "id": 26005,
2687
+ "id": 26008,
2688
2688
  "nodeType": "ArrayTypeName",
2689
2689
  "src": "2367:9:68",
2690
2690
  "typeDescriptions": {
@@ -2697,7 +2697,7 @@
2697
2697
  ],
2698
2698
  "src": "2366:18:68"
2699
2699
  },
2700
- "scope": 26060,
2700
+ "scope": 26063,
2701
2701
  "src": "2294:141:68",
2702
2702
  "stateMutability": "view",
2703
2703
  "virtual": false,
@@ -2705,7 +2705,7 @@
2705
2705
  },
2706
2706
  {
2707
2707
  "body": {
2708
- "id": 26058,
2708
+ "id": 26061,
2709
2709
  "nodeType": "Block",
2710
2710
  "src": "2533:309:68",
2711
2711
  "statements": [
@@ -2717,7 +2717,7 @@
2717
2717
  "typeIdentifier": "t_uint256",
2718
2718
  "typeString": "uint256"
2719
2719
  },
2720
- "id": 26026,
2720
+ "id": 26029,
2721
2721
  "isConstant": false,
2722
2722
  "isLValue": false,
2723
2723
  "isPure": false,
@@ -2725,18 +2725,18 @@
2725
2725
  "leftExpression": {
2726
2726
  "expression": {
2727
2727
  "expression": {
2728
- "id": 26022,
2728
+ "id": 26025,
2729
2729
  "name": "self",
2730
2730
  "nodeType": "Identifier",
2731
2731
  "overloadedDeclarations": [],
2732
- "referencedDeclaration": 26015,
2732
+ "referencedDeclaration": 26018,
2733
2733
  "src": "2628:4:68",
2734
2734
  "typeDescriptions": {
2735
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
2735
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
2736
2736
  "typeString": "struct ERC777Helper.Operators storage pointer"
2737
2737
  }
2738
2738
  },
2739
- "id": 26023,
2739
+ "id": 26026,
2740
2740
  "isConstant": false,
2741
2741
  "isLValue": true,
2742
2742
  "isPure": false,
@@ -2744,14 +2744,14 @@
2744
2744
  "memberLocation": "2633:21:68",
2745
2745
  "memberName": "defaultOperatorsArray",
2746
2746
  "nodeType": "MemberAccess",
2747
- "referencedDeclaration": 25825,
2747
+ "referencedDeclaration": 25828,
2748
2748
  "src": "2628:26:68",
2749
2749
  "typeDescriptions": {
2750
2750
  "typeIdentifier": "t_array$_t_address_$dyn_storage",
2751
2751
  "typeString": "address[] storage ref"
2752
2752
  }
2753
2753
  },
2754
- "id": 26024,
2754
+ "id": 26027,
2755
2755
  "isConstant": false,
2756
2756
  "isLValue": false,
2757
2757
  "isPure": false,
@@ -2769,7 +2769,7 @@
2769
2769
  "operator": "==",
2770
2770
  "rightExpression": {
2771
2771
  "hexValue": "30",
2772
- "id": 26025,
2772
+ "id": 26028,
2773
2773
  "isConstant": false,
2774
2774
  "isLValue": false,
2775
2775
  "isPure": true,
@@ -2797,7 +2797,7 @@
2797
2797
  "typeString": "bool"
2798
2798
  }
2799
2799
  ],
2800
- "id": 26021,
2800
+ "id": 26024,
2801
2801
  "name": "assert",
2802
2802
  "nodeType": "Identifier",
2803
2803
  "overloadedDeclarations": [],
@@ -2808,7 +2808,7 @@
2808
2808
  "typeString": "function (bool) pure"
2809
2809
  }
2810
2810
  },
2811
- "id": 26027,
2811
+ "id": 26030,
2812
2812
  "isConstant": false,
2813
2813
  "isLValue": false,
2814
2814
  "isPure": false,
@@ -2824,31 +2824,31 @@
2824
2824
  "typeString": "tuple()"
2825
2825
  }
2826
2826
  },
2827
- "id": 26028,
2827
+ "id": 26031,
2828
2828
  "nodeType": "ExpressionStatement",
2829
2829
  "src": "2621:46:68"
2830
2830
  },
2831
2831
  {
2832
2832
  "expression": {
2833
- "id": 26033,
2833
+ "id": 26036,
2834
2834
  "isConstant": false,
2835
2835
  "isLValue": false,
2836
2836
  "isPure": false,
2837
2837
  "lValueRequested": false,
2838
2838
  "leftHandSide": {
2839
2839
  "expression": {
2840
- "id": 26029,
2840
+ "id": 26032,
2841
2841
  "name": "self",
2842
2842
  "nodeType": "Identifier",
2843
2843
  "overloadedDeclarations": [],
2844
- "referencedDeclaration": 26015,
2844
+ "referencedDeclaration": 26018,
2845
2845
  "src": "2677:4:68",
2846
2846
  "typeDescriptions": {
2847
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
2847
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
2848
2848
  "typeString": "struct ERC777Helper.Operators storage pointer"
2849
2849
  }
2850
2850
  },
2851
- "id": 26031,
2851
+ "id": 26034,
2852
2852
  "isConstant": false,
2853
2853
  "isLValue": true,
2854
2854
  "isPure": false,
@@ -2856,7 +2856,7 @@
2856
2856
  "memberLocation": "2682:21:68",
2857
2857
  "memberName": "defaultOperatorsArray",
2858
2858
  "nodeType": "MemberAccess",
2859
- "referencedDeclaration": 25825,
2859
+ "referencedDeclaration": 25828,
2860
2860
  "src": "2677:26:68",
2861
2861
  "typeDescriptions": {
2862
2862
  "typeIdentifier": "t_array$_t_address_$dyn_storage",
@@ -2866,11 +2866,11 @@
2866
2866
  "nodeType": "Assignment",
2867
2867
  "operator": "=",
2868
2868
  "rightHandSide": {
2869
- "id": 26032,
2869
+ "id": 26035,
2870
2870
  "name": "operators",
2871
2871
  "nodeType": "Identifier",
2872
2872
  "overloadedDeclarations": [],
2873
- "referencedDeclaration": 26018,
2873
+ "referencedDeclaration": 26021,
2874
2874
  "src": "2706:9:68",
2875
2875
  "typeDescriptions": {
2876
2876
  "typeIdentifier": "t_array$_t_address_$dyn_memory_ptr",
@@ -2883,19 +2883,19 @@
2883
2883
  "typeString": "address[] storage ref"
2884
2884
  }
2885
2885
  },
2886
- "id": 26034,
2886
+ "id": 26037,
2887
2887
  "nodeType": "ExpressionStatement",
2888
2888
  "src": "2677:38:68"
2889
2889
  },
2890
2890
  {
2891
2891
  "body": {
2892
- "id": 26056,
2892
+ "id": 26059,
2893
2893
  "nodeType": "Block",
2894
2894
  "src": "2769:67:68",
2895
2895
  "statements": [
2896
2896
  {
2897
2897
  "expression": {
2898
- "id": 26054,
2898
+ "id": 26057,
2899
2899
  "isConstant": false,
2900
2900
  "isLValue": false,
2901
2901
  "isPure": false,
@@ -2903,18 +2903,18 @@
2903
2903
  "leftHandSide": {
2904
2904
  "baseExpression": {
2905
2905
  "expression": {
2906
- "id": 26046,
2906
+ "id": 26049,
2907
2907
  "name": "self",
2908
2908
  "nodeType": "Identifier",
2909
2909
  "overloadedDeclarations": [],
2910
- "referencedDeclaration": 26015,
2910
+ "referencedDeclaration": 26018,
2911
2911
  "src": "2783:4:68",
2912
2912
  "typeDescriptions": {
2913
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
2913
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
2914
2914
  "typeString": "struct ERC777Helper.Operators storage pointer"
2915
2915
  }
2916
2916
  },
2917
- "id": 26051,
2917
+ "id": 26054,
2918
2918
  "isConstant": false,
2919
2919
  "isLValue": true,
2920
2920
  "isPure": false,
@@ -2922,34 +2922,34 @@
2922
2922
  "memberLocation": "2788:16:68",
2923
2923
  "memberName": "defaultOperators",
2924
2924
  "nodeType": "MemberAccess",
2925
- "referencedDeclaration": 25829,
2925
+ "referencedDeclaration": 25832,
2926
2926
  "src": "2783:21:68",
2927
2927
  "typeDescriptions": {
2928
2928
  "typeIdentifier": "t_mapping$_t_address_$_t_bool_$",
2929
2929
  "typeString": "mapping(address => bool)"
2930
2930
  }
2931
2931
  },
2932
- "id": 26052,
2932
+ "id": 26055,
2933
2933
  "indexExpression": {
2934
2934
  "baseExpression": {
2935
- "id": 26048,
2935
+ "id": 26051,
2936
2936
  "name": "operators",
2937
2937
  "nodeType": "Identifier",
2938
2938
  "overloadedDeclarations": [],
2939
- "referencedDeclaration": 26018,
2939
+ "referencedDeclaration": 26021,
2940
2940
  "src": "2805:9:68",
2941
2941
  "typeDescriptions": {
2942
2942
  "typeIdentifier": "t_array$_t_address_$dyn_memory_ptr",
2943
2943
  "typeString": "address[] memory"
2944
2944
  }
2945
2945
  },
2946
- "id": 26050,
2946
+ "id": 26053,
2947
2947
  "indexExpression": {
2948
- "id": 26049,
2948
+ "id": 26052,
2949
2949
  "name": "i",
2950
2950
  "nodeType": "Identifier",
2951
2951
  "overloadedDeclarations": [],
2952
- "referencedDeclaration": 26036,
2952
+ "referencedDeclaration": 26039,
2953
2953
  "src": "2815:1:68",
2954
2954
  "typeDescriptions": {
2955
2955
  "typeIdentifier": "t_uint256",
@@ -2982,7 +2982,7 @@
2982
2982
  "operator": "=",
2983
2983
  "rightHandSide": {
2984
2984
  "hexValue": "74727565",
2985
- "id": 26053,
2985
+ "id": 26056,
2986
2986
  "isConstant": false,
2987
2987
  "isLValue": false,
2988
2988
  "isPure": true,
@@ -3002,7 +3002,7 @@
3002
3002
  "typeString": "bool"
3003
3003
  }
3004
3004
  },
3005
- "id": 26055,
3005
+ "id": 26058,
3006
3006
  "nodeType": "ExpressionStatement",
3007
3007
  "src": "2783:42:68"
3008
3008
  }
@@ -3013,17 +3013,17 @@
3013
3013
  "typeIdentifier": "t_uint256",
3014
3014
  "typeString": "uint256"
3015
3015
  },
3016
- "id": 26042,
3016
+ "id": 26045,
3017
3017
  "isConstant": false,
3018
3018
  "isLValue": false,
3019
3019
  "isPure": false,
3020
3020
  "lValueRequested": false,
3021
3021
  "leftExpression": {
3022
- "id": 26039,
3022
+ "id": 26042,
3023
3023
  "name": "i",
3024
3024
  "nodeType": "Identifier",
3025
3025
  "overloadedDeclarations": [],
3026
- "referencedDeclaration": 26036,
3026
+ "referencedDeclaration": 26039,
3027
3027
  "src": "2742:1:68",
3028
3028
  "typeDescriptions": {
3029
3029
  "typeIdentifier": "t_uint256",
@@ -3034,18 +3034,18 @@
3034
3034
  "operator": "<",
3035
3035
  "rightExpression": {
3036
3036
  "expression": {
3037
- "id": 26040,
3037
+ "id": 26043,
3038
3038
  "name": "operators",
3039
3039
  "nodeType": "Identifier",
3040
3040
  "overloadedDeclarations": [],
3041
- "referencedDeclaration": 26018,
3041
+ "referencedDeclaration": 26021,
3042
3042
  "src": "2746:9:68",
3043
3043
  "typeDescriptions": {
3044
3044
  "typeIdentifier": "t_array$_t_address_$dyn_memory_ptr",
3045
3045
  "typeString": "address[] memory"
3046
3046
  }
3047
3047
  },
3048
- "id": 26041,
3048
+ "id": 26044,
3049
3049
  "isConstant": false,
3050
3050
  "isLValue": false,
3051
3051
  "isPure": false,
@@ -3065,20 +3065,20 @@
3065
3065
  "typeString": "bool"
3066
3066
  }
3067
3067
  },
3068
- "id": 26057,
3068
+ "id": 26060,
3069
3069
  "initializationExpression": {
3070
3070
  "assignments": [
3071
- 26036
3071
+ 26039
3072
3072
  ],
3073
3073
  "declarations": [
3074
3074
  {
3075
3075
  "constant": false,
3076
- "id": 26036,
3076
+ "id": 26039,
3077
3077
  "mutability": "mutable",
3078
3078
  "name": "i",
3079
3079
  "nameLocation": "2735:1:68",
3080
3080
  "nodeType": "VariableDeclaration",
3081
- "scope": 26057,
3081
+ "scope": 26060,
3082
3082
  "src": "2730:6:68",
3083
3083
  "stateVariable": false,
3084
3084
  "storageLocation": "default",
@@ -3087,7 +3087,7 @@
3087
3087
  "typeString": "uint256"
3088
3088
  },
3089
3089
  "typeName": {
3090
- "id": 26035,
3090
+ "id": 26038,
3091
3091
  "name": "uint",
3092
3092
  "nodeType": "ElementaryTypeName",
3093
3093
  "src": "2730:4:68",
@@ -3099,10 +3099,10 @@
3099
3099
  "visibility": "internal"
3100
3100
  }
3101
3101
  ],
3102
- "id": 26038,
3102
+ "id": 26041,
3103
3103
  "initialValue": {
3104
3104
  "hexValue": "30",
3105
- "id": 26037,
3105
+ "id": 26040,
3106
3106
  "isConstant": false,
3107
3107
  "isLValue": false,
3108
3108
  "isPure": true,
@@ -3121,7 +3121,7 @@
3121
3121
  },
3122
3122
  "loopExpression": {
3123
3123
  "expression": {
3124
- "id": 26044,
3124
+ "id": 26047,
3125
3125
  "isConstant": false,
3126
3126
  "isLValue": false,
3127
3127
  "isPure": false,
@@ -3131,11 +3131,11 @@
3131
3131
  "prefix": true,
3132
3132
  "src": "2764:3:68",
3133
3133
  "subExpression": {
3134
- "id": 26043,
3134
+ "id": 26046,
3135
3135
  "name": "i",
3136
3136
  "nodeType": "Identifier",
3137
3137
  "overloadedDeclarations": [],
3138
- "referencedDeclaration": 26036,
3138
+ "referencedDeclaration": 26039,
3139
3139
  "src": "2766:1:68",
3140
3140
  "typeDescriptions": {
3141
3141
  "typeIdentifier": "t_uint256",
@@ -3147,7 +3147,7 @@
3147
3147
  "typeString": "uint256"
3148
3148
  }
3149
3149
  },
3150
- "id": 26045,
3150
+ "id": 26048,
3151
3151
  "nodeType": "ExpressionStatement",
3152
3152
  "src": "2764:3:68"
3153
3153
  },
@@ -3156,7 +3156,7 @@
3156
3156
  }
3157
3157
  ]
3158
3158
  },
3159
- "id": 26059,
3159
+ "id": 26062,
3160
3160
  "implemented": true,
3161
3161
  "kind": "function",
3162
3162
  "modifiers": [],
@@ -3164,41 +3164,41 @@
3164
3164
  "nameLocation": "2450:21:68",
3165
3165
  "nodeType": "FunctionDefinition",
3166
3166
  "parameters": {
3167
- "id": 26019,
3167
+ "id": 26022,
3168
3168
  "nodeType": "ParameterList",
3169
3169
  "parameters": [
3170
3170
  {
3171
3171
  "constant": false,
3172
- "id": 26015,
3172
+ "id": 26018,
3173
3173
  "mutability": "mutable",
3174
3174
  "name": "self",
3175
3175
  "nameLocation": "2490:4:68",
3176
3176
  "nodeType": "VariableDeclaration",
3177
- "scope": 26059,
3177
+ "scope": 26062,
3178
3178
  "src": "2472:22:68",
3179
3179
  "stateVariable": false,
3180
3180
  "storageLocation": "storage",
3181
3181
  "typeDescriptions": {
3182
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
3182
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
3183
3183
  "typeString": "struct ERC777Helper.Operators"
3184
3184
  },
3185
3185
  "typeName": {
3186
- "id": 26014,
3186
+ "id": 26017,
3187
3187
  "nodeType": "UserDefinedTypeName",
3188
3188
  "pathNode": {
3189
- "id": 26013,
3189
+ "id": 26016,
3190
3190
  "name": "Operators",
3191
3191
  "nameLocations": [
3192
3192
  "2472:9:68"
3193
3193
  ],
3194
3194
  "nodeType": "IdentifierPath",
3195
- "referencedDeclaration": 25842,
3195
+ "referencedDeclaration": 25845,
3196
3196
  "src": "2472:9:68"
3197
3197
  },
3198
- "referencedDeclaration": 25842,
3198
+ "referencedDeclaration": 25845,
3199
3199
  "src": "2472:9:68",
3200
3200
  "typeDescriptions": {
3201
- "typeIdentifier": "t_struct$_Operators_$25842_storage_ptr",
3201
+ "typeIdentifier": "t_struct$_Operators_$25845_storage_ptr",
3202
3202
  "typeString": "struct ERC777Helper.Operators"
3203
3203
  }
3204
3204
  },
@@ -3206,12 +3206,12 @@
3206
3206
  },
3207
3207
  {
3208
3208
  "constant": false,
3209
- "id": 26018,
3209
+ "id": 26021,
3210
3210
  "mutability": "mutable",
3211
3211
  "name": "operators",
3212
3212
  "nameLocation": "2513:9:68",
3213
3213
  "nodeType": "VariableDeclaration",
3214
- "scope": 26059,
3214
+ "scope": 26062,
3215
3215
  "src": "2496:26:68",
3216
3216
  "stateVariable": false,
3217
3217
  "storageLocation": "memory",
@@ -3221,7 +3221,7 @@
3221
3221
  },
3222
3222
  "typeName": {
3223
3223
  "baseType": {
3224
- "id": 26016,
3224
+ "id": 26019,
3225
3225
  "name": "address",
3226
3226
  "nodeType": "ElementaryTypeName",
3227
3227
  "src": "2496:7:68",
@@ -3231,7 +3231,7 @@
3231
3231
  "typeString": "address"
3232
3232
  }
3233
3233
  },
3234
- "id": 26017,
3234
+ "id": 26020,
3235
3235
  "nodeType": "ArrayTypeName",
3236
3236
  "src": "2496:9:68",
3237
3237
  "typeDescriptions": {
@@ -3245,19 +3245,19 @@
3245
3245
  "src": "2471:52:68"
3246
3246
  },
3247
3247
  "returnParameters": {
3248
- "id": 26020,
3248
+ "id": 26023,
3249
3249
  "nodeType": "ParameterList",
3250
3250
  "parameters": [],
3251
3251
  "src": "2533:0:68"
3252
3252
  },
3253
- "scope": 26060,
3253
+ "scope": 26063,
3254
3254
  "src": "2441:401:68",
3255
3255
  "stateMutability": "nonpayable",
3256
3256
  "virtual": false,
3257
3257
  "visibility": "internal"
3258
3258
  }
3259
3259
  ],
3260
- "scope": 26061,
3260
+ "scope": 26064,
3261
3261
  "src": "224:2621:68",
3262
3262
  "usedErrors": []
3263
3263
  }
@@ -3270,7 +3270,7 @@
3270
3270
  },
3271
3271
  "networks": {},
3272
3272
  "schemaVersion": "3.4.13",
3273
- "updatedAt": "2023-07-12T14:59:21.438Z",
3273
+ "updatedAt": "2023-08-03T14:52:18.088Z",
3274
3274
  "devdoc": {
3275
3275
  "author": "Superfluid",
3276
3276
  "kind": "dev",