@superfluid-finance/ethereum-contracts 1.0.1-dev.d7224df.0 → 1.0.1-dev.fbe38e2.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 (110) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +19 -19
  5. package/build/contracts/AgreementLibrary.json +1 -1
  6. package/build/contracts/BaseRelayRecipient.json +99 -99
  7. package/build/contracts/BatchLiquidator.json +323 -323
  8. package/build/contracts/BatchOperation.json +1 -1
  9. package/build/contracts/CFAv1Library.json +1 -1
  10. package/build/contracts/CallUtils.json +1 -1
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1 -1
  12. package/build/contracts/ConstantFlowAgreementV1.json +3 -3
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +1 -1
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +1 -1
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC20.json +1 -1
  20. package/build/contracts/ERC20WithTokenInfo.json +1 -1
  21. package/build/contracts/ERC721.json +1 -1
  22. package/build/contracts/ERC777Helper.json +1 -1
  23. package/build/contracts/ERC777RecipientDrainingGas.json +1 -1
  24. package/build/contracts/ERC777RecipientReverting.json +1 -1
  25. package/build/contracts/EnumerableSet.json +1 -1
  26. package/build/contracts/ExclusiveInflowTestApp.json +1 -1
  27. package/build/contracts/FixedSizeData.json +1 -1
  28. package/build/contracts/FlowExchangeTestApp.json +1 -1
  29. package/build/contracts/FullUpgradableSuperTokenProxy.json +193 -193
  30. package/build/contracts/IAccessControl.json +1 -1
  31. package/build/contracts/IAccessControlEnumerable.json +1 -1
  32. package/build/contracts/IConstantFlowAgreementV1.json +1 -1
  33. package/build/contracts/IDAv1Library.json +1 -1
  34. package/build/contracts/IERC165.json +1 -1
  35. package/build/contracts/IERC1820Implementer.json +1 -1
  36. package/build/contracts/IERC1820Registry.json +1 -1
  37. package/build/contracts/IERC20.json +1 -1
  38. package/build/contracts/IERC20Metadata.json +1 -1
  39. package/build/contracts/IERC721.json +1 -1
  40. package/build/contracts/IERC721Metadata.json +1 -1
  41. package/build/contracts/IERC721Receiver.json +1 -1
  42. package/build/contracts/IERC777.json +1 -1
  43. package/build/contracts/IERC777Recipient.json +1 -1
  44. package/build/contracts/IERC777Sender.json +1 -1
  45. package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
  46. package/build/contracts/IMaticBridgedNativeSuperToken.json +1 -1
  47. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +1 -1
  48. package/build/contracts/IMultiSigWallet.json +1 -1
  49. package/build/contracts/INativeSuperToken.json +1 -1
  50. package/build/contracts/INativeSuperTokenCustom.json +1 -1
  51. package/build/contracts/IRelayRecipient.json +1 -1
  52. package/build/contracts/IResolver.json +1 -1
  53. package/build/contracts/ISETH.json +1 -1
  54. package/build/contracts/ISETHCustom.json +1 -1
  55. package/build/contracts/ISuperAgreement.json +1 -1
  56. package/build/contracts/ISuperApp.json +1 -1
  57. package/build/contracts/ISuperToken.json +1 -1
  58. package/build/contracts/ISuperTokenFactory.json +1 -1
  59. package/build/contracts/ISuperfluid.json +1 -1
  60. package/build/contracts/ISuperfluidGovernance.json +1 -1
  61. package/build/contracts/ISuperfluidToken.json +1 -1
  62. package/build/contracts/ITOGAv1.json +2351 -2351
  63. package/build/contracts/ITOGAv2.json +2351 -2351
  64. package/build/contracts/IWETH.json +1091 -1091
  65. package/build/contracts/Initializable.json +1 -1
  66. package/build/contracts/InstantDistributionAgreementV1.json +3 -3
  67. package/build/contracts/Int96SafeMath.json +1 -1
  68. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +377 -377
  69. package/build/contracts/MultiFlowApp.json +3087 -3087
  70. package/build/contracts/NativeSuperTokenProxy.json +171 -171
  71. package/build/contracts/NonClosableOutflowTestApp.json +1 -1
  72. package/build/contracts/Ownable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/Resolver.json +179 -179
  75. package/build/contracts/SETHProxy.json +1095 -1095
  76. package/build/contracts/SETHReceiveLogic.json +1094 -1094
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +1 -1
  81. package/build/contracts/SlotsBitmapLibrary.json +1 -1
  82. package/build/contracts/Strings.json +1 -1
  83. package/build/contracts/SuperAppBase.json +1 -1
  84. package/build/contracts/SuperAppDefinitions.json +1 -1
  85. package/build/contracts/SuperToken.json +85 -85
  86. package/build/contracts/SuperTokenFactory.json +105 -105
  87. package/build/contracts/SuperTokenFactoryBase.json +105 -105
  88. package/build/contracts/SuperTokenFactoryHelper.json +105 -105
  89. package/build/contracts/SuperUpgrader.json +837 -837
  90. package/build/contracts/Superfluid.json +11131 -9312
  91. package/build/contracts/SuperfluidGovernanceBase.json +17 -17
  92. package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
  93. package/build/contracts/SuperfluidGovernanceII.json +31 -31
  94. package/build/contracts/SuperfluidGovernanceIIProxy.json +31 -31
  95. package/build/contracts/SuperfluidLoader.json +294 -294
  96. package/build/contracts/SuperfluidToken.json +2411 -2411
  97. package/build/contracts/TOGA.json +2359 -2359
  98. package/build/contracts/TestGovernance.json +335 -335
  99. package/build/contracts/TestToken.json +187 -187
  100. package/build/contracts/TokenCustodian.json +427 -427
  101. package/build/contracts/TokenInfo.json +1 -1
  102. package/build/contracts/UInt128SafeMath.json +1 -1
  103. package/build/contracts/UUPSProxiable.json +265 -265
  104. package/build/contracts/UUPSProxy.json +163 -163
  105. package/build/contracts/UUPSUtils.json +73 -73
  106. package/build/contracts/strings.json +1 -1
  107. package/build/contracts-sizes.txt +1 -1
  108. package/contracts/superfluid/Superfluid.sol +15 -0
  109. package/package.json +2 -2
  110. package/scripts/libs/getConfig.js +53 -2
@@ -4175,7 +4175,7 @@
4175
4175
  "absolutePath": "project:/contracts/utils/BatchLiquidator.sol",
4176
4176
  "exportedSymbols": {
4177
4177
  "BatchLiquidator": [
4178
- 37078
4178
+ 37138
4179
4179
  ],
4180
4180
  "ERC20": [
4181
4181
  3181
@@ -4190,12 +4190,12 @@
4190
4190
  19376
4191
4191
  ]
4192
4192
  },
4193
- "id": 37079,
4193
+ "id": 37139,
4194
4194
  "license": "AGPLv3",
4195
4195
  "nodeType": "SourceUnit",
