0x0170ffcc75d178d426ebad5b1a31451d00ddbd0d

Verified contract

Proxy

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

No balances found for "0x0170ffcc75d178d426ebad5b1a31451d00ddbd0d"

0xad594cecc1d893d24571af1e6c80d9e14a21b94ce7f1dd95401ebaceade74342
0x8812b356e9bc707075e17b8f35b803097dab86e8542bd1f08625f951f62ea5e4
0xf338b7071f334dfe7a383875c47a65373b0cae636cdf5f62b59d24d7ad9406e6

Functions
Getter at block 23157413
getCodeAddress(view returns (address codeAddress)
0xee07d9fce4cf2a891bc979e9d365929506c2982f
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(