KernelFactory
Verified contract
Active on
Ethereum with 9 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 "KernelFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19281789 | 9 months ago | | | 0 | 0.00090982768 | |
| 19281789 | 9 months ago | | | 0 | 0.0015921813 | |
| 18578544 | a year ago | | | 0 | 0.0018738077 | |
| 18578539 | a year ago | | | 0 | 0.0019765963 | |
| 18439100 | a year ago | | | 0.1 | 0.00085486066 | |
| 18435491 | a year ago | | | 0 | 0.0017846872 | |
| 18435491 | a year ago | | | 0 | 0.0017846872 | |
| 17924706 | a year ago | | | 0.01 | 0.0016668725 | |
| 17924573 | a year ago | | | 0 | 0.0010000265 |
ABI
ABI objects
Getter at block 21259071
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()