Bobatama
Verified contract
Active on
Ethereum with 3,796 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4579…7f5c
22 additional
variables
Balances ($19.83)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UOS | ERC-20 | 203.2593 | $0.09754 |
$19.83 | |
BOBA | ERC-20 | 19.819158M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21197884 | 17 days ago | | | 0 | 0.00042445378 | |
| 21197880 | 17 days ago | | | 0 | 0.00038995780 | |
| 20738828 | 3 months ago | | | 0 | 0.000075892455 | |
| 20650036 | 3 months ago | | | 0 | 0.00021417971 | |
| 20545161 | 4 months ago | | | 0 | 0.000034021499 | |
| 20455767 | 4 months ago | | | 0 | 0.000082204591 | |
| 20254847 | 5 months ago | | | 0 | 0.00010109341 | |
| 20251549 | 5 months ago | | | 0 | 0.00024165197 | |
| 20194604 | 5 months ago | | | 0 | 0.000062800498 | |
| 19873964 | 7 months ago | | | 0 | 0.00019139571 |
ABI
ABI objects
Getter at block 21317969
_buyLiquidityFee() view returns (uint256)
0
_buyOperationsFee() view returns (uint256)
900
_buyTaxFee() view returns (uint256)
100
_liquidityTokensToSwap() view returns (uint256)
0
_operationsTokensToSwap() view returns (uint256)
19818962136430249821678919
_sellLiquidityFee() view returns (uint256)
0
_sellOperationsFee() view returns (uint256)
1400
_sellTaxFee() view returns (uint256)
200
blockForPenaltyEnd() view returns (uint256)
14302870
botsCaught() view returns (uint256)
0
decimals() pure returns (uint8)
18
devAddress() view returns (address)
0x0000000000000000000000000000000000000000
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
earlyBuyPenaltyInEffect() view returns (bool)
false
getPrivateSaleMaxSell() view returns (uint256)
373391686397217676055680760717
getTime() view returns (uint256)
1733180471
limitsInEffect() view returns (bool)
false
lpPair() view returns (address)
0xcc6c24c992059ced4a390b9d2f743645bfe1de49
maxPrivSaleSell() view returns (uint256)
5000000000000000000
maxTransactionAmount() view returns (uint256)
2500000000000000000000000000
maxWallet() view returns (uint256)
0
minimumTokensBeforeSwapAmount() view returns (uint256)
500000000000000000000000000
name() pure returns (string)
Bobatama
operationsAddress() view returns (address)
0x4579dd0cf46a192f71fd1be3f5843139e5c67f5c
owner() view returns (address)
0x7e5ac0c1bc11eba4542a99c221e18e55c5801aa2
swapAndLiquifyEnabled() view returns (bool)
true
symbol() pure returns (string)
BOBA
totalFees() view returns (uint256)
71914396837566898692257469198
totalSupply() pure returns (uint256)
1000000000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
14302866
transferDelayEnabled() view returns (bool)
false
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
boughtEarly(address) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
nextPrivateWalletSellDate(address) view returns (uint256)
privateSaleWallets(address) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
excludeFromFee(address account)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeFromReward(address account)
forceSwapBack()
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(address[] wallets, uint256[] amountsInTokens, uint256 blocksForPenalty)
removeBoughtEarly(address wallet)
removeLimits()
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
setBuyFee(uint256 buyTaxFee, uint256 buyLiquidityFee, uint256 buyOperationsFee)
setOperationsAddress(address _operationsAddress)
setPrivateSaleMaxSell(uint256 amount)
setSellFee(uint256 sellTaxFee, uint256 sellLiquidityFee, uint256 sellOperationsFee)
setSwapAndLiquifyEnabled(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferForeignToken(address _token, address _to) returns (bool _sent)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateMaxAmount(uint256 newNum)
updateMinimumTokensBeforeSwap(uint256 newAmount)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
CaughtEarlyBuyer(address sniper)
EnabledTrading()
ExcludeFromFee(address excludedAddress)
ExcludeFromReward(address excludedAddress)
IncludeInFee(address includedAddress)
IncludeInReward(address includedAddress)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemovedLimits()
SetAutomatedMarketMakerPair(address pair, bool value)
SetBuyFee(uint256 operationsFee, uint256 liquidityFee, uint256 reflectFee)
SetSellFee(uint256 operationsFee, uint256 liquidityFee, uint256 reflectFee)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
TransferDelayDisabled()
TransferForeignToken(address token, uint256 amount)
UpdatedOperationsAddress(address operations)
UpdatedPrivateMaxSell(uint256 amount)
constructor()
receive()
This contract contains no error objects.