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 "KernelFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "KernelFactory"
ABI
ABI objects
Getter at block 22753353
entryPoint() view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
initCodeHash() view returns (bytes32 result)
0x334ab5773dfb47329649994b3bf94068b4af7d1c807b687d2d42fca93368d368
owner() view returns (address result)
0xc87d11ae8c11a4c5a7ba3ea48827bffaecae1920
Read-only
getAccountAddress(bytes _data, uint256 _index) view returns (address)
isAllowedImplementation(address) view returns (bool)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
predictDeterministicAddress(bytes32 salt) view returns (address predicted)
State-modifying
Events addStake(uint32 unstakeDelaySec) payable
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
createAccount(address _implementation, bytes _data, uint256 _index) payable returns (address proxy)
renounceOwnership() payable
requestOwnershipHandover() payable
setEntryPoint(address _entryPoint)
setImplementation(address _implementation, bool _allow)
transferOwnership(address newOwner) payable
unlockStake()
withdrawStake(address withdrawAddress)
Deployed(address indexed proxy, address indexed implementation)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
constructor(address _owner, address _entryPoint)
This contract contains no fallback and receive objects.
DeploymentFailed()
NewOwnerIsZeroAddress()
NoHandoverRequest()
SaltDoesNotStartWithCaller()
Unauthorized()