PermissionedDeployer

Verified contract

Active on Base with 5 txns
Deployed by via 0xfe7ce345 at 10055436
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PermissionedDeployer"

0x217596e9d5aa1c7bc995eee117584ae6098b9fb3bbd23b7782d0855bb4f6a0a2
0xb571080efead6ca3d751df0bb59196fbd0adae66cf32e2a3049c47b364dbe49d
0xacad3f3358869d2ed987fe3313bda9cf5931d0c4d0264ce644b18aec053ad819
0xcc007226da04e143c0e2a9923bc9ec422f7ed402b358b49ab4eec6b20d6c9a05
0x0c1894e2560e4790d1cd4810be764edf8c9c0164f0a192de6f50a9a40d2e33f6

Functions
Getter at block 22763680
owner(view returns (address)
0xc50932edd1c14272aa35324dfc45a19ec57839aa
Read-only
deployedAddress(bytes bytecodebytes32 saltview returns (address)
deployedCreate2Address(bytes bytecodebytes32 saltview returns (address deployedAddress_)
encodeDepositParams(struct DeploymentParams deploymentParameterspure returns (bytes32)
isSignatureVerifier(addressview returns (bool)
State-modifying
addSignatureVerifier(address _signatureVerifier
deploy(struct DeploymentParams deployParamsbytes authorizedDeploySignaturepayable returns (address deployedAddress_)
deployAndInit(struct DeploymentParams deployParamsbytes authorizedDeploySignaturebytes initpayable returns (address deployedAddress_)
deployCreate2(struct DeploymentParams deployParamsbytes authorizedDeploySignaturepayable returns (address deployedAddress_)
deployCreate2AndInit(struct DeploymentParams deployParamsbytes authorizedDeploySignaturebytes initreturns (address deployedAddress_)
removeSignatureVerifier(address _signatureVerifier
renounceOwnership(
transferOwnership(address newOwner
Events
Deployed(bytes32 indexed bytecodeHashbytes32 indexed saltaddress indexed deployedAddress
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SignatureVerifierAdded(address signatureVerifier
SignatureVerifierRemoved(address signatureVerifier
Constructor
constructor(address _owneraddress[] _initialVerifiers
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyDeployed(
BytecodeEmpty(
DeadlineExceeded(
DeployFailed(
DeployInitFailed(
EmptyBytecode(
InvalidAddress(
InvalidSignature(
InvalidSignatureLength(
MismatchedChainId(
NativeTransferFailed(