@superfluid-finance/ethereum-contracts 1.3.2-dev.8696fa0.0 → 1.3.2-dev.9e41aae.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (110) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +18 -18
  5. package/build/contracts/AgreementLibrary.json +165 -165
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +208 -208
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +389 -389
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  12. package/build/contracts/ConstantFlowAgreementV1.json +932 -932
  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/ERC1820RegistryCompiled.json +22 -22
  20. package/build/contracts/ERC20.json +1 -1
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  24. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  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/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +112 -112
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  38. package/build/contracts/IDAv1Library.json +430 -430
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +42 -42
  53. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +47 -47
  57. package/build/contracts/ISETHCustom.json +47 -47
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +191 -191
  60. package/build/contracts/ISuperToken.json +523 -523
  61. package/build/contracts/ISuperTokenFactory.json +160 -160
  62. package/build/contracts/ISuperfluid.json +826 -826
  63. package/build/contracts/ISuperfluidGovernance.json +242 -242
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1441 -1441
  66. package/build/contracts/ITOGAv2.json +1441 -1441
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +567 -567
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  70. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +106 -106
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +224 -224
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +704 -704
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +42 -42
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +2362 -2362
  87. package/build/contracts/SuperTokenFactory.json +747 -747
  88. package/build/contracts/SuperTokenFactoryBase.json +737 -737
  89. package/build/contracts/SuperTokenFactoryHelper.json +740 -740
  90. package/build/contracts/SuperUpgrader.json +437 -437
  91. package/build/contracts/Superfluid.json +4860 -4860
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +690 -690
  93. package/build/contracts/SuperfluidGovernanceBase.json +3933 -2158
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +7488 -4364
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +207 -207
  98. package/build/contracts/SuperfluidToken.json +1404 -1404
  99. package/build/contracts/TOGA.json +1458 -1458
  100. package/build/contracts/TestGovernance.json +8293 -5439
  101. package/build/contracts/TestToken.json +93 -93
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +32 -32
  104. package/build/contracts/UUPSProxiable.json +139 -139
  105. package/build/contracts/UUPSProxy.json +81 -81
  106. package/build/contracts/UUPSUtils.json +37 -37
  107. package/build/contracts-sizes.txt +1 -1
  108. package/contracts/gov/SuperfluidGovernanceBase.sol +98 -35
  109. package/package.json +2 -2
  110. package/scripts/gov-create-new-app-registration-key.js +9 -19
@@ -277,7 +277,7 @@
277
277
  "bytecode": "0x60c060405234801561001057600080fd5b506040516114f83803806114f883398101604081905261002f9161005e565b6001600160a01b039182166080521660a052610098565b6001600160a01b038116811461005b57600080fd5b50565b6000806040838503121561007157600080fd5b825161007c81610046565b602084015190925061008d81610046565b809150509250929050565b60805160a0516114276100d160003960006102f001526000818160b001528181610233015281816105a00152610ae701526114276000f3fe608060405234801561001057600080fd5b50600436106100a95760003560e01c806352d1902d1161007157806352d1902d146101305780638129fc1c1461015e5780639470a5b2146101665780639903ad381461017d578063a6d0c53414610185578063d412d3441461019857600080fd5b806320bc4425146100ae578063431f1481146100ed57806346951954146101005780634dcc4d791461011557806350d75d2514610128575b600080fd5b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020015b60405180910390f35b6100d06100fb366004610cb1565b6101ab565b61011361010e366004610d44565b610228565b005b6100d0610123366004610d44565b6102ce565b6100d0610365565b6040517fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b62081526020016100e4565b610113610394565b6000546201000090046001600160a01b03166100d0565b61011361045e565b6100d0610193366004610d77565b610518565b6101136101a6366004610d44565b6107f8565b600061021d87886001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101ef573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102139190610e1d565b8888888888610518565b979650505050505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146102ba5760405162461bcd60e51b815260206004820152602c60248201527f5375706572546f6b656e466163746f72793a206f6e6c7920686f73742063616e60448201526b2075706461746520636f646560a01b60648201526084015b60405180910390fd5b6102c381610896565b6102cb610ad0565b50565b6040516313db266360e31b81526001600160a01b0382811660048301526000917f000000000000000000000000000000000000000000000000000000000000000090911690639ed93318906024016020604051808303816000875af115801561033b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061035f9190610e3a565b92915050565b600061038f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b600054610100900460ff16158080156103b45750600054600160ff909116105b806103ce5750303b1580156103ce575060005460ff166001145b6103ea5760405162461bcd60e51b81526004016102b190610e57565b6000805460ff19166001179055801561040d576000805461ff0019166101001790555b610415610ad0565b80156102cb576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a150565b600054610100900460ff161580801561047e5750600054600160ff909116105b806104985750303b158015610498575060005460ff166001145b6104b45760405162461bcd60e51b81526004016102b190610e57565b6000805460ff191660011790558015610415576000805461ff00191661010017905580156102cb576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602001610453565b60006001600160a01b0388166105705760405162461bcd60e51b815260206004820152601f60248201527f5375706572546f6b656e466163746f72793a207a65726f20616464726573730060448201526064016102b1565b600086600281111561058457610584610ea5565b0361061a57604051634dcc4d7960e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001660048201523090634dcc4d79906024016020604051808303816000875af11580156105ef573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106139190610e3a565b9050610752565b600186600281111561062e5761062e610ea5565b036106ce57600060405161064190610c25565b604051809103906000f08015801561065d573d6000803e3d6000fd5b50600054604051634a0687ef60e01b81526001600160a01b036201000090920482166004820152919250821690634a0687ef90602401600060405180830381600087803b1580156106ad57600080fd5b505af11580156106c1573d6000803e3d6000fd5b5050505080915050610752565b60006040516106dc90610c32565b604051809103906000f0801580156106f8573d6000803e3d6000fd5b509050806001600160a01b0316638129fc1c6040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561073657600080fd5b505af115801561074a573d6000803e3d6000fd5b509293505050505b6040516285fc1360e71b81526001600160a01b038216906342fe098090610787908b908b908a908a908a908a90600401610ee4565b600060405180830381600087803b1580156107a157600080fd5b505af11580156107b5573d6000803e3d6000fd5b50506040516001600160a01b03841692507fb52c6d9d122e8c07769b96d7bb14e66db58ee03fdebaaa2f92547e9c7ef0e65f9150600090a2979650505050505050565b600054604051634a0687ef60e01b81526001600160a01b0362010000909204821660048201528291821690634a0687ef90602401600060405180830381600087803b15801561084657600080fd5b505af115801561085a573d6000803e3d6000fd5b50506040516001600160a01b03851692507f437790724a6e97b75d23117f28cdd4b1beeafc34f7a0911ef256e9334f4369a59150600090a25050565b60006108c07f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316036109165760405162461bcd60e51b815260206004820152601d60248201527f5555505350726f786961626c653a206e6f742075706772616461626c6500000060448201526064016102b1565b806001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610954573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109789190610f32565b7fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b620146109f25760405162461bcd60e51b815260206004820152602360248201527f5555505350726f786961626c653a206e6f7420636f6d70617469626c65206c6f60448201526267696360e81b60648201526084016102b1565b6001600160a01b0381163003610a4a5760405162461bcd60e51b815260206004820152601960248201527f5555505350726f786961626c653a2070726f7879206c6f6f700000000000000060448201526064016102b1565b610a72817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b7fe011bc04c286c344a8fcbb8de77f953da762c3e25d8cdea984147fc4168a5dcc7fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b620604080519182526001600160a01b038416602083015201610453565b604051634dcc4d7960e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001660048201523090634dcc4d79906024016020604051808303816000875af1158015610b36573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b5a9190610e3a565b600060026101000a8154816001600160a01b0302191690836001600160a01b03160217905550600060029054906101000a90046001600160a01b03166001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b158015610bd057600080fd5b505af1158015610be4573d6000803e3d6000fd5b505060008054604051620100009091046001600160a01b031693507fc13fb19d60857980e565bf5dae406b8802d3c1cec50c6156b30b12b8740297839250a2565b61024a80610f4c83390190565b61025c8061119683390190565b6001600160a01b03811681146102cb57600080fd5b803560038110610c6357600080fd5b919050565b60008083601f840112610c7a57600080fd5b50813567ffffffffffffffff811115610c9257600080fd5b602083019150836020828501011115610caa57600080fd5b9250929050565b60008060008060008060808789031215610cca57600080fd5b8635610cd581610c3f565b9550610ce360208801610c54565b9450604087013567ffffffffffffffff80821115610d0057600080fd5b610d0c8a838b01610c68565b90965094506060890135915080821115610d2557600080fd5b50610d3289828a01610c68565b979a9699509497509295939492505050565b600060208284031215610d5657600080fd5b8135610d6181610c3f565b9392505050565b60ff811681146102cb57600080fd5b600080600080600080600060a0888a031215610d9257600080fd5b8735610d9d81610c3f565b96506020880135610dad81610d68565b9550610dbb60408901610c54565b9450606088013567ffffffffffffffff80821115610dd857600080fd5b610de48b838c01610c68565b909650945060808a0135915080821115610dfd57600080fd5b50610e0a8a828b01610c68565b989b979a50959850939692959293505050565b600060208284031215610e2f57600080fd5b8151610d6181610d68565b600060208284031215610e4c57600080fd5b8151610d6181610c3f565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b634e487b7160e01b600052602160045260246000fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6001600160a01b038716815260ff86166020820152608060408201819052600090610f129083018688610ebb565b8281036060840152610f25818587610ebb565b9998505050505050505050565b600060208284031215610f4457600080fd5b505191905056fe608060405234801561001057600080fd5b5061022a806100206000396000f3fe6080604052600436106100225760003560e01c80634a0687ef1461003957610031565b366100315761002f610059565b005b61002f610059565b34801561004557600080fd5b5061002f6100543660046101c4565b61006b565b610069610064610171565b6101a0565b565b6001600160a01b0381166100c65760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006100f07f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101465760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016100bd565b61016e817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b600061019b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156101bf573d6000f35b3d6000fd5b6000602082840312156101d657600080fd5b81356001600160a01b03811681146101ed57600080fd5b939250505056fea26469706673582212203110f9cfe43ac366756bef2f6f0b1e6afd1bbf53cf028337b713e0338f22a45864736f6c634300080e0033608060405234801561001057600080fd5b5061023c806100206000396000f3fe6080604052600436106100225760003560e01c80638129fc1c1461003957610031565b366100315761002f61004e565b005b61002f61004e565b34801561004557600080fd5b5061002f610060565b61005e6100596100f9565b61019c565b565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546001600160a01b038116156100d35760405162461bcd60e51b8152602060048201526013602482015272105b1c9958591e481a5b9a5d1a585b1a5e9959606a1b604482015260640160405180910390fd5b50337fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a055565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546000906001600160a01b038116610134576101346101c0565b806001600160a01b0316639470a5b26040518163ffffffff1660e01b8152600401602060405180830381865afa158015610172573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061019691906101d6565b91505090565b3660008037600080366000845af43d6000803e8080156101bb573d6000f35b3d6000fd5b634e487b7160e01b600052600160045260246000fd5b6000602082840312156101e857600080fd5b81516001600160a01b03811681146101ff57600080fd5b939250505056fea26469706673582212204796aad6191e97298a54307f159d8236f93aa500dc8b2ca1c213c429174de93664736f6c634300080e0033a2646970667358221220226f3fa4d4bf5d8ce58455b6735db2c0347a17215808626303e821991599e4bf64736f6c634300080e0033",
278
278
  "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100a95760003560e01c806352d1902d1161007157806352d1902d146101305780638129fc1c1461015e5780639470a5b2146101665780639903ad381461017d578063a6d0c53414610185578063d412d3441461019857600080fd5b806320bc4425146100ae578063431f1481146100ed57806346951954146101005780634dcc4d791461011557806350d75d2514610128575b600080fd5b7f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b0390911681526020015b60405180910390f35b6100d06100fb366004610cb1565b6101ab565b61011361010e366004610d44565b610228565b005b6100d0610123366004610d44565b6102ce565b6100d0610365565b6040517fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b62081526020016100e4565b610113610394565b6000546201000090046001600160a01b03166100d0565b61011361045e565b6100d0610193366004610d77565b610518565b6101136101a6366004610d44565b6107f8565b600061021d87886001600160a01b031663313ce5676040518163ffffffff1660e01b8152600401602060405180830381865afa1580156101ef573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906102139190610e1d565b8888888888610518565b979650505050505050565b336001600160a01b037f000000000000000000000000000000000000000000000000000000000000000016146102ba5760405162461bcd60e51b815260206004820152602c60248201527f5375706572546f6b656e466163746f72793a206f6e6c7920686f73742063616e60448201526b2075706461746520636f646560a01b60648201526084015b60405180910390fd5b6102c381610896565b6102cb610ad0565b50565b6040516313db266360e31b81526001600160a01b0382811660048301526000917f000000000000000000000000000000000000000000000000000000000000000090911690639ed93318906024016020604051808303816000875af115801561033b573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061035f9190610e3a565b92915050565b600061038f7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b600054610100900460ff16158080156103b45750600054600160ff909116105b806103ce5750303b1580156103ce575060005460ff166001145b6103ea5760405162461bcd60e51b81526004016102b190610e57565b6000805460ff19166001179055801561040d576000805461ff0019166101001790555b610415610ad0565b80156102cb576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb3847402498906020015b60405180910390a150565b600054610100900460ff161580801561047e5750600054600160ff909116105b806104985750303b158015610498575060005460ff166001145b6104b45760405162461bcd60e51b81526004016102b190610e57565b6000805460ff191660011790558015610415576000805461ff00191661010017905580156102cb576000805461ff0019169055604051600181527f7f26b83ff96e1f2b6a682f133852f6798a09c465da95921460cefb384740249890602001610453565b60006001600160a01b0388166105705760405162461bcd60e51b815260206004820152601f60248201527f5375706572546f6b656e466163746f72793a207a65726f20616464726573730060448201526064016102b1565b600086600281111561058457610584610ea5565b0361061a57604051634dcc4d7960e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001660048201523090634dcc4d79906024016020604051808303816000875af11580156105ef573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906106139190610e3a565b9050610752565b600186600281111561062e5761062e610ea5565b036106ce57600060405161064190610c25565b604051809103906000f08015801561065d573d6000803e3d6000fd5b50600054604051634a0687ef60e01b81526001600160a01b036201000090920482166004820152919250821690634a0687ef90602401600060405180830381600087803b1580156106ad57600080fd5b505af11580156106c1573d6000803e3d6000fd5b5050505080915050610752565b60006040516106dc90610c32565b604051809103906000f0801580156106f8573d6000803e3d6000fd5b509050806001600160a01b0316638129fc1c6040518163ffffffff1660e01b8152600401600060405180830381600087803b15801561073657600080fd5b505af115801561074a573d6000803e3d6000fd5b509293505050505b6040516285fc1360e71b81526001600160a01b038216906342fe098090610787908b908b908a908a908a908a90600401610ee4565b600060405180830381600087803b1580156107a157600080fd5b505af11580156107b5573d6000803e3d6000fd5b50506040516001600160a01b03841692507fb52c6d9d122e8c07769b96d7bb14e66db58ee03fdebaaa2f92547e9c7ef0e65f9150600090a2979650505050505050565b600054604051634a0687ef60e01b81526001600160a01b0362010000909204821660048201528291821690634a0687ef90602401600060405180830381600087803b15801561084657600080fd5b505af115801561085a573d6000803e3d6000fd5b50506040516001600160a01b03851692507f437790724a6e97b75d23117f28cdd4b1beeafc34f7a0911ef256e9334f4369a59150600090a25050565b60006108c07f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316036109165760405162461bcd60e51b815260206004820152601d60248201527f5555505350726f786961626c653a206e6f742075706772616461626c6500000060448201526064016102b1565b806001600160a01b03166352d1902d6040518163ffffffff1660e01b8152600401602060405180830381865afa158015610954573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906109789190610f32565b7fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b620146109f25760405162461bcd60e51b815260206004820152602360248201527f5555505350726f786961626c653a206e6f7420636f6d70617469626c65206c6f60448201526267696360e81b60648201526084016102b1565b6001600160a01b0381163003610a4a5760405162461bcd60e51b815260206004820152601960248201527f5555505350726f786961626c653a2070726f7879206c6f6f700000000000000060448201526064016102b1565b610a72817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b7fe011bc04c286c344a8fcbb8de77f953da762c3e25d8cdea984147fc4168a5dcc7fb146a22bc9644a3313a7e28592f37d32718a2b618d3d136aa524b0d86b87b620604080519182526001600160a01b038416602083015201610453565b604051634dcc4d7960e01b81526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001660048201523090634dcc4d79906024016020604051808303816000875af1158015610b36573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610b5a9190610e3a565b600060026101000a8154816001600160a01b0302191690836001600160a01b03160217905550600060029054906101000a90046001600160a01b03166001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b158015610bd057600080fd5b505af1158015610be4573d6000803e3d6000fd5b505060008054604051620100009091046001600160a01b031693507fc13fb19d60857980e565bf5dae406b8802d3c1cec50c6156b30b12b8740297839250a2565b61024a80610f4c83390190565b61025c8061119683390190565b6001600160a01b03811681146102cb57600080fd5b803560038110610c6357600080fd5b919050565b60008083601f840112610c7a57600080fd5b50813567ffffffffffffffff811115610c9257600080fd5b602083019150836020828501011115610caa57600080fd5b9250929050565b60008060008060008060808789031215610cca57600080fd5b8635610cd581610c3f565b9550610ce360208801610c54565b9450604087013567ffffffffffffffff80821115610d0057600080fd5b610d0c8a838b01610c68565b90965094506060890135915080821115610d2557600080fd5b50610d3289828a01610c68565b979a9699509497509295939492505050565b600060208284031215610d5657600080fd5b8135610d6181610c3f565b9392505050565b60ff811681146102cb57600080fd5b600080600080600080600060a0888a031215610d9257600080fd5b8735610d9d81610c3f565b96506020880135610dad81610d68565b9550610dbb60408901610c54565b9450606088013567ffffffffffffffff80821115610dd857600080fd5b610de48b838c01610c68565b909650945060808a0135915080821115610dfd57600080fd5b50610e0a8a828b01610c68565b989b979a50959850939692959293505050565b600060208284031215610e2f57600080fd5b8151610d6181610d68565b600060208284031215610e4c57600080fd5b8151610d6181610c3f565b6020808252602e908201527f496e697469616c697a61626c653a20636f6e747261637420697320616c72656160408201526d191e481a5b9a5d1a585b1a5e995960921b606082015260800190565b634e487b7160e01b600052602160045260246000fd5b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b6001600160a01b038716815260ff86166020820152608060408201819052600090610f129083018688610ebb565b8281036060840152610f25818587610ebb565b9998505050505050505050565b600060208284031215610f4457600080fd5b505191905056fe608060405234801561001057600080fd5b5061022a806100206000396000f3fe6080604052600436106100225760003560e01c80634a0687ef1461003957610031565b366100315761002f610059565b005b61002f610059565b34801561004557600080fd5b5061002f6100543660046101c4565b61006b565b610069610064610171565b6101a0565b565b6001600160a01b0381166100c65760405162461bcd60e51b815260206004820152601760248201527f5555505350726f78793a207a65726f206164647265737300000000000000000060448201526064015b60405180910390fd5b60006100f07f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b6001600160a01b0316146101465760405162461bcd60e51b815260206004820152601e60248201527f5555505350726f78793a20616c726561647920696e697469616c697a6564000060448201526064016100bd565b61016e817f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc55565b50565b600061019b7f360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc5490565b905090565b3660008037600080366000845af43d6000803e8080156101bf573d6000f35b3d6000fd5b6000602082840312156101d657600080fd5b81356001600160a01b03811681146101ed57600080fd5b939250505056fea26469706673582212203110f9cfe43ac366756bef2f6f0b1e6afd1bbf53cf028337b713e0338f22a45864736f6c634300080e0033608060405234801561001057600080fd5b5061023c806100206000396000f3fe6080604052600436106100225760003560e01c80638129fc1c1461003957610031565b366100315761002f61004e565b005b61002f61004e565b34801561004557600080fd5b5061002f610060565b61005e6100596100f9565b61019c565b565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546001600160a01b038116156100d35760405162461bcd60e51b8152602060048201526013602482015272105b1c9958591e481a5b9a5d1a585b1a5e9959606a1b604482015260640160405180910390fd5b50337fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a055565b7fb8fcd5719b3ddf8626f3664705a89b7fc476129a58c1aa5eda57c600cc1821a0546000906001600160a01b038116610134576101346101c0565b806001600160a01b0316639470a5b26040518163ffffffff1660e01b8152600401602060405180830381865afa158015610172573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061019691906101d6565b91505090565b3660008037600080366000845af43d6000803e8080156101bb573d6000f35b3d6000fd5b634e487b7160e01b600052600160045260246000fd5b6000602082840312156101e857600080fd5b81516001600160a01b03811681146101ff57600080fd5b939250505056fea26469706673582212204796aad6191e97298a54307f159d8236f93aa500dc8b2ca1c213c429174de93664736f6c634300080e0033a2646970667358221220226f3fa4d4bf5d8ce58455b6735db2c0347a17215808626303e821991599e4bf64736f6c634300080e0033",
279
279
  "immutableReferences": {
280
- "32396": [
280
+ "32518": [
281
281
  {
282
282
  "length": 32,
283
283
  "start": 176
@@ -295,7 +295,7 @@
295
295
  "start": 2791
296
296
  }
297
297
  ],
298
- "32719": [
298
+ "32841": [
299
299
  {
300
300
  "length": 32,
301
301
  "start": 752
@@ -688,7 +688,7 @@
688
688
  }
689
689
  ]
690
690
  },
691
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_SuperTokenFactoryHelper_$32714_fromMemory",
691
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$20175t_contract$_SuperTokenFactoryHelper_$32836_fromMemory",
692
692
  "nodeType": "YulFunctionDefinition",
693
693
  "parameters": [
694
694
  {
@@ -722,7 +722,7 @@
722
722
  }
723
723
  ]
724
724
  },
725
- "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_$20053t_contract$_SuperTokenFactoryHelper_$32714_fromMemory(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := mload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n}",
725
+ "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_$20175t_contract$_SuperTokenFactoryHelper_$32836_fromMemory(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := mload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n}",
726
726
  "id": 107,
727
727
  "language": "Yul",
728
728
  "name": "#utility.yul"
@@ -2100,7 +2100,7 @@
2100
2100
  }
2101
2101
  ]
2102
2102
  },
2103
- "name": "abi_decode_tuple_t_contract$_ERC20WithTokenInfo_$20462t_enum$_Upgradability_$19521t_string_calldata_ptrt_string_calldata_ptr",
2103
+ "name": "abi_decode_tuple_t_contract$_ERC20WithTokenInfo_$20584t_enum$_Upgradability_$19643t_string_calldata_ptrt_string_calldata_ptr",
2104
2104
  "nodeType": "YulFunctionDefinition",
2105
2105
  "parameters": [
2106
2106
  {
@@ -2276,7 +2276,7 @@
2276
2276
  }
2277
2277
  ]
2278
2278
  },
2279
- "name": "abi_encode_tuple_t_contract$_ISuperToken_$19492__to_t_address__fromStack_reversed",
2279
+ "name": "abi_encode_tuple_t_contract$_ISuperToken_$19614__to_t_address__fromStack_reversed",
2280
2280
  "nodeType": "YulFunctionDefinition",
2281
2281
  "parameters": [
2282
2282
  {
@@ -2626,7 +2626,7 @@
2626
2626
  }
2627
2627
  ]
2628
2628
  },
2629
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053",
2629
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$20175",
2630
2630
  "nodeType": "YulFunctionDefinition",
2631
2631
  "parameters": [
2632
2632
  {
@@ -3533,7 +3533,7 @@
3533
3533
  }
3534
3534
  ]
3535
3535
  },
3536
- "name": "abi_decode_tuple_t_contract$_IERC20_$1630t_uint8t_enum$_Upgradability_$19521t_string_calldata_ptrt_string_calldata_ptr",
3536
+ "name": "abi_decode_tuple_t_contract$_IERC20_$1630t_uint8t_enum$_Upgradability_$19643t_string_calldata_ptrt_string_calldata_ptr",
3537
3537
  "nodeType": "YulFunctionDefinition",
3538
3538
  "parameters": [
3539
3539
  {
@@ -4115,7 +4115,7 @@
4115
4115
  }
4116
4116
  ]
4117
4117
  },
4118
- "name": "abi_encode_tuple_t_contract$_ISuperfluid_$20053__to_t_address__fromStack_reversed",
4118
+ "name": "abi_encode_tuple_t_contract$_ISuperfluid_$20175__to_t_address__fromStack_reversed",
4119
4119
  "nodeType": "YulFunctionDefinition",
4120
4120
  "parameters": [
4121
4121
  {
@@ -6534,7 +6534,7 @@
6534
6534
  }
6535
6535
  ]
6536
6536
  },
