Crazy Cat Game
Verified contract
Active on
Ethereum with 11 txns
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 "Crazy Cat Game"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17914005 | a year ago | | | 0 | 0.0019117518 | |
| 17914005 | a year ago | | | 0 | 0.0019117518 | |
| 17914005 | a year ago | | | 0 | 0.0019117518 | |
| 17914005 | a year ago | | | 0 | 0.0019117518 | |
| 17914005 | a year ago | | | 0 | 0.0019117518 | |
| 17914004 | a year ago | | | 0 | 0.0010080347 | |
| 17913863 | a year ago | | | 0 | 0.0019651934 | |
| 17913860 | a year ago | | | 0 | 0.0010589517 | |
| 17913792 | a year ago | | | 0 | 0.00080678767 | |
| 17913754 | a year ago | | | 1.5 | 0.10179140 |
ABI
ABI objects
Getter at block 21227099
activeTrading() view returns (bool)
true
deadBlocks() view returns (uint256)
0
decimals() view returns (uint8)
18
devWallet() view returns (address)
0xbc1cc523dd949f2c84dbe18cb7e5b7ca8410a324
enableSwap() view returns (bool)
true
feeValueForBuy() view returns (uint256)
0
feeValueForSell() view returns (uint256)
0
marketingAddr() view returns (address)
0x50fb92a828416354184624e80eccfcedbdcf3695
maxTransAmount() view returns (uint256)
2000000000000000000000000000
maxWalletAmounts() view returns (uint256)
2000000000000000000000000000
name() view returns (string)
Crazy Cat Game
ogblocks() view returns (uint256)
0
owner() view returns (address)
0x7be2000865ffaf699131c22421bbbaac738fe88d
sniperFee() view returns (uint256)
99
swapAt() view returns (uint256)
6000000000000000000000000
swappingNow() view returns (bool)
false
symbol() view returns (string)
CCG
totalSupply() view returns (uint256)
2000000000000000000000000000
uniswapPair() view returns (address)
0x185f589ca156c70c8c7d3cf60d8e283c6b876404
uniswapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isFeeExempt(address) view returns (bool)
isSniper(address) view returns (bool)
State-modifying
Events StartTrading()
addLiquidity() payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap(uint256 amount, uint256 devPercentage, uint256 marketingPercentage)
renounceOwnership()
setFee(uint256 _buyFee, uint256 _sellFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBot(address[] isBot_)
updateMaxTransactionAmount(uint256 amount)
updateMaxWalletAmount(uint256 amount)
withdrawETH(uint256 weiAmount)
withdrawErc20Token(address tokenAddress, 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()
receive()
This contract contains no error objects.