4196
4196
  "nodes": [
4197
4197
  {
4198
- "id": 36958,
4198
+ "id": 37018,
4199
4199
  "literals": [
4200
4200
  "solidity",
4201
4201
  "0.8",
@@ -4207,16 +4207,16 @@
4207
4207
  {
4208
4208
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
4209
4209
  "file": "../interfaces/superfluid/ISuperfluid.sol",
4210
- "id": 36961,
4210
+ "id": 37021,
4211
4211
  "nameLocation": "-1:-1:-1",
4212
4212
  "nodeType": "ImportDirective",
4213
- "scope": 37079,
4213
+ "scope": 37139,
4214
4214
  "sourceUnit": 19377,
4215
4215
  "src": "60:88:99",
4216
4216
  "symbolAliases": [
4217
4217
  {
4218
4218
  "foreign": {
4219
- "id": 36959,
4219
+ "id": 37019,
4220
4220
  "name": "ISuperfluid",
4221
4221
  "nodeType": "Identifier",
4222
4222
  "overloadedDeclarations": [],
@@ -4231,7 +4231,7 @@
4231
4231
  },
4232
4232
  {
4233
4233
  "foreign": {
4234
- "id": 36960,
4234
+ "id": 37020,
4235
4235
  "name": "ISuperAgreement",
4236
4236
  "nodeType": "Identifier",
4237
4237
  "overloadedDeclarations": [],
@@ -4250,16 +4250,16 @@
4250
4250
  {
4251
4251
  "absolutePath": "project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol",
4252
4252
  "file": "../interfaces/agreements/IConstantFlowAgreementV1.sol",
4253
- "id": 36963,
4253
+ "id": 37023,
4254
4254
  "nameLocation": "-1:-1:-1",
4255
4255
  "nodeType": "ImportDirective",
4256
- "scope": 37079,
4256
+ "scope": 37139,
4257
4257
  "sourceUnit": 17520,
4258
4258
  "src": "149:97:99",
4259
4259
  "symbolAliases": [
4260
4260
  {
4261
4261
  "foreign": {
4262
- "id": 36962,
4262
+ "id": 37022,
4263
4263
  "name": "IConstantFlowAgreementV1",
4264
4264
  "nodeType": "Identifier",
4265
4265
  "overloadedDeclarations": [],
@@ -4278,16 +4278,16 @@
4278
4278
  {
4279
4279
  "absolutePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
4280
4280
  "file": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
4281
- "id": 36965,
4281
+ "id": 37025,
4282
4282
  "nameLocation": "-1:-1:-1",
4283
4283
  "nodeType": "ImportDirective",
4284
- "scope": 37079,
4284
+ "scope": 37139,
4285
4285
  "sourceUnit": 3182,
4286
4286
  "src": "247:70:99",
4287
4287
  "symbolAliases": [
4288
4288
  {
4289
4289
  "foreign": {
4290
- "id": 36964,
4290
+ "id": 37024,
4291
4291
  "name": "ERC20",
4292
4292
  "nodeType": "Identifier",
4293
4293
  "overloadedDeclarations": [],
@@ -4310,15 +4310,15 @@
4310
4310
  "contractDependencies": [],
4311
4311
  "contractKind": "contract",
4312
4312
  "documentation": {
4313
- "id": 36966,
4313
+ "id": 37026,
4314
4314
  "nodeType": "StructuredDocumentation",
4315
4315
  "src": "319:65:99",
4316
4316
  "text": " @title Batch liquidator contract\n @author Superfluid"
4317
4317
  },
4318
4318
  "fullyImplemented": true,
4319
- "id": 37078,
4319
+ "id": 37138,
4320
4320
  "linearizedBaseContracts": [
4321
- 37078
4321
+ 37138
4322
4322
  ],
4323
4323
  "name": "BatchLiquidator",
4324
4324
  "nameLocation": "394:15:99",
@@ -4326,7 +4326,7 @@
4326
4326
  "nodes": [
4327
4327
  {
4328
4328
  "body": {
4329
- "id": 37076,
4329
+ "id": 37136,
4330
4330
  "nodeType": "Block",
4331
4331
  "src": "899:1281:99",
4332
4332
  "statements": [
@@ -4338,25 +4338,25 @@
4338
4338
  "typeIdentifier": "t_uint256",
4339
4339
  "typeString": "uint256"
4340
4340
  },
4341
- "id": 36987,
4341
+ "id": 37047,
4342
4342
  "isConstant": false,
4343
4343
  "isLValue": false,
4344
4344
  "isPure": false,
4345
4345
  "lValueRequested": false,
4346
4346
  "leftExpression": {
4347
4347
  "expression": {
4348
- "id": 36983,
4348
+ "id": 37043,
4349
4349
  "name": "senders",
4350
4350
  "nodeType": "Identifier",
4351
4351
  "overloadedDeclarations": [],
4352
- "referencedDeclaration": 36976,
4352
+ "referencedDeclaration": 37036,
4353
4353
  "src": "917:7:99",
4354
4354
  "typeDescriptions": {
4355
4355
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
4356
4356
  "typeString": "address[] calldata"
4357
4357
  }
4358
4358
  },
4359
- "id": 36984,
4359
+ "id": 37044,
4360
4360
  "isConstant": false,
4361
4361
  "isLValue": false,
4362
4362
  "isPure": false,
@@ -4373,18 +4373,18 @@
4373
4373
  "operator": "==",
4374
4374
  "rightExpression": {
4375
4375
  "expression": {
4376
- "id": 36985,
4376
+ "id": 37045,
4377
4377
  "name": "receivers",
4378
4378
  "nodeType": "Identifier",
4379
4379
  "overloadedDeclarations": [],
4380
- "referencedDeclaration": 36979,
4380
+ "referencedDeclaration": 37039,
4381
4381
  "src": "935:9:99",
4382
4382
  "typeDescriptions": {
4383
4383
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
4384
4384
  "typeString": "address[] calldata"
4385
4385
  }
4386
4386
  },
4387
- "id": 36986,
4387
+ "id": 37046,
4388
4388
  "isConstant": false,
4389
4389
  "isLValue": false,
4390
4390
  "isPure": false,
@@ -4405,7 +4405,7 @@
4405
4405
  },
4406
4406
  {
4407
4407
  "hexValue": "61727261797320646966666572656e742073697a6573",
4408
- "id": 36988,
4408
+ "id": 37048,
4409
4409
  "isConstant": false,
4410
4410
  "isLValue": false,
4411
4411
  "isPure": true,
@@ -4431,7 +4431,7 @@
4431
4431
  "typeString": "literal_string \"arrays different sizes\""
4432
4432
  }
4433
4433
  ],
4434
- "id": 36982,
4434
+ "id": 37042,
4435
4435
  "name": "require",
4436
4436
  "nodeType": "Identifier",
4437
4437
  "overloadedDeclarations": [
@@ -4445,7 +4445,7 @@
4445
4445
  "typeString": "function (bool,string memory) pure"
4446
4446
  }
4447
4447
  },
4448
- "id": 36989,
4448
+ "id": 37049,
4449
4449
  "isConstant": false,
4450
4450
  "isLValue": false,
4451
4451
  "isPure": false,
@@ -4460,29 +4460,29 @@
4460
4460
  "typeString": "tuple()"
4461
4461
  }
4462
4462
  },
4463
- "id": 36990,
4463
+ "id": 37050,
4464
4464
  "nodeType": "ExpressionStatement",
4465
4465
  "src": "909:69:99"
4466
4466
  },
4467
4467
  {
4468
4468
  "body": {
4469
- "id": 37043,
4469
+ "id": 37103,
4470
4470
  "nodeType": "Block",
4471
4471
  "src": "1031:754:99",
4472
4472
  "statements": [
4473
4473
  {
4474
4474
  "assignments": [
4475
- 37003
4475
+ 37063
4476
4476
  ],
4477
4477
  "declarations": [
4478
4478
  {
4479
4479
  "constant": false,
4480
- "id": 37003,
4480
+ "id": 37063,
4481
4481
  "mutability": "mutable",
4482
4482
  "name": "success",
4483
4483
  "nameLocation": "1050:7:99",
4484
4484
  "nodeType": "VariableDeclaration",
4485
- "scope": 37043,
4485
+ "scope": 37103,
4486
4486
  "src": "1045:12:99",
4487
4487
  "stateVariable": false,
4488
4488
  "storageLocation": "default",
@@ -4491,7 +4491,7 @@
4491
4491
  "typeString": "bool"
4492
4492
  },
4493
4493
  "typeName": {
4494
- "id": 37002,
4494
+ "id": 37062,
4495
4495
  "name": "bool",
4496
4496
  "nodeType": "ElementaryTypeName",
4497
4497
  "src": "1045:4:99",
@@ -4503,13 +4503,13 @@
4503
4503
  "visibility": "internal"
4504
4504
  }
4505
4505
  ],
4506
- "id": 37004,
4506
+ "id": 37064,
4507
4507
  "nodeType": "VariableDeclarationStatement",
4508
4508
  "src": "1045:12:99"
4509
4509
  },
4510
4510
  {
4511
4511
  "expression": {
4512
- "id": 37041,
4512
+ "id": 37101,
4513
4513
  "isConstant": false,
4514
4514
  "isLValue": false,
4515
4515
  "isPure": false,
@@ -4517,11 +4517,11 @@
4517
4517
  "leftHandSide": {
4518
4518
  "components": [
4519
4519
  {
4520
- "id": 37005,
4520
+ "id": 37065,
4521
4521
  "name": "success",
4522
4522
  "nodeType": "Identifier",
4523
4523
  "overloadedDeclarations": [],
4524
- "referencedDeclaration": 37003,
4524
+ "referencedDeclaration": 37063,
4525
4525
  "src": "1272:7:99",
4526
4526
  "typeDescriptions": {
4527
4527
  "typeIdentifier": "t_bool",
@@ -4530,7 +4530,7 @@
4530
4530
  },
4531
4531
  null
4532
4532
  ],
4533
- "id": 37006,
4533
+ "id": 37066,
4534
4534
  "isConstant": false,
4535
4535
  "isInlineArray": false,
4536
4536
  "isLValue": true,
@@ -4552,7 +4552,7 @@
4552
4552
  {
4553
4553
  "expression": {
4554
4554
  "expression": {
4555
- "id": 37014,
4555
+ "id": 37074,
4556
4556
  "name": "ISuperfluid",
4557
4557
  "nodeType": "Identifier",
4558
4558
  "overloadedDeclarations": [],
@@ -4563,7 +4563,7 @@
4563
4563
  "typeString": "type(contract ISuperfluid)"
4564
4564
  }
4565
4565
  },
4566
- "id": 37015,
4566
+ "id": 37075,
4567
4567
  "isConstant": false,
4568
4568
  "isLValue": false,
4569
4569
  "isPure": true,
@@ -4577,7 +4577,7 @@
4577
4577
  "typeString": "function ISuperfluid.callAgreement(contract ISuperAgreement,bytes calldata,bytes calldata) returns (bytes memory)"
4578
4578
  }
4579
4579
  },
4580
- "id": 37016,
4580
+ "id": 37076,
4581
4581
  "isConstant": false,
4582
4582
  "isLValue": false,
4583
4583
  "isPure": true,
@@ -4591,11 +4591,11 @@
4591
4591
  }
4592
4592
  },
4593
4593
  {
4594
- "id": 37017,
4594
+ "id": 37077,
4595
4595
  "name": "cfa",
4596
4596
  "nodeType": "Identifier",
4597
4597
  "overloadedDeclarations": [],
4598
- "referencedDeclaration": 36971,
4598
+ "referencedDeclaration": 37031,
4599
4599
  "src": "1421:3:99",
4600
4600
  "typeDescriptions": {
4601
4601
  "typeIdentifier": "t_address",
@@ -4607,7 +4607,7 @@
4607
4607
  {
4608
4608
  "expression": {
4609
4609
  "expression": {
4610
- "id": 37020,
4610
+ "id": 37080,
4611
4611
  "name": "IConstantFlowAgreementV1",
4612
4612
  "nodeType": "Identifier",
4613
4613
  "overloadedDeclarations": [],
@@ -4618,7 +4618,7 @@
4618
4618
  "typeString": "type(contract IConstantFlowAgreementV1)"
4619
4619
  }
4620
4620
  },
4621
- "id": 37021,
4621
+ "id": 37081,
4622
4622
  "isConstant": false,
4623
4623
  "isLValue": false,
4624
4624
  "isPure": true,
@@ -4632,7 +4632,7 @@
4632
4632
  "typeString": "function IConstantFlowAgreementV1.deleteFlow(contract ISuperfluidToken,address,address,bytes calldata) returns (bytes memory)"
4633
4633
  }
4634
4634
  },
4635
- "id": 37022,
4635
+ "id": 37082,
4636
4636
  "isConstant": false,
4637
4637
  "isLValue": false,
4638
4638
  "isPure": true,
@@ -4646,11 +4646,11 @@
4646
4646
  }
4647
4647
  },
4648
4648
  {
4649
- "id": 37023,
4649
+ "id": 37083,
4650
4650
  "name": "superToken",
4651
4651
  "nodeType": "Identifier",
4652
4652
  "overloadedDeclarations": [],
4653
- "referencedDeclaration": 36973,
4653
+ "referencedDeclaration": 37033,
4654
4654
  "src": "1564:10:99",
4655
4655
  "typeDescriptions": {
4656
4656
  "typeIdentifier": "t_address",
@@ -4659,24 +4659,24 @@
4659
4659
  },
4660
4660
  {
4661
4661
  "baseExpression": {
4662
- "id": 37024,
4662
+ "id": 37084,
4663
4663
  "name": "senders",
4664
4664
  "nodeType": "Identifier",
4665
4665
  "overloadedDeclarations": [],
4666
- "referencedDeclaration": 36976,
4666
+ "referencedDeclaration": 37036,
4667
4667
  "src": "1600:7:99",
4668
4668
  "typeDescriptions": {
4669
4669
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
4670
4670
  "typeString": "address[] calldata"
4671
4671
  }
4672
4672
  },
4673
- "id": 37026,
4673
+ "id": 37086,
4674
4674
  "indexExpression": {
4675
- "id": 37025,
4675
+ "id": 37085,
4676
4676
  "name": "i",
4677
4677
  "nodeType": "Identifier",
4678
4678
  "overloadedDeclarations": [],
4679
- "referencedDeclaration": 36992,
4679
+ "referencedDeclaration": 37052,
4680
4680
  "src": "1608:1:99",
4681
4681
  "typeDescriptions": {
4682
4682
  "typeIdentifier": "t_uint256",
@@ -4696,24 +4696,24 @@
4696
4696
  },
4697
4697
  {
4698
4698
  "baseExpression": {
4699
- "id": 37027,
4699
+ "id": 37087,
4700
4700
  "name": "receivers",
4701
4701
  "nodeType": "Identifier",
4702
4702
  "overloadedDeclarations": [],
4703
- "referencedDeclaration": 36979,
4703
+ "referencedDeclaration": 37039,
4704
4704
  "src": "1636:9:99",
4705
4705
  "typeDescriptions": {
4706
4706
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
4707
4707
  "typeString": "address[] calldata"
4708
4708
  }
4709
4709
  },
4710
- "id": 37029,
4710
+ "id": 37089,
4711
4711
  "indexExpression": {
4712
- "id": 37028,
4712
+ "id": 37088,
4713
4713
  "name": "i",
4714
4714
  "nodeType": "Identifier",
4715
4715
  "overloadedDeclarations": [],
4716
- "referencedDeclaration": 36992,
4716
+ "referencedDeclaration": 37052,
4717
4717
  "src": "1646:1:99",
4718
4718
  "typeDescriptions": {
4719
4719
  "typeIdentifier": "t_uint256",
@@ -4735,7 +4735,7 @@
4735
4735
  "arguments": [
4736
4736
  {
4737
4737
  "hexValue": "30",
4738
- "id": 37032,
4738
+ "id": 37092,
4739
4739
  "isConstant": false,
4740
4740
  "isLValue": false,
4741
4741
  "isPure": true,
@@ -4757,7 +4757,7 @@
4757
4757
  "typeString": "int_const 0"
4758
4758
  }
4759
4759
  ],
4760
- "id": 37031,
4760
+ "id": 37091,
4761
4761
  "isConstant": false,
4762
4762
  "isLValue": false,
4763
4763
  "isPure": true,
@@ -4769,7 +4769,7 @@
4769
4769
  "typeString": "function (uint256) pure returns (bytes memory)"
4770
4770
  },
4771
4771
  "typeName": {
4772
- "id": 37030,
4772
+ "id": 37090,
4773
4773
  "name": "bytes",
4774
4774
  "nodeType": "ElementaryTypeName",
4775
4775
  "src": "1678:5:99",
@@ -4779,7 +4779,7 @@
4779
4779
  }
4780
4780
  }
4781
4781
  },
4782
- "id": 37033,
4782
+ "id": 37093,
4783
4783
  "isConstant": false,
4784
4784
  "isLValue": false,
4785
4785
  "isPure": true,
@@ -4819,7 +4819,7 @@
4819
4819
  }
4820
4820
  ],
4821
4821
  "expression": {
4822
- "id": 37018,
4822
+ "id": 37078,
4823
4823
  "name": "abi",
4824
4824
  "nodeType": "Identifier",
4825
4825
  "overloadedDeclarations": [],
@@ -4830,7 +4830,7 @@
4830
4830
  "typeString": "abi"
4831
4831
  }
4832
4832
  },
4833
- "id": 37019,
4833
+ "id": 37079,
4834
4834
  "isConstant": false,
4835
4835
  "isLValue": false,
4836
4836
  "isPure": true,
@@ -4843,7 +4843,7 @@
4843
4843
  "typeString": "function (bytes4) pure returns (bytes memory)"
4844
4844
  }
4845
4845
  },
4846
- "id": 37034,
4846
+ "id": 37094,
4847
4847
  "isConstant": false,
4848
4848
  "isLValue": false,
4849
4849
  "isPure": false,
@@ -4862,7 +4862,7 @@
4862
4862
  "arguments": [
4863
4863
  {
4864
4864
  "hexValue": "30",
4865
- "id": 37037,
4865
+ "id": 37097,
4866
4866
  "isConstant": false,
4867
4867
  "isLValue": false,
4868
4868
  "isPure": true,
@@ -4884,7 +4884,7 @@
4884
4884
  "typeString": "int_const 0"
4885
4885
  }
4886
4886
  ],
4887
- "id": 37036,
4887
+ "id": 37096,
4888
4888
  "isConstant": false,
4889
4889
  "isLValue": false,
4890
4890
  "isPure": true,
@@ -4896,7 +4896,7 @@
4896
4896
  "typeString": "function (uint256) pure returns (bytes memory)"
4897
4897
  },
4898
4898
  "typeName": {
4899
- "id": 37035,
4899
+ "id": 37095,
4900
4900
  "name": "bytes",
4901
4901
  "nodeType": "ElementaryTypeName",
4902
4902
  "src": "1734:5:99",
@@ -4906,7 +4906,7 @@
4906
4906
  }
4907
4907
  }
4908
4908
  },
4909
- "id": 37038,
4909
+ "id": 37098,
4910
4910
  "isConstant": false,
4911
4911
  "isLValue": false,
4912
4912
  "isPure": true,
@@ -4942,7 +4942,7 @@
4942
4942
  }
4943
4943
  ],
4944
4944
  "expression": {
4945
- "id": 37012,
4945
+ "id": 37072,
4946
4946
  "name": "abi",
4947
4947
  "nodeType": "Identifier",
4948
4948
  "overloadedDeclarations": [],
@@ -4953,7 +4953,7 @@
4953
4953
  "typeString": "abi"
4954
4954
  }
4955
4955
  },
4956
- "id": 37013,
4956
+ "id": 37073,
4957
4957
  "isConstant": false,
4958
4958
  "isLValue": false,
4959
4959
  "isPure": true,
@@ -4966,7 +4966,7 @@
4966
4966
  "typeString": "function (bytes4) pure returns (bytes memory)"
4967
4967
  }
4968
4968
  },
4969
- "id": 37039,
4969
+ "id": 37099,
4970
4970
  "isConstant": false,
4971
4971
  "isLValue": false,
4972
4972
  "isPure": false,
@@ -4992,11 +4992,11 @@
4992
4992
  "expression": {
4993
4993
  "arguments": [
4994
4994
  {
4995
- "id": 37009,
4995
+ "id": 37069,
4996
4996
  "name": "host",
4997
4997
  "nodeType": "Identifier",
4998
4998
  "overloadedDeclarations": [],
4999
- "referencedDeclaration": 36969,
4999
+ "referencedDeclaration": 37029,
5000
5000
  "src": "1293:4:99",
5001
5001
  "typeDescriptions": {
5002
5002
  "typeIdentifier": "t_address",
@@ -5011,7 +5011,7 @@
5011
5011
  "typeString": "address"
5012
5012
  }
5013
5013
  ],
5014
- "id": 37008,
5014
+ "id": 37068,
5015
5015
  "isConstant": false,
5016
5016
  "isLValue": false,
5017
5017
  "isPure": true,
@@ -5023,14 +5023,14 @@
5023
5023
  "typeString": "type(address)"
5024
5024
  },
5025
5025
  "typeName": {
5026
- "id": 37007,
5026
+ "id": 37067,
5027
5027
  "name": "address",
5028
5028
  "nodeType": "ElementaryTypeName",
5029
5029
  "src": "1285:7:99",
5030
5030
  "typeDescriptions": {}
5031
5031
  }
5032
5032
  },
5033
- "id": 37010,
5033
+ "id": 37070,
5034
5034
  "isConstant": false,
5035
5035
  "isLValue": false,
5036
5036
  "isPure": false,
@@ -5045,7 +5045,7 @@
5045
5045
  "typeString": "address"
5046
5046
  }
5047
5047
  },
5048
- "id": 37011,
5048
+ "id": 37071,
5049
5049
  "isConstant": false,
5050
5050
  "isLValue": false,
5051
5051
  "isPure": false,
@@ -5058,7 +5058,7 @@
5058
5058
  "typeString": "function (bytes memory) payable returns (bool,bytes memory)"
5059
5059
  }
5060
5060
  },
5061
- "id": 37040,
5061
+ "id": 37100,
5062
5062
  "isConstant": false,
5063
5063
  "isLValue": false,
5064
5064
  "isPure": false,
@@ -5079,7 +5079,7 @@
5079
5079
  "typeString": "tuple()"
5080
5080
  }
5081
5081
  },
5082
- "id": 37042,
5082
+ "id": 37102,
5083
5083
  "nodeType": "ExpressionStatement",
5084
5084
  "src": "1271:503:99"
5085
5085
  }
@@ -5090,17 +5090,17 @@
5090
5090
  "typeIdentifier": "t_uint256",
5091
5091
  "typeString": "uint256"
5092
5092
  },
