Brewlabs
Verified contract
Active on
Ethereum with 1,020 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd9f2…4ba9
-
variable spans 2 additional slots
8 additional
variables
Balances ($113.11)
Native
Value
$72.87
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.022348 | $3,260.75 |
$72.87 | |
BREWLABS | ERC-20 | 11.909889K | $0.003379 |
$40.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21083800 | 12 days ago | | | 0 | 0.00029649339 | |
| 21073541 | 14 days ago | | | 0 | 0.00042245717 | |
| 21073533 | 14 days ago | | | 0 | 0.00041560090 | |
| 21073295 | 14 days ago | | | 0 | 0.00045912379 | |
| 21073290 | 14 days ago | | | 0 | 0.00047534944 | |
| 21073281 | 14 days ago | | | 0 | 0.00046948538 | |
| 21051744 | 17 days ago | | | 0 | 0.00026410246 | |
| 21051739 | 17 days ago | | | 0 | 0.00027197032 | |
| 21041526 | 18 days ago | | | 0 | 0.00034611704 | |
| 21041419 | 18 days ago | | | 0 | 0.00032400509 |
ABI
ABI objects
Getter at block 21172896
bridge() view returns (address)
0xe16f11b9a032656c25ecce1e24e3c6513c8767df
buyBackWallet() view returns (address)
0x64961ffd0d84b2355ec2b5d35b0d8d8825a774dc
decimals() view returns (uint8)
9
devWallet() view returns (address)
0x53ff4a10a30deb6d412f9b47caeec28af7f8e799
dividendToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
dividendTracker() view returns (address)
0xd9f21558084d8a97ca26299b67d7db05fc344ba9
getBaseBuyFees() view returns (uint8, uint8, uint8, uint8, uint8)
(0, 1, 3, 0, 1)
getBaseSellFees() view returns (uint8, uint8, uint8, uint8, uint8)
(0, 1, 3, 0, 1)
getNumberOfDividendTokenHolders() view returns (uint256)
111
getTotalDividendsDistributed() view returns (uint256)
14931760155870843316
isTradingEnabled() view returns (bool)
true
liquidityWallet() view returns (address)
0xae837fd1c51705f3f8f232910dfecb9180541b27
maxTxAmount() view returns (uint256)
200000000000000000
maxWalletAmount() view returns (uint256)
22000000000000000
minimumTokensBeforeSwap() view returns (uint256)
1
name() view returns (string)
Brewlabs
owner() view returns (address)
0xae837fd1c51705f3f8f232910dfecb9180541b27
stakingAddress() view returns (address)
0xae837fd1c51705f3f8f232910dfecb9180541b27
symbol() view returns (string)
BREWLABS
totalSupply() view returns (uint256)
133778070859070189
uniswapV2Pair() view returns (address)
0xd8a8442013f071bb118c3c3e03f6d07576d85a53
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)
dividendTokenBalanceOf(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)
burn(uint256 value)
claim()
claimETHOverflow(uint256 amount)
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)
mint(address account, uint256 value) returns (bool)
renounceOwnership()
setBaseFeesOnBuy(uint8 _liquidityFeeOnBuy, uint8 _devFeeOnBuy, uint8 _buyBackFeeOnBuy, uint8 _stakingFeeOnBuy, uint8 _holdersFeeOnBuy)
setBaseFeesOnSell(uint8 _liquidityFeeOnSell, uint8 _devFeeOnSell, uint8 _buyBackFeeOnSell, uint8 _stakingFeeOnSell, uint8 _holdersFeeOnSell)
setBridgeContract(address _bridgeContract)
setFeeOnSelectedWalletTransfers(address account, bool value)
setMaxTransactionAmount(uint256 newValue)
setMaxWalletAmount(uint256 newValue)
setMinimumTokenBalanceForDividends(uint256 newValue)
setMinimumTokensBeforeSwap(uint256 newValue)
setStakingAddress(address newStakingAddress)
setUniswapRouter(address newAddress)
setWallets(address newLiquidityWallet, address newDevWallet, address newBuyBackWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AllowedWhenTradingDisabledChange(address indexed account, bool isExcluded)
Approval(address indexed owner, address indexed spender, uint256 value)
AutomatedMarketMakerPairChange(address indexed pair, bool indexed value)
ClaimETHOverflow(uint256 amount)
CustomTaxPeriodChange(uint256 indexed newValue, uint256 indexed oldValue, string indexed taxType, bytes23 period)
DividendsSent(uint256 tokensSwapped)
ExcludeFromDividendsChange(address indexed account, bool isExcluded)
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 devFee, uint8 buyBackFee, uint8 stakingFee, uint8 holdersFee)
FeeOnSelectedWalletTransfersChange(address indexed account, bool newValue)
FeesApplied(uint8 liquidityFee, uint8 devFee, uint8 buyBackFee, uint8 stakingFee, uint8 holdersFee, uint8 totalFee)
MaxTransactionAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MaxWalletAmountChange(uint256 indexed newValue, uint256 indexed oldValue)
MinTokenAmountBeforeSwapChange(uint256 indexed newValue, uint256 indexed oldValue)
MinTokenAmountForDividendsChange(uint256 indexed newValue, uint256 indexed oldValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBridgeContract(address indexed bridgeContract)
SetStakingAddress(address indexed stakingAddress)
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.