ERC1967Factory

Verified contract

Active on Base with 17 txns
Slot Value
0x0000000000000000000000000000000000000000000000000000000000000000 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000001 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000002 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000003 0x0000000000000000000000000000000000000000000000000000000000000000
0x0000000000000000000000000000000000000000000000000000000000000004 0x0000000000000000000000000000000000000000000000000000000000000000

No balances found for "ERC1967Factory"

0xcaaf9ef781bf2803953704fcc74bd4f8f960c61e37f9a97786b4b9008d0d6a37
0x801d4761b697112755d4235d45198c7a168f0a988e6dfdd57ccfd0d8eb16c3c9
0x4e9c09a1bfccef46f85d3e9c5eb986ec1607943900b33069a87af6260e3683e0
0x602ef3b386e4636a8112b2d860e75f332a57fd2a0514eb68bb1c3687e629b740
0x95639c8ce926662d528f656fc6d2cedda9027d49e1ece36b59e1ced42d0af77c
0xd09871ad0f0264da76de9414eda71c1ef68d5517dd19b5d6f3d2f335a357d8e8
0x032580fd86727c2f8536e4a8cb23ee03307e5caa50c996939639c7050569e384
0x6a128f2dc5c11157f08590cdea5a5aa1c023be9521442db5211c883b716810e4
0xe01be8c86ccb2144951c0fdc415a1fb0cdeae57680a4a1dac0b53ba1f598c81b
0x15eaeb56cff996851db48bab11074183ddf49675209a2b1f2ccecf2b4c805a78

Functions
Getter at block 22731215
initCodeHash(view returns (bytes32 result)
0x4435a5963c29bc1c221d8cfc9c546a167425b5e1f4b5017cc0a0dd4ccaac27d1
Read-only
adminOf(address proxyview returns (address admin)
predictDeterministicAddress(bytes32 saltview returns (address predicted)
State-modifying
changeAdmin(address proxyaddress admin
deploy(address implementationaddress adminpayable returns (address proxy)
deployAndCall(address implementationaddress adminbytes datapayable returns (address proxy)
deployDeterministic(address implementationaddress adminbytes32 saltpayable returns (address proxy)
deployDeterministicAndCall(address implementationaddress adminbytes32 saltbytes datapayable returns (address proxy)
upgrade(address proxyaddress implementationpayable 
upgradeAndCall(address proxyaddress implementationbytes datapayable 
Events
AdminChanged(address indexed proxyaddress indexed admin
Deployed(address indexed proxyaddress indexed implementationaddress indexed admin
Upgraded(address indexed proxyaddress indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
DeploymentFailed(
SaltDoesNotStartWithCaller(
Unauthorized(
UpgradeFailed(