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) |
---|---|---|---|---|---|---|---|
| 10899551 | 9 months ago | | | 0 | 0.00013930203 | |
| 6637383 | a year ago | | | 0 | 0.00013930200 | |
| 6637382 | a year ago | | | 0 | 0.00013930200 | |
| 5773578 | a year ago | | | 0 | 0.00013930200 | |
| 5773578 | a year ago | | | 0 | 0.00013930200 | |
| 4917532 | a year ago | | | 0 | 2.8672692e-7 | |
| 4908674 | a year ago | | | 0 | 2.1032067e-7 | |
| 4908043 | a year ago | | | 0 | 2.2373874e-7 | |
| 4907887 | a year ago | | | 0 | 0.000000031780381388 | |
| 4907839 | a year ago | | | 0 | 0.000000030948456546 |
ABI
ABI objects
Getter at block 22943340
entryPoint() view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
initCodeHash() view returns (bytes32 result)
0xee9d8350bd899dd261db689aafd87eb8a30f085adbaff48152399438ff4eed73
owner() view returns (address result)
0x9775137314fe595c943712b0b336327dfa80ae8a
ownershipHandoverValidFor() view returns (uint64)
172800
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()