ERC1967Factory
Verified contract
Active on
Ethereum with 4 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "ERC1967Factory"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19758424 | 6 months ago | | | 0 | 0.00013503729 | |
| 19758424 | 6 months ago | | | 0 | 0.00013503729 | |
| 19588142 | 7 months ago | | | 0 | 0.0023443340 | |
| 19588141 | 7 months ago | | | 0 | 0.0023977206 |
ABI
ABI objects
Getter at block 21157629
initCodeHash() view returns (bytes32 result)
0xb47e6f860082130c80eaf3a1ac330ec31b3ec33da2268697baf8709749a4cdd5
Read-only
adminOf(address proxy) view returns (address admin)
predictDeterministicAddress(bytes32 salt) view returns (address predicted)
State-modifying
Events changeAdmin(address proxy, address admin)
deploy(address implementation, address admin) payable returns (address proxy)
deployAndCall(address implementation, address admin, bytes data) payable returns (address proxy)
deployDeterministic(address implementation, address admin, bytes32 salt) payable returns (address proxy)
deployDeterministicAndCall(address implementation, address admin, bytes32 salt, bytes data) payable returns (address proxy)
upgrade(address proxy, address implementation) payable
upgradeAndCall(address proxy, address implementation, bytes data) payable
AdminChanged(address indexed proxy, address indexed admin)
Deployed(address indexed proxy, address indexed implementation, address indexed admin)
Upgraded(address indexed proxy, address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
DeploymentFailed()
SaltDoesNotStartWithCaller()
Unauthorized()
UpgradeFailed()