6537
- "contents": "{\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 validator_revert_contract_ERC20WithTokenInfo(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_enum_Upgradability(offset) -> value\n {\n value := calldataload(offset)\n if iszero(lt(value, 3)) { revert(0, 0) }\n }\n function abi_decode_string_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, length), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ERC20WithTokenInfo_$20462t_enum$_Upgradability_$19521t_string_calldata_ptrt_string_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ERC20WithTokenInfo(value)\n value0 := value\n value1 := abi_decode_enum_Upgradability(add(headStart, 32))\n let offset := calldataload(add(headStart, 64))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value2_1, value3_1 := abi_decode_string_calldata(add(headStart, offset), dataEnd)\n value2 := value2_1\n value3 := value3_1\n let offset_1 := calldataload(add(headStart, 96))\n if gt(offset_1, _1) { revert(0, 0) }\n let value4_1, value5_1 := abi_decode_string_calldata(add(headStart, offset_1), dataEnd)\n value4 := value4_1\n value5 := value5_1\n }\n function abi_encode_tuple_t_contract$_ISuperToken_$19492__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_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_ERC20WithTokenInfo(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ERC20WithTokenInfo(value)\n value0 := value\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function validator_revert_uint8(value)\n {\n if iszero(eq(value, and(value, 0xff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_IERC20_$1630t_uint8t_enum$_Upgradability_$19521t_string_calldata_ptrt_string_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5, value6\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ERC20WithTokenInfo(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_uint8(value_1)\n value1 := value_1\n value2 := abi_decode_enum_Upgradability(add(headStart, 64))\n let offset := calldataload(add(headStart, 96))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_string_calldata(add(headStart, offset), dataEnd)\n value3 := value3_1\n value4 := value4_1\n let offset_1 := calldataload(add(headStart, 128))\n if gt(offset_1, _1) { revert(0, 0) }\n let value5_1, value6_1 := abi_decode_string_calldata(add(headStart, offset_1), dataEnd)\n value5 := value5_1\n value6 := value6_1\n }\n function abi_decode_tuple_t_uint8_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_uint8(value)\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_09f4852ae589dd8ae49e6b2c976ac0247597e0a6e39af5affd3cd3390ff1f66b__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 44)\n mstore(add(headStart, 64), \"SuperTokenFactory: only host can\")\n mstore(add(headStart, 96), \" update code\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_contract$_ISuperfluid_$20053__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_tuple_t_address_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_contract_ERC20WithTokenInfo(value)\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 46)\n mstore(add(headStart, 64), \"Initializable: contract is alrea\")\n mstore(add(headStart, 96), \"dy initialized\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xff))\n }\n function abi_encode_tuple_t_stringliteral_aa846f6ec63b54ed843f75aeb0ed9d234307071b0a87f7b3196afaec77f50eeb__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 31)\n mstore(add(headStart, 64), \"SuperTokenFactory: zero address\")\n tail := add(headStart, 96)\n }\n function panic_error_0x21()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x21)\n revert(0, 0x24)\n }\n function abi_encode_string_calldata(start, length, pos) -> end\n {\n mstore(pos, length)\n calldatacopy(add(pos, 0x20), start, length)\n mstore(add(add(pos, length), 0x20), 0)\n end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n }\n function abi_encode_tuple_t_contract$_IERC20_$1630_t_uint8_t_string_calldata_ptr_t_string_calldata_ptr__to_t_address_t_uint8_t_string_memory_ptr_t_string_memory_ptr__fromStack_reversed(headStart, value5, value4, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xff))\n mstore(add(headStart, 64), 128)\n let tail_1 := abi_encode_string_calldata(value2, value3, add(headStart, 128))\n mstore(add(headStart, 96), sub(tail_1, headStart))\n tail := abi_encode_string_calldata(value4, value5, tail_1)\n }\n function abi_encode_tuple_t_stringliteral_befd5f2ffca520b9208eba0ffa41bf9e0aed29a8580655fdb778030efa521bea__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 29)\n mstore(add(headStart, 64), \"UUPSProxiable: not upgradable\")\n tail := add(headStart, 96)\n }\n function abi_decode_tuple_t_bytes32_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := mload(headStart)\n }\n function abi_encode_tuple_t_stringliteral_0c74ad657035ec53451093745d5caa5909a42dace836130f97873b36755af913__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 35)\n mstore(add(headStart, 64), \"UUPSProxiable: not compatible lo\")\n mstore(add(headStart, 96), \"gic\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_7cebf0bf1547141b7b7f87cc08cf4eb6b11676b9b00928b28fdc7e005edd97c0__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 25)\n mstore(add(headStart, 64), \"UUPSProxiable: proxy loop\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_bytes32_t_address__to_t_bytes32_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n }\n}",
6537
+ "contents": "{\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 validator_revert_contract_ERC20WithTokenInfo(value)\n {\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n }\n function abi_decode_enum_Upgradability(offset) -> value\n {\n value := calldataload(offset)\n if iszero(lt(value, 3)) { revert(0, 0) }\n }\n function abi_decode_string_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, length), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ERC20WithTokenInfo_$20584t_enum$_Upgradability_$19643t_string_calldata_ptrt_string_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ERC20WithTokenInfo(value)\n value0 := value\n value1 := abi_decode_enum_Upgradability(add(headStart, 32))\n let offset := calldataload(add(headStart, 64))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value2_1, value3_1 := abi_decode_string_calldata(add(headStart, offset), dataEnd)\n value2 := value2_1\n value3 := value3_1\n let offset_1 := calldataload(add(headStart, 96))\n if gt(offset_1, _1) { revert(0, 0) }\n let value4_1, value5_1 := abi_decode_string_calldata(add(headStart, offset_1), dataEnd)\n value4 := value4_1\n value5 := value5_1\n }\n function abi_encode_tuple_t_contract$_ISuperToken_$19614__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_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_ERC20WithTokenInfo(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20175(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ERC20WithTokenInfo(value)\n value0 := value\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function validator_revert_uint8(value)\n {\n if iszero(eq(value, and(value, 0xff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_IERC20_$1630t_uint8t_enum$_Upgradability_$19643t_string_calldata_ptrt_string_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4, value5, value6\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ERC20WithTokenInfo(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_uint8(value_1)\n value1 := value_1\n value2 := abi_decode_enum_Upgradability(add(headStart, 64))\n let offset := calldataload(add(headStart, 96))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_string_calldata(add(headStart, offset), dataEnd)\n value3 := value3_1\n value4 := value4_1\n let offset_1 := calldataload(add(headStart, 128))\n if gt(offset_1, _1) { revert(0, 0) }\n let value5_1, value6_1 := abi_decode_string_calldata(add(headStart, offset_1), dataEnd)\n value5 := value5_1\n value6 := value6_1\n }\n function abi_decode_tuple_t_uint8_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_uint8(value)\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_09f4852ae589dd8ae49e6b2c976ac0247597e0a6e39af5affd3cd3390ff1f66b__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 44)\n mstore(add(headStart, 64), \"SuperTokenFactory: only host can\")\n mstore(add(headStart, 96), \" update code\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_contract$_ISuperfluid_$20175__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_tuple_t_address_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_contract_ERC20WithTokenInfo(value)\n value0 := value\n }\n function abi_encode_tuple_t_stringliteral_7a2a4e26842155ea933fe6eb6e3137eb5a296dcdf55721c552be7b4c3cc23759__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 46)\n mstore(add(headStart, 64), \"Initializable: contract is alrea\")\n mstore(add(headStart, 96), \"dy initialized\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint8__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xff))\n }\n function abi_encode_tuple_t_stringliteral_aa846f6ec63b54ed843f75aeb0ed9d234307071b0a87f7b3196afaec77f50eeb__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 31)\n mstore(add(headStart, 64), \"SuperTokenFactory: zero address\")\n tail := add(headStart, 96)\n }\n function panic_error_0x21()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x21)\n revert(0, 0x24)\n }\n function abi_encode_string_calldata(start, length, pos) -> end\n {\n mstore(pos, length)\n calldatacopy(add(pos, 0x20), start, length)\n mstore(add(add(pos, length), 0x20), 0)\n end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n }\n function abi_encode_tuple_t_contract$_IERC20_$1630_t_uint8_t_string_calldata_ptr_t_string_calldata_ptr__to_t_address_t_uint8_t_string_memory_ptr_t_string_memory_ptr__fromStack_reversed(headStart, value5, value4, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n mstore(add(headStart, 32), and(value1, 0xff))\n mstore(add(headStart, 64), 128)\n let tail_1 := abi_encode_string_calldata(value2, value3, add(headStart, 128))\n mstore(add(headStart, 96), sub(tail_1, headStart))\n tail := abi_encode_string_calldata(value4, value5, tail_1)\n }\n function abi_encode_tuple_t_stringliteral_befd5f2ffca520b9208eba0ffa41bf9e0aed29a8580655fdb778030efa521bea__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 29)\n mstore(add(headStart, 64), \"UUPSProxiable: not upgradable\")\n tail := add(headStart, 96)\n }\n function abi_decode_tuple_t_bytes32_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := mload(headStart)\n }\n function abi_encode_tuple_t_stringliteral_0c74ad657035ec53451093745d5caa5909a42dace836130f97873b36755af913__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 35)\n mstore(add(headStart, 64), \"UUPSProxiable: not compatible lo\")\n mstore(add(headStart, 96), \"gic\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_stringliteral_7cebf0bf1547141b7b7f87cc08cf4eb6b11676b9b00928b28fdc7e005edd97c0__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 25)\n mstore(add(headStart, 64), \"UUPSProxiable: proxy loop\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_bytes32_t_address__to_t_bytes32_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n }\n}",
6538
6538
  "id": 107,
6539
6539
  "language": "Yul",
6540
6540
  "name": "#utility.yul"
@@ -6554,48 +6554,48 @@
6554
6554
  2820
6555
6555
  ],
6556
6556
  "ERC20WithTokenInfo": [
6557
- 20462
6557
+ 20584
6558
6558
  ],
6559
6559
  "FullUpgradableSuperTokenProxy": [
6560
- 30764
6560
+ 30886
6561
6561
  ],
6562
6562
  "IERC20": [
6563
6563
  1630
6564
6564
  ],
6565
6565
  "ISuperToken": [
6566
- 19492
6566
+ 19614
6567
6567
  ],
6568
6568
  "ISuperTokenFactory": [
6569
- 19581
6569
+ 19703
6570
6570
  ],
6571
6571
  "ISuperfluid": [
6572
- 20053
6572
+ 20175
6573
6573
  ],
6574
6574
  "SuperToken": [
6575
- 32368
6575
+ 32490
6576
6576
  ],
6577
6577
  "SuperTokenFactory": [
6578
- 32752
6578
+ 32874
6579
6579
  ],
6580
6580
  "SuperTokenFactoryBase": [
6581
- 32695
6581
+ 32817
6582
6582
  ],
6583
6583
  "SuperTokenFactoryHelper": [
6584
- 32714
6584
+ 32836
6585
6585
  ],
6586
6586
  "UUPSProxiable": [
6587
- 37017
6587
+ 37139
6588
6588
  ],
6589
6589
  "UUPSProxy": [
6590
- 37074
6590
+ 37196
6591
6591
  ]
6592
6592
  },
6593
- "id": 32753,
6593
+ "id": 32875,
6594
6594
  "license": "AGPLv3",
6595
6595
  "nodeType": "SourceUnit",
