The storage layout for this contract could not be retrieved.
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CK | ERC-20 | 950.312763K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17761785 | a year ago | | | 0 | 0.0012354229 | |
| 17757443 | a year ago | | | 0 | 0.0012789348 | |
| 17757093 | a year ago | | | 0 | 0.0025719819 | |
| 17756143 | a year ago | | | 0 | 0.00085392420 | |
| 17755578 | a year ago | | | 0 | 0.00078325615 | |
| 17755442 | a year ago | | | 0 | 0.00068218810 | |
| 17755423 | a year ago | | | 0 | 0.00065932210 | |
| 17755421 | a year ago | | | 0 | 0.00083048450 | |
| 17755420 | a year ago | | | 0 | 0.00084242120 | |
| 17755420 | a year ago | | | 0 | 0.00084242120 |
ABI
ABI objects
Getter at block 21222085
balance() view returns (uint256)
0
buyLiquidityFee() view returns (uint256)
0
buyTotalFees() view returns (uint256)
1
buyTreasuryFee() view returns (uint256)
1
decimals() view returns (uint8)
18
limitsActive() view returns (bool)
false
maxTx() view returns (uint256)
2000000000000000000000000
maxWallet() view returns (uint256)
2000000000000000000000000
name() view returns (string)
CK The Loser
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellLiquidityFee() view returns (uint256)
0
sellTotalFees() view returns (uint256)
1
sellTreasuryFee() view returns (uint256)
1
shouldContractSellAll() view returns (bool)
false
swapTreshold() view returns (uint256)
100000000000000000000000
symbol() view returns (string)
CK
tokensForLiquidity() view returns (uint256)
0
tokensForTreasury() view returns (uint256)
950312762675857601050201
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x0bc9434166495c7523e5ad91feb3d5892310aaaf
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events ClearStuckEth()
ContractTradingOn()
UnstuckEth()
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableEmptyContract(bool enabled)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits() returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateLimits(uint256 _maxTx, uint256 _maxWallet)
updateSwapTreshold(uint256 newAmount) returns (bool)
updateTax(uint256 _liquidityBuyFee, uint256 _liquiditySellFee, uint256 _treasuryBuyFee, uint256 _treasurySellFee)
updateTreasuryAddress(address newTreasuryWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoNukeLP()
ExcludeFromFees(address indexed account, bool isExcluded)
ManualNukeLP()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
treasuryWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.