TransferProtectorFactory
Verified contract
Active on
Ethereum with 0 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 "TransferProtectorFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TransferProtectorFactory"
ABI
ABI objects
Getter at block 21205425
NAME() view returns (string)
Cobo TransferProtector Factory
VERSION() view returns (string)
0.1.0
owner() view returns (address)
0x89635b6dc339ff219c53ef8a7c53af3368decabb
paused() view returns (bool)
false
protectorsSize() view returns (uint256)
2
subSafeFactory() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
protectorToSafe(address) view returns (address)
protectors(uint256) view returns (address)
safeToProtector(address) view returns (address)
State-modifying
Events createProtector(address _safe, uint256 _nonce) returns (address _protector)
setPaused(bool paused)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferProtectorCreated(address indexed safe, address indexed protector, address indexed sender)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.