6596
6596
  "nodes": [
6597
6597
  {
6598
- "id": 32370,
6598
+ "id": 32492,
6599
6599
  "literals": [
6600
6600
  "solidity",
6601
6601
  "0.8",
@@ -6607,20 +6607,20 @@
6607
6607
  {
6608
6608
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
6609
6609
  "file": "../interfaces/superfluid/ISuperTokenFactory.sol",
6610
- "id": 32375,
6610
+ "id": 32497,
6611
6611
  "nameLocation": "-1:-1:-1",
6612
6612
  "nodeType": "ImportDirective",
6613
- "scope": 32753,
6614
- "sourceUnit": 19582,
6613
+ "scope": 32875,
6614
+ "sourceUnit": 19704,
6615
6615
  "src": "60:142:89",
6616
6616
  "symbolAliases": [
6617
6617
  {
6618
6618
  "foreign": {
6619
- "id": 32371,
6619
+ "id": 32493,
6620
6620
  "name": "ISuperTokenFactory",
6621
6621
  "nodeType": "Identifier",
6622
6622
  "overloadedDeclarations": [],
6623
- "referencedDeclaration": 19581,
6623
+ "referencedDeclaration": 19703,
6624
6624
  "src": "73:18:89",
6625
6625
  "typeDescriptions": {}
6626
6626
  },
@@ -6628,11 +6628,11 @@
6628
6628
  },
6629
6629
  {
6630
6630
  "foreign": {
6631
- "id": 32372,
6631
+ "id": 32494,
6632
6632
  "name": "ISuperToken",
6633
6633
  "nodeType": "Identifier",
6634
6634
  "overloadedDeclarations": [],
6635
- "referencedDeclaration": 19492,
6635
+ "referencedDeclaration": 19614,
6636
6636
  "src": "97:11:89",
6637
6637
  "typeDescriptions": {}
6638
6638
  },
@@ -6640,7 +6640,7 @@
6640
6640
  },
6641
6641
  {
6642
6642
  "foreign": {
6643
- "id": 32373,
6643
+ "id": 32495,
6644
6644
  "name": "IERC20",
6645
6645
  "nodeType": "Identifier",
6646
6646
  "overloadedDeclarations": [],
@@ -6652,11 +6652,11 @@
6652
6652
  },
6653
6653
  {
6654
6654
  "foreign": {
6655
- "id": 32374,
6655
+ "id": 32496,
6656
6656
  "name": "ERC20WithTokenInfo",
6657
6657
  "nodeType": "Identifier",
6658
6658
  "overloadedDeclarations": [],
6659
- "referencedDeclaration": 20462,
6659
+ "referencedDeclaration": 20584,
6660
6660
  "src": "126:18:89",
6661
6661
  "typeDescriptions": {}
6662
6662
  },
@@ -6668,20 +6668,20 @@
6668
6668
  {
6669
6669
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
6670
6670
  "file": "../interfaces/superfluid/ISuperfluid.sol",
6671
- "id": 32377,
6671
+ "id": 32499,
6672
6672
  "nameLocation": "-1:-1:-1",
6673
6673
  "nodeType": "ImportDirective",
6674
- "scope": 32753,
6675
- "sourceUnit": 20054,
6674
+ "scope": 32875,
6675
+ "sourceUnit": 20176,
6676
6676
  "src": "204:71:89",
6677
6677
  "symbolAliases": [
6678
6678
  {
6679
6679
  "foreign": {
6680
- "id": 32376,
6680
+ "id": 32498,
6681
6681
  "name": "ISuperfluid",
6682
6682
  "nodeType": "Identifier",
6683
6683
  "overloadedDeclarations": [],
6684
- "referencedDeclaration": 20053,
6684
+ "referencedDeclaration": 20175,
6685
6685
  "src": "213:11:89",
6686
6686
  "typeDescriptions": {}
6687
6687
  },
@@ -6693,20 +6693,20 @@
6693
6693
  {
6694
6694
  "absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
6695
6695
  "file": "../upgradability/UUPSProxy.sol",
6696
- "id": 32379,
6696
+ "id": 32501,
6697
6697
  "nameLocation": "-1:-1:-1",
6698
6698
  "nodeType": "ImportDirective",
6699
- "scope": 32753,
6700
- "sourceUnit": 37075,
6699
+ "scope": 32875,
6700
+ "sourceUnit": 37197,
6701
6701
  "src": "277:59:89",
6702
6702
  "symbolAliases": [
6703
6703
  {
6704
6704
  "foreign": {
6705
- "id": 32378,
6705
+ "id": 32500,
6706
6706
  "name": "UUPSProxy",
6707
6707
  "nodeType": "Identifier",
6708
6708
  "overloadedDeclarations": [],
6709
- "referencedDeclaration": 37074,
6709
+ "referencedDeclaration": 37196,
6710
6710
  "src": "286:9:89",
6711
6711
  "typeDescriptions": {}
6712
6712
  },
@@ -6718,20 +6718,20 @@
6718
6718
  {
6719
6719
  "absolutePath": "project:/contracts/upgradability/UUPSProxiable.sol",
6720
6720
  "file": "../upgradability/UUPSProxiable.sol",
6721
- "id": 32381,
6721
+ "id": 32503,
6722
6722
  "nameLocation": "-1:-1:-1",
6723
6723
  "nodeType": "ImportDirective",
6724
- "scope": 32753,
6725
- "sourceUnit": 37018,
6724
+ "scope": 32875,
6725
+ "sourceUnit": 37140,
6726
6726
  "src": "337:67:89",
6727
6727
  "symbolAliases": [
6728
6728
  {
6729
6729
  "foreign": {
6730
- "id": 32380,
6730
+ "id": 32502,
6731
6731
  "name": "UUPSProxiable",
6732
6732
  "nodeType": "Identifier",
6733
6733
  "overloadedDeclarations": [],
6734
- "referencedDeclaration": 37017,
6734
+ "referencedDeclaration": 37139,
6735
6735
  "src": "346:13:89",
6736
6736
  "typeDescriptions": {}
6737
6737
  },
@@ -6743,20 +6743,20 @@
6743
6743
  {
6744
6744
  "absolutePath": "project:/contracts/superfluid/SuperToken.sol",
6745
6745
  "file": "../superfluid/SuperToken.sol",
6746
- "id": 32383,
6746
+ "id": 32505,
6747
6747
  "nameLocation": "-1:-1:-1",
6748
6748
  "nodeType": "ImportDirective",
6749
- "scope": 32753,
6750
- "sourceUnit": 32369,
6749
+ "scope": 32875,
6750
+ "sourceUnit": 32491,
6751
6751
  "src": "406:58:89",
6752
6752
  "symbolAliases": [
6753
6753
  {
6754
6754
  "foreign": {
6755
- "id": 32382,
6755
+ "id": 32504,
6756
6756
  "name": "SuperToken",
6757
6757
  "nodeType": "Identifier",
6758
6758
  "overloadedDeclarations": [],
6759
- "referencedDeclaration": 32368,
6759
+ "referencedDeclaration": 32490,
6760
6760
  "src": "415:10:89",
6761
6761
  "typeDescriptions": {}
6762
6762
  },
@@ -6768,20 +6768,20 @@
6768
6768
  {
6769
6769
  "absolutePath": "project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol",
6770
6770
  "file": "./FullUpgradableSuperTokenProxy.sol",
6771
- "id": 32385,
6771
+ "id": 32507,
6772
6772
  "nameLocation": "-1:-1:-1",
6773
6773
  "nodeType": "ImportDirective",
6774
- "scope": 32753,
6775
- "sourceUnit": 30765,
6774
+ "scope": 32875,
6775
+ "sourceUnit": 30887,
6776
6776
  "src": "466:84:89",
6777
6777
  "symbolAliases": [
6778
6778
  {
6779
6779
  "foreign": {
6780
- "id": 32384,
6780
+ "id": 32506,
6781
6781
  "name": "FullUpgradableSuperTokenProxy",
6782
6782
  "nodeType": "Identifier",
6783
6783
  "overloadedDeclarations": [],
6784
- "referencedDeclaration": 30764,
6784
+ "referencedDeclaration": 30886,
6785
6785
  "src": "475:29:89",
6786
6786
  "typeDescriptions": {}
6787
6787
  },
@@ -6793,16 +6793,16 @@
6793
6793
  {
6794
6794
  "absolutePath": "@openzeppelin/contracts/utils/Address.sol",
6795
6795
  "file": "@openzeppelin/contracts/utils/Address.sol",
6796
- "id": 32387,
6796
+ "id": 32509,
6797
6797
  "nameLocation": "-1:-1:-1",
6798
6798
  "nodeType": "ImportDirective",
6799
- "scope": 32753,
6799
+ "scope": 32875,
6800
6800
  "sourceUnit": 2688,
6801
6801
  "src": "552:68:89",
6802
6802
  "symbolAliases": [
6803
6803
  {
6804
6804
  "foreign": {
6805
- "id": 32386,
6805
+ "id": 32508,
6806
6806
  "name": "Address",
6807
6807
  "nodeType": "Identifier",
6808
6808
  "overloadedDeclarations": [],
@@ -6818,16 +6818,16 @@
6818
6818
  {
6819
6819
  "absolutePath": "@openzeppelin/contracts/utils/Create2.sol",
6820
6820
  "file": "@openzeppelin/contracts/utils/Create2.sol",
6821
- "id": 32389,
6821
+ "id": 32511,
6822
6822
  "nameLocation": "-1:-1:-1",
6823
6823
  "nodeType": "ImportDirective",
6824
- "scope": 32753,
6824
+ "scope": 32875,
6825
6825
  "sourceUnit": 2821,
6826
6826
  "src": "621:68:89",
6827
6827
  "symbolAliases": [
6828
6828
  {
6829
6829
  "foreign": {
6830
- "id": 32388,
6830
+ "id": 32510,
6831
6831
  "name": "Create2",
6832
6832
  "nodeType": "Identifier",
6833
6833
  "overloadedDeclarations": [],
@@ -6845,41 +6845,41 @@
6845
6845
  "baseContracts": [
6846
6846
  {
6847
6847
  "baseName": {
6848
- "id": 32390,
6848
+ "id": 32512,
6849
6849
  "name": "UUPSProxiable",
6850
6850
  "nodeType": "IdentifierPath",
6851
- "referencedDeclaration": 37017,
6851
+ "referencedDeclaration": 37139,
6852
6852
  "src": "739:13:89"
6853
6853
  },
6854
- "id": 32391,
6854
+ "id": 32513,
6855
6855
  "nodeType": "InheritanceSpecifier",
6856
6856
  "src": "739:13:89"
6857
6857
  },
6858
6858
  {
6859
6859
  "baseName": {
6860
- "id": 32392,
6860
+ "id": 32514,
6861
6861
  "name": "ISuperTokenFactory",
6862
6862
  "nodeType": "IdentifierPath",
6863
- "referencedDeclaration": 19581,
6863
+ "referencedDeclaration": 19703,
6864
6864
  "src": "758:18:89"
6865
6865
  },
6866
- "id": 32393,
6866
+ "id": 32515,
6867
6867
  "nodeType": "InheritanceSpecifier",
6868
6868
  "src": "758:18:89"
6869
6869
  }
6870
6870
  ],
6871
6871
  "canonicalName": "SuperTokenFactoryBase",
6872
6872
  "contractDependencies": [
6873
- 30764,
6874
- 37074
6873
+ 30886,
6874
+ 37196
6875
6875
  ],
6876
6876
  "contractKind": "contract",
6877
6877
  "fullyImplemented": false,
6878
- "id": 32695,
6878
+ "id": 32817,
6879
6879
  "linearizedBaseContracts": [
6880
- 32695,
6881
- 19581,
6882
- 37017,
6880
+ 32817,
6881
+ 19703,
6882
+ 37139,
6883
6883
  858
6884
6884
  ],
6885
6885
  "name": "SuperTokenFactoryBase",
@@ -6888,33 +6888,33 @@
6888
6888
  "nodes": [
6889
6889
  {
6890
6890
  "constant": false,
6891
- "id": 32396,
6891
+ "id": 32518,
6892
6892
  "mutability": "immutable",
6893
6893
  "name": "_host",
6894
6894
  "nameLocation": "815:5:89",
6895
6895
  "nodeType": "VariableDeclaration",
6896
- "scope": 32695,
6896
+ "scope": 32817,
6897
6897
  "src": "784:36:89",
6898
6898
  "stateVariable": true,
6899
6899
  "storageLocation": "default",
6900
6900
  "typeDescriptions": {
6901
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
6901
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
6902
6902
  "typeString": "contract ISuperfluid"
6903
6903
  },
6904
6904
  "typeName": {
6905
- "id": 32395,
6905
+ "id": 32517,
6906
6906
  "nodeType": "UserDefinedTypeName",
6907
6907
  "pathNode": {
6908
- "id": 32394,
6908
+ "id": 32516,
6909
6909
  "name": "ISuperfluid",
6910
6910
  "nodeType": "IdentifierPath",
6911
- "referencedDeclaration": 20053,
6911
+ "referencedDeclaration": 20175,
6912
6912
  "src": "784:11:89"
6913
6913
  },
6914
- "referencedDeclaration": 20053,
6914
+ "referencedDeclaration": 20175,
6915
6915
  "src": "784:11:89",
6916
6916
  "typeDescriptions": {
6917
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
6917
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
6918
6918
  "typeString": "contract ISuperfluid"
6919
6919
  }
6920
6920
  },
@@ -6922,33 +6922,33 @@
6922
6922
  },
6923
6923
  {
6924
6924
  "constant": false,
6925
- "id": 32399,
6925
+ "id": 32521,
6926
6926
  "mutability": "mutable",
6927
6927
  "name": "_superTokenLogic",
6928
6928
  "nameLocation": "848:16:89",
6929
6929
  "nodeType": "VariableDeclaration",
6930
- "scope": 32695,
6930
+ "scope": 32817,
6931
6931
  "src": "827:37:89",
6932
6932
  "stateVariable": true,
6933
6933
  "storageLocation": "default",
6934
6934
  "typeDescriptions": {
6935
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
6935
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
6936
6936
  "typeString": "contract ISuperToken"
6937
6937
  },
6938
6938
  "typeName": {
6939
- "id": 32398,
6939
+ "id": 32520,
6940
6940
  "nodeType": "UserDefinedTypeName",
6941
6941
  "pathNode": {
6942
- "id": 32397,
6942
+ "id": 32519,
6943
6943
  "name": "ISuperToken",
6944
6944
  "nodeType": "IdentifierPath",
6945
- "referencedDeclaration": 19492,
6945
+ "referencedDeclaration": 19614,
6946
6946
  "src": "827:11:89"
6947
6947
  },
6948
- "referencedDeclaration": 19492,
6948
+ "referencedDeclaration": 19614,
6949
6949
  "src": "827:11:89",
6950
6950
  "typeDescriptions": {
6951
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
6951
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
6952
6952
  "typeString": "contract ISuperToken"
6953
6953
  }
6954
6954
  },
@@ -6956,56 +6956,56 @@
6956
6956
  },
6957
6957
  {
6958
6958
  "body": {
6959
- "id": 32409,
6959
+ "id": 32531,
6960
6960
  "nodeType": "Block",
6961
6961
  "src": "915:29:89",
6962
6962
  "statements": [
6963
6963
  {
6964
6964
  "expression": {
6965
- "id": 32407,
6965
+ "id": 32529,
6966
6966
  "isConstant": false,
6967
6967
  "isLValue": false,
6968
6968
  "isPure": false,
6969
6969
  "lValueRequested": false,
6970
6970
  "leftHandSide": {
6971
- "id": 32405,
6971
+ "id": 32527,
6972
6972
  "name": "_host",
6973
6973
  "nodeType": "Identifier",
6974
6974
  "overloadedDeclarations": [],
6975
- "referencedDeclaration": 32396,
6975
+ "referencedDeclaration": 32518,
6976
6976
  "src": "925:5:89",
6977
6977
  "typeDescriptions": {
6978
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
6978
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
6979
6979
  "typeString": "contract ISuperfluid"
6980
6980
  }
6981
6981
  },
6982
6982
  "nodeType": "Assignment",
6983
6983
  "operator": "=",
6984
6984
  "rightHandSide": {
6985
- "id": 32406,
6985
+ "id": 32528,
6986
6986
  "name": "host",
6987
6987
  "nodeType": "Identifier",
6988
6988
  "overloadedDeclarations": [],
6989
- "referencedDeclaration": 32402,
6989
+ "referencedDeclaration": 32524,
6990
6990
  "src": "933:4:89",
6991
6991
  "typeDescriptions": {
6992
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
6992
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
6993
6993
  "typeString": "contract ISuperfluid"
6994
6994
  }
6995
6995
  },
6996
6996
  "src": "925:12:89",
6997
6997
  "typeDescriptions": {
6998
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
6998
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
6999
6999
  "typeString": "contract ISuperfluid"
7000
7000
  }
7001
7001
  },
7002
- "id": 32408,
7002
+ "id": 32530,
7003
7003
  "nodeType": "ExpressionStatement",
7004
7004
  "src": "925:12:89"
7005
7005
  }
7006
7006
  ]
7007
7007
  },
7008
- "id": 32410,
7008
+ "id": 32532,
7009
7009
  "implemented": true,
7010
7010
  "kind": "constructor",
7011
7011
  "modifiers": [],
@@ -7013,38 +7013,38 @@
7013
7013
  "nameLocation": "-1:-1:-1",
7014
7014
  "nodeType": "FunctionDefinition",
7015
7015
  "parameters": {
7016
- "id": 32403,
7016
+ "id": 32525,
7017
7017
  "nodeType": "ParameterList",
7018
7018
  "parameters": [
7019
7019
  {
7020
7020
  "constant": false,
7021
- "id": 32402,
7021
+ "id": 32524,
7022
7022
  "mutability": "mutable",
7023
7023
  "name": "host",
7024
7024
  "nameLocation": "904:4:89",
7025
7025
  "nodeType": "VariableDeclaration",
7026
- "scope": 32410,
7026
+ "scope": 32532,
7027
7027
  "src": "892:16:89",
7028
7028
  "stateVariable": false,
7029
7029
  "storageLocation": "default",
7030
7030
  "typeDescriptions": {
7031
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
7031
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
7032
7032
  "typeString": "contract ISuperfluid"
7033
7033
  },
7034
7034
  "typeName": {
7035
- "id": 32401,
7035
+ "id": 32523,
7036
7036
  "nodeType": "UserDefinedTypeName",
7037
7037
  "pathNode": {
7038
- "id": 32400,
7038
+ "id": 32522,
7039
7039
  "name": "ISuperfluid",
7040
7040
  "nodeType": "IdentifierPath",
7041
- "referencedDeclaration": 20053,
7041
+ "referencedDeclaration": 20175,
7042
7042
  "src": "892:11:89"
7043
7043
  },
7044
- "referencedDeclaration": 20053,
7044
+ "referencedDeclaration": 20175,
7045
7045
  "src": "892:11:89",
7046
7046
  "typeDescriptions": {
7047
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
7047
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
7048
7048
  "typeString": "contract ISuperfluid"
7049
7049
  }
7050
7050
  },
@@ -7054,12 +7054,12 @@
7054
7054
  "src": "882:32:89"
7055
7055
  },
7056
7056
  "returnParameters": {
7057
- "id": 32404,
7057
+ "id": 32526,
7058
7058
  "nodeType": "ParameterList",
7059
7059
  "parameters": [],
7060
7060
  "src": "915:0:89"
7061
7061
  },
7062
- "scope": 32695,
7062
+ "scope": 32817,
7063
7063
  "src": "871:73:89",
7064
7064
  "stateMutability": "nonpayable",
7065
7065
  "virtual": false,
@@ -7067,10 +7067,10 @@
7067
7067
  },
7068
7068
  {
7069
7069
  "baseFunctions": [
7070
- 19506
7070
+ 19628
7071
7071
  ],
7072
7072
  "body": {
7073
- "id": 32423,
7073
+ "id": 32545,
7074
7074
  "nodeType": "Block",
7075
7075
  "src": "1114:37:89",
7076
7076
  "statements": [
@@ -7078,14 +7078,14 @@
7078
7078
  "expression": {
7079
7079
  "arguments": [
7080
7080
  {
7081
- "id": 32420,
7081
+ "id": 32542,
7082
7082
  "name": "_host",
7083
7083
  "nodeType": "Identifier",
7084
7084
  "overloadedDeclarations": [],
7085
- "referencedDeclaration": 32396,
7085
+ "referencedDeclaration": 32518,
7086
7086
  "src": "1138:5:89",
7087
7087
  "typeDescriptions": {
7088
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
7088
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
7089
7089
  "typeString": "contract ISuperfluid"
7090
7090
  }
7091
7091
  }
@@ -7093,11 +7093,11 @@
7093
7093
  "expression": {
7094
7094
  "argumentTypes": [
7095
7095
  {
7096
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
7096
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
7097
7097
  "typeString": "contract ISuperfluid"
7098
7098
  }
7099
7099
  ],
7100
- "id": 32419,
7100
+ "id": 32541,
7101
7101
  "isConstant": false,
7102
7102
  "isLValue": false,
7103
7103
  "isPure": true,
@@ -7109,14 +7109,14 @@
7109
7109
  "typeString": "type(address)"
7110
7110
  },
7111
7111
  "typeName": {
7112
- "id": 32418,
7112
+ "id": 32540,
7113
7113
  "name": "address",
7114
7114
  "nodeType": "ElementaryTypeName",
7115
7115
  "src": "1130:7:89",
7116
7116
  "typeDescriptions": {}
7117
7117
  }
7118
7118
  },
7119
- "id": 32421,
7119
+ "id": 32543,
7120
7120
  "isConstant": false,
7121
7121
  "isLValue": false,
7122
7122
  "isPure": false,
@@ -7131,21 +7131,21 @@
7131
7131
  "typeString": "address"
7132
7132
  }
7133
7133
  },
7134
- "functionReturnParameters": 32417,
7135
- "id": 32422,
7134
+ "functionReturnParameters": 32539,
7135
+ "id": 32544,
7136
7136
  "nodeType": "Return",
7137
7137
  "src": "1123:21:89"
7138
7138
  }
7139
7139
  ]
7140
7140
  },
7141
7141
  "documentation": {
7142
- "id": 32411,
7142
+ "id": 32533,
7143
7143
  "nodeType": "StructuredDocumentation",
7144
7144
  "src": "950:50:89",
7145
7145
  "text": "@dev ISuperTokenFactory.getHost implementation"
7146
7146
  },
7147
7147
  "functionSelector": "20bc4425",
7148
- "id": 32424,
7148
+ "id": 32546,
7149
7149
  "implemented": true,
7150
7150
  "kind": "function",
7151
7151
  "modifiers": [],
@@ -7153,37 +7153,37 @@
7153
7153
  "nameLocation": "1014:7:89",
7154
7154
  "nodeType": "FunctionDefinition",
7155
7155
  "overrides": {
7156
- "id": 32414,
7156
+ "id": 32536,
7157
7157
  "nodeType": "OverrideSpecifier",
7158
7158
  "overrides": [
7159
7159
  {
7160
- "id": 32413,
7160
+ "id": 32535,
7161
7161
  "name": "ISuperTokenFactory",
7162
7162
  "nodeType": "IdentifierPath",
7163
- "referencedDeclaration": 19581,
7163
+ "referencedDeclaration": 19703,
7164
7164
  "src": "1061:18:89"
7165
7165
  }
7166
7166
  ],
7167
7167
  "src": "1052:28:89"
7168
7168
  },
7169
7169
  "parameters": {
7170
- "id": 32412,
7170
+ "id": 32534,
7171
7171
  "nodeType": "ParameterList",
7172
7172
  "parameters": [],
7173
7173
  "src": "1021:2:89"
7174
7174
  },
7175
7175
  "returnParameters": {
7176
- "id": 32417,
7176
+ "id": 32539,
7177
7177
  "nodeType": "ParameterList",
7178
7178
  "parameters": [
7179
7179
  {
7180
7180
  "constant": false,
7181
- "id": 32416,
7181
+ "id": 32538,
7182
7182
  "mutability": "mutable",
7183
7183
  "name": "host",
7184
7184
  "nameLocation": "1104:4:89",
7185
7185
  "nodeType": "VariableDeclaration",
7186
- "scope": 32424,
7186
+ "scope": 32546,
7187
7187
  "src": "1096:12:89",
7188
7188
  "stateVariable": false,
7189
7189
  "storageLocation": "default",
@@ -7192,7 +7192,7 @@
7192
7192
  "typeString": "address"
7193
7193
  },
7194
7194
  "typeName": {
7195
- "id": 32415,
7195
+ "id": 32537,
7196
7196
  "name": "address",
7197
7197
  "nodeType": "ElementaryTypeName",
7198
7198
  "src": "1096:7:89",
@@ -7207,7 +7207,7 @@
7207
7207
  ],
7208
7208
  "src": "1095:14:89"
7209
7209
  },
7210
- "scope": 32695,
7210
+ "scope": 32817,
7211
7211
  "src": "1005:146:89",
7212
7212
  "stateMutability": "view",
7213
7213
  "virtual": false,
@@ -7215,10 +7215,10 @@
7215
7215
  },
7216
7216
  {
7217
7217
  "baseFunctions": [
7218
- 19510
7218
+ 19632
7219
7219
  ],
7220
7220
  "body": {
7221
- "id": 32433,
7221
+ "id": 32555,
7222
7222
  "nodeType": "Block",
7223
7223
  "src": "1439:41:89",
7224
7224
  "statements": [
@@ -7227,18 +7227,18 @@
7227
7227
  "arguments": [],
7228
7228
  "expression": {
7229
7229
  "argumentTypes": [],
7230
- "id": 32430,
7230
+ "id": 32552,
7231
7231
  "name": "_updateSuperTokenLogic",
7232
7232
  "nodeType": "Identifier",
7233
7233
  "overloadedDeclarations": [],
7234
- "referencedDeclaration": 32496,
7234
+ "referencedDeclaration": 32618,
7235
7235
  "src": "1449:22:89",
7236
7236
  "typeDescriptions": {
7237
7237
  "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
7238
7238
  "typeString": "function ()"
7239
7239
  }
7240
7240
  },
7241
- "id": 32431,
7241
+ "id": 32553,
7242
7242
  "isConstant": false,
7243
7243
  "isLValue": false,
7244
7244
  "isPure": false,
@@ -7253,22 +7253,22 @@
7253
7253
  "typeString": "tuple()"
7254
7254
  }
7255
7255
  },
7256
- "id": 32432,
7256
+ "id": 32554,
7257
7257
  "nodeType": "ExpressionStatement",
7258
7258
  "src": "1449:24:89"
7259
7259
  }
7260
7260
  ]
7261
7261
  },
7262
7262
  "functionSelector": "8129fc1c",
7263
- "id": 32434,
7263
+ "id": 32556,
7264
7264
  "implemented": true,
7265
7265
  "kind": "function",
7266
7266
  "modifiers": [
7267
7267
  {
7268
- "id": 32428,
7268
+ "id": 32550,
7269
7269
  "kind": "modifierInvocation",
7270
7270
  "modifierName": {
7271
- "id": 32427,
7271
+ "id": 32549,
7272
7272
  "name": "initializer",
7273
7273
  "nodeType": "IdentifierPath",
7274
7274
  "referencedDeclaration": 778,
@@ -7282,24 +7282,24 @@
7282
7282
  "nameLocation": "1346:10:89",
7283
7283
  "nodeType": "FunctionDefinition",
7284
7284
  "overrides": {
7285
- "id": 32426,
7285
+ "id": 32548,
7286
7286
  "nodeType": "OverrideSpecifier",
7287
7287
  "overrides": [],
7288
7288
  "src": "1376:8:89"
7289
7289
  },
7290
7290
  "parameters": {
7291
- "id": 32425,
7291
+ "id": 32547,
7292
7292
  "nodeType": "ParameterList",
7293
7293
  "parameters": [],
7294
7294
  "src": "1356:2:89"
7295
7295
  },
7296
7296
  "returnParameters": {
7297
- "id": 32429,
7297
+ "id": 32551,
7298
7298
  "nodeType": "ParameterList",
7299
7299
  "parameters": [],
7300
7300
  "src": "1439:0:89"
7301
7301
  },
7302
- "scope": 32695,
7302
+ "scope": 32817,
7303
7303
  "src": "1337:143:89",
7304
7304
  "stateMutability": "nonpayable",
7305
7305
  "virtual": false,
@@ -7307,10 +7307,10 @@
7307
7307
  },
7308
7308
  {
7309
7309
  "baseFunctions": [
7310
- 36957
7310
+ 37079
7311
7311
  ],
7312
7312
  "body": {
7313
- "id": 32444,
7313
+ "id": 32566,
7314
7314
  "nodeType": "Block",
7315
7315
  "src": "1550:102:89",
7316
7316
  "statements": [
@@ -7319,7 +7319,7 @@
7319
7319
  "arguments": [
7320
7320
  {
7321
7321
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e636f6e7472616374732e5375706572546f6b656e466163746f72792e696d706c656d656e746174696f6e",
7322
- "id": 32441,
7322
+ "id": 32563,
7323
7323
  "isConstant": false,
7324
7324
  "isLValue": false,
7325
7325
  "isPure": true,
@@ -7341,7 +7341,7 @@
7341
7341
  "typeString": "literal_string \"org.superfluid-finance.contracts.SuperTokenFactory.implementation\""
7342
7342
  }
7343
7343
  ],
7344
- "id": 32440,
7344
+ "id": 32562,
7345
7345
  "name": "keccak256",
7346
7346
  "nodeType": "Identifier",
7347
7347
  "overloadedDeclarations": [],
@@ -7352,7 +7352,7 @@
7352
7352
  "typeString": "function (bytes memory) pure returns (bytes32)"
7353
7353
  }
7354
7354
  },
7355
- "id": 32442,
7355
+ "id": 32564,
7356
7356
  "isConstant": false,
7357
7357
  "isLValue": false,
7358
7358
  "isPure": true,
@@ -7367,15 +7367,15 @@
7367
7367
  "typeString": "bytes32"
7368
7368
  }
7369
7369
  },
7370
- "functionReturnParameters": 32439,
7371
- "id": 32443,
7370
+ "functionReturnParameters": 32561,
7371
+ "id": 32565,
7372
7372
  "nodeType": "Return",
7373
7373
  "src": "1560:85:89"
7374
7374
  }
7375
7375
  ]
7376
7376
  },
7377
7377
  "functionSelector": "52d1902d",
7378
- "id": 32445,
7378
+ "id": 32567,
7379
7379
  "implemented": true,
7380
7380
  "kind": "function",
7381
7381
  "modifiers": [],
@@ -7383,29 +7383,29 @@
7383
7383
  "nameLocation": "1495:13:89",
7384
7384
  "nodeType": "FunctionDefinition",
7385
7385
  "overrides": {
7386
- "id": 32436,
7386
+ "id": 32558,
7387
7387
  "nodeType": "OverrideSpecifier",
7388
7388
  "overrides": [],
7389
7389
  "src": "1523:8:89"
7390
7390
  },
7391
7391
  "parameters": {
7392
- "id": 32435,
7392
+ "id": 32557,
7393
7393
  "nodeType": "ParameterList",
7394
7394
  "parameters": [],
7395
7395
  "src": "1508:2:89"
7396
7396
  },
7397
7397
  "returnParameters": {
7398
- "id": 32439,
7398
+ "id": 32561,
7399
7399
  "nodeType": "ParameterList",
7400
7400
  "parameters": [
7401
7401
  {
7402
7402
  "constant": false,
7403
- "id": 32438,
7403
+ "id": 32560,
7404
7404
  "mutability": "mutable",
7405
7405
  "name": "",
7406
7406
  "nameLocation": "-1:-1:-1",
7407
7407
  "nodeType": "VariableDeclaration",
7408
- "scope": 32445,
7408
+ "scope": 32567,
7409
7409
  "src": "1541:7:89",
7410
7410
  "stateVariable": false,
7411
7411
  "storageLocation": "default",
@@ -7414,7 +7414,7 @@
7414
7414
  "typeString": "bytes32"
7415
7415
  },
7416
7416
  "typeName": {
7417
- "id": 32437,
7417
+ "id": 32559,
7418
7418
  "name": "bytes32",
7419
7419
  "nodeType": "ElementaryTypeName",
7420
7420
  "src": "1541:7:89",
@@ -7428,7 +7428,7 @@
7428
7428
  ],
7429
7429
  "src": "1540:9:89"
7430
7430
  },
7431
- "scope": 32695,
7431
+ "scope": 32817,
7432
7432
  "src": "1486:166:89",
7433
7433
  "stateMutability": "pure",
7434
7434
  "virtual": false,
@@ -7436,10 +7436,10 @@
7436
7436
  },
7437
7437
  {
7438
7438
  "baseFunctions": [
7439
- 36945
7439
+ 37067
7440
7440
  ],
7441
7441
  "body": {
7442
- "id": 32469,
7442
+ "id": 32591,
7443
7443
  "nodeType": "Block",
7444
7444
  "src": "1716:176:89",
7445
7445
  "statements": [
@@ -7451,14 +7451,14 @@
7451
7451
  "typeIdentifier": "t_address",
7452
7452
  "typeString": "address"
7453
7453
  },
7454
- "id": 32458,
7454
+ "id": 32580,
7455
7455
  "isConstant": false,
7456
7456
  "isLValue": false,
7457
7457
  "isPure": false,
7458
7458
  "lValueRequested": false,
7459
7459
  "leftExpression": {
7460
7460
  "expression": {
7461
- "id": 32452,
7461
+ "id": 32574,
7462
7462
  "name": "msg",
7463
7463
  "nodeType": "Identifier",
7464
7464
  "overloadedDeclarations": [],
@@ -7469,7 +7469,7 @@
7469
7469
  "typeString": "msg"
7470
7470
  }
7471
7471
  },
7472
- "id": 32453,
7472
+ "id": 32575,
7473
7473
  "isConstant": false,
7474
7474
  "isLValue": false,
7475
7475
  "isPure": false,
@@ -7487,14 +7487,14 @@
7487
7487
  "rightExpression": {
7488
7488
  "arguments": [
7489
7489
  {
7490
- "id": 32456,
7490
+ "id": 32578,
7491
7491
  "name": "_host",
7492
7492
  "nodeType": "Identifier",
7493
7493
  "overloadedDeclarations": [],
7494
- "referencedDeclaration": 32396,
7494
+ "referencedDeclaration": 32518,
7495
7495
  "src": "1756:5:89",
7496
7496
  "typeDescriptions": {
7497
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
7497
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
7498
7498
  "typeString": "contract ISuperfluid"
7499
7499
  }
7500
7500
  }
@@ -7502,11 +7502,11 @@
7502
7502
  "expression": {
7503
7503
  "argumentTypes": [
7504
7504
  {
7505
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
7505
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
7506
7506
  "typeString": "contract ISuperfluid"
7507
7507
  }
7508
7508
  ],
7509
- "id": 32455,
7509
+ "id": 32577,
7510
7510
  "isConstant": false,
7511
7511
  "isLValue": false,
7512
7512
  "isPure": true,
@@ -7518,14 +7518,14 @@
7518
7518
  "typeString": "type(address)"
7519
7519
  },
7520
7520
  "typeName": {
7521
- "id": 32454,
7521
+ "id": 32576,
7522
7522
  "name": "address",
7523
7523
  "nodeType": "ElementaryTypeName",
7524
7524
  "src": "1748:7:89",
7525
7525
  "typeDescriptions": {}
7526
7526
  }
7527
7527
  },
7528
- "id": 32457,
7528
+ "id": 32579,
7529
7529
  "isConstant": false,
7530
7530
  "isLValue": false,
7531
7531
  "isPure": false,
@@ -7548,7 +7548,7 @@
7548
7548
  },
7549
7549
  {
7550
7550
  "hexValue": "5375706572546f6b656e466163746f72793a206f6e6c7920686f73742063616e2075706461746520636f6465",
7551
- "id": 32459,
7551
+ "id": 32581,
7552
7552
  "isConstant": false,
7553
7553
  "isLValue": false,
7554
7554
  "isPure": true,
@@ -7574,7 +7574,7 @@
7574
7574
  "typeString": "literal_string \"SuperTokenFactory: only host can update code\""
7575
7575
  }
7576
7576
  ],
7577
- "id": 32451,
7577
+ "id": 32573,
7578
7578
  "name": "require",
7579
7579
  "nodeType": "Identifier",
7580
7580
  "overloadedDeclarations": [
@@ -7588,7 +7588,7 @@
7588
7588
  "typeString": "function (bool,string memory) pure"
7589
7589
  }
7590
7590
  },
7591
- "id": 32460,
7591
+ "id": 32582,
7592
7592
  "isConstant": false,
7593
7593
  "isLValue": false,
7594
7594
  "isPure": false,
@@ -7603,7 +7603,7 @@
7603
7603
  "typeString": "tuple()"
7604
7604
  }
7605
7605
  },
7606
- "id": 32461,
7606
+ "id": 32583,
7607
7607
  "nodeType": "ExpressionStatement",
7608
7608
  "src": "1726:85:89"
7609
7609
  },
@@ -7611,11 +7611,11 @@
7611
7611
  "expression": {
7612
7612
  "arguments": [
7613
7613
  {
7614
- "id": 32463,
7614
+ "id": 32585,
7615
7615
  "name": "newAddress",
7616
7616
  "nodeType": "Identifier",
7617
7617
  "overloadedDeclarations": [],
7618
- "referencedDeclaration": 32447,
7618
+ "referencedDeclaration": 32569,
7619
7619
  "src": "1840:10:89",
7620
7620
  "typeDescriptions": {
7621
7621
  "typeIdentifier": "t_address",
@@ -7630,18 +7630,18 @@
7630
7630
  "typeString": "address"
7631
7631
  }
7632
7632
  ],
7633
- "id": 32462,
7633
+ "id": 32584,
7634
7634
  "name": "_updateCodeAddress",
7635
7635
  "nodeType": "Identifier",
7636
7636
  "overloadedDeclarations": [],
7637
- "referencedDeclaration": 37010,
7637
+ "referencedDeclaration": 37132,
7638
7638
  "src": "1821:18:89",
7639
7639
  "typeDescriptions": {
7640
7640
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
7641
7641
  "typeString": "function (address)"
7642
7642
  }
7643
7643
  },
7644
- "id": 32464,
7644
+ "id": 32586,
7645
7645
  "isConstant": false,
7646
7646
  "isLValue": false,
7647
7647
  "isPure": false,
@@ -7656,7 +7656,7 @@
7656
7656
  "typeString": "tuple()"
7657
7657
  }
7658
7658
  },
7659
- "id": 32465,
7659
+ "id": 32587,
7660
7660
  "nodeType": "ExpressionStatement",
7661
7661
  "src": "1821:30:89"
7662
7662
  },
@@ -7665,18 +7665,18 @@
7665
7665
  "arguments": [],
7666
7666
  "expression": {
7667
7667
  "argumentTypes": [],
7668
- "id": 32466,
7668
+ "id": 32588,
7669
7669
  "name": "_updateSuperTokenLogic",
7670
7670
  "nodeType": "Identifier",
7671
7671
  "overloadedDeclarations": [],
7672
- "referencedDeclaration": 32496,
7672
+ "referencedDeclaration": 32618,
7673
7673
  "src": "1861:22:89",
7674
7674
  "typeDescriptions": {
7675
7675
  "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
7676
7676
  "typeString": "function ()"
7677
7677
  }
7678
7678
  },
7679
- "id": 32467,
7679
+ "id": 32589,
7680
7680
  "isConstant": false,
7681
7681
  "isLValue": false,
7682
7682
  "isPure": false,
@@ -7691,14 +7691,14 @@
7691
7691
  "typeString": "tuple()"
7692
7692
  }
7693
7693
  },
7694
- "id": 32468,
7694
+ "id": 32590,
7695
7695
  "nodeType": "ExpressionStatement",
7696
7696
  "src": "1861:24:89"
7697
7697
  }
7698
7698
  ]
7699
7699
  },
7700
7700
  "functionSelector": "46951954",
7701
- "id": 32470,
7701
+ "id": 32592,
7702
7702
  "implemented": true,
7703
7703
  "kind": "function",
7704
7704
  "modifiers": [],
@@ -7706,23 +7706,23 @@
7706
7706
  "nameLocation": "1667:10:89",
7707
7707
  "nodeType": "FunctionDefinition",
7708
7708
  "overrides": {
7709
- "id": 32449,
7709
+ "id": 32571,
7710
7710
  "nodeType": "OverrideSpecifier",
7711
7711
  "overrides": [],
7712
7712
  "src": "1707:8:89"
7713
7713
  },
7714
7714
  "parameters": {
7715
- "id": 32448,
7715
+ "id": 32570,
7716
7716
  "nodeType": "ParameterList",
7717
7717
  "parameters": [
7718
7718
  {
7719
7719
  "constant": false,
7720
- "id": 32447,
7720
+ "id": 32569,
7721
7721
  "mutability": "mutable",
7722
7722
  "name": "newAddress",
7723
7723
  "nameLocation": "1686:10:89",
7724
7724
  "nodeType": "VariableDeclaration",
7725
- "scope": 32470,
7725
+ "scope": 32592,
7726
7726
  "src": "1678:18:89",
7727
7727
  "stateVariable": false,
7728
7728
  "storageLocation": "default",
@@ -7731,7 +7731,7 @@
7731
7731
  "typeString": "address"
7732
7732
  },
7733
7733
  "typeName": {
7734
- "id": 32446,
7734
+ "id": 32568,
7735
7735
  "name": "address",
7736
7736
  "nodeType": "ElementaryTypeName",
7737
7737
  "src": "1678:7:89",
@@ -7747,12 +7747,12 @@
7747
7747
  "src": "1677:20:89"
7748
7748
  },
7749
7749
  "returnParameters": {
7750
- "id": 32450,
7750
+ "id": 32572,
7751
7751
  "nodeType": "ParameterList",
7752
7752
  "parameters": [],
7753
7753
  "src": "1716:0:89"
7754
7754
  },
7755
- "scope": 32695,
7755
+ "scope": 32817,
7756
7756
  "src": "1658:234:89",
7757
7757
  "stateMutability": "nonpayable",
7758
7758
  "virtual": false,
@@ -7760,26 +7760,26 @@
7760
7760
  },
7761
7761
  {
7762
7762
  "body": {
7763
- "id": 32495,
7763
+ "id": 32617,
7764
7764
  "nodeType": "Block",
7765
7765
  "src": "1940:291:89",
7766
7766
  "statements": [
7767
7767
  {
7768
7768
  "expression": {
7769
- "id": 32480,
7769
+ "id": 32602,
7770
7770
  "isConstant": false,
7771
7771
  "isLValue": false,
7772
7772
  "isPure": false,
7773
7773
  "lValueRequested": false,
7774
7774
  "leftHandSide": {
7775
- "id": 32473,
7775
+ "id": 32595,
7776
7776
  "name": "_superTokenLogic",
7777
7777
  "nodeType": "Identifier",
7778
7778
  "overloadedDeclarations": [],
7779
- "referencedDeclaration": 32399,
7779
+ "referencedDeclaration": 32521,
7780
7780
  "src": "2044:16:89",
7781
7781
  "typeDescriptions": {
7782
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
7782
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
7783
7783
  "typeString": "contract ISuperToken"
7784
7784
  }
7785
7785
  },
@@ -7790,14 +7790,14 @@
7790
7790
  {
7791
7791
  "arguments": [
7792
7792
  {
7793
- "id": 32477,
7793
+ "id": 32599,
7794
7794
  "name": "_host",
7795
7795
  "nodeType": "Identifier",
7796
7796
  "overloadedDeclarations": [],
7797
- "referencedDeclaration": 32396,
7797
+ "referencedDeclaration": 32518,
7798
7798
  "src": "2101:5:89",
7799
7799
  "typeDescriptions": {
7800
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
7800
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
7801
7801
  "typeString": "contract ISuperfluid"
7802
7802
  }
7803
7803
  }
@@ -7805,37 +7805,37 @@
7805
7805
  "expression": {
7806
7806
  "argumentTypes": [
7807
7807
  {
7808
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
7808
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
7809
7809
  "typeString": "contract ISuperfluid"
7810
7810
  }
7811
7811
  ],
7812
7812
  "expression": {
7813
- "id": 32475,
7813
+ "id": 32597,
7814
7814
  "name": "this",
7815
7815
  "nodeType": "Identifier",
7816
7816
  "overloadedDeclarations": [],
7817
7817
  "referencedDeclaration": 4294967268,
7818
7818
  "src": "2074:4:89",
7819
7819
  "typeDescriptions": {
7820
- "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$32695",
7820
+ "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$32817",
7821
7821
  "typeString": "contract SuperTokenFactoryBase"
7822
7822
  }
7823
7823
  },
7824
- "id": 32476,
7824
+ "id": 32598,
7825
7825
  "isConstant": false,
7826
7826
  "isLValue": false,
7827
7827
  "isPure": false,
7828
7828
  "lValueRequested": false,
7829
7829
  "memberName": "createSuperTokenLogic",
7830
7830
  "nodeType": "MemberAccess",
7831
- "referencedDeclaration": 32514,
7831
+ "referencedDeclaration": 32636,
7832
7832
  "src": "2074:26:89",
7833
7833
  "typeDescriptions": {
7834
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20053_$returns$_t_address_$",
7834
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20175_$returns$_t_address_$",
7835
7835
  "typeString": "function (contract ISuperfluid) external returns (address)"
7836
7836
  }
7837
7837
  },
7838
- "id": 32478,
7838
+ "id": 32600,
7839
7839
  "isConstant": false,
7840
7840
  "isLValue": false,
7841
7841
  "isPure": false,
@@ -7858,18 +7858,18 @@
7858
7858
  "typeString": "address"
7859
7859
  }
7860
7860
  ],
7861
- "id": 32474,
7861
+ "id": 32596,
7862
7862
  "name": "SuperToken",
7863
7863
  "nodeType": "Identifier",
7864
7864
  "overloadedDeclarations": [],
7865
- "referencedDeclaration": 32368,
7865
+ "referencedDeclaration": 32490,
7866
7866
  "src": "2063:10:89",
7867
7867
  "typeDescriptions": {
7868
- "typeIdentifier": "t_type$_t_contract$_SuperToken_$32368_$",
7868
+ "typeIdentifier": "t_type$_t_contract$_SuperToken_$32490_$",
7869
7869
  "typeString": "type(contract SuperToken)"
7870
7870
  }
7871
7871
  },
7872
- "id": 32479,
7872
+ "id": 32601,
7873
7873
  "isConstant": false,
7874
7874
  "isLValue": false,
7875
7875
  "isPure": false,
@@ -7880,17 +7880,17 @@
7880
7880
  "src": "2063:45:89",
7881
7881
  "tryCall": false,
7882
7882
  "typeDescriptions": {
7883
- "typeIdentifier": "t_contract$_SuperToken_$32368",
7883
+ "typeIdentifier": "t_contract$_SuperToken_$32490",
7884
7884
  "typeString": "contract SuperToken"
7885
7885
  }
7886
7886
  },
7887
7887
  "src": "2044:64:89",
7888
7888
  "typeDescriptions": {
7889
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
7889
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
7890
7890
  "typeString": "contract ISuperToken"
7891
7891
  }
7892
7892
  },
7893
- "id": 32481,
7893
+ "id": 32603,
7894
7894
  "nodeType": "ExpressionStatement",
7895
7895
  "src": "2044:64:89"
7896
7896
  },
@@ -7904,14 +7904,14 @@
7904
7904
  {
7905
7905
  "arguments": [
7906
7906
  {
7907
- "id": 32485,
7907
+ "id": 32607,
7908
7908
  "name": "_superTokenLogic",
7909
7909
  "nodeType": "Identifier",
7910
7910
  "overloadedDeclarations": [],
7911
- "referencedDeclaration": 32399,
7911
+ "referencedDeclaration": 32521,
7912
7912
  "src": "2140:16:89",
7913
7913
  "typeDescriptions": {
7914
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
7914
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
7915
7915
  "typeString": "contract ISuperToken"
7916
7916
  }
7917
7917
  }
@@ -7919,11 +7919,11 @@
7919
7919
  "expression": {
7920
7920
  "argumentTypes": [
7921
7921
  {
7922
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
7922
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
7923
7923
  "typeString": "contract ISuperToken"
7924
7924
  }
7925
7925
  ],
7926
- "id": 32484,
7926
+ "id": 32606,
7927
7927
  "isConstant": false,
7928
7928
  "isLValue": false,
7929
7929
  "isPure": true,
@@ -7935,14 +7935,14 @@
7935
7935
  "typeString": "type(address)"
7936
7936
  },
7937
7937
  "typeName": {
7938
- "id": 32483,
7938
+ "id": 32605,
7939
7939
  "name": "address",
7940
7940
  "nodeType": "ElementaryTypeName",
7941
7941
  "src": "2132:7:89",
7942
7942
  "typeDescriptions": {}
7943
7943
  }
7944
7944
  },
7945
- "id": 32486,
7945
+ "id": 32608,
7946
7946
  "isConstant": false,
7947
7947
  "isLValue": false,
7948
7948
  "isPure": false,
@@ -7965,18 +7965,18 @@
7965
7965
  "typeString": "address"
7966
7966
  }
7967
7967
  ],
7968
- "id": 32482,
7968
+ "id": 32604,
7969
7969
  "name": "UUPSProxiable",
7970
7970
  "nodeType": "Identifier",
7971
7971
  "overloadedDeclarations": [],
7972
- "referencedDeclaration": 37017,
7972
+ "referencedDeclaration": 37139,
7973
7973
  "src": "2118:13:89",
7974
7974
  "typeDescriptions": {
7975
- "typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$37017_$",
7975
+ "typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$37139_$",
7976
7976
  "typeString": "type(contract UUPSProxiable)"
7977
7977
  }
7978
7978
  },
7979
- "id": 32487,
7979
+ "id": 32609,
7980
7980
  "isConstant": false,
7981
7981
  "isLValue": false,
7982
7982
  "isPure": false,
@@ -7987,25 +7987,25 @@
7987
7987
  "src": "2118:40:89",
7988
7988
  "tryCall": false,
7989
7989
  "typeDescriptions": {
7990
- "typeIdentifier": "t_contract$_UUPSProxiable_$37017",
7990
+ "typeIdentifier": "t_contract$_UUPSProxiable_$37139",
7991
7991
  "typeString": "contract UUPSProxiable"
7992
7992
  }
7993
7993
  },
7994
- "id": 32488,
7994
+ "id": 32610,
7995
7995
  "isConstant": false,
7996
7996
  "isLValue": false,
7997
7997
  "isPure": false,
7998
7998
  "lValueRequested": false,
7999
7999
  "memberName": "castrate",
8000
8000
  "nodeType": "MemberAccess",
8001
- "referencedDeclaration": 36951,
8001
+ "referencedDeclaration": 37073,
8002
8002
  "src": "2118:49:89",
8003
8003
  "typeDescriptions": {
8004
8004
  "typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
8005
8005
  "typeString": "function () external"
8006
8006
  }
8007
8007
  },
8008
- "id": 32489,
8008
+ "id": 32611,
8009
8009
  "isConstant": false,
8010
8010
  "isLValue": false,
8011
8011
  "isPure": false,
@@ -8020,7 +8020,7 @@
8020
8020
  "typeString": "tuple()"
8021
8021
  }
8022
8022
  },
8023
- "id": 32490,
8023
+ "id": 32612,
8024
8024
  "nodeType": "ExpressionStatement",
8025
8025
  "src": "2118:51:89"
8026
8026
  },
@@ -8028,14 +8028,14 @@
8028
8028
  "eventCall": {
8029
8029
  "arguments": [
8030
8030
  {
8031
- "id": 32492,
8031
+ "id": 32614,
8032
8032
  "name": "_superTokenLogic",
8033
8033
  "nodeType": "Identifier",
8034
8034
  "overloadedDeclarations": [],
8035
- "referencedDeclaration": 32399,
8035
+ "referencedDeclaration": 32521,
8036
8036
  "src": "2207:16:89",
8037
8037
  "typeDescriptions": {
8038
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
8038
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
8039
8039
  "typeString": "contract ISuperToken"
8040
8040
  }
8041
8041
  }
@@ -8043,22 +8043,22 @@
8043
8043
  "expression": {
8044
8044
  "argumentTypes": [
8045
8045
  {
8046
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
8046
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
8047
8047
  "typeString": "contract ISuperToken"
8048
8048
  }
8049
8049
  ],
8050
- "id": 32491,
8050
+ "id": 32613,
8051
8051
  "name": "SuperTokenLogicCreated",
8052
8052
  "nodeType": "Identifier",
8053
8053
  "overloadedDeclarations": [],
8054
- "referencedDeclaration": 19568,
8054
+ "referencedDeclaration": 19690,
8055
8055
  "src": "2184:22:89",
8056
8056
  "typeDescriptions": {
8057
- "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19492_$returns$__$",
8057
+ "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19614_$returns$__$",
8058
8058
  "typeString": "function (contract ISuperToken)"
8059
8059
  }
8060
8060
  },
8061
- "id": 32493,
8061
+ "id": 32615,
8062
8062
  "isConstant": false,
8063
8063
  "isLValue": false,
8064
8064
  "isPure": false,
@@ -8073,13 +8073,13 @@
8073
8073
  "typeString": "tuple()"
8074
8074
  }
8075
8075
  },
8076
- "id": 32494,
8076
+ "id": 32616,
8077
8077
  "nodeType": "EmitStatement",
8078
8078
  "src": "2179:45:89"
8079
8079
  }
8080
8080
  ]
8081
8081
  },
8082
- "id": 32496,
8082
+ "id": 32618,
8083
8083
  "implemented": true,
8084
8084
  "kind": "function",
8085
8085
  "modifiers": [],
@@ -8087,18 +8087,18 @@
8087
8087
  "nameLocation": "1907:22:89",
8088
8088
  "nodeType": "FunctionDefinition",
8089
8089
  "parameters": {
8090
- "id": 32471,
8090
+ "id": 32593,
8091
8091
  "nodeType": "ParameterList",
8092
8092
  "parameters": [],
8093
8093
  "src": "1929:2:89"
8094
8094
  },
8095
8095
  "returnParameters": {
8096
- "id": 32472,
8096
+ "id": 32594,
8097
8097
  "nodeType": "ParameterList",
8098
8098
  "parameters": [],
8099
8099
  "src": "1940:0:89"
8100
8100
  },
8101
- "scope": 32695,
8101
+ "scope": 32817,
8102
8102
  "src": "1898:333:89",
8103
8103
  "stateMutability": "nonpayable",
8104
8104
  "virtual": false,
@@ -8106,35 +8106,35 @@
8106
8106
  },
8107
8107
  {
8108
8108
  "baseFunctions": [
8109
- 19517
8109
+ 19639
8110
8110
  ],
8111
8111
  "body": {
8112
- "id": 32505,
8112
+ "id": 32627,
8113
8113
  "nodeType": "Block",
8114
8114
  "src": "2517:40:89",
8115
8115
  "statements": [
8116
8116
  {
8117
8117
  "expression": {
8118
- "id": 32503,
8118
+ "id": 32625,
8119
8119
  "name": "_superTokenLogic",
8120
8120
  "nodeType": "Identifier",
8121
8121
  "overloadedDeclarations": [],
8122
- "referencedDeclaration": 32399,
8122
+ "referencedDeclaration": 32521,
8123
8123
  "src": "2534:16:89",
8124
8124
  "typeDescriptions": {
8125
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
8125
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
8126
8126
  "typeString": "contract ISuperToken"
8127
8127
  }
8128
8128
  },
8129
- "functionReturnParameters": 32502,
8130
- "id": 32504,
8129
+ "functionReturnParameters": 32624,
8130
+ "id": 32626,
8131
8131
  "nodeType": "Return",
8132
8132
  "src": "2527:23:89"
8133
8133
  }
8134
8134
  ]
8135
8135
  },
8136
8136
  "functionSelector": "9470a5b2",
8137
- "id": 32506,
8137
+ "id": 32628,
8138
8138
  "implemented": true,
8139
8139
  "kind": "function",
8140
8140
  "modifiers": [],
@@ -8142,50 +8142,50 @@
8142
8142
  "nameLocation": "2431:18:89",
8143
8143
  "nodeType": "FunctionDefinition",
8144
8144
  "overrides": {
8145
- "id": 32498,
8145
+ "id": 32620,
8146
8146
  "nodeType": "OverrideSpecifier",
8147
8147
  "overrides": [],
8148
8148
  "src": "2474:8:89"
8149
8149
  },
8150
8150
  "parameters": {
8151
- "id": 32497,
8151
+ "id": 32619,
8152
8152
  "nodeType": "ParameterList",
8153
8153
  "parameters": [],
8154
8154
  "src": "2449:2:89"
8155
8155
  },
8156
8156
  "returnParameters": {
8157
- "id": 32502,
8157
+ "id": 32624,
8158
8158
  "nodeType": "ParameterList",
8159
8159
  "parameters": [
8160
8160
  {
8161
8161
  "constant": false,
8162
- "id": 32501,
8162
+ "id": 32623,
8163
8163
  "mutability": "mutable",
8164
8164
  "name": "",
8165
8165
  "nameLocation": "-1:-1:-1",
8166
8166
  "nodeType": "VariableDeclaration",
8167
- "scope": 32506,
8167
+ "scope": 32628,
8168
8168
  "src": "2500:11:89",
8169
8169
  "stateVariable": false,
8170
8170
  "storageLocation": "default",
8171
8171
  "typeDescriptions": {
8172
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
8172
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
8173
8173
  "typeString": "contract ISuperToken"
8174
8174
  },
8175
8175
  "typeName": {
8176
- "id": 32500,
8176
+ "id": 32622,
8177
8177
  "nodeType": "UserDefinedTypeName",
8178
8178
  "pathNode": {
8179
- "id": 32499,
8179
+ "id": 32621,
8180
8180
  "name": "ISuperToken",
8181
8181
  "nodeType": "IdentifierPath",
8182
- "referencedDeclaration": 19492,
8182
+ "referencedDeclaration": 19614,
8183
8183
  "src": "2500:11:89"
8184
8184
  },
8185
- "referencedDeclaration": 19492,
8185
+ "referencedDeclaration": 19614,
8186
8186
  "src": "2500:11:89",
8187
8187
  "typeDescriptions": {
8188
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
8188
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
8189
8189
  "typeString": "contract ISuperToken"
8190
8190
  }
8191
8191
  },
@@ -8194,7 +8194,7 @@
8194
8194
  ],
8195
8195
  "src": "2499:13:89"
8196
8196
  },
8197
- "scope": 32695,
8197
+ "scope": 32817,
8198
8198
  "src": "2422:135:89",
8199
8199
  "stateMutability": "view",
8200
8200
  "virtual": false,
@@ -8202,7 +8202,7 @@
8202
8202
  },
8203
8203
  {
8204
8204
  "functionSelector": "4dcc4d79",
8205
- "id": 32514,
8205
+ "id": 32636,
8206
8206
  "implemented": false,
8207
8207
  "kind": "function",
8208
8208
  "modifiers": [],
@@ -8210,38 +8210,38 @@
8210
8210
  "nameLocation": "2572:21:89",
8211
8211
  "nodeType": "FunctionDefinition",
8212
8212
  "parameters": {
8213
- "id": 32510,
8213
+ "id": 32632,
8214
8214
  "nodeType": "ParameterList",
8215
8215
  "parameters": [
8216
8216
  {
8217
8217
  "constant": false,
8218
- "id": 32509,
8218
+ "id": 32631,
8219
8219
  "mutability": "mutable",
8220
8220
  "name": "host",
8221
8221
  "nameLocation": "2606:4:89",
8222
8222
  "nodeType": "VariableDeclaration",
8223
- "scope": 32514,
8223
+ "scope": 32636,
8224
8224
  "src": "2594:16:89",
8225
8225
  "stateVariable": false,
8226
8226
  "storageLocation": "default",
8227
8227
  "typeDescriptions": {
8228
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
8228
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
8229
8229
  "typeString": "contract ISuperfluid"
8230
8230
  },
8231
8231
  "typeName": {
8232
- "id": 32508,
8232
+ "id": 32630,
8233
8233
  "nodeType": "UserDefinedTypeName",
8234
8234
  "pathNode": {
8235
- "id": 32507,
8235
+ "id": 32629,
8236
8236
  "name": "ISuperfluid",
8237
8237
  "nodeType": "IdentifierPath",
8238
- "referencedDeclaration": 20053,
8238
+ "referencedDeclaration": 20175,
8239
8239
  "src": "2594:11:89"
8240
8240
  },
8241
- "referencedDeclaration": 20053,
8241
+ "referencedDeclaration": 20175,
8242
8242
  "src": "2594:11:89",
8243
8243
  "typeDescriptions": {
8244
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
8244
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
8245
8245
  "typeString": "contract ISuperfluid"
8246
8246
  }
8247
8247
  },
@@ -8251,17 +8251,17 @@
8251
8251
  "src": "2593:18:89"
8252
8252
  },
8253
8253
  "returnParameters": {
8254
- "id": 32513,
8254
+ "id": 32635,
8255
8255
  "nodeType": "ParameterList",
8256
8256
  "parameters": [
8257
8257
  {
8258
8258
  "constant": false,
8259
- "id": 32512,
8259
+ "id": 32634,
8260
8260
  "mutability": "mutable",
8261
8261
  "name": "logic",
8262
8262
  "nameLocation": "2646:5:89",
8263
8263
  "nodeType": "VariableDeclaration",
8264
- "scope": 32514,
8264
+ "scope": 32636,
8265
8265
  "src": "2638:13:89",
8266
8266
  "stateVariable": false,
8267
8267
  "storageLocation": "default",
@@ -8270,7 +8270,7 @@
8270
8270
  "typeString": "address"
8271
8271
  },
8272
8272
  "typeName": {
8273
- "id": 32511,
8273
+ "id": 32633,
8274
8274
  "name": "address",
8275
8275
  "nodeType": "ElementaryTypeName",
8276
8276
  "src": "2638:7:89",
@@ -8285,7 +8285,7 @@
8285
8285
  ],
8286
8286
  "src": "2637:15:89"
8287
8287
  },
8288
- "scope": 32695,
8288
+ "scope": 32817,
8289
8289
  "src": "2563:90:89",
8290
8290
  "stateMutability": "nonpayable",
8291
8291
  "virtual": true,
@@ -8293,10 +8293,10 @@
8293
8293
  },
8294
8294
  {
8295
8295
  "baseFunctions": [
8296
- 19540
8296
+ 19662
8297
8297
  ],
8298
8298
  "body": {
8299
- "id": 32629,
8299
+ "id": 32751,
8300
8300
  "nodeType": "Block",
8301
8301
  "src": "2927:970:89",
8302
8302
  "statements": [
@@ -8308,7 +8308,7 @@
8308
8308
  "typeIdentifier": "t_address",
8309
8309
  "typeString": "address"
8310
8310
  },
8311
- "id": 32542,
8311
+ "id": 32664,
8312
8312
  "isConstant": false,
8313
8313
  "isLValue": false,
8314
8314
  "isPure": false,
@@ -8316,11 +8316,11 @@
8316
8316
  "leftExpression": {
8317
8317
  "arguments": [
8318
8318
  {
8319
- "id": 32536,
8319
+ "id": 32658,
8320
8320
  "name": "underlyingToken",
8321
8321
  "nodeType": "Identifier",
8322
8322
  "overloadedDeclarations": [],
8323
- "referencedDeclaration": 32517,
8323
+ "referencedDeclaration": 32639,
8324
8324
  "src": "2953:15:89",
8325
8325
  "typeDescriptions": {
8326
8326
  "typeIdentifier": "t_contract$_IERC20_$1630",
@@ -8335,7 +8335,7 @@
8335
8335
  "typeString": "contract IERC20"
8336
8336
  }
8337
8337
  ],
8338
- "id": 32535,
8338
+ "id": 32657,
8339
8339
  "isConstant": false,
8340
8340
  "isLValue": false,
8341
8341
  "isPure": true,
@@ -8347,14 +8347,14 @@
8347
8347
  "typeString": "type(address)"
8348
8348
  },
8349
8349
  "typeName": {
8350
- "id": 32534,
8350
+ "id": 32656,
8351
8351
  "name": "address",
8352
8352
  "nodeType": "ElementaryTypeName",
8353
8353
  "src": "2945:7:89",
8354
8354
  "typeDescriptions": {}
8355
8355
  }
8356
8356
  },
8357
- "id": 32537,
8357
+ "id": 32659,
8358
8358
  "isConstant": false,
8359
8359
  "isLValue": false,
8360
8360
  "isPure": false,
@@ -8375,7 +8375,7 @@
8375
8375
  "arguments": [
8376
8376
  {
8377
8377
  "hexValue": "30",
8378
- "id": 32540,
8378
+ "id": 32662,
8379
8379
  "isConstant": false,
8380
8380
  "isLValue": false,
8381
8381
  "isPure": true,
@@ -8397,7 +8397,7 @@
8397
8397
  "typeString": "int_const 0"
8398
8398
  }
8399
8399
  ],
8400
- "id": 32539,
8400
+ "id": 32661,
8401
8401
  "isConstant": false,
8402
8402
  "isLValue": false,
8403
8403
  "isPure": true,
@@ -8409,14 +8409,14 @@
8409
8409
  "typeString": "type(address)"
8410
8410
  },
8411
8411
  "typeName": {
8412
- "id": 32538,
8412
+ "id": 32660,
8413
8413
  "name": "address",
8414
8414
  "nodeType": "ElementaryTypeName",
8415
8415
  "src": "2973:7:89",
8416
8416
  "typeDescriptions": {}
8417
8417
  }
8418
8418
  },
8419
- "id": 32541,
8419
+ "id": 32663,
8420
8420
  "isConstant": false,
8421
8421
  "isLValue": false,
8422
8422
  "isPure": true,
@@ -8439,7 +8439,7 @@
8439
8439
  },
8440
8440
  {
8441
8441
  "hexValue": "5375706572546f6b656e466163746f72793a207a65726f2061646472657373",
8442
- "id": 32543,
8442
+ "id": 32665,
8443
8443
  "isConstant": false,
8444
8444
  "isLValue": false,
8445
8445
  "isPure": true,
@@ -8465,7 +8465,7 @@
8465
8465
  "typeString": "literal_string \"SuperTokenFactory: zero address\""
8466
8466
  }
8467
8467
  ],
8468
- "id": 32533,
8468
+ "id": 32655,
8469
8469
  "name": "require",
8470
8470
  "nodeType": "Identifier",
8471
8471
  "overloadedDeclarations": [
@@ -8479,7 +8479,7 @@
8479
8479
  "typeString": "function (bool,string memory) pure"
8480
8480
  }
8481
8481
  },
8482
- "id": 32544,
8482
+ "id": 32666,
8483
8483
  "isConstant": false,
8484
8484
  "isLValue": false,
8485
8485
  "isPure": false,
@@ -8494,30 +8494,30 @@
8494
8494
  "typeString": "tuple()"
8495
8495
  }
8496
8496
  },
8497
- "id": 32545,
8497
+ "id": 32667,
8498
8498
  "nodeType": "ExpressionStatement",
8499
8499
  "src": "2937:82:89"
8500
8500
  },
8501
8501
  {
8502
8502
  "condition": {
8503
8503
  "commonType": {
8504
- "typeIdentifier": "t_enum$_Upgradability_$19521",
8504
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
8505
8505
  "typeString": "enum ISuperTokenFactory.Upgradability"
8506
8506
  },
8507
- "id": 32549,
8507
+ "id": 32671,
8508
8508
  "isConstant": false,
8509
8509
  "isLValue": false,
8510
8510
  "isPure": false,
8511
8511
  "lValueRequested": false,
8512
8512
  "leftExpression": {
8513
- "id": 32546,
8513
+ "id": 32668,
8514
8514
  "name": "upgradability",
8515
8515
  "nodeType": "Identifier",
8516
8516
  "overloadedDeclarations": [],
8517
- "referencedDeclaration": 32522,
8517
+ "referencedDeclaration": 32644,
8518
8518
  "src": "3034:13:89",
8519
8519
  "typeDescriptions": {
8520
- "typeIdentifier": "t_enum$_Upgradability_$19521",
8520
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
8521
8521
  "typeString": "enum ISuperTokenFactory.Upgradability"
8522
8522
  }
8523
8523
  },
@@ -8525,28 +8525,28 @@
8525
8525
  "operator": "==",
8526
8526
  "rightExpression": {
8527
8527
  "expression": {
8528
- "id": 32547,
8528
+ "id": 32669,
8529
8529
  "name": "Upgradability",
8530
8530
  "nodeType": "Identifier",
8531
8531
  "overloadedDeclarations": [],
8532
- "referencedDeclaration": 19521,
8532
+ "referencedDeclaration": 19643,
8533
8533
  "src": "3051:13:89",
8534
8534
  "typeDescriptions": {
8535
- "typeIdentifier": "t_type$_t_enum$_Upgradability_$19521_$",
8535
+ "typeIdentifier": "t_type$_t_enum$_Upgradability_$19643_$",
8536
8536
  "typeString": "type(enum ISuperTokenFactory.Upgradability)"
8537
8537
  }
8538
8538
  },
8539
- "id": 32548,
8539
+ "id": 32670,
8540
8540
  "isConstant": false,
8541
8541
  "isLValue": false,
8542
8542
  "isPure": true,
8543
8543
  "lValueRequested": false,
8544
8544
  "memberName": "NON_UPGRADABLE",
8545
8545
  "nodeType": "MemberAccess",
8546
- "referencedDeclaration": 19518,
8546
+ "referencedDeclaration": 19640,
8547
8547
  "src": "3051:28:89",
8548
8548
  "typeDescriptions": {
8549
- "typeIdentifier": "t_enum$_Upgradability_$19521",
8549
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
8550
8550
  "typeString": "enum ISuperTokenFactory.Upgradability"
8551
8551
  }
8552
8552
  },
@@ -8559,23 +8559,23 @@
8559
8559
  "falseBody": {
8560
8560
  "condition": {
8561
8561
  "commonType": {
8562
- "typeIdentifier": "t_enum$_Upgradability_$19521",
8562
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
8563
8563
  "typeString": "enum ISuperTokenFactory.Upgradability"
8564
8564
  },
8565
- "id": 32563,
8565
+ "id": 32685,
8566
8566
  "isConstant": false,
8567
8567
  "isLValue": false,
8568
8568
  "isPure": false,
8569
8569
  "lValueRequested": false,
8570
8570
  "leftExpression": {
8571
- "id": 32560,
8571
+ "id": 32682,
8572
8572
  "name": "upgradability",
8573
8573
  "nodeType": "Identifier",
8574
8574
  "overloadedDeclarations": [],
8575
- "referencedDeclaration": 32522,
8575
+ "referencedDeclaration": 32644,
8576
8576
  "src": "3175:13:89",
8577
8577
  "typeDescriptions": {
8578
- "typeIdentifier": "t_enum$_Upgradability_$19521",
8578
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
8579
8579
  "typeString": "enum ISuperTokenFactory.Upgradability"
8580
8580
  }
8581
8581
  },
@@ -8583,28 +8583,28 @@
8583
8583
  "operator": "==",
8584
8584
  "rightExpression": {
8585
8585
  "expression": {
8586
- "id": 32561,
8586
+ "id": 32683,
8587
8587
  "name": "Upgradability",
8588
8588
  "nodeType": "Identifier",
8589
8589
  "overloadedDeclarations": [],
8590
- "referencedDeclaration": 19521,
8590
+ "referencedDeclaration": 19643,
8591
8591
  "src": "3192:13:89",
8592
8592
  "typeDescriptions": {
8593
- "typeIdentifier": "t_type$_t_enum$_Upgradability_$19521_$",
8593
+ "typeIdentifier": "t_type$_t_enum$_Upgradability_$19643_$",
8594
8594
  "typeString": "type(enum ISuperTokenFactory.Upgradability)"
8595
8595
  }
8596
8596
  },
8597
- "id": 32562,
8597
+ "id": 32684,
8598
8598
  "isConstant": false,
8599
8599
  "isLValue": false,
8600
8600
  "isPure": true,
8601
8601
  "lValueRequested": false,
8602
8602
  "memberName": "SEMI_UPGRADABLE",
8603
8603
  "nodeType": "MemberAccess",
8604
- "referencedDeclaration": 19519,
8604
+ "referencedDeclaration": 19641,
8605
8605
  "src": "3192:29:89",
8606
8606
  "typeDescriptions": {
8607
- "typeIdentifier": "t_enum$_Upgradability_$19521",
8607
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
8608
8608
  "typeString": "enum ISuperTokenFactory.Upgradability"
8609
8609
  }
8610
8610
  },
@@ -8615,56 +8615,56 @@
8615
8615
  }
8616
8616
  },
8617
8617
  "falseBody": {
8618
- "id": 32613,
8618
+ "id": 32735,
8619
8619
  "nodeType": "Block",
8620
8620
  "src": "3489:184:89",
8621
8621
  "statements": [
8622
8622
  {
8623
8623
  "assignments": [
8624
- 32593
8624
+ 32715
8625
8625
  ],
8626
8626
  "declarations": [
8627
8627
  {
8628
8628
  "constant": false,
8629
- "id": 32593,
8629
+ "id": 32715,
8630
8630
  "mutability": "mutable",
8631
8631
  "name": "proxy",
8632
8632
  "nameLocation": "3533:5:89",
8633
8633
  "nodeType": "VariableDeclaration",
8634
- "scope": 32613,
8634
+ "scope": 32735,
8635
8635
  "src": "3503:35:89",
8636
8636
  "stateVariable": false,
8637
8637
  "storageLocation": "default",
8638
8638
  "typeDescriptions": {
8639
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
8639
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
8640
8640
  "typeString": "contract FullUpgradableSuperTokenProxy"
8641
8641
  },
8642
8642
  "typeName": {
8643
- "id": 32592,
8643
+ "id": 32714,
8644
8644
  "nodeType": "UserDefinedTypeName",
8645
8645
  "pathNode": {
8646
- "id": 32591,
8646
+ "id": 32713,
8647
8647
  "name": "FullUpgradableSuperTokenProxy",
8648
8648
  "nodeType": "IdentifierPath",
8649
- "referencedDeclaration": 30764,
8649
+ "referencedDeclaration": 30886,
8650
8650
  "src": "3503:29:89"
8651
8651
  },
8652
- "referencedDeclaration": 30764,
8652
+ "referencedDeclaration": 30886,
8653
8653
  "src": "3503:29:89",
8654
8654
  "typeDescriptions": {
8655
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
8655
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
8656
8656
  "typeString": "contract FullUpgradableSuperTokenProxy"
8657
8657
  }
8658
8658
  },
8659
8659
  "visibility": "internal"
8660
8660
  }
8661
8661
  ],
8662
- "id": 32598,
8662
+ "id": 32720,
8663
8663
  "initialValue": {
8664
8664
  "arguments": [],
8665
8665
  "expression": {
8666
8666
  "argumentTypes": [],
8667
- "id": 32596,
8667
+ "id": 32718,
8668
8668
  "isConstant": false,
8669
8669
  "isLValue": false,
8670
8670
  "isPure": false,
@@ -8672,28 +8672,28 @@
8672
8672
  "nodeType": "NewExpression",
8673
8673
  "src": "3541:33:89",
8674
8674
  "typeDescriptions": {
8675
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_FullUpgradableSuperTokenProxy_$30764_$",
8675
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_FullUpgradableSuperTokenProxy_$30886_$",
8676
8676
  "typeString": "function () returns (contract FullUpgradableSuperTokenProxy)"
8677
8677
  },
8678
8678
  "typeName": {
8679
- "id": 32595,
8679
+ "id": 32717,
8680
8680
  "nodeType": "UserDefinedTypeName",
8681
8681
  "pathNode": {
8682
- "id": 32594,
8682
+ "id": 32716,
8683
8683
  "name": "FullUpgradableSuperTokenProxy",
8684
8684
  "nodeType": "IdentifierPath",
8685
- "referencedDeclaration": 30764,
8685
+ "referencedDeclaration": 30886,
8686
8686
  "src": "3545:29:89"
8687
8687
  },
8688
- "referencedDeclaration": 30764,
8688
+ "referencedDeclaration": 30886,
8689
8689
  "src": "3545:29:89",
8690
8690
  "typeDescriptions": {
8691
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
8691
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
8692
8692
  "typeString": "contract FullUpgradableSuperTokenProxy"
8693
8693
  }
8694
8694
  }
8695
8695
  },
8696
- "id": 32597,
8696
+ "id": 32719,
8697
8697
  "isConstant": false,
8698
8698
  "isLValue": false,
8699
8699
  "isPure": false,
@@ -8704,7 +8704,7 @@
8704
8704
  "src": "3541:35:89",
8705
8705
  "tryCall": false,
8706
8706
  "typeDescriptions": {
8707
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
8707
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
8708
8708
  "typeString": "contract FullUpgradableSuperTokenProxy"
8709
8709
  }
8710
8710
  },
@@ -8717,32 +8717,32 @@
8717
8717
  "expression": {
8718
8718
  "argumentTypes": [],
8719
8719
  "expression": {
8720
- "id": 32599,
8720
+ "id": 32721,
8721
8721
  "name": "proxy",
8722
8722
  "nodeType": "Identifier",
8723
8723
  "overloadedDeclarations": [],
8724
- "referencedDeclaration": 32593,
8724
+ "referencedDeclaration": 32715,
8725
8725
  "src": "3590:5:89",
8726
8726
  "typeDescriptions": {
8727
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
8727
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
8728
8728
  "typeString": "contract FullUpgradableSuperTokenProxy"
8729
8729
  }
8730
8730
  },
8731
- "id": 32601,
8731
+ "id": 32723,
8732
8732
  "isConstant": false,
8733
8733
  "isLValue": false,
8734
8734
  "isPure": false,
8735
8735
  "lValueRequested": false,
8736
8736
  "memberName": "initialize",
8737
8737
  "nodeType": "MemberAccess",
8738
- "referencedDeclaration": 30732,
8738
+ "referencedDeclaration": 30854,
8739
8739
  "src": "3590:16:89",
8740
8740
  "typeDescriptions": {
8741
8741
  "typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
8742
8742
  "typeString": "function () external"
8743
8743
  }
8744
8744
  },
8745
- "id": 32602,
8745
+ "id": 32724,
8746
8746
  "isConstant": false,
8747
8747
  "isLValue": false,
8748
8748
  "isPure": false,
@@ -8757,26 +8757,26 @@
8757
8757
  "typeString": "tuple()"
8758
8758
  }
8759
8759
  },
8760
- "id": 32603,
8760
+ "id": 32725,
8761
8761
  "nodeType": "ExpressionStatement",
8762
8762
  "src": "3590:18:89"
8763
8763
  },
8764
8764
  {
8765
8765
  "expression": {
8766
- "id": 32611,
8766
+ "id": 32733,
8767
8767
  "isConstant": false,
8768
8768
  "isLValue": false,
8769
8769
  "isPure": false,
8770
8770
  "lValueRequested": false,
8771
8771
  "leftHandSide": {
8772
- "id": 32604,
8772
+ "id": 32726,
8773
8773
  "name": "superToken",
8774
8774
  "nodeType": "Identifier",
8775
8775
  "overloadedDeclarations": [],
8776
- "referencedDeclaration": 32531,
8776
+ "referencedDeclaration": 32653,
8777
8777
  "src": "3622:10:89",
8778
8778
  "typeDescriptions": {
8779
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
8779
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
8780
8780
  "typeString": "contract ISuperToken"
8781
8781
  }
8782
8782
  },
@@ -8787,14 +8787,14 @@
8787
8787
  {
8788
8788
  "arguments": [
8789
8789
  {
8790
- "id": 32608,
8790
+ "id": 32730,
8791
8791
  "name": "proxy",
8792
8792
  "nodeType": "Identifier",
8793
8793
  "overloadedDeclarations": [],
8794
- "referencedDeclaration": 32593,
8794
+ "referencedDeclaration": 32715,
8795
8795
  "src": "3655:5:89",
8796
8796
  "typeDescriptions": {
8797
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
8797
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
8798
8798
  "typeString": "contract FullUpgradableSuperTokenProxy"
8799
8799
  }
8800
8800
  }
@@ -8802,11 +8802,11 @@
8802
8802
  "expression": {
8803
8803
  "argumentTypes": [
8804
8804
  {
8805
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
8805
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
8806
8806
  "typeString": "contract FullUpgradableSuperTokenProxy"
8807
8807
  }
8808
8808
  ],
8809
- "id": 32607,
8809
+ "id": 32729,
8810
8810
  "isConstant": false,
8811
8811
  "isLValue": false,
8812
8812
  "isPure": true,
@@ -8818,14 +8818,14 @@
8818
8818
  "typeString": "type(address)"
8819
8819
  },
8820
8820
  "typeName": {
8821
- "id": 32606,
8821
+ "id": 32728,
8822
8822
  "name": "address",
8823
8823
  "nodeType": "ElementaryTypeName",
8824
8824
  "src": "3647:7:89",
8825
8825
  "typeDescriptions": {}
8826
8826
  }
8827
8827
  },
8828
- "id": 32609,
8828
+ "id": 32731,
8829
8829
  "isConstant": false,
8830
8830
  "isLValue": false,
8831
8831
  "isPure": false,
@@ -8848,18 +8848,18 @@
8848
8848
  "typeString": "address"
8849
8849
  }
8850
8850
  ],
8851
- "id": 32605,
8851
+ "id": 32727,
8852
8852
  "name": "ISuperToken",
8853
8853
  "nodeType": "Identifier",
8854
8854
  "overloadedDeclarations": [],
8855
- "referencedDeclaration": 19492,
8855
+ "referencedDeclaration": 19614,
8856
8856
  "src": "3635:11:89",
8857
8857
  "typeDescriptions": {
8858
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
8858
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19614_$",
8859
8859
  "typeString": "type(contract ISuperToken)"
8860
8860
  }
8861
8861
  },
8862
- "id": 32610,
8862
+ "id": 32732,
8863
8863
  "isConstant": false,
8864
8864
  "isLValue": false,
8865
8865
  "isPure": false,
@@ -8870,76 +8870,76 @@
8870
8870
  "src": "3635:27:89",
8871
8871
  "tryCall": false,
8872
8872
  "typeDescriptions": {
8873
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
8873
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
8874
8874
  "typeString": "contract ISuperToken"
8875
8875
  }
8876
8876
  },
8877
8877
  "src": "3622:40:89",
8878
8878
  "typeDescriptions": {
8879
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
8879
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
8880
8880
  "typeString": "contract ISuperToken"
8881
8881
  }
8882
8882
  },
8883
- "id": 32612,
8883
+ "id": 32734,
8884
8884
  "nodeType": "ExpressionStatement",
8885
8885
  "src": "3622:40:89"
8886
8886
  }
8887
8887
  ]
8888
8888
  },
8889
- "id": 32614,
8889
+ "id": 32736,
8890
8890
  "nodeType": "IfStatement",
8891
8891
  "src": "3171:502:89",
8892
8892
  "trueBody": {
8893
- "id": 32590,
8893
+ "id": 32712,
8894
8894
  "nodeType": "Block",
8895
8895
  "src": "3223:212:89",
8896
8896
  "statements": [
8897
8897
  {
8898
8898
  "assignments": [
8899
- 32566
8899
+ 32688
8900
8900
  ],
8901
8901
  "declarations": [
8902
8902
  {
8903
8903
  "constant": false,
8904
- "id": 32566,
8904
+ "id": 32688,
8905
8905
  "mutability": "mutable",
8906
8906
  "name": "proxy",
8907
8907
  "nameLocation": "3247:5:89",
8908
8908
  "nodeType": "VariableDeclaration",
8909
- "scope": 32590,
8909
+ "scope": 32712,
8910
8910
  "src": "3237:15:89",
8911
8911
  "stateVariable": false,
8912
8912
  "storageLocation": "default",
8913
8913
  "typeDescriptions": {
8914
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
8914
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
8915
8915
  "typeString": "contract UUPSProxy"
8916
8916
  },
8917
8917
  "typeName": {
8918
- "id": 32565,
8918
+ "id": 32687,
8919
8919
  "nodeType": "UserDefinedTypeName",
8920
8920
  "pathNode": {
8921
- "id": 32564,
8921
+ "id": 32686,
8922
8922
  "name": "UUPSProxy",
8923
8923
  "nodeType": "IdentifierPath",
8924
- "referencedDeclaration": 37074,
8924
+ "referencedDeclaration": 37196,
8925
8925
  "src": "3237:9:89"
8926
8926
  },
8927
- "referencedDeclaration": 37074,
8927
+ "referencedDeclaration": 37196,
8928
8928
  "src": "3237:9:89",
8929
8929
  "typeDescriptions": {
8930
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
8930
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
8931
8931
  "typeString": "contract UUPSProxy"
8932
8932
  }
8933
8933
  },
8934
8934
  "visibility": "internal"
8935
8935
  }
8936
8936
  ],
8937
- "id": 32571,
8937
+ "id": 32693,
8938
8938
  "initialValue": {
8939
8939
  "arguments": [],
8940
8940
  "expression": {
8941
8941
  "argumentTypes": [],
8942
- "id": 32569,
8942
+ "id": 32691,
8943
8943
  "isConstant": false,
8944
8944
  "isLValue": false,
8945
8945
  "isPure": false,
@@ -8947,28 +8947,28 @@
8947
8947
  "nodeType": "NewExpression",
8948
8948
  "src": "3255:13:89",
8949
8949
  "typeDescriptions": {
8950
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UUPSProxy_$37074_$",
8950
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UUPSProxy_$37196_$",
8951
8951
  "typeString": "function () returns (contract UUPSProxy)"
8952
8952
  },
8953
8953
  "typeName": {
8954
- "id": 32568,
8954
+ "id": 32690,
8955
8955
  "nodeType": "UserDefinedTypeName",
8956
8956
  "pathNode": {
8957
- "id": 32567,
8957
+ "id": 32689,
8958
8958
  "name": "UUPSProxy",
8959
8959
  "nodeType": "IdentifierPath",
8960
- "referencedDeclaration": 37074,
8960
+ "referencedDeclaration": 37196,
8961
8961
  "src": "3259:9:89"
8962
8962
  },
8963
- "referencedDeclaration": 37074,
8963
+ "referencedDeclaration": 37196,
8964
8964
  "src": "3259:9:89",
8965
8965
  "typeDescriptions": {
8966
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
8966
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
8967
8967
  "typeString": "contract UUPSProxy"
8968
8968
  }
8969
8969
  }
8970
8970
  },
8971
- "id": 32570,
8971
+ "id": 32692,
8972
8972
  "isConstant": false,
8973
8973
  "isLValue": false,
8974
8974
  "isPure": false,
@@ -8979,7 +8979,7 @@
8979
8979
  "src": "3255:15:89",
8980
8980
  "tryCall": false,
8981
8981
  "typeDescriptions": {
8982
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
8982
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
8983
8983
  "typeString": "contract UUPSProxy"
8984
8984
  }
8985
8985
  },
@@ -8992,14 +8992,14 @@
8992
8992
  {
8993
8993
  "arguments": [
8994
8994
  {
8995
- "id": 32577,
8995
+ "id": 32699,
8996
8996
  "name": "_superTokenLogic",
8997
8997
  "nodeType": "Identifier",
8998
8998
  "overloadedDeclarations": [],
8999
- "referencedDeclaration": 32399,
8999
+ "referencedDeclaration": 32521,
9000
9000
  "src": "3352:16:89",
9001
9001
  "typeDescriptions": {
9002
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9002
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9003
9003
  "typeString": "contract ISuperToken"
9004
9004
  }
9005
9005
  }
@@ -9007,11 +9007,11 @@
9007
9007
  "expression": {
9008
9008
  "argumentTypes": [
9009
9009
  {
9010
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9010
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9011
9011
  "typeString": "contract ISuperToken"
9012
9012
  }
9013
9013
  ],
9014
- "id": 32576,
9014
+ "id": 32698,
9015
9015
  "isConstant": false,
9016
9016
  "isLValue": false,
9017
9017
  "isPure": true,
@@ -9023,14 +9023,14 @@
9023
9023
  "typeString": "type(address)"
9024
9024
  },
9025
9025
  "typeName": {
9026
- "id": 32575,
9026
+ "id": 32697,
9027
9027
  "name": "address",
9028
9028
  "nodeType": "ElementaryTypeName",
9029
9029
  "src": "3344:7:89",
9030
9030
  "typeDescriptions": {}
9031
9031
  }
9032
9032
  },
9033
- "id": 32578,
9033
+ "id": 32700,
9034
9034
  "isConstant": false,
9035
9035
  "isLValue": false,
9036
9036
  "isPure": false,
@@ -9054,32 +9054,32 @@
9054
9054
  }
9055
9055
  ],
9056
9056
  "expression": {
9057
- "id": 32572,
9057
+ "id": 32694,
9058
9058
  "name": "proxy",
9059
9059
  "nodeType": "Identifier",
9060
9060
  "overloadedDeclarations": [],
9061
- "referencedDeclaration": 32566,
9061
+ "referencedDeclaration": 32688,
9062
9062
  "src": "3322:5:89",
9063
9063
  "typeDescriptions": {
9064
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
9064
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
9065
9065
  "typeString": "contract UUPSProxy"
9066
9066
  }
9067
9067
  },
9068
- "id": 32574,
9068
+ "id": 32696,
9069
9069
  "isConstant": false,
9070
9070
  "isLValue": false,
9071
9071
  "isPure": false,
9072
9072
  "lValueRequested": false,
9073
9073
  "memberName": "initializeProxy",
9074
9074
  "nodeType": "MemberAccess",
9075
- "referencedDeclaration": 37061,
9075
+ "referencedDeclaration": 37183,
9076
9076
  "src": "3322:21:89",
9077
9077
  "typeDescriptions": {
9078
9078
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$",
9079
9079
  "typeString": "function (address) external"
9080
9080
  }
9081
9081
  },
9082
- "id": 32579,
9082
+ "id": 32701,
9083
9083
  "isConstant": false,
9084
9084
  "isLValue": false,
9085
9085
  "isPure": false,
@@ -9094,26 +9094,26 @@
9094
9094
  "typeString": "tuple()"
9095
9095
  }
9096
9096
  },
9097
- "id": 32580,
9097
+ "id": 32702,
9098
9098
  "nodeType": "ExpressionStatement",
9099
9099
  "src": "3322:48:89"
9100
9100
  },
9101
9101
  {
9102
9102
  "expression": {
9103
- "id": 32588,
9103
+ "id": 32710,
9104
9104
  "isConstant": false,
9105
9105
  "isLValue": false,
9106
9106
  "isPure": false,
9107
9107
  "lValueRequested": false,
9108
9108
  "leftHandSide": {
9109
- "id": 32581,
9109
+ "id": 32703,
9110
9110
  "name": "superToken",
9111
9111
  "nodeType": "Identifier",
9112
9112
  "overloadedDeclarations": [],
9113
- "referencedDeclaration": 32531,
9113
+ "referencedDeclaration": 32653,
9114
9114
  "src": "3384:10:89",
9115
9115
  "typeDescriptions": {
9116
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9116
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9117
9117
  "typeString": "contract ISuperToken"
9118
9118
  }
9119
9119
  },
@@ -9124,14 +9124,14 @@
9124
9124
  {
9125
9125
  "arguments": [
9126
9126
  {
9127
- "id": 32585,
9127
+ "id": 32707,
9128
9128
  "name": "proxy",
9129
9129
  "nodeType": "Identifier",
9130
9130
  "overloadedDeclarations": [],
9131
- "referencedDeclaration": 32566,
9131
+ "referencedDeclaration": 32688,
9132
9132
  "src": "3417:5:89",
9133
9133
  "typeDescriptions": {
9134
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
9134
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
9135
9135
  "typeString": "contract UUPSProxy"
9136
9136
  }
9137
9137
  }
@@ -9139,11 +9139,11 @@
9139
9139
  "expression": {
9140
9140
  "argumentTypes": [
9141
9141
  {
9142
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
9142
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
9143
9143
  "typeString": "contract UUPSProxy"
9144
9144
  }
9145
9145
  ],
9146
- "id": 32584,
9146
+ "id": 32706,
9147
9147
  "isConstant": false,
9148
9148
  "isLValue": false,
9149
9149
  "isPure": true,
@@ -9155,14 +9155,14 @@
9155
9155
  "typeString": "type(address)"
9156
9156
  },
9157
9157
  "typeName": {
9158
- "id": 32583,
9158
+ "id": 32705,
9159
9159
  "name": "address",
9160
9160
  "nodeType": "ElementaryTypeName",
9161
9161
  "src": "3409:7:89",
9162
9162
  "typeDescriptions": {}
9163
9163
  }
9164
9164
  },
9165
- "id": 32586,
9165
+ "id": 32708,
9166
9166
  "isConstant": false,
9167
9167
  "isLValue": false,
9168
9168
  "isPure": false,
@@ -9185,18 +9185,18 @@
9185
9185
  "typeString": "address"
9186
9186
  }
9187
9187
  ],
9188
- "id": 32582,
9188
+ "id": 32704,
9189
9189
  "name": "ISuperToken",
9190
9190
  "nodeType": "Identifier",
9191
9191
  "overloadedDeclarations": [],
9192
- "referencedDeclaration": 19492,
9192
+ "referencedDeclaration": 19614,
9193
9193
  "src": "3397:11:89",
9194
9194
  "typeDescriptions": {
9195
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
9195
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19614_$",
9196
9196
  "typeString": "type(contract ISuperToken)"
9197
9197
  }
9198
9198
  },
9199
- "id": 32587,
9199
+ "id": 32709,
9200
9200
  "isConstant": false,
9201
9201
  "isLValue": false,
9202
9202
  "isPure": false,
@@ -9207,47 +9207,47 @@
9207
9207
  "src": "3397:27:89",
9208
9208
  "tryCall": false,
9209
9209
  "typeDescriptions": {
9210
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9210
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9211
9211
  "typeString": "contract ISuperToken"
9212
9212
  }
9213
9213
  },
9214
9214
  "src": "3384:40:89",
9215
9215
  "typeDescriptions": {
9216
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9216
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9217
9217
  "typeString": "contract ISuperToken"
9218
9218
  }
9219
9219
  },