5093
- "id": 36998,
5093
+ "id": 37058,
5094
5094
  "isConstant": false,
5095
5095
  "isLValue": false,
5096
5096
  "isPure": false,
5097
5097
  "lValueRequested": false,
5098
5098
  "leftExpression": {
5099
- "id": 36995,
5099
+ "id": 37055,
5100
5100
  "name": "i",
5101
5101
  "nodeType": "Identifier",
5102
5102
  "overloadedDeclarations": [],
5103
- "referencedDeclaration": 36992,
5103
+ "referencedDeclaration": 37052,
5104
5104
  "src": "1006:1:99",
5105
5105
  "typeDescriptions": {
5106
5106
  "typeIdentifier": "t_uint256",
@@ -5111,18 +5111,18 @@
5111
5111
  "operator": "<",
5112
5112
  "rightExpression": {
5113
5113
  "expression": {
5114
- "id": 36996,
5114
+ "id": 37056,
5115
5115
  "name": "senders",
5116
5116
  "nodeType": "Identifier",
5117
5117
  "overloadedDeclarations": [],
5118
- "referencedDeclaration": 36976,
5118
+ "referencedDeclaration": 37036,
5119
5119
  "src": "1010:7:99",
5120
5120
  "typeDescriptions": {
5121
5121
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
5122
5122
  "typeString": "address[] calldata"
5123
5123
  }
5124
5124
  },
5125
- "id": 36997,
5125
+ "id": 37057,
5126
5126
  "isConstant": false,
5127
5127
  "isLValue": false,
5128
5128
  "isPure": false,
@@ -5141,20 +5141,20 @@
5141
5141
  "typeString": "bool"
5142
5142
  }
5143
5143
  },
5144
- "id": 37044,
5144
+ "id": 37104,
5145
5145
  "initializationExpression": {
5146
5146
  "assignments": [
5147
- 36992
5147
+ 37052
5148
5148
  ],
5149
5149
  "declarations": [
5150
5150
  {
5151
5151
  "constant": false,
5152
- "id": 36992,
5152
+ "id": 37052,
5153
5153
  "mutability": "mutable",
5154
5154
  "name": "i",
5155
5155
  "nameLocation": "999:1:99",
5156
5156
  "nodeType": "VariableDeclaration",
5157
- "scope": 37044,
5157
+ "scope": 37104,
5158
5158
  "src": "994:6:99",
5159
5159
  "stateVariable": false,
5160
5160
  "storageLocation": "default",
@@ -5163,7 +5163,7 @@
5163
5163
  "typeString": "uint256"
5164
5164
  },
5165
5165
  "typeName": {
5166
- "id": 36991,
5166
+ "id": 37051,
5167
5167
  "name": "uint",
5168
5168
  "nodeType": "ElementaryTypeName",
5169
5169
  "src": "994:4:99",
@@ -5175,10 +5175,10 @@
5175
5175
  "visibility": "internal"
5176
5176
  }
5177
5177
  ],
5178
- "id": 36994,
5178
+ "id": 37054,
5179
5179
  "initialValue": {
5180
5180
  "hexValue": "30",
5181
- "id": 36993,
5181
+ "id": 37053,
5182
5182
  "isConstant": false,
5183
5183
  "isLValue": false,
5184
5184
  "isPure": true,
@@ -5197,7 +5197,7 @@
5197
5197
  },
5198
5198
  "loopExpression": {
5199
5199
  "expression": {
5200
- "id": 37000,
5200
+ "id": 37060,
5201
5201
  "isConstant": false,
5202
5202
  "isLValue": false,
5203
5203
  "isPure": false,
@@ -5207,11 +5207,11 @@
5207
5207
  "prefix": true,
5208
5208
  "src": "1026:3:99",
5209
5209
  "subExpression": {
5210
- "id": 36999,
5210
+ "id": 37059,
5211
5211
  "name": "i",
5212
5212
  "nodeType": "Identifier",
5213
5213
  "overloadedDeclarations": [],
5214
- "referencedDeclaration": 36992,
5214
+ "referencedDeclaration": 37052,
5215
5215
  "src": "1028:1:99",
5216
5216
  "typeDescriptions": {
5217
5217
  "typeIdentifier": "t_uint256",
@@ -5223,7 +5223,7 @@
5223
5223
  "typeString": "uint256"
5224
5224
  }
5225
5225
  },
5226
- "id": 37001,
5226
+ "id": 37061,
5227
5227
  "nodeType": "ExpressionStatement",
5228
5228
  "src": "1026:3:99"
5229
5229
  },
@@ -5231,23 +5231,23 @@
5231
5231
  "src": "989:796:99"
5232
5232
  },
5233
5233
  {
5234
- "id": 37075,
5234
+ "id": 37135,
5235
5235
  "nodeType": "Block",
5236
5236
  "src": "1961:213:99",
5237
5237
  "statements": [
5238
5238
  {
5239
5239
  "assignments": [
5240
- 37046
5240
+ 37106
5241
5241
  ],
5242
5242
  "declarations": [
5243
5243
  {
5244
5244
  "constant": false,
5245
- "id": 37046,
5245
+ "id": 37106,
5246
5246
  "mutability": "mutable",
5247
5247
  "name": "balance",
5248
5248
  "nameLocation": "1983:7:99",
5249
5249
  "nodeType": "VariableDeclaration",
5250
- "scope": 37075,
5250
+ "scope": 37135,
5251
5251
  "src": "1975:15:99",
5252
5252
  "stateVariable": false,
5253
5253
  "storageLocation": "default",
@@ -5256,7 +5256,7 @@
5256
5256
  "typeString": "uint256"
5257
5257
  },
5258
5258
  "typeName": {
5259
- "id": 37045,
5259
+ "id": 37105,
5260
5260
  "name": "uint256",
5261
5261
  "nodeType": "ElementaryTypeName",
5262
5262
  "src": "1975:7:99",
@@ -5268,20 +5268,20 @@
5268
5268
  "visibility": "internal"
5269
5269
  }
5270
5270
  ],
5271
- "id": 37056,
5271
+ "id": 37116,
5272
5272
  "initialValue": {
5273
5273
  "arguments": [
5274
5274
  {
5275
5275
  "arguments": [
5276
5276
  {
5277
- "id": 37053,
5277
+ "id": 37113,
5278
5278
  "name": "this",
5279
5279
  "nodeType": "Identifier",
5280
5280
  "overloadedDeclarations": [],
5281
5281
  "referencedDeclaration": 4294967268,
5282
5282
  "src": "2029:4:99",
5283
5283
  "typeDescriptions": {
5284
- "typeIdentifier": "t_contract$_BatchLiquidator_$37078",
5284
+ "typeIdentifier": "t_contract$_BatchLiquidator_$37138",
5285
5285
  "typeString": "contract BatchLiquidator"
5286
5286
  }
5287
5287
  }
@@ -5289,11 +5289,11 @@
5289
5289
  "expression": {
5290
5290
  "argumentTypes": [
5291
5291
  {
5292
- "typeIdentifier": "t_contract$_BatchLiquidator_$37078",
5292
+ "typeIdentifier": "t_contract$_BatchLiquidator_$37138",
5293
5293
  "typeString": "contract BatchLiquidator"
5294
5294
  }
5295
5295
  ],
5296
- "id": 37052,
5296
+ "id": 37112,
5297
5297
  "isConstant": false,
5298
5298
  "isLValue": false,
5299
5299
  "isPure": true,
@@ -5305,14 +5305,14 @@
5305
5305
  "typeString": "type(address)"
5306
5306
  },
5307
5307
  "typeName": {
5308
- "id": 37051,
5308
+ "id": 37111,
5309
5309
  "name": "address",
5310
5310
  "nodeType": "ElementaryTypeName",
5311
5311
  "src": "2021:7:99",
5312
5312
  "typeDescriptions": {}
5313
5313
  }
5314
5314
  },
5315
- "id": 37054,
5315
+ "id": 37114,
5316
5316
  "isConstant": false,
5317
5317
  "isLValue": false,
5318
5318
  "isPure": false,
@@ -5338,11 +5338,11 @@
5338
5338
  "expression": {
5339
5339
  "arguments": [
5340
5340
  {
5341
- "id": 37048,
5341
+ "id": 37108,
5342
5342
  "name": "superToken",
5343
5343
  "nodeType": "Identifier",
5344
5344
  "overloadedDeclarations": [],
5345
- "referencedDeclaration": 36973,
5345
+ "referencedDeclaration": 37033,
5346
5346
  "src": "1999:10:99",
5347
5347
  "typeDescriptions": {
5348
5348
  "typeIdentifier": "t_address",
@@ -5357,7 +5357,7 @@
5357
5357
  "typeString": "address"
5358
5358
  }
5359
5359
  ],
5360
- "id": 37047,
5360
+ "id": 37107,
5361
5361
  "name": "ERC20",
5362
5362
  "nodeType": "Identifier",
5363
5363
  "overloadedDeclarations": [],
@@ -5368,7 +5368,7 @@
5368
5368
  "typeString": "type(contract ERC20)"
5369
5369
  }
5370
5370
  },
5371
- "id": 37049,
5371
+ "id": 37109,
5372
5372
  "isConstant": false,
5373
5373
  "isLValue": false,
5374
5374
  "isPure": false,
@@ -5383,7 +5383,7 @@
5383
5383
  "typeString": "contract ERC20"
5384
5384
  }
5385
5385
  },
5386
- "id": 37050,
5386
+ "id": 37110,
5387
5387
  "isConstant": false,
5388
5388
  "isLValue": false,
5389
5389
  "isPure": false,
@@ -5397,7 +5397,7 @@
5397
5397
  "typeString": "function (address) view external returns (uint256)"
5398
5398
  }
5399
5399
  },
5400
- "id": 37055,
5400
+ "id": 37115,
5401
5401
  "isConstant": false,
5402
5402
  "isLValue": false,
5403
5403
  "isPure": false,
@@ -5421,17 +5421,17 @@
5421
5421
  "typeIdentifier": "t_uint256",
5422
5422
  "typeString": "uint256"
5423
5423
  },
5424
- "id": 37059,
5424
+ "id": 37119,
5425
5425
  "isConstant": false,
5426
5426
  "isLValue": false,
5427
5427
  "isPure": false,
5428
5428
  "lValueRequested": false,
5429
5429
  "leftExpression": {
5430
- "id": 37057,
5430
+ "id": 37117,
5431
5431
  "name": "balance",
5432
5432
  "nodeType": "Identifier",
5433
5433
  "overloadedDeclarations": [],
5434
- "referencedDeclaration": 37046,
5434
+ "referencedDeclaration": 37106,
5435
5435
  "src": "2052:7:99",
5436
5436
  "typeDescriptions": {
5437
5437
  "typeIdentifier": "t_uint256",
@@ -5442,7 +5442,7 @@
5442
5442
  "operator": ">",
5443
5443
  "rightExpression": {
5444
5444
  "hexValue": "30",
5445
- "id": 37058,
5445
+ "id": 37118,
5446
5446
  "isConstant": false,
5447
5447
  "isLValue": false,
5448
5448
  "isPure": true,
@@ -5462,11 +5462,11 @@
5462
5462
  "typeString": "bool"
5463
5463
  }
5464
5464
  },
5465
- "id": 37074,
5465
+ "id": 37134,
5466
5466
  "nodeType": "IfStatement",
5467
5467
  "src": "2049:115:99",
5468
5468
  "trueBody": {
5469
- "id": 37073,
5469
+ "id": 37133,
5470
5470
  "nodeType": "Block",
5471
5471
  "src": "2065:99:99",
5472
5472
  "statements": [
@@ -5476,14 +5476,14 @@
5476
5476
  {
5477
5477
  "arguments": [
5478
5478
  {
5479
- "id": 37066,
5479
+ "id": 37126,
5480
5480
  "name": "this",
5481
5481
  "nodeType": "Identifier",
5482
5482
  "overloadedDeclarations": [],
5483
5483
  "referencedDeclaration": 4294967268,
5484
5484
  "src": "2122:4:99",
5485
5485
  "typeDescriptions": {
5486
- "typeIdentifier": "t_contract$_BatchLiquidator_$37078",
5486
+ "typeIdentifier": "t_contract$_BatchLiquidator_$37138",
5487
5487
  "typeString": "contract BatchLiquidator"
5488
5488
  }
5489
5489
  }
@@ -5491,11 +5491,11 @@
5491
5491
  "expression": {
5492
5492
  "argumentTypes": [
5493
5493
  {
5494
- "typeIdentifier": "t_contract$_BatchLiquidator_$37078",
5494
+ "typeIdentifier": "t_contract$_BatchLiquidator_$37138",
5495
5495
  "typeString": "contract BatchLiquidator"
5496
5496
  }
5497
5497
  ],
5498
- "id": 37065,
5498
+ "id": 37125,
5499
5499
  "isConstant": false,
5500
5500
  "isLValue": false,
5501
5501
  "isPure": true,
@@ -5507,14 +5507,14 @@
5507
5507
  "typeString": "type(address)"
5508
5508
  },
5509
5509
  "typeName": {
5510
- "id": 37064,
5510
+ "id": 37124,
5511
5511
  "name": "address",
5512
5512
  "nodeType": "ElementaryTypeName",
5513
5513
  "src": "2114:7:99",
5514
5514
  "typeDescriptions": {}
5515
5515
  }
5516
5516
  },
5517
- "id": 37067,
5517
+ "id": 37127,
5518
5518
  "isConstant": false,
5519
5519
  "isLValue": false,
5520
5520
  "isPure": false,
@@ -5531,7 +5531,7 @@
5531
5531
  },
5532
5532
  {
5533
5533
  "expression": {
5534
- "id": 37068,
5534
+ "id": 37128,
5535
5535
  "name": "msg",
5536
5536
  "nodeType": "Identifier",
5537
5537
  "overloadedDeclarations": [],
@@ -5542,7 +5542,7 @@
5542
5542
  "typeString": "msg"
5543
5543
  }
5544
5544
  },
5545
- "id": 37069,
5545
+ "id": 37129,
5546
5546
  "isConstant": false,
5547
5547
  "isLValue": false,
5548
5548
  "isPure": false,
@@ -5556,11 +5556,11 @@
5556
5556
  }
5557
5557
  },
5558
5558
  {
5559
- "id": 37070,
5559
+ "id": 37130,
5560
5560
  "name": "balance",
5561
5561
  "nodeType": "Identifier",
5562
5562
  "overloadedDeclarations": [],
5563
- "referencedDeclaration": 37046,
5563
+ "referencedDeclaration": 37106,
5564
5564
  "src": "2141:7:99",
5565
5565
  "typeDescriptions": {
5566
5566
  "typeIdentifier": "t_uint256",
@@ -5586,11 +5586,11 @@
5586
5586
  "expression": {
5587
5587
  "arguments": [
5588
5588
  {
5589
- "id": 37061,
5589
+ "id": 37121,
5590
5590
  "name": "superToken",
5591
5591
  "nodeType": "Identifier",
5592
5592
  "overloadedDeclarations": [],
5593
- "referencedDeclaration": 36973,
5593
+ "referencedDeclaration": 37033,
5594
5594
  "src": "2089:10:99",
5595
5595
  "typeDescriptions": {
5596
5596
  "typeIdentifier": "t_address",
@@ -5605,7 +5605,7 @@
5605
5605
  "typeString": "address"
5606
5606
  }
5607
5607
  ],
5608
- "id": 37060,
5608
+ "id": 37120,
5609
5609
  "name": "ERC20",
5610
5610
  "nodeType": "Identifier",
5611
5611
  "overloadedDeclarations": [],
@@ -5616,7 +5616,7 @@
5616
5616
  "typeString": "type(contract ERC20)"
5617
5617
  }
5618
5618
  },
5619
- "id": 37062,
5619
+ "id": 37122,
5620
5620
  "isConstant": false,
5621
5621
  "isLValue": false,
5622
5622
  "isPure": false,
@@ -5631,7 +5631,7 @@
5631
5631
  "typeString": "contract ERC20"
5632
5632
  }
5633
5633
  },
5634
- "id": 37063,
5634
+ "id": 37123,
5635
5635
  "isConstant": false,
5636
5636
  "isLValue": false,
5637
5637
  "isPure": false,
@@ -5645,7 +5645,7 @@
5645
5645
  "typeString": "function (address,address,uint256) external returns (bool)"
5646
5646
  }
5647
5647
  },
5648
- "id": 37071,
5648
+ "id": 37131,
5649
5649
  "isConstant": false,
5650
5650
  "isLValue": false,
5651
5651
  "isPure": false,
@@ -5660,7 +5660,7 @@
5660
5660
  "typeString": "bool"
5661
5661
  }
5662
5662
  },
