CellarFactory
Verified contract
Active on
Ethereum with 4 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 "CellarFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16428981 | 2 years ago | | | 0 | 0.00085566000 | |
| 16428980 | 2 years ago | | | 0 | 0.0014044800 | |
| 16428978 | 2 years ago | | | 0 | 0.0013890300 | |
| 16428977 | 2 years ago | | | 0 | 0.0013890300 |
ABI
ABI objects
Getter at block 21385644
owner() view returns (address)
0x7340d1fecd4b64a4ac34f826b21c945d44d7407f
Read-only
getCellar(address implementation, bytes32 salt) view returns (address)
getImplementation(uint256, uint256) view returns (address)
isDeployer(address) view returns (bool)
State-modifying
Events addImplementation(address implementation, uint256 version, uint256 subVersion)
adjustIsDeployer(address _deployer, bool _state)
deploy(uint256 version, uint256 subVersion, bytes initializeData, address asset, uint256 initialDeposit, bytes32 salt) returns (address clone)
transferOwnership(address newOwner)
CellarDeployed(address cellar, address implementation, bytes32 salt)
OwnershipTransferred(address indexed user, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
CellarFactory__AlreadyExists()
CellarFactory__NotADeployer()