ControlCenter

Verified contract

Proxy

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

No balances found for "ControlCenter"

0x455e28a87d032b7995a7140a4c555c39b96a2f5b4b0f03ad5587c3c85b08da2b
0x9b0d9c33ec10d1b8e4c5c5d2dc158bbe330f5d527e2ee48970b96720b7fffd2c
0xc102adb7b059ba1f47f7b04b08376bc15626fc99447642a3bbfbc5b80f118d99
0x6c49593ba98b3aa76ee117203a84370760074056ef876e24924ee66b437eab7b
0xe81b5d732a0c56737cc4b73ad030ce6ff70c0736ddc1a582abccd30592f6b333
0xa2f89f1b85d4e4e4840f8f51b6fa5394cfd96542439532019bda2532bcd5e331
0x2291a1d24a7a81ad5f19084ae074c6aeb8a0587f09cbc17224e5a769327e702f
0xacb77915bdf3eb62ec4f374b7c7732af036e06307cc48c914a5125589297b422
0x7499f25b7aecd1bc5d81273b0f4f15d8a491ce69eec095b2194b823074a038db
0xdb4cd12d4437f25d18f50e58192f43fb43dbe638ab10dca282c0fea8e91cf0f0

Functions
Getter at block 23887209
VERSION(view returns (string)
0.0.0
_minPolicyAllowed(view returns (uint256)
3
baseTradingVolume(view returns (uint256)
100000000000000000000000000000000000
getAdminEventAccess(view returns (bytes4[])
[0xa91a0ca3, 0x725d42f5, 0xedbdf62b, 0x6caddcdc, 0x29953ff5, 0x94008a6e, 0xcc19223b, 0x86e43e16]
getAdminEventAccessCount(view returns (uint256)
8
getPriceFeed(view returns (address)
0x3b9ba2336786e2a52335e59d575fa5df27ab7c14
owner(view returns (address)
0x404dc4790c3fa3b02d2b387e6c3fc082963ffbaf
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getAdminEventAccessById(uint8 idview returns (bytes4)
getDailyVolume(address knightSafeAddressview returns (uint256)
getMaxPolicyAllowed(address knightSafeAddressview returns (uint256)
getMaxTradingVolume(address knightSafeAddressview returns (uint256)
getMaxVolumeExpiryDate(address knightSafeAddressview returns (uint256)
isActiveAccount(address senderview returns (bool)
isFactory(address senderview returns (bool)
isOfficialAnalyser(address analyserAddressview returns (bool)
isOfficialControlCenter(address controlCenterAddressview returns (bool)
isOfficialImplementation(address implementationAddressview returns (bool)
isSpendingLimitEnabled(address knightSafeAddressview returns (bool)
State-modifying
acceptOwnership(
addOfficialAnalyser(address analyserAddressbytes32 version
addOfficialControlCenter(address controlCenterAddressbytes32 version
addOfficialImplementation(address implementationAddressbytes32 version
disableActiveAccount(address sender
disableFactory(address factory
emitEventLog(string eventNamestruct EventUtilsEventLogData eventData
emitEventLog1(string eventNamebytes32 profilestruct EventUtilsEventLogData eventData
emitEventLog2(string eventNamebytes32 profilebytes32 topic2struct EventUtilsEventLogData eventData
emitSettingEventLog(string eventNamebytes32 profileuint256 reqId
emitTransactionEventLog(string eventNamebytes32 profileuint256 reqId
removeOfficialAnalyser(address analyserAddress
removeOfficialControlCenter(address controlCenterAddress
removeOfficialImplementation(address implementationAddress
renounceOwnership(
setActiveAccount(address sender
setAdmin(address adminbool isAdmin
setBaseVolume(uint256 volume
setDailyVolume(address knightSafeAddressuint256 volume
setDailyVolumeExpiryDate(address knightSafeAddressuint256 expiryDate
setFactory(address factory
setGlobalMinPolicyAllowed(uint256 minPolicyAllowed
setMaxPolicyAllowed(address knightSafeAddressuint256 maxPolicyAllowed
setMaxTradingVolume(address knightSafeAddressuint256 volume
setMaxTradingVolumeExpiryDate(address knightSafeAddressuint256 expiryDate
setPriceFeed(address priceFeed
setSpendingLimitEnabled(address knightSafeAddressbool isEnabled
transferOwnership(address newOwner
Events
EventLog(address msgSenderstring eventNamestring indexed eventNameHashstruct EventUtilsEventLogData eventData
EventLog1(address msgSenderstring eventNamestring indexed eventNameHashbytes32 indexed profilestruct EventUtilsEventLogData eventData
EventLog2(address msgSenderstring eventNamestring indexed eventNameHashbytes32 indexed profilebytes32 indexed topic2struct EventUtilsEventLogData eventData
OwnershipTransferStarted(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SettingEventLog(address msgSenderstring eventNamestring indexed eventNameHashbytes32 indexed profileuint256 reqId
TransactionEventLog(address msgSenderstring eventNamestring indexed eventNameHashbytes32 indexed profileuint256 reqId
Constructor
constructor(address owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressAlreadyExist(address _address
AddressNotExist(address _address
InterfaceNotSupport(address _address
IsNullValue(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
Unauthorized(address msgSenderstring role