KERMIT KASH
Verified contract
Active on
Ethereum with 10 txns
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 |
---|---|---|---|---|---|
KERMIT | ERC-20 | 762.099897K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17824901 | a year ago | | | 0 | 0.00073530875 | |
| 17824883 | a year ago | | | 0 | 0.00063282087 | |
| 17824726 | a year ago | | | 0 | 0.00085461419 | |
| 17824713 | a year ago | | | 0 | 0.0015509721 | |
| 17824700 | a year ago | | | 0 | 0.00091336016 | |
| 17824681 | a year ago | | | 0 | 0.00075890902 | |
| 17824669 | a year ago | | | 0 | 0.00075305258 | |
| 17824653 | a year ago | | | 0 | 0.00037408265 | |
| 17824653 | a year ago | | | 0 | 0.00037336219 | |
| 17824651 | a year ago | | | 0 | 0.00081105709 |
ABI
ABI objects
Getter at block 21191378
allExemptFromFees() view returns (bool)
true
burnedTokens() view returns (uint256)
99999999999999999999999999999999
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
feesEnabled() view returns (bool)
true
feesSet() view returns (bool)
true
name() view returns (string)
KERMIT KASH
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
99
swapRouter() view returns (address)
0x93a19b102224b77f63fdc70c72ff04184aad06bc
symbol() view returns (string)
KERMIT
totalSupply() view returns (uint256)
999999999000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
isFeeExempt(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 burnAmount, uint256 deadWallet)
buy() payable
lockLPToken(uint256 amount)
renounceOwnership()
sell(uint256 _amount)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
FeesUpdated(uint256 burnAmount, uint256 deadWallet)
LPLocked(address indexed account, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _swapRouter, uint256 _burnedTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.