CatDog Token
Verified contract
Active on
Ethereum with 164 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$CATDOG | ERC-20 | 45.555612B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17557502 | a year ago | | | 0 | 0.00038034329 | |
| 16891616 | 2 years ago | | | 0 | 0.0010015029 | |
| 16512749 | 2 years ago | | | 0 | 0.00040456634 | |
| 16259740 | 2 years ago | | | 0 | 0.00035203176 | |
| 15961549 | 2 years ago | | | 0 | 0.00043229595 | |
| 14619265 | 3 years ago | | | 0 | 0.00097692627 | |
| 14607617 | 3 years ago | | | 0 | 0.00043631338 | |
| 14607537 | 3 years ago | | | 0 | 0.00095463915 | |
| 14386171 | 3 years ago | | | 0 | 0.0021422082 | |
| 14326475 | 3 years ago | | | 0 | 0.0010584858 |
ABI
ABI objects
Getter at block 21220290
_feeDecimal() view returns (uint256)
2
buyWallet() view returns (address)
0x49d01aabbd661efd96ef06dda84af628456adb47
decimals() view returns (uint8)
18
isFeeActive() view returns (bool)
true
launchedAt() view returns (uint256)
14206002
launchedAtTimestamp() view returns (uint256)
1644864943
maxTxAmount() view returns (uint256)
1000000000000000000000000000000000
minTokensBeforeSwap() view returns (uint256)
1000000000000000000000000
name() view returns (string)
CatDog Token
owner() view returns (address)
0x8492e583fbebea6c8cecad45cefab9c0edbd3779
pair() view returns (address)
0x6ee63abde2c575af8b81b808037ada1437506143
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellWallet() view returns (address)
0x4d69bbfdf10b1278ebe76676fece66d4a98b5782
swapEnabled() view returns (bool)
true
symbol() view returns (string)
$CATDOG
totalSupply() view returns (uint256)
1000000000000000000000000000000000
Read-only
_buyFee(uint256) view returns (uint256)
_sellFee(uint256) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
isMaxTxExempt(address) view returns (bool)
isTaxless(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch()
multiBlacklist(address[] addresses, bool _bool)
renounceOwnership()
setBlacklist(address account, bool isBlacklisted)
setBuyFee(uint256 buy, uint256 sell, uint256 p2p)
setBuyWallet(address wallet)
setFeeActive(bool value)
setMaxTxAmount(uint256 amount)
setMaxTxExempt(address account, bool value)
setMinTokensBeforeSwap(uint256 amount)
setSellFee(uint256 buy, uint256 sell, uint256 p2p)
setSellWallet(address wallet)
setSwapEnabled(bool enabled)
setTaxless(address account, bool value)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swap(uint256 swaped, uint256 sentToBuyWallet, uint256 sentToSellWallet)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
receive()
This contract contains no error objects.