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) |
---|---|---|---|---|---|---|---|
| 20851880 | a month ago | | | 0 | 0.000000078425487220 | |
| 17888718 | 4 months ago | | | 0 | 4.8476936e-7 | |
| 17888718 | 4 months ago | | | 0 | 5.4545872e-7 | |
| 17888718 | 4 months ago | | | 0 | 4.8449254e-7 | |
| 17888717 | 4 months ago | | | 0 | 4.8455284e-7 | |
| 16281866 | 5 months ago | | | 0 | 0.000000064323046454 | |
| 16281835 | 5 months ago | | | 0 | 0.000000064323046454 | |
| 15758944 | 5 months ago | | | 0 | 0.000000064323046454 | |
| 15758825 | 5 months ago | | | 0 | 0.000000064323046454 | |
| 15758724 | 5 months ago | | | 0 | 0.000000064323046454 |
ABI
ABI objects
Getter at block 22731215
initCodeHash() view returns (bytes32 result)
0x4435a5963c29bc1c221d8cfc9c546a167425b5e1f4b5017cc0a0dd4ccaac27d1
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()