5663
- "id": 37072,
5663
+ "id": 37132,
5664
5664
  "nodeType": "ExpressionStatement",
5665
5665
  "src": "2083:66:99"
5666
5666
  }
@@ -5672,13 +5672,13 @@
5672
5672
  ]
5673
5673
  },
5674
5674
  "documentation": {
5675
- "id": 36967,
5675
+ "id": 37027,
5676
5676
  "nodeType": "StructuredDocumentation",
5677
5677
  "src": "417:304:99",
5678
5678
  "text": " @dev Delete flows in batch\n @param host - The host contract address.\n @param cfa - The cfa contract address.\n @param superToken - The super token the flows belong to.\n @param senders - List of senders.\n @param receivers - Corresponding list of receivers."
5679
5679
  },
5680
5680
  "functionSelector": "feb6bb69",
5681
- "id": 37077,
5681
+ "id": 37137,
5682
5682
  "implemented": true,
5683
5683
  "kind": "function",
5684
5684
  "modifiers": [],
@@ -5686,17 +5686,17 @@
5686
5686
  "nameLocation": "735:11:99",
5687
5687
  "nodeType": "FunctionDefinition",
5688
5688
  "parameters": {
5689
- "id": 36980,
5689
+ "id": 37040,
5690
5690
  "nodeType": "ParameterList",
5691
5691
  "parameters": [
5692
5692
  {
5693
5693
  "constant": false,
5694
- "id": 36969,
5694
+ "id": 37029,
5695
5695
  "mutability": "mutable",
5696
5696
  "name": "host",
5697
5697
  "nameLocation": "764:4:99",
5698
5698
  "nodeType": "VariableDeclaration",
5699
- "scope": 37077,
5699
+ "scope": 37137,
5700
5700
  "src": "756:12:99",
5701
5701
  "stateVariable": false,
5702
5702
  "storageLocation": "default",
@@ -5705,7 +5705,7 @@
5705
5705
  "typeString": "address"
5706
5706
  },
5707
5707
  "typeName": {
5708
- "id": 36968,
5708
+ "id": 37028,
5709
5709
  "name": "address",
5710
5710
  "nodeType": "ElementaryTypeName",
5711
5711
  "src": "756:7:99",
@@ -5719,12 +5719,12 @@
5719
5719
  },
5720
5720
  {
5721
5721
  "constant": false,
5722
- "id": 36971,
5722
+ "id": 37031,
5723
5723
  "mutability": "mutable",
5724
5724
  "name": "cfa",
5725
5725
  "nameLocation": "786:3:99",
5726
5726
  "nodeType": "VariableDeclaration",
5727
- "scope": 37077,
5727
+ "scope": 37137,
5728
5728
  "src": "778:11:99",
5729
5729
  "stateVariable": false,
5730
5730
  "storageLocation": "default",
@@ -5733,7 +5733,7 @@
5733
5733
  "typeString": "address"
5734
5734
  },
5735
5735
  "typeName": {
5736
- "id": 36970,
5736
+ "id": 37030,
5737
5737
  "name": "address",
5738
5738
  "nodeType": "ElementaryTypeName",
5739
5739
  "src": "778:7:99",
@@ -5747,12 +5747,12 @@
5747
5747
  },
5748
5748
  {
5749
5749
  "constant": false,
5750
- "id": 36973,
5750
+ "id": 37033,
5751
5751
  "mutability": "mutable",
5752
5752
  "name": "superToken",
5753
5753
  "nameLocation": "807:10:99",
5754
5754
  "nodeType": "VariableDeclaration",
5755
- "scope": 37077,
5755
+ "scope": 37137,
5756
5756
  "src": "799:18:99",
5757
5757
  "stateVariable": false,
5758
5758
  "storageLocation": "default",
@@ -5761,7 +5761,7 @@
5761
5761
  "typeString": "address"
5762
5762
  },
5763
5763
  "typeName": {
5764
- "id": 36972,
5764
+ "id": 37032,
5765
5765
  "name": "address",
5766
5766
  "nodeType": "ElementaryTypeName",
5767
5767
  "src": "799:7:99",
@@ -5775,12 +5775,12 @@
5775
5775
  },
5776
5776
  {
5777
5777
  "constant": false,
5778
- "id": 36976,
5778
+ "id": 37036,
5779
5779
  "mutability": "mutable",
5780
5780
  "name": "senders",
5781
5781
  "nameLocation": "846:7:99",
5782
5782
  "nodeType": "VariableDeclaration",
5783
- "scope": 37077,
5783
+ "scope": 37137,
5784
5784
  "src": "827:26:99",
5785
5785
  "stateVariable": false,
5786
5786
  "storageLocation": "calldata",
@@ -5790,7 +5790,7 @@
5790
5790
  },
5791
5791
  "typeName": {
5792
5792
  "baseType": {
5793
- "id": 36974,
5793
+ "id": 37034,
5794
5794
  "name": "address",
5795
5795
  "nodeType": "ElementaryTypeName",
5796
5796
  "src": "827:7:99",
@@ -5800,7 +5800,7 @@
5800
5800
  "typeString": "address"
5801
5801
  }
5802
5802
  },
5803
- "id": 36975,
5803
+ "id": 37035,
5804
5804
  "nodeType": "ArrayTypeName",
5805
5805
  "src": "827:9:99",
5806
5806
  "typeDescriptions": {
@@ -5812,12 +5812,12 @@
5812
5812
  },
5813
5813
  {
5814
5814
  "constant": false,
5815
- "id": 36979,
5815
+ "id": 37039,
5816
5816
  "mutability": "mutable",
5817
5817
  "name": "receivers",
5818
5818
  "nameLocation": "874:9:99",
5819
5819
  "nodeType": "VariableDeclaration",
5820
- "scope": 37077,
5820
+ "scope": 37137,
5821
5821
  "src": "855:28:99",
5822
5822
  "stateVariable": false,
5823
5823
  "storageLocation": "calldata",
@@ -5827,7 +5827,7 @@
5827
5827
  },
5828
5828
  "typeName": {
5829
5829
  "baseType": {
5830
- "id": 36977,
5830
+ "id": 37037,
5831
5831
  "name": "address",
5832
5832
  "nodeType": "ElementaryTypeName",
5833
5833
  "src": "855:7:99",
@@ -5837,7 +5837,7 @@
5837
5837
  "typeString": "address"
5838
5838
  }
5839
5839
  },
5840
- "id": 36978,
5840
+ "id": 37038,
5841
5841
  "nodeType": "ArrayTypeName",
5842
5842
  "src": "855:9:99",
5843
5843
  "typeDescriptions": {
@@ -5851,19 +5851,19 @@
5851
5851
  "src": "746:143:99"
5852
5852
  },
5853
5853
  "returnParameters": {
5854
- "id": 36981,
5854
+ "id": 37041,
5855
5855
  "nodeType": "ParameterList",
5856
5856
  "parameters": [],
5857
5857
  "src": "899:0:99"
5858
5858
  },
5859
- "scope": 37078,
5859
+ "scope": 37138,
5860
5860
  "src": "726:1454:99",
5861
5861
  "stateMutability": "nonpayable",
5862
5862
  "virtual": false,
5863
5863
  "visibility": "external"
5864
5864
  }
5865
5865
  ],
