@superfluid-finance/ethereum-contracts 1.2.1-dev.90ccb01.0 → 1.2.2-dev.2bc50bf.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 (112) 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 +18 -18
  5. package/build/contracts/AgreementLibrary.json +167 -167
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +181 -181
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +1596 -1596
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1523 -1523
  12. package/build/contracts/ConstantFlowAgreementV1.json +15906 -15910
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +599 -599
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +19 -19
  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/ERC20Burnable.json +1 -1
  21. package/build/contracts/ERC20Pausable.json +1 -1
  22. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  23. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  24. package/build/contracts/ERC721.json +1 -1
  25. package/build/contracts/ERC777Helper.json +380 -380
  26. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  27. package/build/contracts/ERC777RecipientReverting.json +855 -855
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/ExclusiveInflowTestApp.json +1523 -1523
  30. package/build/contracts/FixedSizeData.json +200 -200
  31. package/build/contracts/FlowExchangeTestApp.json +1524 -1524
  32. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  33. package/build/contracts/FullUpgradableSuperTokenProxy.json +113 -113
  34. package/build/contracts/IAccessControl.json +1 -1
  35. package/build/contracts/IAccessControlEnumerable.json +1 -1
  36. package/build/contracts/IConstantFlowAgreementV1.json +964 -1066
  37. package/build/contracts/IDAv1Library.json +2579 -2579
  38. package/build/contracts/IERC165.json +1 -1
  39. package/build/contracts/IERC1820Implementer.json +1 -1
  40. package/build/contracts/IERC1820Registry.json +1 -1
  41. package/build/contracts/IERC20.json +1 -1
  42. package/build/contracts/IERC20Metadata.json +1 -1
  43. package/build/contracts/IERC721.json +1 -1
  44. package/build/contracts/IERC721Metadata.json +1 -1
  45. package/build/contracts/IERC721Receiver.json +1 -1
  46. package/build/contracts/IERC777.json +1 -1
  47. package/build/contracts/IERC777Recipient.json +1 -1
  48. package/build/contracts/IERC777Sender.json +1 -1
  49. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  50. package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
  51. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  52. package/build/contracts/IMultiSigWallet.json +24 -24
  53. package/build/contracts/IPureSuperToken.json +42 -42
  54. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  55. package/build/contracts/IRelayRecipient.json +27 -27
  56. package/build/contracts/IResolver.json +38 -38
  57. package/build/contracts/ISETH.json +47 -47
  58. package/build/contracts/ISETHCustom.json +47 -47
  59. package/build/contracts/ISuperAgreement.json +50 -50
  60. package/build/contracts/ISuperApp.json +191 -191
  61. package/build/contracts/ISuperToken.json +523 -523
  62. package/build/contracts/ISuperTokenFactory.json +160 -160
  63. package/build/contracts/ISuperfluid.json +829 -829
  64. package/build/contracts/ISuperfluidGovernance.json +242 -242
  65. package/build/contracts/ISuperfluidToken.json +389 -389
  66. package/build/contracts/ITOGAv1.json +1432 -1432
  67. package/build/contracts/ITOGAv2.json +1432 -1432
  68. package/build/contracts/Initializable.json +1 -1
  69. package/build/contracts/InstantDistributionAgreementV1.json +5739 -5739
  70. package/build/contracts/Int96SafeMath.json +281 -281
  71. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  72. package/build/contracts/NonClosableOutflowTestApp.json +1524 -1524
  73. package/build/contracts/Ownable.json +1 -1
  74. package/build/contracts/Pausable.json +1 -1
  75. package/build/contracts/Proxy.json +1 -1
  76. package/build/contracts/PureSuperToken.json +106 -106
  77. package/build/contracts/Resolver.json +98 -98
  78. package/build/contracts/SETHProxy.json +224 -224
  79. package/build/contracts/SafeCast.json +1 -1
  80. package/build/contracts/SafeERC20.json +1 -1
  81. package/build/contracts/SafeMath.json +1 -1
  82. package/build/contracts/SelfDeletingFlowTestApp.json +1523 -1523
  83. package/build/contracts/SlotsBitmapLibrary.json +441 -441
  84. package/build/contracts/Strings.json +1 -1
  85. package/build/contracts/SuperAppBase.json +239 -239
  86. package/build/contracts/SuperAppDefinitions.json +599 -599
  87. package/build/contracts/SuperToken.json +2350 -2350
  88. package/build/contracts/SuperTokenFactory.json +731 -731
  89. package/build/contracts/SuperTokenFactoryBase.json +721 -721
  90. package/build/contracts/SuperTokenFactoryHelper.json +724 -724
  91. package/build/contracts/SuperUpgrader.json +437 -437
  92. package/build/contracts/Superfluid.json +4935 -4935
  93. package/build/contracts/SuperfluidFrameworkDeployer.json +535 -535
  94. package/build/contracts/SuperfluidGovernanceBase.json +2224 -2224
  95. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  96. package/build/contracts/SuperfluidGovernanceII.json +147 -147
  97. package/build/contracts/SuperfluidGovernanceIIProxy.json +128 -128
  98. package/build/contracts/SuperfluidLoader.json +207 -207
  99. package/build/contracts/SuperfluidToken.json +1345 -1345
  100. package/build/contracts/TOGA.json +1451 -1451
  101. package/build/contracts/TestGovernance.json +246 -246
  102. package/build/contracts/TestToken.json +94 -94
  103. package/build/contracts/TokenCustodian.json +214 -214
  104. package/build/contracts/TokenInfo.json +32 -32
  105. package/build/contracts/UInt128SafeMath.json +97 -97
  106. package/build/contracts/UUPSProxiable.json +132 -132
  107. package/build/contracts/UUPSProxy.json +81 -81
  108. package/build/contracts/UUPSUtils.json +37 -37
  109. package/build/contracts-sizes.txt +1 -1
  110. package/contracts/agreements/ConstantFlowAgreementV1.sol +7 -11
  111. package/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol +3 -9
  112. package/package.json +3 -3
@@ -1395,7 +1395,7 @@
1395
1395
  }
1396
1396
  ]
1397
1397
  },
1398
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662t_uint256t_uint256",
1398
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643t_uint256t_uint256",
1399
1399
  "nodeType": "YulFunctionDefinition",
1400
1400
  "parameters": [
1401
1401
  {
@@ -1670,7 +1670,7 @@
1670
1670
  }
1671
1671
  ]
1672
1672
  },
1673
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662",
1673
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643",
1674
1674
  "nodeType": "YulFunctionDefinition",
1675
1675
  "parameters": [
1676
1676
  {
@@ -1896,7 +1896,7 @@
1896
1896
  }
1897
1897
  ]
1898
1898
  },
1899
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_bytes32",
1899
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_bytes32",
1900
1900
  "nodeType": "YulFunctionDefinition",
1901
1901
  "parameters": [
1902
1902
  {
@@ -2991,7 +2991,7 @@
2991
2991
  }
2992
2992
  ]
2993
2993
  },
2994
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_array$_t_contract$_ISuperToken_$18702_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr",
2994
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_array$_t_contract$_ISuperToken_$18683_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr",
2995
2995
  "nodeType": "YulFunctionDefinition",
2996
2996
  "parameters": [
2997
2997
  {
@@ -3346,7 +3346,7 @@
3346
3346
  }
3347
3347
  ]
3348
3348
  },
3349
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_address",
3349
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_address",
3350
3350
  "nodeType": "YulFunctionDefinition",
3351
3351
  "parameters": [
3352
3352
  {
@@ -3691,7 +3691,7 @@
3691
3691
  }
3692
3692
  ]
3693
3693
  },
3694
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662t_address",
3694
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643t_address",
3695
3695
  "nodeType": "YulFunctionDefinition",
3696
3696
  "parameters": [
3697
3697
  {
@@ -4073,7 +4073,7 @@
4073
4073
  }
4074
4074
  ]
4075
4075
  },
4076
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_array$_t_contract$_ISuperToken_$18702_$dyn_calldata_ptr",
4076
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_array$_t_contract$_ISuperToken_$18683_$dyn_calldata_ptr",
4077
4077
  "nodeType": "YulFunctionDefinition",
4078
4078
  "parameters": [
4079
4079
  {
@@ -4619,7 +4619,7 @@
4619
4619
  }
4620
4620
  ]
4621
4621
  },
4622
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_addresst_array$_t_address_$dyn_calldata_ptrt_address",
4622
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_addresst_array$_t_address_$dyn_calldata_ptrt_address",
4623
4623
  "nodeType": "YulFunctionDefinition",
4624
4624
  "parameters": [
4625
4625
  {
@@ -6207,7 +6207,7 @@
6207
6207
  }
6208
6208
  ]
6209
6209
  },
6210
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_addresst_uint256t_uint256t_array$_t_address_$dyn_memory_ptr",
6210
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_addresst_uint256t_uint256t_array$_t_address_$dyn_memory_ptr",
6211
6211
  "nodeType": "YulFunctionDefinition",
6212
6212
  "parameters": [
6213
6213
  {
@@ -6533,7 +6533,7 @@
6533
6533
  }
6534
6534
  ]
6535
6535
  },
6536
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662t_bytes32",
6536
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643t_bytes32",
6537
6537
  "nodeType": "YulFunctionDefinition",
6538
6538
  "parameters": [
6539
6539
  {
@@ -6929,7 +6929,7 @@
6929
6929
  }
6930
6930
  ]
6931
6931
  },
6932
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662t_bytes32t_address",
6932
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643t_bytes32t_address",
6933
6933
  "nodeType": "YulFunctionDefinition",
6934
6934
  "parameters": [
6935
6935
  {
@@ -7249,7 +7249,7 @@
7249
7249
  }
7250
7250
  ]
7251
7251
  },
7252
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662t_uint256",
7252
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643t_uint256",
7253
7253
  "nodeType": "YulFunctionDefinition",
7254
7254
  "parameters": [
7255
7255
  {
@@ -7724,7 +7724,7 @@
7724
7724
  }
7725
7725
  ]
7726
7726
  },
7727
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperToken_$18702",
7727
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperToken_$18683",
7728
7728
  "nodeType": "YulFunctionDefinition",
