Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CatCoin😺🪙"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17766233 | a year ago | | | 0 | 0.0016216086 | |
| 17766210 | a year ago | | | 0 | 0.0018567200 | |
| 17766208 | a year ago | | | 0 | 0.0018567200 | |
| 17766206 | a year ago | | | 0 | 0.0018567200 | |
| 17766204 | a year ago | | | 0 | 0.0018567200 | |
| 17766202 | a year ago | | | 0 | 0.0018567200 | |
| 17766199 | a year ago | | | 0 | 0.0018567200 | |
| 17766197 | a year ago | | | 0 | 0.0018567200 | |
| 17766195 | a year ago | | | 0 | 0.0018567200 | |
| 17766193 | a year ago | | | 0 | 0.0018567200 |
ABI
ABI objects
Getter at block 21248150
decimals() pure returns (uint8)
18
getAllPending() view returns (uint256)
0
mainAddress() view returns (address)
0x29a2f5d0351608751b0c6ccdd8bfceae17d4a9c7
maxBuyAmount() view returns (uint256)
1674290123000000000000000000
maxSellAmount() view returns (uint256)
10000000000000000000000
name() view returns (string)
CatCoin😺🪙
owner() view returns (address)
0x29a2f5d0351608751b0c6ccdd8bfceae17d4a9c7
pairV2() view returns (address)
0xea02c463f571573c3de9c71c72f2399ad7d89209
paused() view returns (bool)
false
routerV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapThreshold() view returns (uint256)
0
symbol() view returns (string)
CTC
totalSupply() view returns (uint256)
1674290123000000000000000000
tradeCooldownTime() view returns (uint256)
180
Read-only
AMMPairs(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromLimits(address) view returns (bool)
lastTrade(address) view returns (uint256)
mainFees(uint256) view returns (uint16)
totalFees(uint256) view returns (uint16)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address account, bool isBlacklisted)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool isExcluded)
excludeFromLimits(address account, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mainAddressSetup(address _newAddress)
mainFeesSetup(uint16 _buyFee, uint16 _sellFee, uint16 _transferFee)
pause()
renounceOwnership()
setAMMPair(address pair, bool isPair)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
updateMaxBuyAmount(uint256 _maxBuyAmount)
updateMaxSellAmount(uint256 _maxSellAmount)
updateSwapThreshold(uint256 _swapThreshold)
updateTradeCooldownTime(uint256 _tradeCooldownTime)
AMMPairsUpdated(address indexed AMMPair, bool isPair)
Approval(address indexed owner, address indexed spender, uint256 value)
BlacklistUpdated(address indexed account, bool isBlacklisted)
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeFromLimits(address indexed account, bool isExcluded)
MaxBuyAmountUpdated(uint256 maxBuyAmount)
MaxSellAmountUpdated(uint256 maxSellAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
RouterV2Updated(address indexed routerV2)
SwapThresholdUpdated(uint256 swapThreshold)
TradeCooldownTimeUpdated(uint256 tradeCooldownTime)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
mainAddressUpdated(address mainAddress)
mainFeeSent(address recipient, uint256 amount)
mainFeesUpdated(uint16 buyFee, uint16 sellFee, uint16 transferFee)
constructor()
receive()
This contract contains no error objects.