5866
- "scope": 37079,
5866
+ "scope": 37139,
5867
5867
  "src": "385:1797:99",
5868
5868
  "usedErrors": []
5869
5869
  }
@@ -5874,7 +5874,7 @@
5874
5874
  "absolutePath": "project:/contracts/utils/BatchLiquidator.sol",
5875
5875
  "exportedSymbols": {
5876
5876
  "BatchLiquidator": [
5877
- 37078
5877
+ 37138
5878
5878
  ],
5879
5879
  "ERC20": [
5880
5880
  3181
@@ -5889,12 +5889,12 @@
5889
5889
  19376
5890
5890
  ]
5891
5891
  },
5892
- "id": 37079,
5892
+ "id": 37139,
5893
5893
  "license": "AGPLv3",
5894
5894
  "nodeType": "SourceUnit",
5895
5895
  "nodes": [
5896
5896
  {
5897
- "id": 36958,
5897
+ "id": 37018,
5898
5898
  "literals": [
5899
5899
  "solidity",
5900
5900
  "0.8",
@@ -5906,16 +5906,16 @@
5906
5906
  {
5907
5907
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
5908
5908
  "file": "../interfaces/superfluid/ISuperfluid.sol",
5909
- "id": 36961,
5909
+ "id": 37021,
5910
5910
  "nameLocation": "-1:-1:-1",
5911
5911
  "nodeType": "ImportDirective",
5912
- "scope": 37079,
5912
+ "scope": 37139,
5913
5913
  "sourceUnit": 19377,
5914
5914
  "src": "60:88:99",
5915
5915
  "symbolAliases": [
5916
5916
  {
5917
5917
  "foreign": {
5918
- "id": 36959,
5918
+ "id": 37019,
5919
5919
  "name": "ISuperfluid",
5920
5920
  "nodeType": "Identifier",
5921
5921
  "overloadedDeclarations": [],
@@ -5930,7 +5930,7 @@
5930
5930
  },
5931
5931
  {
5932
5932
  "foreign": {
5933
- "id": 36960,
5933
+ "id": 37020,
5934
5934
  "name": "ISuperAgreement",
5935
5935
  "nodeType": "Identifier",
5936
5936
  "overloadedDeclarations": [],
@@ -5949,16 +5949,16 @@
5949
5949
  {
5950
5950
  "absolutePath": "project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol",
5951
5951
  "file": "../interfaces/agreements/IConstantFlowAgreementV1.sol",
5952
- "id": 36963,
5952
+ "id": 37023,
5953
5953
  "nameLocation": "-1:-1:-1",
5954
5954
  "nodeType": "ImportDirective",
5955
- "scope": 37079,
5955
+ "scope": 37139,
5956
5956
  "sourceUnit": 17520,
5957
5957
  "src": "149:97:99",
5958
5958
  "symbolAliases": [
5959
5959
  {
5960
5960
  "foreign": {
5961
- "id": 36962,
5961
+ "id": 37022,
5962
5962
  "name": "IConstantFlowAgreementV1",
5963
5963
  "nodeType": "Identifier",
5964
5964
  "overloadedDeclarations": [],
@@ -5977,16 +5977,16 @@
5977
5977
  {
5978
5978
  "absolutePath": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
5979
5979
  "file": "@openzeppelin/contracts/token/ERC20/ERC20.sol",
5980
- "id": 36965,
5980
+ "id": 37025,
5981
5981
  "nameLocation": "-1:-1:-1",
5982
5982
  "nodeType": "ImportDirective",
5983
- "scope": 37079,
5983
+ "scope": 37139,
5984
5984
  "sourceUnit": 3182,
5985
5985
  "src": "247:70:99",
5986
5986
  "symbolAliases": [
5987
5987
  {
5988
5988
  "foreign": {
5989
- "id": 36964,
5989
+ "id": 37024,
5990
5990
  "name": "ERC20",
5991
5991
  "nodeType": "Identifier",
5992
5992
  "overloadedDeclarations": [],
@@ -6009,15 +6009,15 @@
6009
6009
  "contractDependencies": [],
6010
6010
  "contractKind": "contract",
6011
6011
  "documentation": {
6012
- "id": 36966,
6012
+ "id": 37026,
6013
6013
  "nodeType": "StructuredDocumentation",
6014
6014
  "src": "319:65:99",
6015
6015
  "text": " @title Batch liquidator contract\n @author Superfluid"
6016
6016
  },
6017
6017
  "fullyImplemented": true,
6018
- "id": 37078,
6018
+ "id": 37138,
6019
6019
  "linearizedBaseContracts": [
6020
- 37078
6020
+ 37138
6021
6021
  ],
6022
6022
  "name": "BatchLiquidator",
6023
6023
  "nameLocation": "394:15:99",
@@ -6025,7 +6025,7 @@
6025
6025
  "nodes": [
6026
6026
  {
6027
6027
  "body": {
6028
- "id": 37076,
6028
+ "id": 37136,
6029
6029
  "nodeType": "Block",
6030
6030
  "src": "899:1281:99",
6031
6031
  "statements": [
@@ -6037,25 +6037,25 @@
6037
6037
  "typeIdentifier": "t_uint256",
6038
6038
  "typeString": "uint256"
6039
6039
  },
6040
- "id": 36987,
6040
+ "id": 37047,
6041
6041
  "isConstant": false,
6042
6042
  "isLValue": false,
6043
6043
  "isPure": false,
6044
6044
  "lValueRequested": false,
6045
6045
  "leftExpression": {
6046
6046
  "expression": {
6047
- "id": 36983,
6047
+ "id": 37043,
6048
6048
  "name": "senders",
6049
6049
  "nodeType": "Identifier",
6050
6050
  "overloadedDeclarations": [],
6051
- "referencedDeclaration": 36976,
6051
+ "referencedDeclaration": 37036,
6052
6052
  "src": "917:7:99",
6053
6053
  "typeDescriptions": {
6054
6054
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
6055
6055
  "typeString": "address[] calldata"
6056
6056
  }
6057
6057
  },
6058
- "id": 36984,
6058
+ "id": 37044,
6059
6059
  "isConstant": false,
6060
6060
  "isLValue": false,
6061
6061
  "isPure": false,
@@ -6072,18 +6072,18 @@
6072
6072
  "operator": "==",
6073
6073
  "rightExpression": {
6074
6074
  "expression": {
6075
- "id": 36985,
6075
+ "id": 37045,
6076
6076
  "name": "receivers",
6077
6077
  "nodeType": "Identifier",
6078
6078
  "overloadedDeclarations": [],
6079
- "referencedDeclaration": 36979,
6079
+ "referencedDeclaration": 37039,
6080
6080
  "src": "935:9:99",
6081
6081
  "typeDescriptions": {
6082
6082
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
6083
6083
  "typeString": "address[] calldata"
6084
6084
  }
6085
6085
  },
6086
- "id": 36986,
6086
+ "id": 37046,
6087
6087
  "isConstant": false,
6088
6088
  "isLValue": false,
6089
6089
  "isPure": false,
@@ -6104,7 +6104,7 @@
6104
6104
  },
6105
6105
  {
6106
6106
  "hexValue": "61727261797320646966666572656e742073697a6573",
6107
- "id": 36988,
6107
+ "id": 37048,
6108
6108
  "isConstant": false,
6109
6109
  "isLValue": false,
6110
6110
  "isPure": true,
@@ -6130,7 +6130,7 @@
6130
6130
  "typeString": "literal_string \"arrays different sizes\""
6131
6131
  }
6132
6132
  ],
6133
- "id": 36982,
6133
+ "id": 37042,
6134
6134
  "name": "require",
6135
6135
  "nodeType": "Identifier",
6136
6136
  "overloadedDeclarations": [
@@ -6144,7 +6144,7 @@
6144
6144
  "typeString": "function (bool,string memory) pure"
6145
6145
  }
6146
6146
  },
6147
- "id": 36989,
6147
+ "id": 37049,
6148
6148
  "isConstant": false,
6149
6149
  "isLValue": false,
6150
6150
  "isPure": false,
@@ -6159,29 +6159,29 @@
6159
6159
  "typeString": "tuple()"
6160
6160
  }
6161
6161
  },
6162
- "id": 36990,
6162
+ "id": 37050,
6163
6163
  "nodeType": "ExpressionStatement",
6164
6164
  "src": "909:69:99"
6165
6165
  },
6166
6166
  {
6167
6167
  "body": {
6168
- "id": 37043,
6168
+ "id": 37103,
6169
6169
  "nodeType": "Block",
6170
6170
  "src": "1031:754:99",
6171
6171
  "statements": [
6172
6172
  {
6173
6173
  "assignments": [
6174
- 37003
6174
+ 37063
6175
6175
  ],
6176
6176
  "declarations": [
6177
6177
  {
6178
6178
  "constant": false,
6179
- "id": 37003,
6179
+ "id": 37063,
6180
6180
  "mutability": "mutable",
6181
6181
  "name": "success",
6182
6182
  "nameLocation": "1050:7:99",
6183
6183
  "nodeType": "VariableDeclaration",
6184
- "scope": 37043,
6184
+ "scope": 37103,
6185
6185
  "src": "1045:12:99",
6186
6186
  "stateVariable": false,
6187
6187
  "storageLocation": "default",
@@ -6190,7 +6190,7 @@
6190
6190
  "typeString": "bool"
6191
6191
  },
6192
6192
  "typeName": {
6193
- "id": 37002,
6193
+ "id": 37062,
6194
6194
  "name": "bool",
6195
6195
  "nodeType": "ElementaryTypeName",
6196
6196
  "src": "1045:4:99",
@@ -6202,13 +6202,13 @@
6202
6202
  "visibility": "internal"
6203
6203
  }
6204
6204
  ],
6205
- "id": 37004,
6205
+ "id": 37064,
6206
6206
  "nodeType": "VariableDeclarationStatement",
6207
6207
  "src": "1045:12:99"
6208
6208
  },
6209
6209
  {
6210
6210
  "expression": {
6211
- "id": 37041,
6211
+ "id": 37101,
6212
6212
  "isConstant": false,
6213
6213
  "isLValue": false,
6214
6214
  "isPure": false,
@@ -6216,11 +6216,11 @@
6216
6216
  "leftHandSide": {
6217
6217
  "components": [
6218
6218
  {
6219
- "id": 37005,
6219
+ "id": 37065,
6220
6220
  "name": "success",
6221
6221
  "nodeType": "Identifier",
6222
6222
  "overloadedDeclarations": [],
6223
- "referencedDeclaration": 37003,
6223
+ "referencedDeclaration": 37063,
6224
6224
  "src": "1272:7:99",
6225
6225
  "typeDescriptions": {
6226
6226
  "typeIdentifier": "t_bool",
@@ -6229,7 +6229,7 @@
6229
6229
  },
6230
6230
  null
6231
6231
  ],
6232
- "id": 37006,
6232
+ "id": 37066,
6233
6233
  "isConstant": false,
6234
6234
  "isInlineArray": false,
6235
6235
  "isLValue": true,
@@ -6251,7 +6251,7 @@
6251
6251
  {
6252
6252
  "expression": {
6253
6253
  "expression": {
6254
- "id": 37014,
6254
+ "id": 37074,
6255
6255
  "name": "ISuperfluid",
6256
6256
  "nodeType": "Identifier",
6257
6257
  "overloadedDeclarations": [],
@@ -6262,7 +6262,7 @@
6262
6262
  "typeString": "type(contract ISuperfluid)"
6263
6263
  }
6264
6264
  },
6265
- "id": 37015,
6265
+ "id": 37075,
6266
6266
  "isConstant": false,
6267
6267
  "isLValue": false,
6268
6268
  "isPure": true,
@@ -6276,7 +6276,7 @@
6276
6276
  "typeString": "function ISuperfluid.callAgreement(contract ISuperAgreement,bytes calldata,bytes calldata) returns (bytes memory)"
6277
6277
  }
6278
6278
  },
6279
- "id": 37016,
6279
+ "id": 37076,
6280
6280
  "isConstant": false,
6281
6281
  "isLValue": false,
6282
6282
  "isPure": true,
@@ -6290,11 +6290,11 @@
6290
6290
  }
6291
6291
  },
6292
6292
  {
6293
- "id": 37017,
6293
+ "id": 37077,
6294
6294
  "name": "cfa",
6295
6295
  "nodeType": "Identifier",
6296
6296
  "overloadedDeclarations": [],
6297
- "referencedDeclaration": 36971,
6297
+ "referencedDeclaration": 37031,
6298
6298
  "src": "1421:3:99",
6299
6299
  "typeDescriptions": {
6300
6300
  "typeIdentifier": "t_address",
@@ -6306,7 +6306,7 @@
6306
6306
  {
6307
6307
  "expression": {
6308
6308
  "expression": {
6309
- "id": 37020,
6309
+ "id": 37080,
6310
6310
  "name": "IConstantFlowAgreementV1",
6311
6311
  "nodeType": "Identifier",
6312
6312
  "overloadedDeclarations": [],
@@ -6317,7 +6317,7 @@
6317
6317
  "typeString": "type(contract IConstantFlowAgreementV1)"
6318
6318
  }
6319
6319
  },
6320
- "id": 37021,
6320
+ "id": 37081,
6321
6321
  "isConstant": false,
6322
6322
  "isLValue": false,
6323
6323
  "isPure": true,
@@ -6331,7 +6331,7 @@
6331
6331
  "typeString": "function IConstantFlowAgreementV1.deleteFlow(contract ISuperfluidToken,address,address,bytes calldata) returns (bytes memory)"
6332
6332
  }
6333
6333
  },
6334
- "id": 37022,
6334
+ "id": 37082,
6335
6335
  "isConstant": false,
6336
6336
  "isLValue": false,
6337
6337
  "isPure": true,
@@ -6345,11 +6345,11 @@
6345
6345
  }
6346
6346
  },
6347
6347
  {
6348
- "id": 37023,
6348
+ "id": 37083,
6349
6349
  "name": "superToken",
6350
6350
  "nodeType": "Identifier",
6351
6351
  "overloadedDeclarations": [],
6352
- "referencedDeclaration": 36973,
6352
+ "referencedDeclaration": 37033,
6353
6353
  "src": "1564:10:99",
6354
6354
  "typeDescriptions": {
6355
6355
  "typeIdentifier": "t_address",
@@ -6358,24 +6358,24 @@
6358
6358
  },
6359
6359
  {
6360
6360
  "baseExpression": {
6361
- "id": 37024,
6361
+ "id": 37084,
6362
6362
  "name": "senders",
6363
6363
  "nodeType": "Identifier",
6364
6364
  "overloadedDeclarations": [],
6365
- "referencedDeclaration": 36976,
6365
+ "referencedDeclaration": 37036,
6366
6366
  "src": "1600:7:99",
6367
6367
  "typeDescriptions": {
6368
6368
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
6369
6369
  "typeString": "address[] calldata"
6370
6370
  }
6371
6371
  },
6372
- "id": 37026,
6372
+ "id": 37086,
6373
6373
  "indexExpression": {
6374
- "id": 37025,
6374
+ "id": 37085,
6375
6375
  "name": "i",
6376
6376
  "nodeType": "Identifier",
6377
6377
  "overloadedDeclarations": [],
6378
- "referencedDeclaration": 36992,
6378
+ "referencedDeclaration": 37052,
6379
6379
  "src": "1608:1:99",
6380
6380
  "typeDescriptions": {
6381
6381
  "typeIdentifier": "t_uint256",
@@ -6395,24 +6395,24 @@
6395
6395
  },
6396
6396
  {
6397
6397
  "baseExpression": {
6398
- "id": 37027,
6398
+ "id": 37087,
6399
6399
  "name": "receivers",
6400
6400
  "nodeType": "Identifier",
6401
6401
  "overloadedDeclarations": [],
6402
- "referencedDeclaration": 36979,
6402
+ "referencedDeclaration": 37039,
6403
6403
  "src": "1636:9:99",
6404
6404
  "typeDescriptions": {
6405
6405
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
6406
6406
  "typeString": "address[] calldata"
6407
6407
  }
6408
6408
  },
6409
- "id": 37029,
6409
+ "id": 37089,
6410
6410
  "indexExpression": {
6411
- "id": 37028,
6411
+ "id": 37088,
6412
6412
  "name": "i",
6413
6413
  "nodeType": "Identifier",
6414
6414
  "overloadedDeclarations": [],
6415
- "referencedDeclaration": 36992,
6415
+ "referencedDeclaration": 37052,
6416
6416
  "src": "1646:1:99",
6417
6417
  "typeDescriptions": {
6418
6418
  "typeIdentifier": "t_uint256",
@@ -6434,7 +6434,7 @@
6434
6434
  "arguments": [
6435
6435
  {
6436
6436
  "hexValue": "30",
6437
- "id": 37032,
6437
+ "id": 37092,
6438
6438
  "isConstant": false,
6439
6439
  "isLValue": false,
6440
6440
  "isPure": true,
@@ -6456,7 +6456,7 @@
6456
6456
  "typeString": "int_const 0"
6457
6457
  }
6458
6458
  ],
6459
- "id": 37031,
6459
+ "id": 37091,
6460
6460
  "isConstant": false,
6461
6461
  "isLValue": false,
6462
6462
  "isPure": true,
@@ -6468,7 +6468,7 @@
6468
6468
  "typeString": "function (uint256) pure returns (bytes memory)"
6469
6469
  },
6470
6470
  "typeName": {
6471
- "id": 37030,
6471
+ "id": 37090,
6472
6472
  "name": "bytes",
6473
6473
  "nodeType": "ElementaryTypeName",
6474
6474
  "src": "1678:5:99",
@@ -6478,7 +6478,7 @@
6478
6478
  }
6479
6479
  }
6480
6480
  },
6481
- "id": 37033,
6481
+ "id": 37093,
6482
6482
  "isConstant": false,
6483
6483
  "isLValue": false,
6484
6484
  "isPure": true,
@@ -6518,7 +6518,7 @@
6518
6518
  }
6519
6519
  ],
6520
6520
  "expression": {
6521
- "id": 37018,
6521
+ "id": 37078,
6522
6522
  "name": "abi",
6523
6523
  "nodeType": "Identifier",
6524
6524
  "overloadedDeclarations": [],
@@ -6529,7 +6529,7 @@
6529
6529
  "typeString": "abi"
6530
6530
  }
6531
6531
  },
6532
- "id": 37019,
6532
+ "id": 37079,
6533
6533
  "isConstant": false,
6534
6534
  "isLValue": false,
6535
6535
  "isPure": true,
@@ -6542,7 +6542,7 @@
6542
6542
  "typeString": "function (bytes4) pure returns (bytes memory)"
6543
6543
  }
6544
6544
  },
6545
- "id": 37034,
6545
+ "id": 37094,
6546
6546
  "isConstant": false,
6547
6547
  "isLValue": false,
6548
6548
  "isPure": false,
@@ -6561,7 +6561,7 @@
6561
6561
  "arguments": [
6562
6562
  {
6563
6563
  "hexValue": "30",
6564
- "id": 37037,
6564
+ "id": 37097,
6565
6565
  "isConstant": false,
6566
6566
  "isLValue": false,
6567
6567
  "isPure": true,
@@ -6583,7 +6583,7 @@
6583
6583
  "typeString": "int_const 0"
6584
6584
  }
6585
6585
  ],
6586
- "id": 37036,
6586
+ "id": 37096,
6587
6587
  "isConstant": false,
6588
6588
  "isLValue": false,
6589
6589
  "isPure": true,
@@ -6595,7 +6595,7 @@
6595
6595
  "typeString": "function (uint256) pure returns (bytes memory)"
6596
6596
  },
6597
6597
  "typeName": {
6598
- "id": 37035,
6598
+ "id": 37095,
6599
6599
  "name": "bytes",
6600
6600
  "nodeType": "ElementaryTypeName",
6601
6601
  "src": "1734:5:99",
@@ -6605,7 +6605,7 @@
6605
6605
  }
6606
6606
  }
6607
6607
  },
6608
- "id": 37038,
6608
+ "id": 37098,
6609
6609
  "isConstant": false,
6610
6610
  "isLValue": false,
6611
6611
  "isPure": true,
@@ -6641,7 +6641,7 @@
6641
6641
  }
6642
6642
  ],
6643
6643
  "expression": {
6644
- "id": 37012,
6644
+ "id": 37072,
6645
6645
  "name": "abi",
6646
6646
  "nodeType": "Identifier",
6647
6647
  "overloadedDeclarations": [],
@@ -6652,7 +6652,7 @@
6652
6652
  "typeString": "abi"
6653
6653
  }
6654
6654
  },
6655
- "id": 37013,
6655
+ "id": 37073,
6656
6656
  "isConstant": false,
6657
6657
  "isLValue": false,
6658
6658
  "isPure": true,
@@ -6665,7 +6665,7 @@
6665
6665
  "typeString": "function (bytes4) pure returns (bytes memory)"
6666
6666
  }
6667
6667
  },
6668
- "id": 37039,
6668
+ "id": 37099,
6669
6669
  "isConstant": false,
6670
6670
  "isLValue": false,
6671
6671
  "isPure": false,
@@ -6691,11 +6691,11 @@
6691
6691
  "expression": {
6692
6692
  "arguments": [
6693
6693
  {
6694
- "id": 37009,
6694
+ "id": 37069,
6695
6695
  "name": "host",
6696
6696
  "nodeType": "Identifier",
6697
6697
  "overloadedDeclarations": [],
6698
- "referencedDeclaration": 36969,
6698
+ "referencedDeclaration": 37029,
6699
6699
  "src": "1293:4:99",
6700
6700
  "typeDescriptions": {
6701
6701
  "typeIdentifier": "t_address",
@@ -6710,7 +6710,7 @@
6710
6710
  "typeString": "address"
6711
6711
  }
6712
6712
  ],
6713
- "id": 37008,
6713
+ "id": 37068,
6714
6714
  "isConstant": false,
6715
6715
  "isLValue": false,
6716
6716
  "isPure": true,
@@ -6722,14 +6722,14 @@
6722
6722
  "typeString": "type(address)"
6723
6723
  },
6724
6724
  "typeName": {
6725
- "id": 37007,
6725
+ "id": 37067,
6726
6726
  "name": "address",
6727
6727
  "nodeType": "ElementaryTypeName",
6728
6728
  "src": "1285:7:99",
6729
6729
  "typeDescriptions": {}
6730
6730
  }
6731
6731
  },
6732
- "id": 37010,
6732
+ "id": 37070,
6733
6733
  "isConstant": false,
6734
6734
  "isLValue": false,
6735
6735
  "isPure": false,
@@ -6744,7 +6744,7 @@
6744
6744
  "typeString": "address"
6745
6745
  }
6746
6746
  },
6747
- "id": 37011,
6747
+ "id": 37071,
6748
6748
  "isConstant": false,
6749
6749
  "isLValue": false,
6750
6750
  "isPure": false,
@@ -6757,7 +6757,7 @@
6757
6757
  "typeString": "function (bytes memory) payable returns (bool,bytes memory)"
6758
6758
  }
6759
6759
  },
6760
- "id": 37040,
6760
+ "id": 37100,
6761
6761
  "isConstant": false,
6762
6762
  "isLValue": false,
6763
6763
  "isPure": false,
@@ -6778,7 +6778,7 @@
6778
6778
  "typeString": "tuple()"
6779
6779
  }
6780
6780
  },
6781
- "id": 37042,
6781
+ "id": 37102,
6782
6782
  "nodeType": "ExpressionStatement",
6783
6783
  "src": "1271:503:99"
6784
6784
  }
@@ -6789,17 +6789,17 @@
6789
6789
  "typeIdentifier": "t_uint256",
6790
6790
  "typeString": "uint256"
6791
6791
  },