7729
7729
  "parameters": [
7730
7730
  {
@@ -8252,7 +8252,7 @@
8252
8252
  }
8253
8253
  ]
8254
8254
  },
8255
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662t_bytes32t_uint256",
8255
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643t_bytes32t_uint256",
8256
8256
  "nodeType": "YulFunctionDefinition",
8257
8257
  "parameters": [
8258
8258
  {
@@ -9435,7 +9435,7 @@
9435
9435
  }
9436
9436
  ]
9437
9437
  },
9438
- "name": "abi_decode_tuple_t_contract$_ISuperToken_$18702",
9438
+ "name": "abi_decode_tuple_t_contract$_ISuperToken_$18683",
9439
9439
  "nodeType": "YulFunctionDefinition",
9440
9440
  "parameters": [
9441
9441
  {
@@ -10008,7 +10008,7 @@
10008
10008
  }
10009
10009
  ]
10010
10010
  },
10011
- "name": "abi_encode_tuple_t_contract$_ISuperToken_$18702__to_t_address__fromStack_reversed",
10011
+ "name": "abi_encode_tuple_t_contract$_ISuperToken_$18683__to_t_address__fromStack_reversed",
10012
10012
  "nodeType": "YulFunctionDefinition",
10013
10013
  "parameters": [
10014
10014
  {
@@ -10154,7 +10154,7 @@
10154
10154
  }
10155
10155
  ]
10156
10156
  },
10157
- "name": "abi_encode_tuple_t_contract$_ISuperAgreement_$18212__to_t_address__fromStack_reversed",
10157
+ "name": "abi_encode_tuple_t_contract$_ISuperAgreement_$18193__to_t_address__fromStack_reversed",
10158
10158
  "nodeType": "YulFunctionDefinition",
10159
10159
  "parameters": [
10160
10160
  {
@@ -10300,7 +10300,7 @@
10300
10300
  }
10301
10301
  ]
10302
10302
  },
10303
- "name": "abi_encode_tuple_t_contract$_ISuperTokenFactory_$18791__to_t_address__fromStack_reversed",
10303
+ "name": "abi_encode_tuple_t_contract$_ISuperTokenFactory_$18772__to_t_address__fromStack_reversed",
10304
10304
  "nodeType": "YulFunctionDefinition",
10305
10305
  "parameters": [
10306
10306
  {
@@ -10446,7 +10446,7 @@
10446
10446
  }
10447
10447
  ]
10448
10448
  },
10449
- "name": "abi_encode_tuple_t_contract$_ISuperfluidGovernance_$19388__to_t_address__fromStack_reversed",
10449
+ "name": "abi_encode_tuple_t_contract$_ISuperfluidGovernance_$19369__to_t_address__fromStack_reversed",
10450
10450
  "nodeType": "YulFunctionDefinition",
10451
10451
  "parameters": [
10452
10452
  {
@@ -12913,7 +12913,7 @@
12913
12913
  }
12914
12914
  ]
12915
12915
  },
