KernelFactory
Verified contract
Active on
Ethereum with 19 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) |
---|---|---|---|---|---|---|---|
| 19778925 | 7 months ago | | | 0 | 0.00077783819 | |
| 19706420 | 7 months ago | | | 0 | 0.0011209333 | |
| 19632872 | 7 months ago | | | 0 | 0.0073763498 | |
| 19624738 | 7 months ago | | | 0 | 0.0029037763 | |
| 19619976 | 7 months ago | | | 0 | 0.00093764839 | |
| 19619976 | 7 months ago | | | 0 | 0.0043010798 | |
| 19291200 | 9 months ago | | | 0 | 0.011168236 | |
| 19226425 | 9 months ago | | | 0 | 0.00078732787 | |
| 19226424 | 9 months ago | | | 0 | 0.0044510066 | |
| 19140336 | 10 months ago | | | 0 | 0.00066073515 |
ABI
ABI objects
Getter at block 21226072
entryPoint() view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
initCodeHash() view returns (bytes32 result)
0x58cd6511c9a65b962584a512c784f6e21342cece8699f0240381b3b72e0fe905
owner() view returns (address result)
0x715f45c4fe4f72cb75d6de2f36d0428923a70946
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()