SuperfluidGovernanceII
Verified contract
Implementation
Active on
Base with 1 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "SuperfluidGovernanceII"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 1485923 | a year ago | | | 0 | 0.000070475003 |
ABI
ABI objects
Getter at block 23168021
getCodeAddress() view returns (address codeAddress)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xcca090fd60d405a10b786559933daeec4e2053af
proxiableUUID() pure returns (bytes32)
0x42262e3b6ca1f8f82e158e1ac4ddf4e6273aa6499266ae17bcaceb2383054239
Read-only
getConfigAsAddress(address host, address superToken, bytes32 key) view returns (address value)
getConfigAsUint256(address host, address superToken, bytes32 key) view returns (uint256 period)
getPPPConfig(address host, address superToken) view returns (uint256 liquidationPeriod, uint256 patricianPeriod)
getRewardAddress(address host, address superToken) view returns (address)
getSuperTokenMinimumDeposit(address host, address superToken) view returns (uint256 value)
isAuthorizedAppFactory(address host, address factory) view returns (bool)
isTrustedForwarder(address host, address superToken, address forwarder) view returns (bool)
verifyAppRegistrationKey(address host, address deployer, string registrationKey) view returns (bool validNow, uint256 expirationTs)
State-modifying
Events authorizeAppFactory(address host, address factory)
batchUpdateSuperTokenLogic(address host, address[] tokens)
batchUpdateSuperTokenMinimumDeposit(address host, address[] tokens, uint256[] minimumDeposits)
castrate()
clearAppRegistrationKey(address host, address deployer, string registrationKey)
clearConfig(address host, address superToken, bytes32 key)
clearPPPConfig(address host, address superToken)
clearRewardAddress(address host, address superToken)
clearSuperTokenMinimumDeposit(address host, address superToken)
disableTrustedForwarder(address host, address superToken, address forwarder)
enableTrustedForwarder(address host, address superToken, address forwarder)
registerAgreementClass(address host, address agreementClass)
renounceOwnership()
replaceGovernance(address host, address newGov)
setAppRegistrationKey(address host, address deployer, string registrationKey, uint256 expirationTs)
setConfig(address host, address superToken, bytes32 key, address value)
setConfig(address host, address superToken, bytes32 key, uint256 value)
setPPPConfig(address host, address superToken, uint256 liquidationPeriod, uint256 patricianPeriod)
setRewardAddress(address host, address superToken, address rewardAddress)
setSuperTokenMinimumDeposit(address host, address superToken, uint256 value)
transferOwnership(address newOwner)
unauthorizeAppFactory(address host, address factory)
updateCode(address newAddress)
updateContracts(address host, address hostNewLogic, address[] agreementClassNewLogics, address superTokenFactoryNewLogic)
AppFactoryAuthorizationChanged(address indexed host, address indexed factory, bool authorized)
AppRegistrationKeyChanged(address indexed host, address indexed deployer, string appRegistrationKey, uint256 expirationTs)
CFAv1LiquidationPeriodChanged(address indexed host, address indexed superToken, bool isKeySet, uint256 liquidationPeriod)
CodeUpdated(bytes32 uuid, address codeAddress)
ConfigChanged(address indexed host, address indexed superToken, bytes32 key, bool isKeySet, uint256 value)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PPPConfigurationChanged(address indexed host, address indexed superToken, bool isKeySet, uint256 liquidationPeriod, uint256 patricianPeriod)
RewardAddressChanged(address indexed host, address indexed superToken, bool isKeySet, address rewardAddress)
SuperTokenMinimumDepositChanged(address indexed host, address indexed superToken, bool isKeySet, uint256 minimumDeposit)
TrustedForwarderChanged(address indexed host, address indexed superToken, bool isKeySet, address forwarder, bool enabled)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
SF_GOV_ARRAYS_NOT_SAME_LENGTH()
SF_GOV_II_ONLY_OWNER()
SF_GOV_INVALID_LIQUIDATION_OR_PATRICIAN_PERIOD()
SF_GOV_MUST_BE_CONTRACT()