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 "CoboFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16330280 | 5 months ago | | | 0 | 5.9233302e-7 | |
| 16291644 | 5 months ago | | | 0 | 2.3141011e-7 | |
| 15698704 | 6 months ago | | | 0 | 5.8548229e-7 | |
| 15698624 | 6 months ago | | | 0 | 5.4467639e-7 | |
| 15698607 | 6 months ago | | | 0 | 5.3384463e-7 | |
| 15698589 | 6 months ago | | | 0 | 5.1645374e-7 | |
| 15698570 | 6 months ago | | | 0 | 0.000000504557649596 | |
| 15698551 | 6 months ago | | | 0 | 4.9556922e-7 | |
| 15352919 | 6 months ago | | | 0 | 2.4550654e-7 | |
| 15352782 | 6 months ago | | | 0 | 2.7006051e-7 |
ABI
ABI objects
Getter at block 23007509 getAllNameStrings() view returns (string[] _names) getAllNames() view returns (bytes32[] _names)
NAME() view returns (bytes32)
0x436f626f466163746f7279000000000000000000000000000000000000000000
VERSION() view returns (uint256)
1
_NAME() view returns (string)
CoboFactory
owner() view returns (address)
0x89635b6dc339ff219c53ef8a7c53af3368decabb
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getAllImplementations(bytes32 name) view returns (address[] impls)
getAllRecord(address deployer, bytes32 name) view returns (address[] proxies)
getCreate2Address(address creator, bytes32 name, bytes32 salt) view returns (address instance)
getLastRecord(address deployer, bytes32 name) view returns (address proxy)
getLatestImplementation(bytes32 name) view returns (address impl)
getNameString(uint256 i) view returns (string _name)
getRecordSize(address deployer, bytes32 name) view returns (uint256 size)
getRecords(address deployer, bytes32 name, uint256 start, uint256 end) view returns (address[] proxies)
implementations(bytes32, uint256) view returns (address)
latestImplementations(bytes32) view returns (address)
names(uint256) view returns (bytes32)
records(address, bytes32, uint256) view returns (address)
State-modifying
Events acceptOwner()
addImplementation(address impl)
create(bytes32 name) returns (address instance)
create2(bytes32 name, bytes32 salt) returns (address instance)
create2AndRecord(bytes32 name, bytes32 salt) returns (address instance)
createAndRecord(bytes32 name) returns (address instance)
initialize(address _owner)
renounceOwnership()
setPendingOwner(address to)
transferOwnership(address newOwner)
ImplementationAdded(bytes32 indexed name, address indexed implementation)
NewOwnerSet(address indexed owner)
PendingOwnerSet(address indexed to)
ProxyCreated(address indexed deployer, bytes32 indexed name, address indexed implementation, address proxy)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.