OwnedCreate2FactoryV0

Verified contract

Active on Ethereum with 0 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "OwnedCreate2FactoryV0"

No transactions found for "OwnedCreate2FactoryV0"


Functions
Getter at block 20880244
owner(view returns (address)
0x52119bb73ac8bdbe59af0eedfd4e4ee6887ed2ea
type_(view returns (bytes32)
0x4f776e656443726561746532466163746f727956300000000000000000000000
Read-only
predictDeterministicAddress(bytes32 saltbytes initcodeview returns (address predicted)
State-modifying
deployCreate2(bytes32 saltbytes initcodepayable returns (address newContract)
drainERC20(address ERC20TokenAddressaddress recipient
drainETH(address recipient
execCalls(struct OwnedCreate2FactoryV0Call[] _callsreturns (uint256 blockNumberbytes[] returnData)
renounceOwnership(
transferOwnership(address newOwner
Events
ContractCreated(address indexed newContract
Deployed(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address owner_
Fallback and receive
receive(
Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
Create2EmptyBytecode(
Create2FailedDeployment(
Create2InsufficientBalance(uint256 balanceuint256 needed
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token