All-In-One

Verified contract

Implementation

Active on Ethereum with 1 txns
Deployed by via 0x4eb61579 at 19185470
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables

No balances found for "All-In-One"

0x4875bdfbb5b08fba3393b6997cb3df99ffb59b42e66d76364440f62383ea1d9d
From

Functions
Getter at block 21060778
decimals(pure returns (uint8)
9
getBalances(view returns (address[] addressesuint256[] balances)
(addresses=[], balances=[])
getBuyTax(view returns (uint32)
0
getCooldown(view returns (bool)
false
getERC20Controller(view returns (address)
0x0000000000000000000000000000000000000000
getExcluded(view returns (address[] addresses)
[]
getJackpotAccount(view returns (address)
0x0000000000000000000000000000000000000000
getJackpotRatio(view returns (uint32)
0
 
getLPPair(view returns (address wethAddr)
 
getMaxTx(view returns (uint256 maxTx)
 
getMaxWallet(view returns (uint256 maxWallet)
getSellTax(view returns (uint32)
0
getTaxRatio(view returns (uint32)
0
getTransferTax(view returns (uint32)
0
getWallet1(view returns (address)
0x0000000000000000000000000000000000000000
name(pure returns (string)
All-In-One
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(pure returns (string)
AI1
totalSupply(pure returns (uint256)
100000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
checkBot(address botview returns (bool)
isExcludedFromFee(address accountview returns (bool)
State-modifying
addNewLPPair(address pair
approve(address spenderuint256 amountreturns (bool)
changeERC20Controller(address newWallet
changeWallet1(address newWallet
createPair(
disableBlocklistAdd(
doAirdropPrivate(
enableTrading(
initialize(uint32 _buyTaxuint32 _sellTax
loadAirdropValues(address[] addruint256[] val
openTrading(
proxiedApprove(address erc20Contractaddress spenderuint256 amountreturns (bool)
proxiedSell(address erc20Contract
proxiedSellAndSend(address erc20Contract
proxiedTransfer(address erc20Contractaddress recipientuint256 amountreturns (bool)
proxiedWETHWithdraw(
removeLimits(
renounceOwnership(
setBot(address theBotbool toSet
setBuyTax(uint32 amount
setCooldownEnabled(bool onoff
setExcludedFromFee(address accountbool isExcluded
setJackpotAccount(address newAcc
setJackpotRatio(uint32 amount
setMainRatio(uint32 amount
setMaxSellTaxDivisor(uint32 amount
setMaxTxDivisor(uint32 divisor
setMaxWalletDivisor(uint32 divisor
setSellTax(uint32 amount
setTransferTax(uint32 amount
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Bought(address indexed buyeruint256 amount
Initialized(uint64 version
JackpotLodgementFailed(address selleruint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Sold(address indexed selleruint256 amount
TaxesFailed(uint256 amountIn
TaxesSold(uint256 amountInuint256 amountOut
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive
receive(
Errors
AddressInsufficientBalance(address account
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account