Kernel
Unverified contract
Proxy
Active on
Base with 8 txns
Unified storage
Map
Table
Raw
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($156.52)
Native
Value
$45.69
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.018236 | $2,505.63 |
$45.69 | |
USDC | ERC-20 | 72.994298 | $0.999937 |
$72.99 | |
EURC | ERC-20 | 34.726825 | $1.083 |
$37.61 | |
SPX | ERC-20 | 0.293077 | $0.784933 |
$0.23 | |
USA | ERC-20 | 1 | $0.001631 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000634 |
$0 | |
toby | ERC-20 | 1.554K | $0.00 |
$0 | |
0xDead | ERC-20 | 500K | -- | -- | |
COIN www.baseweb.io | ERC-20 | 10K | -- | -- | |
GLOOM | ERC-20 | 6.269848K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11829000 | 8 months ago | | | 0.0000014 | 0.000081525364 | |
| 9131288 | 10 months ago | | | 0.0000014 | 0.000081471019 | |
| 9130191 | 10 months ago | | | 0.0000014 | 0.000066000013 | |
| 9128622 | 10 months ago | | | 0.0000014 | 0.000081471015 | |
| 9099251 | 10 months ago | | | 0.00001 | 0.000081471004 | |
| 9098745 | 10 months ago | | | 0.00001 | 0.000081471003 | |
| 8827366 | 10 months ago | | | 0.0001 | 0.000063000003 | |
| 8804242 | 10 months ago | | | 0.0001 | 0.000063000002 |
ABI
ABI objects
Getter at block 21855652
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=Kernel, version=0.2.3, chainId=8453, verifyingContract=0x4c6545cb9a8981805f7184e9656c5f61c70d1fa0, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
entryPoint() view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
getDefaultValidator() view returns (address validator)
0x448cbd4f6a4b37f6d941c93f389153c90a09e594
getDisabledMode() view returns (bytes4 disabled)
0x00000000
getLastDisabledTime() view returns (uint48)
0
getNonce() view returns (uint256)
131
name() view returns (string)
Kernel
version() view returns (string)
0.2.3
Read-only
getExecution(bytes4 _selector) view returns (struct ExecutionDetail)
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)
validateSignature(bytes32 hash, bytes signature) view returns (uint256)
State-modifying
Events disableMode(bytes4 _disableFlag) payable
execute(address to, uint256 value, bytes data, uint8 _operation) payable
executeBatch(struct Call[] calls) payable
executeDelegateCall(address to, bytes data) payable
initialize(address _defaultValidator, bytes _data) payable
setDefaultValidator(address _defaultValidator, bytes _data) payable
setExecution(bytes4 _selector, address _executor, address _validator, uint48 _validUntil, uint48 _validAfter, bytes _enableData) payable
upgradeTo(address _newImplementation) payable
validateUserOp(struct UserOperation _userOp, bytes32 userOpHash, uint256 missingAccountFunds) payable returns (uint256 validationData)
DefaultValidatorChanged(address indexed oldValidator, address indexed newValidator)
ExecutionChanged(bytes4 indexed selector, address indexed executor, address indexed validator)
Received(address sender, uint256 amount)
Upgraded(address indexed newImplementation)
This contract contains no constructor objects.
fallback()
receive()
AlreadyInitialized()
DeprecatedOperation()
DisabledMode()
NotAuthorizedCaller()
NotEntryPoint()