Kumamon Coin
Verified contract
Active on
Ethereum with 173 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KUMA | ERC-20 | 5B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19053603 | a year ago | | | 0 | 0.00043806402 | |
| 18319241 | a year ago | | | 0 | 0.00028229992 | |
| 17835045 | a year ago | | | 0 | 0.0021212426 | |
| 17703896 | a year ago | | | 0 | 0.00082860114 | |
| 17674636 | a year ago | | | 0 | 0.0014829420 | |
| 17647683 | a year ago | | | 0 | 0.00065849251 | |
| 17612229 | a year ago | | | 0 | 0.00079039217 | |
| 17610166 | a year ago | | | 0 | 0.00030958241 | |
| 17586905 | a year ago | | | 0 | 0.0040763565 | |
| 17586576 | a year ago | | | 0 | 0.0024895112 |
ABI
ABI objects
Getter at block 21381282
decimals() view returns (uint8)
9
name() view returns (string)
Kumamon Coin
owner() view returns (address)
0x000000000000000000000000000000000000dead
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
20000000000000000000
symbol() view returns (string)
KUMA
totalBuyFees() view returns (uint256)
0
totalReflectionDistributed() view returns (uint256)
0
totalSellFees() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000000000
uniswapV2Pair() view returns (address)
0xa343d0a296da3adee0a790753eb7e660c1067e4f
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
isStakingAddress(address) view returns (bool)
lockedAmount(address) view returns (uint256)
lockedAmountPerContract(address, address) view returns (uint256)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claimStuckTokens(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFees(address account, bool excluded)
excludeFromReward(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockToken(uint256 amount, address user)
renounceOwnership()
setStakingAddress(address stakingAddress, bool _value)
setSwapEnabled(bool _enabled)
setSwapTokensAtAmount(uint256 newAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockToken(address user)
updateFeeBuy(uint256 _taxFeeonBuyFee, uint256 _liquidityFeeonBuyFee, uint256 _marketingFeeonBuy)
updateFeeSell(uint256 _taxFeeonSell, uint256 _liquidityFeeonSell, uint256 _marketingFeeonSell)
Approval(address indexed owner, address indexed spender, uint256 value)
BuyFeesChanged(uint256 taxFee, uint256 liquidityFee, uint256 marketingFee)
ExcludeFromFees(address indexed account, bool isExcluded)
LockToken(uint256 _amount, address _user, address _contract)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellFeesChanged(uint256 taxFee, uint256 liquidityFee, uint256 marketingFee)
SetStakingAddress(address _address, bool _type)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndSendMarketing(uint256 tokensSwapped, uint256 ethSend)
SwapEnabledUpdated(bool enabled)
SwapTokensAtAmountUpdated(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
UnLockToken(uint256 _amount, address _user, address _contract)
WalletToWalletTransferWithoutFeeEnabled(bool enabled)
mkChanged(address mk)
constructor(address _addressOne, address _addressTwo, address _owner)
receive()
This contract contains no error objects.