9220
- "id": 32589,
9220
+ "id": 32711,
9221
9221
  "nodeType": "ExpressionStatement",
9222
9222
  "src": "3384:40:89"
9223
9223
  }
9224
9224
  ]
9225
9225
  }
9226
9226
  },
9227
- "id": 32615,
9227
+ "id": 32737,
9228
9228
  "nodeType": "IfStatement",
9229
9229
  "src": "3030:643:89",
9230
9230
  "trueBody": {
9231
- "id": 32559,
9231
+ "id": 32681,
9232
9232
  "nodeType": "Block",
9233
9233
  "src": "3081:84:89",
9234
9234
  "statements": [
9235
9235
  {
9236
9236
  "expression": {
9237
- "id": 32557,
9237
+ "id": 32679,
9238
9238
  "isConstant": false,
9239
9239
  "isLValue": false,
9240
9240
  "isPure": false,
9241
9241
  "lValueRequested": false,
9242
9242
  "leftHandSide": {
9243
- "id": 32550,
9243
+ "id": 32672,
9244
9244
  "name": "superToken",
9245
9245
  "nodeType": "Identifier",
9246
9246
  "overloadedDeclarations": [],
9247
- "referencedDeclaration": 32531,
9247
+ "referencedDeclaration": 32653,
9248
9248
  "src": "3095:10:89",
9249
9249
  "typeDescriptions": {
9250
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9250
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9251
9251
  "typeString": "contract ISuperToken"
9252
9252
  }
9253
9253
  },
@@ -9258,14 +9258,14 @@
9258
9258
  {
9259
9259
  "arguments": [
9260
9260
  {
9261
- "id": 32554,
9261
+ "id": 32676,
9262
9262
  "name": "_host",
9263
9263
  "nodeType": "Identifier",
9264
9264
  "overloadedDeclarations": [],
9265
- "referencedDeclaration": 32396,
9265
+ "referencedDeclaration": 32518,
9266
9266
  "src": "3147:5:89",
9267
9267
  "typeDescriptions": {
9268
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
9268
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
9269
9269
  "typeString": "contract ISuperfluid"
9270
9270
  }
9271
9271
  }
@@ -9273,37 +9273,37 @@
9273
9273
  "expression": {
9274
9274
  "argumentTypes": [
9275
9275
  {
9276
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
9276
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
9277
9277
  "typeString": "contract ISuperfluid"
9278
9278
  }
9279
9279
  ],
9280
9280
  "expression": {
9281
- "id": 32552,
9281
+ "id": 32674,
9282
9282
  "name": "this",
9283
9283
  "nodeType": "Identifier",
9284
9284
  "overloadedDeclarations": [],
9285
9285
  "referencedDeclaration": 4294967268,
9286
9286
  "src": "3120:4:89",
9287
9287
  "typeDescriptions": {
9288
- "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$32695",
9288
+ "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$32817",
9289
9289
  "typeString": "contract SuperTokenFactoryBase"
9290
9290
  }
9291
9291
  },
9292
- "id": 32553,
9292
+ "id": 32675,
9293
9293
  "isConstant": false,
9294
9294
  "isLValue": false,
9295
9295
  "isPure": false,
9296
9296
  "lValueRequested": false,
9297
9297
  "memberName": "createSuperTokenLogic",
9298
9298
  "nodeType": "MemberAccess",
9299
- "referencedDeclaration": 32514,
9299
+ "referencedDeclaration": 32636,
9300
9300
  "src": "3120:26:89",
9301
9301
  "typeDescriptions": {
9302
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20053_$returns$_t_address_$",
9302
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20175_$returns$_t_address_$",
9303
9303
  "typeString": "function (contract ISuperfluid) external returns (address)"
9304
9304
  }
9305
9305
  },
9306
- "id": 32555,
9306
+ "id": 32677,
9307
9307
  "isConstant": false,
9308
9308
  "isLValue": false,
9309
9309
  "isPure": false,
@@ -9326,18 +9326,18 @@
9326
9326
  "typeString": "address"
9327
9327
  }
9328
9328
  ],
9329
- "id": 32551,
9329
+ "id": 32673,
9330
9330
  "name": "ISuperToken",
9331
9331
  "nodeType": "Identifier",
9332
9332
  "overloadedDeclarations": [],
9333
- "referencedDeclaration": 19492,
9333
+ "referencedDeclaration": 19614,
9334
9334
  "src": "3108:11:89",
9335
9335
  "typeDescriptions": {
9336
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
9336
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19614_$",
9337
9337
  "typeString": "type(contract ISuperToken)"
9338
9338
  }
9339
9339
  },
9340
- "id": 32556,
9340
+ "id": 32678,
9341
9341
  "isConstant": false,
9342
9342
  "isLValue": false,
9343
9343
  "isPure": false,
@@ -9348,17 +9348,17 @@
9348
9348
  "src": "3108:46:89",
9349
9349
  "tryCall": false,
9350
9350
  "typeDescriptions": {
9351
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9351
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9352
9352
  "typeString": "contract ISuperToken"
9353
9353
  }
9354
9354
  },
9355
9355
  "src": "3095:59:89",
9356
9356
  "typeDescriptions": {
9357
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9357
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9358
9358
  "typeString": "contract ISuperToken"
9359
9359
  }
9360
9360
  },
9361
- "id": 32558,
9361
+ "id": 32680,
9362
9362
  "nodeType": "ExpressionStatement",
9363
9363
  "src": "3095:59:89"
9364
9364
  }