6792
- "id": 36998,
6792
+ "id": 37058,
6793
6793
  "isConstant": false,
6794
6794
  "isLValue": false,
6795
6795
  "isPure": false,
6796
6796
  "lValueRequested": false,
6797
6797
  "leftExpression": {
6798
- "id": 36995,
6798
+ "id": 37055,
6799
6799
  "name": "i",
6800
6800
  "nodeType": "Identifier",
6801
6801
  "overloadedDeclarations": [],
6802
- "referencedDeclaration": 36992,
6802
+ "referencedDeclaration": 37052,
6803
6803
  "src": "1006:1:99",
6804
6804
  "typeDescriptions": {
6805
6805
  "typeIdentifier": "t_uint256",
@@ -6810,18 +6810,18 @@
6810
6810
  "operator": "<",
6811
6811
  "rightExpression": {
6812
6812
  "expression": {
6813
- "id": 36996,
6813
+ "id": 37056,
6814
6814
  "name": "senders",
6815
6815
  "nodeType": "Identifier",
6816
6816
  "overloadedDeclarations": [],
6817
- "referencedDeclaration": 36976,
6817
+ "referencedDeclaration": 37036,
6818
6818
  "src": "1010:7:99",
6819
6819
  "typeDescriptions": {
6820
6820
  "typeIdentifier": "t_array$_t_address_$dyn_calldata_ptr",
6821
6821
  "typeString": "address[] calldata"
6822
6822
  }
6823
6823
  },
6824
- "id": 36997,
6824
+ "id": 37057,
6825
6825
  "isConstant": false,
6826
6826
  "isLValue": false,
6827
6827
  "isPure": false,
@@ -6840,20 +6840,20 @@
6840
6840
  "typeString": "bool"
6841
6841
  }
6842
6842
  },
6843
- "id": 37044,
6843
+ "id": 37104,
6844
6844
  "initializationExpression": {
6845
6845
  "assignments": [
6846
- 36992
6846
+ 37052
6847
6847
  ],
6848
6848
  "declarations": [
6849
6849
  {
6850
6850
  "constant": false,
6851
- "id": 36992,
6851
+ "id": 37052,
6852
6852
  "mutability": "mutable",
6853
6853
  "name": "i",
6854
6854
  "nameLocation": "999:1:99",
6855
6855
  "nodeType": "VariableDeclaration",
6856
- "scope": 37044,
6856
+ "scope": 37104,
6857
6857
  "src": "994:6:99",
6858
6858
  "stateVariable": false,
6859
6859
  "storageLocation": "default",
@@ -6862,7 +6862,7 @@
6862
6862
  "typeString": "uint256"
6863
6863
  },
6864
6864
  "typeName": {
6865
- "id": 36991,
6865
+ "id": 37051,
6866
6866
  "name": "uint",
6867
6867
  "nodeType": "ElementaryTypeName",
6868
6868
  "src": "994:4:99",
@@ -6874,10 +6874,10 @@
6874
6874
  "visibility": "internal"
6875
6875
  }
6876
6876
  ],
6877
- "id": 36994,
6877
+ "id": 37054,
6878
6878
  "initialValue": {
6879
6879
  "hexValue": "30",
6880
- "id": 36993,
6880
+ "id": 37053,
6881
6881
  "isConstant": false,
6882
6882
  "isLValue": false,
6883
6883
  "isPure": true,
@@ -6896,7 +6896,7 @@
6896
6896
  },
6897
6897
  "loopExpression": {
6898
6898
  "expression": {
6899
- "id": 37000,
6899
+ "id": 37060,
6900
6900
  "isConstant": false,
6901
6901
  "isLValue": false,
6902
6902
  "isPure": false,
@@ -6906,11 +6906,11 @@
6906
6906
  "prefix": true,
6907
6907
  "src": "1026:3:99",
6908
6908
  "subExpression": {
6909
- "id": 36999,
6909
+ "id": 37059,
6910
6910
  "name": "i",
6911
6911
  "nodeType": "Identifier",
6912
6912
  "overloadedDeclarations": [],
6913
- "referencedDeclaration": 36992,
6913
+ "referencedDeclaration": 37052,
6914
6914
  "src": "1028:1:99",
6915
6915
  "typeDescriptions": {
6916
6916
  "typeIdentifier": "t_uint256",
@@ -6922,7 +6922,7 @@
6922
6922
  "typeString": "uint256"
6923
6923
  }
6924
6924
  },
6925
- "id": 37001,
6925
+ "id": 37061,
6926
6926
  "nodeType": "ExpressionStatement",
6927
6927
  "src": "1026:3:99"
6928
6928
  },
@@ -6930,23 +6930,23 @@
6930
6930
  "src": "989:796:99"
6931
6931
  },
6932
6932
  {
6933
- "id": 37075,
6933
+ "id": 37135,
6934
6934
  "nodeType": "Block",
6935
6935
  "src": "1961:213:99",
6936
6936
  "statements": [
6937
6937
  {
6938
6938
  "assignments": [
6939
- 37046
6939
+ 37106
6940
6940
  ],
6941
6941
  "declarations": [
6942
6942
  {
6943
6943
  "constant": false,
6944
- "id": 37046,
6944
+ "id": 37106,
6945
6945
  "mutability": "mutable",
6946
6946
  "name": "balance",
6947
6947
  "nameLocation": "1983:7:99",
6948
6948
  "nodeType": "VariableDeclaration",
6949
- "scope": 37075,
6949
+ "scope": 37135,
6950
6950
  "src": "1975:15:99",
6951
6951
  "stateVariable": false,
6952
6952
  "storageLocation": "default",
@@ -6955,7 +6955,7 @@
6955
6955
  "typeString": "uint256"
6956
6956
  },
6957
6957
  "typeName": {
6958
- "id": 37045,
6958
+ "id": 37105,
6959
6959
  "name": "uint256",
6960
6960
  "nodeType": "ElementaryTypeName",
6961
6961
  "src": "1975:7:99",
@@ -6967,20 +6967,20 @@
6967
6967
  "visibility": "internal"
6968
6968
  }
6969
6969
  ],
6970
- "id": 37056,
6970
+ "id": 37116,
6971
6971
  "initialValue": {
6972
6972
  "arguments": [
6973
6973
  {
6974
6974
  "arguments": [
6975
6975
  {
6976
- "id": 37053,
6976
+ "id": 37113,
6977
6977
  "name": "this",
6978
6978
  "nodeType": "Identifier",
6979
6979
  "overloadedDeclarations": [],
6980
6980
  "referencedDeclaration": 4294967268,
6981
6981
  "src": "2029:4:99",
6982
6982
  "typeDescriptions": {
6983
- "typeIdentifier": "t_contract$_BatchLiquidator_$37078",
6983
+ "typeIdentifier": "t_contract$_BatchLiquidator_$37138",
6984
6984
  "typeString": "contract BatchLiquidator"
6985
6985
  }
6986
6986
  }
@@ -6988,11 +6988,11 @@
6988
6988
  "expression": {
6989
6989
  "argumentTypes": [
6990
6990
  {
6991
- "typeIdentifier": "t_contract$_BatchLiquidator_$37078",
6991
+ "typeIdentifier": "t_contract$_BatchLiquidator_$37138",
6992
6992
  "typeString": "contract BatchLiquidator"
6993
6993
  }
6994
6994
  ],
6995
- "id": 37052,
6995
+ "id": 37112,
6996
6996
  "isConstant": false,
6997
6997
  "isLValue": false,
6998
6998
  "isPure": true,
@@ -7004,14 +7004,14 @@
7004
7004
  "typeString": "type(address)"
7005
7005
  },
7006
7006
  "typeName": {
7007
- "id": 37051,
7007
+ "id": 37111,
7008
7008
  "name": "address",
7009
7009
  "nodeType": "ElementaryTypeName",
7010
7010
  "src": "2021:7:99",
7011
7011
  "typeDescriptions": {}
7012
7012
  }
7013
7013
  },
7014
- "id": 37054,
7014
+ "id": 37114,
7015
7015
  "isConstant": false,
7016
7016
  "isLValue": false,
7017
7017
  "isPure": false,
@@ -7037,11 +7037,11 @@
7037
7037
  "expression": {
7038
7038
  "arguments": [
7039
7039
  {
7040
- "id": 37048,
7040
+ "id": 37108,
7041
7041
  "name": "superToken",
7042
7042
  "nodeType": "Identifier",
7043
7043
  "overloadedDeclarations": [],
7044
- "referencedDeclaration": 36973,
7044
+ "referencedDeclaration": 37033,
7045
7045
  "src": "1999:10:99",
7046
7046
  "typeDescriptions": {
7047
7047
  "typeIdentifier": "t_address",
@@ -7056,7 +7056,7 @@
7056
7056
  "typeString": "address"
7057
7057
  }
7058
7058
  ],
7059
- "id": 37047,
7059
+ "id": 37107,
7060
7060
  "name": "ERC20",
7061
7061
  "nodeType": "Identifier",
7062
7062
  "overloadedDeclarations": [],
@@ -7067,7 +7067,7 @@
7067
7067
  "typeString": "type(contract ERC20)"
7068
7068
  }
7069
7069
  },
7070
- "id": 37049,
7070
+ "id": 37109,
7071
7071
  "isConstant": false,
7072
7072
  "isLValue": false,
7073
7073
  "isPure": false,
@@ -7082,7 +7082,7 @@
7082
7082
  "typeString": "contract ERC20"
7083
7083
  }
7084
7084
  },
7085
- "id": 37050,
7085
+ "id": 37110,
7086
7086
  "isConstant": false,
7087
7087
  "isLValue": false,
7088
7088
  "isPure": false,
@@ -7096,7 +7096,7 @@
7096
7096
  "typeString": "function (address) view external returns (uint256)"
7097
7097
  }
7098
7098
  },
7099
- "id": 37055,
7099
+ "id": 37115,
7100
7100
  "isConstant": false,
7101
7101
  "isLValue": false,
7102
7102
  "isPure": false,
@@ -7120,17 +7120,17 @@
7120
7120
  "typeIdentifier": "t_uint256",
7121
7121
  "typeString": "uint256"
7122
7122
  },
7123
- "id": 37059,
7123
+ "id": 37119,
7124
7124
  "isConstant": false,
7125
7125
  "isLValue": false,
7126
7126
  "isPure": false,
7127
7127
  "lValueRequested": false,
7128
7128
  "leftExpression": {
7129
- "id": 37057,
7129
+ "id": 37117,
7130
7130
  "name": "balance",
7131
7131
  "nodeType": "Identifier",
7132
7132
  "overloadedDeclarations": [],
7133
- "referencedDeclaration": 37046,
7133
+ "referencedDeclaration": 37106,
7134
7134
  "src": "2052:7:99",
7135
7135
  "typeDescriptions": {
7136
7136
  "typeIdentifier": "t_uint256",
@@ -7141,7 +7141,7 @@
7141
7141
  "operator": ">",
7142
7142
  "rightExpression": {
7143
7143
  "hexValue": "30",
7144
- "id": 37058,
7144
+ "id": 37118,
7145
7145
  "isConstant": false,
7146
7146
  "isLValue": false,
7147
7147
  "isPure": true,
@@ -7161,11 +7161,11 @@
7161
7161
  "typeString": "bool"
7162
7162
  }
7163
7163
  },
7164
- "id": 37074,
7164
+ "id": 37134,
7165
7165
  "nodeType": "IfStatement",
7166
7166
  "src": "2049:115:99",
7167
7167
  "trueBody": {
7168
- "id": 37073,
7168
+ "id": 37133,
7169
7169
  "nodeType": "Block",
7170
7170
  "src": "2065:99:99",
7171
7171
  "statements": [
@@ -7175,14 +7175,14 @@
7175
7175
  {
7176
7176
  "arguments": [
7177
7177
  {
7178
- "id": 37066,
7178
+ "id": 37126,
7179
7179
  "name": "this",
7180
7180
  "nodeType": "Identifier",
7181
7181
  "overloadedDeclarations": [],
7182
7182
  "referencedDeclaration": 4294967268,
7183
7183
  "src": "2122:4:99",
7184
7184
  "typeDescriptions": {
7185
- "typeIdentifier": "t_contract$_BatchLiquidator_$37078",
7185
+ "typeIdentifier": "t_contract$_BatchLiquidator_$37138",
7186
7186
  "typeString": "contract BatchLiquidator"
7187
7187
  }
7188
7188
  }
@@ -7190,11 +7190,11 @@
7190
7190
  "expression": {
7191
7191
  "argumentTypes": [
7192
7192
  {
7193
- "typeIdentifier": "t_contract$_BatchLiquidator_$37078",
7193
+ "typeIdentifier": "t_contract$_BatchLiquidator_$37138",
7194
7194
  "typeString": "contract BatchLiquidator"
7195
7195
  }
7196
7196
  ],
7197
- "id": 37065,
7197
+ "id": 37125,
7198
7198
  "isConstant": false,
7199
7199
  "isLValue": false,
7200
7200
  "isPure": true,
@@ -7206,14 +7206,14 @@
7206
7206
  "typeString": "type(address)"
7207
7207
  },
7208
7208
  "typeName": {
7209
- "id": 37064,
7209
+ "id": 37124,
7210
7210
  "name": "address",
7211
7211
  "nodeType": "ElementaryTypeName",
7212
7212
  "src": "2114:7:99",
7213
7213
  "typeDescriptions": {}
7214
7214
  }
7215
7215
  },
7216
- "id": 37067,
7216
+ "id": 37127,
7217
7217
  "isConstant": false,
7218
7218
  "isLValue": false,
7219
7219
  "isPure": false,
@@ -7230,7 +7230,7 @@
7230
7230
  },
7231
7231
  {
7232
7232
  "expression": {
7233
- "id": 37068,
7233
+ "id": 37128,
7234
7234
  "name": "msg",
7235
7235
  "nodeType": "Identifier",
7236
7236
  "overloadedDeclarations": [],
@@ -7241,7 +7241,7 @@
7241
7241
  "typeString": "msg"
7242
7242
  }
7243
7243
  },
7244
- "id": 37069,
7244
+ "id": 37129,
7245
7245
  "isConstant": false,
7246
7246
  "isLValue": false,
7247
7247
  "isPure": false,
@@ -7255,11 +7255,11 @@
7255
7255
  }
7256
7256
  },
7257
7257
  {
7258
- "id": 37070,
7258
+ "id": 37130,
7259
7259
  "name": "balance",
7260
7260
  "nodeType": "Identifier",
7261
7261
  "overloadedDeclarations": [],
7262
- "referencedDeclaration": 37046,
7262
+ "referencedDeclaration": 37106,
7263
7263
  "src": "2141:7:99",
7264
7264
  "typeDescriptions": {
7265
7265
  "typeIdentifier": "t_uint256",
@@ -7285,11 +7285,11 @@
7285
7285
  "expression": {
7286
7286
  "arguments": [
7287
7287
  {
7288
- "id": 37061,
7288
+ "id": 37121,
7289
7289
  "name": "superToken",
7290
7290
  "nodeType": "Identifier",
7291
7291
  "overloadedDeclarations": [],
7292
- "referencedDeclaration": 36973,
7292
+ "referencedDeclaration": 37033,
7293
7293
  "src": "2089:10:99",
7294
7294
  "typeDescriptions": {
7295
7295
  "typeIdentifier": "t_address",
@@ -7304,7 +7304,7 @@
7304
7304
  "typeString": "address"
7305
7305
  }
7306
7306
  ],
7307
- "id": 37060,
7307
+ "id": 37120,
7308
7308
  "name": "ERC20",
7309
7309
  "nodeType": "Identifier",
7310
7310
  "overloadedDeclarations": [],
@@ -7315,7 +7315,7 @@
7315
7315
  "typeString": "type(contract ERC20)"
7316
7316
  }
7317
7317
  },
7318
- "id": 37062,
7318
+ "id": 37122,
7319
7319
  "isConstant": false,
7320
7320
  "isLValue": false,
7321
7321
  "isPure": false,
@@ -7330,7 +7330,7 @@
7330
7330
  "typeString": "contract ERC20"
7331
7331
  }
7332
7332
  },
7333
- "id": 37063,
7333
+ "id": 37123,
7334
7334
  "isConstant": false,
7335
7335
  "isLValue": false,
7336
7336
  "isPure": false,
@@ -7344,7 +7344,7 @@
7344
7344
  "typeString": "function (address,address,uint256) external returns (bool)"
7345
7345
  }
7346
7346
  },
7347
- "id": 37071,
7347
+ "id": 37131,
7348
7348
  "isConstant": false,
7349
7349
  "isLValue": false,
7350
7350
  "isPure": false,
@@ -7359,7 +7359,7 @@
7359
7359
  "typeString": "bool"
7360
7360
  }
7361
7361
  },
