CoboSafeFactory
Verified contract
Active on
Ethereum with 6 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 "CoboSafeFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15236160 | 2 years ago | | | 0 | 0.026597978 | |
| 15229833 | 2 years ago | | | 0 | 0.013381170 | |
| 15179091 | 2 years ago | | | 0 | 0.051539920 | |
| 15054360 | 2 years ago | | | 0 | 0.043732184 | |
| 15032761 | 2 years ago | | | 0 | 0.029343472 | |
| 14919855 | 2 years ago | | | 0 | 0.044292528 |
ABI
ABI objects
Getter at block 21268423
NAME() view returns (string)
Cobo Safe Factory
VERSION() view returns (string)
0.4.1
modulesSize() view returns (uint256)
36
owner() view returns (address)
0x89635b6dc339ff219c53ef8a7c53af3368decabb
paused() view returns (bool)
false
Read-only
modules(uint256) view returns (address)
safeToModule(address) view returns (address)
State-modifying
Events createModule(address _safe) returns (address _module)
setPaused(bool paused)
transferOwnership(address newOwner)
NewModule(address indexed safe, address indexed module, address indexed sender)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.