Kernel
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
11
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 "Kernel"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Kernel"
ABI
ABI objects
Getter at block 20869077
entryPoint() view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
getNonce() view returns (uint256)
0
getOwner() view returns (address)
0x0000000000000000000000000000000000000001
name() view returns (string)
Kernel
version() view returns (string)
0.0.1
Read-only
getNonce(uint192 key) view returns (uint256)
isValidSignature(bytes32 _hash, bytes _signature) view returns (bytes4)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
onERC721Received(address, address, uint256, bytes) pure returns (bytes4)
State-modifying
Events executeAndRevert(address to, uint256 value, bytes data, uint8 operation)
initialize(address _owner)
queryPlugin(address _plugin, bytes _data)
transferOwnership(address _newOwner)
upgradeTo(address _newImplementation)
validateUserOp(struct UserOperation userOp, bytes32 userOpHash, uint256 missingAccountFunds) returns (uint256 validationData)
Upgraded(address indexed newImplementation)
constructor(address _entryPoint)
receive()
InvalidNonce()
InvalidSignatureLength()
QueryResult(bytes result)