Create2Deployer

Verified contract

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

No balances found for "Create2Deployer"

0x9591275d6402c08c9aaecff0f40127f451939c2edb9afd5d531872fa49be5b3e
0x6e19a6debc1b9df0b9efb243355614f0a03341fa85e30f463f3dbc38eb828469
0x4152cce1da2f7ad81db82e6dba8776ea3ab630f1e5a62f8fe21560390739cabf
0xc1c31dd12ff7a2e982f14fd27b4f7708ca6e252000d43c20ba4ef6003940dece
0x115096f3d971e0d073c2b979c57aab70d9e549b6f4b6e4faa725a0b1dd9d294a
0x211c5683d4e9a9c2259e2ebee409b09eb40f7116bb3c02eeedaeaed0773f3b06
0x0af6933017ac4a1ab4cb4d6e6f08d7755ff32631955c582acb47aec422527e9c
0xa782f9e850296e9036731e5c942767eb3fcc8827e911c081ea6df7d815aa0119
0x295f1a5723b347adfb1ec6e34ab63650f2efd1081007677749ac63a3aca61bd1
0xeb01650410d8b2c2c673ae30afa168d9c84619905c3d24cca82686791294747f

Functions
Getter at block 22733533
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PROXY_EXECUTOR(view returns (bytes32)
0x5b51afe39189cb0f8fdf1bafb4f96ee19ab1ea148817cbd75eef327878fba84d
owner(view returns (address)
0x8b08d16f8ed6d00e539a4da896bd124828615a96
Read-only
computeAddress(bytes32 saltbytes32 codeHashview returns (address)
computeAddressWithDeployer(bytes32 saltbytes32 codeHashaddress deployerpure returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addExecutors(address[] accounts
deploy(uint256 valuebytes32 saltbytes code
execute(struct Create2DeployerCall[] callsreturns (bytes[] returnData)
execute(address targetbytes callDatareturns (bytes)
grantRole(bytes32 roleaddress account
removeExecutors(address[] accounts
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transferOwnership(address newOwner
Events
ContractDeployed(address contract_
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(address owner
Fallback and receive
receive(
Errors
CannotBeZeroAddress(
TransferNotAllowed(