12916
- "contents": "{\n { }\n function validator_revert_contract_ISuperfluid(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662t_uint256t_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_bytes32(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n value1 := calldataload(add(headStart, 32))\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_decode_array_contract_ISuperToken_dyn_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_array$_t_contract$_ISuperToken_$18702_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n let offset_1 := calldataload(add(headStart, 64))\n if gt(offset_1, _1) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset_1), dataEnd)\n value3 := value3_1\n value4 := value4_1\n }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n validator_revert_contract_ISuperfluid(value)\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662t_address(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_contract_ISuperfluid(value_2)\n value2 := value_2\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_array$_t_contract$_ISuperToken_$18702_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_addresst_array$_t_address_$dyn_calldata_ptrt_address(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value2_1, value3_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value2 := value2_1\n value3 := value3_1\n let value_2 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluid(value_2)\n value4 := value_2\n }\n function abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_addresst_uint256t_uint256t_array$_t_address_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let _1 := 32\n let value_1 := calldataload(add(headStart, _1))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n let offset := calldataload(add(headStart, 128))\n let _2 := 0xffffffffffffffff\n if gt(offset, _2) { revert(0, 0) }\n let _3 := add(headStart, offset)\n if iszero(slt(add(_3, 0x1f), dataEnd)) { revert(0, 0) }\n let _4 := calldataload(_3)\n if gt(_4, _2) { panic_error_0x41() }\n let _5 := shl(5, _4)\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(_5, 63), not(31)))\n if or(gt(newFreePtr, _2), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n let dst := memPtr\n mstore(memPtr, _4)\n dst := add(memPtr, _1)\n let srcEnd := add(add(_3, _5), _1)\n if gt(srcEnd, dataEnd) { revert(0, 0) }\n let src := add(_3, _1)\n for { } lt(src, srcEnd) { src := add(src, _1) }\n {\n mstore(dst, abi_decode_address(src))\n dst := add(dst, _1)\n }\n value4 := memPtr\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662t_bytes32(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662t_bytes32t_address(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n let value_2 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluid(value_2)\n value3 := value_2\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662t_uint256(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperToken_$18702(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19265t_contract$_ISuperfluidToken_$19662t_bytes32t_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n }\n function abi_encode_tuple_t_stringliteral_4debfb5a5a312edc2b540473bc8366af9776d1039b451474b0626fba30be5371__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 51)\n mstore(add(headStart, 64), \"SFGov: Invalid liquidationPeriod\")\n mstore(add(headStart, 96), \" or patricianPeriod\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bool_t_uint256_t_uint256__to_t_bool_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_bool_t_rational_0_by_1_t_rational_0_by_1__to_t_bool_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_stringliteral_7a9072b8fd331f8bbfbe8c9ef05e5a93488a2aa375e4518b1d2a416cefb1eba2__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 37)\n mstore(add(headStart, 64), \"SFGov: arrays are not the same l\")\n mstore(add(headStart, 96), \"ength\")\n tail := add(headStart, 128)\n }\n function panic_error_0x32()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperToken_$18702(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n }\n function increment_t_uint256(value) -> ret\n {\n if eq(value, not(0))\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n ret := add(value, 1)\n }\n function abi_encode_tuple_t_bool_t_address__to_t_bool_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperToken_$18702__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperAgreement_$18212__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperTokenFactory_$18791__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperfluidGovernance_$19388__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function panic_error_0x01()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x01)\n revert(0, 0x24)\n }\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"Ownable: caller is not the owner\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_bool_t_address_t_bool__to_t_bool_t_address_t_bool__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n }\n function abi_encode_tuple_t_bool_t_uint256__to_t_bool_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_stringliteral_0cc84dea92cbb42dfe3fb53e8a08f46585559e9d466fa673be05594a1fd31611__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 33)\n mstore(add(headStart, 64), \"SFGov: factory must be a contrac\")\n mstore(add(headStart, 96), \"t\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bool_t_rational_0_by_1__to_t_bool_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 38)\n mstore(add(headStart, 64), \"Ownable: new owner is the zero a\")\n mstore(add(headStart, 96), \"ddress\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bytes32_t_bool_t_uint256__to_t_bytes32_t_bool_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_bytes32_t_bool_t_rational_0_by_1__to_t_bytes32_t_bool_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_stringliteral_3a9ec29d76a01dd4676b43ee8f5ae7a021577f823fb495dfb5627ad6bbb890b6_t_address__to_t_string_memory_ptr_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 64)\n mstore(add(headStart, 64), 57)\n mstore(add(headStart, 96), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 128), \"d.appWhiteListing.factory\")\n tail := add(headStart, 160)\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_stringliteral_5e8d8c86403ce515d0afc5f813484261c20de0e66deea95df3a7de50a4365fdd_t_address__to_t_string_memory_ptr_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 64)\n mstore(add(headStart, 64), 50)\n mstore(add(headStart, 96), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 128), \"d.trustedForwarder\")\n tail := add(headStart, 160)\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n }\n}",
12916
+ "contents": "{\n { }\n function validator_revert_contract_ISuperfluid(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643t_uint256t_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_bytes32(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n value1 := calldataload(add(headStart, 32))\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_decode_array_contract_ISuperToken_dyn_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_array$_t_contract$_ISuperToken_$18683_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n let offset_1 := calldataload(add(headStart, 64))\n if gt(offset_1, _1) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset_1), dataEnd)\n value3 := value3_1\n value4 := value4_1\n }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n validator_revert_contract_ISuperfluid(value)\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643t_address(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_contract_ISuperfluid(value_2)\n value2 := value_2\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_array$_t_contract$_ISuperToken_$18683_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_addresst_array$_t_address_$dyn_calldata_ptrt_address(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value2_1, value3_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value2 := value2_1\n value3 := value3_1\n let value_2 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluid(value_2)\n value4 := value_2\n }\n function abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_addresst_uint256t_uint256t_array$_t_address_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let _1 := 32\n let value_1 := calldataload(add(headStart, _1))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n let offset := calldataload(add(headStart, 128))\n let _2 := 0xffffffffffffffff\n if gt(offset, _2) { revert(0, 0) }\n let _3 := add(headStart, offset)\n if iszero(slt(add(_3, 0x1f), dataEnd)) { revert(0, 0) }\n let _4 := calldataload(_3)\n if gt(_4, _2) { panic_error_0x41() }\n let _5 := shl(5, _4)\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(_5, 63), not(31)))\n if or(gt(newFreePtr, _2), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n let dst := memPtr\n mstore(memPtr, _4)\n dst := add(memPtr, _1)\n let srcEnd := add(add(_3, _5), _1)\n if gt(srcEnd, dataEnd) { revert(0, 0) }\n let src := add(_3, _1)\n for { } lt(src, srcEnd) { src := add(src, _1) }\n {\n mstore(dst, abi_decode_address(src))\n dst := add(dst, _1)\n }\n value4 := memPtr\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643t_bytes32(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643t_bytes32t_address(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n let value_2 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluid(value_2)\n value3 := value_2\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643t_uint256(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperToken_$18683(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$19246t_contract$_ISuperfluidToken_$19643t_bytes32t_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n }\n function abi_encode_tuple_t_stringliteral_4debfb5a5a312edc2b540473bc8366af9776d1039b451474b0626fba30be5371__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 51)\n mstore(add(headStart, 64), \"SFGov: Invalid liquidationPeriod\")\n mstore(add(headStart, 96), \" or patricianPeriod\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bool_t_uint256_t_uint256__to_t_bool_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_bool_t_rational_0_by_1_t_rational_0_by_1__to_t_bool_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_stringliteral_7a9072b8fd331f8bbfbe8c9ef05e5a93488a2aa375e4518b1d2a416cefb1eba2__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 37)\n mstore(add(headStart, 64), \"SFGov: arrays are not the same l\")\n mstore(add(headStart, 96), \"ength\")\n tail := add(headStart, 128)\n }\n function panic_error_0x32()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperToken_$18683(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n }\n function increment_t_uint256(value) -> ret\n {\n if eq(value, not(0))\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n ret := add(value, 1)\n }\n function abi_encode_tuple_t_bool_t_address__to_t_bool_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperToken_$18683__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperAgreement_$18193__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperTokenFactory_$18772__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperfluidGovernance_$19369__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function panic_error_0x01()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x01)\n revert(0, 0x24)\n }\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"Ownable: caller is not the owner\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_bool_t_address_t_bool__to_t_bool_t_address_t_bool__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n }\n function abi_encode_tuple_t_bool_t_uint256__to_t_bool_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_stringliteral_0cc84dea92cbb42dfe3fb53e8a08f46585559e9d466fa673be05594a1fd31611__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 33)\n mstore(add(headStart, 64), \"SFGov: factory must be a contrac\")\n mstore(add(headStart, 96), \"t\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bool_t_rational_0_by_1__to_t_bool_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 38)\n mstore(add(headStart, 64), \"Ownable: new owner is the zero a\")\n mstore(add(headStart, 96), \"ddress\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bytes32_t_bool_t_uint256__to_t_bytes32_t_bool_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_bytes32_t_bool_t_rational_0_by_1__to_t_bytes32_t_bool_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_stringliteral_3a9ec29d76a01dd4676b43ee8f5ae7a021577f823fb495dfb5627ad6bbb890b6_t_address__to_t_string_memory_ptr_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 64)\n mstore(add(headStart, 64), 57)\n mstore(add(headStart, 96), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 128), \"d.appWhiteListing.factory\")\n tail := add(headStart, 160)\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_stringliteral_5e8d8c86403ce515d0afc5f813484261c20de0e66deea95df3a7de50a4365fdd_t_address__to_t_string_memory_ptr_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 64)\n mstore(add(headStart, 64), 50)\n mstore(add(headStart, 96), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 128), \"d.trustedForwarder\")\n tail := add(headStart, 160)\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n }\n}",
12917
12917
  "id": 110,
12918
12918
  "language": "Yul",
12919
12919
  "name": "#utility.yul"
@@ -12927,27 +12927,27 @@
12927
12927
  "absolutePath": "project:/contracts/utils/TestGovernance.sol",
12928
12928
  "exportedSymbols": {
12929
12929
  "ISuperfluid": [
12930
- 19265
12930
+ 19246
12931
12931
  ],
12932
12932
  "ISuperfluidToken": [
12933
- 19662
12933
+ 19643
12934
12934
  ],
12935
12935
  "Ownable": [
12936
12936
  636
12937
12937
  ],
12938
12938
  "SuperfluidGovernanceBase": [
12939
- 16904
12939
+ 16891
12940
12940
  ],
12941
12941
  "TestGovernance": [
12942
- 38238
12942
+ 38219
12943
12943
  ]
12944
12944
  },
12945
- "id": 38239,
12945
+ "id": 38220,
12946
12946
  "license": "AGPLv3",
12947
12947
  "nodeType": "SourceUnit",
12948
12948
  "nodes": [
12949
12949
  {
12950
- "id": 38107,
12950
+ "id": 38088,
12951
12951
  "literals": [
12952
12952
  "solidity",
12953
12953
  "0.8",
@@ -12959,20 +12959,20 @@
12959
12959
  {
12960
12960
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
12961
12961
  "file": "../interfaces/superfluid/ISuperfluid.sol",
12962
- "id": 38110,
12962
+ "id": 38091,
12963
12963
  "nameLocation": "-1:-1:-1",
12964
12964
  "nodeType": "ImportDirective",
12965
- "scope": 38239,
12966
- "sourceUnit": 19266,
12965
+ "scope": 38220,
12966
+ "sourceUnit": 19247,
12967
12967
  "src": "60:97:107",
12968
12968
  "symbolAliases": [
12969
12969
  {
12970
12970
  "foreign": {
12971
- "id": 38108,
12971
+ "id": 38089,
12972
12972
  "name": "ISuperfluid",
12973
12973
  "nodeType": "Identifier",
12974
12974
  "overloadedDeclarations": [],
12975
- "referencedDeclaration": 19265,
12975
+ "referencedDeclaration": 19246,
12976
12976
  "src": "73:11:107",
12977
12977
  "typeDescriptions": {}
12978
12978
  },
@@ -12980,11 +12980,11 @@
12980
12980
  },
12981
12981
  {
12982
12982
  "foreign": {
12983
- "id": 38109,
12983
+ "id": 38090,
12984
12984
  "name": "ISuperfluidToken",
12985
12985
  "nodeType": "Identifier",
12986
12986
  "overloadedDeclarations": [],
12987
- "referencedDeclaration": 19662,
12987
+ "referencedDeclaration": 19643,
12988
12988
  "src": "90:16:107",
12989
12989
  "typeDescriptions": {}
12990
12990
  },
@@ -12996,20 +12996,20 @@
12996
12996
  {
12997
12997
  "absolutePath": "project:/contracts/gov/SuperfluidGovernanceBase.sol",
12998
12998
  "file": "../gov/SuperfluidGovernanceBase.sol",
12999
- "id": 38112,
12999
+ "id": 38093,
13000
13000
  "nameLocation": "-1:-1:-1",
13001
13001
  "nodeType": "ImportDirective",
13002
- "scope": 38239,
13003
- "sourceUnit": 16905,
13002
+ "scope": 38220,
13003
+ "sourceUnit": 16892,
13004
13004
  "src": "158:79:107",
13005
13005
  "symbolAliases": [
13006
13006
  {
13007
13007
  "foreign": {
13008
- "id": 38111,
13008
+ "id": 38092,
13009
13009
  "name": "SuperfluidGovernanceBase",
13010
13010
  "nodeType": "Identifier",
13011
13011
  "overloadedDeclarations": [],
13012
- "referencedDeclaration": 16904,
13012
+ "referencedDeclaration": 16891,
13013
13013
  "src": "167:24:107",
13014
13014
  "typeDescriptions": {}
13015
13015
  },
@@ -13021,16 +13021,16 @@
13021
13021
  {
13022
13022
  "absolutePath": "@openzeppelin/contracts/access/Ownable.sol",
13023
13023
  "file": "@openzeppelin/contracts/access/Ownable.sol",
13024
- "id": 38114,
13024
+ "id": 38095,
13025
13025
  "nameLocation": "-1:-1:-1",
13026
13026
  "nodeType": "ImportDirective",
13027
- "scope": 38239,
13027
+ "scope": 38220,
13028
13028
  "sourceUnit": 637,
13029
13029
  "src": "239:69:107",
13030
13030
  "symbolAliases": [
13031
13031
  {
13032
13032
  "foreign": {
13033
- "id": 38113,
13033
+ "id": 38094,
13034
13034
  "name": "Ownable",
13035
13035
  "nodeType": "Identifier",
13036
13036
  "overloadedDeclarations": [],
@@ -13048,25 +13048,25 @@
13048
13048
  "baseContracts": [
13049
13049
  {
13050
13050
  "baseName": {
13051
- "id": 38116,
13051
+ "id": 38097,
13052
13052
  "name": "Ownable",
13053
13053
  "nodeType": "IdentifierPath",
13054
13054
  "referencedDeclaration": 636,
13055
13055
  "src": "478:7:107"
13056
13056
  },
13057
- "id": 38117,
13057
+ "id": 38098,
13058
13058
  "nodeType": "InheritanceSpecifier",
13059
13059
  "src": "478:7:107"
13060
13060
  },
13061
13061
  {
13062
13062
  "baseName": {
13063
- "id": 38118,
13063
+ "id": 38099,
13064
13064
  "name": "SuperfluidGovernanceBase",
13065
13065
  "nodeType": "IdentifierPath",
13066
- "referencedDeclaration": 16904,
13066
+ "referencedDeclaration": 16891,
13067
13067
  "src": "491:24:107"
13068
13068
  },
13069
- "id": 38119,
13069
+ "id": 38100,
13070
13070
  "nodeType": "InheritanceSpecifier",
13071
13071
  "src": "491:24:107"
13072
13072
  }
@@ -13075,17 +13075,17 @@
13075
13075
  "contractDependencies": [],
13076
13076
  "contractKind": "contract",
13077
13077
  "documentation": {
13078
- "id": 38115,
13078
+ "id": 38096,
13079
13079
  "nodeType": "StructuredDocumentation",
13080
13080
  "src": "311:135:107",
13081
13081
  "text": " @title Test governance contract\n @author Superfluid \n @dev A initializable version of the governance for testing purpose"
13082
13082
  },
13083
13083
  "fullyImplemented": true,
13084
- "id": 38238,
13084
+ "id": 38219,
13085
13085
  "linearizedBaseContracts": [
13086
- 38238,
13087
- 16904,
13088
- 19388,
13086
+ 38219,
13087
+ 16891,
13088
+ 19369,
13089
13089
  636,
13090
13090
  3529
13091
13091
  ],
@@ -13095,33 +13095,33 @@
13095
13095
  "nodes": [
13096
13096
  {
13097
13097
  "constant": false,
13098
- "id": 38122,
13098
+ "id": 38103,
13099
13099
  "mutability": "mutable",
13100
13100
  "name": "_host",
13101
13101
  "nameLocation": "542:5:107",
13102
13102
  "nodeType": "VariableDeclaration",
13103
- "scope": 38238,
13103
+ "scope": 38219,
13104
13104
  "src": "522:25:107",
13105
13105
  "stateVariable": true,
13106
13106
  "storageLocation": "default",
13107
13107
  "typeDescriptions": {
13108
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13108
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13109
13109
  "typeString": "contract ISuperfluid"
13110
13110
  },
13111
13111
  "typeName": {
13112
- "id": 38121,
13112
+ "id": 38102,
13113
13113
  "nodeType": "UserDefinedTypeName",
13114
13114
  "pathNode": {
13115
- "id": 38120,
13115
+ "id": 38101,
13116
13116
  "name": "ISuperfluid",
13117
13117
  "nodeType": "IdentifierPath",
13118
- "referencedDeclaration": 19265,
13118
+ "referencedDeclaration": 19246,
13119
13119
  "src": "522:11:107"
13120
13120
  },
13121
- "referencedDeclaration": 19265,
13121
+ "referencedDeclaration": 19246,
13122
13122
  "src": "522:11:107",
13123
13123
  "typeDescriptions": {
13124
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13124
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13125
13125
  "typeString": "contract ISuperfluid"
13126
13126
  }
13127
13127
  },
@@ -13129,7 +13129,7 @@
13129
13129
  },
13130
13130
  {
13131
13131
  "body": {
13132
- "id": 38214,
13132
+ "id": 38195,
13133
13133
  "nodeType": "Block",
13134
13134
  "src": "770:499:107",
13135
13135
  "statements": [
@@ -13141,7 +13141,7 @@
13141
13141
  "typeIdentifier": "t_address",
13142
13142
  "typeString": "address"
13143
13143
  },
13144
- "id": 38146,
13144
+ "id": 38127,
13145
13145
  "isConstant": false,
13146
13146
  "isLValue": false,
13147
13147
  "isPure": false,
@@ -13149,14 +13149,14 @@
13149
13149
  "leftExpression": {
13150
13150
  "arguments": [
13151
13151
  {
13152
- "id": 38140,
13152
+ "id": 38121,
13153
13153
  "name": "host",
13154
13154
  "nodeType": "Identifier",
13155
13155
  "overloadedDeclarations": [],
13156
- "referencedDeclaration": 38125,
13156
+ "referencedDeclaration": 38106,
13157
13157
  "src": "831:4:107",
13158
13158
  "typeDescriptions": {
13159
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13159
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13160
13160
  "typeString": "contract ISuperfluid"
13161
13161
  }
13162
13162
  }
@@ -13164,11 +13164,11 @@
13164
13164
  "expression": {
13165
13165
  "argumentTypes": [
13166
13166
  {
13167
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13167
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13168
13168
  "typeString": "contract ISuperfluid"
13169
13169
  }
13170
13170
  ],
13171
- "id": 38139,
13171
+ "id": 38120,
13172
13172
  "isConstant": false,
13173
13173
  "isLValue": false,
13174
13174
  "isPure": true,
@@ -13180,14 +13180,14 @@
13180
13180
  "typeString": "type(address)"
13181
13181
  },
13182
13182
  "typeName": {
13183
- "id": 38138,
13183
+ "id": 38119,
13184
13184
  "name": "address",
13185
13185
  "nodeType": "ElementaryTypeName",
13186
13186
  "src": "823:7:107",
13187
13187
  "typeDescriptions": {}
13188
13188
  }
13189
13189
  },
13190
- "id": 38141,
13190
+ "id": 38122,
13191
13191
  "isConstant": false,
13192
13192
  "isLValue": false,
13193
13193
  "isPure": false,
@@ -13208,7 +13208,7 @@
13208
13208
  "arguments": [
13209
13209
  {
13210
13210
  "hexValue": "30",
13211
- "id": 38144,
13211
+ "id": 38125,
13212
13212
  "isConstant": false,
13213
13213
  "isLValue": false,
13214
13214
  "isPure": true,
@@ -13230,7 +13230,7 @@
13230
13230
  "typeString": "int_const 0"
13231
13231
  }
13232
13232
  ],
13233
- "id": 38143,
13233
+ "id": 38124,
13234
13234
  "isConstant": false,
13235
13235
  "isLValue": false,
13236
13236
  "isPure": true,
@@ -13242,14 +13242,14 @@
13242
13242
  "typeString": "type(address)"
13243
13243
  },
13244
13244
  "typeName": {
13245
- "id": 38142,
13245
+ "id": 38123,
13246
13246
  "name": "address",
13247
13247
  "nodeType": "ElementaryTypeName",
13248
13248
  "src": "840:7:107",
13249
13249
  "typeDescriptions": {}
13250
13250
  }
13251
13251
  },
13252
- "id": 38145,
13252
+ "id": 38126,
13253
13253
  "isConstant": false,
13254
13254
  "isLValue": false,
13255
13255
  "isPure": true,
@@ -13278,7 +13278,7 @@
13278
13278
  "typeString": "bool"
13279
13279
  }
13280
13280
  ],
13281
- "id": 38137,
13281
+ "id": 38118,
13282
13282
  "name": "assert",
13283
13283
  "nodeType": "Identifier",
13284
13284
  "overloadedDeclarations": [],
@@ -13289,7 +13289,7 @@
13289
13289
  "typeString": "function (bool) pure"
13290
13290
  }
13291
13291
  },
13292
- "id": 38147,
13292
+ "id": 38128,
13293
13293
  "isConstant": false,
13294
13294
  "isLValue": false,
13295
13295
  "isPure": false,
@@ -13304,7 +13304,7 @@
13304
13304
  "typeString": "tuple()"
13305
13305
  }
13306
13306
  },
13307
- "id": 38148,
13307
+ "id": 38129,
13308
13308
  "nodeType": "ExpressionStatement",
13309
13309
  "src": "816:35:107"
13310
13310
  },
@@ -13316,7 +13316,7 @@
13316
13316
  "typeIdentifier": "t_address",
13317
13317
  "typeString": "address"
13318
13318
  },
13319
- "id": 38158,
13319
+ "id": 38139,
13320
13320
  "isConstant": false,
13321
13321
  "isLValue": false,
13322
13322
  "isPure": false,
@@ -13324,14 +13324,14 @@
13324
13324
  "leftExpression": {
13325
13325
  "arguments": [
13326
13326
  {
13327
- "id": 38152,
13327
+ "id": 38133,
13328
13328
  "name": "_host",
13329
13329
  "nodeType": "Identifier",
13330
13330
  "overloadedDeclarations": [],
13331
- "referencedDeclaration": 38122,
13331
+ "referencedDeclaration": 38103,
13332
13332
  "src": "876:5:107",
13333
13333
  "typeDescriptions": {
13334
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13334
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13335
13335
  "typeString": "contract ISuperfluid"
13336
13336
  }
13337
13337
  }
@@ -13339,11 +13339,11 @@
13339
13339
  "expression": {
13340
13340
  "argumentTypes": [
13341
13341
  {
13342
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13342
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13343
13343
  "typeString": "contract ISuperfluid"
13344
13344
  }
13345
13345
  ],
13346
- "id": 38151,
13346
+ "id": 38132,
13347
13347
  "isConstant": false,
13348
13348
  "isLValue": false,
13349
13349
  "isPure": true,
@@ -13355,14 +13355,14 @@
13355
13355
  "typeString": "type(address)"
13356
13356
  },
13357
13357
  "typeName": {
13358
- "id": 38150,
13358
+ "id": 38131,
13359
13359
  "name": "address",
13360
13360
  "nodeType": "ElementaryTypeName",
13361
13361
  "src": "868:7:107",
13362
13362
  "typeDescriptions": {}
13363
13363
  }
13364
13364
  },
13365
- "id": 38153,
13365
+ "id": 38134,
13366
13366
  "isConstant": false,
13367
13367
  "isLValue": false,
13368
13368
  "isPure": false,
@@ -13383,7 +13383,7 @@
13383
13383
  "arguments": [
13384
13384
  {
13385
13385
  "hexValue": "30",
13386
- "id": 38156,
13386
+ "id": 38137,
13387
13387
  "isConstant": false,
13388
13388
  "isLValue": false,
13389
13389
  "isPure": true,
@@ -13405,7 +13405,7 @@
13405
13405
  "typeString": "int_const 0"
13406
13406
  }
13407
13407
  ],
13408
- "id": 38155,
13408
+ "id": 38136,
13409
13409
  "isConstant": false,
13410
13410
  "isLValue": false,
13411
13411
  "isPure": true,
@@ -13417,14 +13417,14 @@
13417
13417
  "typeString": "type(address)"
13418
13418
  },
13419
13419
  "typeName": {
13420
- "id": 38154,
13420
+ "id": 38135,
13421
13421
  "name": "address",
13422
13422
  "nodeType": "ElementaryTypeName",
13423
13423
  "src": "886:7:107",
13424
13424
  "typeDescriptions": {}
13425
13425
  }
13426
13426
  },
13427
- "id": 38157,
13427
+ "id": 38138,
13428
13428
  "isConstant": false,
13429
13429
  "isLValue": false,
13430
13430
  "isPure": true,
@@ -13453,7 +13453,7 @@
13453
13453
  "typeString": "bool"
13454
13454
  }
13455
13455
  ],
13456
- "id": 38149,
13456
+ "id": 38130,
13457
13457
  "name": "assert",
13458
13458
  "nodeType": "Identifier",
13459
13459
  "overloadedDeclarations": [],
@@ -13464,7 +13464,7 @@
13464
13464
  "typeString": "function (bool) pure"
13465
13465
  }
13466
13466
  },
13467
- "id": 38159,
13467
+ "id": 38140,
13468
13468
  "isConstant": false,
13469
13469
  "isLValue": false,
13470
13470
  "isPure": false,
@@ -13479,50 +13479,50 @@
13479
13479
  "typeString": "tuple()"
13480
13480
  }
13481
13481
  },
13482
- "id": 38160,
13482
+ "id": 38141,
13483
13483
  "nodeType": "ExpressionStatement",
13484
13484
  "src": "861:36:107"
13485
13485
  },
13486
13486
  {
13487
13487
  "expression": {
13488
- "id": 38163,
13488
+ "id": 38144,
13489
13489
  "isConstant": false,
13490
13490
  "isLValue": false,
13491
13491
  "isPure": false,
13492
13492
  "lValueRequested": false,
13493
13493
  "leftHandSide": {
13494
- "id": 38161,
13494
+ "id": 38142,
13495
13495
  "name": "_host",
13496
13496
  "nodeType": "Identifier",
13497
13497
  "overloadedDeclarations": [],
13498
- "referencedDeclaration": 38122,
13498
+ "referencedDeclaration": 38103,
13499
13499
  "src": "908:5:107",
13500
13500
  "typeDescriptions": {
13501
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13501
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13502
13502
  "typeString": "contract ISuperfluid"
13503
13503
  }
13504
13504
  },
13505
13505
  "nodeType": "Assignment",
13506
13506
  "operator": "=",
13507
13507
  "rightHandSide": {
13508
- "id": 38162,
13508
+ "id": 38143,
13509
13509
  "name": "host",
13510
13510
  "nodeType": "Identifier",
13511
13511
  "overloadedDeclarations": [],
13512
- "referencedDeclaration": 38125,
13512
+ "referencedDeclaration": 38106,
13513
13513
  "src": "916:4:107",
13514
13514
  "typeDescriptions": {
13515
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13515
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13516
13516
  "typeString": "contract ISuperfluid"
13517
13517
  }
13518
13518
  },
13519
13519
  "src": "908:12:107",
13520
13520
  "typeDescriptions": {
13521
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13521
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13522
13522
  "typeString": "contract ISuperfluid"
13523
13523
  }
13524
13524
  },
13525
- "id": 38164,
13525
+ "id": 38145,
13526
13526
  "nodeType": "ExpressionStatement",
13527
13527
  "src": "908:12:107"
13528
13528
  },
@@ -13530,14 +13530,14 @@
13530
13530
  "expression": {
13531
13531
  "arguments": [
13532
13532
  {
13533
- "id": 38166,
13533
+ "id": 38147,
13534
13534
  "name": "_host",
13535
13535
  "nodeType": "Identifier",
13536
13536
  "overloadedDeclarations": [],
13537
- "referencedDeclaration": 38122,
13537
+ "referencedDeclaration": 38103,
13538
13538
  "src": "948:5:107",
13539
13539
  "typeDescriptions": {
13540
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13540
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13541
13541
  "typeString": "contract ISuperfluid"
13542
13542
  }
13543
13543
  },
@@ -13547,7 +13547,7 @@
13547
13547
  "arguments": [
13548
13548
  {
13549
13549
  "hexValue": "30",
13550
- "id": 38170,
13550
+ "id": 38151,
13551
13551
  "isConstant": false,
13552
13552
  "isLValue": false,
13553
13553
  "isPure": true,
@@ -13569,7 +13569,7 @@
13569
13569
  "typeString": "int_const 0"
13570
13570
  }
13571
13571
  ],
13572
- "id": 38169,
13572
+ "id": 38150,
13573
13573
  "isConstant": false,
13574
13574
  "isLValue": false,
13575
13575
  "isPure": true,
@@ -13581,14 +13581,14 @@
13581
13581
  "typeString": "type(address)"
13582
13582
  },
13583
13583
  "typeName": {
13584
- "id": 38168,
13584
+ "id": 38149,
13585
13585
  "name": "address",
13586
13586
  "nodeType": "ElementaryTypeName",
13587
13587
  "src": "972:7:107",
13588
13588
  "typeDescriptions": {}
13589
13589
  }
13590
13590
  },
13591
- "id": 38171,
13591
+ "id": 38152,
13592
13592
  "isConstant": false,
13593
13593
  "isLValue": false,
13594
13594
  "isPure": true,
@@ -13611,18 +13611,18 @@
13611
13611
  "typeString": "address"
13612
13612
  }