@@ -9369,11 +9369,11 @@
9369
9369
  "expression": {
9370
9370
  "arguments": [
9371
9371
  {
9372
- "id": 32619,
9372
+ "id": 32741,
9373
9373
  "name": "underlyingToken",
9374
9374
  "nodeType": "Identifier",
9375
9375
  "overloadedDeclarations": [],
9376
- "referencedDeclaration": 32517,
9376
+ "referencedDeclaration": 32639,
9377
9377
  "src": "3750:15:89",
9378
9378
  "typeDescriptions": {
9379
9379
  "typeIdentifier": "t_contract$_IERC20_$1630",
@@ -9381,11 +9381,11 @@
9381
9381
  }
9382
9382
  },
9383
9383
  {
9384
- "id": 32620,
9384
+ "id": 32742,
9385
9385
  "name": "underlyingDecimals",
9386
9386
  "nodeType": "Identifier",
9387
9387
  "overloadedDeclarations": [],
9388
- "referencedDeclaration": 32519,
9388
+ "referencedDeclaration": 32641,
9389
9389
  "src": "3779:18:89",
9390
9390
  "typeDescriptions": {
9391
9391
  "typeIdentifier": "t_uint8",
@@ -9393,11 +9393,11 @@
9393
9393
  }
9394
9394
  },
9395
9395
  {
9396
- "id": 32621,
9396
+ "id": 32743,
9397
9397
  "name": "name",
9398
9398
  "nodeType": "Identifier",
9399
9399
  "overloadedDeclarations": [],
9400
- "referencedDeclaration": 32524,
9400
+ "referencedDeclaration": 32646,
9401
9401
  "src": "3811:4:89",
9402
9402
  "typeDescriptions": {
9403
9403
  "typeIdentifier": "t_string_calldata_ptr",
@@ -9405,11 +9405,11 @@
9405
9405
  }
9406
9406
  },
9407
9407
  {
9408
- "id": 32622,
9408
+ "id": 32744,
9409
9409
  "name": "symbol",
9410
9410
  "nodeType": "Identifier",
9411
9411
  "overloadedDeclarations": [],
9412
- "referencedDeclaration": 32526,
9412
+ "referencedDeclaration": 32648,
9413
9413
  "src": "3829:6:89",
9414
9414
  "typeDescriptions": {
9415
9415
  "typeIdentifier": "t_string_calldata_ptr",
@@ -9437,32 +9437,32 @@
9437
9437
  }
9438
9438
  ],
9439
9439
  "expression": {
9440
- "id": 32616,
9440
+ "id": 32738,
9441
9441
  "name": "superToken",
9442
9442
  "nodeType": "Identifier",
9443
9443
  "overloadedDeclarations": [],
9444
- "referencedDeclaration": 32531,
9444
+ "referencedDeclaration": 32653,
9445
9445
  "src": "3715:10:89",
9446
9446
  "typeDescriptions": {
9447
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9447
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9448
9448
  "typeString": "contract ISuperToken"
9449
9449
  }
9450
9450
  },
9451
- "id": 32618,
9451
+ "id": 32740,
9452
9452
  "isConstant": false,
9453
9453
  "isLValue": false,
9454
9454
  "isPure": false,
9455
9455
  "lValueRequested": false,
9456
9456
  "memberName": "initialize",
9457
9457
  "nodeType": "MemberAccess",
9458
- "referencedDeclaration": 19150,
9458
+ "referencedDeclaration": 19272,
9459
9459
  "src": "3715:21:89",
9460
9460
  "typeDescriptions": {
9461
9461
  "typeIdentifier": "t_function_external_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_string_memory_ptr_$_t_string_memory_ptr_$returns$__$",
9462
9462
  "typeString": "function (contract IERC20,uint8,string memory,string memory) external"
9463
9463
  }
9464
9464
  },
9465
- "id": 32623,
9465
+ "id": 32745,
9466
9466
  "isConstant": false,
9467
9467
  "isLValue": false,
9468
9468
  "isPure": false,
@@ -9477,7 +9477,7 @@
9477
9477
  "typeString": "tuple()"
9478
9478
  }
