SuperfluidGovernanceII

Verified contract

Implementation

Active on Base with 1 txns
Deployed by via 0x5dd47454 at 1485920
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "SuperfluidGovernanceII"

0x663d9a3afa97a1926670401352135efb829315ee047dff9a1d9afb46ec77f3c0

Functions
Getter at block 23168021
getCodeAddress(view returns (address codeAddress)
0x0000000000000000000000000000000000000000
owner(view returns (address)
0xcca090fd60d405a10b786559933daeec4e2053af
proxiableUUID(pure returns (bytes32)
0x42262e3b6ca1f8f82e158e1ac4ddf4e6273aa6499266ae17bcaceb2383054239
Read-only
getConfigAsAddress(address hostaddress superTokenbytes32 keyview returns (address value)
getConfigAsUint256(address hostaddress superTokenbytes32 keyview returns (uint256 period)
getPPPConfig(address hostaddress superTokenview returns (uint256 liquidationPerioduint256 patricianPeriod)
getRewardAddress(address hostaddress superTokenview returns (address)
getSuperTokenMinimumDeposit(address hostaddress superTokenview returns (uint256 value)
isAuthorizedAppFactory(address hostaddress factoryview returns (bool)
isTrustedForwarder(address hostaddress superTokenaddress forwarderview returns (bool)
verifyAppRegistrationKey(address hostaddress deployerstring registrationKeyview returns (bool validNowuint256 expirationTs)
State-modifying
authorizeAppFactory(address hostaddress factory
batchUpdateSuperTokenLogic(address hostaddress[] tokens
batchUpdateSuperTokenMinimumDeposit(address hostaddress[] tokensuint256[] minimumDeposits
castrate(
clearAppRegistrationKey(address hostaddress deployerstring registrationKey
clearConfig(address hostaddress superTokenbytes32 key
clearPPPConfig(address hostaddress superToken
clearRewardAddress(address hostaddress superToken
clearSuperTokenMinimumDeposit(address hostaddress superToken
disableTrustedForwarder(address hostaddress superTokenaddress forwarder
enableTrustedForwarder(address hostaddress superTokenaddress forwarder
registerAgreementClass(address hostaddress agreementClass
renounceOwnership(
replaceGovernance(address hostaddress newGov
setAppRegistrationKey(address hostaddress deployerstring registrationKeyuint256 expirationTs
setConfig(address hostaddress superTokenbytes32 keyaddress value
setConfig(address hostaddress superTokenbytes32 keyuint256 value
setPPPConfig(address hostaddress superTokenuint256 liquidationPerioduint256 patricianPeriod
setRewardAddress(address hostaddress superTokenaddress rewardAddress
setSuperTokenMinimumDeposit(address hostaddress superTokenuint256 value
transferOwnership(address newOwner
unauthorizeAppFactory(address hostaddress factory
updateCode(address newAddress
updateContracts(address hostaddress hostNewLogicaddress[] agreementClassNewLogicsaddress superTokenFactoryNewLogic
Events
AppFactoryAuthorizationChanged(address indexed hostaddress indexed factorybool authorized
AppRegistrationKeyChanged(address indexed hostaddress indexed deployerstring appRegistrationKeyuint256 expirationTs
CFAv1LiquidationPeriodChanged(address indexed hostaddress indexed superTokenbool isKeySetuint256 liquidationPeriod
CodeUpdated(bytes32 uuidaddress codeAddress
ConfigChanged(address indexed hostaddress indexed superTokenbytes32 keybool isKeySetuint256 value
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PPPConfigurationChanged(address indexed hostaddress indexed superTokenbool isKeySetuint256 liquidationPerioduint256 patricianPeriod
RewardAddressChanged(address indexed hostaddress indexed superTokenbool isKeySetaddress rewardAddress
SuperTokenMinimumDepositChanged(address indexed hostaddress indexed superTokenbool isKeySetuint256 minimumDeposit
TrustedForwarderChanged(address indexed hostaddress indexed superTokenbool isKeySetaddress forwarderbool enabled
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
SF_GOV_ARRAYS_NOT_SAME_LENGTH(
SF_GOV_II_ONLY_OWNER(
SF_GOV_INVALID_LIQUIDATION_OR_PATRICIAN_PERIOD(
SF_GOV_MUST_BE_CONTRACT(