All-In-One
Verified contract
Active on
Ethereum with 386 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3ca3…18cc
0xc471…779a
3 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,078.04 |
$0 | |
AI1 | ERC-20 | 1.979428M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19836280 | 6 months ago | | | 0 | 0.00029954474 | |
| 19211437 | 9 months ago | | | 0 | 0.00072157958 | |
| 19204248 | 9 months ago | | | 0 | 0.0011687942 | |
| 19199644 | 9 months ago | | | 0 | 0.0013925770 | |
| 19198953 | 9 months ago | | | 0 | 0.0013996690 | |
| 19198130 | 9 months ago | | | 0 | 0.0010595594 | |
| 19189023 | 9 months ago | | | 0 | 0.0019429073 | |
| 19186052 | 9 months ago | | | 0 | 0.0072844611 | |
| 19185401 | 9 months ago | | | 0 | 0.0022226735 | |
| 19184016 | 9 months ago | | | 0 | 0.0022433595 |
ABI
ABI objects
Getter at block 21230443 getBalances() view returns (address[] addresses, uint256[] balances)
decimals() pure returns (uint8)
9
getBuyTax() view returns (uint32)
95000
getCooldown() view returns (bool)
true
getERC20Controller() view returns (address)
0x883c2b17d1f91a24a89804bd68b67d8f68ee4301
getExcluded() view returns (address[] addresses)
[0x883c2b17D1F91A24a89804BD68b67D8F68Ee4301, 0xC471aFa683e0d69Ce00b988f8a0F29f31ca7779A, 0x857154af6c7FF2F0DE049EebEAa0122D2F9bA8A5, 0x3ca370666Eac2A44E59Ea1118c8C088b4E3618Cc, 0x60f1E8061495af2D5E1D2e3E10f5f6304937A19F, 0xF0401625b4a426a322e94b12456d7b167C97Ee92]
getJackpotAccount() view returns (address)
0xc471afa683e0d69ce00b988f8a0f29f31ca7779a
getJackpotRatio() view returns (uint32)
1000
getLPPair() view returns (address wethAddr)
0xf0401625b4a426a322e94b12456d7b167c97ee92
getMaxTx() view returns (uint256 maxTx)
100000000000000000
getMaxWallet() view returns (uint256 maxWallet)
100000000000000000
getSellTax() view returns (uint32)
95000
getTaxRatio() view returns (uint32)
1000
getTransferTax() view returns (uint32)
0
getWallet1() view returns (address)
0x3ca370666eac2a44e59ea1118c8c088b4e3618cc
name() pure returns (string)
All-In-One
owner() view returns (address)
0x883c2b17d1f91a24a89804bd68b67d8f68ee4301
symbol() pure returns (string)
AI1
totalSupply() pure returns (uint256)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkBot(address bot) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
jackpotsPendingSubmission(uint256) view returns (uint256 jackpotAmount, uint256 taxAmount, address triggeringAccount)
State-modifying
Events addNewLPPair(address pair)
approve(address spender, uint256 amount) returns (bool)
changeERC20Controller(address newWallet)
changeWallet1(address newWallet)
createPair()
disableBlocklistAdd()
enableTrading()
openTrading()
proxiedApprove(address erc20Contract, address spender, uint256 amount) returns (bool)
proxiedSell(address erc20Contract)
proxiedSellAndSend(address erc20Contract)
proxiedTransfer(address erc20Contract, address recipient, uint256 amount) returns (bool)
proxiedWETHWithdraw()
removeLimits()
renounceOwnership()
setBot(address theBot, bool toSet)
setBuyTax(uint32 amount)
setCooldownEnabled(bool onoff)
setExcludedFromFee(address account, bool isExcluded)
setJackpotAccount(address newAcc)
setJackpotRatio(uint32 amount)
setMainRatio(uint32 amount)
setMaxTxDivisor(uint32 divisor)
setMaxWalletDivisor(uint32 divisor)
setSellTax(uint32 amount)
setTransferTax(uint32 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Bought(address indexed buyer, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Sold(address indexed seller, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)