CoboFactory
Verified contract
Implementation
Active on
Ethereum with 2 txns
Storage
Map
Table
Raw
Constants and immutables
2
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) |
---|---|---|---|---|---|---|---|
| 17412871 | a year ago | | | 0 | 0.0021175785 | |
| 17361944 | a year ago | | | 0 | 0.0040303917 |
ABI
ABI objects
Getter at block 21225394
NAME() view returns (bytes32)
0x436f626f466163746f7279000000000000000000000000000000000000000000
VERSION() view returns (uint256)
1
_NAME() view returns (string)
CoboFactory
getAllNameStrings() view returns (string[] _names)
[CoboFactory ]
getAllNames() view returns (bytes32[] _names)
[0x436f626f466163746f7279000000000000000000000000000000000000000000]
owner() view returns (address)
0x554e19890f4ee596c4e43e068940dcc7c341becc
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.