13613
13613
  ],
13614
- "id": 38167,
13614
+ "id": 38148,
13615
13615
  "name": "ISuperfluidToken",
13616
13616
  "nodeType": "Identifier",
13617
13617
  "overloadedDeclarations": [],
13618
- "referencedDeclaration": 19662,
13618
+ "referencedDeclaration": 19643,
13619
13619
  "src": "955:16:107",
13620
13620
  "typeDescriptions": {
13621
- "typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$19662_$",
13621
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$19643_$",
13622
13622
  "typeString": "type(contract ISuperfluidToken)"
13623
13623
  }
13624
13624
  },
13625
- "id": 38172,
13625
+ "id": 38153,
13626
13626
  "isConstant": false,
13627
13627
  "isLValue": false,
13628
13628
  "isPure": true,
@@ -13633,16 +13633,16 @@
13633
13633
  "src": "955:28:107",
13634
13634
  "tryCall": false,
13635
13635
  "typeDescriptions": {
13636
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19662",
13636
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
13637
13637
  "typeString": "contract ISuperfluidToken"
13638
13638
  }
13639
13639
  },
13640
13640
  {
13641
- "id": 38173,
13641
+ "id": 38154,
13642
13642
  "name": "rewardAddress",
13643
13643
  "nodeType": "Identifier",
13644
13644
  "overloadedDeclarations": [],
13645
- "referencedDeclaration": 38127,
13645
+ "referencedDeclaration": 38108,
13646
13646
  "src": "985:13:107",
13647
13647
  "typeDescriptions": {
13648
13648
  "typeIdentifier": "t_address",
@@ -13653,11 +13653,11 @@
13653
13653
  "expression": {
13654
13654
  "argumentTypes": [
13655
13655
  {
13656
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13656
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13657
13657
  "typeString": "contract ISuperfluid"
13658
13658
  },
13659
13659
  {
13660
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19662",
13660
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
13661
13661
  "typeString": "contract ISuperfluidToken"
13662
13662
  },
13663
13663
  {
@@ -13665,18 +13665,18 @@
13665
13665
  "typeString": "address"
13666
13666
  }
13667
13667
  ],
13668
- "id": 38165,
13668
+ "id": 38146,
13669
13669
  "name": "setRewardAddress",
13670
13670
  "nodeType": "Identifier",
13671
13671
  "overloadedDeclarations": [],
13672
- "referencedDeclaration": 16387,
13672
+ "referencedDeclaration": 16374,
13673
13673
  "src": "931:16:107",
13674
13674
  "typeDescriptions": {
13675
- "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$19265_$_t_contract$_ISuperfluidToken_$19662_$_t_address_$returns$__$",
13675
+ "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$19246_$_t_contract$_ISuperfluidToken_$19643_$_t_address_$returns$__$",
13676
13676
  "typeString": "function (contract ISuperfluid,contract ISuperfluidToken,address)"
13677
13677
  }
13678
13678
  },
13679
- "id": 38174,
13679
+ "id": 38155,
13680
13680
  "isConstant": false,
13681
13681
  "isLValue": false,
13682
13682
  "isPure": false,
@@ -13691,7 +13691,7 @@
13691
13691
  "typeString": "tuple()"
13692
13692
  }
13693
13693
  },
