Cute Cat Candle
Verified contract
Active on
Base with 6,958 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($318.65)
Native
Value
$318.16
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.095788 | $3,321.47 |
$318.16 | |
VOID | ERC-20 | 500 | $0.000951 |
$0.48 | |
PEEZY | ERC-20 | 1.2 | $0.009568 |
$0.01 | |
BOYS | ERC-20 | 0.4 | $0.012214 |
$0 | |
FPEPE | ERC-20 | 18 | $0.000182 |
$0 | |
USA | ERC-20 | 1 | $0.000759 |
$0 | |
CCC | ERC-20 | 1.645947B | -- | -- | |
BK | ERC-20 | 9.975K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
SNOOD | ERC-20 | 426.9 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22743718 | 5 hours ago | | | 0 | 3.1436224e-7 | |
| 22740025 | 7 hours ago | | | 0 | 0.000000208955333703 | |
| 22736514 | 9 hours ago | | | 0 | 2.3450926e-7 | |
| 22715430 | 21 hours ago | | | 0 | 0.0000015342137 | |
| 22711827 | a day ago | | | 0 | 3.4104529e-7 | |
| 22709585 | a day ago | | | 0 | 0.0000012210478 | |
| 22709581 | a day ago | | | 0 | 0.0000012025341 | |
| 22701197 | a day ago | | | 0 | 6.4251815e-7 | |
| 22682685 | 2 days ago | | | 0 | 0.000000409681265460 | |
| 22677927 | 2 days ago | | | 0 | 0.0000012570188 |
ABI
ABI objects
Getter at block 22753201
automatedMarketMakerAddress() view returns (address)
0x751cbc53f420168e12bcc5ee893942ec4b47b775
buyFee() view returns (uint256)
0
decimals() view returns (uint8)
18
limitsActive() view returns (bool)
false
marketingWallet() view returns (address)
0xb0a1310e003b0194f27dc3be890512a99dd87dd6
maxTransaction() view returns (uint256)
6250000000000000000000000000000
maxWallet() view returns (uint256)
12500000000000000000000000000000
name() view returns (string)
Cute Cat Candle
owner() view returns (address)
0x0000000000000000000000000000000000000000
router() view returns (address)
0x4752ba5dbc23f44d87826276bf6fd6b1c372ad24
sellFee() view returns (uint256)
0
symbol() view returns (string)
CCC
takingTax() view returns (bool)
false
thresholdToProcessFees() view returns (uint256)
10000000000000000000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPair(address) view returns (bool)
balanceOf(address account) view returns (uint256)
excludedAddresses(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableLimits()
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processFees()
renounceOwnership()
rescueETH()
rescueTokens(address tokenAddress)
rescueWETH()
setAMM(address ammAddress, bool isAMM)
setExcludedAddress(address excludedAddress, bool isExcluded)
setFee(uint256 newBuyFee, uint256 newSellFee)
setMarketingWallet(address newMarketingWallet)
setMaxTransaction(uint256 newMaxTransaction)
setMaxWallet(uint256 newMaxWallet)
setThresholdToProcessFees(uint256 newThreshold)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AMMSet(address indexed pairAddress, bool isAMM)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedAddressSet(address indexed excludedAddress, bool isExcluded)
FeeSet(uint256 buyFee, uint256 sellFee)
FeesDisabled()
FeesProcessed()
LimitsDisabled()
MaxTransactionSet(uint256 oldMaxTransaction, uint256 newMaxTransaction)
MaxWalletSet(uint256 oldMaxWallet, uint256 newMaxWallet)
NewMarketingWalletSet(address newDevWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ThresholdToProcessFeesSet(uint256 oldThreshold, uint256 newThreshold)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address routerAddress)
receive()
This contract contains no error objects.