Bangtan

Verified contract

Active on Ethereum with 16 txns
Deployed by via 0x3322b8ce at 15766944
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
20 additional variables
ERC-20
--
ERC-20
--
0xef3ec86c3e06e5f634f37bba5142b3588591590357493d656ec82821c96869b3
From
0x73f24b0a59d26dfc12e06f8eea2e6bc863499f83cfca9aed5a21f647a50710c3
0x4c9a7bad4e6fd4d5cb6d5aecad522f9c666d4d823ac590c557875d90e1523d78
0x2d5c7bca3916de9b07bbf1a64d10304b29edfe29972db23aec5714e38c5b2118
0x0891868b91baeb2a0b45a1b9f587fc729022109c78ed5d40e7329d10b1f6aa09
0x9d530997424712f927073629cfc65c5cea39399b79b5ff2d8301540e2bfcf60b
0x3f6f0aafcc02e4e3dec0041fa5153621e8d10729eee52f7143941a0f3cd6b1c4
0xd8ae011b0a9e56e6cc66fca2f61fbec1d87689916945bfca85b8ac57a0653c3d
0x0822f591cfd8b666ff44a885bbd16dca57edb6f93696ce74fe968e8a32f671bf
0x83aadfff1f097c7b1e57bd1c4454d180f4e3b0f4f5032ec05664cc03679429cc

Functions
Getter at block 21388564
FEE_DENOMINATOR(view returns (uint256)
10000
blockForPenaltyEnd(view returns (uint256)
15766971
botsCaught(view returns (uint256)
11
buyLiquidityFee(view returns (uint256)
200
buyLotteryFee(view returns (uint256)
0
buyOperationsFee(view returns (uint256)
200
buyTotalFees(view returns (uint256)
400
decimals(view returns (uint8)
18
dexRouter(view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
earlyBuyPenaltyInEffect(view returns (bool)
false
getPurchaseAmount(view returns (uint256)
18266753166269495217434
lastBurnTimestamp(view returns (uint256)
0
limitsInEffect(view returns (bool)
false
lotteryEnabled(view returns (bool)
false
lpPair(view returns (address)
0xee7aaf75a904fb89ac3d4e5ce548630d800344ed
maxBuyAmount(view returns (uint256)
600000000000000000000000
maxSellAmount(view returns (uint256)
600000000000000000000000
maxWalletAmount(view returns (uint256)
600000000000000000000000
minBuyAmount(view returns (uint256)
100000000000000000
minBuyEnforced(view returns (bool)
true
name(view returns (string)
Bangtan
nextLotteryTime(view returns (uint256)
1666001075
owner(view returns (address)
0xff5bcf53160b63f2eb21c16f235fc4f290c53b53
percentForLottery(view returns (uint256)
100
sellLiquidityFee(view returns (uint256)
0
sellLotteryFee(view returns (uint256)
0
sellOperationsFee(view returns (uint256)
9900
sellTotalFees(view returns (uint256)
9900
swapEnabled(view returns (bool)
true
swapTokensAtAmount(view returns (uint256)
7500000000000000000000
symbol(view returns (string)
Bangtan
timeBetweenLotteries(view returns (uint256)
1800
tokensForLiquidity(view returns (uint256)
7797863182574525191095
tokensForLottery(view returns (uint256)
0
tokensForOperations(view returns (uint256)
578036912782574525191095
totalSupply(view returns (uint256)
30000000000000000000000000
tradingActive(view returns (bool)
true
tradingActiveBlock(view returns (uint256)
15766969
Read-only
_isExcludedFromFees(addressview returns (bool)
_isExcludedMaxTransactionAmount(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
automatedMarketMakerPairs(addressview returns (bool)
balanceOf(address accountview returns (uint256)
isWalletLotteryEligible(address accountview returns (bool)
restrictedWallet(addressview returns (bool)
State-modifying
airdropToWallets(address[] walletsuint256[] amountsInTokens
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
enableTrading(uint256 blocksForPenalty
excludeFromFees(address accountbool excluded
excludeFromMaxTransaction(address updAdsbool isEx
forceSwapBack(
increaseAllowance(address spenderuint256 addedValuereturns (bool)
manageRestrictedWallets(address[] walletsbool restricted
removeLimits(
renounceOwnership(
setAutomatedMarketMakerPair(address pairbool value
setLotteryEnabled(bool enabled
setMinBuyEnforced(bool enforced
setOperationsAddress(address _operationsAddress
splitAndBurnLiquidity(uint256 percent
transfer(address recipientuint256 amountreturns (bool)
transferForeignToken(address _tokenaddress _toreturns (bool _sent)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
updateBuyFees(uint256 _operationsFeeuint256 _liquidityFeeuint256 _lotteryFee
updateLotteryTimeCooldown(uint256 timeInMinutes
updateMaxBuyAmount(uint256 newNum
updateMaxSellAmount(uint256 newNum
updateMaxWallet(uint256 newNum
updateMinBuyToTriggerReward(uint256 minBuy
updatePercentForLottery(uint256 percent
updateSellFees(uint256 _operationsFeeuint256 _liquidityFeeuint256 _lotteryFee
updateSwapTokensAtAmount(uint256 newAmount
updateTradingActive(bool active
withdrawStuckETH(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
BuyBackTriggered(uint256 amount
CaughtBot(address sniper
EnabledTrading(
ExcludeFromFees(address indexed accountbool isExcluded
LotteryTriggered(uint256 indexed amountaddress indexed wallet
MaxTransactionExclusion(address _addressbool excluded
OwnerForcedSwapBack(uint256 timestamp
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RemovedLimits(
SetAutomatedMarketMakerPair(address indexed pairbool indexed value
Transfer(address indexed fromaddress indexed touint256 value
TransferForeignToken(address tokenuint256 amount
UpdatedMaxBuyAmount(uint256 newAmount
UpdatedMaxSellAmount(uint256 newAmount
UpdatedMaxWalletAmount(uint256 newAmount
UpdatedOperationsAddress(address indexed newWallet
Constructor
constructor(
Fallback and receive
receive(
Errors

This contract contains no error objects.