13694
- "id": 38175,
13694
+ "id": 38156,
13695
13695
  "nodeType": "ExpressionStatement",
13696
13696
  "src": "931:68:107"
13697
13697
  },
@@ -13699,14 +13699,14 @@
13699
13699
  "expression": {
13700
13700
  "arguments": [
13701
13701
  {
13702
- "id": 38177,
13702
+ "id": 38158,
13703
13703
  "name": "host",
13704
13704
  "nodeType": "Identifier",
13705
13705
  "overloadedDeclarations": [],
13706
- "referencedDeclaration": 38125,
13706
+ "referencedDeclaration": 38106,
13707
13707
  "src": "1023:4:107",
13708
13708
  "typeDescriptions": {
13709
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13709
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13710
13710
  "typeString": "contract ISuperfluid"
13711
13711
  }
13712
13712
  },
@@ -13716,7 +13716,7 @@
13716
13716
  "arguments": [
13717
13717
  {
13718
13718
  "hexValue": "30",
13719
- "id": 38181,
13719
+ "id": 38162,
13720
13720
  "isConstant": false,
13721
13721
  "isLValue": false,
13722
13722
  "isPure": true,
@@ -13738,7 +13738,7 @@
13738
13738
  "typeString": "int_const 0"
13739
13739
  }
13740
13740
  ],
13741
- "id": 38180,
13741
+ "id": 38161,
13742
13742
  "isConstant": false,
13743
13743
  "isLValue": false,
13744
13744
  "isPure": true,
@@ -13750,14 +13750,14 @@
13750
13750
  "typeString": "type(address)"
13751
13751
  },
13752
13752
  "typeName": {
13753
- "id": 38179,
13753
+ "id": 38160,
13754
13754
  "name": "address",
13755
13755
  "nodeType": "ElementaryTypeName",
13756
13756
  "src": "1046:7:107",
13757
13757
  "typeDescriptions": {}
13758
13758
  }
13759
13759
  },
13760
- "id": 38182,
13760
+ "id": 38163,
13761
13761
  "isConstant": false,
13762
13762
  "isLValue": false,
13763
13763
  "isPure": true,
@@ -13780,18 +13780,18 @@
13780
13780
  "typeString": "address"
13781
13781
  }
13782
13782
  ],
13783
- "id": 38178,
13783
+ "id": 38159,
13784
13784
  "name": "ISuperfluidToken",
13785
13785
  "nodeType": "Identifier",
13786
13786
  "overloadedDeclarations": [],
13787
- "referencedDeclaration": 19662,
13787
+ "referencedDeclaration": 19643,
13788
13788
  "src": "1029:16:107",
13789
13789
  "typeDescriptions": {
13790
- "typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$19662_$",
13790
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$19643_$",
13791
13791
  "typeString": "type(contract ISuperfluidToken)"
13792
13792
  }
13793
13793
  },
13794
- "id": 38183,
13794
+ "id": 38164,
13795
13795
  "isConstant": false,
13796
13796
  "isLValue": false,
13797
13797
  "isPure": true,
@@ -13802,16 +13802,16 @@
13802
13802
  "src": "1029:28:107",
13803
13803
  "tryCall": false,
13804
13804
  "typeDescriptions": {
13805
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19662",
13805
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
13806
13806
  "typeString": "contract ISuperfluidToken"
13807
13807
  }
13808
13808
  },
