CryptoAI
Verified contract
Active on
Ethereum with 12,258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 7 additional slots
Balances ($38.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CAI | ERC-20 | 22.608146K | $0.001715 |
$38.77 | |
WOOF | ERC-20 | 18.389035B | -- | -- | |
UNI-V2 | ERC-20 | 8.467354K | -- | -- | |
$AAI | ERC-20 | 420.69 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21276531 | a day ago | | | 0 | 0.00076043342 | |
| 21276412 | a day ago | | | 0 | 0.00089350750 | |
| 21251360 | 5 days ago | | | 0 | 0.0017507893 | |
| 21250259 | 5 days ago | | | 0 | 0.00046289984 | |
| 21248181 | 5 days ago | | | 0 | 0.00055118491 | |
| 21245260 | 6 days ago | | | 0 | 0.00077316479 | |
| 21245253 | 6 days ago | | | 0 | 0.00078258461 | |
| 21230537 | 8 days ago | | | 0 | 0.0016607754 | |
| 21230418 | 8 days ago | | | 0 | 0.0022535716 | |
| 21225766 | 8 days ago | | | 0 | 0.00024172631 |
ABI
ABI objects
Getter at block 21285320
_fees() view returns (uint256 buyTotalFees, uint256 buyMarketingFee, uint256 buyContestAIFee, uint256 buyLiquidityFee, uint256 sellTotalFees, uint256 sellMarketingFee, uint256 sellContestAIFee, uint256 sellLiquidityFee)
(buyTotalFees=0, buyMarketingFee=0, buyContestAIFee=0, buyLiquidityFee=0, sellTotalFees=5, sellMarketingFee=5, sellContestAIFee=0, sellLiquidityFee=0)
decimals() view returns (uint8)
18
isSwapping() view returns (bool)
false
name() view returns (string)
CryptoAI
owner() view returns (address)
0xe680cc6344cac52eabaedecab4566361386647bf
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapEnabled() view returns (bool)
true
symbol() view returns (string)
CAI
tokensForContestAI() view returns (uint256)
0
tokensForLiquidity() view returns (uint256)
0
tokensForMarketing() view returns (uint256)
22608145500000000000000
totalSupply() view returns (uint256)
100000000000000000000000000
uniswapV2Pair() view returns (address)
0x3d5f3b3bb9b23c5bf1154091009d8465ae4d85ab
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
_isExcludedMaxWalletAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
marketPair(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setMarketPair(address pair, bool value)
setWallets(address _marketingWallet, address _contestAIWallet)
swapTrading()
toggleSwapEnabled(bool enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFees(uint256 _marketingFeeBuy, uint256 _liquidityFeeBuy, uint256 _contestAIFeeBuy, uint256 _marketingFeeSell, uint256 _liquidityFeeSell, uint256 _contestAIFeeSell)
updateMaxTxnAmount(uint256 newMaxBuy, uint256 newMaxSell)
updateMaxWalletAmount(uint256 newPercentage)
updateThresholdSwapAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.