LogicManager
Verified contract
Active on
Ethereum with 12 txns
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 "LogicManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9271899 | 5 years ago | | | 0 | 0.00048610400 | |
| 9245712 | 5 years ago | | | 0 | 0.00052810400 | |
| 9245698 | 5 years ago | | | 0 | 0.00015629400 | |
| 9226414 | 5 years ago | | | 0 | 0.00046192300 | |
| 9206670 | 5 years ago | | | 0 | 0.00029161600 | |
| 9206661 | 5 years ago | | | 0 | 0.00048610400 | |
| 9206657 | 5 years ago | | | 0 | 0.00027688000 | |
| 9206647 | 5 years ago | | | 0 | 0.00048610400 | |
| 9185410 | 5 years ago | | | 0 | 0.00046801000 | |
| 9185401 | 5 years ago | | | 0 | 0.00066013000 |
ABI
ABI objects
Getter at block 21404455
getAuthorizedLogics() view returns (address[])
[0x52dAb11c6029862eBF1E65A4d5c30641f5FbD957, 0x1C2349ACBb7f83d07577692c75B6D7654899BF10, 0x039aA54fEbe98AaaDb91aE2b1Db7aA00a82F8571, 0x2cd784297B10a53003092d6110c83C4092B2fbd2, 0x642619833060bd2cea7c26865ed325451E9E9443]
logicCount() view returns (uint256)
5
owner() view returns (address)
0xbd6240e8e1471e9ec91825699e8810edd9b59cfa
pendingTime() view returns (uint256)
345600
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)
triggerUpdateLogic(address _logic)
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.