13809
13809
  {
13810
- "id": 38184,
13810
+ "id": 38165,
13811
13811
  "name": "liquidationPeriod",
13812
13812
  "nodeType": "Identifier",
13813
13813
  "overloadedDeclarations": [],
13814
- "referencedDeclaration": 38129,
13814
+ "referencedDeclaration": 38110,
13815
13815
  "src": "1059:17:107",
13816
13816
  "typeDescriptions": {
13817
13817
  "typeIdentifier": "t_uint256",
@@ -13819,11 +13819,11 @@
13819
13819
  }
13820
13820
  },
13821
13821
  {
13822
- "id": 38185,
13822
+ "id": 38166,
13823
13823
  "name": "patricianPeriod",
13824
13824
  "nodeType": "Identifier",
13825
13825
  "overloadedDeclarations": [],
13826
- "referencedDeclaration": 38131,
13826
+ "referencedDeclaration": 38112,
13827
13827
  "src": "1078:15:107",
13828
13828
  "typeDescriptions": {
13829
13829
  "typeIdentifier": "t_uint256",
@@ -13834,11 +13834,11 @@
13834
13834
  "expression": {
13835
13835
  "argumentTypes": [
13836
13836
  {
13837
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13837
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13838
13838
  "typeString": "contract ISuperfluid"
13839
13839
  },
13840
13840
  {
13841
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19662",
13841
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
13842
13842
  "typeString": "contract ISuperfluidToken"
13843
13843
  },
13844
13844
  {
@@ -13850,18 +13850,18 @@
13850
13850
  "typeString": "uint256"
13851
13851
  }
13852
13852
  ],
13853
- "id": 38176,
13853
+ "id": 38157,
13854
13854
  "name": "setPPPConfig",
13855
13855
  "nodeType": "Identifier",
13856
13856
  "overloadedDeclarations": [],
13857
- "referencedDeclaration": 16540,
13857
+ "referencedDeclaration": 16527,
13858
13858
  "src": "1010:12:107",
13859
13859
  "typeDescriptions": {
13860
- "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$19265_$_t_contract$_ISuperfluidToken_$19662_$_t_uint256_$_t_uint256_$returns$__$",
13860
+ "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$19246_$_t_contract$_ISuperfluidToken_$19643_$_t_uint256_$_t_uint256_$returns$__$",
13861
13861
  "typeString": "function (contract ISuperfluid,contract ISuperfluidToken,uint256,uint256)"
13862
13862
  }
13863
13863
  },
13864
- "id": 38186,
13864
+ "id": 38167,
13865
13865
  "isConstant": false,
13866
13866
  "isLValue": false,
13867
13867
  "isPure": false,
@@ -13876,13 +13876,13 @@
13876
13876
  "typeString": "tuple()"
13877
13877
  }
13878
13878
  },
13879
- "id": 38187,
13879
+ "id": 38168,
13880
13880
  "nodeType": "ExpressionStatement",
13881
13881
  "src": "1010:84:107"
13882
13882
  },
13883
13883
  {
13884
13884
  "body": {
13885
- "id": 38212,
13885
+ "id": 38193,
13886
13886
  "nodeType": "Block",
13887
13887
  "src": "1157:106:107",
13888
13888
  "statements": [
@@ -13890,14 +13890,14 @@
13890
13890
  "expression": {
13891
13891
  "arguments": [
13892
13892
  {
13893
- "id": 38200,
13893
+ "id": 38181,
13894
13894
  "name": "_host",
13895
13895
  "nodeType": "Identifier",
13896
13896
  "overloadedDeclarations": [],
13897
- "referencedDeclaration": 38122,
13897
+ "referencedDeclaration": 38103,
13898
13898
  "src": "1194:5:107",
13899
13899
  "typeDescriptions": {
13900
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
13900
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
13901
13901
  "typeString": "contract ISuperfluid"
13902
13902
  }
13903
13903
  },
@@ -13907,7 +13907,7 @@
13907
13907
  "arguments": [
13908
13908
  {
13909
13909
  "hexValue": "30",
13910
- "id": 38204,
13910
+ "id": 38185,
13911
13911
  "isConstant": false,
13912
13912
  "isLValue": false,
13913
13913
  "isPure": true,
@@ -13929,7 +13929,7 @@
13929
13929
  "typeString": "int_const 0"
13930
13930
  }
13931
13931
  ],
13932
- "id": 38203,
13932
+ "id": 38184,
13933
13933
  "isConstant": false,
13934
13934
  "isLValue": false,
13935
13935
  "isPure": true,
@@ -13941,14 +13941,14 @@
13941
13941
  "typeString": "type(address)"
13942
13942
  },
13943
13943
  "typeName": {
13944
- "id": 38202,
13944
+ "id": 38183,
13945
13945
  "name": "address",
13946
13946
  "nodeType": "ElementaryTypeName",
13947
13947
  "src": "1218:7:107",
13948
13948
  "typeDescriptions": {}
13949
13949
  }
13950
13950
  },
13951
- "id": 38205,
13951
+ "id": 38186,
13952
13952
  "isConstant": false,
13953
13953
  "isLValue": false,
13954
13954
  "isPure": true,
@@ -13971,18 +13971,18 @@
13971
13971
  "typeString": "address"
13972
13972
  }
13973
13973
  ],
13974
- "id": 38201,
13974
+ "id": 38182,
13975
13975
  "name": "ISuperfluidToken",
13976
13976
  "nodeType": "Identifier",
13977
13977
  "overloadedDeclarations": [],
13978
- "referencedDeclaration": 19662,
13978
+ "referencedDeclaration": 19643,
13979
13979
  "src": "1201:16:107",
13980
13980
  "typeDescriptions": {
13981
- "typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$19662_$",
13981
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$19643_$",
13982
13982
  "typeString": "type(contract ISuperfluidToken)"
13983
13983
  }
13984
13984
  },
13985
- "id": 38206,
13985
+ "id": 38187,
13986
13986
  "isConstant": false,
13987
13987
  "isLValue": false,
13988
13988
  "isPure": true,
@@ -13993,30 +13993,30 @@
13993
13993
  "src": "1201:28:107",
13994
13994
  "tryCall": false,
13995
13995
  "typeDescriptions": {
13996
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19662",
13996
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
13997
13997
  "typeString": "contract ISuperfluidToken"
13998
13998
  }
13999
13999
  },
14000
14000
  {
14001
14001
  "baseExpression": {
14002
- "id": 38207,
14002
+ "id": 38188,
14003
14003
  "name": "trustedForwarders",
14004
14004
  "nodeType": "Identifier",
14005
14005
  "overloadedDeclarations": [],
14006
- "referencedDeclaration": 38134,
14006
+ "referencedDeclaration": 38115,
14007
14007
  "src": "1231:17:107",
14008
14008
  "typeDescriptions": {
14009
14009
  "typeIdentifier": "t_array$_t_address_$dyn_memory_ptr",
14010
14010
  "typeString": "address[] memory"
14011
14011
  }
14012
14012
  },
14013
- "id": 38209,
14013
+ "id": 38190,
14014
14014
  "indexExpression": {
14015
- "id": 38208,
14015
+ "id": 38189,
14016
14016
  "name": "i",
14017
14017
  "nodeType": "Identifier",
14018
14018
  "overloadedDeclarations": [],
14019
- "referencedDeclaration": 38189,
14019
+ "referencedDeclaration": 38170,
14020
14020
  "src": "1249:1:107",
14021
14021
  "typeDescriptions": {
14022
14022
  "typeIdentifier": "t_uint256",
@@ -14038,11 +14038,11 @@
14038
14038
  "expression": {
14039
14039
  "argumentTypes": [
14040
14040
  {
14041
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
14041
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
14042
14042
  "typeString": "contract ISuperfluid"
14043
14043
  },
14044
14044
  {
14045
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19662",
14045
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
14046
14046
  "typeString": "contract ISuperfluidToken"
14047
14047
  },
14048
14048
  {
@@ -14050,18 +14050,18 @@
14050
14050
  "typeString": "address"
14051
14051
  }
14052
14052
  ],
14053
- "id": 38199,
14053
+ "id": 38180,
14054
14054
  "name": "enableTrustedForwarder",
14055
14055
  "nodeType": "Identifier",
14056
14056
  "overloadedDeclarations": [],
14057
- "referencedDeclaration": 16716,
14057
+ "referencedDeclaration": 16703,
14058
14058
  "src": "1171:22:107",
14059
14059
  "typeDescriptions": {
14060
- "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$19265_$_t_contract$_ISuperfluidToken_$19662_$_t_address_$returns$__$",
14060
+ "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$19246_$_t_contract$_ISuperfluidToken_$19643_$_t_address_$returns$__$",
14061
14061
  "typeString": "function (contract ISuperfluid,contract ISuperfluidToken,address)"
14062
14062
  }
14063
14063
  },
14064
- "id": 38210,
14064
+ "id": 38191,
14065
14065
  "isConstant": false,
14066
14066
  "isLValue": false,
14067
14067
  "isPure": false,
@@ -14076,7 +14076,7 @@
14076
14076
  "typeString": "tuple()"
14077
14077
  }
14078
14078
  },
14079
- "id": 38211,
14079
+ "id": 38192,
14080
14080
  "nodeType": "ExpressionStatement",
14081
14081
  "src": "1171:81:107"
14082
14082
  }
@@ -14087,17 +14087,17 @@
14087
14087
  "typeIdentifier": "t_uint256",
14088
14088
  "typeString": "uint256"
14089
14089
  },
14090
- "id": 38195,
14090
+ "id": 38176,
14091
14091
  "isConstant": false,
14092
14092
  "isLValue": false,
14093
14093
  "isPure": false,
14094
14094
  "lValueRequested": false,
