Chameleon
Verified contract
Proxy
Active on
Ethereum with 2,936 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 27 additional slots
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$CMLN | ERC-20 | 10.699181M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20669098 | 3 months ago | | | 0 | 0.00026425670 | |
| 20302099 | 4 months ago | | | 0 | 0.00025945500 | |
| 19548492 | 8 months ago | | | 0 | 0.0028111003 | |
| 19077323 | 10 months ago | | | 0 | 0.0017354961 | |
| 18501901 | a year ago | | | 0 | 0.0010092280 | |
| 18501899 | a year ago | | | 0 | 0.0010952655 | |
| 18501896 | a year ago | | | 0 | 0.0026503937 | |
| 18468274 | a year ago | | | 0 | 0.0014133856 | |
| 18210716 | a year ago | | | 0 | 0.00064914791 | |
| 17910807 | a year ago | | | 0 | 0.0011855441 |
ABI
ABI objects
Getter at block 21289518
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0x0000000000000000000000000000000000000000
liquidityBurnTime() view returns (uint256)
1725355031
liquidityTokensAvailableToBurn() view returns (uint256)
2823675551141003434494961265
maxWallet() view returns (uint256)
1323485166666666666666666666
name() view returns (string)
Chameleon
owner() view returns (address)
0xb22a7bb8823ef17144c4204296fdaf5f1951e567
symbol() view returns (string)
$CMLN
totalSupply() view returns (uint256)
2824675551141003434494961265
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getData(address account) view returns (uint256[] dividendInfo, uint256 referralCode, int256 buyFee, uint256 sellFee, address biggestBuyerCurrentHour, uint256 biggestBuyerAmountCurrentHour, uint256 biggestBuyerRewardCurrentHour, address biggestBuyerPreviousHour, uint256 biggestBuyerAmountPreviousHour, uint256 biggestBuyerRewardPreviousHour, uint256 blockTimestamp)
isExcludedFromFees(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveWithoutBurn(address spender, uint256 amount) returns (bool)
burnLiquidityTokens()
claimDividends()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
hatch()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwapAccumulatedFees()
payBiggestBuyer(uint256 hour)
renounceOwnership()
setSwapTokensAtAmount(uint256 amount)
setSwapTokensMaxAmount(uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBaseFee(uint256 baseFee)
updateBiggestBuyerRewardFactor(uint256 value)
updateDividendTracker(address newAddress)
updateFeeDestinationPercents(uint256 dividendsPercent, uint256 marketingPercent, uint256 mysteryPercent)
updateFeeImpacts(uint256 sellImpact, uint256 timeImpact)
updateMysteryContract(address mysteryContract)
updateReferrals(uint256 referralBonus, uint256 referredBonus, uint256 tokensNeeded)
updateUnvestedDividendsMarketingFee(uint256 unvestedDividendsMarketingFee)
updateVestingDuration(uint256 vestingDuration)
Approval(address indexed owner, address indexed spender, uint256 value)
ClaimTokens(address indexed account, uint256 amount)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
LiqudityBurn(uint256 value)
LiquidityBurn(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateDividendTracker(address indexed newAddress)
UpdateMysteryContract(address mysteryContract)
constructor()
receive()
This contract contains no error objects.