@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.ccb1898.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.
- package/build/contracts/AccessControl.json +1 -1
- package/build/contracts/AccessControlEnumerable.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +18 -18
- package/build/contracts/AgreementLibrary.json +1272 -1183
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +211 -211
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +2282 -2282
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +2472 -2472
- package/build/contracts/ConstantFlowAgreementV1.json +12931 -13308
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +599 -599
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +20 -20
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC1820RegistryCompiled.json +22 -22
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +380 -380
- package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
- package/build/contracts/ERC777RecipientReverting.json +858 -858
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +2473 -2473
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +2473 -2473
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +115 -115
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +567 -567
- package/build/contracts/IDAv1Library.json +2614 -2614
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC20Permit.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
- package/build/contracts/IMaticBridgedNativeSuperToken.json +63 -63
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +63 -63
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +43 -43
- package/build/contracts/IPureSuperTokenCustom.json +43 -43
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +48 -48
- package/build/contracts/ISETHCustom.json +48 -48
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +192 -192
- package/build/contracts/ISuperToken.json +524 -524
- package/build/contracts/ISuperTokenFactory.json +161 -161
- package/build/contracts/ISuperfluid.json +1145 -1178
- package/build/contracts/ISuperfluidGovernance.json +243 -243
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1442 -1442
- package/build/contracts/ITOGAv2.json +1442 -1442
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5820 -5820
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +231 -231
- package/build/contracts/NonClosableOutflowTestApp.json +2473 -2473
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/PureSuperToken.json +109 -109
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +227 -227
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +2472 -2472
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +748 -748
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +240 -240
- package/build/contracts/SuperAppDefinitions.json +599 -599
- package/build/contracts/SuperToken.json +4732 -4732
- package/build/contracts/SuperTokenFactory.json +750 -750
- package/build/contracts/SuperTokenFactoryBase.json +738 -738
- package/build/contracts/SuperTokenFactoryHelper.json +743 -743
- package/build/contracts/SuperUpgrader.json +440 -440
- package/build/contracts/Superfluid.json +15366 -16050
- package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
- package/build/contracts/SuperfluidGovernanceBase.json +2233 -2233
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +149 -149
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +210 -210
- package/build/contracts/SuperfluidToken.json +2420 -2420
- package/build/contracts/TOGA.json +1461 -1461
- package/build/contracts/TestGovernance.json +248 -248
- package/build/contracts/TestToken.json +93 -93
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +6 -6
- package/contracts/agreements/AgreementLibrary.sol +39 -15
- package/contracts/agreements/ConstantFlowAgreementV1.sol +65 -53
- package/contracts/interfaces/superfluid/ISuperfluid.sol +29 -23
- package/contracts/mocks/AgreementMock.sol +2 -2
- package/contracts/mocks/CFAAppMocks.sol +1 -1
- package/contracts/mocks/MultiFlowTesterApp.sol +13 -12
- package/contracts/mocks/SuperTokenMock.sol +2 -2
- package/contracts/mocks/SuperfluidMock.sol +9 -9
- package/contracts/superfluid/Superfluid.sol +34 -38
- package/contracts/superfluid/SuperfluidToken.sol +14 -14
- package/package.json +2 -2
- package/scripts/deploy-mfa.ts +27 -0
- package/scripts/libs/getConfig.js +14 -0
- package/utils/README.md +18 -0
- package/utils/mfa-tester.html +687 -0
|
@@ -896,9 +896,9 @@
|
|
|
896
896
|
"type": "function"
|
|
897
897
|
}
|
|
898
898
|
],
|
|
899
|
-
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isKeySet\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"liquidationPeriod\",\"type\":\"uint256\"}],\"name\":\"CFAv1LiquidationPeriodChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isKeySet\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"ConfigChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isKeySet\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"liquidationPeriod\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"patricianPeriod\",\"type\":\"uint256\"}],\"name\":\"PPPConfigurationChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isKeySet\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"rewardAddress\",\"type\":\"address\"}],\"name\":\"RewardAddressChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isKeySet\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"minimumDeposit\",\"type\":\"uint256\"}],\"name\":\"SuperTokenMinimumDepositChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isKeySet\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"forwarder\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"enabled\",\"type\":\"bool\"}],\"name\":\"TrustedForwarderChanged\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"factory\",\"type\":\"address\"}],\"name\":\"authorizeAppFactory\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperToken[]\",\"name\":\"tokens\",\"type\":\"address[]\"}],\"name\":\"batchUpdateSuperTokenLogic\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperToken[]\",\"name\":\"tokens\",\"type\":\"address[]\"},{\"internalType\":\"uint256[]\",\"name\":\"minimumDeposits\",\"type\":\"uint256[]\"}],\"name\":\"batchUpdateSuperTokenMinimumDeposit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"}],\"name\":\"clearConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"name\":\"clearPPPConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"name\":\"clearRewardAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"name\":\"clearSuperTokenMinimumDeposit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"forwarder\",\"type\":\"address\"}],\"name\":\"clearTrustedForwarder\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"forwarder\",\"type\":\"address\"}],\"name\":\"disableTrustedForwarder\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"forwarder\",\"type\":\"address\"}],\"name\":\"enableTrustedForwarder\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"}],\"name\":\"getConfigAsAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"}],\"name\":\"getConfigAsUint256\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"period\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"name\":\"getPPPConfig\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"liquidationPeriod\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"patricianPeriod\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"name\":\"getRewardAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"name\":\"getSuperTokenMinimumDeposit\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"rewardAddress\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"liquidationPeriod\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"patricianPeriod\",\"type\":\"uint256\"},{\"internalType\":\"address[]\",\"name\":\"trustedForwarders\",\"type\":\"address[]\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"factory\",\"type\":\"address\"}],\"name\":\"isAuthorizedAppFactory\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"forwarder\",\"type\":\"address\"}],\"name\":\"isTrustedForwarder\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"agreementClass\",\"type\":\"address\"}],\"name\":\"registerAgreementClass\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"newGov\",\"type\":\"address\"}],\"name\":\"replaceGovernance\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"setConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"setConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"liquidationPeriod\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"patricianPeriod\",\"type\":\"uint256\"}],\"name\":\"setPPPConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"rewardAddress\",\"type\":\"address\"}],\"name\":\"setRewardAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"setSuperTokenMinimumDeposit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"factory\",\"type\":\"address\"}],\"name\":\"unauthorizeAppFactory\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"hostNewLogic\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"agreementClassNewLogics\",\"type\":\"address[]\"},{\"internalType\":\"address\",\"name\":\"superTokenFactoryNewLogic\",\"type\":\"address\"}],\"name\":\"updateContracts\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"details\":\"A initializable version of the governance for testing purpose\",\"kind\":\"dev\",\"methods\":{\"authorizeAppFactory(address,address)\":{\"details\":\"allows the given factory to register new apps without requiring onetime keys\",\"params\":{\"factory\":\"must be an initialized contract\"}},\"batchUpdateSuperTokenLogic(address,address[])\":{\"details\":\"Update supertoken logic contract to the latest that is managed by the super token factory\"},\"clearConfig(address,address,bytes32)\":{\"details\":\"Clear configuration\"},\"getConfigAsAddress(address,address,bytes32)\":{\"details\":\"Get configuration as address value\"},\"getConfigAsUint256(address,address,bytes32)\":{\"details\":\"Get configuration as uint256 value\"},\"isAuthorizedAppFactory(address,address)\":{\"details\":\"tells if the given factory is authorized to register apps\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"registerAgreementClass(address,address)\":{\"details\":\"Register a new agreement class\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"replaceGovernance(address,address)\":{\"details\":\"Replace the current governance with a new governance\"},\"setConfig(address,address,bytes32,address)\":{\"details\":\"Set configuration as address value\"},\"setConfig(address,address,bytes32,uint256)\":{\"details\":\"Set configuration as uint256 value\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"},\"unauthorizeAppFactory(address,address)\":{\"details\":\"withdraws authorization from a factory to register new apps. Doesn't affect apps previously registered by the factory.\"},\"updateContracts(address,address,address[],address)\":{\"details\":\"Update logics of the contracts\"}},\"title\":\"Test governance contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/utils/TestGovernance.sol\":\"TestGovernance\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0xa94b34880e3c1b0b931662cb1c09e5dfa6662f31cba80e07c5ee71cd135c9673\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40fb1b5102468f783961d0af743f91b9980cf66b50d1d12009f6bb1869cea4d2\",\"dweb:/ipfs/QmYqEbJML4jB1GHbzD4cUZDtJg5wVwNm3vDJq1GbyDus8y\"]},\"@openzeppelin/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x2a21b14ff90012878752f230d3ffd5c3405e5938d06c97a7d89c0a64561d0d66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3313a8f9bb1f9476857c9050067b31982bf2140b83d84f3bc0cec1f62bbe947f\",\"dweb:/ipfs/Qma17Pk8NRe7aB4UD3jjVxk7nSFaov3eQyv86hcyqkwJRV\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xd6153ce99bcdcce22b124f755e72553295be6abcd63804cfdffceb188b8bef10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://35c47bece3c03caaa07fab37dd2bb3413bfbca20db7bd9895024390e0a469487\",\"dweb:/ipfs/QmPGWT2x3QHcKxqe6gRmAkdakhbaRgx3DLzcakHz5M4eXG\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"project:/contracts/gov/SuperfluidGovernanceBase.sol\":{\"keccak256\":\"0x811b36997fee7f0d7ec592a7a272fa9f44b713444ae9c83959292caa3284557f\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://6cb16b95615f8494fb82777132f9147950a8ce24b20b714458db664443b9db37\",\"dweb:/ipfs/QmT9P7KHdrgh5Ue7NAj9V4najvt5q6L3XFvvZyLwbRXpEr\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0xa90ceaf9d6170243a081524df94319655aea98ff1411d696610f9533cc043019\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://5919f3d615310c66d2f9acac1f5945c26b73e9dc5513f398eb71cf3a711e4d7f\",\"dweb:/ipfs/QmQYf1rDHRbPjRBRLEXyVDjingcELLbEKTT5szXk6kc8zk\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/upgradability/UUPSProxiable.sol\":{\"keccak256\":\"0xcf1e8c77272754335c6760b82da0e3f87b02a0b474f37446cb48c9966f3a29c3\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://45d3eeb3bdbef579c7d3df0354c6d0220acade2b2ebc948a33547ca4d4ba8f51\",\"dweb:/ipfs/Qman6ZHdTR2B1takXvNRtjH2Q739vhMdDwrSw1Gv6tJW4b\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xe624225773a60f62c7a0687afb0536ba19a17e4e5605ae71e8af77a0287aca59\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://4294e5eb5b194477bca3b8ca04ca92a6fe72dd6cf8da8f0d942a4a86c41c1c7f\",\"dweb:/ipfs/QmdfPXZxJPaBjKNfC8joTcvEhWammJHzRACB1S18sFYfd7\"]},\"project:/contracts/utils/TestGovernance.sol\":{\"keccak256\":\"0x12bd3542eae63c908d37179089da815101cde431723ca93006c0fe94440ad678\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d91a96c1d9f1126fb2b1e9898eb28787bfbfbda82092e189afeea6813464c0bb\",\"dweb:/ipfs/QmT8s45UbRMYWkf8cG7KUi128ZpqAfbGxcj1KaFXWw9qs5\"]}},\"version\":1}",
|
|
900
|
-
"bytecode": "0x608060405234801561001057600080fd5b5061001a3361001f565b61006f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6119eb8061007e6000396000f3fe608060405234801561001057600080fd5b50600436106101d95760003560e01c80637f0558e4116101045780638da5cb5b116100a2578063e447cc1d11610071578063e447cc1d1461040c578063f047a2d91461041f578063f2fde38b14610432578063f79a8e631461044557600080fd5b80638da5cb5b146103c25780638ecbd87b146103d3578063ab846f1a146103e6578063cadf8f85146103f957600080fd5b80638a7ff2f7116100de5780638a7ff2f7146103665780638abe04e9146103795780638b93b3f51461039c5780638ce93379146103af57600080fd5b80637f0558e41461032457806380f70cba146103375780638369a0f11461035857600080fd5b8063427942a41161017c578063640b6cc91161014b578063640b6cc9146102e3578063715018a6146102f657806378707cb8146102fe5780637dce4f811461031157600080fd5b8063427942a41461028257806344864b251461029557806345228235146102a85780635a907818146102d057600080fd5b806321964473116101b8578063219644731461023657806325c955c314610249578063325529081461025c57806342148deb1461026f57600080fd5b806286d555146101de57806301a06b97146101f357806319df62ab14610206575b600080fd5b6101f16101ec366004611520565b610458565b005b6101f1610201366004611566565b610573565b610219610214366004611566565b6105f2565b6040516001600160a01b0390911681526020015b60405180910390f35b6101f16102443660046115eb565b610626565b6101f1610257366004611566565b6106ef565b6101f161026a36600461167e565b610703565b6101f161027d3660046116c9565b61077f565b6101f161029036600461171e565b610834565b6101f16102a3366004611566565b610ae4565b6102bb6102b6366004611566565b610b4f565b6040805192835260208301919091520161022d565b6101f16102de3660046117b1565b610b97565b6101f16102f13660046118b1565b610c4e565b6101f1610c59565b6101f161030c3660046118f2565b610c6d565b6101f161031f36600461167e565b610c79565b6101f16103323660046118b1565b610ce9565b61034a6103453660046118b1565b610d5f565b60405190815260200161022d565b6102196103453660046118b1565b61034a610374366004611566565b610dd0565b61038c610387366004611566565b610dfd565b604051901515815260200161022d565b6101f16103aa366004611566565b610e18565b6101f16103bd36600461167e565b610e88565b6000546001600160a01b0316610219565b6101f16103e1366004611566565b610ee7565b6101f16103f436600461167e565b610f5b565b6101f1610407366004611566565b610fb7565b6101f161041a366004611566565b610fef565b61038c61042d36600461167e565b611063565b6101f1610440366004611945565b61107e565b6101f1610453366004611520565b6110f7565b808211801561046a575063ffffffff82105b8015610479575063ffffffff81105b6104e65760405162461bcd60e51b815260206004820152603360248201527f5346476f763a20496e76616c6964206c69717569646174696f6e506572696f64604482015272081bdc881c185d1c9a58da585b94195c9a5bd9606a1b60648201526084015b60405180910390fd5b6040805160018152602081018490529081018290526001600160a01b0380851691908616907f60a59221512cd8cbfb226200f7ba6f20dc4b38a3cf04993d17ea4e56d26aa1869060600160405180910390a3602082901b811761056b85857fe420d96e81cb4a6b2abb2366c4f93312d4e2ae878a7d4b22e73472fdad891f78846110ff565b505b50505050565b604080516000808252602082018190528183015290516001600160a01b0383811692908516917f60a59221512cd8cbfb226200f7ba6f20dc4b38a3cf04993d17ea4e56d26aa1869181900360600190a36105ee82827fe420d96e81cb4a6b2abb2366c4f93312d4e2ae878a7d4b22e73472fdad891f786111b2565b5050565b600061061f83837f9f60ae461adf056670e03ae602566409933242392cb06744f5747c9f38b05d09610d5f565b9392505050565b8281146106835760405162461bcd60e51b815260206004820152602560248201527f5346476f763a2061727261797320617265206e6f74207468652073616d65206c6044820152640cadccee8d60db1b60648201526084016104dd565b60005b818110156106e7576106d7868686848181106106a4576106a4611962565b90506020020160208101906106b99190611945565b8585858181106106cb576106cb611962565b90506020020135610ce9565b6106e081611978565b9050610686565b505050505050565b6105ee8260006106fe84611273565b6111b2565b60408051600181526001600160a01b03838116602083015280851692908616917f14e12f219a4f9023456dc7832e10119ab768b8ccefc8cb79bc6de0419781eeeb910160405180910390a361077a83837f9f60ae461adf056670e03ae602566409933242392cb06744f5747c9f38b05d0984611306565b505050565b82610789816113bb565b60005b8281101561056b57846001600160a01b031663787afde78585848181106107b5576107b5611962565b90506020020160208101906107ca9190611945565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602401600060405180830381600087803b15801561080b57600080fd5b505af115801561081f573d6000803e3d6000fd5b505050508061082d90611978565b905061078c565b8461083e816113bb565b6001600160a01b038516156108fc576040516311a5465560e21b81526001600160a01b038681166004830152871690634695195490602401600060405180830381600087803b15801561089057600080fd5b505af11580156108a4573d6000803e3d6000fd5b50505050846001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156108e357600080fd5b505af11580156108f7573d6000803e3d6000fd5b505050505b60005b83811015610a2057866001600160a01b03166306cecba886868481811061092857610928611962565b905060200201602081019061093d9190611945565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602401600060405180830381600087803b15801561097e57600080fd5b505af1158015610992573d6000803e3d6000fd5b505050508484828181106109a8576109a8611962565b90506020020160208101906109bd9190611945565b6001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156109f757600080fd5b505af1158015610a0b573d6000803e3d6000fd5b5050505080610a1990611978565b90506108ff565b506001600160a01b038216156106e7576040516354fbc49360e01b81526001600160a01b0383811660048301528716906354fbc49390602401600060405180830381600087803b158015610a7357600080fd5b505af1158015610a87573d6000803e3d6000fd5b50505050816001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b158015610ac657600080fd5b505af1925050508015610ad7575060015b156106e757505050505050565b81610aee816113bb565b604051631ca0c40360e21b81526001600160a01b038381166004830152841690637283100c906024015b600060405180830381600087803b158015610b3257600080fd5b505af1158015610b46573d6000803e3d6000fd5b50505050505050565b6000806000610b7f85857fe420d96e81cb4a6b2abb2366c4f93312d4e2ae878a7d4b22e73472fdad891f78610d5f565b63ffffffff602082901c811697911695509350505050565b6001600160a01b038516610bad57610bad61199f565b6002546001600160a01b031615610bc657610bc661199f565b600280546001600160a01b0319166001600160a01b038716908117909155610bf090600086610703565b610bfd8560008585610458565b60005b81518110156106e7576002548251610c3e916001600160a01b031690600090859085908110610c3157610c31611962565b6020026020010151610f5b565b610c4781611978565b9050610c00565b61077a8383836111b2565b610c616113f2565b610c6b600061144c565b565b61056d84848484611306565b610c8e8383610c878461149c565b60006110ff565b60408051600181526001600160a01b038381166020830152600092820192909252818416918516907f168da2dec91b2e06e30d49955479383e76f71ba185807a8a5b75e2ed563e1d27906060015b60405180910390a3505050565b6040805160018152602081018390526001600160a01b0380851692908616917fc055c4a3853372c08a98805545379133f00f7261d956b9197729d67f37a82a53910160405180910390a361077a83837feae305fa863b373417e615b1044222e2806cefc7788d169ce6748a443c3f6cc4846110ff565b6001600160a01b03808416600090815260016020908152604080832093861683529281528282208483529052908120805460ff16610dc457506001600160a01b0384166000908152600160209081526040808320838052825280832085845290915290205b60010154949350505050565b600061061f83837feae305fa863b373417e615b1044222e2806cefc7788d169ce6748a443c3f6cc4610d5f565b6000610e0e83600061034585611273565b6001149392505050565b803b80610e715760405162461bcd60e51b815260206004820152602160248201527f5346476f763a20666163746f7279206d757374206265206120636f6e747261636044820152601d60fa1b60648201526084016104dd565b506105ee826000610e8184611273565b60016110ff565b6040805160008082526001600160a01b03848116602084015292820152818416918516907f168da2dec91b2e06e30d49955479383e76f71ba185807a8a5b75e2ed563e1d279060600160405180910390a361077a83836106fe8461149c565b60408051600080825260208201526001600160a01b0380841692908516917fc055c4a3853372c08a98805545379133f00f7261d956b9197729d67f37a82a53910160405180910390a36105ee82827feae305fa863b373417e615b1044222e2806cefc7788d169ce6748a443c3f6cc46111b2565b610f698383610e818461149c565b6040805160018082526001600160a01b03848116602084015292820152818416918516907f168da2dec91b2e06e30d49955479383e76f71ba185807a8a5b75e2ed563e1d2790606001610cdc565b81610fc1816113bb565b6040516315a024e160e01b81526001600160a01b0383811660048301528416906315a024e190602401610b18565b60408051600080825260208201526001600160a01b0380841692908516917f14e12f219a4f9023456dc7832e10119ab768b8ccefc8cb79bc6de0419781eeeb910160405180910390a36105ee82827f9f60ae461adf056670e03ae602566409933242392cb06744f5747c9f38b05d096111b2565b600061107384846103458561149c565b600114949350505050565b6110866113f2565b6001600160a01b0381166110eb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016104dd565b6110f48161144c565b50565b61056d848484845b83611109816113bb565b60408051848152600160208201529081018390526001600160a01b0380861691908716907f33afe19ae6902b933890ff48190fabdc4cf7f5ab499be9c4d9d98e3b4562e3909060600160405180910390a350604080518082018252600180825260208083019485526001600160a01b039788166000908152828252848120979098168852958652828720948752939094529093209151825460ff19169015151782559151910155565b826111bc816113bb565b826001600160a01b0316846001600160a01b03167f33afe19ae6902b933890ff48190fabdc4cf7f5ab499be9c4d9d98e3b4562e39084600080604051611215939291909283529015156020830152604082015260600190565b60405180910390a350604080518082018252600080825260208083018281526001600160a01b03978816835260018083528584209790981683529581528382209482529390935291209051815460ff19169015151781559051910155565b6040805160208101829052603960608201527f6f72672e7375706572666c7569642d66696e616e63652e7375706572666c756960808201527f642e61707057686974654c697374696e672e666163746f72790000000000000060a08201526001600160a01b0383169181019190915260009060c0015b604051602081830303815290604052805190602001209050919050565b83611310816113bb565b60408051848152600160208201526001600160a01b03848116828401529151868316928816917f33afe19ae6902b933890ff48190fabdc4cf7f5ab499be9c4d9d98e3b4562e390919081900360600190a35060408051808201825260018082526001600160a01b03938416602080840191825297851660009081528289528481209790951685529587528284209484529390955290209251835460ff19169015151783559051910155565b6002546001600160a01b038281169116146113d8576113d861199f565b6000546001600160a01b031633146110f4576110f461199f565b6000546001600160a01b03163314610c6b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016104dd565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6040805160208101829052603260608201527f6f72672e7375706572666c7569642d66696e616e63652e7375706572666c756960808201527132173a393ab9ba32b22337b93bb0b93232b960711b60a08201526001600160a01b0383169181019190915260009060c0016112e9565b6001600160a01b03811681146110f457600080fd5b6000806000806080858703121561153657600080fd5b84356115418161150b565b935060208501356115518161150b565b93969395505050506040820135916060013590565b6000806040838503121561157957600080fd5b82356115848161150b565b915060208301356115948161150b565b809150509250929050565b60008083601f8401126115b157600080fd5b50813567ffffffffffffffff8111156115c957600080fd5b6020830191508360208260051b85010111156115e457600080fd5b9250929050565b60008060008060006060868803121561160357600080fd5b853561160e8161150b565b9450602086013567ffffffffffffffff8082111561162b57600080fd5b61163789838a0161159f565b9096509450604088013591508082111561165057600080fd5b5061165d8882890161159f565b969995985093965092949392505050565b80356116798161150b565b919050565b60008060006060848603121561169357600080fd5b833561169e8161150b565b925060208401356116ae8161150b565b915060408401356116be8161150b565b809150509250925092565b6000806000604084860312156116de57600080fd5b83356116e98161150b565b9250602084013567ffffffffffffffff81111561170557600080fd5b6117118682870161159f565b9497909650939450505050565b60008060008060006080868803121561173657600080fd5b85356117418161150b565b945060208601356117518161150b565b9350604086013567ffffffffffffffff81111561176d57600080fd5b6117798882890161159f565b909450925050606086013561178d8161150b565b809150509295509295909350565b634e487b7160e01b600052604160045260246000fd5b600080600080600060a086880312156117c957600080fd5b85356117d48161150b565b94506020868101356117e58161150b565b94506040870135935060608701359250608087013567ffffffffffffffff8082111561181057600080fd5b818901915089601f83011261182457600080fd5b8135818111156118365761183661179b565b8060051b604051601f19603f8301168101818110858211171561185b5761185b61179b565b60405291825284820192508381018501918c83111561187957600080fd5b938501935b8285101561189e5761188f8561166e565b8452938501939285019261187e565b8096505050505050509295509295909350565b6000806000606084860312156118c657600080fd5b83356118d18161150b565b925060208401356118e18161150b565b929592945050506040919091013590565b6000806000806080858703121561190857600080fd5b84356119138161150b565b935060208501356119238161150b565b925060408501359150606085013561193a8161150b565b939692955090935050565b60006020828403121561195757600080fd5b813561061f8161150b565b634e487b7160e01b600052603260045260246000fd5b60006001820161199857634e487b7160e01b600052601160045260246000fd5b5060010190565b634e487b7160e01b600052600160045260246000fdfea2646970667358221220b3108ef53ec7faacfc0b2e2495c97c841faa72a788386e2dae511c291937c8e064736f6c634300080e0033",
|
|
901
|
-
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101d95760003560e01c80637f0558e4116101045780638da5cb5b116100a2578063e447cc1d11610071578063e447cc1d1461040c578063f047a2d91461041f578063f2fde38b14610432578063f79a8e631461044557600080fd5b80638da5cb5b146103c25780638ecbd87b146103d3578063ab846f1a146103e6578063cadf8f85146103f957600080fd5b80638a7ff2f7116100de5780638a7ff2f7146103665780638abe04e9146103795780638b93b3f51461039c5780638ce93379146103af57600080fd5b80637f0558e41461032457806380f70cba146103375780638369a0f11461035857600080fd5b8063427942a41161017c578063640b6cc91161014b578063640b6cc9146102e3578063715018a6146102f657806378707cb8146102fe5780637dce4f811461031157600080fd5b8063427942a41461028257806344864b251461029557806345228235146102a85780635a907818146102d057600080fd5b806321964473116101b8578063219644731461023657806325c955c314610249578063325529081461025c57806342148deb1461026f57600080fd5b806286d555146101de57806301a06b97146101f357806319df62ab14610206575b600080fd5b6101f16101ec366004611520565b610458565b005b6101f1610201366004611566565b610573565b610219610214366004611566565b6105f2565b6040516001600160a01b0390911681526020015b60405180910390f35b6101f16102443660046115eb565b610626565b6101f1610257366004611566565b6106ef565b6101f161026a36600461167e565b610703565b6101f161027d3660046116c9565b61077f565b6101f161029036600461171e565b610834565b6101f16102a3366004611566565b610ae4565b6102bb6102b6366004611566565b610b4f565b6040805192835260208301919091520161022d565b6101f16102de3660046117b1565b610b97565b6101f16102f13660046118b1565b610c4e565b6101f1610c59565b6101f161030c3660046118f2565b610c6d565b6101f161031f36600461167e565b610c79565b6101f16103323660046118b1565b610ce9565b61034a6103453660046118b1565b610d5f565b60405190815260200161022d565b6102196103453660046118b1565b61034a610374366004611566565b610dd0565b61038c610387366004611566565b610dfd565b604051901515815260200161022d565b6101f16103aa366004611566565b610e18565b6101f16103bd36600461167e565b610e88565b6000546001600160a01b0316610219565b6101f16103e1366004611566565b610ee7565b6101f16103f436600461167e565b610f5b565b6101f1610407366004611566565b610fb7565b6101f161041a366004611566565b610fef565b61038c61042d36600461167e565b611063565b6101f1610440366004611945565b61107e565b6101f1610453366004611520565b6110f7565b808211801561046a575063ffffffff82105b8015610479575063ffffffff81105b6104e65760405162461bcd60e51b815260206004820152603360248201527f5346476f763a20496e76616c6964206c69717569646174696f6e506572696f64604482015272081bdc881c185d1c9a58da585b94195c9a5bd9606a1b60648201526084015b60405180910390fd5b6040805160018152602081018490529081018290526001600160a01b0380851691908616907f60a59221512cd8cbfb226200f7ba6f20dc4b38a3cf04993d17ea4e56d26aa1869060600160405180910390a3602082901b811761056b85857fe420d96e81cb4a6b2abb2366c4f93312d4e2ae878a7d4b22e73472fdad891f78846110ff565b505b50505050565b604080516000808252602082018190528183015290516001600160a01b0383811692908516917f60a59221512cd8cbfb226200f7ba6f20dc4b38a3cf04993d17ea4e56d26aa1869181900360600190a36105ee82827fe420d96e81cb4a6b2abb2366c4f93312d4e2ae878a7d4b22e73472fdad891f786111b2565b5050565b600061061f83837f9f60ae461adf056670e03ae602566409933242392cb06744f5747c9f38b05d09610d5f565b9392505050565b8281146106835760405162461bcd60e51b815260206004820152602560248201527f5346476f763a2061727261797320617265206e6f74207468652073616d65206c6044820152640cadccee8d60db1b60648201526084016104dd565b60005b818110156106e7576106d7868686848181106106a4576106a4611962565b90506020020160208101906106b99190611945565b8585858181106106cb576106cb611962565b90506020020135610ce9565b6106e081611978565b9050610686565b505050505050565b6105ee8260006106fe84611273565b6111b2565b60408051600181526001600160a01b03838116602083015280851692908616917f14e12f219a4f9023456dc7832e10119ab768b8ccefc8cb79bc6de0419781eeeb910160405180910390a361077a83837f9f60ae461adf056670e03ae602566409933242392cb06744f5747c9f38b05d0984611306565b505050565b82610789816113bb565b60005b8281101561056b57846001600160a01b031663787afde78585848181106107b5576107b5611962565b90506020020160208101906107ca9190611945565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602401600060405180830381600087803b15801561080b57600080fd5b505af115801561081f573d6000803e3d6000fd5b505050508061082d90611978565b905061078c565b8461083e816113bb565b6001600160a01b038516156108fc576040516311a5465560e21b81526001600160a01b038681166004830152871690634695195490602401600060405180830381600087803b15801561089057600080fd5b505af11580156108a4573d6000803e3d6000fd5b50505050846001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156108e357600080fd5b505af11580156108f7573d6000803e3d6000fd5b505050505b60005b83811015610a2057866001600160a01b03166306cecba886868481811061092857610928611962565b905060200201602081019061093d9190611945565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602401600060405180830381600087803b15801561097e57600080fd5b505af1158015610992573d6000803e3d6000fd5b505050508484828181106109a8576109a8611962565b90506020020160208101906109bd9190611945565b6001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156109f757600080fd5b505af1158015610a0b573d6000803e3d6000fd5b5050505080610a1990611978565b90506108ff565b506001600160a01b038216156106e7576040516354fbc49360e01b81526001600160a01b0383811660048301528716906354fbc49390602401600060405180830381600087803b158015610a7357600080fd5b505af1158015610a87573d6000803e3d6000fd5b50505050816001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b158015610ac657600080fd5b505af1925050508015610ad7575060015b156106e757505050505050565b81610aee816113bb565b604051631ca0c40360e21b81526001600160a01b038381166004830152841690637283100c906024015b600060405180830381600087803b158015610b3257600080fd5b505af1158015610b46573d6000803e3d6000fd5b50505050505050565b6000806000610b7f85857fe420d96e81cb4a6b2abb2366c4f93312d4e2ae878a7d4b22e73472fdad891f78610d5f565b63ffffffff602082901c811697911695509350505050565b6001600160a01b038516610bad57610bad61199f565b6002546001600160a01b031615610bc657610bc661199f565b600280546001600160a01b0319166001600160a01b038716908117909155610bf090600086610703565b610bfd8560008585610458565b60005b81518110156106e7576002548251610c3e916001600160a01b031690600090859085908110610c3157610c31611962565b6020026020010151610f5b565b610c4781611978565b9050610c00565b61077a8383836111b2565b610c616113f2565b610c6b600061144c565b565b61056d84848484611306565b610c8e8383610c878461149c565b60006110ff565b60408051600181526001600160a01b038381166020830152600092820192909252818416918516907f168da2dec91b2e06e30d49955479383e76f71ba185807a8a5b75e2ed563e1d27906060015b60405180910390a3505050565b6040805160018152602081018390526001600160a01b0380851692908616917fc055c4a3853372c08a98805545379133f00f7261d956b9197729d67f37a82a53910160405180910390a361077a83837feae305fa863b373417e615b1044222e2806cefc7788d169ce6748a443c3f6cc4846110ff565b6001600160a01b03808416600090815260016020908152604080832093861683529281528282208483529052908120805460ff16610dc457506001600160a01b0384166000908152600160209081526040808320838052825280832085845290915290205b60010154949350505050565b600061061f83837feae305fa863b373417e615b1044222e2806cefc7788d169ce6748a443c3f6cc4610d5f565b6000610e0e83600061034585611273565b6001149392505050565b803b80610e715760405162461bcd60e51b815260206004820152602160248201527f5346476f763a20666163746f7279206d757374206265206120636f6e747261636044820152601d60fa1b60648201526084016104dd565b506105ee826000610e8184611273565b60016110ff565b6040805160008082526001600160a01b03848116602084015292820152818416918516907f168da2dec91b2e06e30d49955479383e76f71ba185807a8a5b75e2ed563e1d279060600160405180910390a361077a83836106fe8461149c565b60408051600080825260208201526001600160a01b0380841692908516917fc055c4a3853372c08a98805545379133f00f7261d956b9197729d67f37a82a53910160405180910390a36105ee82827feae305fa863b373417e615b1044222e2806cefc7788d169ce6748a443c3f6cc46111b2565b610f698383610e818461149c565b6040805160018082526001600160a01b03848116602084015292820152818416918516907f168da2dec91b2e06e30d49955479383e76f71ba185807a8a5b75e2ed563e1d2790606001610cdc565b81610fc1816113bb565b6040516315a024e160e01b81526001600160a01b0383811660048301528416906315a024e190602401610b18565b60408051600080825260208201526001600160a01b0380841692908516917f14e12f219a4f9023456dc7832e10119ab768b8ccefc8cb79bc6de0419781eeeb910160405180910390a36105ee82827f9f60ae461adf056670e03ae602566409933242392cb06744f5747c9f38b05d096111b2565b600061107384846103458561149c565b600114949350505050565b6110866113f2565b6001600160a01b0381166110eb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016104dd565b6110f48161144c565b50565b61056d848484845b83611109816113bb565b60408051848152600160208201529081018390526001600160a01b0380861691908716907f33afe19ae6902b933890ff48190fabdc4cf7f5ab499be9c4d9d98e3b4562e3909060600160405180910390a350604080518082018252600180825260208083019485526001600160a01b039788166000908152828252848120979098168852958652828720948752939094529093209151825460ff19169015151782559151910155565b826111bc816113bb565b826001600160a01b0316846001600160a01b03167f33afe19ae6902b933890ff48190fabdc4cf7f5ab499be9c4d9d98e3b4562e39084600080604051611215939291909283529015156020830152604082015260600190565b60405180910390a350604080518082018252600080825260208083018281526001600160a01b03978816835260018083528584209790981683529581528382209482529390935291209051815460ff19169015151781559051910155565b6040805160208101829052603960608201527f6f72672e7375706572666c7569642d66696e616e63652e7375706572666c756960808201527f642e61707057686974654c697374696e672e666163746f72790000000000000060a08201526001600160a01b0383169181019190915260009060c0015b604051602081830303815290604052805190602001209050919050565b83611310816113bb565b60408051848152600160208201526001600160a01b03848116828401529151868316928816917f33afe19ae6902b933890ff48190fabdc4cf7f5ab499be9c4d9d98e3b4562e390919081900360600190a35060408051808201825260018082526001600160a01b03938416602080840191825297851660009081528289528481209790951685529587528284209484529390955290209251835460ff19169015151783559051910155565b6002546001600160a01b038281169116146113d8576113d861199f565b6000546001600160a01b031633146110f4576110f461199f565b6000546001600160a01b03163314610c6b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016104dd565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6040805160208101829052603260608201527f6f72672e7375706572666c7569642d66696e616e63652e7375706572666c756960808201527132173a393ab9ba32b22337b93bb0b93232b960711b60a08201526001600160a01b0383169181019190915260009060c0016112e9565b6001600160a01b03811681146110f457600080fd5b6000806000806080858703121561153657600080fd5b84356115418161150b565b935060208501356115518161150b565b93969395505050506040820135916060013590565b6000806040838503121561157957600080fd5b82356115848161150b565b915060208301356115948161150b565b809150509250929050565b60008083601f8401126115b157600080fd5b50813567ffffffffffffffff8111156115c957600080fd5b6020830191508360208260051b85010111156115e457600080fd5b9250929050565b60008060008060006060868803121561160357600080fd5b853561160e8161150b565b9450602086013567ffffffffffffffff8082111561162b57600080fd5b61163789838a0161159f565b9096509450604088013591508082111561165057600080fd5b5061165d8882890161159f565b969995985093965092949392505050565b80356116798161150b565b919050565b60008060006060848603121561169357600080fd5b833561169e8161150b565b925060208401356116ae8161150b565b915060408401356116be8161150b565b809150509250925092565b6000806000604084860312156116de57600080fd5b83356116e98161150b565b9250602084013567ffffffffffffffff81111561170557600080fd5b6117118682870161159f565b9497909650939450505050565b60008060008060006080868803121561173657600080fd5b85356117418161150b565b945060208601356117518161150b565b9350604086013567ffffffffffffffff81111561176d57600080fd5b6117798882890161159f565b909450925050606086013561178d8161150b565b809150509295509295909350565b634e487b7160e01b600052604160045260246000fd5b600080600080600060a086880312156117c957600080fd5b85356117d48161150b565b94506020868101356117e58161150b565b94506040870135935060608701359250608087013567ffffffffffffffff8082111561181057600080fd5b818901915089601f83011261182457600080fd5b8135818111156118365761183661179b565b8060051b604051601f19603f8301168101818110858211171561185b5761185b61179b565b60405291825284820192508381018501918c83111561187957600080fd5b938501935b8285101561189e5761188f8561166e565b8452938501939285019261187e565b8096505050505050509295509295909350565b6000806000606084860312156118c657600080fd5b83356118d18161150b565b925060208401356118e18161150b565b929592945050506040919091013590565b6000806000806080858703121561190857600080fd5b84356119138161150b565b935060208501356119238161150b565b925060408501359150606085013561193a8161150b565b939692955090935050565b60006020828403121561195757600080fd5b813561061f8161150b565b634e487b7160e01b600052603260045260246000fd5b60006001820161199857634e487b7160e01b600052601160045260246000fd5b5060010190565b634e487b7160e01b600052600160045260246000fdfea2646970667358221220b3108ef53ec7faacfc0b2e2495c97c841faa72a788386e2dae511c291937c8e064736f6c634300080e0033",
|
|
899
|
+
"metadata": "{\"compiler\":{\"version\":\"0.8.14+commit.80d49f37\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isKeySet\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"liquidationPeriod\",\"type\":\"uint256\"}],\"name\":\"CFAv1LiquidationPeriodChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isKeySet\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"ConfigChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"previousOwner\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"OwnershipTransferred\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isKeySet\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"liquidationPeriod\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"patricianPeriod\",\"type\":\"uint256\"}],\"name\":\"PPPConfigurationChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isKeySet\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"rewardAddress\",\"type\":\"address\"}],\"name\":\"RewardAddressChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isKeySet\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"minimumDeposit\",\"type\":\"uint256\"}],\"name\":\"SuperTokenMinimumDepositChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"isKeySet\",\"type\":\"bool\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"forwarder\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"enabled\",\"type\":\"bool\"}],\"name\":\"TrustedForwarderChanged\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"factory\",\"type\":\"address\"}],\"name\":\"authorizeAppFactory\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperToken[]\",\"name\":\"tokens\",\"type\":\"address[]\"}],\"name\":\"batchUpdateSuperTokenLogic\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperToken[]\",\"name\":\"tokens\",\"type\":\"address[]\"},{\"internalType\":\"uint256[]\",\"name\":\"minimumDeposits\",\"type\":\"uint256[]\"}],\"name\":\"batchUpdateSuperTokenMinimumDeposit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"}],\"name\":\"clearConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"name\":\"clearPPPConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"name\":\"clearRewardAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"name\":\"clearSuperTokenMinimumDeposit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"forwarder\",\"type\":\"address\"}],\"name\":\"clearTrustedForwarder\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"forwarder\",\"type\":\"address\"}],\"name\":\"disableTrustedForwarder\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"forwarder\",\"type\":\"address\"}],\"name\":\"enableTrustedForwarder\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"}],\"name\":\"getConfigAsAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"}],\"name\":\"getConfigAsUint256\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"period\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"name\":\"getPPPConfig\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"liquidationPeriod\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"patricianPeriod\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"name\":\"getRewardAddress\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"}],\"name\":\"getSuperTokenMinimumDeposit\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"rewardAddress\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"liquidationPeriod\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"patricianPeriod\",\"type\":\"uint256\"},{\"internalType\":\"address[]\",\"name\":\"trustedForwarders\",\"type\":\"address[]\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"factory\",\"type\":\"address\"}],\"name\":\"isAuthorizedAppFactory\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"forwarder\",\"type\":\"address\"}],\"name\":\"isTrustedForwarder\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"owner\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"agreementClass\",\"type\":\"address\"}],\"name\":\"registerAgreementClass\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"renounceOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"newGov\",\"type\":\"address\"}],\"name\":\"replaceGovernance\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"value\",\"type\":\"address\"}],\"name\":\"setConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"key\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"setConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"liquidationPeriod\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"patricianPeriod\",\"type\":\"uint256\"}],\"name\":\"setPPPConfig\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"rewardAddress\",\"type\":\"address\"}],\"name\":\"setRewardAddress\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"contract ISuperfluidToken\",\"name\":\"superToken\",\"type\":\"address\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"setSuperTokenMinimumDeposit\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newOwner\",\"type\":\"address\"}],\"name\":\"transferOwnership\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"factory\",\"type\":\"address\"}],\"name\":\"unauthorizeAppFactory\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"contract ISuperfluid\",\"name\":\"host\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"hostNewLogic\",\"type\":\"address\"},{\"internalType\":\"address[]\",\"name\":\"agreementClassNewLogics\",\"type\":\"address[]\"},{\"internalType\":\"address\",\"name\":\"superTokenFactoryNewLogic\",\"type\":\"address\"}],\"name\":\"updateContracts\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"author\":\"Superfluid\",\"details\":\"A initializable version of the governance for testing purpose\",\"kind\":\"dev\",\"methods\":{\"authorizeAppFactory(address,address)\":{\"details\":\"allows the given factory to register new apps without requiring onetime keys\",\"params\":{\"factory\":\"must be an initialized contract\"}},\"batchUpdateSuperTokenLogic(address,address[])\":{\"details\":\"Update supertoken logic contract to the latest that is managed by the super token factory\"},\"clearConfig(address,address,bytes32)\":{\"details\":\"Clear configuration\"},\"getConfigAsAddress(address,address,bytes32)\":{\"details\":\"Get configuration as address value\"},\"getConfigAsUint256(address,address,bytes32)\":{\"details\":\"Get configuration as uint256 value\"},\"isAuthorizedAppFactory(address,address)\":{\"details\":\"tells if the given factory is authorized to register apps\"},\"owner()\":{\"details\":\"Returns the address of the current owner.\"},\"registerAgreementClass(address,address)\":{\"details\":\"Register a new agreement class\"},\"renounceOwnership()\":{\"details\":\"Leaves the contract without owner. It will not be possible to call `onlyOwner` functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.\"},\"replaceGovernance(address,address)\":{\"details\":\"Replace the current governance with a new governance\"},\"setConfig(address,address,bytes32,address)\":{\"details\":\"Set configuration as address value\"},\"setConfig(address,address,bytes32,uint256)\":{\"details\":\"Set configuration as uint256 value\"},\"transferOwnership(address)\":{\"details\":\"Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.\"},\"unauthorizeAppFactory(address,address)\":{\"details\":\"withdraws authorization from a factory to register new apps. Doesn't affect apps previously registered by the factory.\"},\"updateContracts(address,address,address[],address)\":{\"details\":\"Update logics of the contracts\"}},\"title\":\"Test governance contract\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"project:/contracts/utils/TestGovernance.sol\":\"TestGovernance\"},\"evmVersion\":\"london\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":200},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/Ownable.sol\":{\"keccak256\":\"0xa94b34880e3c1b0b931662cb1c09e5dfa6662f31cba80e07c5ee71cd135c9673\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://40fb1b5102468f783961d0af743f91b9980cf66b50d1d12009f6bb1869cea4d2\",\"dweb:/ipfs/QmYqEbJML4jB1GHbzD4cUZDtJg5wVwNm3vDJq1GbyDus8y\"]},\"@openzeppelin/contracts/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x2a21b14ff90012878752f230d3ffd5c3405e5938d06c97a7d89c0a64561d0d66\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3313a8f9bb1f9476857c9050067b31982bf2140b83d84f3bc0cec1f62bbe947f\",\"dweb:/ipfs/Qma17Pk8NRe7aB4UD3jjVxk7nSFaov3eQyv86hcyqkwJRV\"]},\"@openzeppelin/contracts/token/ERC20/IERC20.sol\":{\"keccak256\":\"0x9750c6b834f7b43000631af5cc30001c5f547b3ceb3635488f140f60e897ea6b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://5a7d5b1ef5d8d5889ad2ed89d8619c09383b80b72ab226e0fe7bde1636481e34\",\"dweb:/ipfs/QmebXWgtEfumQGBdVeM6c71McLixYXQP5Bk6kKXuoY4Bmr\"]},\"@openzeppelin/contracts/token/ERC777/IERC777.sol\":{\"keccak256\":\"0x093eaf9a4b05adf2bd3730b753f9e1725ed34b80ea4b5f08477ff2f46a188586\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://46e9a9b37e8cb6332ed21a8d3f8a6723d897e4a97db63095424522a80b3cfc15\",\"dweb:/ipfs/QmdHcBPPGKQBnmeaAN3Y6YKUPqwR73RrHTiX5uTr6eVx1M\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xd6153ce99bcdcce22b124f755e72553295be6abcd63804cfdffceb188b8bef10\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://35c47bece3c03caaa07fab37dd2bb3413bfbca20db7bd9895024390e0a469487\",\"dweb:/ipfs/QmPGWT2x3QHcKxqe6gRmAkdakhbaRgx3DLzcakHz5M4eXG\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0xe2e337e6dde9ef6b680e07338c493ebea1b5fd09b43424112868e9cc1706bca7\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6df0ddf21ce9f58271bdfaa85cde98b200ef242a05a3f85c2bc10a8294800a92\",\"dweb:/ipfs/QmRK2Y5Yc6BK7tGKkgsgn3aJEQGi5aakeSPZvS65PV8Xp3\"]},\"project:/contracts/gov/SuperfluidGovernanceBase.sol\":{\"keccak256\":\"0x811b36997fee7f0d7ec592a7a272fa9f44b713444ae9c83959292caa3284557f\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://6cb16b95615f8494fb82777132f9147950a8ce24b20b714458db664443b9db37\",\"dweb:/ipfs/QmT9P7KHdrgh5Ue7NAj9V4najvt5q6L3XFvvZyLwbRXpEr\"]},\"project:/contracts/interfaces/superfluid/Definitions.sol\":{\"keccak256\":\"0x667e6d0d18967ade01cde8b1dc887b07ff3eed63ac7796710c24160145ae09df\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://c654d8e2f0f28b07ef5a404251e79e8900a1fabb18e2f8a5c7a11dbaad2cb332\",\"dweb:/ipfs/QmRRC8BhTxcHn7PEsLqnX1CRQnidi1yuAJ91CfwgTSdCrY\"]},\"project:/contracts/interfaces/superfluid/ISuperAgreement.sol\":{\"keccak256\":\"0xc3a6a907245116bcecc70fe4b207454012e8ce4fa190228fb8bbe39e0b1bc5cf\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://83c116bdae48685d20e5a27c942111e685ec1ef6334e7ff6f6d9af66edbd8025\",\"dweb:/ipfs/QmTnVuNTaRFiDmkAmDk7NFYdfQTW1kqgBZiY2exC6k8jDx\"]},\"project:/contracts/interfaces/superfluid/ISuperApp.sol\":{\"keccak256\":\"0x42b604992cf67321cc12e8bed16543df0db4eaf125b8c1c82c330ebbeb20c014\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7c18b00caf7b8be7e11f75284fb96263ce48a3984d56f2a91ec44cae4413d2fc\",\"dweb:/ipfs/QmWVzdW9KnkwAVe9g5zRuMoqCf7N89AoBfzzRr8puw5d8a\"]},\"project:/contracts/interfaces/superfluid/ISuperToken.sol\":{\"keccak256\":\"0xcff22ed43df0f34a645e6cbe0d7c5fd08f204d769e9095bc59d7c2fe6d11b7d6\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://944b8c5a37839b40ec8ee1ccfecbaf007808a61ea16c7b1351a7184606772032\",\"dweb:/ipfs/QmbUKZqZtVfqZMKYnQUygE4svatKuN9kT2ibrnxMuWXR7n\"]},\"project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol\":{\"keccak256\":\"0x68a466c978557e47bd7385b1d7d78f1c8fb07462a870efc5a791008e33a4f535\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d109879bdb7f022560a792af2ff481df729bf1b4b8e1831b8022f4d12892d41d\",\"dweb:/ipfs/QmRSWqHq8CP5XWgyV4mJpPxMg33s312s2K5ndHRHVqqZ8n\"]},\"project:/contracts/interfaces/superfluid/ISuperfluid.sol\":{\"keccak256\":\"0x59cba11dfc9510e06db5fd57e9229fcfa0860e99e76626ad0291e7e50a3a62de\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://a64102f968e7f2eaa335e8d7ce47b339c958b0d6f8f4b3379547e9b7faa78cf9\",\"dweb:/ipfs/QmbFSeM6diijjogiTvgbpphLmjxG3u1ifygFkLhezFHRQ5\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol\":{\"keccak256\":\"0xea33d20751ffea4f4446bc04f6c10194fb4da0803a988586d41d49cf4859731c\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://7716b1f5eec0a7ac8780d82de4f0274ecd7059be4eec46c82b0b7adce110f10b\",\"dweb:/ipfs/QmWRQafvdCBsyfDYnevXSav1AAz8uZRRBwh2be5Z3vSfVN\"]},\"project:/contracts/interfaces/superfluid/ISuperfluidToken.sol\":{\"keccak256\":\"0x3eec5a3bf337cd319c1918fd1b16f350cf5f6850ac71f6859066fbf86e734ff4\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://cda19a2f5ca18e79c1e2300c8efac84c718df76c4fb313f59f84264a4c6b398a\",\"dweb:/ipfs/QmfQiwgDH5Q64w5ufBnDzVaeWv6WCZ6fLTrYu1FSYfBGhq\"]},\"project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol\":{\"keccak256\":\"0x66708dae3fcd06e6fc0a46f2959fc2d1e6b9361f28598337339d26af8eb8c0f9\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://77b80718cec21b81ef190c19fb9fbe73913a95c71f7e6715f671bbe8a224dafc\",\"dweb:/ipfs/QmUdsc6DF2Bgih5VZm7sfaECjhGmwE7tAx8pMkzGQgVKQw\"]},\"project:/contracts/interfaces/tokens/TokenInfo.sol\":{\"keccak256\":\"0x70e573644a0ff271c0ccef526809e9d9ab4950ec58755ca84e833cde3b8f3df0\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://aea3709687cc37ba625f4cc882fbdb149a7bf5be5afe2b030203c8719641a77b\",\"dweb:/ipfs/QmVpvfR6ZheE5wNUK9CobaVBgVvEnEPkvjWF9cfwyZr7eQ\"]},\"project:/contracts/upgradability/UUPSProxiable.sol\":{\"keccak256\":\"0xcf1e8c77272754335c6760b82da0e3f87b02a0b474f37446cb48c9966f3a29c3\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://45d3eeb3bdbef579c7d3df0354c6d0220acade2b2ebc948a33547ca4d4ba8f51\",\"dweb:/ipfs/Qman6ZHdTR2B1takXvNRtjH2Q739vhMdDwrSw1Gv6tJW4b\"]},\"project:/contracts/upgradability/UUPSUtils.sol\":{\"keccak256\":\"0xe624225773a60f62c7a0687afb0536ba19a17e4e5605ae71e8af77a0287aca59\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://4294e5eb5b194477bca3b8ca04ca92a6fe72dd6cf8da8f0d942a4a86c41c1c7f\",\"dweb:/ipfs/QmdfPXZxJPaBjKNfC8joTcvEhWammJHzRACB1S18sFYfd7\"]},\"project:/contracts/utils/TestGovernance.sol\":{\"keccak256\":\"0x12bd3542eae63c908d37179089da815101cde431723ca93006c0fe94440ad678\",\"license\":\"AGPLv3\",\"urls\":[\"bzz-raw://d91a96c1d9f1126fb2b1e9898eb28787bfbfbda82092e189afeea6813464c0bb\",\"dweb:/ipfs/QmT8s45UbRMYWkf8cG7KUi128ZpqAfbGxcj1KaFXWw9qs5\"]}},\"version\":1}",
|
|
900
|
+
"bytecode": "0x608060405234801561001057600080fd5b5061001a3361001f565b61006f565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6119eb8061007e6000396000f3fe608060405234801561001057600080fd5b50600436106101d95760003560e01c80637f0558e4116101045780638da5cb5b116100a2578063e447cc1d11610071578063e447cc1d1461040c578063f047a2d91461041f578063f2fde38b14610432578063f79a8e631461044557600080fd5b80638da5cb5b146103c25780638ecbd87b146103d3578063ab846f1a146103e6578063cadf8f85146103f957600080fd5b80638a7ff2f7116100de5780638a7ff2f7146103665780638abe04e9146103795780638b93b3f51461039c5780638ce93379146103af57600080fd5b80637f0558e41461032457806380f70cba146103375780638369a0f11461035857600080fd5b8063427942a41161017c578063640b6cc91161014b578063640b6cc9146102e3578063715018a6146102f657806378707cb8146102fe5780637dce4f811461031157600080fd5b8063427942a41461028257806344864b251461029557806345228235146102a85780635a907818146102d057600080fd5b806321964473116101b8578063219644731461023657806325c955c314610249578063325529081461025c57806342148deb1461026f57600080fd5b806286d555146101de57806301a06b97146101f357806319df62ab14610206575b600080fd5b6101f16101ec366004611520565b610458565b005b6101f1610201366004611566565b610573565b610219610214366004611566565b6105f2565b6040516001600160a01b0390911681526020015b60405180910390f35b6101f16102443660046115eb565b610626565b6101f1610257366004611566565b6106ef565b6101f161026a36600461167e565b610703565b6101f161027d3660046116c9565b61077f565b6101f161029036600461171e565b610834565b6101f16102a3366004611566565b610ae4565b6102bb6102b6366004611566565b610b4f565b6040805192835260208301919091520161022d565b6101f16102de3660046117b1565b610b97565b6101f16102f13660046118b1565b610c4e565b6101f1610c59565b6101f161030c3660046118f2565b610c6d565b6101f161031f36600461167e565b610c79565b6101f16103323660046118b1565b610ce9565b61034a6103453660046118b1565b610d5f565b60405190815260200161022d565b6102196103453660046118b1565b61034a610374366004611566565b610dd0565b61038c610387366004611566565b610dfd565b604051901515815260200161022d565b6101f16103aa366004611566565b610e18565b6101f16103bd36600461167e565b610e88565b6000546001600160a01b0316610219565b6101f16103e1366004611566565b610ee7565b6101f16103f436600461167e565b610f5b565b6101f1610407366004611566565b610fb7565b6101f161041a366004611566565b610fef565b61038c61042d36600461167e565b611063565b6101f1610440366004611945565b61107e565b6101f1610453366004611520565b6110f7565b808211801561046a575063ffffffff82105b8015610479575063ffffffff81105b6104e65760405162461bcd60e51b815260206004820152603360248201527f5346476f763a20496e76616c6964206c69717569646174696f6e506572696f64604482015272081bdc881c185d1c9a58da585b94195c9a5bd9606a1b60648201526084015b60405180910390fd5b6040805160018152602081018490529081018290526001600160a01b0380851691908616907f60a59221512cd8cbfb226200f7ba6f20dc4b38a3cf04993d17ea4e56d26aa1869060600160405180910390a3602082901b811761056b85857fe420d96e81cb4a6b2abb2366c4f93312d4e2ae878a7d4b22e73472fdad891f78846110ff565b505b50505050565b604080516000808252602082018190528183015290516001600160a01b0383811692908516917f60a59221512cd8cbfb226200f7ba6f20dc4b38a3cf04993d17ea4e56d26aa1869181900360600190a36105ee82827fe420d96e81cb4a6b2abb2366c4f93312d4e2ae878a7d4b22e73472fdad891f786111b2565b5050565b600061061f83837f9f60ae461adf056670e03ae602566409933242392cb06744f5747c9f38b05d09610d5f565b9392505050565b8281146106835760405162461bcd60e51b815260206004820152602560248201527f5346476f763a2061727261797320617265206e6f74207468652073616d65206c6044820152640cadccee8d60db1b60648201526084016104dd565b60005b818110156106e7576106d7868686848181106106a4576106a4611962565b90506020020160208101906106b99190611945565b8585858181106106cb576106cb611962565b90506020020135610ce9565b6106e081611978565b9050610686565b505050505050565b6105ee8260006106fe84611273565b6111b2565b60408051600181526001600160a01b03838116602083015280851692908616917f14e12f219a4f9023456dc7832e10119ab768b8ccefc8cb79bc6de0419781eeeb910160405180910390a361077a83837f9f60ae461adf056670e03ae602566409933242392cb06744f5747c9f38b05d0984611306565b505050565b82610789816113bb565b60005b8281101561056b57846001600160a01b031663787afde78585848181106107b5576107b5611962565b90506020020160208101906107ca9190611945565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602401600060405180830381600087803b15801561080b57600080fd5b505af115801561081f573d6000803e3d6000fd5b505050508061082d90611978565b905061078c565b8461083e816113bb565b6001600160a01b038516156108fc576040516311a5465560e21b81526001600160a01b038681166004830152871690634695195490602401600060405180830381600087803b15801561089057600080fd5b505af11580156108a4573d6000803e3d6000fd5b50505050846001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156108e357600080fd5b505af11580156108f7573d6000803e3d6000fd5b505050505b60005b83811015610a2057866001600160a01b03166306cecba886868481811061092857610928611962565b905060200201602081019061093d9190611945565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602401600060405180830381600087803b15801561097e57600080fd5b505af1158015610992573d6000803e3d6000fd5b505050508484828181106109a8576109a8611962565b90506020020160208101906109bd9190611945565b6001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156109f757600080fd5b505af1158015610a0b573d6000803e3d6000fd5b5050505080610a1990611978565b90506108ff565b506001600160a01b038216156106e7576040516354fbc49360e01b81526001600160a01b0383811660048301528716906354fbc49390602401600060405180830381600087803b158015610a7357600080fd5b505af1158015610a87573d6000803e3d6000fd5b50505050816001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b158015610ac657600080fd5b505af1925050508015610ad7575060015b156106e757505050505050565b81610aee816113bb565b604051631ca0c40360e21b81526001600160a01b038381166004830152841690637283100c906024015b600060405180830381600087803b158015610b3257600080fd5b505af1158015610b46573d6000803e3d6000fd5b50505050505050565b6000806000610b7f85857fe420d96e81cb4a6b2abb2366c4f93312d4e2ae878a7d4b22e73472fdad891f78610d5f565b63ffffffff602082901c811697911695509350505050565b6001600160a01b038516610bad57610bad61199f565b6002546001600160a01b031615610bc657610bc661199f565b600280546001600160a01b0319166001600160a01b038716908117909155610bf090600086610703565b610bfd8560008585610458565b60005b81518110156106e7576002548251610c3e916001600160a01b031690600090859085908110610c3157610c31611962565b6020026020010151610f5b565b610c4781611978565b9050610c00565b61077a8383836111b2565b610c616113f2565b610c6b600061144c565b565b61056d84848484611306565b610c8e8383610c878461149c565b60006110ff565b60408051600181526001600160a01b038381166020830152600092820192909252818416918516907f168da2dec91b2e06e30d49955479383e76f71ba185807a8a5b75e2ed563e1d27906060015b60405180910390a3505050565b6040805160018152602081018390526001600160a01b0380851692908616917fc055c4a3853372c08a98805545379133f00f7261d956b9197729d67f37a82a53910160405180910390a361077a83837feae305fa863b373417e615b1044222e2806cefc7788d169ce6748a443c3f6cc4846110ff565b6001600160a01b03808416600090815260016020908152604080832093861683529281528282208483529052908120805460ff16610dc457506001600160a01b0384166000908152600160209081526040808320838052825280832085845290915290205b60010154949350505050565b600061061f83837feae305fa863b373417e615b1044222e2806cefc7788d169ce6748a443c3f6cc4610d5f565b6000610e0e83600061034585611273565b6001149392505050565b803b80610e715760405162461bcd60e51b815260206004820152602160248201527f5346476f763a20666163746f7279206d757374206265206120636f6e747261636044820152601d60fa1b60648201526084016104dd565b506105ee826000610e8184611273565b60016110ff565b6040805160008082526001600160a01b03848116602084015292820152818416918516907f168da2dec91b2e06e30d49955479383e76f71ba185807a8a5b75e2ed563e1d279060600160405180910390a361077a83836106fe8461149c565b60408051600080825260208201526001600160a01b0380841692908516917fc055c4a3853372c08a98805545379133f00f7261d956b9197729d67f37a82a53910160405180910390a36105ee82827feae305fa863b373417e615b1044222e2806cefc7788d169ce6748a443c3f6cc46111b2565b610f698383610e818461149c565b6040805160018082526001600160a01b03848116602084015292820152818416918516907f168da2dec91b2e06e30d49955479383e76f71ba185807a8a5b75e2ed563e1d2790606001610cdc565b81610fc1816113bb565b6040516315a024e160e01b81526001600160a01b0383811660048301528416906315a024e190602401610b18565b60408051600080825260208201526001600160a01b0380841692908516917f14e12f219a4f9023456dc7832e10119ab768b8ccefc8cb79bc6de0419781eeeb910160405180910390a36105ee82827f9f60ae461adf056670e03ae602566409933242392cb06744f5747c9f38b05d096111b2565b600061107384846103458561149c565b600114949350505050565b6110866113f2565b6001600160a01b0381166110eb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016104dd565b6110f48161144c565b50565b61056d848484845b83611109816113bb565b60408051848152600160208201529081018390526001600160a01b0380861691908716907f33afe19ae6902b933890ff48190fabdc4cf7f5ab499be9c4d9d98e3b4562e3909060600160405180910390a350604080518082018252600180825260208083019485526001600160a01b039788166000908152828252848120979098168852958652828720948752939094529093209151825460ff19169015151782559151910155565b826111bc816113bb565b826001600160a01b0316846001600160a01b03167f33afe19ae6902b933890ff48190fabdc4cf7f5ab499be9c4d9d98e3b4562e39084600080604051611215939291909283529015156020830152604082015260600190565b60405180910390a350604080518082018252600080825260208083018281526001600160a01b03978816835260018083528584209790981683529581528382209482529390935291209051815460ff19169015151781559051910155565b6040805160208101829052603960608201527f6f72672e7375706572666c7569642d66696e616e63652e7375706572666c756960808201527f642e61707057686974654c697374696e672e666163746f72790000000000000060a08201526001600160a01b0383169181019190915260009060c0015b604051602081830303815290604052805190602001209050919050565b83611310816113bb565b60408051848152600160208201526001600160a01b03848116828401529151868316928816917f33afe19ae6902b933890ff48190fabdc4cf7f5ab499be9c4d9d98e3b4562e390919081900360600190a35060408051808201825260018082526001600160a01b03938416602080840191825297851660009081528289528481209790951685529587528284209484529390955290209251835460ff19169015151783559051910155565b6002546001600160a01b038281169116146113d8576113d861199f565b6000546001600160a01b031633146110f4576110f461199f565b6000546001600160a01b03163314610c6b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016104dd565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6040805160208101829052603260608201527f6f72672e7375706572666c7569642d66696e616e63652e7375706572666c756960808201527132173a393ab9ba32b22337b93bb0b93232b960711b60a08201526001600160a01b0383169181019190915260009060c0016112e9565b6001600160a01b03811681146110f457600080fd5b6000806000806080858703121561153657600080fd5b84356115418161150b565b935060208501356115518161150b565b93969395505050506040820135916060013590565b6000806040838503121561157957600080fd5b82356115848161150b565b915060208301356115948161150b565b809150509250929050565b60008083601f8401126115b157600080fd5b50813567ffffffffffffffff8111156115c957600080fd5b6020830191508360208260051b85010111156115e457600080fd5b9250929050565b60008060008060006060868803121561160357600080fd5b853561160e8161150b565b9450602086013567ffffffffffffffff8082111561162b57600080fd5b61163789838a0161159f565b9096509450604088013591508082111561165057600080fd5b5061165d8882890161159f565b969995985093965092949392505050565b80356116798161150b565b919050565b60008060006060848603121561169357600080fd5b833561169e8161150b565b925060208401356116ae8161150b565b915060408401356116be8161150b565b809150509250925092565b6000806000604084860312156116de57600080fd5b83356116e98161150b565b9250602084013567ffffffffffffffff81111561170557600080fd5b6117118682870161159f565b9497909650939450505050565b60008060008060006080868803121561173657600080fd5b85356117418161150b565b945060208601356117518161150b565b9350604086013567ffffffffffffffff81111561176d57600080fd5b6117798882890161159f565b909450925050606086013561178d8161150b565b809150509295509295909350565b634e487b7160e01b600052604160045260246000fd5b600080600080600060a086880312156117c957600080fd5b85356117d48161150b565b94506020868101356117e58161150b565b94506040870135935060608701359250608087013567ffffffffffffffff8082111561181057600080fd5b818901915089601f83011261182457600080fd5b8135818111156118365761183661179b565b8060051b604051601f19603f8301168101818110858211171561185b5761185b61179b565b60405291825284820192508381018501918c83111561187957600080fd5b938501935b8285101561189e5761188f8561166e565b8452938501939285019261187e565b8096505050505050509295509295909350565b6000806000606084860312156118c657600080fd5b83356118d18161150b565b925060208401356118e18161150b565b929592945050506040919091013590565b6000806000806080858703121561190857600080fd5b84356119138161150b565b935060208501356119238161150b565b925060408501359150606085013561193a8161150b565b939692955090935050565b60006020828403121561195757600080fd5b813561061f8161150b565b634e487b7160e01b600052603260045260246000fd5b60006001820161199857634e487b7160e01b600052601160045260246000fd5b5060010190565b634e487b7160e01b600052600160045260246000fdfea264697066735822122063063407332acc46d3b67721174b048c6a5a051f7acddefd60729408e0552fe664736f6c634300080e0033",
|
|
901
|
+
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106101d95760003560e01c80637f0558e4116101045780638da5cb5b116100a2578063e447cc1d11610071578063e447cc1d1461040c578063f047a2d91461041f578063f2fde38b14610432578063f79a8e631461044557600080fd5b80638da5cb5b146103c25780638ecbd87b146103d3578063ab846f1a146103e6578063cadf8f85146103f957600080fd5b80638a7ff2f7116100de5780638a7ff2f7146103665780638abe04e9146103795780638b93b3f51461039c5780638ce93379146103af57600080fd5b80637f0558e41461032457806380f70cba146103375780638369a0f11461035857600080fd5b8063427942a41161017c578063640b6cc91161014b578063640b6cc9146102e3578063715018a6146102f657806378707cb8146102fe5780637dce4f811461031157600080fd5b8063427942a41461028257806344864b251461029557806345228235146102a85780635a907818146102d057600080fd5b806321964473116101b8578063219644731461023657806325c955c314610249578063325529081461025c57806342148deb1461026f57600080fd5b806286d555146101de57806301a06b97146101f357806319df62ab14610206575b600080fd5b6101f16101ec366004611520565b610458565b005b6101f1610201366004611566565b610573565b610219610214366004611566565b6105f2565b6040516001600160a01b0390911681526020015b60405180910390f35b6101f16102443660046115eb565b610626565b6101f1610257366004611566565b6106ef565b6101f161026a36600461167e565b610703565b6101f161027d3660046116c9565b61077f565b6101f161029036600461171e565b610834565b6101f16102a3366004611566565b610ae4565b6102bb6102b6366004611566565b610b4f565b6040805192835260208301919091520161022d565b6101f16102de3660046117b1565b610b97565b6101f16102f13660046118b1565b610c4e565b6101f1610c59565b6101f161030c3660046118f2565b610c6d565b6101f161031f36600461167e565b610c79565b6101f16103323660046118b1565b610ce9565b61034a6103453660046118b1565b610d5f565b60405190815260200161022d565b6102196103453660046118b1565b61034a610374366004611566565b610dd0565b61038c610387366004611566565b610dfd565b604051901515815260200161022d565b6101f16103aa366004611566565b610e18565b6101f16103bd36600461167e565b610e88565b6000546001600160a01b0316610219565b6101f16103e1366004611566565b610ee7565b6101f16103f436600461167e565b610f5b565b6101f1610407366004611566565b610fb7565b6101f161041a366004611566565b610fef565b61038c61042d36600461167e565b611063565b6101f1610440366004611945565b61107e565b6101f1610453366004611520565b6110f7565b808211801561046a575063ffffffff82105b8015610479575063ffffffff81105b6104e65760405162461bcd60e51b815260206004820152603360248201527f5346476f763a20496e76616c6964206c69717569646174696f6e506572696f64604482015272081bdc881c185d1c9a58da585b94195c9a5bd9606a1b60648201526084015b60405180910390fd5b6040805160018152602081018490529081018290526001600160a01b0380851691908616907f60a59221512cd8cbfb226200f7ba6f20dc4b38a3cf04993d17ea4e56d26aa1869060600160405180910390a3602082901b811761056b85857fe420d96e81cb4a6b2abb2366c4f93312d4e2ae878a7d4b22e73472fdad891f78846110ff565b505b50505050565b604080516000808252602082018190528183015290516001600160a01b0383811692908516917f60a59221512cd8cbfb226200f7ba6f20dc4b38a3cf04993d17ea4e56d26aa1869181900360600190a36105ee82827fe420d96e81cb4a6b2abb2366c4f93312d4e2ae878a7d4b22e73472fdad891f786111b2565b5050565b600061061f83837f9f60ae461adf056670e03ae602566409933242392cb06744f5747c9f38b05d09610d5f565b9392505050565b8281146106835760405162461bcd60e51b815260206004820152602560248201527f5346476f763a2061727261797320617265206e6f74207468652073616d65206c6044820152640cadccee8d60db1b60648201526084016104dd565b60005b818110156106e7576106d7868686848181106106a4576106a4611962565b90506020020160208101906106b99190611945565b8585858181106106cb576106cb611962565b90506020020135610ce9565b6106e081611978565b9050610686565b505050505050565b6105ee8260006106fe84611273565b6111b2565b60408051600181526001600160a01b03838116602083015280851692908616917f14e12f219a4f9023456dc7832e10119ab768b8ccefc8cb79bc6de0419781eeeb910160405180910390a361077a83837f9f60ae461adf056670e03ae602566409933242392cb06744f5747c9f38b05d0984611306565b505050565b82610789816113bb565b60005b8281101561056b57846001600160a01b031663787afde78585848181106107b5576107b5611962565b90506020020160208101906107ca9190611945565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602401600060405180830381600087803b15801561080b57600080fd5b505af115801561081f573d6000803e3d6000fd5b505050508061082d90611978565b905061078c565b8461083e816113bb565b6001600160a01b038516156108fc576040516311a5465560e21b81526001600160a01b038681166004830152871690634695195490602401600060405180830381600087803b15801561089057600080fd5b505af11580156108a4573d6000803e3d6000fd5b50505050846001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156108e357600080fd5b505af11580156108f7573d6000803e3d6000fd5b505050505b60005b83811015610a2057866001600160a01b03166306cecba886868481811061092857610928611962565b905060200201602081019061093d9190611945565b6040516001600160e01b031960e084901b1681526001600160a01b039091166004820152602401600060405180830381600087803b15801561097e57600080fd5b505af1158015610992573d6000803e3d6000fd5b505050508484828181106109a8576109a8611962565b90506020020160208101906109bd9190611945565b6001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b1580156109f757600080fd5b505af1158015610a0b573d6000803e3d6000fd5b5050505080610a1990611978565b90506108ff565b506001600160a01b038216156106e7576040516354fbc49360e01b81526001600160a01b0383811660048301528716906354fbc49390602401600060405180830381600087803b158015610a7357600080fd5b505af1158015610a87573d6000803e3d6000fd5b50505050816001600160a01b0316639903ad386040518163ffffffff1660e01b8152600401600060405180830381600087803b158015610ac657600080fd5b505af1925050508015610ad7575060015b156106e757505050505050565b81610aee816113bb565b604051631ca0c40360e21b81526001600160a01b038381166004830152841690637283100c906024015b600060405180830381600087803b158015610b3257600080fd5b505af1158015610b46573d6000803e3d6000fd5b50505050505050565b6000806000610b7f85857fe420d96e81cb4a6b2abb2366c4f93312d4e2ae878a7d4b22e73472fdad891f78610d5f565b63ffffffff602082901c811697911695509350505050565b6001600160a01b038516610bad57610bad61199f565b6002546001600160a01b031615610bc657610bc661199f565b600280546001600160a01b0319166001600160a01b038716908117909155610bf090600086610703565b610bfd8560008585610458565b60005b81518110156106e7576002548251610c3e916001600160a01b031690600090859085908110610c3157610c31611962565b6020026020010151610f5b565b610c4781611978565b9050610c00565b61077a8383836111b2565b610c616113f2565b610c6b600061144c565b565b61056d84848484611306565b610c8e8383610c878461149c565b60006110ff565b60408051600181526001600160a01b038381166020830152600092820192909252818416918516907f168da2dec91b2e06e30d49955479383e76f71ba185807a8a5b75e2ed563e1d27906060015b60405180910390a3505050565b6040805160018152602081018390526001600160a01b0380851692908616917fc055c4a3853372c08a98805545379133f00f7261d956b9197729d67f37a82a53910160405180910390a361077a83837feae305fa863b373417e615b1044222e2806cefc7788d169ce6748a443c3f6cc4846110ff565b6001600160a01b03808416600090815260016020908152604080832093861683529281528282208483529052908120805460ff16610dc457506001600160a01b0384166000908152600160209081526040808320838052825280832085845290915290205b60010154949350505050565b600061061f83837feae305fa863b373417e615b1044222e2806cefc7788d169ce6748a443c3f6cc4610d5f565b6000610e0e83600061034585611273565b6001149392505050565b803b80610e715760405162461bcd60e51b815260206004820152602160248201527f5346476f763a20666163746f7279206d757374206265206120636f6e747261636044820152601d60fa1b60648201526084016104dd565b506105ee826000610e8184611273565b60016110ff565b6040805160008082526001600160a01b03848116602084015292820152818416918516907f168da2dec91b2e06e30d49955479383e76f71ba185807a8a5b75e2ed563e1d279060600160405180910390a361077a83836106fe8461149c565b60408051600080825260208201526001600160a01b0380841692908516917fc055c4a3853372c08a98805545379133f00f7261d956b9197729d67f37a82a53910160405180910390a36105ee82827feae305fa863b373417e615b1044222e2806cefc7788d169ce6748a443c3f6cc46111b2565b610f698383610e818461149c565b6040805160018082526001600160a01b03848116602084015292820152818416918516907f168da2dec91b2e06e30d49955479383e76f71ba185807a8a5b75e2ed563e1d2790606001610cdc565b81610fc1816113bb565b6040516315a024e160e01b81526001600160a01b0383811660048301528416906315a024e190602401610b18565b60408051600080825260208201526001600160a01b0380841692908516917f14e12f219a4f9023456dc7832e10119ab768b8ccefc8cb79bc6de0419781eeeb910160405180910390a36105ee82827f9f60ae461adf056670e03ae602566409933242392cb06744f5747c9f38b05d096111b2565b600061107384846103458561149c565b600114949350505050565b6110866113f2565b6001600160a01b0381166110eb5760405162461bcd60e51b815260206004820152602660248201527f4f776e61626c653a206e6577206f776e657220697320746865207a65726f206160448201526564647265737360d01b60648201526084016104dd565b6110f48161144c565b50565b61056d848484845b83611109816113bb565b60408051848152600160208201529081018390526001600160a01b0380861691908716907f33afe19ae6902b933890ff48190fabdc4cf7f5ab499be9c4d9d98e3b4562e3909060600160405180910390a350604080518082018252600180825260208083019485526001600160a01b039788166000908152828252848120979098168852958652828720948752939094529093209151825460ff19169015151782559151910155565b826111bc816113bb565b826001600160a01b0316846001600160a01b03167f33afe19ae6902b933890ff48190fabdc4cf7f5ab499be9c4d9d98e3b4562e39084600080604051611215939291909283529015156020830152604082015260600190565b60405180910390a350604080518082018252600080825260208083018281526001600160a01b03978816835260018083528584209790981683529581528382209482529390935291209051815460ff19169015151781559051910155565b6040805160208101829052603960608201527f6f72672e7375706572666c7569642d66696e616e63652e7375706572666c756960808201527f642e61707057686974654c697374696e672e666163746f72790000000000000060a08201526001600160a01b0383169181019190915260009060c0015b604051602081830303815290604052805190602001209050919050565b83611310816113bb565b60408051848152600160208201526001600160a01b03848116828401529151868316928816917f33afe19ae6902b933890ff48190fabdc4cf7f5ab499be9c4d9d98e3b4562e390919081900360600190a35060408051808201825260018082526001600160a01b03938416602080840191825297851660009081528289528481209790951685529587528284209484529390955290209251835460ff19169015151783559051910155565b6002546001600160a01b038281169116146113d8576113d861199f565b6000546001600160a01b031633146110f4576110f461199f565b6000546001600160a01b03163314610c6b5760405162461bcd60e51b815260206004820181905260248201527f4f776e61626c653a2063616c6c6572206973206e6f7420746865206f776e657260448201526064016104dd565b600080546001600160a01b038381166001600160a01b0319831681178455604051919092169283917f8be0079c531659141344cd1fd0a4f28419497f9722a3daafe3b4186f6b6457e09190a35050565b6040805160208101829052603260608201527f6f72672e7375706572666c7569642d66696e616e63652e7375706572666c756960808201527132173a393ab9ba32b22337b93bb0b93232b960711b60a08201526001600160a01b0383169181019190915260009060c0016112e9565b6001600160a01b03811681146110f457600080fd5b6000806000806080858703121561153657600080fd5b84356115418161150b565b935060208501356115518161150b565b93969395505050506040820135916060013590565b6000806040838503121561157957600080fd5b82356115848161150b565b915060208301356115948161150b565b809150509250929050565b60008083601f8401126115b157600080fd5b50813567ffffffffffffffff8111156115c957600080fd5b6020830191508360208260051b85010111156115e457600080fd5b9250929050565b60008060008060006060868803121561160357600080fd5b853561160e8161150b565b9450602086013567ffffffffffffffff8082111561162b57600080fd5b61163789838a0161159f565b9096509450604088013591508082111561165057600080fd5b5061165d8882890161159f565b969995985093965092949392505050565b80356116798161150b565b919050565b60008060006060848603121561169357600080fd5b833561169e8161150b565b925060208401356116ae8161150b565b915060408401356116be8161150b565b809150509250925092565b6000806000604084860312156116de57600080fd5b83356116e98161150b565b9250602084013567ffffffffffffffff81111561170557600080fd5b6117118682870161159f565b9497909650939450505050565b60008060008060006080868803121561173657600080fd5b85356117418161150b565b945060208601356117518161150b565b9350604086013567ffffffffffffffff81111561176d57600080fd5b6117798882890161159f565b909450925050606086013561178d8161150b565b809150509295509295909350565b634e487b7160e01b600052604160045260246000fd5b600080600080600060a086880312156117c957600080fd5b85356117d48161150b565b94506020868101356117e58161150b565b94506040870135935060608701359250608087013567ffffffffffffffff8082111561181057600080fd5b818901915089601f83011261182457600080fd5b8135818111156118365761183661179b565b8060051b604051601f19603f8301168101818110858211171561185b5761185b61179b565b60405291825284820192508381018501918c83111561187957600080fd5b938501935b8285101561189e5761188f8561166e565b8452938501939285019261187e565b8096505050505050509295509295909350565b6000806000606084860312156118c657600080fd5b83356118d18161150b565b925060208401356118e18161150b565b929592945050506040919091013590565b6000806000806080858703121561190857600080fd5b84356119138161150b565b935060208501356119238161150b565b925060408501359150606085013561193a8161150b565b939692955090935050565b60006020828403121561195757600080fd5b813561061f8161150b565b634e487b7160e01b600052603260045260246000fd5b60006001820161199857634e487b7160e01b600052601160045260246000fd5b5060010190565b634e487b7160e01b600052600160045260246000fdfea264697066735822122063063407332acc46d3b67721174b048c6a5a051f7acddefd60729408e0552fe664736f6c634300080e0033",
|
|
902
902
|
"immutableReferences": {},
|
|
903
903
|
"generatedSources": [],
|
|
904
904
|
"deployedGeneratedSources": [
|
|
@@ -1377,7 +1377,7 @@
|
|
|
1377
1377
|
}
|
|
1378
1378
|
]
|
|
1379
1379
|
},
|
|
1380
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1380
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperfluidToken_$20450t_uint256t_uint256",
|
|
1381
1381
|
"nodeType": "YulFunctionDefinition",
|
|
1382
1382
|
"parameters": [
|
|
1383
1383
|
{
|
|
@@ -1652,7 +1652,7 @@
|
|
|
1652
1652
|
}
|
|
1653
1653
|
]
|
|
1654
1654
|
},
|
|
1655
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
1655
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperfluidToken_$20450",
|
|
1656
1656
|
"nodeType": "YulFunctionDefinition",
|
|
1657
1657
|
"parameters": [
|
|
1658
1658
|
{
|
|
@@ -2747,7 +2747,7 @@
|
|
|
2747
2747
|
}
|
|
2748
2748
|
]
|
|
2749
2749
|
},
|
|
2750
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
2750
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_array$_t_contract$_ISuperToken_$19492_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr",
|
|
2751
2751
|
"nodeType": "YulFunctionDefinition",
|
|
2752
2752
|
"parameters": [
|
|
2753
2753
|
{
|
|
@@ -3102,7 +3102,7 @@
|
|
|
3102
3102
|
}
|
|
3103
3103
|
]
|
|
3104
3104
|
},
|
|
3105
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
3105
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_address",
|
|
3106
3106
|
"nodeType": "YulFunctionDefinition",
|
|
3107
3107
|
"parameters": [
|
|
3108
3108
|
{
|
|
@@ -3447,7 +3447,7 @@
|
|
|
3447
3447
|
}
|
|
3448
3448
|
]
|
|
3449
3449
|
},
|
|
3450
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
3450
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperfluidToken_$20450t_address",
|
|
3451
3451
|
"nodeType": "YulFunctionDefinition",
|
|
3452
3452
|
"parameters": [
|
|
3453
3453
|
{
|
|
@@ -3829,7 +3829,7 @@
|
|
|
3829
3829
|
}
|
|
3830
3830
|
]
|
|
3831
3831
|
},
|
|
3832
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
3832
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_array$_t_contract$_ISuperToken_$19492_$dyn_calldata_ptr",
|
|
3833
3833
|
"nodeType": "YulFunctionDefinition",
|
|
3834
3834
|
"parameters": [
|
|
3835
3835
|
{
|
|
@@ -4375,7 +4375,7 @@
|
|
|
4375
4375
|
}
|
|
4376
4376
|
]
|
|
4377
4377
|
},
|
|
4378
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
4378
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_addresst_array$_t_address_$dyn_calldata_ptrt_address",
|
|
4379
4379
|
"nodeType": "YulFunctionDefinition",
|
|
4380
4380
|
"parameters": [
|
|
4381
4381
|
{
|
|
@@ -5963,7 +5963,7 @@
|
|
|
5963
5963
|
}
|
|
5964
5964
|
]
|
|
5965
5965
|
},
|
|
5966
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
5966
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_addresst_uint256t_uint256t_array$_t_address_$dyn_memory_ptr",
|
|
5967
5967
|
"nodeType": "YulFunctionDefinition",
|
|
5968
5968
|
"parameters": [
|
|
5969
5969
|
{
|
|
@@ -6289,7 +6289,7 @@
|
|
|
6289
6289
|
}
|
|
6290
6290
|
]
|
|
6291
6291
|
},
|
|
6292
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
6292
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperfluidToken_$20450t_bytes32",
|
|
6293
6293
|
"nodeType": "YulFunctionDefinition",
|
|
6294
6294
|
"parameters": [
|
|
6295
6295
|
{
|
|
@@ -6685,7 +6685,7 @@
|
|
|
6685
6685
|
}
|
|
6686
6686
|
]
|
|
6687
6687
|
},
|
|
6688
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
6688
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperfluidToken_$20450t_bytes32t_address",
|
|
6689
6689
|
"nodeType": "YulFunctionDefinition",
|
|
6690
6690
|
"parameters": [
|
|
6691
6691
|
{
|
|
@@ -7005,7 +7005,7 @@
|
|
|
7005
7005
|
}
|
|
7006
7006
|
]
|
|
7007
7007
|
},
|
|
7008
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
7008
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperfluidToken_$20450t_uint256",
|
|
7009
7009
|
"nodeType": "YulFunctionDefinition",
|
|
7010
7010
|
"parameters": [
|
|
7011
7011
|
{
|
|
@@ -7480,7 +7480,7 @@
|
|
|
7480
7480
|
}
|
|
7481
7481
|
]
|
|
7482
7482
|
},
|
|
7483
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
7483
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperToken_$19492",
|
|
7484
7484
|
"nodeType": "YulFunctionDefinition",
|
|
7485
7485
|
"parameters": [
|
|
7486
7486
|
{
|
|
@@ -8008,7 +8008,7 @@
|
|
|
8008
8008
|
}
|
|
8009
8009
|
]
|
|
8010
8010
|
},
|
|
8011
|
-
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$
|
|
8011
|
+
"name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperfluidToken_$20450t_bytes32t_uint256",
|
|
8012
8012
|
"nodeType": "YulFunctionDefinition",
|
|
8013
8013
|
"parameters": [
|
|
8014
8014
|
{
|
|
@@ -9191,7 +9191,7 @@
|
|
|
9191
9191
|
}
|
|
9192
9192
|
]
|
|
9193
9193
|
},
|
|
9194
|
-
"name": "abi_decode_tuple_t_contract$_ISuperToken_$
|
|
9194
|
+
"name": "abi_decode_tuple_t_contract$_ISuperToken_$19492",
|
|
9195
9195
|
"nodeType": "YulFunctionDefinition",
|
|
9196
9196
|
"parameters": [
|
|
9197
9197
|
{
|
|
@@ -9764,7 +9764,7 @@
|
|
|
9764
9764
|
}
|
|
9765
9765
|
]
|
|
9766
9766
|
},
|
|
9767
|
-
"name": "abi_encode_tuple_t_contract$_ISuperToken_$
|
|
9767
|
+
"name": "abi_encode_tuple_t_contract$_ISuperToken_$19492__to_t_address__fromStack_reversed",
|
|
9768
9768
|
"nodeType": "YulFunctionDefinition",
|
|
9769
9769
|
"parameters": [
|
|
9770
9770
|
{
|
|
@@ -9910,7 +9910,7 @@
|
|
|
9910
9910
|
}
|
|
9911
9911
|
]
|
|
9912
9912
|
},
|
|
9913
|
-
"name": "abi_encode_tuple_t_contract$_ISuperAgreement_$
|
|
9913
|
+
"name": "abi_encode_tuple_t_contract$_ISuperAgreement_$19002__to_t_address__fromStack_reversed",
|
|
9914
9914
|
"nodeType": "YulFunctionDefinition",
|
|
9915
9915
|
"parameters": [
|
|
9916
9916
|
{
|
|
@@ -10056,7 +10056,7 @@
|
|
|
10056
10056
|
}
|
|
10057
10057
|
]
|
|
10058
10058
|
},
|
|
10059
|
-
"name": "abi_encode_tuple_t_contract$_ISuperTokenFactory_$
|
|
10059
|
+
"name": "abi_encode_tuple_t_contract$_ISuperTokenFactory_$19581__to_t_address__fromStack_reversed",
|
|
10060
10060
|
"nodeType": "YulFunctionDefinition",
|
|
10061
10061
|
"parameters": [
|
|
10062
10062
|
{
|
|
@@ -10202,7 +10202,7 @@
|
|
|
10202
10202
|
}
|
|
10203
10203
|
]
|
|
10204
10204
|
},
|
|
10205
|
-
"name": "abi_encode_tuple_t_contract$_ISuperfluidGovernance_$
|
|
10205
|
+
"name": "abi_encode_tuple_t_contract$_ISuperfluidGovernance_$20176__to_t_address__fromStack_reversed",
|
|
10206
10206
|
"nodeType": "YulFunctionDefinition",
|
|
10207
10207
|
"parameters": [
|
|
10208
10208
|
{
|
|
@@ -12669,7 +12669,7 @@
|
|
|
12669
12669
|
}
|
|
12670
12670
|
]
|
|
12671
12671
|
},
|
|
12672
|
-
"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_$20045t_contract$_ISuperfluidToken_$20442t_uint256t_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20045t_contract$_ISuperfluidToken_$20442(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_decode_array_contract_ISuperToken_dyn_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20045t_array$_t_contract$_ISuperToken_$19482_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n let offset_1 := calldataload(add(headStart, 64))\n if gt(offset_1, _1) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset_1), dataEnd)\n value3 := value3_1\n value4 := value4_1\n }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n validator_revert_contract_ISuperfluid(value)\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20045t_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20045t_contract$_ISuperfluidToken_$20442t_address(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_contract_ISuperfluid(value_2)\n value2 := value_2\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20045t_array$_t_contract$_ISuperToken_$19482_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20045t_addresst_array$_t_address_$dyn_calldata_ptrt_address(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value2_1, value3_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value2 := value2_1\n value3 := value3_1\n let value_2 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluid(value_2)\n value4 := value_2\n }\n function abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20045t_addresst_uint256t_uint256t_array$_t_address_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let _1 := 32\n let value_1 := calldataload(add(headStart, _1))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n let offset := calldataload(add(headStart, 128))\n let _2 := 0xffffffffffffffff\n if gt(offset, _2) { revert(0, 0) }\n let _3 := add(headStart, offset)\n if iszero(slt(add(_3, 0x1f), dataEnd)) { revert(0, 0) }\n let _4 := calldataload(_3)\n if gt(_4, _2) { panic_error_0x41() }\n let _5 := shl(5, _4)\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(_5, 63), not(31)))\n if or(gt(newFreePtr, _2), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n let dst := memPtr\n mstore(memPtr, _4)\n dst := add(memPtr, _1)\n let srcEnd := add(add(_3, _5), _1)\n if gt(srcEnd, dataEnd) { revert(0, 0) }\n let src := add(_3, _1)\n for { } lt(src, srcEnd) { src := add(src, _1) }\n {\n mstore(dst, abi_decode_address(src))\n dst := add(dst, _1)\n }\n value4 := memPtr\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20045t_contract$_ISuperfluidToken_$20442t_bytes32(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20045t_contract$_ISuperfluidToken_$20442t_bytes32t_address(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n let value_2 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluid(value_2)\n value3 := value_2\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20045t_contract$_ISuperfluidToken_$20442t_uint256(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20045t_contract$_ISuperToken_$19482(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20045t_contract$_ISuperfluidToken_$20442t_bytes32t_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n }\n function abi_encode_tuple_t_stringliteral_4debfb5a5a312edc2b540473bc8366af9776d1039b451474b0626fba30be5371__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 51)\n mstore(add(headStart, 64), \"SFGov: Invalid liquidationPeriod\")\n mstore(add(headStart, 96), \" or patricianPeriod\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bool_t_uint256_t_uint256__to_t_bool_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_bool_t_rational_0_by_1_t_rational_0_by_1__to_t_bool_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_stringliteral_7a9072b8fd331f8bbfbe8c9ef05e5a93488a2aa375e4518b1d2a416cefb1eba2__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 37)\n mstore(add(headStart, 64), \"SFGov: arrays are not the same l\")\n mstore(add(headStart, 96), \"ength\")\n tail := add(headStart, 128)\n }\n function panic_error_0x32()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperToken_$19482(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n }\n function increment_t_uint256(value) -> ret\n {\n if eq(value, not(0))\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n ret := add(value, 1)\n }\n function abi_encode_tuple_t_bool_t_address__to_t_bool_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperToken_$19482__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperAgreement_$18992__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperTokenFactory_$19571__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperfluidGovernance_$20168__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function panic_error_0x01()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x01)\n revert(0, 0x24)\n }\n function abi_encode_tuple_t_bool_t_address_t_bool__to_t_bool_t_address_t_bool__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n }\n function abi_encode_tuple_t_bool_t_uint256__to_t_bool_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_stringliteral_0cc84dea92cbb42dfe3fb53e8a08f46585559e9d466fa673be05594a1fd31611__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 33)\n mstore(add(headStart, 64), \"SFGov: factory must be a contrac\")\n mstore(add(headStart, 96), \"t\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bool_t_rational_0_by_1__to_t_bool_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 38)\n mstore(add(headStart, 64), \"Ownable: new owner is the zero a\")\n mstore(add(headStart, 96), \"ddress\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bytes32_t_bool_t_uint256__to_t_bytes32_t_bool_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_bytes32_t_bool_t_rational_0_by_1__to_t_bytes32_t_bool_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_stringliteral_3a9ec29d76a01dd4676b43ee8f5ae7a021577f823fb495dfb5627ad6bbb890b6_t_address__to_t_string_memory_ptr_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 64)\n mstore(add(headStart, 64), 57)\n mstore(add(headStart, 96), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 128), \"d.appWhiteListing.factory\")\n tail := add(headStart, 160)\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"Ownable: caller is not the owner\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_5e8d8c86403ce515d0afc5f813484261c20de0e66deea95df3a7de50a4365fdd_t_address__to_t_string_memory_ptr_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 64)\n mstore(add(headStart, 64), 50)\n mstore(add(headStart, 96), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 128), \"d.trustedForwarder\")\n tail := add(headStart, 160)\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n }\n}",
|
|
12672
|
+
"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$_ISuperfluidToken_$20450t_uint256t_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperfluidToken_$20450(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_decode_array_contract_ISuperToken_dyn_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053t_array$_t_contract$_ISuperToken_$19492_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n let _1 := 0xffffffffffffffff\n if gt(offset, _1) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n let offset_1 := calldataload(add(headStart, 64))\n if gt(offset_1, _1) { revert(0, 0) }\n let value3_1, value4_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset_1), dataEnd)\n value3 := value3_1\n value4 := value4_1\n }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n validator_revert_contract_ISuperfluid(value)\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053t_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperfluidToken_$20450t_address(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_contract_ISuperfluid(value_2)\n value2 := value_2\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053t_array$_t_contract$_ISuperToken_$19492_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053t_addresst_array$_t_address_$dyn_calldata_ptrt_address(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value2_1, value3_1 := abi_decode_array_contract_ISuperToken_dyn_calldata(add(headStart, offset), dataEnd)\n value2 := value2_1\n value3 := value3_1\n let value_2 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluid(value_2)\n value4 := value_2\n }\n function abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), value1)\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053t_addresst_uint256t_uint256t_array$_t_address_$dyn_memory_ptr(headStart, dataEnd) -> value0, value1, value2, value3, value4\n {\n if slt(sub(dataEnd, headStart), 160) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let _1 := 32\n let value_1 := calldataload(add(headStart, _1))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n let offset := calldataload(add(headStart, 128))\n let _2 := 0xffffffffffffffff\n if gt(offset, _2) { revert(0, 0) }\n let _3 := add(headStart, offset)\n if iszero(slt(add(_3, 0x1f), dataEnd)) { revert(0, 0) }\n let _4 := calldataload(_3)\n if gt(_4, _2) { panic_error_0x41() }\n let _5 := shl(5, _4)\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(_5, 63), not(31)))\n if or(gt(newFreePtr, _2), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n let dst := memPtr\n mstore(memPtr, _4)\n dst := add(memPtr, _1)\n let srcEnd := add(add(_3, _5), _1)\n if gt(srcEnd, dataEnd) { revert(0, 0) }\n let src := add(_3, _1)\n for { } lt(src, srcEnd) { src := add(src, _1) }\n {\n mstore(dst, abi_decode_address(src))\n dst := add(dst, _1)\n }\n value4 := memPtr\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperfluidToken_$20450t_bytes32(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperfluidToken_$20450t_bytes32t_address(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n let value_2 := calldataload(add(headStart, 96))\n validator_revert_contract_ISuperfluid(value_2)\n value3 := value_2\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperfluidToken_$20450t_uint256(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n }\n function abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, iszero(iszero(value0)))\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperToken_$19492(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053t_contract$_ISuperfluidToken_$20450t_bytes32t_uint256(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 128) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_contract_ISuperfluid(value_1)\n value1 := value_1\n value2 := calldataload(add(headStart, 64))\n value3 := calldataload(add(headStart, 96))\n }\n function abi_encode_tuple_t_stringliteral_4debfb5a5a312edc2b540473bc8366af9776d1039b451474b0626fba30be5371__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 51)\n mstore(add(headStart, 64), \"SFGov: Invalid liquidationPeriod\")\n mstore(add(headStart, 96), \" or patricianPeriod\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bool_t_uint256_t_uint256__to_t_bool_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_bool_t_rational_0_by_1_t_rational_0_by_1__to_t_bool_t_uint256_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_stringliteral_7a9072b8fd331f8bbfbe8c9ef05e5a93488a2aa375e4518b1d2a416cefb1eba2__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 37)\n mstore(add(headStart, 64), \"SFGov: arrays are not the same l\")\n mstore(add(headStart, 96), \"ength\")\n tail := add(headStart, 128)\n }\n function panic_error_0x32()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperToken_$19492(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_contract_ISuperfluid(value)\n value0 := value\n }\n function increment_t_uint256(value) -> ret\n {\n if eq(value, not(0))\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n ret := add(value, 1)\n }\n function abi_encode_tuple_t_bool_t_address__to_t_bool_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperToken_$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_encode_tuple_t_contract$_ISuperAgreement_$19002__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperTokenFactory_$19581__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperfluidGovernance_$20176__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function panic_error_0x01()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x01)\n revert(0, 0x24)\n }\n function abi_encode_tuple_t_bool_t_address_t_bool__to_t_bool_t_address_t_bool__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, sub(shl(160, 1), 1)))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n }\n function abi_encode_tuple_t_bool_t_uint256__to_t_bool_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_stringliteral_0cc84dea92cbb42dfe3fb53e8a08f46585559e9d466fa673be05594a1fd31611__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 33)\n mstore(add(headStart, 64), \"SFGov: factory must be a contrac\")\n mstore(add(headStart, 96), \"t\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bool_t_rational_0_by_1__to_t_bool_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), value1)\n }\n function abi_encode_tuple_t_stringliteral_245f15ff17f551913a7a18385165551503906a406f905ac1c2437281a7cd0cfe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 38)\n mstore(add(headStart, 64), \"Ownable: new owner is the zero a\")\n mstore(add(headStart, 96), \"ddress\")\n tail := add(headStart, 128)\n }\n function abi_encode_tuple_t_bytes32_t_bool_t_uint256__to_t_bytes32_t_bool_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_bytes32_t_bool_t_rational_0_by_1__to_t_bytes32_t_bool_t_uint256__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, value0)\n mstore(add(headStart, 32), iszero(iszero(value1)))\n mstore(add(headStart, 64), value2)\n }\n function abi_encode_tuple_t_stringliteral_3a9ec29d76a01dd4676b43ee8f5ae7a021577f823fb495dfb5627ad6bbb890b6_t_address__to_t_string_memory_ptr_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 64)\n mstore(add(headStart, 64), 57)\n mstore(add(headStart, 96), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 128), \"d.appWhiteListing.factory\")\n tail := add(headStart, 160)\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_stringliteral_9924ebdf1add33d25d4ef888e16131f0a5687b0580a36c21b5c301a6c462effe__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 32)\n mstore(add(headStart, 64), \"Ownable: caller is not the owner\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_5e8d8c86403ce515d0afc5f813484261c20de0e66deea95df3a7de50a4365fdd_t_address__to_t_string_memory_ptr_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 64)\n mstore(add(headStart, 64), 50)\n mstore(add(headStart, 96), \"org.superfluid-finance.superflui\")\n mstore(add(headStart, 128), \"d.trustedForwarder\")\n tail := add(headStart, 160)\n mstore(add(headStart, 0x20), and(value0, sub(shl(160, 1), 1)))\n }\n}",
|
|
12673
12673
|
"id": 107,
|
|
12674
12674
|
"language": "Yul",
|
|
12675
12675
|
"name": "#utility.yul"
|
|
@@ -12683,27 +12683,27 @@
|
|
|
12683
12683
|
"absolutePath": "project:/contracts/utils/TestGovernance.sol",
|
|
12684
12684
|
"exportedSymbols": {
|
|
12685
12685
|
"ISuperfluid": [
|
|
12686
|
-
|
|
12686
|
+
20053
|
|
12687
12687
|
],
|
|
12688
12688
|
"ISuperfluidToken": [
|
|
12689
|
-
|
|
12689
|
+
20450
|
|
12690
12690
|
],
|
|
12691
12691
|
"Ownable": [
|
|
12692
12692
|
655
|
|
12693
12693
|
],
|
|
12694
12694
|
"SuperfluidGovernanceBase": [
|
|
12695
|
-
|
|
12695
|
+
17700
|
|
12696
12696
|
],
|
|
12697
12697
|
"TestGovernance": [
|
|
12698
|
-
|
|
12698
|
+
39069
|
|
12699
12699
|
]
|
|
12700
12700
|
},
|
|
12701
|
-
"id":
|
|
12701
|
+
"id": 39070,
|
|
12702
12702
|
"license": "AGPLv3",
|
|
12703
12703
|
"nodeType": "SourceUnit",
|
|
12704
12704
|
"nodes": [
|
|
12705
12705
|
{
|
|
12706
|
-
"id":
|
|
12706
|
+
"id": 38938,
|
|
12707
12707
|
"literals": [
|
|
12708
12708
|
"solidity",
|
|
12709
12709
|
"0.8",
|
|
@@ -12715,20 +12715,20 @@
|
|
|
12715
12715
|
{
|
|
12716
12716
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
12717
12717
|
"file": "../interfaces/superfluid/ISuperfluid.sol",
|
|
12718
|
-
"id":
|
|
12718
|
+
"id": 38941,
|
|
12719
12719
|
"nameLocation": "-1:-1:-1",
|
|
12720
12720
|
"nodeType": "ImportDirective",
|
|
12721
|
-
"scope":
|
|
12722
|
-
"sourceUnit":
|
|
12721
|
+
"scope": 39070,
|
|
12722
|
+
"sourceUnit": 20054,
|
|
12723
12723
|
"src": "60:97:104",
|
|
12724
12724
|
"symbolAliases": [
|
|
12725
12725
|
{
|
|
12726
12726
|
"foreign": {
|
|
12727
|
-
"id":
|
|
12727
|
+
"id": 38939,
|
|
12728
12728
|
"name": "ISuperfluid",
|
|
12729
12729
|
"nodeType": "Identifier",
|
|
12730
12730
|
"overloadedDeclarations": [],
|
|
12731
|
-
"referencedDeclaration":
|
|
12731
|
+
"referencedDeclaration": 20053,
|
|
12732
12732
|
"src": "73:11:104",
|
|
12733
12733
|
"typeDescriptions": {}
|
|
12734
12734
|
},
|
|
@@ -12736,11 +12736,11 @@
|
|
|
12736
12736
|
},
|
|
12737
12737
|
{
|
|
12738
12738
|
"foreign": {
|
|
12739
|
-
"id":
|
|
12739
|
+
"id": 38940,
|
|
12740
12740
|
"name": "ISuperfluidToken",
|
|
12741
12741
|
"nodeType": "Identifier",
|
|
12742
12742
|
"overloadedDeclarations": [],
|
|
12743
|
-
"referencedDeclaration":
|
|
12743
|
+
"referencedDeclaration": 20450,
|
|
12744
12744
|
"src": "90:16:104",
|
|
12745
12745
|
"typeDescriptions": {}
|
|
12746
12746
|
},
|
|
@@ -12752,20 +12752,20 @@
|
|
|
12752
12752
|
{
|
|
12753
12753
|
"absolutePath": "project:/contracts/gov/SuperfluidGovernanceBase.sol",
|
|
12754
12754
|
"file": "../gov/SuperfluidGovernanceBase.sol",
|
|
12755
|
-
"id":
|
|
12755
|
+
"id": 38943,
|
|
12756
12756
|
"nameLocation": "-1:-1:-1",
|
|
12757
12757
|
"nodeType": "ImportDirective",
|
|
12758
|
-
"scope":
|
|
12759
|
-
"sourceUnit":
|
|
12758
|
+
"scope": 39070,
|
|
12759
|
+
"sourceUnit": 17701,
|
|
12760
12760
|
"src": "158:79:104",
|
|
12761
12761
|
"symbolAliases": [
|
|
12762
12762
|
{
|
|
12763
12763
|
"foreign": {
|
|
12764
|
-
"id":
|
|
12764
|
+
"id": 38942,
|
|
12765
12765
|
"name": "SuperfluidGovernanceBase",
|
|
12766
12766
|
"nodeType": "Identifier",
|
|
12767
12767
|
"overloadedDeclarations": [],
|
|
12768
|
-
"referencedDeclaration":
|
|
12768
|
+
"referencedDeclaration": 17700,
|
|
12769
12769
|
"src": "167:24:104",
|
|
12770
12770
|
"typeDescriptions": {}
|
|
12771
12771
|
},
|
|
@@ -12777,16 +12777,16 @@
|
|
|
12777
12777
|
{
|
|
12778
12778
|
"absolutePath": "@openzeppelin/contracts/access/Ownable.sol",
|
|
12779
12779
|
"file": "@openzeppelin/contracts/access/Ownable.sol",
|
|
12780
|
-
"id":
|
|
12780
|
+
"id": 38945,
|
|
12781
12781
|
"nameLocation": "-1:-1:-1",
|
|
12782
12782
|
"nodeType": "ImportDirective",
|
|
12783
|
-
"scope":
|
|
12783
|
+
"scope": 39070,
|
|
12784
12784
|
"sourceUnit": 656,
|
|
12785
12785
|
"src": "239:69:104",
|
|
12786
12786
|
"symbolAliases": [
|
|
12787
12787
|
{
|
|
12788
12788
|
"foreign": {
|
|
12789
|
-
"id":
|
|
12789
|
+
"id": 38944,
|
|
12790
12790
|
"name": "Ownable",
|
|
12791
12791
|
"nodeType": "Identifier",
|
|
12792
12792
|
"overloadedDeclarations": [],
|
|
@@ -12804,25 +12804,25 @@
|
|
|
12804
12804
|
"baseContracts": [
|
|
12805
12805
|
{
|
|
12806
12806
|
"baseName": {
|
|
12807
|
-
"id":
|
|
12807
|
+
"id": 38947,
|
|
12808
12808
|
"name": "Ownable",
|
|
12809
12809
|
"nodeType": "IdentifierPath",
|
|
12810
12810
|
"referencedDeclaration": 655,
|
|
12811
12811
|
"src": "477:7:104"
|
|
12812
12812
|
},
|
|
12813
|
-
"id":
|
|
12813
|
+
"id": 38948,
|
|
12814
12814
|
"nodeType": "InheritanceSpecifier",
|
|
12815
12815
|
"src": "477:7:104"
|
|
12816
12816
|
},
|
|
12817
12817
|
{
|
|
12818
12818
|
"baseName": {
|
|
12819
|
-
"id":
|
|
12819
|
+
"id": 38949,
|
|
12820
12820
|
"name": "SuperfluidGovernanceBase",
|
|
12821
12821
|
"nodeType": "IdentifierPath",
|
|
12822
|
-
"referencedDeclaration":
|
|
12822
|
+
"referencedDeclaration": 17700,
|
|
12823
12823
|
"src": "490:24:104"
|
|
12824
12824
|
},
|
|
12825
|
-
"id":
|
|
12825
|
+
"id": 38950,
|
|
12826
12826
|
"nodeType": "InheritanceSpecifier",
|
|
12827
12827
|
"src": "490:24:104"
|
|
12828
12828
|
}
|
|
@@ -12831,17 +12831,17 @@
|
|
|
12831
12831
|
"contractDependencies": [],
|
|
12832
12832
|
"contractKind": "contract",
|
|
12833
12833
|
"documentation": {
|
|
12834
|
-
"id":
|
|
12834
|
+
"id": 38946,
|
|
12835
12835
|
"nodeType": "StructuredDocumentation",
|
|
12836
12836
|
"src": "311:134:104",
|
|
12837
12837
|
"text": " @title Test governance contract\n @author Superfluid\n @dev A initializable version of the governance for testing purpose"
|
|
12838
12838
|
},
|
|
12839
12839
|
"fullyImplemented": true,
|
|
12840
|
-
"id":
|
|
12840
|
+
"id": 39069,
|
|
12841
12841
|
"linearizedBaseContracts": [
|
|
12842
|
-
|
|
12843
|
-
|
|
12844
|
-
|
|
12842
|
+
39069,
|
|
12843
|
+
17700,
|
|
12844
|
+
20176,
|
|
12845
12845
|
655,
|
|
12846
12846
|
2709
|
|
12847
12847
|
],
|
|
@@ -12851,33 +12851,33 @@
|
|
|
12851
12851
|
"nodes": [
|
|
12852
12852
|
{
|
|
12853
12853
|
"constant": false,
|
|
12854
|
-
"id":
|
|
12854
|
+
"id": 38953,
|
|
12855
12855
|
"mutability": "mutable",
|
|
12856
12856
|
"name": "_host",
|
|
12857
12857
|
"nameLocation": "541:5:104",
|
|
12858
12858
|
"nodeType": "VariableDeclaration",
|
|
12859
|
-
"scope":
|
|
12859
|
+
"scope": 39069,
|
|
12860
12860
|
"src": "521:25:104",
|
|
12861
12861
|
"stateVariable": true,
|
|
12862
12862
|
"storageLocation": "default",
|
|
12863
12863
|
"typeDescriptions": {
|
|
12864
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
12864
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
12865
12865
|
"typeString": "contract ISuperfluid"
|
|
12866
12866
|
},
|
|
12867
12867
|
"typeName": {
|
|
12868
|
-
"id":
|
|
12868
|
+
"id": 38952,
|
|
12869
12869
|
"nodeType": "UserDefinedTypeName",
|
|
12870
12870
|
"pathNode": {
|
|
12871
|
-
"id":
|
|
12871
|
+
"id": 38951,
|
|
12872
12872
|
"name": "ISuperfluid",
|
|
12873
12873
|
"nodeType": "IdentifierPath",
|
|
12874
|
-
"referencedDeclaration":
|
|
12874
|
+
"referencedDeclaration": 20053,
|
|
12875
12875
|
"src": "521:11:104"
|
|
12876
12876
|
},
|
|
12877
|
-
"referencedDeclaration":
|
|
12877
|
+
"referencedDeclaration": 20053,
|
|
12878
12878
|
"src": "521:11:104",
|
|
12879
12879
|
"typeDescriptions": {
|
|
12880
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
12880
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
12881
12881
|
"typeString": "contract ISuperfluid"
|
|
12882
12882
|
}
|
|
12883
12883
|
},
|
|
@@ -12885,7 +12885,7 @@
|
|
|
12885
12885
|
},
|
|
12886
12886
|
{
|
|
12887
12887
|
"body": {
|
|
12888
|
-
"id":
|
|
12888
|
+
"id": 39045,
|
|
12889
12889
|
"nodeType": "Block",
|
|
12890
12890
|
"src": "769:499:104",
|
|
12891
12891
|
"statements": [
|
|
@@ -12897,7 +12897,7 @@
|
|
|
12897
12897
|
"typeIdentifier": "t_address",
|
|
12898
12898
|
"typeString": "address"
|
|
12899
12899
|
},
|
|
12900
|
-
"id":
|
|
12900
|
+
"id": 38977,
|
|
12901
12901
|
"isConstant": false,
|
|
12902
12902
|
"isLValue": false,
|
|
12903
12903
|
"isPure": false,
|
|
@@ -12905,14 +12905,14 @@
|
|
|
12905
12905
|
"leftExpression": {
|
|
12906
12906
|
"arguments": [
|
|
12907
12907
|
{
|
|
12908
|
-
"id":
|
|
12908
|
+
"id": 38971,
|
|
12909
12909
|
"name": "host",
|
|
12910
12910
|
"nodeType": "Identifier",
|
|
12911
12911
|
"overloadedDeclarations": [],
|
|
12912
|
-
"referencedDeclaration":
|
|
12912
|
+
"referencedDeclaration": 38956,
|
|
12913
12913
|
"src": "830:4:104",
|
|
12914
12914
|
"typeDescriptions": {
|
|
12915
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
12915
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
12916
12916
|
"typeString": "contract ISuperfluid"
|
|
12917
12917
|
}
|
|
12918
12918
|
}
|
|
@@ -12920,11 +12920,11 @@
|
|
|
12920
12920
|
"expression": {
|
|
12921
12921
|
"argumentTypes": [
|
|
12922
12922
|
{
|
|
12923
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
12923
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
12924
12924
|
"typeString": "contract ISuperfluid"
|
|
12925
12925
|
}
|
|
12926
12926
|
],
|
|
12927
|
-
"id":
|
|
12927
|
+
"id": 38970,
|
|
12928
12928
|
"isConstant": false,
|
|
12929
12929
|
"isLValue": false,
|
|
12930
12930
|
"isPure": true,
|
|
@@ -12936,14 +12936,14 @@
|
|
|
12936
12936
|
"typeString": "type(address)"
|
|
12937
12937
|
},
|
|
12938
12938
|
"typeName": {
|
|
12939
|
-
"id":
|
|
12939
|
+
"id": 38969,
|
|
12940
12940
|
"name": "address",
|
|
12941
12941
|
"nodeType": "ElementaryTypeName",
|
|
12942
12942
|
"src": "822:7:104",
|
|
12943
12943
|
"typeDescriptions": {}
|
|
12944
12944
|
}
|
|
12945
12945
|
},
|
|
12946
|
-
"id":
|
|
12946
|
+
"id": 38972,
|
|
12947
12947
|
"isConstant": false,
|
|
12948
12948
|
"isLValue": false,
|
|
12949
12949
|
"isPure": false,
|
|
@@ -12964,7 +12964,7 @@
|
|
|
12964
12964
|
"arguments": [
|
|
12965
12965
|
{
|
|
12966
12966
|
"hexValue": "30",
|
|
12967
|
-
"id":
|
|
12967
|
+
"id": 38975,
|
|
12968
12968
|
"isConstant": false,
|
|
12969
12969
|
"isLValue": false,
|
|
12970
12970
|
"isPure": true,
|
|
@@ -12986,7 +12986,7 @@
|
|
|
12986
12986
|
"typeString": "int_const 0"
|
|
12987
12987
|
}
|
|
12988
12988
|
],
|
|
12989
|
-
"id":
|
|
12989
|
+
"id": 38974,
|
|
12990
12990
|
"isConstant": false,
|
|
12991
12991
|
"isLValue": false,
|
|
12992
12992
|
"isPure": true,
|
|
@@ -12998,14 +12998,14 @@
|
|
|
12998
12998
|
"typeString": "type(address)"
|
|
12999
12999
|
},
|
|
13000
13000
|
"typeName": {
|
|
13001
|
-
"id":
|
|
13001
|
+
"id": 38973,
|
|
13002
13002
|
"name": "address",
|
|
13003
13003
|
"nodeType": "ElementaryTypeName",
|
|
13004
13004
|
"src": "839:7:104",
|
|
13005
13005
|
"typeDescriptions": {}
|
|
13006
13006
|
}
|
|
13007
13007
|
},
|
|
13008
|
-
"id":
|
|
13008
|
+
"id": 38976,
|
|
13009
13009
|
"isConstant": false,
|
|
13010
13010
|
"isLValue": false,
|
|
13011
13011
|
"isPure": true,
|
|
@@ -13034,7 +13034,7 @@
|
|
|
13034
13034
|
"typeString": "bool"
|
|
13035
13035
|
}
|
|
13036
13036
|
],
|
|
13037
|
-
"id":
|
|
13037
|
+
"id": 38968,
|
|
13038
13038
|
"name": "assert",
|
|
13039
13039
|
"nodeType": "Identifier",
|
|
13040
13040
|
"overloadedDeclarations": [],
|
|
@@ -13045,7 +13045,7 @@
|
|
|
13045
13045
|
"typeString": "function (bool) pure"
|
|
13046
13046
|
}
|
|
13047
13047
|
},
|
|
13048
|
-
"id":
|
|
13048
|
+
"id": 38978,
|
|
13049
13049
|
"isConstant": false,
|
|
13050
13050
|
"isLValue": false,
|
|
13051
13051
|
"isPure": false,
|
|
@@ -13060,7 +13060,7 @@
|
|
|
13060
13060
|
"typeString": "tuple()"
|
|
13061
13061
|
}
|
|
13062
13062
|
},
|
|
13063
|
-
"id":
|
|
13063
|
+
"id": 38979,
|
|
13064
13064
|
"nodeType": "ExpressionStatement",
|
|
13065
13065
|
"src": "815:35:104"
|
|
13066
13066
|
},
|
|
@@ -13072,7 +13072,7 @@
|
|
|
13072
13072
|
"typeIdentifier": "t_address",
|
|
13073
13073
|
"typeString": "address"
|
|
13074
13074
|
},
|
|
13075
|
-
"id":
|
|
13075
|
+
"id": 38989,
|
|
13076
13076
|
"isConstant": false,
|
|
13077
13077
|
"isLValue": false,
|
|
13078
13078
|
"isPure": false,
|
|
@@ -13080,14 +13080,14 @@
|
|
|
13080
13080
|
"leftExpression": {
|
|
13081
13081
|
"arguments": [
|
|
13082
13082
|
{
|
|
13083
|
-
"id":
|
|
13083
|
+
"id": 38983,
|
|
13084
13084
|
"name": "_host",
|
|
13085
13085
|
"nodeType": "Identifier",
|
|
13086
13086
|
"overloadedDeclarations": [],
|
|
13087
|
-
"referencedDeclaration":
|
|
13087
|
+
"referencedDeclaration": 38953,
|
|
13088
13088
|
"src": "875:5:104",
|
|
13089
13089
|
"typeDescriptions": {
|
|
13090
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
13090
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
13091
13091
|
"typeString": "contract ISuperfluid"
|
|
13092
13092
|
}
|
|
13093
13093
|
}
|
|
@@ -13095,11 +13095,11 @@
|
|
|
13095
13095
|
"expression": {
|
|
13096
13096
|
"argumentTypes": [
|
|
13097
13097
|
{
|
|
13098
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
13098
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
13099
13099
|
"typeString": "contract ISuperfluid"
|
|
13100
13100
|
}
|
|
13101
13101
|
],
|
|
13102
|
-
"id":
|
|
13102
|
+
"id": 38982,
|
|
13103
13103
|
"isConstant": false,
|
|
13104
13104
|
"isLValue": false,
|
|
13105
13105
|
"isPure": true,
|
|
@@ -13111,14 +13111,14 @@
|
|
|
13111
13111
|
"typeString": "type(address)"
|
|
13112
13112
|
},
|
|
13113
13113
|
"typeName": {
|
|
13114
|
-
"id":
|
|
13114
|
+
"id": 38981,
|
|
13115
13115
|
"name": "address",
|
|
13116
13116
|
"nodeType": "ElementaryTypeName",
|
|
13117
13117
|
"src": "867:7:104",
|
|
13118
13118
|
"typeDescriptions": {}
|
|
13119
13119
|
}
|
|
13120
13120
|
},
|
|
13121
|
-
"id":
|
|
13121
|
+
"id": 38984,
|
|
13122
13122
|
"isConstant": false,
|
|
13123
13123
|
"isLValue": false,
|
|
13124
13124
|
"isPure": false,
|
|
@@ -13139,7 +13139,7 @@
|
|
|
13139
13139
|
"arguments": [
|
|
13140
13140
|
{
|
|
13141
13141
|
"hexValue": "30",
|
|
13142
|
-
"id":
|
|
13142
|
+
"id": 38987,
|
|
13143
13143
|
"isConstant": false,
|
|
13144
13144
|
"isLValue": false,
|
|
13145
13145
|
"isPure": true,
|
|
@@ -13161,7 +13161,7 @@
|
|
|
13161
13161
|
"typeString": "int_const 0"
|
|
13162
13162
|
}
|
|
13163
13163
|
],
|
|
13164
|
-
"id":
|
|
13164
|
+
"id": 38986,
|
|
13165
13165
|
"isConstant": false,
|
|
13166
13166
|
"isLValue": false,
|
|
13167
13167
|
"isPure": true,
|
|
@@ -13173,14 +13173,14 @@
|
|
|
13173
13173
|
"typeString": "type(address)"
|
|
13174
13174
|
},
|
|
13175
13175
|
"typeName": {
|
|
13176
|
-
"id":
|
|
13176
|
+
"id": 38985,
|
|
13177
13177
|
"name": "address",
|
|
13178
13178
|
"nodeType": "ElementaryTypeName",
|
|
13179
13179
|
"src": "885:7:104",
|
|
13180
13180
|
"typeDescriptions": {}
|
|
13181
13181
|
}
|
|
13182
13182
|
},
|
|
13183
|
-
"id":
|
|
13183
|
+
"id": 38988,
|
|
13184
13184
|
"isConstant": false,
|
|
13185
13185
|
"isLValue": false,
|
|
13186
13186
|
"isPure": true,
|
|
@@ -13209,7 +13209,7 @@
|
|
|
13209
13209
|
"typeString": "bool"
|
|
13210
13210
|
}
|
|
13211
13211
|
],
|
|
13212
|
-
"id":
|
|
13212
|
+
"id": 38980,
|
|
13213
13213
|
"name": "assert",
|
|
13214
13214
|
"nodeType": "Identifier",
|
|
13215
13215
|
"overloadedDeclarations": [],
|
|
@@ -13220,7 +13220,7 @@
|
|
|
13220
13220
|
"typeString": "function (bool) pure"
|
|
13221
13221
|
}
|
|
13222
13222
|
},
|
|
13223
|
-
"id":
|
|
13223
|
+
"id": 38990,
|
|
13224
13224
|
"isConstant": false,
|
|
13225
13225
|
"isLValue": false,
|
|
13226
13226
|
"isPure": false,
|
|
@@ -13235,50 +13235,50 @@
|
|
|
13235
13235
|
"typeString": "tuple()"
|
|
13236
13236
|
}
|
|
13237
13237
|
},
|
|
13238
|
-
"id":
|
|
13238
|
+
"id": 38991,
|
|
13239
13239
|
"nodeType": "ExpressionStatement",
|
|
13240
13240
|
"src": "860:36:104"
|
|
13241
13241
|
},
|
|
13242
13242
|
{
|
|
13243
13243
|
"expression": {
|
|
13244
|
-
"id":
|
|
13244
|
+
"id": 38994,
|
|
13245
13245
|
"isConstant": false,
|
|
13246
13246
|
"isLValue": false,
|
|
13247
13247
|
"isPure": false,
|
|
13248
13248
|
"lValueRequested": false,
|
|
13249
13249
|
"leftHandSide": {
|
|
13250
|
-
"id":
|
|
13250
|
+
"id": 38992,
|
|
13251
13251
|
"name": "_host",
|
|
13252
13252
|
"nodeType": "Identifier",
|
|
13253
13253
|
"overloadedDeclarations": [],
|
|
13254
|
-
"referencedDeclaration":
|
|
13254
|
+
"referencedDeclaration": 38953,
|
|
13255
13255
|
"src": "907:5:104",
|
|
13256
13256
|
"typeDescriptions": {
|
|
13257
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
13257
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
13258
13258
|
"typeString": "contract ISuperfluid"
|
|
13259
13259
|
}
|
|
13260
13260
|
},
|
|
13261
13261
|
"nodeType": "Assignment",
|
|
13262
13262
|
"operator": "=",
|
|
13263
13263
|
"rightHandSide": {
|
|
13264
|
-
"id":
|
|
13264
|
+
"id": 38993,
|
|
13265
13265
|
"name": "host",
|
|
13266
13266
|
"nodeType": "Identifier",
|
|
13267
13267
|
"overloadedDeclarations": [],
|
|
13268
|
-
"referencedDeclaration":
|
|
13268
|
+
"referencedDeclaration": 38956,
|
|
13269
13269
|
"src": "915:4:104",
|
|
13270
13270
|
"typeDescriptions": {
|
|
13271
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
13271
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
13272
13272
|
"typeString": "contract ISuperfluid"
|
|
13273
13273
|
}
|
|
13274
13274
|
},
|
|
13275
13275
|
"src": "907:12:104",
|
|
13276
13276
|
"typeDescriptions": {
|
|
13277
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
13277
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
13278
13278
|
"typeString": "contract ISuperfluid"
|
|
13279
13279
|
}
|
|
13280
13280
|
},
|
|
13281
|
-
"id":
|
|
13281
|
+
"id": 38995,
|
|
13282
13282
|
"nodeType": "ExpressionStatement",
|
|
13283
13283
|
"src": "907:12:104"
|
|
13284
13284
|
},
|
|
@@ -13286,14 +13286,14 @@
|
|
|
13286
13286
|
"expression": {
|
|
13287
13287
|
"arguments": [
|
|
13288
13288
|
{
|
|
13289
|
-
"id":
|
|
13289
|
+
"id": 38997,
|
|
13290
13290
|
"name": "_host",
|
|
13291
13291
|
"nodeType": "Identifier",
|
|
13292
13292
|
"overloadedDeclarations": [],
|
|
13293
|
-
"referencedDeclaration":
|
|
13293
|
+
"referencedDeclaration": 38953,
|
|
13294
13294
|
"src": "947:5:104",
|
|
13295
13295
|
"typeDescriptions": {
|
|
13296
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
13296
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
13297
13297
|
"typeString": "contract ISuperfluid"
|
|
13298
13298
|
}
|
|
13299
13299
|
},
|
|
@@ -13303,7 +13303,7 @@
|
|
|
13303
13303
|
"arguments": [
|
|
13304
13304
|
{
|
|
13305
13305
|
"hexValue": "30",
|
|
13306
|
-
"id":
|
|
13306
|
+
"id": 39001,
|
|
13307
13307
|
"isConstant": false,
|
|
13308
13308
|
"isLValue": false,
|
|
13309
13309
|
"isPure": true,
|
|
@@ -13325,7 +13325,7 @@
|
|
|
13325
13325
|
"typeString": "int_const 0"
|
|
13326
13326
|
}
|
|
13327
13327
|
],
|
|
13328
|
-
"id":
|
|
13328
|
+
"id": 39000,
|
|
13329
13329
|
"isConstant": false,
|
|
13330
13330
|
"isLValue": false,
|
|
13331
13331
|
"isPure": true,
|
|
@@ -13337,14 +13337,14 @@
|
|
|
13337
13337
|
"typeString": "type(address)"
|
|
13338
13338
|
},
|
|
13339
13339
|
"typeName": {
|
|
13340
|
-
"id":
|
|
13340
|
+
"id": 38999,
|
|
13341
13341
|
"name": "address",
|
|
13342
13342
|
"nodeType": "ElementaryTypeName",
|
|
13343
13343
|
"src": "971:7:104",
|
|
13344
13344
|
"typeDescriptions": {}
|
|
13345
13345
|
}
|
|
13346
13346
|
},
|
|
13347
|
-
"id":
|
|
13347
|
+
"id": 39002,
|
|
13348
13348
|
"isConstant": false,
|
|
13349
13349
|
"isLValue": false,
|
|
13350
13350
|
"isPure": true,
|
|
@@ -13367,18 +13367,18 @@
|
|
|
13367
13367
|
"typeString": "address"
|
|
13368
13368
|
}
|
|
13369
13369
|
],
|
|
13370
|
-
"id":
|
|
13370
|
+
"id": 38998,
|
|
13371
13371
|
"name": "ISuperfluidToken",
|
|
13372
13372
|
"nodeType": "Identifier",
|
|
13373
13373
|
"overloadedDeclarations": [],
|
|
13374
|
-
"referencedDeclaration":
|
|
13374
|
+
"referencedDeclaration": 20450,
|
|
13375
13375
|
"src": "954:16:104",
|
|
13376
13376
|
"typeDescriptions": {
|
|
13377
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$
|
|
13377
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$20450_$",
|
|
13378
13378
|
"typeString": "type(contract ISuperfluidToken)"
|
|
13379
13379
|
}
|
|
13380
13380
|
},
|
|
13381
|
-
"id":
|
|
13381
|
+
"id": 39003,
|
|
13382
13382
|
"isConstant": false,
|
|
13383
13383
|
"isLValue": false,
|
|
13384
13384
|
"isPure": true,
|
|
@@ -13389,16 +13389,16 @@
|
|
|
13389
13389
|
"src": "954:28:104",
|
|
13390
13390
|
"tryCall": false,
|
|
13391
13391
|
"typeDescriptions": {
|
|
13392
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13392
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
13393
13393
|
"typeString": "contract ISuperfluidToken"
|
|
13394
13394
|
}
|
|
13395
13395
|
},
|
|
13396
13396
|
{
|
|
13397
|
-
"id":
|
|
13397
|
+
"id": 39004,
|
|
13398
13398
|
"name": "rewardAddress",
|
|
13399
13399
|
"nodeType": "Identifier",
|
|
13400
13400
|
"overloadedDeclarations": [],
|
|
13401
|
-
"referencedDeclaration":
|
|
13401
|
+
"referencedDeclaration": 38958,
|
|
13402
13402
|
"src": "984:13:104",
|
|
13403
13403
|
"typeDescriptions": {
|
|
13404
13404
|
"typeIdentifier": "t_address",
|
|
@@ -13409,11 +13409,11 @@
|
|
|
13409
13409
|
"expression": {
|
|
13410
13410
|
"argumentTypes": [
|
|
13411
13411
|
{
|
|
13412
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
13412
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
13413
13413
|
"typeString": "contract ISuperfluid"
|
|
13414
13414
|
},
|
|
13415
13415
|
{
|
|
13416
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13416
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
13417
13417
|
"typeString": "contract ISuperfluidToken"
|
|
13418
13418
|
},
|
|
13419
13419
|
{
|
|
@@ -13421,18 +13421,18 @@
|
|
|
13421
13421
|
"typeString": "address"
|
|
13422
13422
|
}
|
|
13423
13423
|
],
|
|
13424
|
-
"id":
|
|
13424
|
+
"id": 38996,
|
|
13425
13425
|
"name": "setRewardAddress",
|
|
13426
13426
|
"nodeType": "Identifier",
|
|
13427
13427
|
"overloadedDeclarations": [],
|
|
13428
|
-
"referencedDeclaration":
|
|
13428
|
+
"referencedDeclaration": 17205,
|
|
13429
13429
|
"src": "930:16:104",
|
|
13430
13430
|
"typeDescriptions": {
|
|
13431
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$
|
|
13431
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$20053_$_t_contract$_ISuperfluidToken_$20450_$_t_address_$returns$__$",
|
|
13432
13432
|
"typeString": "function (contract ISuperfluid,contract ISuperfluidToken,address)"
|
|
13433
13433
|
}
|
|
13434
13434
|
},
|
|
13435
|
-
"id":
|
|
13435
|
+
"id": 39005,
|
|
13436
13436
|
"isConstant": false,
|
|
13437
13437
|
"isLValue": false,
|
|
13438
13438
|
"isPure": false,
|
|
@@ -13447,7 +13447,7 @@
|
|
|
13447
13447
|
"typeString": "tuple()"
|
|
13448
13448
|
}
|
|
13449
13449
|
},
|
|
13450
|
-
"id":
|
|
13450
|
+
"id": 39006,
|
|
13451
13451
|
"nodeType": "ExpressionStatement",
|
|
13452
13452
|
"src": "930:68:104"
|
|
13453
13453
|
},
|
|
@@ -13455,14 +13455,14 @@
|
|
|
13455
13455
|
"expression": {
|
|
13456
13456
|
"arguments": [
|
|
13457
13457
|
{
|
|
13458
|
-
"id":
|
|
13458
|
+
"id": 39008,
|
|
13459
13459
|
"name": "host",
|
|
13460
13460
|
"nodeType": "Identifier",
|
|
13461
13461
|
"overloadedDeclarations": [],
|
|
13462
|
-
"referencedDeclaration":
|
|
13462
|
+
"referencedDeclaration": 38956,
|
|
13463
13463
|
"src": "1022:4:104",
|
|
13464
13464
|
"typeDescriptions": {
|
|
13465
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
13465
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
13466
13466
|
"typeString": "contract ISuperfluid"
|
|
13467
13467
|
}
|
|
13468
13468
|
},
|
|
@@ -13472,7 +13472,7 @@
|
|
|
13472
13472
|
"arguments": [
|
|
13473
13473
|
{
|
|
13474
13474
|
"hexValue": "30",
|
|
13475
|
-
"id":
|
|
13475
|
+
"id": 39012,
|
|
13476
13476
|
"isConstant": false,
|
|
13477
13477
|
"isLValue": false,
|
|
13478
13478
|
"isPure": true,
|
|
@@ -13494,7 +13494,7 @@
|
|
|
13494
13494
|
"typeString": "int_const 0"
|
|
13495
13495
|
}
|
|
13496
13496
|
],
|
|
13497
|
-
"id":
|
|
13497
|
+
"id": 39011,
|
|
13498
13498
|
"isConstant": false,
|
|
13499
13499
|
"isLValue": false,
|
|
13500
13500
|
"isPure": true,
|
|
@@ -13506,14 +13506,14 @@
|
|
|
13506
13506
|
"typeString": "type(address)"
|
|
13507
13507
|
},
|
|
13508
13508
|
"typeName": {
|
|
13509
|
-
"id":
|
|
13509
|
+
"id": 39010,
|
|
13510
13510
|
"name": "address",
|
|
13511
13511
|
"nodeType": "ElementaryTypeName",
|
|
13512
13512
|
"src": "1045:7:104",
|
|
13513
13513
|
"typeDescriptions": {}
|
|
13514
13514
|
}
|
|
13515
13515
|
},
|
|
13516
|
-
"id":
|
|
13516
|
+
"id": 39013,
|
|
13517
13517
|
"isConstant": false,
|
|
13518
13518
|
"isLValue": false,
|
|
13519
13519
|
"isPure": true,
|
|
@@ -13536,18 +13536,18 @@
|
|
|
13536
13536
|
"typeString": "address"
|
|
13537
13537
|
}
|
|
13538
13538
|
],
|
|
13539
|
-
"id":
|
|
13539
|
+
"id": 39009,
|
|
13540
13540
|
"name": "ISuperfluidToken",
|
|
13541
13541
|
"nodeType": "Identifier",
|
|
13542
13542
|
"overloadedDeclarations": [],
|
|
13543
|
-
"referencedDeclaration":
|
|
13543
|
+
"referencedDeclaration": 20450,
|
|
13544
13544
|
"src": "1028:16:104",
|
|
13545
13545
|
"typeDescriptions": {
|
|
13546
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$
|
|
13546
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$20450_$",
|
|
13547
13547
|
"typeString": "type(contract ISuperfluidToken)"
|
|
13548
13548
|
}
|
|
13549
13549
|
},
|
|
13550
|
-
"id":
|
|
13550
|
+
"id": 39014,
|
|
13551
13551
|
"isConstant": false,
|
|
13552
13552
|
"isLValue": false,
|
|
13553
13553
|
"isPure": true,
|
|
@@ -13558,16 +13558,16 @@
|
|
|
13558
13558
|
"src": "1028:28:104",
|
|
13559
13559
|
"tryCall": false,
|
|
13560
13560
|
"typeDescriptions": {
|
|
13561
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13561
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
13562
13562
|
"typeString": "contract ISuperfluidToken"
|
|
13563
13563
|
}
|
|
13564
13564
|
},
|
|
13565
13565
|
{
|
|
13566
|
-
"id":
|
|
13566
|
+
"id": 39015,
|
|
13567
13567
|
"name": "liquidationPeriod",
|
|
13568
13568
|
"nodeType": "Identifier",
|
|
13569
13569
|
"overloadedDeclarations": [],
|
|
13570
|
-
"referencedDeclaration":
|
|
13570
|
+
"referencedDeclaration": 38960,
|
|
13571
13571
|
"src": "1058:17:104",
|
|
13572
13572
|
"typeDescriptions": {
|
|
13573
13573
|
"typeIdentifier": "t_uint256",
|
|
@@ -13575,11 +13575,11 @@
|
|
|
13575
13575
|
}
|
|
13576
13576
|
},
|
|
13577
13577
|
{
|
|
13578
|
-
"id":
|
|
13578
|
+
"id": 39016,
|
|
13579
13579
|
"name": "patricianPeriod",
|
|
13580
13580
|
"nodeType": "Identifier",
|
|
13581
13581
|
"overloadedDeclarations": [],
|
|
13582
|
-
"referencedDeclaration":
|
|
13582
|
+
"referencedDeclaration": 38962,
|
|
13583
13583
|
"src": "1077:15:104",
|
|
13584
13584
|
"typeDescriptions": {
|
|
13585
13585
|
"typeIdentifier": "t_uint256",
|
|
@@ -13590,11 +13590,11 @@
|
|
|
13590
13590
|
"expression": {
|
|
13591
13591
|
"argumentTypes": [
|
|
13592
13592
|
{
|
|
13593
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
13593
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
13594
13594
|
"typeString": "contract ISuperfluid"
|
|
13595
13595
|
},
|
|
13596
13596
|
{
|
|
13597
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13597
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
13598
13598
|
"typeString": "contract ISuperfluidToken"
|
|
13599
13599
|
},
|
|
13600
13600
|
{
|
|
@@ -13606,18 +13606,18 @@
|
|
|
13606
13606
|
"typeString": "uint256"
|
|
13607
13607
|
}
|
|
13608
13608
|
],
|
|
13609
|
-
"id":
|
|
13609
|
+
"id": 39007,
|
|
13610
13610
|
"name": "setPPPConfig",
|
|
13611
13611
|
"nodeType": "Identifier",
|
|
13612
13612
|
"overloadedDeclarations": [],
|
|
13613
|
-
"referencedDeclaration":
|
|
13613
|
+
"referencedDeclaration": 17358,
|
|
13614
13614
|
"src": "1009:12:104",
|
|
13615
13615
|
"typeDescriptions": {
|
|
13616
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$
|
|
13616
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$20053_$_t_contract$_ISuperfluidToken_$20450_$_t_uint256_$_t_uint256_$returns$__$",
|
|
13617
13617
|
"typeString": "function (contract ISuperfluid,contract ISuperfluidToken,uint256,uint256)"
|
|
13618
13618
|
}
|
|
13619
13619
|
},
|
|
13620
|
-
"id":
|
|
13620
|
+
"id": 39017,
|
|
13621
13621
|
"isConstant": false,
|
|
13622
13622
|
"isLValue": false,
|
|
13623
13623
|
"isPure": false,
|
|
@@ -13632,13 +13632,13 @@
|
|
|
13632
13632
|
"typeString": "tuple()"
|
|
13633
13633
|
}
|
|
13634
13634
|
},
|
|
13635
|
-
"id":
|
|
13635
|
+
"id": 39018,
|
|
13636
13636
|
"nodeType": "ExpressionStatement",
|
|
13637
13637
|
"src": "1009:84:104"
|
|
13638
13638
|
},
|
|
13639
13639
|
{
|
|
13640
13640
|
"body": {
|
|
13641
|
-
"id":
|
|
13641
|
+
"id": 39043,
|
|
13642
13642
|
"nodeType": "Block",
|
|
13643
13643
|
"src": "1156:106:104",
|
|
13644
13644
|
"statements": [
|
|
@@ -13646,14 +13646,14 @@
|
|
|
13646
13646
|
"expression": {
|
|
13647
13647
|
"arguments": [
|
|
13648
13648
|
{
|
|
13649
|
-
"id":
|
|
13649
|
+
"id": 39031,
|
|
13650
13650
|
"name": "_host",
|
|
13651
13651
|
"nodeType": "Identifier",
|
|
13652
13652
|
"overloadedDeclarations": [],
|
|
13653
|
-
"referencedDeclaration":
|
|
13653
|
+
"referencedDeclaration": 38953,
|
|
13654
13654
|
"src": "1193:5:104",
|
|
13655
13655
|
"typeDescriptions": {
|
|
13656
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
13656
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
13657
13657
|
"typeString": "contract ISuperfluid"
|
|
13658
13658
|
}
|
|
13659
13659
|
},
|
|
@@ -13663,7 +13663,7 @@
|
|
|
13663
13663
|
"arguments": [
|
|
13664
13664
|
{
|
|
13665
13665
|
"hexValue": "30",
|
|
13666
|
-
"id":
|
|
13666
|
+
"id": 39035,
|
|
13667
13667
|
"isConstant": false,
|
|
13668
13668
|
"isLValue": false,
|
|
13669
13669
|
"isPure": true,
|
|
@@ -13685,7 +13685,7 @@
|
|
|
13685
13685
|
"typeString": "int_const 0"
|
|
13686
13686
|
}
|
|
13687
13687
|
],
|
|
13688
|
-
"id":
|
|
13688
|
+
"id": 39034,
|
|
13689
13689
|
"isConstant": false,
|
|
13690
13690
|
"isLValue": false,
|
|
13691
13691
|
"isPure": true,
|
|
@@ -13697,14 +13697,14 @@
|
|
|
13697
13697
|
"typeString": "type(address)"
|
|
13698
13698
|
},
|
|
13699
13699
|
"typeName": {
|
|
13700
|
-
"id":
|
|
13700
|
+
"id": 39033,
|
|
13701
13701
|
"name": "address",
|
|
13702
13702
|
"nodeType": "ElementaryTypeName",
|
|
13703
13703
|
"src": "1217:7:104",
|
|
13704
13704
|
"typeDescriptions": {}
|
|
13705
13705
|
}
|
|
13706
13706
|
},
|
|
13707
|
-
"id":
|
|
13707
|
+
"id": 39036,
|
|
13708
13708
|
"isConstant": false,
|
|
13709
13709
|
"isLValue": false,
|
|
13710
13710
|
"isPure": true,
|
|
@@ -13727,18 +13727,18 @@
|
|
|
13727
13727
|
"typeString": "address"
|
|
13728
13728
|
}
|
|
13729
13729
|
],
|
|
13730
|
-
"id":
|
|
13730
|
+
"id": 39032,
|
|
13731
13731
|
"name": "ISuperfluidToken",
|
|
13732
13732
|
"nodeType": "Identifier",
|
|
13733
13733
|
"overloadedDeclarations": [],
|
|
13734
|
-
"referencedDeclaration":
|
|
13734
|
+
"referencedDeclaration": 20450,
|
|
13735
13735
|
"src": "1200:16:104",
|
|
13736
13736
|
"typeDescriptions": {
|
|
13737
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$
|
|
13737
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluidToken_$20450_$",
|
|
13738
13738
|
"typeString": "type(contract ISuperfluidToken)"
|
|
13739
13739
|
}
|
|
13740
13740
|
},
|
|
13741
|
-
"id":
|
|
13741
|
+
"id": 39037,
|
|
13742
13742
|
"isConstant": false,
|
|
13743
13743
|
"isLValue": false,
|
|
13744
13744
|
"isPure": true,
|
|
@@ -13749,30 +13749,30 @@
|
|
|
13749
13749
|
"src": "1200:28:104",
|
|
13750
13750
|
"tryCall": false,
|
|
13751
13751
|
"typeDescriptions": {
|
|
13752
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13752
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
13753
13753
|
"typeString": "contract ISuperfluidToken"
|
|
13754
13754
|
}
|
|
13755
13755
|
},
|
|
13756
13756
|
{
|
|
13757
13757
|
"baseExpression": {
|
|
13758
|
-
"id":
|
|
13758
|
+
"id": 39038,
|
|
13759
13759
|
"name": "trustedForwarders",
|
|
13760
13760
|
"nodeType": "Identifier",
|
|
13761
13761
|
"overloadedDeclarations": [],
|
|
13762
|
-
"referencedDeclaration":
|
|
13762
|
+
"referencedDeclaration": 38965,
|
|
13763
13763
|
"src": "1230:17:104",
|
|
13764
13764
|
"typeDescriptions": {
|
|
13765
13765
|
"typeIdentifier": "t_array$_t_address_$dyn_memory_ptr",
|
|
13766
13766
|
"typeString": "address[] memory"
|
|
13767
13767
|
}
|
|
13768
13768
|
},
|
|
13769
|
-
"id":
|
|
13769
|
+
"id": 39040,
|
|
13770
13770
|
"indexExpression": {
|
|
13771
|
-
"id":
|
|
13771
|
+
"id": 39039,
|
|
13772
13772
|
"name": "i",
|
|
13773
13773
|
"nodeType": "Identifier",
|
|
13774
13774
|
"overloadedDeclarations": [],
|
|
13775
|
-
"referencedDeclaration":
|
|
13775
|
+
"referencedDeclaration": 39020,
|
|
13776
13776
|
"src": "1248:1:104",
|
|
13777
13777
|
"typeDescriptions": {
|
|
13778
13778
|
"typeIdentifier": "t_uint256",
|
|
@@ -13794,11 +13794,11 @@
|
|
|
13794
13794
|
"expression": {
|
|
13795
13795
|
"argumentTypes": [
|
|
13796
13796
|
{
|
|
13797
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
13797
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
13798
13798
|
"typeString": "contract ISuperfluid"
|
|
13799
13799
|
},
|
|
13800
13800
|
{
|
|
13801
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13801
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
13802
13802
|
"typeString": "contract ISuperfluidToken"
|
|
13803
13803
|
},
|
|
13804
13804
|
{
|
|
@@ -13806,18 +13806,18 @@
|
|
|
13806
13806
|
"typeString": "address"
|
|
13807
13807
|
}
|
|
13808
13808
|
],
|
|
13809
|
-
"id":
|
|
13809
|
+
"id": 39030,
|
|
13810
13810
|
"name": "enableTrustedForwarder",
|
|
13811
13811
|
"nodeType": "Identifier",
|
|
13812
13812
|
"overloadedDeclarations": [],
|
|
13813
|
-
"referencedDeclaration":
|
|
13813
|
+
"referencedDeclaration": 17534,
|
|
13814
13814
|
"src": "1170:22:104",
|
|
13815
13815
|
"typeDescriptions": {
|
|
13816
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$
|
|
13816
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_contract$_ISuperfluid_$20053_$_t_contract$_ISuperfluidToken_$20450_$_t_address_$returns$__$",
|
|
13817
13817
|
"typeString": "function (contract ISuperfluid,contract ISuperfluidToken,address)"
|
|
13818
13818
|
}
|
|
13819
13819
|
},
|
|
13820
|
-
"id":
|
|
13820
|
+
"id": 39041,
|
|
13821
13821
|
"isConstant": false,
|
|
13822
13822
|
"isLValue": false,
|
|
13823
13823
|
"isPure": false,
|
|
@@ -13832,7 +13832,7 @@
|
|
|
13832
13832
|
"typeString": "tuple()"
|
|
13833
13833
|
}
|
|
13834
13834
|
},
|
|
13835
|
-
"id":
|
|
13835
|
+
"id": 39042,
|
|
13836
13836
|
"nodeType": "ExpressionStatement",
|
|
13837
13837
|
"src": "1170:81:104"
|
|
13838
13838
|
}
|
|
@@ -13843,17 +13843,17 @@
|
|
|
13843
13843
|
"typeIdentifier": "t_uint256",
|
|
13844
13844
|
"typeString": "uint256"
|
|
13845
13845
|
},
|
|
13846
|
-
"id":
|
|
13846
|
+
"id": 39026,
|
|
13847
13847
|
"isConstant": false,
|
|
13848
13848
|
"isLValue": false,
|
|
13849
13849
|
"isPure": false,
|
|
13850
13850
|
"lValueRequested": false,
|
|
13851
13851
|
"leftExpression": {
|
|
13852
|
-
"id":
|
|
13852
|
+
"id": 39023,
|
|
13853
13853
|
"name": "i",
|
|
13854
13854
|
"nodeType": "Identifier",
|
|
13855
13855
|
"overloadedDeclarations": [],
|
|
13856
|
-
"referencedDeclaration":
|
|
13856
|
+
"referencedDeclaration": 39020,
|
|
13857
13857
|
"src": "1121:1:104",
|
|
13858
13858
|
"typeDescriptions": {
|
|
13859
13859
|
"typeIdentifier": "t_uint256",
|
|
@@ -13864,18 +13864,18 @@
|
|
|
13864
13864
|
"operator": "<",
|
|
13865
13865
|
"rightExpression": {
|
|
13866
13866
|
"expression": {
|
|
13867
|
-
"id":
|
|
13867
|
+
"id": 39024,
|
|
13868
13868
|
"name": "trustedForwarders",
|
|
13869
13869
|
"nodeType": "Identifier",
|
|
13870
13870
|
"overloadedDeclarations": [],
|
|
13871
|
-
"referencedDeclaration":
|
|
13871
|
+
"referencedDeclaration": 38965,
|
|
13872
13872
|
"src": "1125:17:104",
|
|
13873
13873
|
"typeDescriptions": {
|
|
13874
13874
|
"typeIdentifier": "t_array$_t_address_$dyn_memory_ptr",
|
|
13875
13875
|
"typeString": "address[] memory"
|
|
13876
13876
|
}
|
|
13877
13877
|
},
|
|
13878
|
-
"id":
|
|
13878
|
+
"id": 39025,
|
|
13879
13879
|
"isConstant": false,
|
|
13880
13880
|
"isLValue": false,
|
|
13881
13881
|
"isPure": false,
|
|
@@ -13894,20 +13894,20 @@
|
|
|
13894
13894
|
"typeString": "bool"
|
|
13895
13895
|
}
|
|
13896
13896
|
},
|
|
13897
|
-
"id":
|
|
13897
|
+
"id": 39044,
|
|
13898
13898
|
"initializationExpression": {
|
|
13899
13899
|
"assignments": [
|
|
13900
|
-
|
|
13900
|
+
39020
|
|
13901
13901
|
],
|
|
13902
13902
|
"declarations": [
|
|
13903
13903
|
{
|
|
13904
13904
|
"constant": false,
|
|
13905
|
-
"id":
|
|
13905
|
+
"id": 39020,
|
|
13906
13906
|
"mutability": "mutable",
|
|
13907
13907
|
"name": "i",
|
|
13908
13908
|
"nameLocation": "1114:1:104",
|
|
13909
13909
|
"nodeType": "VariableDeclaration",
|
|
13910
|
-
"scope":
|
|
13910
|
+
"scope": 39044,
|
|
13911
13911
|
"src": "1109:6:104",
|
|
13912
13912
|
"stateVariable": false,
|
|
13913
13913
|
"storageLocation": "default",
|
|
@@ -13916,7 +13916,7 @@
|
|
|
13916
13916
|
"typeString": "uint256"
|
|
13917
13917
|
},
|
|
13918
13918
|
"typeName": {
|
|
13919
|
-
"id":
|
|
13919
|
+
"id": 39019,
|
|
13920
13920
|
"name": "uint",
|
|
13921
13921
|
"nodeType": "ElementaryTypeName",
|
|
13922
13922
|
"src": "1109:4:104",
|
|
@@ -13928,10 +13928,10 @@
|
|
|
13928
13928
|
"visibility": "internal"
|
|
13929
13929
|
}
|
|
13930
13930
|
],
|
|
13931
|
-
"id":
|
|
13931
|
+
"id": 39022,
|
|
13932
13932
|
"initialValue": {
|
|
13933
13933
|
"hexValue": "30",
|
|
13934
|
-
"id":
|
|
13934
|
+
"id": 39021,
|
|
13935
13935
|
"isConstant": false,
|
|
13936
13936
|
"isLValue": false,
|
|
13937
13937
|
"isPure": true,
|
|
@@ -13950,7 +13950,7 @@
|
|
|
13950
13950
|
},
|
|
13951
13951
|
"loopExpression": {
|
|
13952
13952
|
"expression": {
|
|
13953
|
-
"id":
|
|
13953
|
+
"id": 39028,
|
|
13954
13954
|
"isConstant": false,
|
|
13955
13955
|
"isLValue": false,
|
|
13956
13956
|
"isPure": false,
|
|
@@ -13960,11 +13960,11 @@
|
|
|
13960
13960
|
"prefix": true,
|
|
13961
13961
|
"src": "1151:3:104",
|
|
13962
13962
|
"subExpression": {
|
|
13963
|
-
"id":
|
|
13963
|
+
"id": 39027,
|
|
13964
13964
|
"name": "i",
|
|
13965
13965
|
"nodeType": "Identifier",
|
|
13966
13966
|
"overloadedDeclarations": [],
|
|
13967
|
-
"referencedDeclaration":
|
|
13967
|
+
"referencedDeclaration": 39020,
|
|
13968
13968
|
"src": "1153:1:104",
|
|
13969
13969
|
"typeDescriptions": {
|
|
13970
13970
|
"typeIdentifier": "t_uint256",
|
|
@@ -13976,7 +13976,7 @@
|
|
|
13976
13976
|
"typeString": "uint256"
|
|
13977
13977
|
}
|
|
13978
13978
|
},
|
|
13979
|
-
"id":
|
|
13979
|
+
"id": 39029,
|
|
13980
13980
|
"nodeType": "ExpressionStatement",
|
|
13981
13981
|
"src": "1151:3:104"
|
|
13982
13982
|
},
|
|
@@ -13986,7 +13986,7 @@
|
|
|
13986
13986
|
]
|
|
13987
13987
|
},
|
|
13988
13988
|
"functionSelector": "5a907818",
|
|
13989
|
-
"id":
|
|
13989
|
+
"id": 39046,
|
|
13990
13990
|
"implemented": true,
|
|
13991
13991
|
"kind": "function",
|
|
13992
13992
|
"modifiers": [],
|
|
@@ -13994,38 +13994,38 @@
|
|
|
13994
13994
|
"nameLocation": "562:10:104",
|
|
13995
13995
|
"nodeType": "FunctionDefinition",
|
|
13996
13996
|
"parameters": {
|
|
13997
|
-
"id":
|
|
13997
|
+
"id": 38966,
|
|
13998
13998
|
"nodeType": "ParameterList",
|
|
13999
13999
|
"parameters": [
|
|
14000
14000
|
{
|
|
14001
14001
|
"constant": false,
|
|
14002
|
-
"id":
|
|
14002
|
+
"id": 38956,
|
|
14003
14003
|
"mutability": "mutable",
|
|
14004
14004
|
"name": "host",
|
|
14005
14005
|
"nameLocation": "594:4:104",
|
|
14006
14006
|
"nodeType": "VariableDeclaration",
|
|
14007
|
-
"scope":
|
|
14007
|
+
"scope": 39046,
|
|
14008
14008
|
"src": "582:16:104",
|
|
14009
14009
|
"stateVariable": false,
|
|
14010
14010
|
"storageLocation": "default",
|
|
14011
14011
|
"typeDescriptions": {
|
|
14012
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14012
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
14013
14013
|
"typeString": "contract ISuperfluid"
|
|
14014
14014
|
},
|
|
14015
14015
|
"typeName": {
|
|
14016
|
-
"id":
|
|
14016
|
+
"id": 38955,
|
|
14017
14017
|
"nodeType": "UserDefinedTypeName",
|
|
14018
14018
|
"pathNode": {
|
|
14019
|
-
"id":
|
|
14019
|
+
"id": 38954,
|
|
14020
14020
|
"name": "ISuperfluid",
|
|
14021
14021
|
"nodeType": "IdentifierPath",
|
|
14022
|
-
"referencedDeclaration":
|
|
14022
|
+
"referencedDeclaration": 20053,
|
|
14023
14023
|
"src": "582:11:104"
|
|
14024
14024
|
},
|
|
14025
|
-
"referencedDeclaration":
|
|
14025
|
+
"referencedDeclaration": 20053,
|
|
14026
14026
|
"src": "582:11:104",
|
|
14027
14027
|
"typeDescriptions": {
|
|
14028
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14028
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
14029
14029
|
"typeString": "contract ISuperfluid"
|
|
14030
14030
|
}
|
|
14031
14031
|
},
|
|
@@ -14033,12 +14033,12 @@
|
|
|
14033
14033
|
},
|
|
14034
14034
|
{
|
|
14035
14035
|
"constant": false,
|
|
14036
|
-
"id":
|
|
14036
|
+
"id": 38958,
|
|
14037
14037
|
"mutability": "mutable",
|
|
14038
14038
|
"name": "rewardAddress",
|
|
14039
14039
|
"nameLocation": "616:13:104",
|
|
14040
14040
|
"nodeType": "VariableDeclaration",
|
|
14041
|
-
"scope":
|
|
14041
|
+
"scope": 39046,
|
|
14042
14042
|
"src": "608:21:104",
|
|
14043
14043
|
"stateVariable": false,
|
|
14044
14044
|
"storageLocation": "default",
|
|
@@ -14047,7 +14047,7 @@
|
|
|
14047
14047
|
"typeString": "address"
|
|
14048
14048
|
},
|
|
14049
14049
|
"typeName": {
|
|
14050
|
-
"id":
|
|
14050
|
+
"id": 38957,
|
|
14051
14051
|
"name": "address",
|
|
14052
14052
|
"nodeType": "ElementaryTypeName",
|
|
14053
14053
|
"src": "608:7:104",
|
|
@@ -14061,12 +14061,12 @@
|
|
|
14061
14061
|
},
|
|
14062
14062
|
{
|
|
14063
14063
|
"constant": false,
|
|
14064
|
-
"id":
|
|
14064
|
+
"id": 38960,
|
|
14065
14065
|
"mutability": "mutable",
|
|
14066
14066
|
"name": "liquidationPeriod",
|
|
14067
14067
|
"nameLocation": "647:17:104",
|
|
14068
14068
|
"nodeType": "VariableDeclaration",
|
|
14069
|
-
"scope":
|
|
14069
|
+
"scope": 39046,
|
|
14070
14070
|
"src": "639:25:104",
|
|
14071
14071
|
"stateVariable": false,
|
|
14072
14072
|
"storageLocation": "default",
|
|
@@ -14075,7 +14075,7 @@
|
|
|
14075
14075
|
"typeString": "uint256"
|
|
14076
14076
|
},
|
|
14077
14077
|
"typeName": {
|
|
14078
|
-
"id":
|
|
14078
|
+
"id": 38959,
|
|
14079
14079
|
"name": "uint256",
|
|
14080
14080
|
"nodeType": "ElementaryTypeName",
|
|
14081
14081
|
"src": "639:7:104",
|
|
@@ -14088,12 +14088,12 @@
|
|
|
14088
14088
|
},
|
|
14089
14089
|
{
|
|
14090
14090
|
"constant": false,
|
|
14091
|
-
"id":
|
|
14091
|
+
"id": 38962,
|
|
14092
14092
|
"mutability": "mutable",
|
|
14093
14093
|
"name": "patricianPeriod",
|
|
14094
14094
|
"nameLocation": "682:15:104",
|
|
14095
14095
|
"nodeType": "VariableDeclaration",
|
|
14096
|
-
"scope":
|
|
14096
|
+
"scope": 39046,
|
|
14097
14097
|
"src": "674:23:104",
|
|
14098
14098
|
"stateVariable": false,
|
|
14099
14099
|
"storageLocation": "default",
|
|
@@ -14102,7 +14102,7 @@
|
|
|
14102
14102
|
"typeString": "uint256"
|
|
14103
14103
|
},
|
|
14104
14104
|
"typeName": {
|
|
14105
|
-
"id":
|
|
14105
|
+
"id": 38961,
|
|
14106
14106
|
"name": "uint256",
|
|
14107
14107
|
"nodeType": "ElementaryTypeName",
|
|
14108
14108
|
"src": "674:7:104",
|
|
@@ -14115,12 +14115,12 @@
|
|
|
14115
14115
|
},
|
|
14116
14116
|
{
|
|
14117
14117
|
"constant": false,
|
|
14118
|
-
"id":
|
|
14118
|
+
"id": 38965,
|
|
14119
14119
|
"mutability": "mutable",
|
|
14120
14120
|
"name": "trustedForwarders",
|
|
14121
14121
|
"nameLocation": "724:17:104",
|
|
14122
14122
|
"nodeType": "VariableDeclaration",
|
|
14123
|
-
"scope":
|
|
14123
|
+
"scope": 39046,
|
|
14124
14124
|
"src": "707:34:104",
|
|
14125
14125
|
"stateVariable": false,
|
|
14126
14126
|
"storageLocation": "memory",
|
|
@@ -14130,7 +14130,7 @@
|
|
|
14130
14130
|
},
|
|
14131
14131
|
"typeName": {
|
|
14132
14132
|
"baseType": {
|
|
14133
|
-
"id":
|
|
14133
|
+
"id": 38963,
|
|
14134
14134
|
"name": "address",
|
|
14135
14135
|
"nodeType": "ElementaryTypeName",
|
|
14136
14136
|
"src": "707:7:104",
|
|
@@ -14140,7 +14140,7 @@
|
|
|
14140
14140
|
"typeString": "address"
|
|
14141
14141
|
}
|
|
14142
14142
|
},
|
|
14143
|
-
"id":
|
|
14143
|
+
"id": 38964,
|
|
14144
14144
|
"nodeType": "ArrayTypeName",
|
|
14145
14145
|
"src": "707:9:104",
|
|
14146
14146
|
"typeDescriptions": {
|
|
@@ -14154,12 +14154,12 @@
|
|
|
14154
14154
|
"src": "572:175:104"
|
|
14155
14155
|
},
|
|
14156
14156
|
"returnParameters": {
|
|
14157
|
-
"id":
|
|
14157
|
+
"id": 38967,
|
|
14158
14158
|
"nodeType": "ParameterList",
|
|
14159
14159
|
"parameters": [],
|
|
14160
14160
|
"src": "769:0:104"
|
|
14161
14161
|
},
|
|
14162
|
-
"scope":
|
|
14162
|
+
"scope": 39069,
|
|
14163
14163
|
"src": "553:715:104",
|
|
14164
14164
|
"stateMutability": "nonpayable",
|
|
14165
14165
|
"virtual": false,
|
|
@@ -14167,10 +14167,10 @@
|
|
|
14167
14167
|
},
|
|
14168
14168
|
{
|
|
14169
14169
|
"baseFunctions": [
|
|
14170
|
-
|
|
14170
|
+
17699
|
|
14171
14171
|
],
|
|
14172
14172
|
"body": {
|
|
14173
|
-
"id":
|
|
14173
|
+
"id": 39067,
|
|
14174
14174
|
"nodeType": "Block",
|
|
14175
14175
|
"src": "1355:79:104",
|
|
14176
14176
|
"statements": [
|
|
@@ -14179,37 +14179,37 @@
|
|
|
14179
14179
|
"arguments": [
|
|
14180
14180
|
{
|
|
14181
14181
|
"commonType": {
|
|
14182
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14182
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
14183
14183
|
"typeString": "contract ISuperfluid"
|
|
14184
14184
|
},
|
|
14185
|
-
"id":
|
|
14185
|
+
"id": 39056,
|
|
14186
14186
|
"isConstant": false,
|
|
14187
14187
|
"isLValue": false,
|
|
14188
14188
|
"isPure": false,
|
|
14189
14189
|
"lValueRequested": false,
|
|
14190
14190
|
"leftExpression": {
|
|
14191
|
-
"id":
|
|
14191
|
+
"id": 39054,
|
|
14192
14192
|
"name": "host",
|
|
14193
14193
|
"nodeType": "Identifier",
|
|
14194
14194
|
"overloadedDeclarations": [],
|
|
14195
|
-
"referencedDeclaration":
|
|
14195
|
+
"referencedDeclaration": 39049,
|
|
14196
14196
|
"src": "1372:4:104",
|
|
14197
14197
|
"typeDescriptions": {
|
|
14198
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14198
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
14199
14199
|
"typeString": "contract ISuperfluid"
|
|
14200
14200
|
}
|
|
14201
14201
|
},
|
|
14202
14202
|
"nodeType": "BinaryOperation",
|
|
14203
14203
|
"operator": "==",
|
|
14204
14204
|
"rightExpression": {
|
|
14205
|
-
"id":
|
|
14205
|
+
"id": 39055,
|
|
14206
14206
|
"name": "_host",
|
|
14207
14207
|
"nodeType": "Identifier",
|
|
14208
14208
|
"overloadedDeclarations": [],
|
|
14209
|
-
"referencedDeclaration":
|
|
14209
|
+
"referencedDeclaration": 38953,
|
|
14210
14210
|
"src": "1380:5:104",
|
|
14211
14211
|
"typeDescriptions": {
|
|
14212
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14212
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
14213
14213
|
"typeString": "contract ISuperfluid"
|
|
14214
14214
|
}
|
|
14215
14215
|
},
|
|
@@ -14227,7 +14227,7 @@
|
|
|
14227
14227
|
"typeString": "bool"
|
|
14228
14228
|
}
|
|
14229
14229
|
],
|
|
14230
|
-
"id":
|
|
14230
|
+
"id": 39053,
|
|
14231
14231
|
"name": "assert",
|
|
14232
14232
|
"nodeType": "Identifier",
|
|
14233
14233
|
"overloadedDeclarations": [],
|
|
@@ -14238,7 +14238,7 @@
|
|
|
14238
14238
|
"typeString": "function (bool) pure"
|
|
14239
14239
|
}
|
|
14240
14240
|
},
|
|
14241
|
-
"id":
|
|
14241
|
+
"id": 39057,
|
|
14242
14242
|
"isConstant": false,
|
|
14243
14243
|
"isLValue": false,
|
|
14244
14244
|
"isPure": false,
|
|
@@ -14253,7 +14253,7 @@
|
|
|
14253
14253
|
"typeString": "tuple()"
|
|
14254
14254
|
}
|
|
14255
14255
|
},
|
|
14256
|
-
"id":
|
|
14256
|
+
"id": 39058,
|
|
14257
14257
|
"nodeType": "ExpressionStatement",
|
|
14258
14258
|
"src": "1365:21:104"
|
|
14259
14259
|
},
|
|
@@ -14265,7 +14265,7 @@
|
|
|
14265
14265
|
"typeIdentifier": "t_address",
|
|
14266
14266
|
"typeString": "address"
|
|
14267
14267
|
},
|
|
14268
|
-
"id":
|
|
14268
|
+
"id": 39064,
|
|
14269
14269
|
"isConstant": false,
|
|
14270
14270
|
"isLValue": false,
|
|
14271
14271
|
"isPure": false,
|
|
@@ -14274,7 +14274,7 @@
|
|
|
14274
14274
|
"arguments": [],
|
|
14275
14275
|
"expression": {
|
|
14276
14276
|
"argumentTypes": [],
|
|
14277
|
-
"id":
|
|
14277
|
+
"id": 39060,
|
|
14278
14278
|
"name": "owner",
|
|
14279
14279
|
"nodeType": "Identifier",
|
|
14280
14280
|
"overloadedDeclarations": [],
|
|
@@ -14285,7 +14285,7 @@
|
|
|
14285
14285
|
"typeString": "function () view returns (address)"
|
|
14286
14286
|
}
|
|
14287
14287
|
},
|
|
14288
|
-
"id":
|
|
14288
|
+
"id": 39061,
|
|
14289
14289
|
"isConstant": false,
|
|
14290
14290
|
"isLValue": false,
|
|
14291
14291
|
"isPure": false,
|
|
@@ -14306,7 +14306,7 @@
|
|
|
14306
14306
|
"arguments": [],
|
|
14307
14307
|
"expression": {
|
|
14308
14308
|
"argumentTypes": [],
|
|
14309
|
-
"id":
|
|
14309
|
+
"id": 39062,
|
|
14310
14310
|
"name": "_msgSender",
|
|
14311
14311
|
"nodeType": "Identifier",
|
|
14312
14312
|
"overloadedDeclarations": [],
|
|
@@ -14317,7 +14317,7 @@
|
|
|
14317
14317
|
"typeString": "function () view returns (address)"
|
|
14318
14318
|
}
|
|
14319
14319
|
},
|
|
14320
|
-
"id":
|
|
14320
|
+
"id": 39063,
|
|
14321
14321
|
"isConstant": false,
|
|
14322
14322
|
"isLValue": false,
|
|
14323
14323
|
"isPure": false,
|
|
@@ -14346,7 +14346,7 @@
|
|
|
14346
14346
|
"typeString": "bool"
|
|
14347
14347
|
}
|
|
14348
14348
|
],
|
|
14349
|
-
"id":
|
|
14349
|
+
"id": 39059,
|
|
14350
14350
|
"name": "assert",
|
|
14351
14351
|
"nodeType": "Identifier",
|
|
14352
14352
|
"overloadedDeclarations": [],
|
|
@@ -14357,7 +14357,7 @@
|
|
|
14357
14357
|
"typeString": "function (bool) pure"
|
|
14358
14358
|
}
|
|
14359
14359
|
},
|
|
14360
|
-
"id":
|
|
14360
|
+
"id": 39065,
|
|
14361
14361
|
"isConstant": false,
|
|
14362
14362
|
"isLValue": false,
|
|
14363
14363
|
"isPure": false,
|
|
@@ -14372,13 +14372,13 @@
|
|
|
14372
14372
|
"typeString": "tuple()"
|
|
14373
14373
|
}
|
|
14374
14374
|
},
|
|
14375
|
-
"id":
|
|
14375
|
+
"id": 39066,
|
|
14376
14376
|
"nodeType": "ExpressionStatement",
|
|
14377
14377
|
"src": "1396:31:104"
|
|
14378
14378
|
}
|
|
14379
14379
|
]
|
|
14380
14380
|
},
|
|
14381
|
-
"id":
|
|
14381
|
+
"id": 39068,
|
|
14382
14382
|
"implemented": true,
|
|
14383
14383
|
"kind": "function",
|
|
14384
14384
|
"modifiers": [],
|
|
@@ -14386,44 +14386,44 @@
|
|
|
14386
14386
|
"nameLocation": "1283:18:104",
|
|
14387
14387
|
"nodeType": "FunctionDefinition",
|
|
14388
14388
|
"overrides": {
|
|
14389
|
-
"id":
|
|
14389
|
+
"id": 39051,
|
|
14390
14390
|
"nodeType": "OverrideSpecifier",
|
|
14391
14391
|
"overrides": [],
|
|
14392
14392
|
"src": "1342:8:104"
|
|
14393
14393
|
},
|
|
14394
14394
|
"parameters": {
|
|
14395
|
-
"id":
|
|
14395
|
+
"id": 39050,
|
|
14396
14396
|
"nodeType": "ParameterList",
|
|
14397
14397
|
"parameters": [
|
|
14398
14398
|
{
|
|
14399
14399
|
"constant": false,
|
|
14400
|
-
"id":
|
|
14400
|
+
"id": 39049,
|
|
14401
14401
|
"mutability": "mutable",
|
|
14402
14402
|
"name": "host",
|
|
14403
14403
|
"nameLocation": "1314:4:104",
|
|
14404
14404
|
"nodeType": "VariableDeclaration",
|
|
14405
|
-
"scope":
|
|
14405
|
+
"scope": 39068,
|
|
14406
14406
|
"src": "1302:16:104",
|
|
14407
14407
|
"stateVariable": false,
|
|
14408
14408
|
"storageLocation": "default",
|
|
14409
14409
|
"typeDescriptions": {
|
|
14410
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14410
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
14411
14411
|
"typeString": "contract ISuperfluid"
|
|
14412
14412
|
},
|
|
14413
14413
|
"typeName": {
|
|
14414
|
-
"id":
|
|
14414
|
+
"id": 39048,
|
|
14415
14415
|
"nodeType": "UserDefinedTypeName",
|
|
14416
14416
|
"pathNode": {
|
|
14417
|
-
"id":
|
|
14417
|
+
"id": 39047,
|
|
14418
14418
|
"name": "ISuperfluid",
|
|
14419
14419
|
"nodeType": "IdentifierPath",
|
|
14420
|
-
"referencedDeclaration":
|
|
14420
|
+
"referencedDeclaration": 20053,
|
|
14421
14421
|
"src": "1302:11:104"
|
|
14422
14422
|
},
|
|
14423
|
-
"referencedDeclaration":
|
|
14423
|
+
"referencedDeclaration": 20053,
|
|
14424
14424
|
"src": "1302:11:104",
|
|
14425
14425
|
"typeDescriptions": {
|
|
14426
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14426
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$20053",
|
|
14427
14427
|
"typeString": "contract ISuperfluid"
|
|
14428
14428
|
}
|
|
14429
14429
|
},
|
|
@@ -14433,19 +14433,19 @@
|
|
|
14433
14433
|
"src": "1301:18:104"
|
|
14434
14434
|
},
|
|
14435
14435
|
"returnParameters": {
|
|
14436
|
-
"id":
|
|
14436
|
+
"id": 39052,
|
|
14437
14437
|
"nodeType": "ParameterList",
|
|
14438
14438
|
"parameters": [],
|
|
14439
14439
|
"src": "1355:0:104"
|
|
14440
14440
|
},
|
|
14441
|
-
"scope":
|
|
14441
|
+
"scope": 39069,
|
|
14442
14442
|
"src": "1274:160:104",
|
|
14443
14443
|
"stateMutability": "view",
|
|
14444
14444
|
"virtual": false,
|
|
14445
14445
|
"visibility": "internal"
|
|
14446
14446
|
}
|
|
14447
14447
|
],
|
|
14448
|
-
"scope":
|
|
14448
|
+
"scope": 39070,
|
|
14449
14449
|
"src": "446:990:104",
|
|
14450
14450
|
"usedErrors": []
|
|
14451
14451
|
}
|
|
@@ -14458,7 +14458,7 @@
|
|
|
14458
14458
|
},
|
|
14459
14459
|
"networks": {},
|
|
14460
14460
|
"schemaVersion": "3.4.8",
|
|
14461
|
-
"updatedAt": "2022-08-
|
|
14461
|
+
"updatedAt": "2022-08-23T08:53:53.849Z",
|
|
14462
14462
|
"devdoc": {
|
|
14463
14463
|
"author": "Superfluid",
|
|
14464
14464
|
"details": "A initializable version of the governance for testing purpose",
|