TransparentUpgradeableProxy

Verified contract

Proxy

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

No balances found for "TransparentUpgradeableProxy"

0xdd1507329f343e85c1b583cb2a444db74cdea417d7caf8d65aea8e5235107f1e
0xbaf359d3ebdc6d8d3ae97683072a22e797224f51f16f012f20313e41963f61d7
0x199d9f4850586a31113e4fb72d450b71595858c4e605cfbb9a29a0fd5f86b5bb
0x71a423ed2555d29c19ae4f40394c5848446af222fcd68e0713d4fb2b6b904874
0x827ad26983f2d7942585bb27d47439178d92d6037f22feaac637f8f311c601ad
0xcf308798badee9ccb9da148c121bec613b3eaa606adb8718e21ca1d21cbb1c51
0x01504d85eb5dd4251122ddba632a20495802cf4400c47e67c63adac07e1bb4c1
0x72b52ff83b47d31252fde67500cb19910881f8740d61e150f92d6e6e53782374
0x296dcfa017af7a4f510e8eb1fc0f7b142ce9e63a968e535a20571f1fe5c3369d
0xf537a6f4e01686ebdff03828c21a19147f924a5457ffea8a82f382bc685dd45e

Functions
Getter at block 21060778
decimals(pure returns (uint8)
9
 
getBalances(view returns (address[] addressesuint256[] balances)
getBuyTax(view returns (uint32)
5000
getCooldown(view returns (bool)
false
getERC20Controller(view returns (address)
0x3ca370666eac2a44e59ea1118c8c088b4e3618cc
getExcluded(view returns (address[] addresses)
[0x883c2b17D1F91A24a89804BD68b67D8F68Ee4301, 0x53aC71c851f2972228161Ab83bc1Eb68AfD06319, 0x67268687E26d0F34cAc5DE30E6c2F63fACB592Bd, 0x3ca370666Eac2A44E59Ea1118c8C088b4E3618Cc, 0x60f1E8061495af2D5E1D2e3E10f5f6304937A19F, 0xf88c815A6067c486Dbe44B242120E6302BAb8313]
getJackpotAccount(view returns (address)
0x53ac71c851f2972228161ab83bc1eb68afd06319
getJackpotRatio(view returns (uint32)
1000
getLPPair(view returns (address wethAddr)
0xf88c815a6067c486dbe44b242120e6302bab8313
getMaxTx(view returns (uint256 maxTx)
100000000000000000
getMaxWallet(view returns (uint256 maxWallet)
100000000000000000
getSellTax(view returns (uint32)
5000
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 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
AdminChanged(address previousAdminaddress newAdmin
Upgraded(address indexed implementation
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(address _logicaddress initialOwnerbytes _data
Fallback and receive
fallback(
receive(
Errors
AddressEmptyCode(address target
ERC1967InvalidAdmin(address admin
ERC1967InvalidImplementation(address implementation
ERC1967NonPayable(
FailedInnerCall(
ProxyDeniedAdminAccess(
AddressInsufficientBalance(address account
FailedInnerCall(
InvalidInitialization(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account