Banana Index
Verified contract
Active on
Ethereum with 10,099 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
0x14e3…6865
0x2250…2f2d
8 additional
variables
Balances ($1,180.34)
Native
Value
$1,180.34
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.318898 | $3,701.29 |
$1,180.34 | |
Bandex | ERC-20 | 30.303522B | -- | -- | |
JEX | ERC-20 | 752.6618 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21123814 | 25 days ago | | | 0 | 0.00019419593 | |
| 20977452 | a month ago | | | 0 | 0.00023460670 | |
| 20365329 | 4 months ago | | | 0 | 0.00010658438 | |
| 19893959 | 6 months ago | | | 0 | 0.00013966593 | |
| 19643737 | 8 months ago | | | 0 | 0.00036056510 | |
| 19639332 | 8 months ago | | | 0 | 0.00069631927 | |
| 18823896 | a year ago | | | 0 | 0.00083731714 | |
| 18669239 | a year ago | | | 0 | 0.0011417188 | |
| 18575557 | a year ago | | | 0 | 0.0029684345 | |
| 18551000 | a year ago | | | 0 | 0.00082095637 |
ABI
ABI objects
Getter at block 21305883
ADgetTotalNeededTokens() view returns (uint256)
85064592350000000000
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 rewards, uint16 liquidity, uint16 marketing, uint16 dev, uint16 floorSupport, uint16 buybackAndBurn, uint16 total)
(rewards=0, liquidity=5, marketing=10, dev=0, floorSupport=0, buybackAndBurn=0, total=15)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=1500, sellFee=1500, transferFee=0)
_taxWallets() view returns (address marketing, address dev, address floorSupport)
(marketing=0x1764041440ed4081ae361ec9c2245eb33f023f60, dev=0x4c97047ff011c523f7e7f359784659dc05ca0a91, floorSupport=0x040c3d1b80630ec46627db3d9077255aa52b7e87)
airdrop() view returns (address)
0x22506d5955d9a04c21d23bddbbf1dae8a9982f2d
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getMaxTX() view returns (uint256)
1000000000000
getMaxWallet() view returns (uint256)
1000000000000
getOwner() view returns (address)
0x7b788b5de0ffc8d222128d03e2750db7196b7863
getTotalReflected() view returns (uint256)
2603583761820636257
lpPair() view returns (address)
0x400684826b0d2f833fc8a86c55f3e399c1f98d99
maxBuyTaxes() view returns (uint256)
1500
maxSellTaxes() view returns (uint256)
1500
maxTransferTaxes() view returns (uint256)
1500
name() pure returns (string)
Banana Index
processReflect() view returns (bool)
false
swapAmount() view returns (uint256)
128625000000000000
swapThreshold() view returns (uint256)
64312500000000000
symbol() pure returns (string)
Bandex
totalSupply() pure returns (uint256)
1000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
ADgetClaimableTokens(address account) view returns (uint256)
ADgetSecondsUntilNextClaim(address account) view returns (uint256)
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getUserInfo(address user) view returns (string, string, string, string)
getUserRealizedGains(address user) view returns (uint256)
getUserUnpaidEarnings(address user) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromDividends(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
isExcludedFromProtection(address account) view returns (bool)
State-modifying
Events ADdepositTokens()
ADdisableDelayedClaim()
ADmultiSet(address[] accounts, uint256[] tokens)
ADsetClaimDelay(uint256 time)
ADsetUserToDrop(address account, uint256 tokens)
ADwithdrawDailyTokens()
_basicTransfer(address from, address to, uint256 amount) returns (bool)
approve(address spender, uint256 amount) returns (bool)
approveContractContingency() returns (bool)
buyAndBurnBTFA()
enableTrading()
excludePresaleAddresses(address router, address presale)
giveMeWelfarePlease()
manualDeposit()
multiSendTokens(address[] accounts, uint256[] amounts)
removeSniper(address account)
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractSwapSettings(bool _enabled, bool processReflectEnabled)
setDividendExcluded(address holder, bool enabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setGasPriceLimit(uint256 gas)
setInitializers(address aInitializer, address cInitializer)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setNewRouter(address newRouter)
setProtectionSettings(bool _antiSnipe, bool _antiGas, bool _antiBlock, bool _algo)
setRatios(uint16 rewards, uint16 liquidity, uint16 marketing, uint16 dev, uint16 floorSupport, uint16 buybackAndBurn)
setReflectorSettings(uint256 gas)
setRewardsProperties(uint256 _minPeriod, uint256 _minReflection, uint256 minReflectionMultiplier)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address dev, address floorSupport)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountBNB, uint256 amount)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.