Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KINO | ERC-20 | 73.375324K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272463 | 12 minutes ago | | | 0 | 0.00085423359 | |
| 21272230 | an hour ago | | | 0 | 0.0010053674 | |
| 21272140 | an hour ago | | | 0 | 0.0010162259 | |
| 21272134 | an hour ago | | | 0 | 0.0011425575 | |
| 21271890 | 2 hours ago | | | 0 | 0.00073475802 | |
| 21271740 | 3 hours ago | | | 0 | 0.00088206383 | |
| 21271677 | 3 hours ago | | | 0 | 0.00089847973 | |
| 21271395 | 4 hours ago | | | 0 | 0.00046356886 | |
| 21271288 | 4 hours ago | | | 0 | 0.00042402511 | |
| 21271227 | 4 hours ago | | | 0 | 0.00045247159 |
ABI
ABI objects
Getter at block 21272520
decimals() view returns (uint8)
18
feeOnBuy() view returns (uint256)
1
feeOnSell() view returns (uint256)
1
launched() view returns (bool)
true
marketingWallet() view returns (address)
0xcd614a77b23f13dc4a2ba53665e37cfb52da30a3
name() view returns (string)
The TeaCup Dog
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
KINO
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
launch()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _symbol, string _name, uint8 _decimals, uint256 _totalSupply, uint256 _feeOnBuy, uint256 _feeOnSell, address _mw)
receive()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)