9479
9479
  },
9480
- "id": 32624,
9480
+ "id": 32746,
9481
9481
  "nodeType": "ExpressionStatement",
9482
9482
  "src": "3715:130:89"
9483
9483
  },
@@ -9485,14 +9485,14 @@
9485
9485
  "eventCall": {
9486
9486
  "arguments": [
9487
9487
  {
9488
- "id": 32626,
9488
+ "id": 32748,
9489
9489
  "name": "superToken",
9490
9490
  "nodeType": "Identifier",
9491
9491
  "overloadedDeclarations": [],
9492
- "referencedDeclaration": 32531,
9492
+ "referencedDeclaration": 32653,
9493
9493
  "src": "3879:10:89",
9494
9494
  "typeDescriptions": {
9495
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9495
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9496
9496
  "typeString": "contract ISuperToken"
9497
9497
  }
9498
9498
  }
@@ -9500,22 +9500,22 @@
9500
9500
  "expression": {
9501
9501
  "argumentTypes": [
9502
9502
  {
9503
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9503
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9504
9504
  "typeString": "contract ISuperToken"
9505
9505
  }
9506
9506
  ],
9507
- "id": 32625,
9507
+ "id": 32747,
9508
9508
  "name": "SuperTokenCreated",
9509
9509
  "nodeType": "Identifier",
9510
9510
  "overloadedDeclarations": [],
9511
- "referencedDeclaration": 19574,
9511
+ "referencedDeclaration": 19696,
9512
9512
  "src": "3861:17:89",
9513
9513
  "typeDescriptions": {
9514
- "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19492_$returns$__$",
9514
+ "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19614_$returns$__$",
9515
9515
  "typeString": "function (contract ISuperToken)"
9516
9516
  }
9517
9517
  },
9518
- "id": 32627,
9518
+ "id": 32749,
9519
9519
  "isConstant": false,
9520
9520
  "isLValue": false,
9521
9521
  "isPure": false,
@@ -9530,14 +9530,14 @@
9530
9530
  "typeString": "tuple()"
9531
9531
  }
9532
9532
  },
9533
- "id": 32628,
9533
+ "id": 32750,
9534
9534
  "nodeType": "EmitStatement",
9535
9535
  "src": "3856:34:89"
9536
9536
  }
9537
9537
  ]
9538
9538
  },
9539
9539
  "functionSelector": "a6d0c534",
9540
- "id": 32630,
9540
+ "id": 32752,
9541
9541
  "implemented": true,
9542
9542
  "kind": "function",
9543
9543
  "modifiers": [],
@@ -9545,23 +9545,23 @@
9545
9545
  "nameLocation": "2668:18:89",
9546
9546
  "nodeType": "FunctionDefinition",
9547
9547
  "overrides": {
9548
- "id": 32528,
9548
+ "id": 32650,
9549
9549
  "nodeType": "OverrideSpecifier",
9550
9550
  "overrides": [],
9551
9551
  "src": "2873:8:89"
9552
9552
  },
