BrewlabsLiquidityManager
Verified contract
Active on
Ethereum with 975 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($17.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 17.454168 | $1.00 |
$17.45 | |
JACY | ERC-20 | 0 | -- | -- | |
WETH | ERC-20 | 0 | $3,174.95 |
$0 | |
BREWLABS | ERC-20 | 0 | $0.003787 |
$0 | |
Ly | ERC-20 | 0 | -- | -- | |
POM | ERC-20 | 0 | -- | -- | |
KPETS | ERC-20 | 0 | -- | -- | |
ALCAZAR | ERC-20 | 0 | -- | -- | |
WPT | ERC-20 | 0 | -- | -- | |
VIRAL | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18816291 | a year ago | | | 0 | 0.0012705303 | |
| 17906337 | a year ago | | | 0 | 0.0087191966 | |
| 17881658 | a year ago | | | 0 | 0.010602456 | |
| 17873070 | a year ago | | | 0 | 0.0099625425 | |
| 17859587 | a year ago | | | 0 | 0.0058522830 | |
| 17819791 | a year ago | | | 0.26 | 0.0066903481 | |
| 17809109 | a year ago | | | 0 | 0.0047703442 | |
| 17809072 | a year ago | | | 0 | 0.0053715041 | |
| 17666628 | a year ago | | | 0 | 0.0060501050 | |
| 17615489 | a year ago | | | 0.064794795 | 0.022700437 |
ABI
ABI objects
Getter at block 21160580
buyBackAddress() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
buyBackBurn() view returns (bool)
false
buyBackLimit() view returns (uint256)
1000000000000000000
fee() view returns (uint256)
100
owner() view returns (address)
0xe1f1dd010bbc2860f81c8f90ea4e38db949bb16f
slippageFactor() view returns (uint256)
9500
slippageFactorUL() view returns (uint256)
8000
treasury() view returns (address)
0x64961ffd0d84b2355ec2b5d35b0d8d8825a774dc
uniRouterAddress() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
walletA() view returns (address)
0x64961ffd0d84b2355ec2b5d35b0d8d8825a774dc
wethAddress() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
getPair(address token0, address token1) view returns (address)
wethToBrewsPath(uint256) view returns (address)
State-modifying
Events addLiquidity(address token0, address token1, uint256 _amount0, uint256 _amount1, uint256 _slipPage) payable returns (uint256 amountA, uint256 amountB, uint256 liquidity)
addLiquidityETH(address token, uint256 _amount, uint256 _slipPage) payable returns (uint256 amountToken, uint256 amountETH, uint256 liquidity)
initialize(address _uniRouterAddress, address[] _wethToBrewsPath)
recoverWrongTokens(address _tokenAddress, uint256 _tokenAmount)
removeLiquidity(address token0, address token1, uint256 _amount) returns (uint256 amountA, uint256 amountB)
removeLiquidityETH(address token, uint256 _amount) returns (uint256 amountToken, uint256 amountETH)
removeLiquidityETHSupportingFeeOnTransferTokens(address token, uint256 _amount) returns (uint256 amountETH)
renounceOwnership()
setBuyBackStatus(bool _status)
setTreasury(address _treasury)
transferOwnership(address newOwner)
updateBuyBackLimit(uint256 _limit)
updateFee(uint256 _fee)
updateWalletA(address _walletA)
AdminTokenRecovered(address tokenRecovered, uint256 amount)
BuyBackLimitUpdated(uint256 _limit)
BuyBackStatusChanged(bool _status)
FeeUpdated(uint256 _fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WalletAUpdated(address _addr)
constructor()
receive()
This contract contains no error objects.