ZeroXAISwapToken
Verified contract
Active on
Ethereum with 2,836 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9eac…8b7e
Balances ($1,346.65)
Native
Value
$553.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.156 | $3,548.72 |
$553.6 | |
0xAISwap | ERC-20 | 3.127385K | $0.253583 |
$793.05 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21290271 | 5 hours ago | | | 0 | 0.00045565416 | |
| 21288567 | 11 hours ago | | | 0 | 0.00043476588 | |
| 21288560 | 11 hours ago | | | 0 | 0.00066884440 | |
| 21285898 | 20 hours ago | | | 0 | 0.00033480158 | |
| 21279815 | 2 days ago | | | 0 | 0.00086797692 | |
| 21275759 | 2 days ago | | | 0 | 0.00066223210 | |
| 21264559 | 4 days ago | | | 0 | 0.00080303289 | |
| 21249257 | 6 days ago | | | 0 | 0.00069388766 | |
| 21247556 | 6 days ago | | | 0 | 0.00087811212 | |
| 21246146 | 6 days ago | | | 0 | 0.00089651336 |
ABI
ABI objects
Getter at block 21291878
_maxTxAmount() view returns (uint256)
20000000000000000000000
_walletMax() view returns (uint256)
20000000000000000000000
buyTax() view returns (uint256)
5
checkWalletLimit() view returns (bool)
false
decimals() pure returns (uint8)
18
isTradingEnabled() view returns (bool)
true
marketingWallet() view returns (address)
0x9eac247c8f663c4cf2fd83c6d330a96a2d008b7e
minSwap() view returns (uint256)
3000000000000000000000
name() pure returns (string)
0xAISwap
owner() view returns (address)
0x0000000000000000000000000000000000000000
ownerAddress() view returns (address)
0x5e4e19bd08c3441b1d1b912322840b50bf06f942
sellTax() view returns (uint256)
5
symbol() pure returns (string)
0xAISwap
totalSupply() pure returns (uint256)
1000000000000000000000000
uniswapV2Pair() view returns (address)
0x54a89ee14087ae1d9681f0e393c6ace4cfd3fe45
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isBlacklisted(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events BlacklistBot(address[] addresses)
ChangeMarketingWalletAddress(address newAddress)
ChangeMinSwap(uint256 NewMinSwapAmount)
ChangeTax(uint256 newBuyTax, uint256 newSellTax)
EnableTrading()
ExcludeWalletFromFees(address wallet)
IncludeWalletinFees(address wallet)
UnBlockBot(address account)
approve(address spender, uint256 amount) returns (bool)
enableDisableLimits(bool newValue)
renounceOwnership()
setIsTxLimitExempt(address holder, bool exempt)
setIsWalletLimitExempt(address holder, bool exempt)
setMaxTxAmount(uint256 maxTxAmount)
setWalletLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawEther(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.