Illuminati Ai
Verified contract
Active on
Ethereum with 125 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
$IAI | ERC-20 | 1.883769M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20500282 | 4 months ago | | | 0 | 0.000069509435 | |
| 19381729 | 9 months ago | | | 0 | 0.0026318764 | |
| 19094790 | a year ago | | | 0 | 0.00060301094 | |
| 19026438 | a year ago | | | 0 | 0.0014883070 | |
| 19022543 | a year ago | | | 0 | 0.0017052177 | |
| 19010642 | a year ago | | | 0 | 0.00087469852 | |
| 18962513 | a year ago | | | 0 | 0.0010295576 | |
| 18962510 | a year ago | | | 0 | 0.00085668240 | |
| 18944721 | a year ago | | | 0 | 0.00056970093 | |
| 18942670 | a year ago | | | 0 | 0.0013501933 |
ABI
ABI objects
Getter at block 21418458
EnableTxLimit() view returns (bool)
true
EnableWalletLimit() view returns (bool)
true
_maxTxAmount() view returns (uint256)
20000000000000000
_walletMax() view returns (uint256)
30000000000000000
buyTax() view returns (uint256)
4
decimals() view returns (uint8)
9
dexPair() view returns (address)
0xf62aebdfe3d4aac57c83af8c7acddb9e72b0be28
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
marketingWallet() view returns (address)
0xd38af20765ef77295d24a12ad5c00924ee8b065b
name() view returns (string)
Illuminati Ai
owner() view returns (address)
0x87f99880383894ed4a457c0a4371191c1901f44b
sellTax() view returns (uint256)
4
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
10000000000000000
swapbylimit() view returns (bool)
true
symbol() view returns (string)
$IAI
totalSupply() view returns (uint256)
1000000000000000000
tradingEnable() view returns (bool)
true
transferSniperProtection() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
isWlAddress(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
excludeFromFee(address _adr, bool _status)
excludeTxLimit(address _adr, bool _status)
excludeWalletLimit(address _adr, bool _status)
removeLimits()
renounceOwnership()
rescueFunds()
rescueTokens(address _token, uint256 _amount)
setFee(uint256 _buySide, uint256 _sellSide)
setMarketingWallet(address _newWallet)
setMaxWalletLimit(uint256 newLimit)
setSwapBackSettings(uint256 _threshold, bool _enabled, bool _limited)
setTxLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transferProtection(bool _status)
updateSetting(address[] _adr, bool _status)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC20TransferFailed()
ERC20ZeroTransfer()