LogicManager
Verified contract
Active on
Ethereum with 17 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "LogicManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11059262 | 4 years ago | | | 0 | 0.0022014930 | |
| 10737231 | 4 years ago | | | 0 | 0.0072889200 | |
| 10737226 | 4 years ago | | | 0 | 0.0072889200 | |
| 10737217 | 4 years ago | | | 0 | 0.0044093610 | |
| 10737211 | 4 years ago | | | 0 | 0.0072889200 | |
| 10737206 | 4 years ago | | | 0 | 0.0044755200 | |
| 10737200 | 4 years ago | | | 0 | 0.0072889200 | |
| 10737189 | 4 years ago | | | 0 | 0.0040413600 | |
| 10737182 | 4 years ago | | | 0 | 0.0080785530 | |
| 10445219 | 4 years ago | | | 0 | 0.0010310790 |
ABI
ABI objects
Getter at block 21257090
getAuthorizedLogics() view returns (address[])
[0x205dc661Ee6946319ebb0698A017BCc20549910F, 0x1C2349ACBb7f83d07577692c75B6D7654899BF10, 0x142914E134348E51c5f402bAeD81810A1f829e7B, 0xF9bb55b6a14ACd32066182f0F5f0296073F5D054, 0xdc4A5151C0F29f6deFA09b383d04B95d587fA275, 0x910119BEE96C7A03Dd2597D4596e88bDf3aff682]
logicCount() view returns (uint256)
6
owner() view returns (address)
0x2355071753c957036707558e6ba56a72b5c70411
pt() view returns (uint256 curPendingTime, uint256 nextPendingTime, uint256 dueTime)
(curPendingTime=345600, nextPendingTime=345600, dueTime=1602733891)
Read-only
authorized(address) view returns (bool)
authorizedLogics(uint256) view returns (address)
isAuthorized(address _logic) view returns (bool)
pendingLogics(address) view returns (bool value, uint256 dueTime)
State-modifying
Events cancelUpdate(address _logic)
changeOwner(address _newOwner)
submitUpdate(address _logic, bool _value)
submitUpdatePendingTime(uint256 _pendingTime)
triggerUpdateLogic(address _logic)
triggerUpdatePendingTime()
OwnerChanged(address indexed _newOwner)
UpdateLogicCancelled(address indexed logic)
UpdateLogicDone(address indexed logic, bool value)
UpdateLogicSubmitted(address indexed logic, bool value)
constructor(address[] _initialLogics, uint256 _pendingTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.