BROKE BOYS CLUB
Verified contract
Active on
Ethereum with 274 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
26 additional
variables
Balances ($7.00)
Native
Value
$7
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00189 | $3,706.76 |
$7 | |
BBC | ERC-20 | 38.024105M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18268119 | a year ago | | | 0 | 0.00044839744 | |
| 18123275 | a year ago | | | 0 | 0.00053350200 | |
| 18123063 | a year ago | | | 0 | 0.00069766991 | |
| 18086835 | a year ago | | | 0 | 0.0017189242 | |
| 18086726 | a year ago | | | 0 | 0.0012211058 | |
| 18082628 | a year ago | | | 0 | 0.00047549535 | |
| 18077261 | a year ago | | | 0 | 0.00078791673 | |
| 18077162 | a year ago | | | 0 | 0.00054193088 | |
| 18076881 | a year ago | | | 0 | 0.00071344487 | |
| 18076691 | a year ago | | | 0 | 0.00078273975 |
ABI
ABI objects
Getter at block 21309749
_name() view returns (string)
BROKE BOYS CLUB
_symbol() view returns (string)
BBC
amountForAutoBuyBack() view returns (uint256)
0
autoBuyBackEnabled() view returns (bool)
false
autoBuyBackFrequency() view returns (uint256)
0
buyBuyBackFee() view returns (uint256)
0
buyDevFee() view returns (uint256)
0
buyLiquidityFee() view returns (uint256)
0
buyMarketingFee() view returns (uint256)
1
buyTotalFees() view returns (uint256)
1
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devWallet() view returns (address)
0x32212e7dad8c7206ba649d7014ca43f4ddf88649
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
isPenaltyActive() view returns (bool)
false
lastAutoBuyBackTime() view returns (uint256)
0
lastLpMarketingTime() view returns (uint256)
1693931987
lastManualLpMarketingTime() view returns (uint256)
0
limitsInEffect() view returns (bool)
true
lpMarketingEnabled() view returns (bool)
false
lpMarketingFrequency() view returns (uint256)
0
lpPair() view returns (address)
0xf21ffd0c5b80f4e3a196b181edf745987d20d1b2
manualMarketingFrequency() view returns (uint256)
3600
marketingWallet() view returns (address)
0x9fef9a4c3e9ed82c9a1d314810e9e0f3a3a49565
maxTxnAmount() view returns (uint256)
2000000000000000000000000000
maxWallet() view returns (uint256)
2000000000000000000000000000
name() view returns (string)
BROKE BOYS CLUB
owner() view returns (address)
0x0000000000000000000000000000000000000000
percentForLPMarketing() view returns (uint256)
0
sellBuyBackFee() view returns (uint256)
0
sellDevFee() view returns (uint256)
1
sellLiquidityFee() view returns (uint256)
0
sellMarketingFee() view returns (uint256)
0
sellTotalFees() view returns (uint256)
1
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
50000000000000000000000000
symbol() view returns (string)
BBC
tokensForBuyBack() view returns (uint256)
0
tokensForDev() view returns (uint256)
25059952926219930735444441
tokensForLiquidity() view returns (uint256)
0
tokensForMarketing() view returns (uint256)
12964151891942321120476179
totalSupply() view returns (uint256)
100000000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
18071525
transferDelayEnabled() view returns (bool)
true
Read-only
_isExcludedmaxTxnAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
isBot(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events addBotToBlackList(address account)
approve(address spender, uint256 amount) returns (bool)
buyBackTokens(uint256 amountInWei)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay()
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
forceSwapBack()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launch(uint256 _blockPenalty)
manualMarketingLiquidityPairTokens(uint256 percent)
removeBotFromBlackList(address account)
removeLimits()
renounceOwnership()
setAutoBuyBackSettings(uint256 _frequencyInSeconds, uint256 _buyBackAmount, bool _autoBuyBackEnabled)
setAutoLPMarketingSettings(uint256 _frequencyInSeconds, uint256 _percent, bool _Enabled)
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _MarketingFee, uint256 _liquidityFee, uint256 _buyBackFee, uint256 _devFee)
updateDevWallet(address newWallet)
updateMaxTxnAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateSellFees(uint256 _MarketingFee, uint256 _liquidityFee, uint256 _buyBackFee, uint256 _devFee)
updateSwapEnabled(bool enabled)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
updatemarketingWallet(address newmarketingWallet)
withdrawStuckETH()
Approval(address indexed owner, address indexed spender, uint256 value)
AutoNukeLP(uint256 amount)
BuyBackTriggered(uint256 amount)
DevWalletUpdated(address indexed newWallet, address indexed oldWallet)
ExcludeFromFees(address indexed account, bool isExcluded)
ManualNukeLP(uint256 amount)
OwnerForcedSwapBack(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
marketingWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.