Bacon Token
Verified contract
Active on
Ethereum with 411 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0e53…826d
-
variable spans 2 additional slots
11 additional
variables
Balances ($0.00)
No balances found for "Bacon Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20907165 | a month ago | | | 0 | 0.00094845078 | |
| 18610759 | a year ago | | | 0 | 0.0061408509 | |
| 18305460 | a year ago | | | 0 | 0.00099327197 | |
| 18203376 | a year ago | | | 0 | 0.00031859009 | |
| 18203369 | a year ago | | | 0 | 0.00028500410 | |
| 18055407 | a year ago | | | 0 | 0.00050913736 | |
| 17723222 | a year ago | | | 0 | 0.00073156354 | |
| 17723221 | a year ago | | | 0 | 0.00091501507 | |
| 17515256 | a year ago | | | 0 | 0.00087254209 | |
| 17502459 | a year ago | | | 0 | 0.00067317732 |
ABI
ABI objects
Getter at block 21216506
buyBackWallet() view returns (address)
0x547ed2ed1c7b19777dc67cae4a23d00780a26c36
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0x0e53a4bb2980b76dad54858a5e0c0268efab826d
gasForProcessing() view returns (uint256)
300000
getBaseBuyFees() view returns (uint8, uint8, uint8, uint8, uint8)
(0, 0, 0, 0, 0)
getBaseSellFees() view returns (uint8, uint8, uint8, uint8, uint8)
(0, 0, 0, 0, 2)
getNumberOfDividendTokenHolders() view returns (uint256)
258
getTotalDividendsDistributed() view returns (uint256)
7646431100396945283
isTradingEnabled() view returns (bool)
true
liquidityWallet() view returns (address)
0xbb776b7af3863a3ca9b8dc40a5e0334fc484cc4b
maxTxAmount() view returns (uint256)
10000000000000000000000
maxWalletAmount() view returns (uint256)
20000000000000000000000
minimumTokensBeforeSwap() view returns (uint256)
500000000000000000000
name() view returns (string)
Bacon Token
operationsWallet() view returns (address)
0xe339a33dc48f621ea6d87dd92959850451ce9fcc
owner() view returns (address)
0xbb776b7af3863a3ca9b8dc40a5e0334fc484cc4b
symbol() view returns (string)
BACON
totalSupply() view returns (uint256)
1000000000000000000000000
treasuryWallet() view returns (address)
0x9b35c3dd2d6fcf4956688ef1b141f9baba701215
uniswapV2Pair() view returns (address)
0x97463c4d0df3c41af63fb3d297a8b7f5d67e6e38
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
withdrawableDividendOf(address account) view returns (uint256)
State-modifying
Events activateTrading()
allowTradingWhenDisabled(address account, bool allowed)
approve(address spender, uint256 amount) returns (bool)
blockAccount(address account)
claim()
claimETHOverflow()
deactivateTrading()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransactionLimit(address account, bool excluded)
excludeFromMaxWalletLimit(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBaseFeesOnBuy(uint8 _liquidityFeeOnBuy, uint8 _operationsFeeOnBuy, uint8 _buyBackFeeOnBuy, uint8 _treasuryFeeOnBuy, uint8 _holdersFeeOnBuy)
setBaseFeesOnSell(uint8 _liquidityFeeOnSell, uint8 _operationsFeeOnSell, uint8 _buyBackFeeOnSell, uint8 _treasuryFeeOnSell, uint8 _holdersFeeOnSell)
setFeeOnSelectedWalletTransfers(address account, bool value)
setMaxTransactionAmount(uint256 newValue)
setMaxWalletAmount(uint256 newValue)
setMinimumTokenBalanceForDividends(uint256 newValue)
setMinimumTokensBeforeSwap(uint256 newValue)
setUniswapRouter(address newAddress)
setWallets(address newLiquidityWallet, address newOperationsWallet, address newBuyBackWallet, address newTreasuryWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockAccount(address account)
AllowedWhenTradingDisabledChange(address indexed account, bool isExcluded)
Approval(address indexed owner, address indexed spender, uint256 value)
AutomatedMarketMakerPairChange(address indexed pair, bool indexed value)
BlockedAccountChange(address indexed holder, bool indexed status)
ClaimETHOverflow(uint256 amount)
CustomTaxPeriodChange(uint256 indexed newValue, uint256 indexed oldValue, string indexed taxType, bytes23 period)
DividendsSent(uint256 tokensSwapped)
ExcludeFromFeesChange(address indexed account, bool isExcluded)
ExcludeFromMaxTransferChange(address indexed account, bool isExcluded)
ExcludeFromMaxWalletChange(address indexed account, bool isExcluded)
FeeChange(string indexed identifier, uint8 liquidityFee, uint8 operationsFee, uint8 buyBackFee, uint8 treasuryFee, uint8 holdersFee)
FeeOnSelectedWalletTransfersChange(address indexed account, bool newValue)
FeesApplied(uint8 liquidityFee, uint8 operationsFee, uint8 buyBackFee, uint8 treasuryFee, uint8 holdersFee, uint256 totalFee)
MaxTransactionAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MaxWalletAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MinTokenAmountBeforeSwapChange(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
UniswapV2RouterChange(address indexed newAddress, address indexed oldAddress)
WalletChange(string indexed indentifier, address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.