Kangamoon
Verified contract
Active on
Ethereum with 8,696 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($332.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KANG | ERC-20 | 140.75923K | $0.002362 |
$332.52 | |
KANG | ERC-20 | 10M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245343 | 18 minutes ago | | | 0 | 0.00042804024 | |
| 21245189 | an hour ago | | | 0 | 0.00042137715 | |
| 21245160 | an hour ago | | | 0 | 0.00069513721 | |
| 21244740 | 2 hours ago | | | 0 | 0.00068225446 | |
| 21244655 | 3 hours ago | | | 0 | 0.00042502768 | |
| 21244460 | 3 hours ago | | | 0 | 0.00052846558 | |
| 21243711 | 6 hours ago | | | 0 | 0.00066688913 | |
| 21243711 | 6 hours ago | | | 0 | 0.00068109323 | |
| 21242790 | 9 hours ago | | | 0 | 0.00057360804 | |
| 21242755 | 9 hours ago | | | 0 | 0.00067835638 |
ABI
ABI objects
Getter at block 21245432
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Kangamoon
owner() view returns (address)
0x274f69668b3ed6bdf342ceda1b8dcbf5aba230d3
symbol() view returns (string)
KANG
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
increaseAllowance(address to, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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 name_, string symbol_, address _to)
This contract contains no fallback and receive objects.
This contract contains no error objects.