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) |
---|---|---|---|---|---|---|---|
| 11853842 | 4 years ago | | | 0 | 0.0023428770 | |
| 11831971 | 4 years ago | | | 0 | 0.0052372550 | |
| 11704869 | 4 years ago | | | 0 | 0.0035774900 | |
| 9442106 | 5 years ago | | | 0 | 0.00016617000 | |
| 9440684 | 5 years ago | | | 0 | 0.000079761600 | |
| 9436810 | 5 years ago | | | 0 | 0.00012468151 | |
| 9021388 | 5 years ago | | | 0 | 0.00029132000 | |
| 8920744 | 5 years ago | | | 0 | 0.00019629540 | |
| 8920589 | 5 years ago | | | 0 | 0.00070445760 | |
| 8920581 | 5 years ago | | | 0 | 0.00056486100 |
ABI
ABI objects
Getter at block 21161177
cap() view returns (uint256)
5870000000000000
decimals() view returns (uint8)
8
isOwner() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
Kernel
owner() view returns (address)
0xedde46861c52d139145912b39c756407992af4fb
symbol() view returns (string)
KNL
totalSupply() view returns (uint256)
2935041754530725
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
multiTransfer(address[] to, uint256[] value) returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawEther(address _to, uint256 _value)
withdrawTokensApprove(address _token, address _spender, uint256 _value)
withdrawTokensTransfer(address _token, address _to, uint256 _value)
withdrawTokensTransferFrom(address _token, address _from, address _to, uint256 _value)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrawEther(address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.