7362
- "id": 37072,
7362
+ "id": 37132,
7363
7363
  "nodeType": "ExpressionStatement",
7364
7364
  "src": "2083:66:99"
7365
7365
  }
@@ -7371,13 +7371,13 @@
7371
7371
  ]
7372
7372
  },
7373
7373
  "documentation": {
7374
- "id": 36967,
7374
+ "id": 37027,
7375
7375
  "nodeType": "StructuredDocumentation",
7376
7376
  "src": "417:304:99",
7377
7377
  "text": " @dev Delete flows in batch\n @param host - The host contract address.\n @param cfa - The cfa contract address.\n @param superToken - The super token the flows belong to.\n @param senders - List of senders.\n @param receivers - Corresponding list of receivers."
7378
7378
  },
7379
7379
  "functionSelector": "feb6bb69",
7380
- "id": 37077,
7380
+ "id": 37137,
7381
7381
  "implemented": true,
7382
7382
  "kind": "function",
7383
7383
  "modifiers": [],
@@ -7385,17 +7385,17 @@
7385
7385
  "nameLocation": "735:11:99",
7386
7386
  "nodeType": "FunctionDefinition",
7387
7387
  "parameters": {
7388
- "id": 36980,
7388
+ "id": 37040,
7389
7389
  "nodeType": "ParameterList",
7390
7390
  "parameters": [
7391
7391
  {
7392
7392
  "constant": false,
7393
- "id": 36969,
7393
+ "id": 37029,
7394
7394
  "mutability": "mutable",
7395
7395
  "name": "host",
7396
7396
  "nameLocation": "764:4:99",
7397
7397
  "nodeType": "VariableDeclaration",
7398
- "scope": 37077,
7398
+ "scope": 37137,
7399
7399
  "src": "756:12:99",
7400
7400
  "stateVariable": false,
7401
7401
  "storageLocation": "default",
@@ -7404,7 +7404,7 @@
7404
7404
  "typeString": "address"
7405
7405
  },
7406
7406
  "typeName": {
7407
- "id": 36968,
7407
+ "id": 37028,
7408
7408
  "name": "address",
7409
7409
  "nodeType": "ElementaryTypeName",
7410
7410
  "src": "756:7:99",
@@ -7418,12 +7418,12 @@
7418
7418
  },
7419
7419
  {
7420
7420
  "constant": false,
7421
- "id": 36971,
7421
+ "id": 37031,
7422
7422
  "mutability": "mutable",
7423
7423
  "name": "cfa",
7424
7424
  "nameLocation": "786:3:99",
7425
7425
  "nodeType": "VariableDeclaration",
7426
- "scope": 37077,
7426
+ "scope": 37137,
7427
7427
  "src": "778:11:99",
7428
7428
  "stateVariable": false,
7429
7429
  "storageLocation": "default",
@@ -7432,7 +7432,7 @@
7432
7432
  "typeString": "address"
7433
7433
  },
7434
7434
  "typeName": {
7435
- "id": 36970,
7435
+ "id": 37030,
7436
7436
  "name": "address",
7437
7437
  "nodeType": "ElementaryTypeName",
7438
7438
  "src": "778:7:99",
@@ -7446,12 +7446,12 @@
7446
7446
  },
7447
7447
  {
7448
7448
  "constant": false,
7449
- "id": 36973,
7449
+ "id": 37033,
7450
7450
  "mutability": "mutable",
7451
7451
  "name": "superToken",
7452
7452
  "nameLocation": "807:10:99",
7453
7453
  "nodeType": "VariableDeclaration",
7454
- "scope": 37077,
7454
+ "scope": 37137,
7455
7455
  "src": "799:18:99",
7456
7456
  "stateVariable": false,
7457
7457
  "storageLocation": "default",
@@ -7460,7 +7460,7 @@
7460
7460
  "typeString": "address"
7461
7461
  },
7462
7462
  "typeName": {
7463
- "id": 36972,
7463
+ "id": 37032,
7464
7464
  "name": "address",
7465
7465
  "nodeType": "ElementaryTypeName",
7466
7466
  "src": "799:7:99",
@@ -7474,12 +7474,12 @@
7474
7474
  },
7475
7475
  {
7476
7476
  "constant": false,
7477
- "id": 36976,
7477
+ "id": 37036,
7478
7478
  "mutability": "mutable",
7479
7479
  "name": "senders",
7480
7480
  "nameLocation": "846:7:99",
7481
7481
  "nodeType": "VariableDeclaration",
7482
- "scope": 37077,
7482
+ "scope": 37137,
7483
7483
  "src": "827:26:99",
7484
7484
  "stateVariable": false,
7485
7485
  "storageLocation": "calldata",
@@ -7489,7 +7489,7 @@
7489
7489
  },
7490
7490
  "typeName": {
7491
7491
  "baseType": {
7492
- "id": 36974,
7492
+ "id": 37034,
7493
7493
  "name": "address",
7494
7494
  "nodeType": "ElementaryTypeName",
7495
7495
  "src": "827:7:99",
@@ -7499,7 +7499,7 @@
7499
7499
  "typeString": "address"
7500
7500
  }
7501
7501
  },
7502
- "id": 36975,
7502
+ "id": 37035,
7503
7503
  "nodeType": "ArrayTypeName",
7504
7504
  "src": "827:9:99",
7505
7505
  "typeDescriptions": {
@@ -7511,12 +7511,12 @@
7511
7511
  },
7512
7512
  {
7513
7513
  "constant": false,
7514
- "id": 36979,
7514
+ "id": 37039,
7515
7515
  "mutability": "mutable",
7516
7516
  "name": "receivers",
7517
7517
  "nameLocation": "874:9:99",
7518
7518
  "nodeType": "VariableDeclaration",
7519
- "scope": 37077,
7519
+ "scope": 37137,
7520
7520
  "src": "855:28:99",
7521
7521
  "stateVariable": false,
7522
7522
  "storageLocation": "calldata",
@@ -7526,7 +7526,7 @@
7526
7526
  },
7527
7527
  "typeName": {
7528
7528
  "baseType": {
7529
- "id": 36977,
7529
+ "id": 37037,
7530
7530
  "name": "address",
7531
7531
  "nodeType": "ElementaryTypeName",
7532
7532
  "src": "855:7:99",
@@ -7536,7 +7536,7 @@
7536
7536
  "typeString": "address"
7537
7537
  }
7538
7538
  },
7539
- "id": 36978,
7539
+ "id": 37038,
7540
7540
  "nodeType": "ArrayTypeName",
7541
7541
  "src": "855:9:99",
7542
7542
  "typeDescriptions": {
@@ -7550,19 +7550,19 @@
7550
7550
  "src": "746:143:99"
7551
7551
  },
7552
7552
  "returnParameters": {
7553
- "id": 36981,
7553
+ "id": 37041,
7554
7554
  "nodeType": "ParameterList",
7555
7555
  "parameters": [],
7556
7556
  "src": "899:0:99"
7557
7557
  },
7558
- "scope": 37078,
7558
+ "scope": 37138,
7559
7559
  "src": "726:1454:99",
7560
7560
  "stateMutability": "nonpayable",
7561
7561
  "virtual": false,
7562
7562
  "visibility": "external"
7563
7563
  }
7564
7564
  ],
7565
- "scope": 37079,
7565
+ "scope": 37139,
7566
7566
  "src": "385:1797:99",
7567
7567
  "usedErrors": []
7568
7568
  }
@@ -7575,7 +7575,7 @@
7575
7575
  },
7576
7576
  "networks": {},
7577
7577
  "schemaVersion": "3.4.4",
7578
- "updatedAt": "2022-03-14T21:09:13.739Z",
7578
+ "updatedAt": "2022-03-16T15:02:42.970Z",
7579
7579
  "devdoc": {
7580
7580
  "author": "Superfluid",
7581
7581
  "kind": "dev",