14095
14095
  "leftExpression": {
14096
- "id": 38192,
14096
+ "id": 38173,
14097
14097
  "name": "i",
14098
14098
  "nodeType": "Identifier",
14099
14099
  "overloadedDeclarations": [],
14100
- "referencedDeclaration": 38189,
14100
+ "referencedDeclaration": 38170,
14101
14101
  "src": "1122:1:107",
14102
14102
  "typeDescriptions": {
14103
14103
  "typeIdentifier": "t_uint256",
@@ -14108,18 +14108,18 @@
14108
14108
  "operator": "<",
14109
14109
  "rightExpression": {
14110
14110
  "expression": {
14111
- "id": 38193,
14111
+ "id": 38174,
14112
14112
  "name": "trustedForwarders",
14113
14113
  "nodeType": "Identifier",
14114
14114
  "overloadedDeclarations": [],
14115
- "referencedDeclaration": 38134,
14115
+ "referencedDeclaration": 38115,
14116
14116
  "src": "1126:17:107",
14117
14117
  "typeDescriptions": {
14118
14118
  "typeIdentifier": "t_array$_t_address_$dyn_memory_ptr",
14119
14119
  "typeString": "address[] memory"
14120
14120
  }
14121
14121
  },
14122
- "id": 38194,
14122
+ "id": 38175,
14123
14123
  "isConstant": false,
14124
14124
  "isLValue": false,
14125
14125
  "isPure": false,
@@ -14138,20 +14138,20 @@
14138
14138
  "typeString": "bool"
14139
14139
  }
14140
14140
  },
14141
- "id": 38213,
14141
+ "id": 38194,
14142
14142
  "initializationExpression": {
14143
14143
  "assignments": [
14144
- 38189
14144
+ 38170
14145
14145
  ],
14146
14146
  "declarations": [
14147
14147
  {
14148
14148
  "constant": false,
14149
- "id": 38189,
14149
+ "id": 38170,
14150
14150
  "mutability": "mutable",
14151
14151
  "name": "i",
14152
14152
  "nameLocation": "1115:1:107",
14153
14153
  "nodeType": "VariableDeclaration",
14154
- "scope": 38213,
14154
+ "scope": 38194,
14155
14155
  "src": "1110:6:107",
14156
14156
  "stateVariable": false,
14157
14157
  "storageLocation": "default",
@@ -14160,7 +14160,7 @@
14160
14160
  "typeString": "uint256"
14161
14161
  },
14162
14162
  "typeName": {
14163
- "id": 38188,
14163
+ "id": 38169,
14164
14164
  "name": "uint",
14165
14165
  "nodeType": "ElementaryTypeName",
14166
14166
  "src": "1110:4:107",
@@ -14172,10 +14172,10 @@
14172
14172
  "visibility": "internal"
14173
14173
  }
14174
14174
  ],
14175
- "id": 38191,
14175
+ "id": 38172,
14176
14176
  "initialValue": {
14177
14177
  "hexValue": "30",
14178
- "id": 38190,
14178
+ "id": 38171,
14179
14179
  "isConstant": false,
14180
14180
  "isLValue": false,
14181
14181
  "isPure": true,
@@ -14194,7 +14194,7 @@
14194
14194
  },
14195
14195
  "loopExpression": {
14196
14196
  "expression": {
14197
- "id": 38197,
14197
+ "id": 38178,
14198
14198
  "isConstant": false,
14199
14199
  "isLValue": false,
14200
14200
  "isPure": false,
@@ -14204,11 +14204,11 @@
14204
14204
  "prefix": true,
14205
14205
  "src": "1152:3:107",
14206
14206
  "subExpression": {
14207
- "id": 38196,
14207
+ "id": 38177,
14208
14208
  "name": "i",
14209
14209
  "nodeType": "Identifier",
14210
14210
  "overloadedDeclarations": [],
14211
- "referencedDeclaration": 38189,
14211
+ "referencedDeclaration": 38170,
14212
14212
  "src": "1154:1:107",
14213
14213
  "typeDescriptions": {
14214
14214
  "typeIdentifier": "t_uint256",
@@ -14220,7 +14220,7 @@
14220
14220
  "typeString": "uint256"
14221
14221
  }
14222
14222
  },
14223
- "id": 38198,
14223
+ "id": 38179,
14224
14224
  "nodeType": "ExpressionStatement",
14225
14225
  "src": "1152:3:107"
14226
14226
  },
@@ -14230,7 +14230,7 @@
14230
14230
  ]
14231
14231
  },
14232
14232
  "functionSelector": "5a907818",
14233
- "id": 38215,
14233
+ "id": 38196,
14234
14234
  "implemented": true,
14235
14235
  "kind": "function",
14236
14236
  "modifiers": [],
@@ -14238,38 +14238,38 @@
14238
14238
  "nameLocation": "563:10:107",
14239
14239
  "nodeType": "FunctionDefinition",
14240
14240
  "parameters": {
14241
- "id": 38135,
14241
+ "id": 38116,
14242
14242
  "nodeType": "ParameterList",
14243
14243
  "parameters": [
14244
14244
  {
14245
14245
  "constant": false,
14246
- "id": 38125,
14246
+ "id": 38106,
14247
14247
  "mutability": "mutable",
14248
14248
  "name": "host",
14249
14249
  "nameLocation": "595:4:107",
14250
14250
  "nodeType": "VariableDeclaration",
14251
- "scope": 38215,
14251
+ "scope": 38196,
14252
14252
  "src": "583:16:107",
14253
14253
  "stateVariable": false,
14254
14254
  "storageLocation": "default",
14255
14255
  "typeDescriptions": {
14256
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
14256
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
14257
14257
  "typeString": "contract ISuperfluid"
14258
14258
  },
14259
14259
  "typeName": {
14260
- "id": 38124,
14260
+ "id": 38105,
14261
14261
  "nodeType": "UserDefinedTypeName",
14262
14262
  "pathNode": {
14263
- "id": 38123,
14263
+ "id": 38104,
14264
14264
  "name": "ISuperfluid",
14265
14265
  "nodeType": "IdentifierPath",
14266
- "referencedDeclaration": 19265,
14266
+ "referencedDeclaration": 19246,
14267
14267
  "src": "583:11:107"
14268
14268
  },
14269
- "referencedDeclaration": 19265,
14269
+ "referencedDeclaration": 19246,
14270
14270
  "src": "583:11:107",
14271
14271
  "typeDescriptions": {
14272
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
14272
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
14273
14273
  "typeString": "contract ISuperfluid"
14274
14274
  }
14275
14275
  },
@@ -14277,12 +14277,12 @@
14277
14277
  },
14278
14278
  {
14279
14279
  "constant": false,
14280
- "id": 38127,
14280
+ "id": 38108,
14281
14281
  "mutability": "mutable",
14282
14282
  "name": "rewardAddress",
14283
14283
  "nameLocation": "617:13:107",
14284
14284
  "nodeType": "VariableDeclaration",
14285
- "scope": 38215,
14285
+ "scope": 38196,
14286
14286
  "src": "609:21:107",
14287
14287
  "stateVariable": false,
14288
14288
  "storageLocation": "default",
@@ -14291,7 +14291,7 @@
14291
14291
  "typeString": "address"
14292
14292
  },
14293
14293
  "typeName": {
14294
- "id": 38126,
14294
+ "id": 38107,
14295
14295
  "name": "address",
14296
14296
  "nodeType": "ElementaryTypeName",
14297
14297
  "src": "609:7:107",
@@ -14305,12 +14305,12 @@
14305
14305
  },
14306
14306
  {
14307
14307
  "constant": false,
14308
- "id": 38129,
14308
+ "id": 38110,
14309
14309
  "mutability": "mutable",
14310
14310
  "name": "liquidationPeriod",
14311
14311
  "nameLocation": "648:17:107",
14312
14312
  "nodeType": "VariableDeclaration",
14313
- "scope": 38215,
14313
+ "scope": 38196,
14314
14314
  "src": "640:25:107",
14315
14315
  "stateVariable": false,
14316
14316
  "storageLocation": "default",
@@ -14319,7 +14319,7 @@
14319
14319
  "typeString": "uint256"
14320
14320
  },
14321
14321
  "typeName": {
14322
- "id": 38128,
14322
+ "id": 38109,
14323
14323
  "name": "uint256",
14324
14324
  "nodeType": "ElementaryTypeName",
14325
14325
  "src": "640:7:107",
@@ -14332,12 +14332,12 @@
14332
14332
  },
14333
14333
  {
14334
14334
  "constant": false,
14335
- "id": 38131,
14335
+ "id": 38112,
14336
14336
  "mutability": "mutable",
14337
14337
  "name": "patricianPeriod",
14338
14338
  "nameLocation": "683:15:107",
14339
14339
  "nodeType": "VariableDeclaration",
14340
- "scope": 38215,
14340
+ "scope": 38196,
14341
14341
  "src": "675:23:107",
14342
14342
  "stateVariable": false,
14343
14343
  "storageLocation": "default",
@@ -14346,7 +14346,7 @@
14346
14346
  "typeString": "uint256"
14347
14347
  },
14348
14348
  "typeName": {
14349
- "id": 38130,
14349
+ "id": 38111,
14350
14350
  "name": "uint256",
14351
14351
  "nodeType": "ElementaryTypeName",
14352
14352
  "src": "675:7:107",
@@ -14359,12 +14359,12 @@
14359
14359
  },
14360
14360
  {
14361
14361
  "constant": false,
14362
- "id": 38134,
14362
+ "id": 38115,
14363
14363
  "mutability": "mutable",
14364
14364
  "name": "trustedForwarders",
14365
14365
  "nameLocation": "725:17:107",
14366
14366
  "nodeType": "VariableDeclaration",
14367
- "scope": 38215,
14367
+ "scope": 38196,
14368
14368
  "src": "708:34:107",
14369
14369
  "stateVariable": false,
14370
14370
  "storageLocation": "memory",
@@ -14374,7 +14374,7 @@
14374
14374
  },
14375
14375
  "typeName": {
14376
14376
  "baseType": {
14377
- "id": 38132,
14377
+ "id": 38113,
14378
14378
  "name": "address",
14379
14379
  "nodeType": "ElementaryTypeName",
14380
14380
  "src": "708:7:107",
@@ -14384,7 +14384,7 @@
14384
14384
  "typeString": "address"
14385
14385
  }
14386
14386
  },
14387
- "id": 38133,
14387
+ "id": 38114,
14388
14388
  "nodeType": "ArrayTypeName",
14389
14389
  "src": "708:9:107",
14390
14390
  "typeDescriptions": {
@@ -14398,12 +14398,12 @@
14398
14398
  "src": "573:175:107"
14399
14399
  },
14400
14400
  "returnParameters": {
14401
- "id": 38136,
14401
+ "id": 38117,
14402
14402
  "nodeType": "ParameterList",
14403
14403
  "parameters": [],
14404
14404
  "src": "770:0:107"
14405
14405
  },
14406
- "scope": 38238,
14406
+ "scope": 38219,
14407
14407
  "src": "554:715:107",
14408
14408
  "stateMutability": "nonpayable",
14409
14409
  "virtual": false,
@@ -14411,10 +14411,10 @@
14411
14411
  },
14412
14412
  {
14413
14413
  "baseFunctions": [
14414
- 16903
14414
+ 16890
14415
14415
  ],
14416
14416
  "body": {
14417
- "id": 38236,
14417
+ "id": 38217,
14418
14418
  "nodeType": "Block",
14419
14419
  "src": "1356:79:107",
14420
14420
  "statements": [
@@ -14423,37 +14423,37 @@
14423
14423
  "arguments": [
14424
14424
  {
14425
14425
  "commonType": {
14426
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
14426
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
14427
14427
  "typeString": "contract ISuperfluid"
14428
14428
  },
14429
- "id": 38225,
14429
+ "id": 38206,
14430
14430
  "isConstant": false,
14431
14431
  "isLValue": false,
14432
14432
  "isPure": false,
14433
14433
  "lValueRequested": false,
14434
14434
  "leftExpression": {
14435
- "id": 38223,
14435
+ "id": 38204,
14436
14436
  "name": "host",
14437
14437
  "nodeType": "Identifier",
14438
14438
  "overloadedDeclarations": [],
14439
- "referencedDeclaration": 38218,
14439
+ "referencedDeclaration": 38199,
14440
14440
  "src": "1373:4:107",
14441
14441
  "typeDescriptions": {
14442
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
14442
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
14443
14443
  "typeString": "contract ISuperfluid"
14444
14444
  }
14445
14445
  },
14446
14446
  "nodeType": "BinaryOperation",
14447
14447
  "operator": "==",
14448
14448
  "rightExpression": {
14449
- "id": 38224,
14449
+ "id": 38205,
14450
14450
  "name": "_host",
14451
14451
  "nodeType": "Identifier",
14452
14452
  "overloadedDeclarations": [],
14453
- "referencedDeclaration": 38122,
14453
+ "referencedDeclaration": 38103,
14454
14454
  "src": "1381:5:107",
14455
14455
  "typeDescriptions": {
14456
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
14456
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
14457
14457
  "typeString": "contract ISuperfluid"
14458
14458
  }
14459
14459
  },
@@ -14471,7 +14471,7 @@
14471
14471
  "typeString": "bool"
14472
14472
  }
14473
14473
  ],
14474
- "id": 38222,
14474
+ "id": 38203,
14475
14475
  "name": "assert",
14476
14476
  "nodeType": "Identifier",
14477
14477
  "overloadedDeclarations": [],
@@ -14482,7 +14482,7 @@
14482
14482
  "typeString": "function (bool) pure"
14483
14483
  }
14484
14484
  },
14485
- "id": 38226,
14485
+ "id": 38207,
14486
14486
  "isConstant": false,
14487
14487
  "isLValue": false,
14488
14488
  "isPure": false,
@@ -14497,7 +14497,7 @@
14497
14497
  "typeString": "tuple()"
14498
14498
  }
14499
14499
  },
14500
- "id": 38227,
14500
+ "id": 38208,
14501
14501
  "nodeType": "ExpressionStatement",
14502
14502
  "src": "1366:21:107"
14503
14503
  },
