PermissionedDeployer
Verified contract
Active on
Base with 5 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 "PermissionedDeployer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11992493 | 8 months ago | | | 0 | 0.000032936979 | |
| 10405031 | 9 months ago | | | 0 | 0.0000038244499 | |
| 10364326 | 9 months ago | | | 0 | 0.000000022930425945 | |
| 10056949 | 10 months ago | | | 0 | 0.0000013294211 | |
| 10056407 | 10 months ago | | | 0 | 0.0000035424920 |
ABI
ABI objects
Getter at block 22763680
owner() view returns (address)
0xc50932edd1c14272aa35324dfc45a19ec57839aa
Read-only
deployedAddress(bytes bytecode, bytes32 salt) view returns (address)
deployedCreate2Address(bytes bytecode, bytes32 salt) view returns (address deployedAddress_)
encodeDepositParams(struct DeploymentParams deploymentParameters) pure returns (bytes32)
isSignatureVerifier(address) view returns (bool)
State-modifying
Events addSignatureVerifier(address _signatureVerifier)
deploy(struct DeploymentParams deployParams, bytes authorizedDeploySignature) payable returns (address deployedAddress_)
deployAndInit(struct DeploymentParams deployParams, bytes authorizedDeploySignature, bytes init) payable returns (address deployedAddress_)
deployCreate2(struct DeploymentParams deployParams, bytes authorizedDeploySignature) payable returns (address deployedAddress_)
deployCreate2AndInit(struct DeploymentParams deployParams, bytes authorizedDeploySignature, bytes init) returns (address deployedAddress_)
removeSignatureVerifier(address _signatureVerifier)
renounceOwnership()
transferOwnership(address newOwner)
Deployed(bytes32 indexed bytecodeHash, bytes32 indexed salt, address indexed deployedAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SignatureVerifierAdded(address signatureVerifier)
SignatureVerifierRemoved(address signatureVerifier)
constructor(address _owner, address[] _initialVerifiers)
This contract contains no fallback and receive objects.
AlreadyDeployed()
BytecodeEmpty()
DeadlineExceeded()
DeployFailed()
DeployInitFailed()
EmptyBytecode()
InvalidAddress()
InvalidSignature()
InvalidSignatureLength()
MismatchedChainId()
NativeTransferFailed()