Create2Deployer
Verified contract
Active on
Base with 40 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 "Create2Deployer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10214882 | 10 months ago | | | 0 | 7.9498419e-7 | |
| 9998219 | 10 months ago | | | 0 | 0.00090961232 | |
| 9998213 | 10 months ago | | | 0 | 0.0037755283 | |
| 9995717 | 10 months ago | | | 0 | 0.000000043118696968 | |
| 9995713 | 10 months ago | | | 0 | 4.4812510e-7 | |
| 9770419 | 10 months ago | | | 0 | 0.00012936902 | |
| 9770415 | 10 months ago | | | 0 | 0.0020500654 | |
| 9770411 | 10 months ago | | | 0 | 0.0066640062 | |
| 9770406 | 10 months ago | | | 0 | 0.0035753256 | |
| 9688642 | 10 months ago | | | 0 | 0.000000040466625664 |
ABI
ABI objects
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 salt, bytes32 codeHash) view returns (address)
computeAddressWithDeployer(bytes32 salt, bytes32 codeHash, address deployer) pure returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addExecutors(address[] accounts)
deploy(uint256 value, bytes32 salt, bytes code)
execute(struct Create2DeployerCall[] calls) returns (bytes[] returnData)
execute(address target, bytes callData) returns (bytes)
grantRole(bytes32 role, address account)
removeExecutors(address[] accounts)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
transferOwnership(address newOwner)
ContractDeployed(address contract_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(address owner)
receive()
CannotBeZeroAddress()
TransferNotAllowed()