@@ -14509,7 +14509,7 @@
14509
14509
  "typeIdentifier": "t_address",
14510
14510
  "typeString": "address"
14511
14511
  },
14512
- "id": 38233,
14512
+ "id": 38214,
14513
14513
  "isConstant": false,
14514
14514
  "isLValue": false,
14515
14515
  "isPure": false,
@@ -14518,7 +14518,7 @@
14518
14518
  "arguments": [],
14519
14519
  "expression": {
14520
14520
  "argumentTypes": [],
14521
- "id": 38229,
14521
+ "id": 38210,
14522
14522
  "name": "owner",
14523
14523
  "nodeType": "Identifier",
14524
14524
  "overloadedDeclarations": [],
@@ -14529,7 +14529,7 @@
14529
14529
  "typeString": "function () view returns (address)"
14530
14530
  }
14531
14531
  },
14532
- "id": 38230,
14532
+ "id": 38211,
14533
14533
  "isConstant": false,
14534
14534
  "isLValue": false,
14535
14535
  "isPure": false,
@@ -14550,7 +14550,7 @@
14550
14550
  "arguments": [],
14551
14551
  "expression": {
14552
14552
  "argumentTypes": [],
14553
- "id": 38231,
14553
+ "id": 38212,
14554
14554
  "name": "_msgSender",
14555
14555
  "nodeType": "Identifier",
14556
14556
  "overloadedDeclarations": [],
@@ -14561,7 +14561,7 @@
14561
14561
  "typeString": "function () view returns (address)"
14562
14562
  }
14563
14563
  },
14564
- "id": 38232,
14564
+ "id": 38213,
14565
14565
  "isConstant": false,
14566
14566
  "isLValue": false,
14567
14567
  "isPure": false,
@@ -14590,7 +14590,7 @@
14590
14590
  "typeString": "bool"
14591
14591
  }
14592
14592
  ],
14593
- "id": 38228,
14593
+ "id": 38209,
14594
14594
  "name": "assert",
14595
14595
  "nodeType": "Identifier",
14596
14596
  "overloadedDeclarations": [],
@@ -14601,7 +14601,7 @@
14601
14601
  "typeString": "function (bool) pure"
14602
14602
  }
14603
14603
  },
14604
- "id": 38234,
14604
+ "id": 38215,
14605
14605
  "isConstant": false,
14606
14606
  "isLValue": false,
14607
14607
  "isPure": false,
@@ -14616,13 +14616,13 @@
14616
14616
  "typeString": "tuple()"
14617
14617
  }
14618
14618
  },
14619
- "id": 38235,
14619
+ "id": 38216,
14620
14620
  "nodeType": "ExpressionStatement",
14621
14621
  "src": "1397:31:107"
14622
14622
  }
14623
14623
  ]
14624
14624
  },
14625
- "id": 38237,
14625
+ "id": 38218,
14626
14626
  "implemented": true,
14627
14627
  "kind": "function",
14628
14628
  "modifiers": [],
@@ -14630,44 +14630,44 @@
14630
14630
  "nameLocation": "1284:18:107",
14631
14631
  "nodeType": "FunctionDefinition",
14632
14632
  "overrides": {
14633
- "id": 38220,
14633
+ "id": 38201,
14634
14634
  "nodeType": "OverrideSpecifier",
14635
14635
  "overrides": [],
14636
14636
  "src": "1343:8:107"
14637
14637
  },
14638
14638
  "parameters": {
14639
- "id": 38219,
14639
+ "id": 38200,
14640
14640
  "nodeType": "ParameterList",
14641
14641
  "parameters": [
14642
14642
  {
14643
14643
  "constant": false,
14644
- "id": 38218,
14644
+ "id": 38199,
14645
14645
  "mutability": "mutable",
14646
14646
  "name": "host",
14647
14647
  "nameLocation": "1315:4:107",
14648
14648
  "nodeType": "VariableDeclaration",
14649
- "scope": 38237,
14649
+ "scope": 38218,
14650
14650
  "src": "1303:16:107",
14651
14651
  "stateVariable": false,
14652
14652
  "storageLocation": "default",
14653
14653
  "typeDescriptions": {
14654
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
14654
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
14655
14655
  "typeString": "contract ISuperfluid"
14656
14656
  },
14657
14657
  "typeName": {
14658
- "id": 38217,
14658
+ "id": 38198,
14659
14659
  "nodeType": "UserDefinedTypeName",
14660
14660
  "pathNode": {
14661
- "id": 38216,
14661
+ "id": 38197,
14662
14662
  "name": "ISuperfluid",
14663
14663
  "nodeType": "IdentifierPath",
14664
- "referencedDeclaration": 19265,
14664
+ "referencedDeclaration": 19246,
14665
14665
  "src": "1303:11:107"
14666
14666
  },
14667
- "referencedDeclaration": 19265,
14667
+ "referencedDeclaration": 19246,
14668
14668
  "src": "1303:11:107",
14669
14669
  "typeDescriptions": {
14670
- "typeIdentifier": "t_contract$_ISuperfluid_$19265",
14670
+ "typeIdentifier": "t_contract$_ISuperfluid_$19246",
14671
14671
  "typeString": "contract ISuperfluid"
14672
14672
  }
14673
14673
  },
@@ -14677,19 +14677,19 @@
14677
14677
  "src": "1302:18:107"
14678
14678
  },
14679
14679
  "returnParameters": {
14680
- "id": 38221,
14680
+ "id": 38202,
14681
14681
  "nodeType": "ParameterList",
14682
14682
  "parameters": [],
14683
14683
  "src": "1356:0:107"
14684
14684
  },
14685
- "scope": 38238,
14685
+ "scope": 38219,
14686
14686
  "src": "1275:160:107",
14687
14687
  "stateMutability": "view",
14688
14688
  "virtual": false,
14689
14689
  "visibility": "internal"
14690
14690
  }
14691
14691
  ],
14692
- "scope": 38239,
14692
+ "scope": 38220,
14693
14693
  "src": "447:990:107",
14694
14694
  "usedErrors": []
14695
14695
  }
@@ -14702,7 +14702,7 @@
14702
14702
  },
14703
14703
  "networks": {},
14704
14704
  "schemaVersion": "3.4.7",
14705
- "updatedAt": "2022-04-29T12:22:59.144Z",
14705
+ "updatedAt": "2022-04-30T08:07:02.599Z",
14706
14706
  "devdoc": {
14707
14707
  "author": "Superfluid ",
14708
14708
  "details": "A initializable version of the governance for testing purpose",