ClienteleCoin
Verified contract
Active on
Ethereum with 2,018 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($2,764.06)
Native
Value
$2,764.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.90417 | $3,057.01 |
$2,764.06 | |
wLITI | ERC-20 | 5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194993 | 3 days ago | | | 0 | 0.00088194716 | |
| 21194974 | 3 days ago | | | 0 | 0.00082490092 | |
| 20829905 | 2 months ago | | | 0 | 0.00050132551 | |
| 20443767 | 4 months ago | | | 0 | 0.00015097491 | |
| 20388389 | 4 months ago | | | 0 | 0.00010593673 | |
| 20365276 | 4 months ago | | | 0 | 0.00021812776 | |
| 20194312 | 5 months ago | | | 0 | 0.000085994498 | |
| 20187870 | 5 months ago | | | 0 | 0.00043318605 | |
| 20114293 | 5 months ago | | | 0 | 0.00021324466 | |
| 19949013 | 6 months ago | | | 0 | 0.00022174690 |
ABI
ABI objects
Getter at block 21214827
DEV_FEE() view returns (uint256)
25
ETH_REWARDS_FEE() view returns (uint256)
25
MARKETING_FEE() view returns (uint256)
25
TD() view returns (uint256)
300
TDEnabled() view returns (bool)
true
TOTAL_FEES() view returns (uint256)
75
TOTAL_SUPPLY() view returns (uint256)
137000000000000000000000
decimals() view returns (uint8)
9
devWallet() view returns (address)
0x395da634618c39675b560aa5d321966672d6dc71
getTime() view returns (uint256)
1731935591
getUnlockTime() view returns (uint256)
0
impactFee() view returns (uint256)
10000
impactThreshold() view returns (uint256)
1
liquidateTokensAtAmount() view returns (uint256)
1000000000000
marketingWallet() view returns (address)
0xd7f7e7c412824c6f4f107453068e7c8062b0b488
name() view returns (string)
ClienteleCoin
owner() view returns (address)
0xacfe101ca7e2bc9ee6a76deaa9bc6c9dab0b5481
priceImpactFeeDisabled() view returns (bool)
false
rewardCycleBlock() view returns (uint256)
172800
symbol() view returns (string)
CLT
totalSupply() view returns (uint256)
137000000000000000000000
uniswapV2Pair() view returns (address)
0x57cd855ff9106bcf8a0943156cc43b1075ec0c81
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateReward(address ofAddress) view returns (uint256)
getPriceImpactFee(uint256 amount) view returns (uint256)
nextAvailableClaimDate(address) view returns (uint256)
State-modifying
Events DisableTD()
activateTD()
approve(address spender, uint256 amount) returns (bool)
claimReward()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableFees()
enableFees()
excludeFromFees(address account)
includeToFees(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
renounceOwnership()
setTDTime(uint256 delay) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
updateAirdropAddress(address airdropAddress)
updateImpactFee(uint256 newValue)
updateImpactFeeDisabled(bool newValue)
updateImpactThreshold(uint256 newValue)
updateLiquidationThreshold(uint256 newValue)
updateRewardCycleBlock(uint256 newBlock)
updateUniswapV2Router(address newAddress)
updateliquidateTokensAtAmount(uint256 newValue)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimSuccessfully(address recipient, uint256 ethReceived, uint256 nextAvailableClaimDate)
CycleBlockUpdated(uint256 indexed newBlock, uint256 indexed OldBlock)
ImpactFeeDisableUpdated(bool indexed value)
ImpactFeeUpdated(uint256 indexed newFee, uint256 indexed oldFee)
LiquidationThresholdUpdated(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxDistributed(uint256 tokensSwapped, uint256 ethReceived, uint256 rewardPoolGot, uint256 devGot, uint256 marketingGot)
ThresholdFeeUpdated(uint256 indexed newThreshold, uint256 indexed oldThreshold)
Transfer(address indexed from, address indexed to, uint256 value)
UpdatedUniswapV2Router(address indexed newAddress, address indexed oldAddress)
constructor(address routerAddress)
receive()
This contract contains no error objects.