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 "Controller"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20935357 | a month ago | | | 0 | 0.00055177684 | |
| 20112347 | 5 months ago | | | 0 | 0.0015086466 | |
| 12697573 | 3 years ago | | | 0 | 0.00037929000 | |
| 12517319 | 3 years ago | | | 0 | 0.0010114400 | |
| 12517312 | 3 years ago | | | 0 | 0.0010114400 | |
| 12517281 | 3 years ago | | | 0 | 0.0010114400 | |
| 12517268 | 3 years ago | | | 0 | 0.0010114400 | |
| 12367127 | 4 years ago | | | 0 | 0.0010114400 | |
| 12342487 | 4 years ago | | | 0 | 0.0030039500 | |
| 12329130 | 4 years ago | | | 0 | 0.0034515602 |
ABI
ABI objects
Getter at block 21258887
adminCount() view returns (uint256)
3
controllerCount() view returns (uint256)
1
isStopped() view returns (bool)
false
isTransferable() view returns (bool)
false
owner() view returns (address)
0x846979ff59f5615475c2d0c0d660b28d74dbd1c6
Read-only
isAdmin(address _account) view returns (bool)
isController(address _account) view returns (bool)
State-modifying
Events addAdmin(address _account)
addController(address _account)
claim(address _to, address _asset, uint256 _amount)
removeAdmin(address _account)
removeController(address _account)
renounceOwnership()
start()
stop()
transferOwnership(address _account, bool _transferable)
AddedAdmin(address _sender, address _admin)
AddedController(address _sender, address _controller)
Claimed(address _to, address _asset, uint256 _amount)
LockedOwnership(address _locked)
RemovedAdmin(address _sender, address _admin)
RemovedController(address _sender, address _controller)
Started(address _sender)
Stopped(address _sender)
TransferredOwnership(address _from, address _to)
constructor(address _ownerAddress_)
This contract contains no fallback and receive objects.
This contract contains no error objects.