Catcoin
Verified contract
Active on
Ethereum with 8,769 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($2,944.32)
Native
Value
$2,289.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.686177 | $3,336.21 |
$2,289.23 | |
USDT | ERC-20 | 655.085613 | $1.00 |
$655.09 | |
CAT | ERC-20 | 1.486502T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247218 | 41 minutes ago | | | 0 | 0.00072268111 | |
| 21247194 | an hour ago | | | 0 | 0.00060549596 | |
| 21246935 | 2 hours ago | | | 0 | 0.00066609515 | |
| 21246127 | 4 hours ago | | | 0 | 0.0013992842 | |
| 21245304 | 7 hours ago | | | 0 | 0.00098836271 | |
| 21245296 | 7 hours ago | | | 0 | 0.00079911968 | |
| 21244782 | 9 hours ago | | | 0 | 0.00078217277 | |
| 21244202 | 11 hours ago | | | 0 | 0.00076462424 | |
| 21244142 | 11 hours ago | | | 0 | 0.00074356675 | |
| 21243988 | 12 hours ago | | | 0 | 0.0010622285 |
ABI
ABI objects
Getter at block 21247419
ZERO_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
buyTaxes() view returns (uint16 marketing, uint16 liquidity)
(marketing=0, liquidity=0)
buyTaxesTier() view returns (uint8)
0
decimals() pure returns (uint8)
9
marketingAddress() view returns (address)
0x0000000000000000000000000000000000000000
name() pure returns (string)
Catcoin
owner() view returns (address)
0x000000000000000000000000000000000000dead
sellTaxes() view returns (uint16 marketing, uint16 liquidity)
(marketing=0, liquidity=0)
sellTaxesTier() view returns (uint8)
0
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
10000000000000000000000
symbol() pure returns (string)
CAT
totFeesPaid() view returns (uint256 marketing, uint256 liquidity)
(marketing=0, liquidity=0)
totalSupply() pure returns (uint256)
50000000000000000000000000
transferTaxes() view returns (uint16 marketing, uint16 liquidity)
(marketing=0, liquidity=0)
transferTaxesTier() view returns (uint8)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBot(address account) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
State-modifying
Events airdropTokens(address[] accounts, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
bulkAntiBot(address[] accounts, bool state)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
dtx()
dtxBuy()
dtxSell()
dtxTransfer()
etx(uint8 taxesTier)
etxBuy(uint8 taxesTier)
etxSell(uint8 taxesTier)
etxTransfer(uint8 taxesTier)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueAnyBEP20Tokens(address _tokenAddr, address _to, uint256 _amount)
rescueBNB(uint256 weiAmount)
setAntibot(address account, bool state)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMarketingWallet(address newWallet)
updateRouterAndPair(address newRouter, address newPair)
updateSwapEnabled(bool _enabled)
updateSwapTokensAtAmount(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address routerAddress)
receive()
This contract contains no error objects.