9553
9553
  "parameters": {
9554
- "id": 32527,
9554
+ "id": 32649,
9555
9555
  "nodeType": "ParameterList",
9556
9556
  "parameters": [
9557
9557
  {
9558
9558
  "constant": false,
9559
- "id": 32517,
9559
+ "id": 32639,
9560
9560
  "mutability": "mutable",
9561
9561
  "name": "underlyingToken",
9562
9562
  "nameLocation": "2703:15:89",
9563
9563
  "nodeType": "VariableDeclaration",
9564
- "scope": 32630,
9564
+ "scope": 32752,
9565
9565
  "src": "2696:22:89",
9566
9566
  "stateVariable": false,
9567
9567
  "storageLocation": "default",
@@ -9570,10 +9570,10 @@
9570
9570
  "typeString": "contract IERC20"
9571
9571
  },
9572
9572
  "typeName": {
9573
- "id": 32516,
9573
+ "id": 32638,
9574
9574
  "nodeType": "UserDefinedTypeName",
9575
9575
  "pathNode": {
9576
- "id": 32515,
9576
+ "id": 32637,
9577
9577
  "name": "IERC20",
9578
9578
  "nodeType": "IdentifierPath",
9579
9579
  "referencedDeclaration": 1630,
@@ -9590,12 +9590,12 @@
9590
9590
  },
9591
9591
  {
9592
9592
  "constant": false,
9593
- "id": 32519,
9593
+ "id": 32641,
9594
9594
  "mutability": "mutable",
9595
9595
  "name": "underlyingDecimals",
9596
9596
  "nameLocation": "2734:18:89",
9597
9597
  "nodeType": "VariableDeclaration",
9598
- "scope": 32630,
9598
+ "scope": 32752,
9599
9599
  "src": "2728:24:89",
9600
9600
  "stateVariable": false,
9601
9601
  "storageLocation": "default",
@@ -9604,7 +9604,7 @@
9604
9604
  "typeString": "uint8"
9605
9605
  },
9606
9606
  "typeName": {
9607
- "id": 32518,
9607
+ "id": 32640,
9608
9608
  "name": "uint8",
9609
9609
  "nodeType": "ElementaryTypeName",
9610
9610
  "src": "2728:5:89",
@@ -9617,33 +9617,33 @@
9617
9617
  },
9618
9618
  {
9619
9619
  "constant": false,
9620
- "id": 32522,
9620
+ "id": 32644,
9621
9621
  "mutability": "mutable",
9622
9622
  "name": "upgradability",
9623
9623
  "nameLocation": "2776:13:89",
9624
9624
  "nodeType": "VariableDeclaration",
9625
- "scope": 32630,
9625
+ "scope": 32752,
9626
9626
  "src": "2762:27:89",
9627
9627
  "stateVariable": false,
9628
9628
  "storageLocation": "default",
9629
9629
  "typeDescriptions": {
9630
- "typeIdentifier": "t_enum$_Upgradability_$19521",
9630
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
9631
9631
  "typeString": "enum ISuperTokenFactory.Upgradability"
9632
9632
  },
9633
9633
  "typeName": {
9634
- "id": 32521,
9634
+ "id": 32643,
9635
9635
  "nodeType": "UserDefinedTypeName",
9636
9636
  "pathNode": {
9637
- "id": 32520,
9637
+ "id": 32642,
9638
9638
  "name": "Upgradability",
9639
9639
  "nodeType": "IdentifierPath",
9640
- "referencedDeclaration": 19521,
9640
+ "referencedDeclaration": 19643,
9641
9641
  "src": "2762:13:89"
9642
9642
  },
9643
- "referencedDeclaration": 19521,
9643
+ "referencedDeclaration": 19643,
9644
9644
  "src": "2762:13:89",
9645
9645
  "typeDescriptions": {
9646
- "typeIdentifier": "t_enum$_Upgradability_$19521",
9646
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
9647
9647
  "typeString": "enum ISuperTokenFactory.Upgradability"
9648
9648
  }
9649
9649
  },
@@ -9651,12 +9651,12 @@
9651
9651
  },
9652
9652
  {
9653
9653
  "constant": false,
9654
- "id": 32524,
9654
+ "id": 32646,
9655
9655
  "mutability": "mutable",
9656
9656
  "name": "name",
9657
9657
  "nameLocation": "2815:4:89",
9658
9658
  "nodeType": "VariableDeclaration",
9659
- "scope": 32630,
9659
+ "scope": 32752,
9660
9660
  "src": "2799:20:89",
9661
9661
  "stateVariable": false,
9662
9662
  "storageLocation": "calldata",
@@ -9665,7 +9665,7 @@
9665
9665
  "typeString": "string"
9666
9666
  },
9667
9667
  "typeName": {
9668
- "id": 32523,
9668
+ "id": 32645,
9669
9669
  "name": "string",
9670
9670
  "nodeType": "ElementaryTypeName",
9671
9671
  "src": "2799:6:89",
@@ -9678,12 +9678,12 @@
9678
9678
  },
9679
9679
  {
9680
9680
  "constant": false,
9681
- "id": 32526,
9681
+ "id": 32648,
9682
9682
  "mutability": "mutable",
9683
9683
  "name": "symbol",
9684
9684
  "nameLocation": "2845:6:89",
9685
9685
  "nodeType": "VariableDeclaration",
9686
- "scope": 32630,
9686
+ "scope": 32752,
9687
9687
  "src": "2829:22:89",
9688
9688
  "stateVariable": false,
9689
9689
  "storageLocation": "calldata",
@@ -9692,7 +9692,7 @@
9692
9692
  "typeString": "string"
9693
9693
  },
9694
9694
  "typeName": {
9695
- "id": 32525,
9695
+ "id": 32647,
9696
9696
  "name": "string",
9697
9697
  "nodeType": "ElementaryTypeName",
9698
9698
  "src": "2829:6:89",
@@ -9707,38 +9707,38 @@
9707
9707
  "src": "2686:171:89"
9708
9708
  },
9709
9709
  "returnParameters": {
9710
- "id": 32532,
9710
+ "id": 32654,
9711
9711
  "nodeType": "ParameterList",
9712
9712
  "parameters": [
9713
9713
  {
9714
9714
  "constant": false,
9715
- "id": 32531,
9715
+ "id": 32653,
9716
9716
  "mutability": "mutable",
9717
9717
  "name": "superToken",
9718
9718
  "nameLocation": "2911:10:89",
9719
9719
  "nodeType": "VariableDeclaration",
9720
- "scope": 32630,
9720
+ "scope": 32752,
9721
9721
  "src": "2899:22:89",
9722
9722
  "stateVariable": false,
9723
9723
  "storageLocation": "default",
9724
9724
  "typeDescriptions": {
9725
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9725
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9726
9726
  "typeString": "contract ISuperToken"
9727
9727
  },
9728
9728
  "typeName": {
9729
- "id": 32530,
9729
+ "id": 32652,
9730
9730
  "nodeType": "UserDefinedTypeName",
9731
9731
  "pathNode": {
9732
- "id": 32529,
9732
+ "id": 32651,
9733
9733
  "name": "ISuperToken",
9734
9734
  "nodeType": "IdentifierPath",
9735
- "referencedDeclaration": 19492,
9735
+ "referencedDeclaration": 19614,
9736
9736
  "src": "2899:11:89"
9737
9737
  },
9738
- "referencedDeclaration": 19492,
9738
+ "referencedDeclaration": 19614,
9739
9739
  "src": "2899:11:89",
9740
9740
  "typeDescriptions": {
9741
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9741
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9742
9742
  "typeString": "contract ISuperToken"
9743
9743
  }
9744
9744
  },
@@ -9747,7 +9747,7 @@
9747
9747
  ],
9748
9748
  "src": "2898:24:89"
9749
9749
  },
9750
- "scope": 32695,
9750
+ "scope": 32817,
9751
9751
  "src": "2659:1238:89",
9752
9752
  "stateMutability": "nonpayable",
9753
9753
  "virtual": false,
@@ -9755,10 +9755,10 @@
9755
9755
  },
9756
9756
  {
9757
9757
  "baseFunctions": [
9758
- 19557
9758
+ 19679
9759
9759
  ],
9760
9760
  "body": {
9761
- "id": 32657,
9761
+ "id": 32779,
9762
9762
  "nodeType": "Block",
9763
9763
  "src": "4151:186:89",
9764
9764
  "statements": [
@@ -9766,14 +9766,14 @@
9766
9766
  "expression": {
9767
9767
  "arguments": [
9768
9768
  {
9769
- "id": 32648,
9769
+ "id": 32770,
9770
9770
  "name": "underlyingToken",
9771
9771
  "nodeType": "Identifier",
9772
9772
  "overloadedDeclarations": [],
9773
- "referencedDeclaration": 32633,
9773
+ "referencedDeclaration": 32755,
9774
9774
  "src": "4200:15:89",
9775
9775
  "typeDescriptions": {
9776
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
9776
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20584",
9777
9777
  "typeString": "contract ERC20WithTokenInfo"
9778
9778
  }
9779
9779
  },
@@ -9782,32 +9782,32 @@
9782
9782
  "expression": {
9783
9783
  "argumentTypes": [],
9784
9784
  "expression": {
9785
- "id": 32649,
9785
+ "id": 32771,
9786
9786
  "name": "underlyingToken",
9787
9787
  "nodeType": "Identifier",
9788
9788
  "overloadedDeclarations": [],
9789
- "referencedDeclaration": 32633,
9789
+ "referencedDeclaration": 32755,
9790
9790
  "src": "4229:15:89",
9791
9791
  "typeDescriptions": {
9792
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
9792
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20584",
9793
9793
  "typeString": "contract ERC20WithTokenInfo"
9794
9794
  }
9795
9795
  },
9796
- "id": 32650,
9796
+ "id": 32772,
9797
9797
  "isConstant": false,
9798
9798
  "isLValue": false,
9799
9799
  "isPure": false,
9800
9800
  "lValueRequested": false,
9801
9801
  "memberName": "decimals",
9802
9802
  "nodeType": "MemberAccess",
9803
- "referencedDeclaration": 20566,
9803
+ "referencedDeclaration": 20688,
9804
9804
  "src": "4229:24:89",
9805
9805
  "typeDescriptions": {
9806
9806
  "typeIdentifier": "t_function_external_view$__$returns$_t_uint8_$",
9807
9807
  "typeString": "function () view external returns (uint8)"
9808
9808
  }
9809
9809
  },
9810
- "id": 32651,
9810
+ "id": 32773,
9811
9811
  "isConstant": false,
9812
9812
  "isLValue": false,
9813
9813
  "isPure": false,
@@ -9823,23 +9823,23 @@
9823
9823
  }
9824
9824
  },
9825
9825
  {
9826
- "id": 32652,
9826
+ "id": 32774,
9827
9827
  "name": "upgradability",
9828
9828
  "nodeType": "Identifier",
9829
9829
  "overloadedDeclarations": [],
9830
- "referencedDeclaration": 32636,
9830
+ "referencedDeclaration": 32758,
9831
9831
  "src": "4269:13:89",
9832
9832
  "typeDescriptions": {
9833
- "typeIdentifier": "t_enum$_Upgradability_$19521",
9833
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
9834
9834
  "typeString": "enum ISuperTokenFactory.Upgradability"
9835
9835
  }
9836
9836
  },
9837
9837
  {
9838
- "id": 32653,
9838
+ "id": 32775,
9839
9839
  "name": "name",
9840
9840
  "nodeType": "Identifier",
9841
9841
  "overloadedDeclarations": [],
9842
- "referencedDeclaration": 32638,
9842
+ "referencedDeclaration": 32760,
9843
9843
  "src": "4296:4:89",
9844
9844
  "typeDescriptions": {
9845
9845
  "typeIdentifier": "t_string_calldata_ptr",
@@ -9847,11 +9847,11 @@
9847
9847
  }
9848
9848
  },
9849
9849
  {
9850
- "id": 32654,
9850
+ "id": 32776,
9851
9851
  "name": "symbol",
9852
9852
  "nodeType": "Identifier",
9853
9853
  "overloadedDeclarations": [],
9854
- "referencedDeclaration": 32640,
9854
+ "referencedDeclaration": 32762,
9855
9855
  "src": "4314:6:89",
9856
9856
  "typeDescriptions": {
9857
9857
  "typeIdentifier": "t_string_calldata_ptr",
@@ -9862,7 +9862,7 @@
9862
9862
  "expression": {
9863
9863
  "argumentTypes": [
9864
9864
  {
9865
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
9865
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20584",
9866
9866
  "typeString": "contract ERC20WithTokenInfo"
9867
9867
  },
9868
9868
  {
@@ -9870,7 +9870,7 @@
9870
9870
  "typeString": "uint8"
9871
9871
  },
9872
9872
  {
9873
- "typeIdentifier": "t_enum$_Upgradability_$19521",
9873
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
9874
9874
  "typeString": "enum ISuperTokenFactory.Upgradability"
9875
9875
  },
9876
9876
  {
@@ -9882,18 +9882,18 @@
9882
9882
  "typeString": "string calldata"
9883
9883
  }
9884
9884
  ],
9885
- "id": 32647,
9885
+ "id": 32769,
9886
9886
  "name": "createERC20Wrapper",
9887
9887
  "nodeType": "Identifier",
9888
9888
  "overloadedDeclarations": [],
9889
- "referencedDeclaration": 32630,
9889
+ "referencedDeclaration": 32752,
9890
9890
  "src": "4168:18:89",
9891
9891
  "typeDescriptions": {
9892
- "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_enum$_Upgradability_$19521_$_t_string_calldata_ptr_$_t_string_calldata_ptr_$returns$_t_contract$_ISuperToken_$19492_$",
9892
+ "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_enum$_Upgradability_$19643_$_t_string_calldata_ptr_$_t_string_calldata_ptr_$returns$_t_contract$_ISuperToken_$19614_$",
9893
9893
  "typeString": "function (contract IERC20,uint8,enum ISuperTokenFactory.Upgradability,string calldata,string calldata) returns (contract ISuperToken)"
9894
9894
  }
9895
9895
  },
9896
- "id": 32655,
9896
+ "id": 32777,
9897
9897
  "isConstant": false,
9898
9898
  "isLValue": false,
9899
9899
  "isPure": false,
@@ -9904,19 +9904,19 @@
9904
9904
  "src": "4168:162:89",
9905
9905
  "tryCall": false,
9906
9906
  "typeDescriptions": {
9907
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
9907
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
9908
9908
  "typeString": "contract ISuperToken"
9909
9909
  }
9910
9910
  },
9911
- "functionReturnParameters": 32646,
9912
- "id": 32656,
9911
+ "functionReturnParameters": 32768,
9912
+ "id": 32778,
9913
9913
  "nodeType": "Return",
9914
9914
  "src": "4161:169:89"
9915
9915
  }
9916
9916
  ]
9917
9917
  },
9918
9918
  "functionSelector": "431f1481",
9919
- "id": 32658,
9919
+ "id": 32780,
9920
9920
  "implemented": true,
9921
9921
  "kind": "function",
9922
9922
  "modifiers": [],
@@ -9924,44 +9924,44 @@
9924
9924
  "nameLocation": "3912:18:89",
9925
9925
  "nodeType": "FunctionDefinition",
9926
9926
  "overrides": {
9927
- "id": 32642,
9927
+ "id": 32764,
9928
9928
  "nodeType": "OverrideSpecifier",
9929
9929
  "overrides": [],
9930
9930
  "src": "4097:8:89"
9931
9931
  },
9932
9932
  "parameters": {
9933
- "id": 32641,
9933
+ "id": 32763,
9934
9934
  "nodeType": "ParameterList",
9935
9935
  "parameters": [
9936
9936
  {
9937
9937
  "constant": false,
9938
- "id": 32633,
9938
+ "id": 32755,
9939
9939
  "mutability": "mutable",
9940
9940
  "name": "underlyingToken",
9941
9941
  "nameLocation": "3959:15:89",
9942
9942
  "nodeType": "VariableDeclaration",
9943
- "scope": 32658,
9943
+ "scope": 32780,
9944
9944
  "src": "3940:34:89",
9945
9945
  "stateVariable": false,
9946
9946
  "storageLocation": "default",
9947
9947
  "typeDescriptions": {
9948
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
9948
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20584",
9949
9949
  "typeString": "contract ERC20WithTokenInfo"
9950
9950
  },
9951
9951
  "typeName": {
9952
- "id": 32632,
9952
+ "id": 32754,
9953
9953
  "nodeType": "UserDefinedTypeName",
9954
9954
  "pathNode": {
9955
- "id": 32631,
9955
+ "id": 32753,
9956
9956
  "name": "ERC20WithTokenInfo",
9957
9957
  "nodeType": "IdentifierPath",
9958
- "referencedDeclaration": 20462,
9958
+ "referencedDeclaration": 20584,
9959
9959
  "src": "3940:18:89"
9960
9960
  },
9961
- "referencedDeclaration": 20462,
9961
+ "referencedDeclaration": 20584,
9962
9962
  "src": "3940:18:89",
9963
9963
  "typeDescriptions": {
9964
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
9964
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20584",
9965
9965
  "typeString": "contract ERC20WithTokenInfo"
9966
9966
  }
9967
9967
  },
@@ -9969,33 +9969,33 @@
9969
9969
  },
9970
9970
  {
9971
9971
  "constant": false,
9972
- "id": 32636,
9972
+ "id": 32758,
9973
9973
  "mutability": "mutable",
9974
9974
  "name": "upgradability",
9975
9975
  "nameLocation": "3998:13:89",
9976
9976
  "nodeType": "VariableDeclaration",
9977
- "scope": 32658,
9977
+ "scope": 32780,
9978
9978
  "src": "3984:27:89",
9979
9979
  "stateVariable": false,
9980
9980
  "storageLocation": "default",
9981
9981
  "typeDescriptions": {
9982
- "typeIdentifier": "t_enum$_Upgradability_$19521",
9982
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
9983
9983
  "typeString": "enum ISuperTokenFactory.Upgradability"
9984
9984
  },
9985
9985
  "typeName": {
9986
- "id": 32635,
9986
+ "id": 32757,
9987
9987
  "nodeType": "UserDefinedTypeName",
9988
9988
  "pathNode": {
9989
- "id": 32634,
9989
+ "id": 32756,
9990
9990
  "name": "Upgradability",
9991
9991
  "nodeType": "IdentifierPath",
9992
- "referencedDeclaration": 19521,
9992
+ "referencedDeclaration": 19643,
9993
9993
  "src": "3984:13:89"
9994
9994
  },
9995
- "referencedDeclaration": 19521,
9995
+ "referencedDeclaration": 19643,
9996
9996
  "src": "3984:13:89",
9997
9997
  "typeDescriptions": {
9998
- "typeIdentifier": "t_enum$_Upgradability_$19521",
9998
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
9999
9999
  "typeString": "enum ISuperTokenFactory.Upgradability"
10000
10000
  }
10001
10001
  },
@@ -10003,12 +10003,12 @@
10003
10003
  },
10004
10004
  {
10005
10005
  "constant": false,
10006
- "id": 32638,
10006
+ "id": 32760,
10007
10007
  "mutability": "mutable",
10008
10008
  "name": "name",
10009
10009
  "nameLocation": "4037:4:89",
10010
10010
  "nodeType": "VariableDeclaration",
10011
- "scope": 32658,
10011
+ "scope": 32780,
10012
10012
  "src": "4021:20:89",
10013
10013
  "stateVariable": false,
10014
10014
  "storageLocation": "calldata",
@@ -10017,7 +10017,7 @@
10017
10017
  "typeString": "string"
10018
10018
  },
10019
10019
  "typeName": {
10020
- "id": 32637,
10020
+ "id": 32759,
10021
10021
  "name": "string",
10022
10022
  "nodeType": "ElementaryTypeName",
10023
10023
  "src": "4021:6:89",
@@ -10030,12 +10030,12 @@
10030
10030
  },
10031
10031
  {
10032
10032
  "constant": false,
10033
- "id": 32640,
10033
+ "id": 32762,
10034
10034
  "mutability": "mutable",
10035
10035
  "name": "symbol",
10036
10036
  "nameLocation": "4067:6:89",
10037
10037
  "nodeType": "VariableDeclaration",
10038
- "scope": 32658,
10038
+ "scope": 32780,
10039
10039
  "src": "4051:22:89",
10040
10040
  "stateVariable": false,
10041
10041
  "storageLocation": "calldata",
@@ -10044,7 +10044,7 @@
10044
10044
  "typeString": "string"
10045
10045
  },
10046
10046
  "typeName": {
10047
- "id": 32639,
10047
+ "id": 32761,
10048
10048
  "name": "string",
10049
10049
  "nodeType": "ElementaryTypeName",
10050
10050
  "src": "4051:6:89",
@@ -10059,38 +10059,38 @@
10059
10059
  "src": "3930:149:89"
10060
10060
  },
10061
10061
  "returnParameters": {
10062
- "id": 32646,
10062
+ "id": 32768,
10063
10063
  "nodeType": "ParameterList",
10064
10064
  "parameters": [
10065
10065
  {
10066
10066
  "constant": false,
10067
- "id": 32645,
10067
+ "id": 32767,
10068
10068
  "mutability": "mutable",
10069
10069
  "name": "superToken",
10070
10070
  "nameLocation": "4135:10:89",
10071
10071
  "nodeType": "VariableDeclaration",
10072
- "scope": 32658,
10072
+ "scope": 32780,
10073
10073
  "src": "4123:22:89",
10074
10074
  "stateVariable": false,
10075
10075
  "storageLocation": "default",
10076
10076
  "typeDescriptions": {
10077
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
10077
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
10078
10078
  "typeString": "contract ISuperToken"
10079
10079
  },
10080
10080
  "typeName": {
10081
- "id": 32644,
10081
+ "id": 32766,
10082
10082
  "nodeType": "UserDefinedTypeName",
10083
10083
  "pathNode": {
10084
- "id": 32643,
10084
+ "id": 32765,
10085
10085
  "name": "ISuperToken",
10086
10086
  "nodeType": "IdentifierPath",
10087
- "referencedDeclaration": 19492,
10087
+ "referencedDeclaration": 19614,
10088
10088
  "src": "4123:11:89"
10089
10089
  },
10090
- "referencedDeclaration": 19492,
10090
+ "referencedDeclaration": 19614,
10091
10091
  "src": "4123:11:89",
10092
10092
  "typeDescriptions": {
10093
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
10093
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
10094
10094
  "typeString": "contract ISuperToken"
10095
10095
  }
10096
10096
  },
@@ -10099,7 +10099,7 @@
10099
10099
  ],
10100
10100
  "src": "4122:24:89"
10101
10101
  },
10102
- "scope": 32695,
10102
+ "scope": 32817,
10103
10103
  "src": "3903:434:89",
10104
10104
  "stateMutability": "nonpayable",
10105
10105
  "virtual": false,
@@ -10107,26 +10107,26 @@
10107
10107
  },
10108
10108
  {
10109
10109
  "baseFunctions": [
10110
- 19562
10110
+ 19684
10111
10111
  ],
10112
10112
  "body": {
10113
- "id": 32693,
10113
+ "id": 32815,
10114
10114
  "nodeType": "Block",
10115
10115
  "src": "4454:341:89",
10116
10116
  "statements": [
10117
10117
  {
10118
10118
  "assignments": [
10119
- 32665
10119
+ 32787
10120
10120
  ],
10121
10121
  "declarations": [
10122
10122
  {
10123
10123
  "constant": false,
10124
- "id": 32665,
10124
+ "id": 32787,
10125
10125
  "mutability": "mutable",
10126
10126
  "name": "a",
10127
10127
  "nameLocation": "4596:1:89",
10128
10128
  "nodeType": "VariableDeclaration",
10129
- "scope": 32693,
10129
+ "scope": 32815,
10130
10130
  "src": "4580:17:89",
10131
10131
  "stateVariable": false,
10132
10132
  "storageLocation": "default",
@@ -10135,7 +10135,7 @@
10135
10135
  "typeString": "address payable"
10136
10136
  },
10137
10137
  "typeName": {
10138
- "id": 32664,
10138
+ "id": 32786,
10139
10139
  "name": "address",
10140
10140
  "nodeType": "ElementaryTypeName",
10141
10141
  "src": "4580:15:89",
@@ -10148,7 +10148,7 @@
10148
10148
  "visibility": "internal"
10149
10149
  }
10150
10150
  ],
10151
- "id": 32676,
10151
+ "id": 32798,
10152
10152
  "initialValue": {
10153
10153
  "arguments": [
10154
10154
  {
@@ -10156,11 +10156,11 @@
10156
10156
  {
10157
10157
  "arguments": [
10158
10158
  {
10159
- "id": 32672,
10159
+ "id": 32794,
10160
10160
  "name": "customSuperTokenProxy",
10161
10161
  "nodeType": "Identifier",
10162
10162
  "overloadedDeclarations": [],
10163
- "referencedDeclaration": 32660,
10163
+ "referencedDeclaration": 32782,
10164
10164
  "src": "4624:21:89",
10165
10165
  "typeDescriptions": {
10166
10166
  "typeIdentifier": "t_address",
@@ -10175,7 +10175,7 @@
10175
10175
  "typeString": "address"
10176
10176
  }
10177
10177
  ],
10178
- "id": 32671,
10178
+ "id": 32793,
10179
10179
  "isConstant": false,
10180
10180
  "isLValue": false,
10181
10181
  "isPure": true,
@@ -10187,14 +10187,14 @@
10187
10187
  "typeString": "type(uint160)"
10188
10188
  },
10189
10189
  "typeName": {
10190
- "id": 32670,
10190
+ "id": 32792,
10191
10191
  "name": "uint160",
10192
10192
  "nodeType": "ElementaryTypeName",
10193
10193
  "src": "4616:7:89",
10194
10194
  "typeDescriptions": {}
10195
10195
  }
10196
10196
  },
10197
- "id": 32673,
10197
+ "id": 32795,
10198
10198
  "isConstant": false,
10199
10199
  "isLValue": false,
10200
10200
  "isPure": false,
@@ -10217,7 +10217,7 @@
10217
10217
  "typeString": "uint160"
10218
10218
  }
10219
10219
  ],
10220
- "id": 32669,
10220
+ "id": 32791,
10221
10221
  "isConstant": false,
10222
10222
  "isLValue": false,
10223
10223
  "isPure": true,
@@ -10229,14 +10229,14 @@
10229
10229
  "typeString": "type(address)"
10230
10230
  },
10231
10231
  "typeName": {
10232
- "id": 32668,
10232
+ "id": 32790,
10233
10233
  "name": "address",
10234
10234
  "nodeType": "ElementaryTypeName",
10235
10235
  "src": "4608:7:89",
10236
10236
  "typeDescriptions": {}
10237
10237
  }
10238
10238
  },
10239
- "id": 32674,
10239
+ "id": 32796,
10240
10240
  "isConstant": false,
10241
10241
  "isLValue": false,
10242
10242
  "isPure": false,
@@ -10259,7 +10259,7 @@
10259
10259
  "typeString": "address"
10260
10260
  }
10261
10261
  ],
10262
- "id": 32667,
10262
+ "id": 32789,
10263
10263
  "isConstant": false,
10264
10264
  "isLValue": false,
10265
10265
  "isPure": true,
@@ -10271,7 +10271,7 @@
10271
10271
  "typeString": "type(address payable)"
10272
10272
  },
10273
10273
  "typeName": {
10274
- "id": 32666,
10274
+ "id": 32788,
10275
10275
  "name": "address",
10276
10276
  "nodeType": "ElementaryTypeName",
10277
10277
  "src": "4600:8:89",
@@ -10279,7 +10279,7 @@
10279
10279
  "typeDescriptions": {}
10280
10280
  }
10281
10281
  },
10282
- "id": 32675,
10282
+ "id": 32797,
10283
10283
  "isConstant": false,
10284
10284
  "isLValue": false,
10285
10285
  "isPure": false,
@@ -10303,14 +10303,14 @@
10303
10303
  {
10304
10304
  "arguments": [
10305
10305
  {
10306
- "id": 32683,
10306
+ "id": 32805,
10307
10307
  "name": "_superTokenLogic",
10308
10308
  "nodeType": "Identifier",
10309
10309
  "overloadedDeclarations": [],
10310
- "referencedDeclaration": 32399,
10310
+ "referencedDeclaration": 32521,
10311
10311
  "src": "4695:16:89",
10312
10312
  "typeDescriptions": {
10313
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
10313
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
10314
10314
  "typeString": "contract ISuperToken"
10315
10315
  }
10316
10316
  }
@@ -10318,11 +10318,11 @@
10318
10318
  "expression": {
10319
10319
  "argumentTypes": [
10320
10320
  {
10321
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
10321
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
10322
10322
  "typeString": "contract ISuperToken"
10323
10323
  }
10324
10324
  ],
10325
- "id": 32682,
10325
+ "id": 32804,
10326
10326
  "isConstant": false,
10327
10327
  "isLValue": false,
10328
10328
  "isPure": true,
@@ -10334,14 +10334,14 @@
10334
10334
  "typeString": "type(address)"
10335
10335
  },
10336
10336
  "typeName": {
10337
- "id": 32681,
10337
+ "id": 32803,
10338
10338
  "name": "address",
10339
10339
  "nodeType": "ElementaryTypeName",
10340
10340
  "src": "4687:7:89",
10341
10341
  "typeDescriptions": {}
10342
10342
  }
10343
10343
  },
10344
- "id": 32684,
10344
+ "id": 32806,
10345
10345
  "isConstant": false,
10346
10346
  "isLValue": false,
10347
10347
  "isPure": false,
@@ -10367,11 +10367,11 @@
10367
10367
  "expression": {
10368
10368
  "arguments": [
10369
10369
  {
10370
- "id": 32678,
10370
+ "id": 32800,
10371
10371
  "name": "a",
10372
10372
  "nodeType": "Identifier",
10373
10373
  "overloadedDeclarations": [],
10374
- "referencedDeclaration": 32665,
10374
+ "referencedDeclaration": 32787,
10375
10375
  "src": "4668:1:89",
10376
10376
  "typeDescriptions": {
10377
10377
  "typeIdentifier": "t_address_payable",
@@ -10386,18 +10386,18 @@
10386
10386
  "typeString": "address payable"
10387
10387
  }
10388
10388
  ],
10389
- "id": 32677,
10389
+ "id": 32799,
10390
10390
  "name": "UUPSProxy",
10391
10391
  "nodeType": "Identifier",
10392
10392
  "overloadedDeclarations": [],
10393
- "referencedDeclaration": 37074,
10393
+ "referencedDeclaration": 37196,
10394
10394
  "src": "4658:9:89",
10395
10395
  "typeDescriptions": {
10396
- "typeIdentifier": "t_type$_t_contract$_UUPSProxy_$37074_$",
10396
+ "typeIdentifier": "t_type$_t_contract$_UUPSProxy_$37196_$",
10397
10397
  "typeString": "type(contract UUPSProxy)"
10398
10398
  }
10399
10399
  },
10400
- "id": 32679,
10400
+ "id": 32801,
10401
10401
  "isConstant": false,
10402
10402
  "isLValue": false,
10403
10403
  "isPure": false,
@@ -10408,25 +10408,25 @@
10408
10408
  "src": "4658:12:89",
10409
10409
  "tryCall": false,
10410
10410
  "typeDescriptions": {
10411
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
10411
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
10412
10412
  "typeString": "contract UUPSProxy"
10413
10413
  }
10414
10414
  },
10415
- "id": 32680,
10415
+ "id": 32802,
10416
10416
  "isConstant": false,
10417
10417
  "isLValue": false,
10418
10418
  "isPure": false,
10419
10419
  "lValueRequested": false,
10420
10420
  "memberName": "initializeProxy",
10421
10421
  "nodeType": "MemberAccess",
10422
- "referencedDeclaration": 37061,
10422
+ "referencedDeclaration": 37183,
10423
10423
  "src": "4658:28:89",
10424
10424
  "typeDescriptions": {
10425
10425
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$",
10426
10426
  "typeString": "function (address) external"
10427
10427
  }
10428
10428
  },
10429
- "id": 32685,
10429
+ "id": 32807,
10430
10430
  "isConstant": false,
10431
10431
  "isLValue": false,
10432
10432
  "isPure": false,
@@ -10441,7 +10441,7 @@
10441
10441
  "typeString": "tuple()"
10442
10442
  }
10443
10443
  },
10444
- "id": 32686,
10444
+ "id": 32808,
10445
10445
  "nodeType": "ExpressionStatement",
10446
10446
  "src": "4658:55:89"
10447
10447
  },
@@ -10451,11 +10451,11 @@
10451
10451
  {
10452
10452
  "arguments": [
10453
10453
  {
10454
- "id": 32689,
10454
+ "id": 32811,
10455
10455
  "name": "customSuperTokenProxy",
10456
10456
  "nodeType": "Identifier",
10457
10457
  "overloadedDeclarations": [],
10458
- "referencedDeclaration": 32660,
10458
+ "referencedDeclaration": 32782,
10459
10459
  "src": "4765:21:89",
10460
10460
  "typeDescriptions": {
10461
10461
  "typeIdentifier": "t_address",
@@ -10470,18 +10470,18 @@
10470
10470
  "typeString": "address"
10471
10471
  }
10472
10472
  ],
10473
- "id": 32688,
10473
+ "id": 32810,
10474
10474
  "name": "ISuperToken",
10475
10475
  "nodeType": "Identifier",
10476
10476
  "overloadedDeclarations": [],
10477
- "referencedDeclaration": 19492,
10477
+ "referencedDeclaration": 19614,
10478
10478
  "src": "4753:11:89",
10479
10479
  "typeDescriptions": {
10480
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
10480
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19614_$",
10481
10481
  "typeString": "type(contract ISuperToken)"
10482
10482
  }
10483
10483
  },
10484
- "id": 32690,
10484
+ "id": 32812,
10485
10485
  "isConstant": false,
10486
10486
  "isLValue": false,
10487
10487
  "isPure": false,
@@ -10492,7 +10492,7 @@
10492
10492
  "src": "4753:34:89",
10493
10493
  "tryCall": false,
10494
10494
  "typeDescriptions": {
10495
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
10495
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
10496
10496
  "typeString": "contract ISuperToken"
10497
10497
  }
10498
10498
  }
@@ -10500,22 +10500,22 @@
10500
10500
  "expression": {
10501
10501
  "argumentTypes": [
10502
10502
  {
10503
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
10503
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
10504
10504
  "typeString": "contract ISuperToken"
10505
10505
  }
10506
10506
  ],
10507
- "id": 32687,
10507
+ "id": 32809,
10508
10508
  "name": "CustomSuperTokenCreated",
10509
10509
  "nodeType": "Identifier",
10510
10510
  "overloadedDeclarations": [],
10511
- "referencedDeclaration": 19580,
10511
+ "referencedDeclaration": 19702,
10512
10512
  "src": "4729:23:89",
10513
10513
  "typeDescriptions": {
10514
- "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19492_$returns$__$",
10514
+ "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19614_$returns$__$",
10515
10515
  "typeString": "function (contract ISuperToken)"
10516
10516
  }
10517
10517
  },
10518
- "id": 32691,
10518
+ "id": 32813,
10519
10519
  "isConstant": false,
10520
10520
  "isLValue": false,
10521
10521
  "isPure": false,
@@ -10530,14 +10530,14 @@
10530
10530
  "typeString": "tuple()"
10531
10531
  }
10532
10532
  },
10533
- "id": 32692,
10533
+ "id": 32814,
10534
10534
  "nodeType": "EmitStatement",
10535
10535
  "src": "4724:64:89"
10536
10536
  }
10537
10537
  ]
10538
10538
  },
10539
10539
  "functionSelector": "d412d344",
10540
- "id": 32694,
10540
+ "id": 32816,
10541
10541
  "implemented": true,
10542
10542
  "kind": "function",
10543
10543
  "modifiers": [],
@@ -10545,23 +10545,23 @@
10545
10545
  "nameLocation": "4352:26:89",
10546
10546
  "nodeType": "FunctionDefinition",
10547
10547
  "overrides": {
10548
- "id": 32662,
10548
+ "id": 32784,
10549
10549
  "nodeType": "OverrideSpecifier",
10550
10550
  "overrides": [],
10551
10551
  "src": "4441:8:89"
10552
10552
  },
10553
10553
  "parameters": {
10554
- "id": 32661,
10554
+ "id": 32783,
10555
10555
  "nodeType": "ParameterList",
10556
10556
  "parameters": [
10557
10557
  {
10558
10558
  "constant": false,
10559
- "id": 32660,
10559
+ "id": 32782,
10560
10560
  "mutability": "mutable",
10561
10561
  "name": "customSuperTokenProxy",
10562
10562
  "nameLocation": "4396:21:89",
10563
10563
  "nodeType": "VariableDeclaration",
10564
- "scope": 32694,
10564
+ "scope": 32816,
10565
10565
  "src": "4388:29:89",
10566
10566
  "stateVariable": false,
10567
10567
  "storageLocation": "default",
@@ -10570,7 +10570,7 @@
10570
10570
  "typeString": "address"
10571
10571
  },
10572
10572
  "typeName": {
10573
- "id": 32659,
10573
+ "id": 32781,
10574
10574
  "name": "address",
10575
10575
  "nodeType": "ElementaryTypeName",
10576
10576
  "src": "4388:7:89",
@@ -10586,19 +10586,19 @@
10586
10586
  "src": "4378:45:89"
10587
10587
  },
10588
10588
  "returnParameters": {
10589
- "id": 32663,
10589
+ "id": 32785,
10590
10590
  "nodeType": "ParameterList",
10591
10591
  "parameters": [],
10592
10592
  "src": "4454:0:89"
10593
10593
  },
10594
- "scope": 32695,
10594
+ "scope": 32817,
10595
10595
  "src": "4343:452:89",
10596
10596
  "stateMutability": "nonpayable",
10597
10597
  "virtual": false,
10598
10598
  "visibility": "external"
10599
10599
  }
10600
10600
  ],
10601
- "scope": 32753,
10601
+ "scope": 32875,
10602
10602
  "src": "692:4106:89",
10603
10603
  "usedErrors": []
10604
10604
  },
@@ -10607,13 +10607,13 @@
10607
10607
  "baseContracts": [],
10608
10608
  "canonicalName": "SuperTokenFactoryHelper",
10609
10609
  "contractDependencies": [
10610
- 32368
10610
+ 32490
10611
10611
  ],
10612
10612
  "contractKind": "contract",
10613
10613
  "fullyImplemented": true,
10614
- "id": 32714,
10614
+ "id": 32836,
10615
10615
  "linearizedBaseContracts": [
10616
- 32714
10616
+ 32836
10617
10617
  ],
10618
10618
  "name": "SuperTokenFactoryHelper",
10619
10619
  "nameLocation": "4870:23:89",
