Kernel
Unverified contract
Proxy
Active on
Ethereum with 1 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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) |
---|---|---|---|---|---|---|---|
| 18939789 | a year ago | | | 0.148 | 0.00067598926 |
ABI
ABI objects
Getter at block 21307483
entryPoint() view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
getNonce() view returns (uint256)
7
getOwner() view returns (address)
0x5bb8849e75442ec97d7e0b440590a16b5083b89e
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)
This contract contains no constructor objects.
receive()
InvalidNonce()
InvalidSignatureLength()
QueryResult(bytes result)