Chooky Inu
Verified contract
Active on
Ethereum with 2,586 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($1,449.41)
Native
Value
$1,449.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.433027 | $3,347.15 |
$1,449.41 | |
$CHOO | ERC-20 | 27.567802K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20920589 | 2 months ago | | | 0 | 0.00034156622 | |
| 20488277 | 4 months ago | | | 0 | 0.000062551331 | |
| 20150121 | 5 months ago | | | 0 | 0.000083836393 | |
| 20047500 | 6 months ago | | | 0 | 0.00045700717 | |
| 19801615 | 7 months ago | | | 0 | 0.00031108450 | |
| 19740166 | 7 months ago | | | 0 | 0.00049272037 | |
| 19685604 | 7 months ago | | | 0 | 0.00044373465 | |
| 19639167 | 7 months ago | | | 0 | 0.00060565990 | |
| 19636652 | 7 months ago | | | 0 | 0.00027877112 | |
| 19636599 | 7 months ago | | | 0 | 0.00033559476 |
ABI
ABI objects
Getter at block 21272606
deadWallet() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
genesis_block() view returns (uint256)
16199300
marketingWallet() view returns (address)
0x2efcf77a4e12bb1ca3a1f829e34ef318819532f0
maxBuyLimit() view returns (uint256)
210000000000000000000000
maxSellLimit() view returns (uint256)
210000000000000000000000
maxWalletLimit() view returns (uint256)
420000000000000000000000
name() view returns (string)
Chooky Inu
owner() view returns (address)
0x490dd8ea69fc49d6852d22f616860abe0ab817cb
pair() view returns (address)
0xc754b7eed1d31ea8017f581c4c9cd7dd86a969cb
providingLiquidity() view returns (bool)
true
referralActive() view returns (bool)
true
referralContract() view returns (address)
0x5762536f69025d0246d9193e25a0709d972c9f0d
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
sellTaxes() view returns (uint256 marketing, uint256 liquidity, uint256 burn)
(marketing=8, liquidity=0, burn=0)
symbol() view returns (string)
$CHOO
taxes() view returns (uint256 marketing, uint256 liquidity, uint256 burn)
(marketing=4, liquidity=0, burn=0)
tokenLiquidityThreshold() view returns (uint256)
20000000000000000000000
totalSupply() view returns (uint256)
21000000000000000000000000
tradingEnabled() view returns (bool)
true
transferTaxes() view returns (uint256 marketing, uint256 liquidity, uint256 burn)
(marketing=0, liquidity=0, burn=0)
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exemptFee(address) view returns (bool)
State-modifying
Events SetBuyTaxes(uint256 _marketing, uint256 _liquidity, uint256 _burn)
SetSellTaxes(uint256 _marketing, uint256 _liquidity, uint256 _burn)
SetTransferTaxes(uint256 _marketing, uint256 _liquidity, uint256 _burn)
_openTrading()
_toggleTrading(bool status)
approve(address spender, uint256 amount) returns (bool)
bulkExemptFee(address[] accounts, bool state)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
rescueBNB(uint256 weiAmount)
rescueERC20(address tokenAdd, uint256 amount)
toggleReferral(bool status)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateExemptFee(address _address, bool state)
updateLiquidityProvide(bool state)
updateLiquidityTreshhold(uint256 new_amount)
updateMarketingWallet(address newWallet)
updateMaxTxLimit(uint256 maxBuy, uint256 maxSell, uint256 maxWallet)
updateReferralContract(address _newReferralContract)
updateRouterAndPair(address newRouter, address newPair)
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.