@@ -10621,7 +10621,7 @@
10621
10621
  "nodes": [
10622
10622
  {
10623
10623
  "body": {
10624
- "id": 32712,
10624
+ "id": 32834,
10625
10625
  "nodeType": "Block",
10626
10626
  "src": "4987:53:89",
10627
10627
  "statements": [
@@ -10631,14 +10631,14 @@
10631
10631
  {
10632
10632
  "arguments": [
10633
10633
  {
10634
- "id": 32708,
10634
+ "id": 32830,
10635
10635
  "name": "host",
10636
10636
  "nodeType": "Identifier",
10637
10637
  "overloadedDeclarations": [],
10638
- "referencedDeclaration": 32698,
10638
+ "referencedDeclaration": 32820,
10639
10639
  "src": "5027:4:89",
10640
10640
  "typeDescriptions": {
10641
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
10641
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
10642
10642
  "typeString": "contract ISuperfluid"
10643
10643
  }
10644
10644
  }
@@ -10646,11 +10646,11 @@
10646
10646
  "expression": {
10647
10647
  "argumentTypes": [
10648
10648
  {
10649
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
10649
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
10650
10650
  "typeString": "contract ISuperfluid"
10651
10651
  }
10652
10652
  ],
10653
- "id": 32707,
10653
+ "id": 32829,
10654
10654
  "isConstant": false,
10655
10655
  "isLValue": false,
10656
10656
  "isPure": false,
@@ -10658,28 +10658,28 @@
10658
10658
  "nodeType": "NewExpression",
10659
10659
  "src": "5012:14:89",
10660
10660
  "typeDescriptions": {
10661
- "typeIdentifier": "t_function_creation_nonpayable$_t_contract$_ISuperfluid_$20053_$returns$_t_contract$_SuperToken_$32368_$",
10661
+ "typeIdentifier": "t_function_creation_nonpayable$_t_contract$_ISuperfluid_$20175_$returns$_t_contract$_SuperToken_$32490_$",
10662
10662
  "typeString": "function (contract ISuperfluid) returns (contract SuperToken)"
10663
10663
  },
10664
10664
  "typeName": {
10665
- "id": 32706,
10665
+ "id": 32828,
10666
10666
  "nodeType": "UserDefinedTypeName",
10667
10667
  "pathNode": {
10668
- "id": 32705,
10668
+ "id": 32827,
10669
10669
  "name": "SuperToken",
10670
10670
  "nodeType": "IdentifierPath",
10671
- "referencedDeclaration": 32368,
10671
+ "referencedDeclaration": 32490,
10672
10672
  "src": "5016:10:89"
10673
10673
  },
10674
- "referencedDeclaration": 32368,
10674
+ "referencedDeclaration": 32490,
10675
10675
  "src": "5016:10:89",
10676
10676
  "typeDescriptions": {
10677
- "typeIdentifier": "t_contract$_SuperToken_$32368",
10677
+ "typeIdentifier": "t_contract$_SuperToken_$32490",
10678
10678
  "typeString": "contract SuperToken"
10679
10679
  }
10680
10680
  }
10681
10681
  },
10682
- "id": 32709,
10682
+ "id": 32831,
10683
10683
  "isConstant": false,
10684
10684
  "isLValue": false,
10685
10685
  "isPure": false,
@@ -10690,7 +10690,7 @@
10690
10690
  "src": "5012:20:89",
10691
10691
  "tryCall": false,
10692
10692
  "typeDescriptions": {
10693
- "typeIdentifier": "t_contract$_SuperToken_$32368",
10693
+ "typeIdentifier": "t_contract$_SuperToken_$32490",
10694
10694
  "typeString": "contract SuperToken"
10695
10695
  }
10696
10696
  }
@@ -10698,11 +10698,11 @@
10698
10698
  "expression": {
10699
10699
  "argumentTypes": [
10700
10700
  {
10701
- "typeIdentifier": "t_contract$_SuperToken_$32368",
10701
+ "typeIdentifier": "t_contract$_SuperToken_$32490",
10702
10702
  "typeString": "contract SuperToken"
10703
10703
  }
10704
10704
  ],
10705
- "id": 32704,
10705
+ "id": 32826,
10706
10706
  "isConstant": false,
10707
10707
  "isLValue": false,
10708
10708
  "isPure": true,
@@ -10714,14 +10714,14 @@
10714
10714
  "typeString": "type(address)"
10715
10715
  },
10716
10716
  "typeName": {
10717
- "id": 32703,
10717
+ "id": 32825,
10718
10718
  "name": "address",
10719
10719
  "nodeType": "ElementaryTypeName",
10720
10720
  "src": "5004:7:89",
10721
10721
  "typeDescriptions": {}
10722
10722
  }
10723
10723
  },
10724
- "id": 32710,
10724
+ "id": 32832,
10725
10725
  "isConstant": false,
10726
10726
  "isLValue": false,
10727
10727
  "isPure": false,
@@ -10736,15 +10736,15 @@
10736
10736
  "typeString": "address"
10737
10737
  }
10738
10738
  },
10739
- "functionReturnParameters": 32702,
10740
- "id": 32711,
10739
+ "functionReturnParameters": 32824,
10740
+ "id": 32833,
10741
10741
  "nodeType": "Return",
10742
10742
  "src": "4997:36:89"
10743
10743
  }
10744
10744
  ]
10745
10745
  },
10746
10746
  "functionSelector": "9ed93318",
10747
- "id": 32713,
10747
+ "id": 32835,
10748
10748
  "implemented": true,
10749
10749
  "kind": "function",
10750
10750
  "modifiers": [],
@@ -10752,38 +10752,38 @@
10752
10752
  "nameLocation": "4909:6:89",
10753
10753
  "nodeType": "FunctionDefinition",
10754
10754
  "parameters": {
10755
- "id": 32699,
10755
+ "id": 32821,
10756
10756
  "nodeType": "ParameterList",
10757
10757
  "parameters": [
10758
10758
  {
10759
10759
  "constant": false,
10760
- "id": 32698,
10760
+ "id": 32820,
10761
10761
  "mutability": "mutable",
10762
10762
  "name": "host",
10763
10763
  "nameLocation": "4928:4:89",
10764
10764
  "nodeType": "VariableDeclaration",
10765
- "scope": 32713,
10765
+ "scope": 32835,
10766
10766
  "src": "4916:16:89",
10767
10767
  "stateVariable": false,
10768
10768
  "storageLocation": "default",
10769
10769
  "typeDescriptions": {
10770
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
10770
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
10771
10771
  "typeString": "contract ISuperfluid"
10772
10772
  },
10773
10773
  "typeName": {
10774
- "id": 32697,
10774
+ "id": 32819,
10775
10775
  "nodeType": "UserDefinedTypeName",
10776
10776
  "pathNode": {
10777
- "id": 32696,
10777
+ "id": 32818,
10778
10778
  "name": "ISuperfluid",
10779
10779
  "nodeType": "IdentifierPath",
10780
- "referencedDeclaration": 20053,
10780
+ "referencedDeclaration": 20175,
10781
10781
  "src": "4916:11:89"
10782
10782
  },
10783
- "referencedDeclaration": 20053,
10783
+ "referencedDeclaration": 20175,
10784
10784
  "src": "4916:11:89",
10785
10785
  "typeDescriptions": {
10786
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
10786
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
10787
10787
  "typeString": "contract ISuperfluid"
10788
10788
  }
10789
10789
  },
@@ -10793,17 +10793,17 @@
10793
10793
  "src": "4915:18:89"
10794
10794
  },
10795
10795
  "returnParameters": {
10796
- "id": 32702,
10796
+ "id": 32824,
10797
10797
  "nodeType": "ParameterList",
10798
10798
  "parameters": [
10799
10799
  {
10800
10800
  "constant": false,
10801
- "id": 32701,
10801
+ "id": 32823,
10802
10802
  "mutability": "mutable",
10803
10803
  "name": "logic",
10804
10804
  "nameLocation": "4976:5:89",
10805
10805
  "nodeType": "VariableDeclaration",
10806
- "scope": 32713,
10806
+ "scope": 32835,
10807
10807
  "src": "4968:13:89",
10808
10808
  "stateVariable": false,
10809
10809
  "storageLocation": "default",
@@ -10812,7 +10812,7 @@
10812
10812
  "typeString": "address"
10813
10813
  },
10814
10814
  "typeName": {
10815
- "id": 32700,
10815
+ "id": 32822,
10816
10816
  "name": "address",
10817
10817
  "nodeType": "ElementaryTypeName",
10818
10818
  "src": "4968:7:89",
@@ -10827,14 +10827,14 @@
10827
10827
  ],
10828
10828
  "src": "4967:15:89"
10829
10829
  },
10830
- "scope": 32714,
10830
+ "scope": 32836,
10831
10831
  "src": "4900:140:89",
10832
10832
  "stateMutability": "nonpayable",
10833
10833
  "virtual": false,
10834
10834
  "visibility": "external"
10835
10835
  }
10836
10836
  ],
10837
- "scope": 32753,
10837
+ "scope": 32875,
10838
10838
  "src": "4861:181:89",
10839
10839
  "usedErrors": []
10840
10840
  },
@@ -10843,30 +10843,30 @@
10843
10843
  "baseContracts": [
10844
10844
  {
10845
10845
  "baseName": {
10846
- "id": 32715,
10846
+ "id": 32837,
10847
10847
  "name": "SuperTokenFactoryBase",
10848
10848
  "nodeType": "IdentifierPath",
10849
- "referencedDeclaration": 32695,
10849
+ "referencedDeclaration": 32817,
10850
10850
  "src": "5074:21:89"
10851
10851
  },
10852
- "id": 32716,
10852
+ "id": 32838,
10853
10853
  "nodeType": "InheritanceSpecifier",
10854
10854
  "src": "5074:21:89"
10855
10855
  }
10856
10856
  ],
10857
10857
  "canonicalName": "SuperTokenFactory",
10858
10858
  "contractDependencies": [
10859
- 30764,
10860
- 37074
10859
+ 30886,
10860
+ 37196
10861
10861
  ],
10862
10862
  "contractKind": "contract",
10863
10863
  "fullyImplemented": true,
10864
- "id": 32752,
10864
+ "id": 32874,
10865
10865
  "linearizedBaseContracts": [
10866
- 32752,
10867
- 32695,
10868
- 19581,
10869
- 37017,
10866
+ 32874,
10867
+ 32817,
10868
+ 19703,
10869
+ 37139,
10870
10870
  858
10871
10871
  ],
10872
10872
  "name": "SuperTokenFactory",
@@ -10875,33 +10875,33 @@
10875
10875
  "nodes": [
10876
10876
  {
10877
10877
  "constant": false,
10878
- "id": 32719,
10878
+ "id": 32841,
10879
10879
  "mutability": "immutable",
10880
10880
  "name": "_helper",
10881
10881
  "nameLocation": "5144:7:89",
10882
10882
  "nodeType": "VariableDeclaration",
10883
- "scope": 32752,
10883
+ "scope": 32874,
10884
10884
  "src": "5102:49:89",
10885
10885
  "stateVariable": true,
10886
10886
  "storageLocation": "default",
10887
10887
  "typeDescriptions": {
10888
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
10888
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
10889
10889
  "typeString": "contract SuperTokenFactoryHelper"
10890
10890
  },
10891
10891
  "typeName": {
10892
- "id": 32718,
10892
+ "id": 32840,
10893
10893
  "nodeType": "UserDefinedTypeName",
10894
10894
  "pathNode": {
10895
- "id": 32717,
10895
+ "id": 32839,
10896
10896
  "name": "SuperTokenFactoryHelper",
10897
10897
  "nodeType": "IdentifierPath",
10898
- "referencedDeclaration": 32714,
10898
+ "referencedDeclaration": 32836,
10899
10899
  "src": "5102:23:89"
10900
10900
  },
10901
- "referencedDeclaration": 32714,
10901
+ "referencedDeclaration": 32836,
10902
10902
  "src": "5102:23:89",
10903
10903
  "typeDescriptions": {
10904
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
10904
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
10905
10905
  "typeString": "contract SuperTokenFactoryHelper"
10906
10906
  }
10907
10907
  },
@@ -10909,81 +10909,81 @@
10909
10909
  },
10910
10910
  {
10911
10911
  "body": {
10912
- "id": 32735,
10912
+ "id": 32857,
10913
10913
  "nodeType": "Block",
10914
10914
  "src": "5335:33:89",
10915
10915
  "statements": [
10916
10916
  {
10917
10917
  "expression": {
10918
- "id": 32733,
10918
+ "id": 32855,
10919
10919
  "isConstant": false,
10920
10920
  "isLValue": false,
10921
10921
  "isPure": false,
10922
10922
  "lValueRequested": false,
10923
10923
  "leftHandSide": {
10924
- "id": 32731,
10924
+ "id": 32853,
10925
10925
  "name": "_helper",
10926
10926
  "nodeType": "Identifier",
10927
10927
  "overloadedDeclarations": [],
10928
- "referencedDeclaration": 32719,
10928
+ "referencedDeclaration": 32841,
10929
10929
  "src": "5345:7:89",
10930
10930
  "typeDescriptions": {
10931
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
10931
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
10932
10932
  "typeString": "contract SuperTokenFactoryHelper"
10933
10933
  }
10934
10934
  },
10935
10935
  "nodeType": "Assignment",
10936
10936
  "operator": "=",
10937
10937
  "rightHandSide": {
10938
- "id": 32732,
10938
+ "id": 32854,
10939
10939
  "name": "helper",
10940
10940
  "nodeType": "Identifier",
10941
10941
  "overloadedDeclarations": [],
10942
- "referencedDeclaration": 32725,
10942
+ "referencedDeclaration": 32847,
10943
10943
  "src": "5355:6:89",
10944
10944
  "typeDescriptions": {
10945
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
10945
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
10946
10946
  "typeString": "contract SuperTokenFactoryHelper"
10947
10947
  }
10948
10948
  },
10949
10949
  "src": "5345:16:89",
10950
10950
  "typeDescriptions": {
10951
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
10951
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
10952
10952
  "typeString": "contract SuperTokenFactoryHelper"
10953
10953
  }
10954
10954
  },
10955
- "id": 32734,
10955
+ "id": 32856,
10956
10956
  "nodeType": "ExpressionStatement",
10957
10957
  "src": "5345:16:89"
10958
10958
  }
10959
10959
  ]
10960
10960
  },
10961
- "id": 32736,
10961
+ "id": 32858,
10962
10962
  "implemented": true,
10963
10963
  "kind": "constructor",
10964
10964
  "modifiers": [
10965
10965
  {
10966
10966
  "arguments": [
10967
10967
  {
10968
- "id": 32728,
10968
+ "id": 32850,
10969
10969
  "name": "host",
10970
10970
  "nodeType": "Identifier",
10971
10971
  "overloadedDeclarations": [],
10972
- "referencedDeclaration": 32722,
10972
+ "referencedDeclaration": 32844,
10973
10973
  "src": "5272:4:89",
10974
10974
  "typeDescriptions": {
10975
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
10975
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
10976
10976
  "typeString": "contract ISuperfluid"
10977
10977
  }
10978
10978
  }
10979
10979
  ],
10980
- "id": 32729,
10980
+ "id": 32851,
10981
10981
  "kind": "baseConstructorSpecifier",
10982
10982
  "modifierName": {
10983
- "id": 32727,
10983
+ "id": 32849,
10984
10984
  "name": "SuperTokenFactoryBase",
10985
10985
  "nodeType": "IdentifierPath",
10986
- "referencedDeclaration": 32695,
10986
+ "referencedDeclaration": 32817,
10987
10987
  "src": "5250:21:89"
10988
10988
  },
10989
10989
  "nodeType": "ModifierInvocation",
@@ -10994,38 +10994,38 @@
10994
10994
  "nameLocation": "-1:-1:-1",
10995
10995
  "nodeType": "FunctionDefinition",
10996
10996
  "parameters": {
10997
- "id": 32726,
10997
+ "id": 32848,
10998
10998
  "nodeType": "ParameterList",
10999
10999
  "parameters": [
11000
11000
  {
11001
11001
  "constant": false,
11002
- "id": 32722,
11002
+ "id": 32844,
11003
11003
  "mutability": "mutable",
11004
11004
  "name": "host",
11005
11005
  "nameLocation": "5191:4:89",
11006
11006
  "nodeType": "VariableDeclaration",
11007
- "scope": 32736,
11007
+ "scope": 32858,
11008
11008
  "src": "5179:16:89",
11009
11009
  "stateVariable": false,
11010
11010
  "storageLocation": "default",
11011
11011
  "typeDescriptions": {
11012
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
11012
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
11013
11013
  "typeString": "contract ISuperfluid"
11014
11014
  },
11015
11015
  "typeName": {
11016
- "id": 32721,
11016
+ "id": 32843,
11017
11017
  "nodeType": "UserDefinedTypeName",
11018
11018
  "pathNode": {
11019
- "id": 32720,
11019
+ "id": 32842,
11020
11020
  "name": "ISuperfluid",
11021
11021
  "nodeType": "IdentifierPath",
11022
- "referencedDeclaration": 20053,
11022
+ "referencedDeclaration": 20175,
11023
11023
  "src": "5179:11:89"
11024
11024
  },
11025
- "referencedDeclaration": 20053,
11025
+ "referencedDeclaration": 20175,
11026
11026
  "src": "5179:11:89",
11027
11027
  "typeDescriptions": {
11028
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
11028
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
11029
11029
  "typeString": "contract ISuperfluid"
11030
11030
  }
11031
11031
  },
@@ -11033,33 +11033,33 @@
11033
11033
  },
11034
11034
  {
11035
11035
  "constant": false,
11036
- "id": 32725,
11036
+ "id": 32847,
11037
11037
  "mutability": "mutable",
11038
11038
  "name": "helper",
11039
11039
  "nameLocation": "5229:6:89",
11040
11040
  "nodeType": "VariableDeclaration",
11041
- "scope": 32736,
11041
+ "scope": 32858,
11042
11042
  "src": "5205:30:89",
11043
11043
  "stateVariable": false,
11044
11044
  "storageLocation": "default",
11045
11045
  "typeDescriptions": {
11046
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
11046
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
11047
11047
  "typeString": "contract SuperTokenFactoryHelper"
11048
11048
  },
11049
11049
  "typeName": {
11050
- "id": 32724,
11050
+ "id": 32846,
11051
11051
  "nodeType": "UserDefinedTypeName",
11052
11052
  "pathNode": {
11053
- "id": 32723,
11053
+ "id": 32845,
11054
11054
  "name": "SuperTokenFactoryHelper",
11055
11055
  "nodeType": "IdentifierPath",
11056
- "referencedDeclaration": 32714,
11056
+ "referencedDeclaration": 32836,
11057
11057
  "src": "5205:23:89"
11058
11058
  },
11059
- "referencedDeclaration": 32714,
11059
+ "referencedDeclaration": 32836,
11060
11060
  "src": "5205:23:89",
11061
11061
  "typeDescriptions": {
11062
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
11062
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
11063
11063
  "typeString": "contract SuperTokenFactoryHelper"
11064
11064
  }
11065
11065
  },
@@ -11069,12 +11069,12 @@
11069
11069
  "src": "5169:72:89"
11070
11070
  },
11071
11071
  "returnParameters": {
11072
- "id": 32730,
11072
+ "id": 32852,
11073
11073
  "nodeType": "ParameterList",
11074
11074
  "parameters": [],
11075
11075
  "src": "5335:0:89"
11076
11076
  },
11077
- "scope": 32752,
11077
+ "scope": 32874,
11078
11078
  "src": "5158:210:89",
11079
11079
  "stateMutability": "nonpayable",
11080
11080
  "virtual": false,
@@ -11082,10 +11082,10 @@
11082
11082
  },
11083
11083
  {
11084
11084
  "baseFunctions": [
11085
- 32514
11085
+ 32636
11086
11086
  ],
11087
11087
  "body": {
11088
- "id": 32750,
11088
+ "id": 32872,
11089
11089
  "nodeType": "Block",
11090
11090
  "src": "5485:44:89",
11091
11091
  "statements": [
@@ -11093,14 +11093,14 @@
11093
11093
  "expression": {
11094
11094
  "arguments": [
11095
11095
  {
11096
- "id": 32747,
11096
+ "id": 32869,
11097
11097
  "name": "host",
11098
11098
  "nodeType": "Identifier",
11099
11099
  "overloadedDeclarations": [],
11100
- "referencedDeclaration": 32739,
11100
+ "referencedDeclaration": 32861,
11101
11101
  "src": "5517:4:89",
11102
11102
  "typeDescriptions": {
11103
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
11103
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
11104
11104
  "typeString": "contract ISuperfluid"
11105
11105
  }
11106
11106
  }
@@ -11108,37 +11108,37 @@
11108
11108
  "expression": {
11109
11109
  "argumentTypes": [
11110
11110
  {
11111
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
11111
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
11112
11112
  "typeString": "contract ISuperfluid"
11113
11113
  }
11114
11114
  ],
11115
11115
  "expression": {
11116
- "id": 32745,
11116
+ "id": 32867,
11117
11117
  "name": "_helper",
11118
11118
  "nodeType": "Identifier",
11119
11119
  "overloadedDeclarations": [],
11120
- "referencedDeclaration": 32719,
11120
+ "referencedDeclaration": 32841,
11121
11121
  "src": "5502:7:89",
11122
11122
  "typeDescriptions": {
11123
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
11123
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
11124
11124
  "typeString": "contract SuperTokenFactoryHelper"
11125
11125
  }
11126
11126
  },
11127
- "id": 32746,
11127
+ "id": 32868,
11128
11128
  "isConstant": false,
11129
11129
  "isLValue": false,
11130
11130
  "isPure": false,
11131
11131
  "lValueRequested": false,
11132
11132
  "memberName": "create",
11133
11133
  "nodeType": "MemberAccess",
11134
- "referencedDeclaration": 32713,
11134
+ "referencedDeclaration": 32835,
11135
11135
  "src": "5502:14:89",
11136
11136
  "typeDescriptions": {
11137
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20053_$returns$_t_address_$",
11137
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20175_$returns$_t_address_$",
11138
11138
  "typeString": "function (contract ISuperfluid) external returns (address)"
11139
11139
  }
11140
11140
  },
11141
- "id": 32748,
11141
+ "id": 32870,
11142
11142
  "isConstant": false,
11143
11143
  "isLValue": false,
11144
11144
  "isPure": false,
@@ -11153,15 +11153,15 @@
11153
11153
  "typeString": "address"
11154
11154
  }
11155
11155
  },
11156
- "functionReturnParameters": 32744,
11157
- "id": 32749,
11156
+ "functionReturnParameters": 32866,
11157
+ "id": 32871,
11158
11158
  "nodeType": "Return",
11159
11159
  "src": "5495:27:89"
11160
11160
  }
11161
11161
  ]
11162
11162
  },
11163
11163
  "functionSelector": "4dcc4d79",
11164
- "id": 32751,
11164
+ "id": 32873,
11165
11165
  "implemented": true,
11166
11166
  "kind": "function",
11167
11167
  "modifiers": [],
@@ -11169,44 +11169,44 @@
11169
11169
  "nameLocation": "5383:21:89",
11170
11170
  "nodeType": "FunctionDefinition",
11171
11171
  "overrides": {
11172
- "id": 32741,
11172
+ "id": 32863,
11173
11173
  "nodeType": "OverrideSpecifier",
11174
11174
  "overrides": [],
11175
11175
  "src": "5440:8:89"
11176
11176
  },
11177
11177
  "parameters": {
11178
- "id": 32740,
11178
+ "id": 32862,
11179
11179
  "nodeType": "ParameterList",
11180
11180
  "parameters": [
11181
11181
  {
11182
11182
  "constant": false,
11183
- "id": 32739,
11183
+ "id": 32861,
11184
11184
  "mutability": "mutable",
11185
11185
  "name": "host",
11186
11186
  "nameLocation": "5417:4:89",
11187
11187
  "nodeType": "VariableDeclaration",
11188
- "scope": 32751,
11188
+ "scope": 32873,
11189
11189
  "src": "5405:16:89",
11190
11190
  "stateVariable": false,
11191
11191
  "storageLocation": "default",
11192
11192
  "typeDescriptions": {
11193
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
11193
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
11194
11194
  "typeString": "contract ISuperfluid"
11195
11195
  },
11196
11196
  "typeName": {
11197
- "id": 32738,
11197
+ "id": 32860,
11198
11198
  "nodeType": "UserDefinedTypeName",
11199
11199
  "pathNode": {
11200
- "id": 32737,
11200
+ "id": 32859,
11201
11201
  "name": "ISuperfluid",
11202
11202
  "nodeType": "IdentifierPath",
11203
- "referencedDeclaration": 20053,
11203
+ "referencedDeclaration": 20175,
11204
11204
  "src": "5405:11:89"
11205
11205
  },
11206
- "referencedDeclaration": 20053,
11206
+ "referencedDeclaration": 20175,
11207
11207
  "src": "5405:11:89",
11208
11208
  "typeDescriptions": {
11209
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
11209
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
11210
11210
  "typeString": "contract ISuperfluid"
11211
11211
  }
11212
11212
  },
@@ -11216,17 +11216,17 @@
11216
11216
  "src": "5404:18:89"
11217
11217
  },
11218
11218
  "returnParameters": {
11219
- "id": 32744,
11219
+ "id": 32866,
11220
11220
  "nodeType": "ParameterList",
11221
11221
  "parameters": [
11222
11222
  {
11223
11223
  "constant": false,
11224
- "id": 32743,
11224
+ "id": 32865,
11225
11225
  "mutability": "mutable",
11226
11226
  "name": "logic",
11227
11227
  "nameLocation": "5474:5:89",
11228
11228
  "nodeType": "VariableDeclaration",
11229
- "scope": 32751,
11229
+ "scope": 32873,
11230
11230
  "src": "5466:13:89",
11231
11231
  "stateVariable": false,
11232
11232
  "storageLocation": "default",
@@ -11235,7 +11235,7 @@
11235
11235
  "typeString": "address"
11236
11236
  },
11237
11237
  "typeName": {
11238
- "id": 32742,
11238
+ "id": 32864,
11239
11239
  "name": "address",
11240
11240
  "nodeType": "ElementaryTypeName",
11241
11241
  "src": "5466:7:89",
@@ -11250,14 +11250,14 @@
11250
11250
  ],
11251
11251
  "src": "5465:15:89"
11252
11252
  },
11253
- "scope": 32752,
11253
+ "scope": 32874,
11254
11254
  "src": "5374:155:89",
11255
11255
  "stateMutability": "nonpayable",
11256
11256
  "virtual": false,
11257
11257
  "visibility": "external"
11258
11258
  }
11259
11259
  ],
11260
- "scope": 32753,
11260
+ "scope": 32875,
11261
11261
  "src": "5044:487:89",
11262
11262
  "usedErrors": []
11263
11263
  }
@@ -11270,7 +11270,7 @@
11270
11270
  },
11271
11271
  "networks": {},
11272
11272
  "schemaVersion": "3.4.8",
11273
- "updatedAt": "2022-08-29T16:08:02.735Z",
11273
+ "updatedAt": "2022-08-30T13:03:13.738Z",
11274
11274
  "devdoc": {
11275
11275
  "kind": "dev",
11276
11276
  "methods": {